/** Shopify CDN: Minification failed

Line 80:3 Unexpected "{"

**/

.thb-product-detail {
  margin-top: 0;
}

body .click-capture {
  backdrop-filter: blur(0px);
  background-color: #00000000 !important;
  transition: var(--akb-trans);
  z-index: 1 !important;
}

body.open-cc .click-capture {
  backdrop-filter: blur(5px);
  background-color: #00000000 !important;
  opacity: 1 !important;
  z-index: 10 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

.cart-drawer--recommendations--container {
  box-shadow: none;
}

.product-cart-item .cart-product-link {
  line-height: calc(var(--font-product-title-line-height-scale, 1) * 2.2);
}

@media (max-width: 600px) {
  .akb-product-card .product-card-title {
    margin: 0px 0 5px;
    font-size: calc(var(--font-product-title-scale, 1) * 0.626rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.5);
    font-weight: var(--font-body-normal-weight, 500);
  }
  .product-card--add-to-cart-button {
    display: none;
  }
  .price {
    font-weight: 500;
    font-size: 0.8rem !important;
    margin-right: 0px !important;
  }
  .product-title {
    font-size: calc(var(--font-heading-scale) * 1rem) !important;
    line-height: 1.5rem !important;
  }
  .akb-img-wrap {
    padding-top: 4px;
  }
}

.akb-add-btn {
  margin: 0 0 5px;
  padding: 0.75em 1em;
  height: 36px;
}
.product-information--inner p {
  margin-bottom: 0 !important;
}

/* Frontpage grid */


/* .akb-dual-grid,
.akb-inner-dual-grid {
  grid-template-columns: calc(50% - 4px) calc(50% - 4px) !important;
} */

@media (max-width: 600px) {
  .row {
    padding: 0 0px 0 5px;
  }
   {
    max-width: 94%;
  }
}

@media only screen and (min-width: 768px) {
  .row .columns {
    padding: 10px !important;
  }
}

/* ==========================================================
   CART DRAWER RECOMMENDATIONS
   Mobile-style layout on desktop
   Product list scrolls vertically
   Recommendations scroll horizontally
   ========================================================== */

/* Prevent Safari blue focus border */
.cart-drawer:focus,
.cart-drawer .side-panel-inner:focus,
#Cart-Drawer:focus {
  outline: none !important;
}

/* Keep drawer width stable */
.cart-drawer,
.cart-drawer .side-panel-inner,
.cart-drawer .side-panel-content {
  overflow-x: hidden !important;
}

/* Let only the cart product list scroll when cart has many items */
.cart-drawer .side-panel-content {
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.cart-drawer .product-cart-item--container {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin-bottom: 0 !important;
  padding-bottom: 18px !important;
}

/* Keep free shipping visible at top of scrolling product area */
.cart-drawer .free-shipping {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
  background: var(--bg-body, #fff) !important;
  padding-top: 10px !important;
}

/* Recommendations container */
.cart-drawer--recommendations--container {
  flex: 0 0 auto !important;
  width: calc(100% + 60px) !important;
  margin-left: -30px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: var(--bg-body-darken, #f8f8f8) !important;
  overflow: hidden !important;
}

/* Remove desktop sidebar behavior */
@media only screen and (min-width: 1068px) {
  .cart-drawer--recommendations--container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    height: auto !important;
    z-index: auto !important;
    transform: none !important;
    box-shadow: none !important;
  }
}

/* Section spacing */
.cart-drawer--recommendations {
  padding: 10px 16px 10px !important;
  overflow: hidden !important;
}

.cart-drawer--recommendations--heading {
  margin: 0 0 8px !important;
  font-size: 0.8125rem !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

/* Horizontal product scroll */
.cart-drawer--recommendations--products {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 30px 4px 0 !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;

  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}

.cart-drawer--recommendations--products::-webkit-scrollbar {
  display: none !important;
}

/* Recommendation card */
.cart-drawer--recommendations .product-cart-item {
  flex: 0 0 280px !important;
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  text-align: left !important;

  margin: 0 !important;
  overflow: visible !important;
  scroll-snap-align: start !important;
}

.cart-drawer--recommendations .product-cart-item-image {
  flex: 0 0 80px !important;
  width: 80px !important;
  margin: 0 12px 0 0 !important;
}

.cart-drawer--recommendations .product-cart-item-image img,
.cart-drawer--recommendations .product-cart-item-image .thb-placeholder {
  width: 80px !important;
  max-width: 80px !important;
  height: auto !important;
}

.cart-drawer--recommendations .product-cart-item-info {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding-top: 4px !important;
}

.cart-drawer--recommendations .cart-product-link {
  display: block !important;
  font-size: 0.95rem !important;
  line-height: 1.35 !important;
  max-height: none !important;
  overflow: visible !important;
}

.cart-drawer--recommendations .price {
  display: block !important;
  font-size: 0.95rem !important;
  line-height: 1.3 !important;
  margin-top: 8px !important;
}

.cart-drawer--recommendations .product-card-quickview,
.cart-drawer--recommendations .text-button {
  display: inline-flex !important;
  font-size: 0.75rem !important;
  line-height: 1 !important;
  margin-top: 14px !important;
  text-transform: uppercase !important;
}

.cart-drawer--recommendations .product-cart-item-price {
  display: none !important;
}