/* Boston Flowers WooCommerce system */
.bf-wc {
  --bf-bg: var(--ivory, #F3EEE7);
  --bf-panel: var(--ivory-dim, #ECE5DC);
  --bf-panel-deep: var(--ivory, #F3EEE7);
  --bf-border: rgba(17, 19, 21, .12);
  --bf-border-strong: rgba(110, 31, 50, .34);
  --bf-text: rgba(17, 19, 21, .78);
  --bf-muted: var(--stone, #8E8881);
  --bf-title: var(--ink, #111315);
  --bf-ivory: var(--ivory, #F3EEE7);
  --bf-ivory-dim: var(--ivory-dim, #ECE5DC);
  --bf-rose: #cfa29a;
  --bf-rose-strong: #d8aca4;
  --bf-wine: var(--wine, #6E1F32);
  --bf-ink: var(--ink, #111315);
  --bf-space-1: 8px;
  --bf-space-2: 16px;
  --bf-space-3: 24px;
  --bf-space-4: 32px;
  --bf-space-5: 40px;
  --bf-space-6: 48px;
  background: var(--bf-bg);
  color: var(--bf-text);
  font-family: "DM Sans", sans-serif;
  min-height: 70vh;
  overflow: hidden;
  padding-top: 0;
}
body.woocommerce-page { overflow-x: hidden; }
.bf-wc { box-sizing: border-box; }
.bf-wc *, .bf-wc *::before, .bf-wc *::after { box-sizing: border-box; }
.bf-wc a { color: inherit; }
.bf-wc :where(h1,h2,h3,.product_title,.woocommerce-loop-product__title,.wc-block-components-title) {
  color: var(--bf-title);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: 0;
}
.bf-wc :where(p,li,td,th,label,input,select,textarea,button,a) { line-height: 1.6; overflow-wrap: anywhere; }
.bf-wc :where(a,button,input,select,textarea):focus-visible { outline: 2px solid var(--bf-rose-strong); outline-offset: 3px; }
.bf-wc-container { margin: 0 auto; max-width: 1200px; padding: 0 clamp(20px,4vw,32px); position: relative; width: 100%; z-index: 1; }

.bf-wc-hero {
  animation: gradDrift 14s ease-in-out infinite;
  background:
    linear-gradient(to top,rgba(17,19,21,.97) 0%,rgba(17,19,21,.22) 55%,transparent 100%),
    linear-gradient(135deg,#0a1410 0%,#162018 30%,#1e1018 65%,#0e1510 100%);
  background-size: 100% 100%, 400% 400%;
  border-bottom: 1px solid var(--bd, rgba(200,155,147,.15));
  color: var(--t1, #EAE6E1);
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(var(--nav-h, 72px) + clamp(48px,7vw,80px)) 0 clamp(58px,6vw,82px);
  position: relative;
  will-change: background-position;
}
.bf-wc-hero::before {
  color: rgba(200,155,147,.07);
  content: "BF";
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(150px,22vw,270px);
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: max(24px, calc((100vw - 1200px)/2));
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
.bf-wc-hero::after {
  animation: glowPulse 8s ease-in-out infinite;
  background: radial-gradient(ellipse at center,rgba(200,155,147,.16) 0%,transparent 65%);
  content: "";
  filter: blur(80px);
  height: 120%;
  pointer-events: none;
  position: absolute;
  right: -60px;
  top: 40%;
  transform: translateY(-50%);
  width: 60%;
  z-index: 0;
}
.bf-wc-hero .bf-wc-container { z-index: 1; }
.bf-wc-hero .bf-wc-container::after {
  background: linear-gradient(90deg,var(--bf-rose),transparent);
  bottom: calc(clamp(58px,6vw,82px) * -1);
  content: "";
  height: 1px;
  left: clamp(20px,4vw,32px);
  opacity: .5;
  position: absolute;
  width: 220px;
}
.bf-wc-kicker { color: var(--bf-rose); font-size: 12px; font-weight: 500; letter-spacing: .18em; margin: 0 0 16px; text-transform: uppercase; }
.bf-wc h1, .bf-wc .product_title, .bf-wc .woocommerce-products-header__title { font-size: clamp(44px,6.8vw,76px); line-height: .96; margin: 0; max-width: 900px; overflow-wrap: break-word; }
.bf-wc-hero :where(h1,.product_title) { color: var(--t1, #EAE6E1); }
.bf-wc :where(h1,.product_title) em { color: var(--bf-rose); font-style: italic; }
.bf-wc-hero p:last-child { color: var(--t2, #9A9189); font-size: clamp(15px,1.55vw,18px); line-height: 1.72; margin: 22px 0 0; max-width: 560px; }

.bf-wc-breadcrumbs { display: block; margin: 0 0 var(--bf-space-3); }
.bf-wc-breadcrumbs .woocommerce-breadcrumb { align-items: center; color: var(--bf-muted); display: flex; flex-wrap: wrap; font-size: 11px; gap: 8px; letter-spacing: .13em; line-height: 1.6; margin: 0; text-transform: uppercase; }
.bf-wc-breadcrumbs .woocommerce-breadcrumb a { color: rgba(17,19,21,.68); text-decoration: none; transition: color .2s ease; }
.bf-wc-breadcrumbs .woocommerce-breadcrumb a:hover { color: var(--bf-wine); }
.bf-wc-breadcrumb-sep { color: rgba(110,31,50,.42); }
.bf-wc-hero .bf-wc-breadcrumbs .woocommerce-breadcrumb { color: rgba(234,230,225,.62); }
.bf-wc-hero .bf-wc-breadcrumbs .woocommerce-breadcrumb a { color: rgba(234,230,225,.72); }
.bf-wc-hero .bf-wc-breadcrumbs .woocommerce-breadcrumb a:hover { color: var(--bf-rose); }
.bf-wc-hero .bf-wc-breadcrumb-sep { color: rgba(200,155,147,.5); }

.bf-wc-nav { background: var(--bf-ivory-dim); border-bottom: 1px solid var(--bf-border); }
.bf-wc-nav .bf-wc-container { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 14px; padding-top: 14px; scrollbar-width: none; }
.bf-wc-nav .bf-wc-container::-webkit-scrollbar { display: none; }
.bf-wc-nav a, .bf-wc-empty-links a, .bf-wc .woocommerce-pagination a, .bf-wc .woocommerce-pagination span { align-items: center; border: 1px solid var(--bf-border); color: var(--bf-text); display: inline-flex; flex: 0 0 auto; font-size: 12px; justify-content: center; letter-spacing: .11em; min-height: 42px; padding: 10px 16px; text-decoration: none; text-transform: uppercase; transition: background .2s ease,border-color .2s ease,color .2s ease; }
.bf-wc-nav a:hover, .bf-wc-nav a.is-active, .bf-wc-empty-links a:hover, .bf-wc .woocommerce-pagination .current { background: var(--bf-wine); border-color: var(--bf-wine); color: var(--bf-ivory); }

.bf-wc .woocommerce-pagination { background: transparent; display: flex; height: auto; justify-content: center; left: auto; margin: var(--bf-space-5) 0 0; padding: 0; position: static; right: auto; top: auto; z-index: auto; }
.bf-wc .woocommerce-pagination ul { border: 0; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0; padding: 0; }
.bf-wc .woocommerce-pagination ul li { border: 0; float: none; margin: 0; padding: 0; }

.bf-wc-content { background: var(--bf-ivory); padding: 52px 0 92px; }
.bf-wc-catalog .bf-wc-content .bf-wc-container { align-items: start; display: grid; gap: var(--bf-space-5); grid-template-columns: minmax(240px,280px) minmax(0,1fr); }
.bf-wc-catalog-main { min-width: 0; }
.bf-wc .woocommerce-products-header, .bf-wc .page-title, .bf-wc div.product .product_meta, .bf-wc .woocommerce-tabs { display: none; }

.bf-filter-mobile-bar, .bf-filter-mobile-close, .bf-filter-mobile-note, .bf-filter-backdrop { display: none; }
.bf-filter-sidebar, .bf-wc-filters { align-self: start; background: var(--bf-panel); border: 1px solid transparent; margin: 0; padding: var(--bf-space-3); position: sticky; top: calc(var(--nav-h) + 20px); }
.bf-wc-filters-head { align-items: center; border-bottom: 1px solid var(--bf-border); display: flex; gap: var(--bf-space-2); justify-content: space-between; padding-bottom: var(--bf-space-2); }
.bf-wc-filters-head p { color: var(--bf-title); font-size: 12px; font-weight: 600; letter-spacing: .18em; margin: 0; text-transform: uppercase; }
.bf-wc-filters-head a, .bf-filter-mobile-close, .bf-filter-mobile-reset { color: var(--bf-wine); font-size: 11px; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.bf-filter-mobile-close { background: transparent; border: 0; cursor: pointer; padding: 0; }
.bf-filter-group { border-top: 1px solid var(--bf-border); padding: var(--bf-space-2) 0; }
.bf-filter-group:first-of-type { border-top: 0; }
.bf-filter-group summary { align-items: center; color: var(--bf-title); cursor: pointer; display: flex; font-size: 12px; font-weight: 600; justify-content: space-between; letter-spacing: .14em; line-height: 1.35; list-style: none; text-transform: uppercase; }
.bf-filter-group summary::-webkit-details-marker { display: none; }
.bf-filter-group summary::after { border-bottom: 1px solid var(--bf-wine); border-right: 1px solid var(--bf-wine); content: ""; height: 7px; margin-left: 14px; transform: rotate(45deg); width: 7px; }
.bf-filter-group[open] summary::after { transform: rotate(225deg); }
.bf-filter-group > p { display: none; }
.bf-wc-filter-options { display: grid; gap: 10px; margin-top: 14px; }
.bf-filter-item { align-items: center; color: var(--bf-text); display: flex; font-size: 11px; letter-spacing: .1em; min-height: 36px; padding: 4px 0; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.bf-filter-item:hover, .bf-filter-item.is-active { color: var(--bf-wine); }
.bf-filter-checkbox, .bf-filter-radio { border: 1px solid var(--bf-border-strong); display: inline-block; flex: 0 0 auto; height: 14px; margin-right: 10px; position: relative; width: 14px; }
.bf-filter-radio { border-radius: 50%; }
.bf-filter-item.is-active .bf-filter-checkbox, .bf-filter-item.is-active .bf-filter-radio { background: var(--bf-wine); border-color: var(--bf-wine); }
.bf-filter-item.is-active .bf-filter-checkbox::after { border-bottom: 2px solid var(--bf-ivory); border-right: 2px solid var(--bf-ivory); content: ""; height: 8px; left: 4px; position: absolute; top: 1px; transform: rotate(45deg); width: 4px; }
.bf-filter-item.is-active .bf-filter-radio::after { background: var(--bf-ivory); border-radius: 50%; content: ""; height: 6px; left: 3px; position: absolute; top: 3px; width: 6px; }

.bf-wc .woocommerce-result-count, .bf-wc .woocommerce-ordering { color: var(--bf-muted); float: none; font-size: 13px; letter-spacing: .08em; margin: 0 0 var(--bf-space-3); text-transform: uppercase; }
.bf-wc-catalog-main .woocommerce-ordering { display: flex; justify-content: flex-end; margin-top: -46px; }
.bf-wc select, .bf-wc input.input-text, .bf-wc input[type="text"], .bf-wc input[type="email"], .bf-wc input[type="tel"], .bf-wc input[type="password"], .bf-wc input[type="number"], .bf-wc textarea, .bf-wc .select2-container--default .select2-selection--single, .bf-wc .wc-block-components-text-input input, .bf-wc .wc-block-components-textarea, .bf-wc .wc-block-components-select .wc-block-components-select__select { background-color: var(--bf-panel-deep) !important; border: 1px solid rgba(17,19,21,.16) !important; border-radius: 0; color: var(--bf-title) !important; font: 14px/1.45 "DM Sans",sans-serif; min-height: 46px; padding: 11px 13px; }
.bf-wc select, .bf-wc .woocommerce-ordering select, .bf-wc .variations select { -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L7 7.25L13 1.25' stroke='%236E1F32' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important; background-position: right 14px center !important; background-repeat: no-repeat !important; color-scheme: light; padding-right: 42px; }
.bf-wc input:focus, .bf-wc select:focus, .bf-wc textarea:focus { border-color: var(--bf-wine) !important; box-shadow: 0 0 0 1px rgba(110,31,50,.18); outline: none; }

.bf-wc ul.products { clear: both; display: grid; gap: var(--bf-space-4); grid-template-columns: repeat(auto-fill,minmax(230px,260px)); justify-content: start; margin: var(--bf-space-4) 0 0; padding: 0; }
.bf-wc ul.products::before, .bf-wc ul.products::after { display: none; }
.bf-wc ul.products li.product { background: var(--bf-panel); border: 1px solid transparent; box-shadow: none; display: flex; flex-direction: column; float: none !important; margin: 0 !important; min-width: 0; overflow: hidden; padding: 0 0 var(--bf-space-3); transition: background .3s ease,border-color .3s ease,box-shadow .3s ease,transform .4s ease; width: auto !important; }
.bf-wc ul.products li.product:hover { background: var(--warm, #FAF7F4); border-color: var(--bdl, rgba(17,19,21,.1)); box-shadow: 0 16px 40px rgba(17,19,21,.1); transform: translateY(-2px); }
.bf-wc ul.products li.product a.woocommerce-LoopProduct-link { color: inherit; display: flex; flex: 1 1 auto; flex-direction: column; text-decoration: none; }
.bf-wc ul.products li.product a img { aspect-ratio: 3/4; background: var(--bf-ivory); display: block; height: auto; margin: 0; object-fit: cover; object-position: center; width: 100%; }
.bf-wc ul.products li.product .woocommerce-loop-product__title { font-size: clamp(21px,1.8vw,28px); line-height: 1.08; margin: 0; overflow-wrap: normal; padding: var(--bf-space-3) var(--bf-space-3) 0; word-break: normal; }
.bf-wc ul.products li.product .price { color: var(--bf-wine); display: block; font-size: 14px; font-weight: 500; letter-spacing: .08em; margin: 14px var(--bf-space-3) 0; }
.bf-wc ul.products li.product .button, .bf-wc ul.products li.product .added_to_cart { margin: 18px var(--bf-space-3) 0; width: calc(100% - 48px); }
.bf-wc ul.products li.product .added_to_cart { color: var(--bf-muted); font-size: 11px; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }

.bf-wc .button, .bf-wc button.button, .bf-wc input.button, .bf-wc #respond input#submit, .bf-wc a.button, .bf-wc .button.alt, .bf-wc button.button.alt, .bf-wc #place_order, .bf-wc .wc-block-components-button, .bf-wc .wc-block-components-button:not(.is-link), .bf-wc .wp-block-button__link, .bf-wc .wc-block-grid__product-add-to-cart a, .bf-wc .wp-element-button { align-items: center; background: var(--bf-wine) !important; border: 1px solid var(--bf-wine) !important; border-radius: 0; color: var(--bf-ivory) !important; cursor: pointer; display: inline-flex; font-family: "DM Sans",sans-serif; font-size: 12px; font-weight: 600; justify-content: center; letter-spacing: .14em; line-height: 1.2; min-height: 48px; padding: 14px 22px; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .25s ease,border-color .25s ease,color .25s ease; -webkit-text-fill-color: var(--bf-ivory) !important; }
.bf-wc .button:hover, .bf-wc button.button:hover, .bf-wc input.button:hover, .bf-wc a.button:hover, .bf-wc #place_order:hover, .bf-wc .wc-block-components-button:hover, .bf-wc .wp-block-button__link:hover { background: #8B2640 !important; border-color: #8B2640 !important; color: var(--bf-ivory) !important; -webkit-text-fill-color: var(--bf-ivory) !important; }
.bf-wc .return-to-shop .button, .bf-wc a.checkout-button:not(.alt) { background: transparent; border-color: var(--bf-border-strong); color: var(--bf-title); }

.bf-wc-product-page .bf-wc-content { background: var(--bf-ivory); }
.bf-wc div.product { display: grid; gap: var(--bf-space-6); grid-template-columns: minmax(0,1fr) minmax(340px,.82fr); }
.bf-wc div.product div.images, .bf-wc div.product div.summary { float: none !important; margin-bottom: 0; max-width: 100%; min-width: 0; width: auto !important; }
.bf-wc .woocommerce-product-gallery { opacity: 1 !important; }
.bf-wc div.product div.images img { background: var(--bf-ivory); border: 1px solid var(--bf-border); display: block; height: auto; width: 100%; }
.bf-wc div.product .woocommerce-product-gallery__image:not(:first-child) { margin-top: 12px; }
.bf-wc div.product div.summary { align-self: start; background: #E6DED3; border: 1px solid rgba(110,31,50,.18); box-shadow: 0 18px 50px rgba(17,19,21,.11); min-width: 0; padding: clamp(24px,3vw,40px); }
.bf-wc div.product .product_title { font-size: clamp(42px,5vw,62px); line-height: .98; }
.bf-wc div.product p.price, .bf-wc div.product span.price { color: var(--bf-wine); display: block; font-size: clamp(24px,3vw,30px); font-weight: 500; letter-spacing: .05em; margin: 16px 0 14px; }
.bf-wc div.product .woocommerce-product-details__short-description { color: var(--bf-text); font-size: 16px; line-height: 1.75; max-width: 430px; }
.bf-wc div.product .woocommerce-variation-description { display: none; }
.bf-wc div.product form.cart { border-top: 1px solid var(--bf-border); display: grid; gap: var(--bf-space-2); margin-top: 24px; min-width: 0; padding-top: 24px; }
.bf-wc div.product form.cart .variations, .bf-wc div.product form.cart .variations tbody, .bf-wc div.product form.cart .variations tr, .bf-wc div.product form.cart .variations td, .bf-wc div.product form.cart .variations th { display: grid; gap: 10px; min-width: 0; padding: 0; text-align: left; width: 100%; }
.bf-wc div.product form.cart .variations label { color: var(--bf-wine); font-size: 12px; font-weight: 600; letter-spacing: .14em; margin: 0; text-transform: uppercase; }
.bf-wc div.product form.cart .reset_variations { display: none !important; }
.bf-wc .quantity { align-items: center; display: inline-flex; }
.bf-wc .quantity .qty { width: 78px; }
.bf-wc div.product .single_variation_wrap { display: grid; gap: 14px; min-width: 0; }
.bf-wc div.product .woocommerce-variation { margin: 0; }
.bf-wc div.product .woocommerce-variation-add-to-cart { align-items: stretch; display: grid !important; gap: 12px; grid-template-columns: 88px minmax(0,1fr); min-width: 0; }
.bf-wc div.product .woocommerce-variation-add-to-cart::before, .bf-wc div.product .woocommerce-variation-add-to-cart::after { display: none !important; }
.bf-wc div.product .woocommerce-variation-add-to-cart .quantity, .bf-wc div.product .woocommerce-variation-add-to-cart .button { float: none !important; margin: 0 !important; }
.bf-wc div.product .woocommerce-variation-add-to-cart .quantity, .bf-wc div.product .woocommerce-variation-add-to-cart .quantity .qty { width: 100%; }
.bf-wc-product-page div.product .quantity { display: none !important; }
.bf-wc-product-page div.product .woocommerce-variation-add-to-cart { grid-template-columns: minmax(0,1fr) !important; }
.bf-wc .single_add_to_cart_button.button.alt, .bf-wc div.product form.cart .button { width: 100%; }
.bf-wc div.product form.cart .single_add_to_cart_button.button.alt,
.bf-wc div.product form.cart .single_add_to_cart_button.button.alt.disabled,
.bf-wc div.product form.cart .single_add_to_cart_button.button.alt.wc-variation-selection-needed,
.bf-wc div.product form.cart .single_add_to_cart_button.button.alt:disabled,
.bf-wc div.product form.cart .single_add_to_cart_button.button.alt[disabled] {
  background: var(--bf-wine) !important;
  border-color: var(--bf-wine) !important;
  color: var(--bf-ivory) !important;
}
.bf-wc div.product form.cart .single_add_to_cart_button.button.alt.disabled,
.bf-wc div.product form.cart .single_add_to_cart_button.button.alt.wc-variation-selection-needed,
.bf-wc div.product form.cart .single_add_to_cart_button.button.alt:disabled,
.bf-wc div.product form.cart .single_add_to_cart_button.button.alt[disabled] {
  cursor: not-allowed;
  opacity: .68;
}
.bf-product-description { background: var(--olive, #1A211C); border: 1px solid var(--bd, rgba(200,155,147,.15)); box-shadow: none; color: var(--t1, #EAE6E1); grid-column: 1/-1; margin: 64px 0 0 50%; padding: clamp(34px,5vw,72px) max(24px, calc((100vw - 1200px)/2)); transform: translateX(-50%); width: 100vw; }
.bf-product-description-inner { align-items: start; display: grid; gap: var(--bf-space-5); grid-template-columns: minmax(0,1fr) minmax(280px,.72fr); }
.bf-product-description h2 { color: var(--t1, #EAE6E1); font-family: "Cormorant Garamond", serif; font-size: clamp(40px,5vw,66px); font-weight: 300; line-height: .98; margin: 0 0 18px; }
.bf-shop-next h2 { color: var(--bf-title); font-family: "Cormorant Garamond", serif; font-size: clamp(38px,5vw,62px); font-weight: 300; line-height: .98; margin: 0 0 18px; }
.bf-product-description h2 em, .bf-shop-next h2 em { color: var(--bf-rose); font-style: italic; }
.bf-product-description-eyebrow { align-items: center; display: flex; gap: 16px; margin: 0 0 22px; }
.bf-product-description-eyebrow .hero-line { background: var(--bf-rose); flex: 0 0 auto; height: 1px; width: 32px; }
.bf-product-description-eyebrow .lbl { color: var(--bf-rose); font-size: 12px; font-weight: 500; letter-spacing: .2em; line-height: 1; text-transform: uppercase; }
.bf-product-description p, .bf-product-description li { color: var(--t2, #9A9189); font-size: 16px; line-height: 1.75; }
.bf-product-description p { margin: 0; max-width: 720px; }
.bf-product-description ul { display: grid; gap: 8px; list-style: none; margin: 0; padding: 0; }
.bf-product-specs { border: 1px solid var(--bd, rgba(200,155,147,.15)); display: grid; }
.bf-product-spec { border-top: 1px solid var(--bd, rgba(200,155,147,.15)); display: grid; gap: 7px; padding: 16px 18px; }
.bf-product-spec:first-child { border-top: 0; }
.bf-product-spec span { color: var(--bf-rose); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.bf-product-spec strong { color: var(--t1, #EAE6E1); font-size: 14px; font-weight: 500; line-height: 1.55; }
.bf-shop-next { grid-column: 1/-1; margin: 40px 0 0; }
.bf-shop-next .bf-wc-container { padding: 0; }
.bf-shop-next-head { align-items: end; display: grid; gap: 8px; grid-template-columns: minmax(0,1fr); margin-bottom: var(--bf-space-3); max-width: 760px; }
.bf-shop-next-head p:last-child { color: var(--bf-muted); font-size: 15px; line-height: 1.7; margin: -8px 0 0; }
.bf-shop-next-grid { display: grid; gap: var(--bf-space-3); grid-template-columns: repeat(3,minmax(0,1fr)); }
.bf-shop-next-grid-cats { grid-template-columns: repeat(4,minmax(0,1fr)); }
.bf-shop-next-card { background: var(--bf-panel); border: 1px solid var(--bf-border); color: var(--bf-title); display: grid; gap: 12px; min-height: 170px; padding: 18px; text-decoration: none; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.bf-shop-next-card:hover { border-color: var(--bf-border-strong); box-shadow: 0 16px 40px rgba(17,19,21,.1); transform: translateY(-2px); }
.bf-shop-next-card img { aspect-ratio: 4/3; display: block; height: auto; object-fit: cover; width: 100%; }
.bf-shop-next-card small { color: var(--bf-wine); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.bf-shop-next-card span { color: var(--bf-title); font-family: "Cormorant Garamond", serif; font-size: clamp(26px,3vw,34px); line-height: 1.02; }
.bf-shop-next-card strong { color: var(--bf-wine); font-size: 13px; font-weight: 500; letter-spacing: .08em; }
.bf-wc-product-page .related.products { margin: 52px 0 0; }
.bf-wc-product-page .related.products > h2 { color: var(--bf-title); font-family: "Cormorant Garamond", serif; font-size: clamp(38px,5vw,62px); font-weight: 300; line-height: .98; margin: 0 0 18px; }
.bf-wc-nav-bottom { border-top: 1px solid var(--bf-border); }

.bf-wc .woocommerce-notices-wrapper:empty { display: none; }
.bf-wc .woocommerce-info, .bf-wc .woocommerce-message, .bf-wc .woocommerce-error, .bf-wc .wc-block-components-notice-banner { background: var(--bf-panel); border: 1px solid var(--bf-border); border-top: 3px solid var(--bf-wine); color: var(--bf-text); font-size: 15px; line-height: 1.6; margin: 0 0 var(--bf-space-3); padding: 18px 20px; }
.bf-wc .woocommerce-error { border-top-color: var(--bf-wine); }
.bf-wc .woocommerce-info::before, .bf-wc .woocommerce-message::before, .bf-wc .woocommerce-error::before { color: var(--bf-wine); }
.bf-wc .cart-empty.woocommerce-info { align-items: center; display: flex; justify-content: center; margin: 0 auto var(--bf-space-3); max-width: 820px; min-height: 0; padding: var(--bf-space-5); position: relative; text-align: center; }
.bf-wc .cart-empty.woocommerce-info::before { content: none !important; display: none !important; }
.bf-wc .cart-empty { color: var(--bf-title); font-family: "Cormorant Garamond",serif; font-size: clamp(38px,4vw,52px); font-weight: 300; line-height: 1.05; }
.bf-wc .return-to-shop { margin: 0 0 var(--bf-space-5); text-align: center; }
.bf-wc-empty { background: var(--bf-panel); border: 1px solid var(--bf-border); color: var(--bf-text); margin: var(--bf-space-5) auto 0; max-width: 820px; padding: var(--bf-space-5); text-align: center; }
.bf-wc-empty-kicker { color: var(--bf-wine); font-size: 12px; letter-spacing: .14em; margin: 0 0 12px; text-transform: uppercase; }
.bf-wc-empty h2, .bf-wc .wc-block-cart__empty-cart__title, .bf-wc .wp-block-woocommerce-empty-cart-block h2 { color: var(--bf-title); font-size: clamp(34px,4vw,48px); line-height: 1.05; margin: 0 0 12px; }
.bf-wc-empty p, .bf-wc .wp-block-woocommerce-empty-cart-block p { color: var(--bf-muted); font-size: 15px; line-height: 1.75; margin: 0 auto; max-width: 640px; }
.bf-wc-empty-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: var(--bf-space-3); }

.bf-wc .woocommerce-cart-form, .bf-wc .cart_totals, .bf-wc form.checkout, .bf-wc .woocommerce-MyAccount-content, .bf-wc .woocommerce-MyAccount-navigation, .bf-wc .wp-block-woocommerce-cart, .bf-wc .wp-block-woocommerce-checkout, .bf-wc .wc-block-components-main, .bf-wc .wc-block-components-sidebar, .bf-wc .wc-block-components-order-summary, .bf-wc .wc-block-components-panel, .bf-wc .wc-block-components-totals-wrapper { background: var(--bf-panel); border: 1px solid var(--bf-border); color: var(--bf-text); }
.bf-wc .woocommerce-cart-form, .bf-wc .cart_totals, .bf-wc form.checkout, .bf-wc .woocommerce-MyAccount-content, .bf-wc .woocommerce-MyAccount-navigation, .bf-wc .wp-block-woocommerce-cart, .bf-wc .wp-block-woocommerce-checkout, .bf-wc .wc-block-components-main, .bf-wc .wc-block-components-sidebar { padding: clamp(20px,3vw,32px); }
.bf-wc table.shop_table, .bf-wc .wc-block-cart-items { border-color: var(--bf-border); border-radius: 0; color: var(--bf-text); font-size: 14px; }
.bf-wc table.shop_table th, .bf-wc .wc-block-cart-items th { color: var(--bf-wine); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.bf-wc table.shop_table th, .bf-wc table.shop_table td, .bf-wc .wc-block-cart-items th, .bf-wc .wc-block-cart-items td { border-color: var(--bf-border); }
.bf-wc table.shop_table td, .bf-wc .wc-block-cart-item__product, .bf-wc .wc-block-components-product-name, .bf-wc .wc-block-components-totals-item__value { color: var(--bf-text); }
.bf-wc a.remove { border: 1px solid var(--bf-border-strong); border-radius: 50%; color: var(--bf-wine) !important; font-weight: 300; height: 28px; line-height: 26px; text-align: center; width: 28px; }
.bf-wc a.remove:hover { background: var(--bf-wine); color: var(--bf-ivory) !important; }
.bf-wc .coupon { display: flex; flex-wrap: wrap; gap: 10px; }
.bf-wc .coupon .input-text { min-width: 220px; }

.bf-wc .woocommerce-checkout { display: grid; gap: var(--bf-space-4); grid-template-columns: minmax(0,1fr) minmax(320px,.82fr); }
.bf-wc #order_review_heading, .bf-wc #order_review { grid-column: 2; }
.bf-wc .woocommerce-checkout .col2-set { grid-column: 1; grid-row: 1 / span 2; width: auto; }
.bf-wc .woocommerce-billing-fields h3, .bf-wc .woocommerce-shipping-fields h3, .bf-wc #order_review_heading, .bf-wc .cart_totals h2, .bf-wc .woocommerce-account h2, .bf-wc .woocommerce-account h3 { color: var(--bf-title); font-size: clamp(34px,3.2vw,42px); line-height: 1.05; margin: 0 0 var(--bf-space-3); }
.bf-wc .woocommerce form .form-row { margin: 0 0 18px; padding: 0; }
.bf-wc .woocommerce form .form-row label { color: var(--bf-wine); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.bf-wc .woocommerce-checkout-payment, .bf-wc #payment { background: var(--bf-panel-deep); border: 1px solid var(--bf-border); border-radius: 0; }

.bf-wc .woocommerce-account .woocommerce { display: grid; gap: var(--bf-space-4); grid-template-columns: minmax(220px,280px) minmax(0,1fr); }
.bf-wc .woocommerce-account .woocommerce::before, .bf-wc .woocommerce-account .woocommerce::after { display: none; }
.bf-wc .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.bf-wc .woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--bf-border); }
.bf-wc .woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
.bf-wc .woocommerce-MyAccount-navigation a { border-left: 2px solid transparent; color: var(--bf-text); display: block; font-size: 12px; letter-spacing: .12em; padding: 15px 0 15px 14px; text-decoration: none; text-transform: uppercase; }
.bf-wc .woocommerce-MyAccount-navigation .is-active a, .bf-wc .woocommerce-MyAccount-navigation a:hover { border-left-color: var(--bf-wine); color: var(--bf-wine); }
.bf-wc .woocommerce-account .col2-set { display: grid; gap: var(--bf-space-3); grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; }
.bf-wc .woocommerce-account .col2-set .col-1, .bf-wc .woocommerce-account .col2-set .col-2 { float: none; margin: 0; max-width: none; width: 100%; }
.bf-wc .woocommerce-account .woocommerce-form-login, .bf-wc .woocommerce-account .woocommerce-form-register, .bf-wc .woocommerce-account .lost_reset_password, .bf-wc .woocommerce-account .woocommerce-ResetPassword { background: var(--bf-panel); border: 1px solid var(--bf-border); margin: 0; padding: clamp(20px,3vw,30px); }
.bf-wc .woocommerce-account a, .bf-wc .woocommerce-MyAccount-content a { color: var(--bf-wine); }
.bf-account-dashboard-cards { display: grid; gap: var(--bf-space-2); grid-template-columns: repeat(3,minmax(0,1fr)); margin: var(--bf-space-4) 0 0; }
.bf-account-card { background: var(--bf-panel-deep); border: 1px solid var(--bf-border); color: var(--bf-title); display: flex; flex-direction: column; gap: 10px; min-height: 170px; padding: var(--bf-space-3); text-decoration: none; }
.bf-account-card__eyebrow { color: var(--bf-wine); font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.bf-account-card strong { font-size: 30px; line-height: 1.08; }

@media (max-width: 900px) {
  body.bf-filters-open { overflow: hidden; }
  .bf-wc-catalog .bf-wc-content .bf-wc-container { display: block; }
  .bf-filter-mobile-bar { align-items: center; display: grid; gap: 10px; grid-template-columns: minmax(0,1fr) auto; margin-bottom: var(--bf-space-3); }
  .bf-filter-mobile-toggle { align-items: center; background: var(--bf-wine); border: 1px solid var(--bf-wine); color: var(--bf-ivory); cursor: pointer; display: inline-flex; font-size: 11px; font-weight: 700; gap: 10px; justify-content: center; letter-spacing: .16em; min-height: 50px; padding: 0 18px; text-transform: uppercase; width: 100%; }
  .bf-filter-mobile-toggle::before { border-bottom: 2px solid currentColor; border-top: 2px solid currentColor; content: ""; height: 10px; width: 18px; }
  .bf-filter-mobile-toggle strong { background: var(--bf-ivory); color: var(--bf-wine); min-width: 22px; padding: 2px 7px; text-align: center; }
  .bf-filter-mobile-reset { align-items: center; display: inline-flex; min-height: 50px; }
  .bf-filter-backdrop { background: rgba(5,8,7,.76); border: 0; display: none; inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .25s ease; z-index: 598; }
  body.bf-filters-open .bf-filter-backdrop { display: block; opacity: 1; pointer-events: auto; }
  .bf-filter-sidebar, .bf-wc-filters { bottom: 0; left: 0; margin: 0; max-width: min(90vw,430px); overflow-y: auto; padding: 24px 22px 30px; position: fixed; top: 0; transform: translateX(-104%); transition: transform .28s ease; width: 100%; z-index: 599; }
  body.bf-filters-open .bf-filter-sidebar, body.bf-filters-open .bf-wc-filters { transform: translateX(0); }
  .bf-filter-mobile-close, .bf-filter-mobile-note { display: block; }
  .bf-filter-mobile-note { color: var(--bf-muted); font-size: 14px; line-height: 1.65; margin: 0 0 var(--bf-space-2); }
  .bf-wc-filters-head a { display: none; }
  .bf-filter-group:not([open]) .bf-wc-filter-options { display: none; }
  .bf-filter-item { font-size: 12px; min-height: 44px; }
  .bf-wc-catalog-main .woocommerce-ordering { justify-content: stretch; margin-top: 0; }
  .bf-wc-catalog-main .woocommerce-ordering select { width: 100%; }
  .bf-wc ul.products { gap: var(--bf-space-3); grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bf-wc div.product, .bf-wc .woocommerce-checkout, .bf-wc .woocommerce-account .woocommerce, .bf-wc .woocommerce-account .col2-set { display: grid; grid-template-columns: 1fr; }
  .bf-wc #order_review_heading, .bf-wc #order_review, .bf-wc .woocommerce-checkout .col2-set { grid-column: auto; grid-row: auto; }
}
@media (max-width: 560px) {
  .bf-wc, .bf-wc-page, .bf-wc-content, .bf-wc-hero { max-width: 100%; overflow-x: clip; }
  .bf-wc .bf-wc-container { max-width: 100%; overflow-x: visible; padding-left: 20px; padding-right: 20px; width: 100%; }
  .bf-wc-content { padding: 40px 0 72px; }
  .bf-wc-breadcrumbs .woocommerce-breadcrumb { font-size: 10px; gap: 6px; max-width: calc(100vw - 40px); overflow-wrap: anywhere; white-space: normal; }
  .bf-wc h1, .bf-wc h2, .bf-wc h3, .bf-wc .product_title, .bf-wc .woocommerce-products-header__title { font-size: clamp(30px,8.8vw,36px) !important; line-height: 1; max-width: calc(100vw - 44px); overflow-wrap: anywhere; white-space: normal; }
  .bf-wc-hero p:last-child, .bf-wc-empty p { font-size: 15px; max-width: min(310px, calc(100vw - 72px)); overflow-wrap: anywhere; }
  .bf-wc .cart-empty.woocommerce-info { display: block; max-width: min(320px, calc(100vw - 66px)); }
  .bf-wc .cart-empty { font-size: clamp(30px,7.2vw,34px); margin-left: auto; margin-right: auto; }
  .bf-wc-nav .bf-wc-container { flex-wrap: nowrap; gap: 8px; overflow-x: auto; overscroll-behavior-x: contain; padding-left: 20px; padding-right: 20px; scroll-padding-left: 20px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .bf-wc-nav .bf-wc-container::-webkit-scrollbar { display: none; }
  .bf-wc-nav a { white-space: nowrap; }
  .bf-filter-mobile-bar { grid-template-columns: 1fr; }
  .bf-filter-mobile-reset { justify-content: center; }
  .bf-wc ul.products { gap: 18px; grid-template-columns: minmax(0,1fr); }
  .bf-wc ul.products li.product { padding-bottom: 18px; width: 100% !important; }
  .bf-wc ul.products li.product a img { aspect-ratio: 4/3.55; }
  .bf-wc ul.products li.product .woocommerce-loop-product__title { font-size: clamp(19px,5.5vw,21px) !important; line-height: 1.08; padding: 16px 18px 0; }
  .bf-wc ul.products li.product .price { margin: 8px 18px 0; }
  .bf-wc ul.products li.product .button, .bf-wc ul.products li.product .added_to_cart { margin: 12px 18px 0; min-height: 44px; padding: 12px 18px; width: calc(100% - 36px); }
  .bf-wc div.product div.summary, .bf-wc .woocommerce-cart-form, .bf-wc .cart_totals, .bf-wc form.checkout, .bf-wc .woocommerce-MyAccount-content, .bf-wc .woocommerce-MyAccount-navigation, .bf-wc-empty, .bf-wc .cart-empty.woocommerce-info { padding: 20px; }
  .bf-wc div.product .woocommerce-variation-add-to-cart { grid-template-columns: minmax(0,1fr); }
  .bf-wc-product-page div.product .woocommerce-variation-add-to-cart .quantity { display: none !important; }
  .bf-product-description { margin: 44px 0 0 50%; padding: 28px 20px; transform: translateX(-50%); width: 100vw; }
  .bf-product-description-eyebrow { gap: 12px; margin-bottom: 18px; }
  .bf-product-description-eyebrow .hero-line { width: 28px; }
  .bf-product-description-eyebrow .lbl { font-size: 12px; letter-spacing: .18em; }
  .bf-product-description-inner { gap: var(--bf-space-4); }
  .bf-product-description-inner, .bf-shop-next-grid, .bf-shop-next-grid-cats { grid-template-columns: minmax(0,1fr); }
  .bf-shop-next-head { align-items: start; display: grid; }
  .bf-wc .coupon { display: grid; }
  .bf-wc .coupon .input-text, .bf-wc .coupon .button { width: 100%; }
}

/* P1 — Compact hero for transactional pages (cart, checkout, account, order-received) */
.bf-wc-cart-page .bf-wc-hero,
.bf-wc-checkout-page .bf-wc-hero,
.bf-wc-account-page .bf-wc-hero,
.bf-wc-order-received-page .bf-wc-hero {
  align-items: flex-start;
  min-height: auto;
  padding: calc(var(--nav-h, 72px) + clamp(36px,5vw,56px)) 0 clamp(24px,3vw,36px);
}

/* P1 — Suppress decorative BF watermark on transactional pages */
.bf-wc-cart-page .bf-wc-hero::before,
.bf-wc-checkout-page .bf-wc-hero::before,
.bf-wc-account-page .bf-wc-hero::before,
.bf-wc-order-received-page .bf-wc-hero::before {
  display: none;
}

/* P1 — Smaller h1 on transactional pages */
.bf-wc-cart-page .bf-wc-hero h1,
.bf-wc-checkout-page .bf-wc-hero h1,
.bf-wc-account-page .bf-wc-hero h1,
.bf-wc-order-received-page .bf-wc-hero h1 {
  font-size: clamp(32px,4.5vw,52px);
}

/* =====================================================================
   P3 — Neutralise WordPress block-editor primary colour variable
   ===================================================================== */
.bf-wc { --wp--preset--color--primary: var(--bf-rose); }

/* P3 — Additional WooCommerce button selectors that bypass the main rule */
.bf-wc input[name="update_cart"],
.bf-wc input[name="apply_coupon"],
.bf-wc input[type="submit"].checkout-button,
.bf-wc .checkout-button,
.bf-wc .wc-block-components-checkout-place-order-button {
  align-items: center;
  background: var(--bf-wine) !important;
  border: 1px solid var(--bf-wine) !important;
  border-radius: 0;
  color: var(--bf-ivory) !important;
  cursor: pointer;
  display: inline-flex;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .14em;
  min-height: 48px;
  padding: 14px 22px;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  -webkit-text-fill-color: var(--bf-ivory) !important;
}
.bf-wc input[name="update_cart"]:hover,
.bf-wc input[name="apply_coupon"]:hover,
.bf-wc .checkout-button:hover,
.bf-wc .wc-block-components-checkout-place-order-button:hover {
  background: #8B2640 !important;
  border-color: #8B2640 !important;
  color: var(--bf-ivory) !important;
  -webkit-text-fill-color: var(--bf-ivory) !important;
}
.bf-wc .button:disabled,
.bf-wc .button[disabled],
.bf-wc input[name="update_cart"]:disabled,
.bf-wc input[name="apply_coupon"]:disabled {
  cursor: not-allowed;
  opacity: .5;
}

/* =====================================================================
   P4 — Remove WooCommerce notice ::before pseudo-icons; fix layout
   ===================================================================== */
.bf-wc .woocommerce-info::before,
.bf-wc .woocommerce-message::before,
.bf-wc .woocommerce-error li::before,
.bf-wc .woocommerce-notices-wrapper .woocommerce-info::before,
.bf-wc .woocommerce-notices-wrapper .woocommerce-message::before {
  content: none !important;
  display: none !important;
}
.bf-wc .woocommerce-info,
.bf-wc .woocommerce-message {
  align-items: center;
  display: flex;
  gap: 14px;
}
.bf-wc .woocommerce-info .button,
.bf-wc .woocommerce-info a.button,
.bf-wc .woocommerce-message .button,
.bf-wc .woocommerce-message a.button {
  flex-shrink: 0;
  float: none;
  margin: 0;
  min-height: 40px;
  padding: 10px 18px;
}

/* =====================================================================
   P5 — Coupon / promo-code toggle
   ===================================================================== */
.bf-cart-coupon-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--bf-rose-strong);
  cursor: pointer;
  display: inline-flex;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  gap: 8px;
  letter-spacing: .08em;
  margin-bottom: 12px;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: rgba(207,162,154,.4);
  text-underline-offset: 3px;
  transition: color .2s ease;
}
.bf-cart-coupon-toggle:hover { color: var(--bf-rose); }
.bf-cart-coupon-toggle::before {
  align-items: center;
  border: 1px solid var(--bf-rose-strong);
  border-radius: 50%;
  content: "+";
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 300;
  height: 22px;
  justify-content: center;
  line-height: 1;
  transition: transform .2s ease;
  width: 22px;
}
.bf-cart-coupon-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }

/* Hide coupon row until toggled; restore flex when open */
.bf-wc .bf-cart-coupon { display: none !important; }
.bf-wc .bf-cart-coupon.is-open { display: flex !important; flex-wrap: wrap; gap: 10px; margin-top: 0; }
@media (max-width: 560px) {
  .bf-wc .bf-cart-coupon.is-open { display: grid !important; }
}

/* =====================================================================
   P6 — Cascade fix: .woocommerce card image at 431–560 px
   The unscoped .woocommerce rule added in Session 2 (aspect-ratio:3/4)
   has the same specificity as the @media(max-width:560px) block above
   but appears later in source order, overriding it. This block restores
   the compact ratio for that range.
   ===================================================================== */
@media (max-width: 560px) {
  .woocommerce ul.products li.product a img {
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
  }
}

/* Client prod repair: post-migration Woo blocks and product cards */
.bf-wc-catalog-main{scroll-margin-top:calc(var(--nav-h,72px) + 22px)}
.bf-wc-catalog-main ul.products{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:var(--bf-space-4) !important;
  align-items:stretch;
}
.bf-wc-catalog-main ul.products li.product{
  max-width:none !important;
  width:100% !important;
}
.bf-wc ul.products li.product a img,
.woocommerce ul.products li.product a img{
  aspect-ratio:3/4 !important;
  display:block;
  height:auto;
  object-fit:cover !important;
  object-position:center !important;
  width:100%;
}
.bf-wc-catalog-main ul.products li.product a.woocommerce-LoopProduct-link > img{height:auto !important}
.bf-wc-catalog-main ul.products li.product .woocommerce-loop-product__title{
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  display:-webkit-box;
  min-height:calc(1.08em * 2);
  overflow:hidden;
}
.bf-wc-catalog-main ul.products li.product .button,
.bf-wc-catalog-main ul.products li.product .added_to_cart{margin-top:auto}
.bf-wc-product-page div.product div.images img{
  aspect-ratio:3/4;
  height:auto !important;
  object-fit:cover;
  object-position:center;
}
@media (max-width:900px){
  .bf-wc-catalog-main ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:560px){
  .bf-wc-catalog-main ul.products{
    gap:14px !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
.bf-wc-cart-page .bf-wc-content .bf-wc-container,
.bf-wc-checkout-page .bf-wc-content .bf-wc-container{
  display:grid;
  gap:var(--bf-space-4);
}
.bf-wc-cart-page .woocommerce,
.bf-wc-checkout-page .woocommerce{
  display:grid;
  gap:var(--bf-space-4);
}
.bf-wc .woocommerce-cart-form,
.bf-wc .cart_totals,
.bf-wc form.checkout,
.bf-wc .wp-block-woocommerce-cart,
.bf-wc .wp-block-woocommerce-checkout,
.bf-wc .wc-block-components-main,
.bf-wc .wc-block-components-sidebar,
.bf-wc .wc-block-components-order-summary,
.bf-wc .wc-block-cart,
.bf-wc .wc-block-checkout{
  background:var(--bf-panel) !important;
  border:1px solid var(--bf-border) !important;
  box-shadow:none !important;
}
.bf-wc .cart_totals,
.bf-wc .wc-block-components-sidebar,
.bf-wc .wc-block-components-order-summary{
  background:#E6DED3 !important;
  border-color:rgba(110,31,50,.18) !important;
}
.bf-wc .wc-block-components-button,
.bf-wc .wc-block-components-button:not(.is-link),
.bf-wc .wc-block-components-button__text,
.bf-wc .wc-block-cart__submit-button,
.bf-wc .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.bf-wc a.checkout-button,
.bf-wc a.checkout-button.alt,
.bf-wc .checkout-button,
.bf-wc .checkout-button.alt,
.bf-wc .wc-proceed-to-checkout a.checkout-button,
.bf-wc .wc-proceed-to-checkout a.checkout-button.alt,
.bf-wc #place_order,
.bf-wc button#place_order{
  background:var(--bf-wine) !important;
  border-color:var(--bf-wine) !important;
  color:var(--bf-ivory) !important;
  -webkit-text-fill-color:var(--bf-ivory) !important;
  box-shadow:none !important;
}
.bf-wc .wc-block-components-button:hover,
.bf-wc a.checkout-button:hover,
.bf-wc .checkout-button:hover,
.bf-wc .wc-proceed-to-checkout a.checkout-button:hover,
.bf-wc #place_order:hover,
.bf-wc button#place_order:hover{
  background:#8B2640 !important;
  border-color:#8B2640 !important;
  color:var(--bf-ivory) !important;
  -webkit-text-fill-color:var(--bf-ivory) !important;
}
.bf-wc .wc-block-components-button__text{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  display:inline;
  min-height:0;
  padding:0;
  width:auto;
}
.bf-wc-cart-page .woocommerce-cart-form{
  margin-bottom:var(--bf-space-4);
}
.bf-wc .cart-collaterals,
.bf-wc .cart-collaterals::before,
.bf-wc .cart-collaterals::after{
  display:block;
}
.bf-wc .cart-collaterals{
  clear:both;
  margin-top:var(--bf-space-4);
}
.bf-wc .cart-collaterals .cart_totals{
  float:none !important;
  margin-left:auto;
  max-width:520px;
  width:100% !important;
}
.bf-wc .woocommerce-cart-form table.shop_table{
  margin:0;
}
.bf-wc .woocommerce-cart-form .actions{
  padding-top:var(--bf-space-3);
}
.bf-wc .wc-proceed-to-checkout{
  padding:var(--bf-space-3) 0 0;
}
.bf-wc .wc-proceed-to-checkout a.checkout-button{
  width:100%;
}

.bf-wc-product-breadcrumbs .woocommerce-breadcrumb {
  align-items: center;
  color: var(--bf-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 8px;
  letter-spacing: .13em;
  line-height: 1.6;
  margin: 0;
  text-transform: uppercase;
}
.bf-wc-product-breadcrumbs .woocommerce-breadcrumb a { color: rgba(234,230,225,.78); text-decoration: none; transition: color .2s ease; }
.bf-wc-product-breadcrumbs .woocommerce-breadcrumb a:hover { color: var(--bf-rose-strong); }

/* My Account repair: Woo renders account tabs as <nav>, so reset the global header nav rule here. */
body.woocommerce-account .bf-wc .woocommerce {
  display: grid;
  gap: var(--bf-space-4);
  grid-template-columns: minmax(220px,280px) minmax(0,1fr);
}
body.woocommerce-account .bf-wc .woocommerce::before,
body.woocommerce-account .bf-wc .woocommerce::after {
  display: none !important;
}
body.woocommerce-account .bf-wc .woocommerce-MyAccount-navigation {
  align-items: stretch !important;
  align-self: start;
  bottom: auto !important;
  display: block !important;
  float: none !important;
  height: auto !important;
  justify-content: initial !important;
  left: auto !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: clamp(20px,3vw,32px) !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
  z-index: auto !important;
}
body.woocommerce-account .bf-wc .woocommerce-MyAccount-content {
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  padding: clamp(20px,3vw,32px);
  width: auto !important;
}
body.woocommerce-account .bf-wc .woocommerce-MyAccount-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account .bf-wc .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid var(--bf-border);
  float: none !important;
  margin: 0;
  padding: 0;
}
body.woocommerce-account .bf-wc .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}
body.woocommerce-account .bf-wc .woocommerce-MyAccount-navigation a {
  border-left: 2px solid transparent;
  color: var(--bf-text) !important;
  display: block;
  font-size: 12px;
  letter-spacing: .12em;
  padding: 15px 0 15px 14px;
  text-decoration: none;
  text-transform: uppercase;
}
body.woocommerce-account .bf-wc .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .bf-wc .woocommerce-MyAccount-navigation a:hover {
  border-left-color: var(--bf-wine);
  color: var(--bf-wine) !important;
}
body.woocommerce-account .bf-wc .woocommerce-MyAccount-content a.button,
body.woocommerce-account .bf-wc .woocommerce-MyAccount-content button.button,
body.woocommerce-account .bf-wc .woocommerce-MyAccount-content input.button,
body.woocommerce-account .bf-wc .woocommerce-MyAccount-content .button {
  background: var(--bf-wine) !important;
  border-color: var(--bf-wine) !important;
  color: var(--bf-ivory) !important;
  -webkit-text-fill-color: var(--bf-ivory) !important;
}
body.woocommerce-account .bf-wc .woocommerce-MyAccount-content a.button:hover,
body.woocommerce-account .bf-wc .woocommerce-MyAccount-content button.button:hover,
body.woocommerce-account .bf-wc .woocommerce-MyAccount-content input.button:hover,
body.woocommerce-account .bf-wc .woocommerce-MyAccount-content .button:hover {
  background: transparent !important;
  color: var(--bf-wine) !important;
  -webkit-text-fill-color: var(--bf-wine) !important;
}
body.woocommerce-account .bf-wc .woocommerce-account .col2-set,
body.woocommerce-account .bf-wc .col2-set {
  display: grid;
  gap: var(--bf-space-3);
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin: 0;
}
body.woocommerce-account .bf-wc .col2-set .col-1,
body.woocommerce-account .bf-wc .col2-set .col-2 {
  float: none !important;
  margin: 0;
  max-width: none;
  width: 100% !important;
}
@media (max-width: 900px) {
  body.woocommerce-account .bf-wc .woocommerce,
  body.woocommerce-account .bf-wc .col2-set {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  body.woocommerce-account .bf-wc .woocommerce-MyAccount-navigation,
  body.woocommerce-account .bf-wc .woocommerce-MyAccount-content {
    padding: 20px !important;
  }
}
