/** Shopify CDN: Minification failed

Line 205:30 Expected ":"

**/
@charset "UTF-8";


.product-card .product-card--featured-image .product-secondary-images-nav li, .product-card-sizes--size, .product-card-sizes--size:before, .product-card-swatches, .product-card-swatches .product-card-swatch, .product-card-swatches--title {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }


.products {
  list-style: none; }
  .products.carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 100%;
    padding: 0; }
    .products.carousel .product-card {
      flex-shrink: 0; }
    .products.carousel .carousel__slide {
      width: 100%;
      display: flex; }
    .products.carousel .product-card {
      height: 100%; }
    .products.carousel.flickity-enabled {
      overflow: visible; }
      .products.carousel.flickity-enabled .flickity-viewport {
        overflow: visible; }
      .products.carousel.flickity-enabled.flickity-resize .carousel__slide {
        min-height: 100%; }
    .products.carousel .promotion-column {
      margin-bottom: 0;
      height: 100%; }
  .products .promotion-column {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .products .promotion-column {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 768px) {
      .products .promotion-column.promotion-column-width--2 {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 768px) {
      .products .promotion-column.promotion-column-width--2.product-columns-3 {
        flex: 0 0 66.6%;
        max-width: 66.6%; } }
    @media only screen and (min-width: 768px) {
      .products .promotion-column.promotion-column-width--2.product-columns-5 {
        flex: 0 0 40%;
        max-width: 40%; } }
    .product-card-spacing-pixel .products .promotion-column,
    .product-card-spacing-small .products .promotion-column {
      margin-bottom: 15px; }
    .product-card-spacing-medium .products .promotion-column {
      margin-bottom: 20px; }
  .products .gallery__item {
    height: 100%;
    width: 100%; }
    .products .gallery__item figure {
      height: 100%;
      padding-bottom: 0; }
    .products .gallery__item-content {
      padding: 20px; }
      .products .gallery__item-content p {
        font-size: 0.8125rem; }
        @media only screen and (min-width: 768px) {
          .products .gallery__item-content p {
            font-size: 1rem; } }
  .product-card-spacing-pixel .products.row {
    margin: 0; }
    .product-card-spacing-pixel .products.row .columns,
    .product-card-spacing-pixel .products.row .column {
      padding: 0 1px; }
    .product-card-spacing-pixel .products.row .product-card {
      margin-bottom: 15px; }
    .product-card-spacing-pixel .products.row .flickity-nav.flickity-prev {
      left: -22px; }
    .product-card-spacing-pixel .products.row .flickity-nav.flickity-next {
      right: -22px; }
  .product-card-spacing-small .products.row {
    margin: 0; }
    .product-card-spacing-small .products.row .columns,
    .product-card-spacing-small .products.row .column {
      padding: 0 1px; }
    .product-card-spacing-small .products.row .product-card {
      margin-bottom: 15px; }
    .product-card-spacing-small .products.row .flickity-nav.flickity-prev {
      left: -16px; }
    .product-card-spacing-small .products.row .flickity-nav.flickity-next {
      right: -16px; }
  @media only screen and (min-width: 768px) {
    .product-card-spacing-medium .products.row {
      margin: 0; }
      .product-card-spacing-medium .products.row .columns,
      .product-card-spacing-medium .products.row .column {
        padding: 0 1px; }
      .product-card-spacing-medium .products.row .product-card {
        margin-bottom: 20px; }
      .product-card-spacing-medium .products.row + .pagination {
        margin-top: 10px; } }
  .product-card-spacing-medium .products.row .flickity-nav.flickity-prev {
    left: -11px; }
  .product-card-spacing-medium .products.row .flickity-nav.flickity-next {
    right: -11px; }

.product-card {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 20px);
  position: relative;
  margin-bottom: 20px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .product-card {
      margin-bottom: 30px;
      min-height: calc(100% - 30px); } }
  .carousel .product-card {
    margin-bottom: 0; }
  .product-card .product-card-info {
    line-height: 1;
    flex: 1;
    display: flex;
    flex-direction: column; }
  .product-card.text-center .product-card-info {
    padding: 0 5%; }
  .product-card .product-card--featured-image {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: var(--bg-body, #fff); }
    @media only screen and (min-width: 768px) {
      .product-card .product-card--featured-image {
        margin-bottom: 20px; } }
    @media (hover: hover) {
      .product-card .product-card--featured-image.thb-hover .product-card--featured-image-link:hover .product-primary-image {
        opacity: 0; } }
    .product-card .product-card--featured-image .product-secondary-images-nav {
      list-style: none;
      position: absolute;
      left: 0;
      bottom: 15px;
      width: 100%;
      display: flex;
      margin: 0;
      padding: 0;
      z-index: 20;
      opacity: 0;
      pointer-events: none;
      justify-content: center;
      transition: all 0.25s linear; }
      .product-card .product-card--featured-image .product-secondary-images-nav li {
        display: inline-flex;
        background: var(--color-dots, #fff);
        width: 6px;
        height: 6px;
        opacity: 0.6;
        border-radius: 3px;
        margin: 0 6px;
        pointer-events: none; }
        .product-card .product-card--featured-image .product-secondary-images-nav li.active {
          opacity: 1; }
    .product-card .product-card--featured-image img,
    .product-card .product-card--featured-image video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 5; }
    .product-card .product-card--featured-image--contain img,
    .product-card .product-card--featured-image--contain video {
      object-fit: contain; }
    .product-card .product-card--featured-image-link {
      display: block;
      position: relative;
      height: 0;
      overflow: hidden;
      width: 100%;
      padding-bottom: var(--padding-bottom); }
      .product-card .product-card--featured-image-link .thb-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .product-card .product-card--featured-image-link .product-secondary-image {
        display: none;
        z-index: 10; }
        .product-card .product-card--featured-image-link .product-secondary-image.hover {
          display: block; }
      .product-card .product-card--featured-image-link.aspect-ratio--square {
        padding-bottom: 100%; }
      .product-card .product-card--featured-image-link.aspect-ratio--portrait {
        padding-bottom: 125%; }
      .product-card .product-card--featured-image-link.aspect-ratio--landscape {
        padding-bottom: 75%; }
  .product-card-vendor {
    text-transform: uppercase;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;tain
    grid-auto-flow: column;
    display: none; }
    @media only screen and (min-width: 768px) {
      .product-card-sizes {
        display: grid; } }
    .product-card-sizes--container {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 20;
      padding: 8px;
      display: none;
      align-items: center;
      justify-content: center;
      background: rgba(var(--bg-body-rgb), 0.9);
      transform: translateY(100%);
      transition: all 0.25s linear; }
      @media only screen and (min-width: 768px) {
        .product-card-sizes--container {
          display: flex; }
          .product-card-sizes--container + .product-secondary-images-nav {
            bottom: 56px !important; } }
    .product-card-sizes--remaining {
      font-size: 0.75rem;
      margin-left: 10px; }
    .product-card-sizes--size {
      height: 30px;
      min-width: 30px;
      padding: 0 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
      cursor: pointer;
      position: relative;
      border: 1px solid rgba(var(--color-body-rgb), 0.2); }
      .product-card-sizes--size:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: linear-gradient(to bottom left, transparent calc(50% - 1px), var(--color-border), transparent calc(50% + 1px)) no-repeat;
        z-index: 1; }
      .product-card-sizes--size:not(.is-disabled):hover {
        border-color: rgba(var(--color-body-rgb), 1); }
      .product-card-sizes--size .loading-overlay {
        width: 20px;
        height: auto; }
      .product-card-sizes--size.is-disabled {
        border-color: var(--color-border);
        cursor: not-allowed; }
        .product-card-sizes--size.is-disabled:before {
          content: ""; }
        .product-card-sizes--size.is-disabled > span {
          opacity: 0.4; }
      .product-card-sizes--size.loading > span {
        opacity: 0; }
  .product-card-swatches {
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%); }
    .product-card-swatches .product-card-swatch {
      display: inline-flex;
      margin: 0;
      width: 18px;
      height: 18px;
      border-radius: 9px;
      padding: 3px;
      position: relative;
      cursor: pointer; }
      .product-card-swatches .product-card-swatch:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border-radius: 6px;
        background: var(--option-color);
        background-image: var(--option-color-image);
        background-size: cover; }
      .product-card-swatches .product-card-swatch.active {
        box-shadow: 0 0 0 1px var(--color-accent) inset; }
    .product-card-swatches--container {
      position: relative;
      overflow: hidden;
      height: 18px;
      margin-top: 10px; }
    .product-card-swatches--title {
      font-size: 0.8125rem;
      line-height: 18px;
      opacity: 0.8;
      transform: translateY(0%); }
    .product-card-swatches--always {
      position: static;
      transform: none; }
  .product-card--add-to-cart-button {
    width: 100%;
    margin-top: 15px; }
    .product-card--add-to-cart-button-container {
      margin-top: auto; }
  .product-card .star-rating {
    margin-top: 7px;
    font-size: 0.875rem; }
  @media (hover: hover) {
    .product-card:hover .product-secondary-images-nav {
      opacity: 1; } }
  .product-card:hover .product-card-swatches {
    transform: translateY(0%); }
    .product-card:hover .product-card-swatches--title {
      transform: translateY(-100%); }
  .product-card:hover .product-card-sizes--container {
    transform: translateY(0%); }
  .product-card:hover .product-card-quickview {
    transform: translateY(0%); }

