/** Shopify CDN: Minification failed

Line 319:26 Expected identifier but found whitespace
Line 319:28 Unexpected "{"
Line 319:37 Expected ":"
Line 319:77 Expected ":"
Line 320:29 Expected identifier but found whitespace
Line 320:31 Unexpected "{"
Line 320:40 Expected ":"
Line 320:83 Expected ":"
Line 663:3 Expected identifier but found "."
Line 1039:0 Unexpected "}"

**/

/* Search results: force 2-up grid on mobile */
@media (max-width: 768px){
  .template-search .product-grid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
}

/* Don’t let items span full width */
.template-search .product-grid > .grid__item{
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
}

/* Ensure your custom <a class="product-card"> doesn't behave like a full-row block */
.template-search .product-card{
  display: block;
  width: 100%;
}

.product-card .card-rating-container{
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
  line-height: 1;
  margin-top: 4px;
}

.product-card .card-rating-container .rating{
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.product-card .card-rating-container .rating-star{
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

.product-card .card-rating-container .rating-count{
  margin: 0;
  padding: 0;
  white-space: nowrap;
  line-height: 1;
}

  @media (max-width: 768px) {
  #main-collection-filters {
    width: 100%;
    margin-top: 12px !important;
  }
}
  @media (max-width: 768px) {
  /* hide the sort dropdown area on mobile */
  .collection-header-right {
    display: none !important;
  }
}
  @media (max-width:990px){
    .collection-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.facet-filters{
  padding-left: 0px;
}
}
  .collection-header-left{
    max-width: 70%;
  }
  .collection-header{
    display: flex;
    justify-content: space-between;
  }

  
  .collection-title {
    font-size: 38px;
    font-weight: 900;
    color: #000;
    margin: 0 0 8px;
}
.collection-header-wrapper{
  padding: 0px 0px 20px 0px;
}
.unified-cards .product-grid .grid__item.equalize,
.unified-cards .product-grid .grid__item.equalize > * {
    display: flex;
    height: auto !important;
    width: 100% !important;
    flex: initial !important;
}
  .unified-cards{
    --card-radius:12px;
    --card-padding:14px;
    --card-bg:#F5F7FA;
    --card-border:1px solid rgba(0,0,0,.06);
    --card-title:#1a1a1a;
    --card-subtle:#6b7280;
    --card-strong:#111827;
    --cta-bg:#FFD34D;
    --cta-text:#111827;
    --cta-radius:999px;
  }

  /* Equalize cards */
  .unified-cards .product-grid .grid__item.equalize{display:flex;}
  .unified-cards .product-grid .grid__item.equalize>*{display:flex;width:100%;}

  /* Card shell */
  .unified-cards .card,
  .unified-cards .card-product,
  .unified-cards .card--product{
    background:var(--card-bg);
    border:var(--card-border);
    border-radius:var(--card-radius);
    overflow:hidden;
    display:flex;
    flex-direction:column;
    width:100%;
  }

  /* Media */
  .unified-cards .card__media,
  .unified-cards .media,
  .unified-cards .card-media{
    position:relative;
    aspect-ratio:1/1;
    overflow:hidden;
  }
  .unified-cards .card__media img,
  .unified-cards .media img,
  .unified-cards .card-media img{
    width:100%;height:100%;object-fit:cover;display:block;
  }

  /* Floating quick-add pill */
  .unified-cards .card__media .quick-add,
  .unified-cards .card__media .card__badge-bottom{
    position:absolute;right:10px;bottom:10px;margin:0;padding:0;
  }
  .unified-cards .quick-add .button,
  .unified-cards .card__badge-bottom .button{
    background:var(--cta-bg);color:var(--cta-text);
    border:0;border-radius:var(--cta-radius);
    padding:8px 14px;line-height:1;font-weight:700;box-shadow:none;
  }

  /* Content area */
  .unified-cards .card__content,
  .unified-cards .card-information,
  .unified-cards .card__information{
    display:flex;flex-direction:column;gap:8px;padding:var(--card-padding);
  }

  /* Price */
  .unified-cards .price,
  .unified-cards .card__price{
    display:flex;align-items:baseline;gap:8px;color:var(--card-strong);font-weight:800;
  }
  .unified-cards .price .price-item--compare,
  .unified-cards .price .price__compare{text-decoration:line-through;opacity:.55;font-weight:400;}

  /* Title */
  .unified-cards .card__heading,
  .unified-cards .card__title,
  .unified-cards .card-information__text.h5{
    color:var(--card-title);font-weight:600;font-size:1rem;line-height:1.35;margin:0;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  }

  /* Meta/subtitle (e.g., size) */
  .unified-cards .card__caption,
  .unified-cards .card-information__meta,
  .unified-cards .product-meta--small{font-size:.875rem;color:var(--card-subtle);}

  /* Hover polish */
  .unified-cards .card:hover{border-color:rgba(0,0,0,.12);}

  /* --------- RATING FIX: keep stars + (count) on ONE line --------- */
  .unified-cards .spr-badge,
  .unified-cards .spr-badge-starrating,
  .unified-cards .spr-starrating,
  .unified-cards .rating{
    display:inline-flex !important;
    align-items:center !important;
    flex-direction:row !important;
    gap:6px !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
  .unified-cards .spr-icon,
  .unified-cards .spr-icon-star,
  .unified-cards .spr-icon-star-empty,
  .unified-cards .spr-icon-star-half{
    display:inline-block !important;vertical-align:middle !important;margin:0 1px !important;
  }
  .unified-cards .spr-badge-caption,
  .unified-cards .spr-summary-actions-togglereviews,
  .unified-cards .rating__caption{
    display:inline-block !important;white-space:nowrap !important;margin-left:2px !important;
  }
  /* Prevent narrow containers from forcing wraps */
  .unified-cards .card-information,
  .unified-cards .card__information{min-width:0;}

  /* Loading state styles */
  .collection--loading {
    opacity: 0.6;
    pointer-events: none;
  }
  .sort-loading-spinner {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-top-color: #111827;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
  }
  .sort-loading-spinner.active {
    display: block;
  }
  @keyframes spin {
    to { transform: rotate(360deg); } 
  }
/* line */
  .category-mobile-heading {
  display: none;
}

@media (max-width: 768px) {
  .category-mobile-heading {
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px 0;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .new-products-section {
    flex-direction: column !important;
    gap: 24px !important;
  }

  .new-products-content {
    width: 100% !important;
    flex: 1 1 100% !important;
    padding: 16px;
  }

  .new-products-carousel-wrapper {
    width: 100% !important;
  }

  .new-products-grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 8px;
  }

  .new-products-grid .product-card {
    flex: 0 0 80%; /* makes each product card almost full width for better visibility */
    scroll-snap-align: start;
  }

  .product-card img {
    height: auto;
    max-height: 240px; /* makes product image taller on mobile */
    object-fit: contain;
  }

  .product-info {
    padding: 10px;
  }

  .new-products-title {
    font-size: 20px;
  }

  .new-products-description {
    font-size: 14px;
    line-height: 1.6;
  }
}
  /* Added CSS custom properties for adjustable padding */
  :root {
    --section-padding-top: {{ section.settings.padding_top | default: 24 }}px;
    --section-padding-bottom: {{ section.settings.padding_bottom | default: 24 }}px;
  }

  /* Added white background to section wrapper and body to override any gray backgrounds */
  div.shopify-section-template--17702431293620__product_recommendations_ni7BkD {
    background-color: #fff!important;
  }
  
  .product-recommendations-section {
    background-color: #fff !important;
    width: 100%;
    min-height: 100vh;
    /* Applied adjustable padding using CSS custom properties */
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }
  
  .product-layout-container {
    display: flex;
    gap: 0;
    min-height: 100vh;
    max-width: 1340px;
    margin: 0 auto;
    background-color: #fff !important;
  }
  
  .product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 24px; 
  }

  .product-card {
    background-color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .product-card:hover {
    transform: translateY(-2px);
  }

  .product-card:hover .product-title {
    color: #203A20;
  }

  .product-image-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background-color: #f5f5f5;
    position: relative;
  }

  .product-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .product-info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .product-price {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 0.5;
  }

  /* Star Rating System */
  .card-rating-container {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 2px;
    line-height: 1;
  }

  .rating {
    display: inline-flex;
    align-items: center;
  }

  .rating-star {
    position: relative;
    display: inline-block;
    width: calc(var(--font-size, 10px) * 5);
    font-size: var(--font-size, 10px);
    line-height: 0.8;
  }

  .rating-star::before {
    content: "★★★★★";
    color: #ddd;
  }

  .rating-star::after {
    content: "★★★★★";
    position: absolute;
    left: 0;
    top: 0;
    width: calc((var(--rating) + var(--rating-decimal, 0)) / var(--rating-max) * 100%);
    color: #f0b030;
    overflow: hidden;
  }

  .rating-count {
    font-size: 10px;
    color: #666;
    margin: 0;
    line-height: 1;
  }

  .product-title {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin: 4px 0 0 0;
  }
/* ---------- Equalize title heights across cards ---------- */

/* Choose how many lines you want the title to occupy */
:root{
  --card-title-lines: 2;
}

/* Main product cards */
.product-card .product-title{
  line-height: 1.3; /* keep consistent */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--card-title-lines);
  overflow: hidden;

  /* reserve exact height for N lines */
  min-height: calc(1.3em * var(--card-title-lines));
}

