/** Shopify CDN: Minification failed

Line 423:27 Unexpected "{"
Line 423:34 Expected ":"
Line 423:41 Unexpected "{"
Line 429:27 Unexpected "{"
Line 429:34 Expected ":"

**/
/* -- MM SIDEBAR TEXT OVERLAY -- */

.mega-menu-sidebar--content-image {
  position: relative;
  background-color: #e0e0e0; /* Grey placeholder */
  overflow: hidden;
}

.mega-menu-sidebar--content-overlay {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.mega-menu-sidebar--content-overlay img {
  display: block;
  width: 600px;
  height: auto;
  object-fit: cover;
  transition: transform 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
  will-change: scale;
}

.mega-menu-sidebar--content-image img.lazyloaded {
  opacity: 1;
  background: none;
}

/* Apply hover effect to both img and svg when hovering over the content overlay */
.mega-menu-sidebar--content-overlay:hover img,
.mega-menu-sidebar--content-overlay:focus img,
.mega-menu-sidebar--content-overlay:hover .mega-menu-sidebar--text-overlay svg,
.mega-menu-sidebar--content-overlay:focus .mega-menu-sidebar--text-overlay svg {
  transform: scale(1.05);
}

.mega-menu-sidebar--text-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: var(--bg-body, #fff); /* White background */
  font-size: 0.875rem;
  text-transform: none;
  font-weight: var(--font-body-bold-weight, 600);
  border-radius: 3px;
  padding: 7px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0;
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

@media only screen and (min-width: 768px) {
  .mega-menu-sidebar--text-overlay {
    padding: 12px 20px;
  }
}

.mega-menu-sidebar--text-overlay svg {
  margin-left: 10px;
  flex-shrink: 0;
  width: 12px;
  transition: transform 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

@media only screen and (min-width: 768px) {
  .mega-menu-sidebar--text-overlay svg {
    margin-left: 20px;
    width: 17px;
  }
}

[dir="rtl"] .mega-menu-sidebar--text-overlay svg {
  margin-left: 0;
  margin-right: 10px;
  transform: rotateZ(180deg);
}

@media only screen and (min-width: 768px) {
  [dir="rtl"] .mega-menu-sidebar--text-overlay svg {
    margin-right: 20px;
  }
}

.mega-menu-sidebar--content-overlay:hover .mega-menu-sidebar--text-overlay svg {
  transform: translateX(5px) scale(1.05); /* Scale and translate when hovering over image */
}

[dir="rtl"] .mega-menu-sidebar--content-overlay:hover .mega-menu-sidebar--text-overlay svg {
  transform: rotateZ(180deg) translateX(5px) scale(1.05);
}

/* -- END MM SIDEBAR TEXT OVERLAY -- */

/* -- CART DRAWER PADDING -- */
  .cart-drawer-buttons {
    padding-bottom: 100px; }
/* -- END CART DRAWER PADDING -- */

/* -- 2 BADGES?? -- */

@media only screen and (min-width: 768px) {
  .badge + .badge { 
    top: 42px !important; } }

/* -- END 2 BADGES -- */

/* -- REMOVE BADGE 2 ON SMALL SCREENS -- */
@media only screen and (max-width: 768px) {
    .badge:nth-of-type(2) {
        display: none;
    }
}
/* -- REMOVE BADGE 2 ON SMALL SCREENS -- */

/* -- PROMO BADGE -- */ 
  .promo-badge {
    background: #e47a26;
  }
/* -- END PROMO BADGE -- */ 

/* -- CUSTOM GRID TEXT -- */
  .product-card-inventory {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-top: 10px; }
/* -- END CUSTOM GRID TEXT -- *-/

/* -- PRODUCT PAGE BADGES --  */
  .price > .amount, .price ins {
    margin-right: 11px; }
  .thb-product-detail .product-price-container .badges {
    margin: 0 !important; }
/* -- END PRODUCT PAGE BADGES --  */

/* -- SKU --  */
   .product-sku-container {
    text-transform: uppercase;
    font-size: .6875rem;
    letter-spacing: .1em;
    opacity: .6; 
    margin-bottom: 10px; }
/* -- END SKU --  */

/* -- MENU STYLE --  */
/* -- PROMO SALE MENU STYLE
  .full-menu a[title="Black Friday Sale"] { 
    background-color: #363636;
    color: #f5f6f8;
    padding: 5px 10px;
    border-radius: 5px; }
  .full-menu a[title="Black Friday Sale"]:hover {
    box-shadow: 0 0 15px #b52025;}
  .full-menu a[title="Black Friday Sale"]:after { 
    display:none; }
PROMO SALE MENU STYLE END -- */
  .thb-full-menu li.menu-item-has-children>a[href="/collections/sale"] { 
    color: #b52025 !important; }
  #mobile-menu > div > ul.mobile-menu > li:nth-child(8) > details > summary { 
    color: #b52025; }

  .mega-menu-promotion--cover p {
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 0;
    font-weight: 1000;
    text-transform: none;
    margin-bottom: 15px; }

  .mega-menu-promotion--cover {
    max-width: none;
  }

  .mobile-menu-drawer .mega-menu-promotion--cover {
    padding: 0 0 50px 30px !important;
  }
/* -- END MENU STYLE --  */

/* -- TRUSTPILOT -- */
  .thb-secondary-area-item .thb-secondary-trustpilot-image {
    height: 40px; }
  @media only screen and (max-width: 1067px) {
    .thb-secondary-area-item .thb-secondary-trustpilot-image {
      display:none; } }
  @media only screen and (max-width: 1067px) {
    .thb-secondary-area.thb-header-right a.thb-secondary-area-item.thb-secondary-trustpilot {
      display:none !important; } }
/* -- END TRUSTPILOT -- */

/* -- IMEGA STYLING -- */
#imega-widget-anchor {
    border: 1px solid #f0eeeb !important;
    background: #fff !important;
    border-radius: 0px !important;
    margin: 15px 0 15px!important;
    padding: 15px 10px 10px 10px !important;
    font-family: inherit !important; }
#imega-widget-anchor div.imega-anchor-top {
    height: 100% !important;
    width: -webkit-fill-available !important;
    position: relative !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important; }
#imega-widget-anchor img {
    display: block !important;
    height: 35px !important;
    left: 0 !important; }
a#imega-see-info {
    border-radius: 5px !important;
    padding: 10px !important;
    background: #7E3CFE !important;
    align-items: center !important;
    display: inline-flex !important; }
