/* Header menu basket: stay open, on-brand panel */
html body .header-cart,
html body .elementor-location-header .header-cart {
  position: relative !important;
  overflow: visible !important;
  z-index: 40;
}
html body .header-cart .cart-dropdown {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  padding-top: 14px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 10080 !important;
}
html body .header-cart.is-open .cart-dropdown,
html body .header-cart:hover .cart-dropdown,
html body .header-cart:focus-within .cart-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
html body .header-cart .cart-dropdown-wrapper,
html body .elementor-location-header .header-cart .cart-dropdown-wrapper {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 10080 !important;
  width: 360px !important;
  min-width: 360px !important;
  overflow: visible !important;
}
html body .header-cart .fl-mini-cart-content {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
  max-height: min(72vh, 560px) !important;
  overflow: auto !important;
  padding: 18px 18px 20px !important;
  background: #fffef9 !important;
  border: 1px solid #eadfce !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 44px rgba(47, 61, 42, 0.16) !important;
  font-family: Montserrat, system-ui, sans-serif !important;
  color: #3d4038 !important;
}
html body .header-cart .fl-mini-cart-content .products {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
html body .header-cart .fl-mini-cart-content .product,
html body .header-cart .fl-mini-cart-content .product-wrapper,
html body .header-cart .fl-mini-cart-content .mini_cart_item {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
html body .header-cart .fl-mini-cart-content .thumbnail-wrapper,
html body .header-cart .fl-mini-cart-content .thumbnail-wrapper a {
  flex: 0 0 72px !important;
  width: 72px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f7f2eb !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  padding: 4px !important;
}
html body .header-cart .fl-mini-cart-content .thumbnail-wrapper img {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
html body .header-cart .fl-mini-cart-content .product-wrapper {
  overflow: visible !important;
  width: 100% !important;
  position: relative !important;
}
html body .header-cart .fl-mini-cart-content .content-wrapper {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  display: block !important;
  padding-right: 22px !important;
}
html body .header-cart .fl-mini-cart-content .product-title,
html body .header-cart .fl-mini-cart-content h3.product-title {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 0 4px !important;
  overflow: visible !important;
}
html body .header-cart .fl-mini-cart-content .product-title a {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  font-family: Montserrat, system-ui, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #2f3d2a !important;
  line-height: 1.35 !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}
html body .header-cart .fl-mini-cart-content .quantity,
html body .header-cart .fl-mini-cart-content .entry-price,
html body .header-cart .fl-mini-cart-content span.quantity,
html body .elementor-location-header .header-cart .quantity {
  display: block !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  font-size: 0.82rem !important;
  color: #5c6658 !important;
  white-space: normal !important;
  line-height: 1.4 !important;
}
html body .header-cart .mini_cart_item {
  position: relative !important;
}
html body .header-cart .fl-mini-cart-content a.remove,
html body .header-cart .fl-mini-cart-content a.remove_from_cart_button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: 22px !important;
  height: 22px !important;
  z-index: 2 !important;
}
html body .header-cart .fl-mini-cart-content .woocommerce-mini-cart__total {
  margin: 14px 0 12px !important;
  padding-top: 12px !important;
  border-top: 1px solid #eadfce !important;
  font-size: 0.95rem !important;
  color: #2f3d2a !important;
  display: flex !important;
  justify-content: space-between !important;
}
html body .header-cart .fl-mini-cart-content .woocommerce-mini-cart__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
}
html body .header-cart .fl-mini-cart-content .woocommerce-mini-cart__buttons a.button {
  width: 100% !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  font-size: 0.85rem !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
html body .header-cart .fl-mini-cart-content .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
  background: #fff !important;
  color: #2f3d2a !important;
  border: 1px solid #2f3d2a !important;
}
html body .header-cart .fl-mini-cart-content .woocommerce-mini-cart__buttons a.button.checkout {
  background: #2f3d2a !important;
  color: #f7f2eb !important;
  border: 1px solid #2f3d2a !important;
}
html body .header-cart .fl-mini-cart-content .wc-stripe_applepay-mini-cart,
html body .header-cart .fl-mini-cart-content .wc-stripe_googlepay-mini-cart {
  display: none !important;
}
html body #cfw-side-cart-floating-button {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
}
html body #cfw-side-cart-floating-button a.cfw-side-cart-open-trigger,
html body #cfw-side-cart-floating-button a.cfw-side-cart-floating-button-anchor,
html body a.cfw-side-cart-open-trigger.cfw-side-cart-floating-button-anchor {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  height: auto !important;
  width: auto !important;
}
html body .header-cart .fl-mini-cart-content a.remove {
  width: 22px !important;
  height: 22px !important;
  line-height: 20px !important;
  font-size: 18px !important;
  color: #6b6458 !important;
  background: transparent !important;
}
@media (max-width: 767px) {
  html body .header-cart .cart-dropdown-wrapper,
  html body .header-cart .fl-mini-cart-content {
    width: min(92vw, 360px) !important;
    min-width: 0 !important;
    max-width: min(92vw, 360px) !important;
    right: -8px !important;
  }
}
