/** Shopify CDN: Minification failed

Line 560:4 Unexpected "{"
Line 560:5 Expected identifier but found "%"
Line 567:4 Unexpected "{"
Line 567:5 Expected identifier but found "%"

**/
@charset "UTF-8";


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

.no-js .product-card .product-card-quickview, .product-card .no-js .product-card-quickview {
  display: none !important; }


.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%; }
    .no-js .products.carousel {
      overflow-x: scroll; }
    .products.carousel.flickity-enabled {
      overflow: visible; }
      .products.carousel.flickity-enabled .flickity-viewport {
        overflow: visible; }
  .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%; } }
  .products .gallery__item {
    height: 100%; }
    .products .gallery__item figure {
      height: 100%;
      padding-bottom: 0; }
    .products .gallery__item-content {
      padding: 20px;
      position: relative; }
      .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 {
  display: block;
  position: relative;
  margin-bottom: 20px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .product-card {
      margin-bottom: 30px; } }
  .carousel .product-card {
    margin-bottom: 0; }
  .product-card .product-card-info {
    line-height: 1; }
  .product-card.text-center .product-card-info {
    padding: 0 5%; }
  .product-card .product-featured-image {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    z-index: 0; }
    @media only screen and (min-width: 768px) {
      .product-card .product-featured-image {
        margin-bottom: 20px; } }
    @media (hover: hover) {
      .product-card .product-featured-image.thb-hover:hover .product-primary-image {
        opacity: 0; } }
    .product-card .product-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;
      justify-content: center;
      transition: all 0.25s linear; }
      .product-card .product-featured-image .product-secondary-images-nav li {
        display: inline-flex;
        background: var(--color-dots, #fff);
        width: 33% !important;
        height: 100% !important;
        opacity: 0.6;
        border-radius: 3px;
        margin: 0 6px;
        pointer-events: none; }
        .product-card .product-featured-image .product-secondary-images-nav li.active {
          opacity: 1; }
    .product-card .product-featured-image-link {
      display: block;
      position: relative;
      height: 0;
      overflow: hidden;
      padding-bottom: var(--padding-bottom); }
      .product-card .product-featured-image-link img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 5; }
      .product-card .product-featured-image-link .thb-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .product-card .product-featured-image-link .product-secondary-image {
        display: none;
        z-index: 10; }
        .product-card .product-featured-image-link .product-secondary-image.hover {
          display: block; }
      .product-card .product-featured-image-link.aspect-ratio--square {
        padding-bottom: 100%; }
      .product-card .product-featured-image-link.aspect-ratio--portrait {
        padding-bottom: 125%; }
      .product-card .product-featured-image-link.aspect-ratio--landscape {
        padding-bottom: 75%; }
  .product-card .product-card-vendor {
    text-transform: uppercase;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-bottom: 8px; }
    .product-card .product-card-vendor a {
      color: var(--color-body); }
  .product-card .product-card-title {
    font-size: calc(var(--font-product-title-scale, 1) * 0.9375rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.5);
    font-weight: 500;
    display: block;
    margin-bottom: 5px; }
    .product-title-uppercase-true .product-card .product-card-title {
      text-transform: uppercase; }
  .product-card .badge {
    position: absolute;
    z-index: 30; }
    .product-card .badge.bottom {
      bottom: 8px; }
      @media only screen and (min-width: 768px) {
        .product-card .badge.bottom {
          bottom: 16px; } }
    .product-card .badge.left {
      left: 8px; }
      @media only screen and (min-width: 768px) {
        .product-card .badge.left {
          left: 16px; } }
    .product-card .badge.top {
      top: 8px; }
      @media only screen and (min-width: 768px) {
        .product-card .badge.top {
          top: 16px; } }
    .product-card .badge.right {
      right: 8px; }
      @media only screen and (min-width: 768px) {
        .product-card .badge.right {
          right: 16px; } }
  .product-card .product-card-quickview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgba(var(--color-accent-rgb, 21, 21, 21), 0.9);
    color: var(--body-bg, #fff);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    transform: translateY(100%);
    transition: all 0.25s linear; }
    .product-card .product-card-quickview + .product-secondary-images-nav {
      bottom: 55px; }
    .product-card .product-card-quickview span {
      color: #fff;
      line-height: 1;
      font-size: 0.5625rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      padding-right: 0;
      white-space: nowrap;
      text-transform: uppercase;
      opacity: 1; }
      @media only screen and (min-width: 768px) {
        .product-card .product-card-quickview span {
          font-size: 0.6875rem; } }
    .product-card .product-card-quickview .loading-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      z-index: 20;
      opacity: 0;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-card .product-card-quickview .loading-overlay .spinner {
        width: 18px; }
    .product-card .product-card-quickview.loading span {
      opacity: 0; }
    .product-card .product-card-quickview.loading .loading-overlay {
      opacity: 1; }
      .product-card .product-card-quickview.loading .loading-overlay .spinner-path {
        stroke: var(--body-bg, #fff); }
  .product-card .product-card-swatches {
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%); }
    .product-card .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 .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 .product-card-swatches .product-card-swatch.active {
        box-shadow: 0 0 0 1px var(--color-accent) inset; }
    .product-card .product-card-swatches--container {
      position: relative;
      overflow: hidden;
      height: 18px;
      margin-top: 10px; }
    .product-card .product-card-swatches--title {
      font-size: 0.8125rem;
      line-height: 18px;
      opacity: 0.8;
      transform: translateY(0%); }
  .product-card--add-to-cart-button {
    width: 100%;
    margin-top: 15px; }
  .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-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; }

