/** Shopify CDN: Minification failed

Line 230:20 Unexpected "{"
Line 230:29 Expected ":"

**/


/* CSS from section stylesheet tags */
.shipping-progress-wrapper {
    border: 1px solid #ddd;
    padding: 1em;
    border-radius: 8px;
    background: #f9f9f9;
    max-width: 600px;
    margin: 1em auto;
    font-family: system-ui, sans-serif;
  }
  .progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    margin-bottom: 0.3em;
    color: #666;
  }
  progress {
    width: 100%;
    height: 10px;
    appearance: none;
  }
  progress::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 5px;
  }
  progress::-webkit-progress-value {
    background-color: #0077ff;
    border-radius: 5px;
  }
  .shipping-status {
    margin-top: 0.5em;
    font-size: 0.95em;
  }
  .underlined-link {
    text-decoration: underline;
    color: #0077ff;
  }
#root > [class*="shopify-section-extra-header-bar"] {
    position: relative;
    z-index: 99;
    width: calc(100% + var(--rpp) * 2) !important;
    margin-left: var(--rpn);
    margin-right: var(--rpn);
    background: var(--body_bg);
    color: var(--primary_text);
    --ar_c: var(--primary_text);
  }

  /* Default state: header bar will scroll with the page */
  .header-alert-bar {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: #d9aa16; /* default color */
    color: #fff;
    font-size: 1.4rem;
    padding: 0 var(--rpp);
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
  }

  /* When the fixed class is added, we change to a fixed position */
  .header-alert-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 var(--rpp);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* subtle shadow when fixed */
    background-color: #d9aa16;
    transition: top 0.3s ease-in-out; /* Smooth top transition when fixing */
    z-index: 99; /* Ensures it's on top when fixed */
  }

  /* Color variations */
  .header-alert-bar--warning {
    background-color: #e94141;
  }
  .header-alert-bar--black {
    background-color: #000;
  }

  /* Container inside the bar */
  .header-container {
    max-width: var(--ghw);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .header-container__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  /* Text styling */
  .header-container__content p {
    margin: 0;
    line-height: 1.2;
  }

  /* Code "button" (div styled as button) */
  .header-code {
    background-color: #12a948;
    border-radius: 9999px;
    padding: 0.75rem 0.75rem;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    min-width: 120px;
    cursor: pointer; /* Makes it appear clickable */
    transition: opacity 0.3s ease-in-out;
  }

  .header-code:hover {
    opacity: 0.8;
  }

  .header-code .code-label {
    margin-right: 0.5rem;
  }

  .header-code .code {
    font-weight: bold;
    margin-right: 0.5rem;
  }

  .header-code img {
    width: 15px;
    height: 15px;
  }

  .hidden {
    display: none;
  }

  /* Responsive tweaks */
  @media (max-width: 767px) {
    .header-alert-bar {
      font-size: 1.2rem;
    }
    .header-container {
      flex-direction: column;
      gap: 8px;
      padding: 10px 0;
    }
  }

  @keyframes scroll-text {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
  }

  .header-alert-bar.scrolling p {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-text 15s linear infinite;
  }
#root .shopify-section-header #nav.nav-content {
    background: #fff;

    @media screen and (min-width: 900px) {
      background: inherit;
    }
  }

  #root .shopify-section-header #nav.nav-content ul.desktop-hide li a {
    font-size: 18px;
  }

  #root .shopify-section-header #nav.nav-content ul.desktop-hide li ul.wide {
    background: #fff;
  }

  #root .shopify-section-header #nav.nav-content ul.desktop-hide li ul.wide li ul li {
      border-bottom: 1px solid #e0e0e0;
      font-weight: 400;
      padding: 0;
  }


  #root .shopify-section-header #nav.nav-content ul.desktop-hide li a.main-cat-toggle {
    /*display: block;
    width: 100%;
    height: 20px;
    text-indent: 0;
    position: relative;
    left: 0;*/
  }

  #root .shopify-section-header #nav.nav-content ul.categories-menu.desktop-hide li.sub {
      font-size: 18px;
      font-weight: 700;
      margin: 0;
      padding: 0;

  }

  #root .shopify-section-header #nav.nav-content ul.categories-menu.desktop-hide li.sub a:not(.toggle) {
    padding: 12px 15px;
    background: #ededed;
    border-bottom: 1px solid #e0e0e0;
  }

  #root .shopify-section-header #nav.nav-content ul.categories-menu.desktop-hide li.sub a:not(.toggle):before {
    right: 0;
  }

  #root .shopify-section-header #nav.nav-content ul.categories-menu.desktop-hide li.sub ul.wide li ul li a {
    background: #fff;
    border: none;
    padding: 12px 15px;
  }