/* Promo cards */
.promo-product-card .promo-product-title{
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--card-title-lines);
  overflow: hidden;

  min-height: calc(1.3em * var(--card-title-lines));
}

/* If you're using the unified-cards title selector too */
.unified-cards .card__heading,
.unified-cards .card__title,
.unified-cards .card-information__text.h5{
  line-height: 1.35; /* or set to 1.3 if you want it identical */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--card-title-lines);
  overflow: hidden;

  min-height: calc(1.35em * var(--card-title-lines));
}

  .product-size {
    font-size: 12px;
    color: #666;
    margin: 2px 0 6px 0;
    line-height: 1.3;
  }

  .add-button {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: #f0b030;
    color: #333;
    border: none;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: inherit;
  }

  .add-button:hover {
    background-color: #FFC700;
  }

  .add-button[disabled] {
  background-color: #4a4a4a;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  cursor: not-allowed;
  pointer-events: none;
}

  .promo-section {
    margin-bottom: 48px;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: stretch;
    background-color: transparent;
    border-radius: 0;
    overflow: visible;
    min-height: 280px;
  }

  .promo-banner {
    background-color: #f8f9fa;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 20%;
    flex-shrink: 0;
    border-radius: 8px;
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .promo-banner-image {
    width: 100%;
    flex: 1;
    object-fit: cover;
    border-radius: 0;
    display: block;
  }

  .promo-banner-text {
    background-color: #C74B50;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0;
    flex-shrink: 0;
  }

  .promo-grid {
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 0px;
    align-items: stretch;
    min-height: 280px;
  }

  .promo-product-card {
    background-color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    height: 100%;
  }

  .promo-product-card:hover {
    transform: translateY(-2px);
  }

  .promo-product-card:hover .product-title {
    color: #203A20;
  }

  .promo-image-container {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background-color: #f5f5f5;
    position: relative;
  }

  .promo-product-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .promo-add-button {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: #f0b030;
    color: #333;
    border: none;
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .promo-add-button:hover {
    background-color: #ffc300;
  }

  .promo-product-info {
    padding: 16px 12px;
    text-align: left;
    background-color: #ffffff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  /* NEW: Sale + Compare-at row styles for promo cards */
  .promo-price-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
  }
  ..promo-price-tag {
    background-color: #C74B50;
    color: #fff;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    align-self: flex-start;
}
  /* Added sold out badge styling */
  .sold-out-badge {
    background-color: #4a4a4a;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    align-self: flex-start;
  }
  .promo-compare-at {
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
    font-weight: 600;
  }

  .promo-product-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    flex-grow: 1;
  }

  .product-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px dashed #dee2e6;
    box-sizing: border-box;
  }

  .new-products-section {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 48px;
  }

  .new-products-content {
    width: 250px;
    flex-shrink: 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }

  .new-products-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px 0;
  }

  .new-products-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }

  .new-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    flex: 1;
    align-items: start;
  }

  /* Category Cards Section - Complete CSS */
  .category-cards-section {
    margin-bottom: 48px;
  }

  .category-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .category-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    transition: transform 0.2s ease;
  }

  .category-card:hover {
    transform: translateY(-2px);
  }

  .category-image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #587A5E;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .category-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: center;
  }

  @media (max-width: 768px) {
    .product-layout-container {
      flex-direction: column;
    }

    .sidebar {
      width: 100%;
      padding: 16px;

      display: none;
    }

    .product-grid, .new-products-grid, .category-cards-grid, .promo-grid {
      display: flex !important;
      overflow-x: auto;
      padding-bottom: 8px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;   
      scroll-behavior: smooth;      
      -ms-overflow-style: none;
      scrollbar-width: none;           
    }

    .product-grid::-webkit-scrollbar,
    .new-products-grid::-webkit-scrollbar, 
    .category-cards-grid::-webkit-scrollbar {
      display: none;
    }      

    .product-grid .product-card,
    .category-cards-grid .category-card {
      flex: 0 0 calc(50% - 8px);
      scroll-snap-align: start;
    }    

    .new-products-content {
     flex: 0 0 calc(50% - 8px)!important;
    }
    
    .promo-banner {
      flex: 0 0 calc(50% - 14px) !important;
    }

    .new-products-grid .product-card,
    .promo-grid .promo-product-card {
      flex: 0 0 100%;
      scroll-snap-align: start;
    }    

    .new-products-section {
      flex-direction: row !important;
      gap: 16px !important;
    }

    .promo-section {
      gap: 22px;
    }

    .promo-grid {
      gap: 16px;
    }

    .category-cards-grid,
    .promo-grid {
      width: 100%;
    }

    .new-products-carousel-wrapper,
    .promo-carousel-wrapper {
      width: calc(50% - 8px) !important;
    }

    .product-carousel-wrapper,
    .new-products-carousel-wrapper,
    .category-cards-carousel-wrapper,
    .promo-carousel-wrapper {
      position: relative;
      display: flex;
      align-items: center;
    }  

    .carousel-btn {
      display: block;
      transition: opacity 0.3s ease;      
      position: absolute;
      transform: translateY(-50%);
      top: 25%;      
      z-index: 2;
      background: #203A20;
      color: #fff;
      border: none;
      border-radius: 5px;
      padding: 8px 12px;
      cursor: pointer;
      font-size: 12px;
    }

    .new-products-carousel-wrapper .carousel-btn {
      top: 30%;
    }

    .category-cards-carousel-wrapper .carousel-btn {
      top: 50%;
    }

    .carousel-btn.prev {
      left: -15px;
    }

    .carousel-btn.next {
      right: -15px;
    }    
  }

  /* Tablet Styles - max-width: 1024px */