#imega-widget-anchor .imega-anchor-bottom .imega-slug {
    background: none !important;
    width: 100% !important;
    margin-top: 15px !important;
    padding: 10px 0 !important;
    font-family: poppins !important;}
.imega-see-info-btn {
    font-size: 0 !important;
    font-family: poppins !important; }
.imega-see-info-btn:after {
    content:'Calculate Finance Payments';
    font-size: .875rem;
    font-weight: 600; }
/* -- END IMEGA STYLING -- */

/* -- SAMPLE BUTTON STYLING -- */
  .product-samples-button {
    height: 48px;
    border-radius: 5px;
    border: 1px solid #363636 !important;
    background: #fff !important;
    color: #363636 !important;
    width: 100%;
    text-transform: none !important;
    font-size: .875rem !important;
    font-weight: 600;
    padding: 7px 30px !important;
    letter-spacing: var(--button-letter-spacing, .02em);
    margin-top: -15px; }
/* -- END SAMPLE BUTTON STYLING -- */

/* -- PRODUCT TIMING CART -- */  
  .product-timing-cart {
        text-transform: uppercase;
    font-size: .6875rem;
    letter-spacing: .1em;
    opacity: .6; 
    margin-bottom: 10px; }
/* -- END PRODUCT TIMING CART -- */  

/* -- LARGER VIEW CART LINK -- */ 
  .text-button[title="View Cart"] {
    font-size: 1rem; }
/* -- LARGER VIEW CART LINK -- */ 

/*-- MEGA MENU STYLE --*/
  .mega-menu-sidebar--content-container span {
    text-transform: capitalize !important;
}
/*-- MEGA MENU STYLE --*/


/*-- PRODUCT MESSAGE STYLE --*/
.offer-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 15px auto;
  border: 1px solid #f0eeeb;
  background: #fff;
  color: #363636;
  font-size: .875rem;
}

.offer-container.style_c {
  flex-direction: column !important
}