.cart-empty:not(.hidden) ~ * { display: none; }
  #shopify-section-{{ section.id }} .accordion-a details > div > *:last-child {
    margin: 0!important;
  }

  .cart-item header h2 a {
    font-size: 18px;
  }

  .product-options {
    font-size: 16px;
    color: #808080;
  }

  .cart-item .delivery-text {
    font-size: 16px;
    margin-top: 6px;
  }

  .cart-item .delivery-text .overlay-valid {
    align-items: center;
  }

  .cart-item .price {
    font-size: 24px;
    font-weight: 400;
  }

  aside .totals-block, aside .discount-block {
    background: #e5e5e5;
    margin: 0 0 30px 0;
    padding: 20px;
  }

  aside .discount-block .discount-block__title {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }

  aside .totals-block, aside .discount-block .discount-block__disclaimer {
    display: block;
    margin-top: 5px;
  }

  aside .totals-block .payment-methods-list {
    margin: 0;
    padding: 0;
  }


  aside .totals-block .trust-badge {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  aside .totals-block .trust-badge svg {
    width: 15px;
  } 
  aside .totals-block .trust-badge svg, aside .totals-block .trust-badge p {
    display: inline;
    
  }

  aside .totals-block .sub-total-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 20px;
  }

  aside .totals-block .sub-total-row .price {
    font-size: 26px;
    font-weight: 400;
  }

  .mobile-link-btn {
    flex-direction: column;
  }


   .mobile-link-btn .mobile-only.sub-total-row {
     display: flex !important;
     width: 100%;
   }
.facet-blocks__content {
      max-width: 100%;
      margin: 20px 0;
    font-size: 12px;
  }

  .facet-blocks__content.no-margin-top {
      margin-top: 0;
  }

  .facet-blocks__content.no-margin-bottom {
      margin-bottom: 0;
  }

  .facet-blocks__content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap:10px;
    list-style: none;
    margin: 0;
    padding: 0;

     @media screen and (min-width: 900px) {
        grid-template-columns: 1fr 1fr 1fr 1fr;
         column-gap:15px;
     }
  }
.seo-section h2, .seo-section h3, .seo-section h4 {
    font-size: 15px;
    font-weight: 700;
}

.seo-section p, .seo-section ol, .seo-section ul {
    font-size: 12px;
}
h2 {
  font-size: 20px;
}
  
#root .link-btn a.inv.to-cart-btn,
#root .link-btn a.inv.to-cart-btn:hover {
  font-weight: 400;
  color: #000 !important;
}

#root .link-btn a.inv.to-cart-btn:before {
  border-color: #000;
}

  
#root .link-btn a.inv.to-cart-btn:hover:before {
  background: transparent;
}

#root .link-btn.checkout-btn span span {
 display: flex;
  align-items: center;
  justify-content: center;
}
  
#root .link-btn.checkout-btn span span svg { 
  width: 19px;
  height: 19px;
  margin-left: 10px;
  fill: #fff;

}

/* CSS from snippet stylesheet tags */
nav.breadcrumbs-block {
      font-size: 15px;
      margin-top: 5px !important;
      margin-bottom: 20px;

  }

  nav.breadcrumbs-block ol {
    margin: 0;
  }

  .n6br li {
    color: #888;
  }

  .n6br li a {
    color: #000;
    opacity: 1;
  }

  .n6br li:before{
    content: ' > ' !important;
    opacity: 1;

  }
