/* Hide sort button on collections with recommendations */
.sort-button[data-collection-handle="wine"],
.sort-button[data-collection-handle="food-pairing"],
.sort-button[data-collection-handle="wine-assistant"],
.sort-button[data-collection-handle="all"] {
  display: none !important;
}