.sidebar-container {
  display: grid;
  grid-gap: clamp(30px, 4.5%, 60px); }
  @media only screen and (min-width: 1068px) {
    .sidebar-container.facets--sidebar {
      grid-template-columns: clamp(250px, 22%, 285px) 1fr; } }
  .sidebar-container.facets--sidebar.results--0 {
    grid-template-columns: 1fr; }
  @media only screen and (min-width: 1068px) {
    .sidebar-container.facets--sidebar .facets-toggle {
      display: none; } }
  .sidebar-container .products.collection.row {
    padding: 0; }



.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; } }


.mobile-img-btw-products{
  display: none;
  margin: 1% -11px 5%;
}

.mobile-img-btw-products img{
    width: calc(100% + 20px);
}
.desktop-img-btw-products{
  width: 97.5%;
  margin: auto auto 2%;
}
@media (max-width: 600px){
  .mobile-img-btw-products{
    display: inline-block !important;
  }
  .desktop-img-btw-products{
    display: none;
  }
  .img-btw-product_text h5{
    font-size: 103% !important;
  }
}
.img-btw-products{
  position: relative;
}
.img-btw-product_text h5{
    font-size: 135% !important;
  font-weight: 500;
}
.img-btw-product_text.desktop-content p{
  font-size: 108% !important;
  line-height: 30px;
  font-weight: 500;
  margin: 0 !important;
}
.img-btw-product_text a{
  font-weight: 700;
  text-decoration: underline;
}
.desktop-content.img-btw-product_text{
  max-width: 50%;
  width: 50%;
  position: absolute;
  bottom: 0;
  padding: 1% 0 6% 4%;
}
.mobile-content.img-btw-product_text{
  margin: 4% 5% 0;
}
.mobile-content.img-btw-product_text a,
.mobile-content.img-btw-product_text p{
  font-size: 74% !important;
}
.mobile-content.img-btw-product_text p{
  margin: 0 !important;
  line-height: 12% !important;
}
.img-btw-product_text h5{
  margin-bottom: 15px;
}
.img-btw-product_text a{
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (min-width: 600px) and (max-width: 1441px){
  .img-btw-product_text h5{
    font-size: 112s% !important;
  }
  .img-btw-product_text.desktop-content p,
  .img-btw-product_text a{
    font-size: 88% !important;
  }
}

.desktop-content.img-btw-product_text h5,
.desktop-content.img-btw-product_text p,
.desktop-content.img-btw-product_text a{
  color: #fff !important;
}
/* Desktop hover effect with dots */
@media (min-width: 601px) {
  .thb-hover {
    position: relative;
    overflow: hidden;
  }
  
  .product-card--featured-image-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  
  /* Primary image */
  .thb-hover .product-primary-image,
  .thb-hover video {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Secondary images - hidden by default */
  .thb-hover .product-secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 2;
  }
  
  /* Show secondary image when active */
  .thb-hover .product-secondary-image.active {
    opacity: 1;
    visibility: visible;
  }
  
  /* Hide primary image when any secondary is active */
  .thb-hover.has-active-secondary .product-primary-image,
  .thb-hover.has-active-secondary video {
    opacity: 0;
    visibility: hidden;
  }
  
  /* Dots navigation */
  .product-secondary-images-nav {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    justify-content: space-between;
    z-index: 10;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }  
  .product-secondary-images-nav li {
    width: 32.5%;
    height: 100%;
    border-radius: 0;
    cursor: pointer;
  }

  
  /* Ensure images fill space properly */
  .thb-hover .product-secondary-image img,
  .thb-hover .product-primary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Ensure variant swatches are visible */
.product-card-info {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 10px 0;
}

.product-card-swatch {
  position: relative;
  z-index: 6;
  margin: 5px 0;
}

.rq-coll-swatch {
  position: relative;
  z-index: 7;
  margin-top: 10px;
}

  /* Mobile styles */
  @media (max-width: 600px){
    {% if template contains 'collection' %}
      .product_card-desktop,
      .product-card-img-desktop,
      .rq-main-badges{
        display: flex;
        position: absolute;
      }
    {% endif %}
    
    .product-card-img-mobile {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    
    .product-card-img-mobile::-webkit-scrollbar {
      display: none;
    }
    
    .product-card-img-mobile img {
      flex: 0 0 100%;
      scroll-snap-align: start;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    
    .product-card-img-desktop {
      display: none !important;
    }
    
    .mobile-quick-view {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      background: rgba(255, 255, 255, 0.9);
      padding: 8px 15px;
      border-radius: 30px;
      font-size: 12px;
      white-space: nowrap;
    }
    
    .btns-contanier {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      padding: 0;
      pointer-events: none;
      z-index: 5;
    }
    
    .mobile-slide-arrow {
      pointer-events: auto;
      border: none;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    figure.product-featured-image {
      position: relative;
      overflow: hidden;
      margin: 0;
    }
  }

  /* Desktop hover effect with dots */
  @media (min-width: 601px) {
    .thb-hover {
      position: relative;
      overflow: hidden;
    }
    
    .product-card--featured-image-link {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    }
    
    /* Primary image */
    .thb-hover .product-primary-image,
    .thb-hover video {
      position: relative;
      z-index: 1;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s ease;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    /* Secondary images - hidden by default */
    .thb-hover .product-secondary-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 2;
    }
    
    /* Show secondary image when active */
    .thb-hover .product-secondary-image.active {
      opacity: 1;
      visibility: visible;
    }
    
    /* Hide primary image when any secondary is active */
    .thb-hover.has-active-secondary .product-primary-image,
    .thb-hover.has-active-secondary video {
      opacity: 0;
      visibility: hidden;
    }
    
 
    
    /* Ensure images fill space properly */
    .thb-hover .product-secondary-image img,
    .thb-hover .product-primary-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .product-card-img-mobile {
      display: none !important;
    }
    
    .btns-contanier {
      display: none !important;
    }
    
    .mobile-quick-view {
      display: none !important;
    }
  }