@media (max-width: 1024px) and (min-width: 769px) {
  .sidebar {
    width: 230px;
  }
  
  .product-layout-container {
    flex-direction: row; /* Keep sidebar on left */
    gap: 24px;
    max-width: 100%;
    margin: 0 auto;
  }

    .product-grid, .new-products-grid, .category-cards-grid, .promo-grid {
      display: flex !important;
      overflow-x: auto;
      padding-bottom: 8px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;   
      scroll-behavior: smooth;      
      -ms-overflow-style: none;
      scrollbar-width: none;           
    }

    .product-grid::-webkit-scrollbar,
    .new-products-grid::-webkit-scrollbar, 
    .category-cards-grid::-webkit-scrollbar {
      display: none;
    }      

    .product-grid .product-card,
    .category-cards-grid .category-card {
      flex: 0 0 calc(31% - 8px);
      scroll-snap-align: start;
    }    

    .new-products-content {
     flex: 0 0 calc(30% - 8px)!important;
    }
    
    .promo-banner {
      flex: 0 0 calc(30% - 14px) !important;
    }

    .new-products-grid .product-card,
    .promo-grid .promo-product-card {
      flex: 0 0 40%;
      scroll-snap-align: start;
    }    

    .new-products-section {
      flex-direction: row !important;
      gap: 16px !important;
    }

    .promo-section {
      gap: 22px;
    }

    .promo-grid {
      gap: 16px;
    }

    .category-cards-grid,
    .promo-grid {
      width: 100%;
    }

    .new-products-carousel-wrapper,
    .promo-carousel-wrapper {
      width: calc(70% - 8px) !important;
    }

    .product-carousel-wrapper,
    .new-products-carousel-wrapper,
    .category-cards-carousel-wrapper,
    .promo-carousel-wrapper {
      position: relative;
      display: flex;
      align-items: center;
    }  

    .carousel-btn {
      display: block;
      transition: opacity 0.3s ease;      
      position: absolute;
      transform: translateY(-50%);
      top: 35%;      
      z-index: 2;
      background: #203A20;
      color: #fff;
      border: none;
      border-radius: 5px;
      padding: 12px 16px;
      cursor: pointer;
      font-size: 12px;
    }

    .new-products-carousel-wrapper .carousel-btn {
      top: 30%;
    }

    .category-cards-carousel-wrapper .carousel-btn {
      top: 50%;
    }

    .carousel-btn.prev {
      left: -15px;
    }

    .carousel-btn.next {
      right: -15px;
    }    
  }
  
}

    .facets-vertical:not(.facets--no-filters) .grid--4-col-desktop .grid__item{
        width: 100%!important;
        max-width: 100%!important;
    }
    @media screen and (min-width: 990px) {
      .grid--4-col-desktop.grid--scaled .grid__item,
      .grid--5-col-desktop.grid--scaled .grid__item,
      .grid--6-col-desktop.grid--scaled .grid__item {
        width: 100% !important;
        max-width: 100% !important;
      }
    }
    
    .facets-layout-grid .facets__label {
      display: flex;
      flex-direction: row;
    }
    
    .facets-layout-grid {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }