/** Shopify CDN: Minification failed

Line 364:0 Unexpected "`"
Line 857:0 Unexpected "`"

**/
.collection-top {
  padding-block-end: 4rem;
}
.collection-top__container {
  display: flex;
  gap: 0.8rem;
}

.collection-top__container > * {
  flex: 1 !important;
}
@media (min-width: 576px) {
  .collection-top__container {
    gap: 2.4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 990px) {
  .collection-top__container {
    display: grid;
    gap: 3.2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.collection-top__container-right {
  grid-row: 2/3;
  margin-inline-start: auto;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .collection-top__container-right {
    grid-row: unset;
  }
}
@media (min-width: 990px) {
  .collection-top__container-right {
    margin-inline-start: unset;
    justify-content: flex-end;
  }
}
.collection-top__container-left, .collection-top__container-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (min-width: 576px) {
  .collection-top__container-left, .collection-top__container-right {
    gap: 1.6rem;
  }
}
.collection-top__container facet-filters-form {
  flex-shrink: 0;
}
@keyframes ActiveCell {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.collection-top__layout-toggler {
  display: none;
  align-items: center;
  gap: 0.6rem;
  min-height: calc(var(--font-subtitle-scale) * 0.8rem * 1.5);
}
@media screen and (min-width: 750px) {
  .collection-top__layout-toggler {
    display: flex;
  }
}
.collection-top__layout-toggler-buttons {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.collection-top__layout-toggler-button {
  color: rgb(var(--color-foreground-secondary));
  transition: opacity var(--duration-default), transform var(--duration-default);
}
.collection-top__layout-toggler-button:not(.active-layout):hover {
  opacity: 0.7;
  transform: scale(0.9);
}
.collection-top__layout-toggler-button:focus-visible {
  border: 0.1rem solid rgb(var(--color-foreground));
}
.collection-top__layout-toggler-button.active-layout {
  color: rgb(var(--color-foreground));
  pointer-events: none;
}
.collection-top__layout-toggler-button svg {
  width: 24px;
  height: 24px;
}
.collection-top .facets-button-show {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgb(var(--color-foreground));
}
.collection-top .facets-button-show .show-label,
.collection-top .facets-button-show .hide-label {
  display: block;
  transition: color var(--duration-default);
}
.collection-top .facets-button-show .show-label.hidden,
.collection-top .facets-button-show .hide-label.hidden {
  display: none;
}
@media (max-width: 750px) {
  .collection-top .facets-button-show .button__label {
    display: none;
  }
}
.collection-top .subtitle {
  font-weight: 500;
}

.collection-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.no-js .collection-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .no-js .collection-wrapper {
    flex-direction: row;
  }
}

.products-grid {
  width: 100%;
}

.grid-container {
  overflow: hidden;
}
.grid-container + .search-results__top {
  border-top: none;
}

.facets__product-count {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  grid-row: 2/3;
}
@media screen and (min-width: 576px) {
  .facets__product-count {
    justify-content: flex-end;
    grid-row: unset;
  }
}
@media screen and (min-width: 990px) {
  .facets__product-count {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .facets__product-count {
    justify-content: flex-start;
  }
}
.facets__product-count-text {
  margin-top: 0;
  margin-bottom: 0;
}
.facets__product-count-text > * {
  color: rgb(var(--color-foreground-secondary));
}
.facets__product-count-text.loading {
  visibility: hidden;
}
.facets__product-count-text-mobile {
  display: inline;
}
@media screen and (min-width: 576px) {
  .facets__product-count-text-mobile {
    display: none;
  }
}
.facets__product-count-text-desktop {
  display: none;
}
@media screen and (min-width: 576px) {
  .facets__product-count-text-desktop {
    display: inline;
  }
}

.collection-product-list {
  display: grid;
  flex-wrap: wrap;
  grid-gap: 4rem 0.2rem;
}
@media screen and (max-width: 575.99px) {
  .collection-product-list-mobile--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .collection-product-list-mobile--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 576px) {
  .collection-product-list--2, .collection-product-list--3, .collection-product-list--4, .collection-product-list--5, .collection-product-list--6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .collection-product-list--2 .collection-product-promo-img-promo, .collection-product-list--3 .collection-product-promo-img-promo, .collection-product-list--4 .collection-product-promo-img-promo, .collection-product-list--5 .collection-product-promo-img-promo, .collection-product-list--6 .collection-product-promo-img-promo {
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 991px) {
  .collection-product-list--3, .collection-product-list--4, .collection-product-list--5, .collection-product-list--6 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8rem 0.2rem;
  }
  .collection-product-list--3 .collection-product-promo-img-promo, .collection-product-list--4 .collection-product-promo-img-promo, .collection-product-list--5 .collection-product-promo-img-promo, .collection-product-list--6 .collection-product-promo-img-promo {
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1160px) {
  .collection-product-list--4, .collection-product-list--5, .collection-product-list--6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .collection-product-list--4 .collection-product-promo-img-promo, .collection-product-list--5 .collection-product-promo-img-promo, .collection-product-list--6 .collection-product-promo-img-promo {
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1360px) {
  .collection-product-list--5, .collection-product-list--6 {
    grid-template-columns: repeat(5, 1fr);
  }
  .collection-product-list--5 .collection-product-promo-img-promo, .collection-product-list--6 .collection-product-promo-img-promo {
    grid-column: 1/span 5;
  }
}
@media screen and (min-width: 1536px) {
  .collection-product-list--6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .collection-product-list--6 .collection-product-promo-img-promo {
    grid-column: 1/span 6;
  }
}
.collection-product-list .collection-product-card {
  height: 100%;
  width: 100%;
}
.collection-product-list .collection-product-card .product-card {
  min-height: 100%;
}
.collection-product-list .collection-product-card .product-card__quickview-text,
.collection-product-list .collection-product-card .product-card__quickview .button__label,
.collection-product-list .collection-product-card .product-card__quickview .button__arrow--hover {
  display: block;
}
.collection-product-list .collection-product-card .product-card__quickadd-text,
.collection-product-list .collection-product-card .product-card__quickadd .sold-out-message,
.collection-product-list .collection-product-card .product-card__quickadd .button__arrow--hover {
  display: block;
}
.collection-product-list .collection-product-card .product-card .product-card__mobile-icon {
  display: none;
}
.collection-product-list img.img-scale {
  transition: transform var(--duration-default) ease;
}
@media screen and (min-width: 750px) {
  .collection-product-list .collections-grid__card:hover img.img-scale {
    transform: scale(1.05);
  }
}
.collection-product-list .collection-product-promo__overlay {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  background: rgb(var(--color-overlay));
  z-index: 1;
}
.collection-product-list .collection-product-promo-text {
  position: relative;
  z-index: 2;
  padding: 2.4rem 0;
  background-color: transparent;
}
.collection-product-list--first_row {
  margin-bottom: 4rem;
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .collection-product-list--first_row.collection-product-list--3 .collection-product-card:first-of-type, .collection-product-list--first_row.collection-product-list--5 .collection-product-card:first-of-type {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 990px) and (max-width: 1160px) {
  .collection-product-list--first_row.collection-product-list--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1160px) and (max-width: 1536px) {
  .collection-product-list--first_row.collection-product-list--6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 990px) {
  .collection-product-list--first_row {
    margin-bottom: 8rem;
  }
}

.collection {
  position: relative;
}
.collection:not(:has(.pagination-block)) .grid-container {
  border-bottom: none;
}
.collection-product-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.collection--empty .title-wrapper {
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin: 0;
}

.collection-product {
  position: relative;
}
.collection-product .loading-overlay {
  inset: 0;
  z-index: 6;
  display: none;
  width: 100%;
  padding: 0 5rem;
  background-color: rgba(var(--color-background), 0.7);
}
.collection-product.loading > .loading-overlay {
  display: block;
}
.collection-product.loading > .loading-overlay .loading-overlay__spinner {
  top: 12rem;
}
```css
/* =========================================================
   iOS STYLE MOBILE SORT
   ========================================================= */

/* Desktop: hide mobile sorter */
.ios-sort-trigger,
.ios-sort-sheet {
  display: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {

  /* -------------------------------------------------------
     Hide Strada's desktop custom sorter
     ------------------------------------------------------- */

  .collection-sort-desktop {
    display: none !important;
  }


  /* -------------------------------------------------------
     MOBILE SORT BUTTON
     ------------------------------------------------------- */

  .ios-sort-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 10rem;
    min-width: 0;

    padding: 10px 0;
    margin: 0;

    border: 0;
    background: transparent;

    color: inherit;
    font: inherit;
    font-size: 13px;

    text-align: left;

    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
  }

  .ios-sort-trigger__label {
    display: none;
  }

  .ios-sort-trigger__current {
    flex: 0 1 auto;

    min-width: 0;
    max-width: 85%;

    margin-left: auto;
    margin-right: 8px;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    opacity: .65;
  }

  .ios-sort-trigger__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;
  }

  .ios-sort-trigger__icon svg {
    width: 12px;
    height: 12px;
  }


  /* =======================================================
     POPUP WRAPPER
     ======================================================= */

  .ios-sort-sheet {
    position: fixed;

    inset: 0;

    z-index: 999999;

    display: block;

    visibility: hidden;
    pointer-events: none;
  }

  .ios-sort-sheet.is-open {
    visibility: visible;
    pointer-events: auto;
  }


  /* -------------------------------------------------------
     BACKDROP
     ------------------------------------------------------- */

  .ios-sort-sheet__overlay {
    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, .22);

    opacity: 0;

    transition: opacity .25s ease;

    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .ios-sort-sheet.is-open .ios-sort-sheet__overlay {
    opacity: 1;
  }


  /* =======================================================
     BOTTOM SHEET
     ======================================================= */

  .ios-sort-sheet__panel {
    position: absolute;

    left: 8px;
    right: 8px;

    bottom: calc(8px + env(safe-area-inset-bottom));

    width: auto;

    max-height: 70dvh;

    overflow-y: auto;
    overscroll-behavior: contain;

    padding: 6px;

    background: rgba(242, 242, 247, .97);

    border-radius: 16px;

    box-shadow:
      0 12px 40px rgba(0, 0, 0, .20);

    transform: translateY(calc(100% + 30px));

    transition:
      transform .35s cubic-bezier(.32, .72, 0, 1);

    -webkit-overflow-scrolling: touch;
  }

  .ios-sort-sheet.is-open .ios-sort-sheet__panel {
    transform: translateY(0);
  }


  /* =======================================================
     DRAG HANDLE
     ======================================================= */

  .ios-sort-sheet__handle {
    width: 34px;
    height: 4px;

    margin: 3px auto 7px;

    border-radius: 999px;

    background: rgba(60, 60, 67, .28);
  }


  /* =======================================================
     HEADER
     ======================================================= */

  .ios-sort-sheet__header {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;

    padding: 0 40px;
  }

  .ios-sort-sheet__header h2 {
    margin: 0;

    color: #1c1c1e;

    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "SF Pro Text",
      "Helvetica Neue",
      Arial,
      sans-serif;

    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;

    text-align: center;
  }


  /* =======================================================
     CLOSE BUTTON
     ======================================================= */

  .ios-sort-sheet__close {
    position: absolute;

    top: 50%;
    right: 2px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 29px;
    height: 29px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: rgba(118, 118, 128, .12);

    color: #3a3a3c;

    transform: translateY(-50%);

    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
  }

  .ios-sort-sheet__close svg {
    width: 13px;
    height: 13px;
  }


  /* =======================================================
     OPTIONS GROUP
     ======================================================= */

  .ios-sort-sheet__options {
    margin-top: 5px;

    overflow: hidden;

    border-radius: 12px;

    background: rgba(255, 255, 255, .94);
  }


  /* =======================================================
     INDIVIDUAL SORT OPTION
     ======================================================= */

  .ios-sort-option {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-width: 0;
    min-height: 48px;

    padding: 12px 14px;
    margin: 0;

    border: 0;
    border-bottom: 1px solid rgba(60, 60, 67, .12);

    background: transparent;

    color: #1c1c1e;

    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "SF Pro Text",
      "Helvetica Neue",
      Arial,
      sans-serif;

    font-size: 15px;
    font-weight: 400;

    line-height: 1.25;

    text-align: left;

    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
  }

  .ios-sort-option:last-child {
    border-bottom: 0;
  }


  /* -------------------------------------------------------
     Touch feedback
     ------------------------------------------------------- */

  .ios-sort-option:active {
    background: rgba(118, 118, 128, .12);
  }


  /* -------------------------------------------------------
     OPTION LABEL
     ------------------------------------------------------- */

  .ios-sort-option__label {
    flex: 0 1 auto;

    min-width: 0;
    max-width: 75%;

    padding-right: 0;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
  }


  /* =======================================================
     CHECKMARK
     ======================================================= */

  .ios-sort-option__check {
    display: none;

    flex: 0 0 auto;

    width: 20px;
    margin-left: 12px;

    color: #007aff;

    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "SF Pro Text",
      "Helvetica Neue",
      Arial,
      sans-serif;

    font-size: 18px;
    font-weight: 600;

    line-height: 1;

    text-align: center;
  }

  .ios-sort-option.is-selected .ios-sort-option__check {
    display: block;
  }


  /* =======================================================
     CANCEL BUTTON
     ======================================================= */

  .ios-sort-sheet__cancel {
    display: block;

    width: 100%;
    min-height: 48px;

    margin-top: 6px;

    padding: 12px 14px;

    border: 0;
    border-radius: 12px;

    background: rgba(255, 255, 255, .94);

    color: #007aff;

    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "SF Pro Text",
      "Helvetica Neue",
      Arial,
      sans-serif;

    font-size: 15px;
    font-weight: 600;

    line-height: 1.25;

    text-align: center;

    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
  }

  .ios-sort-sheet__cancel:active {
    background: rgba(118, 118, 128, .12);
  }


  /* =======================================================
     PREVENT BODY SCROLL
     ======================================================= */

  body.ios-sort-open {
    overflow: hidden;
    touch-action: none;
  }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media screen and (max-width: 380px) {

  .ios-sort-sheet__panel {
    left: 6px;
    right: 6px;

    bottom: calc(6px + env(safe-area-inset-bottom));

    padding: 5px;

    border-radius: 15px;
  }

  .ios-sort-option {
    min-height: 46px;

    padding: 11px 13px;

    font-size: 15px;
  }

  .ios-sort-option__label {
    max-width: 72%;
  }

  .ios-sort-sheet__cancel {
    min-height: 46px;

    font-size: 15px;
  }

}
```