summary {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 5px 10px 5px 0;
    margin: 0 0 5px 0;
}
  
 summary i {
   color: #d9aa16;
}

summary .open-item-icon {
  display: none;
}

summary .closed-item-icon {
  display: block;
}

details[open] summary .closed-item-icon {
  display: none;
}

details[open] summary .open-item-icon {
  display: block;
}
.mobile-filter-btn, .sticky-mobile-filter-btn {
    width: 100%;
    justify-content: center;
    background: #12a948;
    padding: 10px 0;
    border-radius: 4px;
  }

  .sticky-mobile-filter-btn {
    top: auto !important;
    bottom: 16px !important;
    color: #fff;
    display: inline-block !important;
    padding: 10px 16px !important;
    position: fixed !important;
    transform: translate(calc(50vw - 50%));
    z-index: 10;
    width: auto;
    margin-bottom: 0px !important;
    
    @media screen and (min-width: 900px) {
      display:none !important;
    }
  }

  .sticky-mobile-filter-btn a {
    display: inline;
  }

  .mobile-filter-btn a span img, .sticky-mobile-filter-btn a span img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .mobile-filter-btn a, .mobile-filter-btn a span,
    .sticky-mobile-filter-btn a, .sticky-mobile-filter-btn a span{
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
  }
.sub-item-title {
   font-weight: bold;
   text-decoration: underline;
   font-size: 16px;
 }
html .product-card h3 a {
    word-break: auto-phrase;
  }

  .product-card figure {
    margin: 0;
    border-left: 1px solid rgba(232, 232, 232, 1);
    border-right: 1px solid rgba(232, 232, 232, 1);
    border-top: 1px solid rgba(232, 232, 232, 1);
  }

  .product-card figure,
  .product-card figure picture {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .l4cl figure+div {
    margin: 0;
  }

  .product-card::before {
    border-radius: 4px;
    border-left: 1px solid rgba(232, 232, 232, 1);
    border-right: 1px solid rgba(232, 232, 232, 1);
    border-bottom: 1px solid rgba(232, 232, 232, 1);
    box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  }

  .product-card h3 {
    height: 100px;
  }

  .product-card-details {
    padding: 14px;
  }
  
  /* .product-card .color-block {
    height: 30px;
  } */

  .product-card .rating-block {
    height: 20px;
  }

  .product-card .delivery-text .overlay-valid {
      font-weight: 600;
      font-size: 13px;
  }

  .product-card-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(245, 245, 245, 1);
    gap: 16px;
  }
  
  @media only screen and (max-width: 760px) {
    .product-card-bottom {
      flex-direction: column;
      justify-content: flex-end;
      max-height: 110px;
    }

    .product-card-bottom .link-btn--bottom,
    .product-card-bottom .link-btn--bottom a.circle,
    .product-card-bottom .link-btn--bottom a.circle:before {
      width: 100% !important;
    }
  }

  .product-card .delivery-text {
    line-height: normal;
  }

  /* Set a consistent min-height and align text vertically */
  .product-card .delivery-text {
    min-height: 32px; /* Adjust as needed for your font/line-height */
    display: flex;
    align-items: center; /* Vertically center */
    justify-content: flex-start; /* Align text left */
  }
.rating-holder ul  {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rating-holder ul li {
    display: inline-block;
}

.rating-holder ul li .icon-star {
    width: 20px;
    height: 20px;
    fill: #d9aa16;
}

.rating-holder ul li .icon-star.icon-empty-star {
    width: 20px;
    height: 20px;
    fill: #ccc;
}

.rating-holder ul li .icon-star.icon-half-star .bg-color {
    fill: #ccc;
}
.trust-badge,
  .trust-badge span {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trust-badge span {
    flex-direction: row;
  }