.collection-empty {
  text-align: center;
  padding: 10vh; }
  .collection-empty svg {
    margin-bottom: 30px; }
  .collection-empty .text-button {
    font-size: inherit; }
  .collection-empty p {
    font-size: 1.25rem; }



.star-rating {
  --star-percent: calc(var(--star-rating) / 5 * 100%);
  display: inline-block;
  font-size: 1rem;
  font-family: Times;
  line-height: 1; }
  .star-rating:before {
    content: "★★★★★";
    background: linear-gradient(90deg, var(--color-star) var(--star-percent), #e1e1e1 var(--star-percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.rating {
  display: inline-block;
  margin: 0; }

.rating-star {
  --letter-spacing: 0.3;
  --font-size: 1.5;
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) *
          var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0; }

.rating-star:before {
  content: "\2605\2605\2605\2605\2605";
  background: linear-gradient(90deg, var(--color-reviews) var(--percent), rgba(var(--color-foreground), 0.15) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.rating-text {
  display: none; }

.rating-count {
  display: none;
  margin: 0; }

@media (forced-colors: active) {
  .rating {
    display: none; }
  .rating-text {
    display: block; } }
/* ── Editorial Insert ─────────────────────────── */

.editorial-insert {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.editorial-insert-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.editorial-insert__image-wrap {
  width: 100%;
  aspect-ratio: 21 / 4;
}

.editorial-insert__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.editorial-insert__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.28);
}

.editorial-insert__quote {
  color: #fff;
  font-family: var(--font-heading-family);
  font-size: clamp(1.1rem, 3vw, 2rem);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  max-width: 60ch;
  margin: 0;
  padding: 0 2rem;
}

@media (max-width: 749px) {
  .editorial-insert__image-wrap {
    aspect-ratio: 16 / 7;
  }
  .editorial-insert__quote {
    font-size: clamp(1rem, 5vw, 1.4rem);
  }
}
/* ── Material Strip ─────────────────────────── */

.material-strip {
  width: 100%;
  padding: 14px 0;
  border-top: 1px solid rgba(var(--color-body-rgb), 0.12);
  border-bottom: 1px solid rgba(var(--color-body-rgb), 0.12);
  margin-bottom: 2rem;
}

.material-strip__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.material-strip__item {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(var(--color-body-rgb), 0.75);
  padding: 0 1.25rem;
  position: relative;
}

.material-strip__item + .material-strip__item::before {
  content: "·";
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  color: rgba(var(--color-body-rgb), 0.35);
}

@media (max-width: 749px) {
  .material-strip__item {
    font-size: 0.625rem;
    padding: 0 0.875rem;
  }
}
.facets--bar {
  margin-bottom: 0 !important;
  padding: 0;
}

/* ── Facets bar layout ─────────────────────────── */
.facets-bar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
}

.facets-bar__right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

/* ── View toggle ─────────────────────────── */
.collection-view-toggle {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

@media (min-width: 1068px) {
  .collection-view-toggle {
    display: none;
  }
}

.view-toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: rgba(var(--color-body-rgb), 0.35);
  display: flex;
  align-items: center;
}

.view-toggle-btn.active {
  color: var(--color-body);
}

/* ── Single column override ─────────────────────────── */
@media (max-width: 1067px) {
  #product-grid.collection--single-column {
    grid-template-columns: 1fr !important;
  }
  #product-grid.collection--single-column .column {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.facets--bar .facets__form {
  display: block !important;
}

.facets-bar__row {
  display: flex !important;
  align-items: center;
  width: 100%;
}

.facets-bar__right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.facets--bar {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.material-strip {
  margin-bottom: 0 !important;
  padding: 10px 0 !important;
}