.offer-content.style_c {
  display: flex;
  flex-direction: row;
  padding: 10px;
  align-items: center;
}

.timer-container.style_c {
  padding: 10px 0;
  width: 100%;
}

#icon {
  padding-right: 10px;
}

#image img {
  object-fit: cover;
  height: 250px;
}

#offer-img.style_c {
  width: 100px;
  height: max-content;
  margin-right: 10px;
}

.offer-text {
 margin: 0 0 0 20px;
}

.offer-text #badge {
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: -5px;
  letter-spacing: 0.5px;
  background: #e47a26;
  color: #f5f6f8;
  padding: 7px 10px;
  border-radius: 100px;
}

.offer-text #headline {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px; 
}

.offer-text #text {
  font-size: .875rem;
  margin-bottom: 10px;
}

.offer-links {
  margin-bottom: 10px
}

.offer-content span {
  font-weight: 600;
}

.timer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f5f6f8;
}

.timer__item {
  display: inline-block;
  text-align: center;
}

.timer__item + .timer__item {
  margin-left: 20px;
}

.timer__value,
.timer__label {
  display: block;
}

.timer__value {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.timer__label {
  font-size: .6875rem;
  letter-spacing: .1em;
  opacity: .6;
  text-transform: uppercase;
}

@media screen and (max-width: 1067px) {
.offer-container {
  flex-direction: column;
  }
#image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.offer-text {
 margin: 10px;
}
}
/*-- PRODUCT MESSAGE STYLE --*/

/*-- OTHER OPTIONS STYLE --*/
        .product-options-dropdown {
          padding: 5px;
          font-size: .875rem;
          width: 100%;
          appearance: auto;
        }
        .product-options-dropdown option {
          white-space: normal;
          word-wrap: break-word;
        }
        .related-products-{{ block.id }} {
          text-align: left;
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 2px;
        }
        .related-products-{{ block.id }} .related-product__image {
          width: 80px;
          height: 80px;
          object-fit: cover;
          border-radius: 5px;
          padding: 2px 2px;
          margin: 0px 6px 6px 0px;
        }
/*-- OTHER OPTIONS STYLE --*/

/*-- GLOBAL BANNER STYLE --*/
  .global-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b52025;
    color: #f5f6f8;
    border-bottom: 1px solid var(--color-header-border, var(--color-border));
  }

  .global-banner-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 0.5rem;
  }

  .global-banner-row-2 {
    display: flex;
    align-items:center;
  }

  .global-banner-cta {
    color: #f5f6f8;
    border: #f5f6f8 1px solid;
    padding: 4px 8px;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 10px;
    height: fit-content;
    font-size: 0.875rem;
  }

  .global-banner-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .global-banner-headline {
    font-size: 0.875rem;
  }

  .global-banner-headline span {
    font-weight: 600;
  }

  .global-banner.timer {
    display: flex;
    font-size: 0.875rem;
    background: transparent;
    padding: 0;
  }

  .timerHidden {
    display: none !important;
  }

  .global-banner.timer .timer__value {
    font-size: 1rem;
  }

  .global-banner.timer .timer__label {
    margin-top: -5px;
  }

  .global-banner.timer .timer__item + .timer__item {
    margin-left: 0.5rem;
  }

  @media (max-width: 600px) {
    .global-banner-content {
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
    }
    .global-banner-text {
      gap: 0;
    }
    .global-banner-headline {
      text-align: center;
    }
    .global-banner-row-2 {
      margin-top: 0.5rem;
    }
    .global-banner-cta {
      font-size: 0.75rem;
      padding: 6px 10px;
    }
    .global-banner.timer {
      text-align: right;
    }
  }
/*-- GLOBAL BANNER STYLE --*/

/*-- PICKUP --*/
.pickup-information {
  font-size: .9375rem;
}

.pickup-information span {
  font-weight: 600;
}

.pickup-notice-container {
  padding: 15px;
  margin-bottom: 15px; 
}

.pickup-notice-container.warning {
  background-color: #ffe6e0;
  border-radius: 3px;
}

.pickup-notice-container.outline {
  border: 1px solid #f0eeeb;
}
/*-- PICKUP --*/
.min-quantity-notice {
  margin-top: -10px;
}

/*-- MIN QTY NOTICE --*/
