:root { --bdf-text: #625e57; --bdf-heading: #302d28; --bdf-container-wide: 1360px; --bdf-font-body: 'Google Sans', Arial, sans-serif; --bdf-header-bg: #fff; --bdf-header-height: 177px; --bdf-sticky-offset: var(--bdf-header-height); }
@media(max-width: 1024px) { :root { --bdf-header-height: 125px; } }
@media(max-width: 600px) { :root { --bdf-header-height: 101px; } }
body { font-size: 17px; overflow-x: clip; }
html { overflow-x: clip; }
.bdf-drawer[aria-hidden="true"] { visibility: hidden; }
.bdf-drawer[aria-hidden="false"] { visibility: visible; }
:where(h1,h2,h3,h4,h5,h6,p,li,label,button,a) { text-wrap: balance; }
.bdf-header { border-bottom: 1px solid transparent; box-shadow: none; transition-property: transform, border-color, box-shadow; }
.bdf-header.bdf-header--scrolled { border-bottom-color: #e6e6e6; box-shadow: 0 3px 10px rgba(48, 45, 40, 0.035); }
.bdf-header__bar { min-height: 92px; }
.bdf-header__brand { justify-self: start; width: fit-content; }
.bdf-header__logo { width: 110px; height: 82px; object-fit: contain; }
.bdf-nav__list { justify-content: space-evenly; gap: 8px; }
.bdf-nav__list a { text-transform: none; font-size: 16px; font-weight: 400; padding: 15px 12px; }
.bdf-nav__list > li > a { display: flex; align-items: center; gap: 7px; }
.bdf-nav { border-top: 1px solid var(--bdf-line); border-bottom: 1px solid transparent; }
.bdf-header.bdf-header--scrolled .bdf-nav { border-bottom-color: var(--bdf-line); }
.bdf-nav__list { width: 100%; justify-content: center; gap: 2rem; }
.bdf-nav__list > li { flex: 0 0 auto; min-width: 0; }
.bdf-nav__list > li > a { justify-content: flex-start; width: auto; padding-inline: 0; }
.bdf-nav__list .menu-item-has-children > a { padding-right: 0; }
@media(min-width: 1025px) {
 .bdf-header,
 .bdf-header.bdf-header--scrolled { border-bottom-width: 0; }
}
.bdf-drawer__list a { font-weight: 400; text-transform: none; }
.bdf-menu-chevron { width: 16px; height: 16px; flex: 0 0 16px; vertical-align: middle; }
.bdf-drawer__list .bdf-menu-chevron { margin-left: 8px; }
.bdf-drawer__list .menu-item-has-children > a { display: flex; align-items: center; gap: 7px; }
.bdf-nav__list a::after,.bdf-sec-head__title::after { display: none; }
.bdf-nav__list .menu-item-has-children > a::before { content: none; }
.bdf-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; margin-top: 0; margin-bottom: 90px; }
.bdf-intro__copy { background: #eee8dd; padding: clamp(32px,5vw,76px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.bdf-intro h1 { font-family: var(--bdf-font-accent); font-weight: 400; font-size: clamp(46px,5.2vw,78px); line-height: 1.08; margin: 0 0 28px; }
.bdf-intro h1 em { color: #8a7552; font-weight: 400; font-style: normal; }
.bdf-intro p { max-width: 340px; margin-bottom: 30px; font-size: 18px; }
.bdf-intro__photo { margin: 0; min-width: 0; }
.bdf-intro__photo img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.bdf-btn { border-radius: 2px; background: #a4916d; color: #fff; border: 1px solid #a4916d; box-shadow: none; font-weight: 400; text-transform: none; }
.bdf-btn:hover { background: #806c48; color: #fff; }
.bdf-btn svg { width: 18px; height: 18px; flex: 0 0 18px; }
.bdf-intro .bdf-btn { white-space: nowrap; gap: 16px; }
.bdf-intro__secondary { margin-top: 20px; font-size: 15px; }
.bdf-sec-head { text-align: left; max-width: none; margin-bottom: 32px; }
.bdf-sec-head__title,.bdf-collection h2,.bdf-personal h2 { font-family: var(--bdf-font-accent); font-weight: 400; font-size: clamp(30px,3vw,44px); }
.bdf-card { box-shadow: none !important; border: 0 !important; border-radius: 0; background: var(--bdf-surface); transition: background-color 150ms ease-out; }
.bdf-card:hover { background: var(--bdf-surface-hover); transform: none; box-shadow: none !important; }
.bdf-carousel, .bdf-products, .woocommerce ul.products { --bdf-gap: .5rem; }
.bdf-products, .woocommerce ul.products, .bdf-carousel__track { align-items: stretch; gap: .5rem; }
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none !important; display: none !important; }
body .bdf-card { display: flex !important; flex-direction: column; align-self: stretch; height: auto; min-width: 0; }
.bdf-card__main { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; color: inherit; }
.bdf-card__main:hover { color: inherit; }
.bdf-card__main:hover .bdf-card__title { color: var(--bdf-gold); }
.bdf-card__media { flex-shrink: 0; }
body .bdf-card__body { display: flex; flex-direction: column; flex: 1 1 auto; }
body .bdf-card__actions { margin-top: auto; padding: 0 20px 20px; }
.bdf-card__media { border-radius: 2px; aspect-ratio: 5 / 6; overflow: hidden; }
.bdf-card__media img { aspect-ratio: 5 / 6; object-fit: cover; }
.bdf-card__body { padding: 20px; text-align: left; }
body .bdf-card .bdf-card__title { font-size: 1rem !important; line-height: 1.35; }
body .bdf-card .bdf-card__price { font-weight: 400; }
body .bdf-card .bdf-card__price * { font-weight: 400; }
body .bdf-card .bdf-card__actions .button { background: transparent; border: 1px solid #d8cbb4; color: #6a5c42; box-shadow: none; display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 12px 18px; min-height: 40px; font-size: 13px; }
body .bdf-card .bdf-card__actions .button:hover { background: var(--bdf-gold); border-color: var(--bdf-gold); color: var(--bdf-white); }
body :is(.bdf-card .add_to_cart_button, .single_add_to_cart_button):is(.is-loading, .is-added, .is-error) {
 width: var(--bdf-cart-button-locked-width) !important;
 min-width: var(--bdf-cart-button-locked-width) !important;
 max-width: var(--bdf-cart-button-locked-width) !important;
}
body :is(.bdf-card .add_to_cart_button, .single_add_to_cart_button).is-loading { opacity: .62; pointer-events: none; }
body :is(.bdf-card .add_to_cart_button, .single_add_to_cart_button).is-added {
 background: var(--bdf-gold) !important;
 border-color: var(--bdf-gold) !important;
 color: var(--bdf-white) !important;
}
body :is(.bdf-card .add_to_cart_button, .single_add_to_cart_button).is-error {
 border-color: #9b554f !important;
 color: #9b554f !important;
}
.bdf-cart-button-icon { width: 20px; height: 20px; flex: 0 0 20px; }
.bdf-cart-button-label { display: block; line-height: 1.2; }
/* Optically align the bag's heavier lower half with the label. */
.bdf-card__actions .bdf-cart-button-icon { display: block; margin: 0; transform: translateY(-0.5px); }
body .bdf-card .bdf-card__actions .button { display: flex !important; flex-flow: row nowrap; margin: 0; line-height: 1.2; white-space: nowrap; }
.bdf-buy-now-button__icon { width: 19px; height: 19px; flex: 0 0 19px; }

body.single-product .product-type-simple form.cart,
body.single-product .woocommerce-variation-add-to-cart {
 display: grid;
 grid-template-columns: auto minmax(0, 1fr);
 align-items: center;
 gap: 12px;
 width: 100%;
}
body.single-product .bdf-buy-now-button {
 grid-column: 1 / -1;
 display: flex !important;
 align-items: center;
 justify-content: center;
 gap: 12px;
 width: 100%;
 min-height: 54px;
 margin: 0;
 background: var(--bdf-gold) !important;
 border-color: var(--bdf-gold) !important;
 color: var(--bdf-white) !important;
}
body.single-product .bdf-buy-now-button:hover {
 background: var(--bdf-gold-hover) !important;
 border-color: var(--bdf-gold-hover) !important;
}
body.single-product form.cart .bdf-quantity,
body.single-product .woocommerce-variation-add-to-cart .bdf-quantity { grid-column: 1; }
body.single-product form.cart .single_add_to_cart_button,
body.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
 grid-column: 2;
 display: flex !important;
 align-items: center;
 justify-content: center;
 gap: 10px;
 width: 100%;
 min-height: 54px;
 background: transparent !important;
 border: 1px solid #d8cbb4 !important;
 color: #6a5c42 !important;
}
body.single-product form.cart .single_add_to_cart_button::before {
 content: '';
 width: 20px;
 height: 20px;
 flex: 0 0 20px;
 background: currentColor;
 -webkit-mask: url('../icons/lucide/bag.svg?bdf-thin=1') center / contain no-repeat;
 mask: url('../icons/lucide/bag.svg?bdf-thin=1') center / contain no-repeat;
}
body.single-product form.cart .single_add_to_cart_button:hover {
 background: var(--bdf-gold) !important;
 border-color: var(--bdf-gold) !important;
 color: var(--bdf-white) !important;
}
@media (min-width: 900px) {
 .woocommerce ul.products:not(.bdf-carousel__track), .bdf-products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
 .bdf-carousel__track > .bdf-card { width: calc(25% - var(--bdf-gap) * 3 / 4); }
}
.bdf-collection { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(30px,6vw,90px); margin-block: 90px; }
.bdf-collection > img { width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.bdf-collection p { max-width: 400px; margin-block: 24px; }
.bdf-personal { padding-block: 70px 100px; text-align: center; }
.bdf-personal p { max-width: 500px; margin: 24px auto 30px; }
.bdf-footer { background: var(--bdf-footer-bg); }
.bdf-footer__copy { background: var(--bdf-footer-copy-bg); }
.bdf-footer__copy a,
.bdf-footer__copy a * { font-size: inherit !important; }
.bdf-tile__kicker { display: none; }
@media (min-width: 768px) and (max-width: 1100px) {
 .bdf-header__bar { grid-template-columns: auto 1fr; }
 .bdf-header__tools { justify-self: end; }
  .bdf-intro { grid-template-columns: minmax(0,1fr) minmax(0,1fr); margin-top: 0; margin-bottom: 48px; }
 .bdf-intro__copy { padding: 32px; min-width: 0; }
 .bdf-intro h1 { font-size: clamp(38px,4.8vw,52px); margin-bottom: 20px; }
 .bdf-intro p { font-size: 17px; line-height: 1.55; margin-bottom: 24px; }
 .bdf-intro__photo img { min-height: 0; height: 100%; aspect-ratio: 1; object-position: center; }
 .bdf-intro .bdf-btn { padding: 14px 20px; }
 .bdf-intro__secondary { margin-top: 16px; }
}
@media(max-width: 767px) {
 .bdf-card__body { padding: 16px; }
 .bdf-card__actions { padding: 0 16px 16px; }
 .bdf-header__bar { min-height: 70px; }
 .bdf-header__logo { width: 78px; height: 64px; }
  .bdf-intro { grid-template-columns: 1fr; margin-top: 0; margin-bottom: 54px; }
 .bdf-intro__copy { padding: 38px 28px; }
 .bdf-intro h1 { font-size: 52px; }
 .bdf-intro__photo img { min-height: 0; aspect-ratio: 1.3; }
 .bdf-collection { grid-template-columns: 1fr; margin-block: 60px; gap: 30px; }
 .bdf-personal { padding-block: 45px 60px; }
}

/* Full-bleed homepage hero. The header remains in normal flow, so subtract its
   measured height and let the hero fill the rest of the visible viewport. */
body.home .bdf-intro {
 position: relative;
 isolation: isolate;
 display: flex;
 align-items: center;
 height: calc(100vh - var(--bdf-header-height));
 height: calc(100svh - var(--bdf-header-height));
 min-height: 0;
 margin: 0 0 90px;
 overflow: hidden;
 background: #302d28;
 contain: paint;
}
body.home .bdf-intro::after {
 content: "";
 position: absolute;
 inset: 0;
 z-index: 1;
 background: linear-gradient(90deg, rgba(20,18,15,.56) 0%, rgba(20,18,15,.38) 32%, rgba(20,18,15,.24) 58%, rgba(20,18,15,.08) 78%, rgba(20,18,15,0) 100%);
 pointer-events: none;
}
body.home .bdf-intro__copy {
 position: relative;
 z-index: 2;
 width: min(100%, var(--bdf-container-wide));
 margin-inline: auto;
 padding: clamp(56px, 9vw, 120px) var(--bdf-gutter);
 background: transparent;
}
body.home .bdf-intro h1,
body.home .bdf-intro h1 em,
body.home .bdf-intro p { color: #fff; }
body.home .bdf-intro h1 { max-width: 780px; text-shadow: 0 2px 24px rgba(0,0,0,.2); }
body.home .bdf-intro p { max-width: 350px; text-wrap: balance; text-shadow: 0 1px 12px rgba(0,0,0,.28); }
body.home .bdf-intro__photo {
 position: absolute;
 inset: -7% 0;
 z-index: 0;
 width: 100%;
 height: 114%;
 margin: 0;
 overflow: hidden;
}
body.home .bdf-intro__photo picture { display: block; width: 100%; height: 100%; }
body.home .bdf-intro__photo img {
 width: 100%;
 height: 100%;
 min-height: 0;
 aspect-ratio: auto;
 object-fit: cover;
 object-position: center center;
}
@media(max-width: 767px) {
 body.home .bdf-intro { height: calc(100svh - var(--bdf-header-height)); min-height: 0; margin-bottom: 54px; }
 body.home .bdf-intro::after { background: linear-gradient(180deg, rgba(20,18,15,.48) 0%, rgba(20,18,15,.32) 45%, rgba(20,18,15,.22) 68%, rgba(20,18,15,.08) 85%, rgba(20,18,15,.02) 100%); }
 body.home .bdf-intro__copy { padding: 48px 24px; }
 body.home .bdf-intro h1 { font-size: clamp(42px, 13vw, 58px); }
 body.home .bdf-intro p { font-size: 17px; }
 body.home .bdf-intro__photo img { object-position: center 42%; }
}
@media(max-width: 600px) {
 body.home .bdf-intro { height: 76svh; }
}

/* Homepage editorial rhythm. */
.bdf-home-promise {
 margin-top: -90px;
 padding-block: 42px;
 background: #f5f1ea;
 border-bottom: 1px solid #e5ded2;
}
.bdf-home-promise__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bdf-home-promise__grid > div { position: relative; padding: 4px clamp(24px, 3vw, 48px); text-align: center; }
.bdf-home-promise__grid > div + div { border-left: 1px solid #d9d0c2; }
.bdf-home-promise strong { display: block; margin-bottom: 8px; color: var(--bdf-heading); font-family: var(--bdf-font-accent); font-size: clamp(21px, 2vw, 27px); font-weight: 400; }
.bdf-home-promise p { max-width: 330px; margin: 0 auto; font-size: 15px; line-height: 1.65; }

.bdf-carousel__nav { align-items: center; gap: 12px; }
.bdf-carousel__view-all { min-width: 126px; min-height: 44px; padding: 11px 24px; justify-content: center; }

.bdf-home-categories { padding-block: clamp(64px, 7vw, 110px); }
.bdf-home-categories .bdf-sec-head { max-width: 620px; margin-inline: auto; text-align: center; }
.bdf-home-categories .bdf-sec-head p { margin: 16px auto 0; max-width: 560px; }
.bdf-home-categories__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; min-height: 0; }
.bdf-home-category { position: relative; display: block; min-height: 0; aspect-ratio: 1 / 1; overflow: hidden; color: #fff; }
.bdf-home-category::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(24, 20, 17, .72) 100%); opacity: 1; transition: opacity 250ms ease !important; }
.bdf-home-category:hover::after { opacity: .76; }
.bdf-home-category img { width: 100%; height: 100%; object-fit: cover; }
.bdf-home-category > span { position: absolute; z-index: 1; left: clamp(22px, 3vw, 40px); right: clamp(22px, 3vw, 40px); bottom: clamp(22px, 3vw, 38px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 18px; color: #fff; }
.bdf-home-category__title { grid-column: 1; font-family: var(--bdf-font-accent); font-size: clamp(25px, 2.25vw, 34px) !important; font-weight: 400; line-height: 1; letter-spacing: 0; }
.bdf-home-category__label { grid-column: 1; color: rgba(255,255,255,.86); font-family: var(--bdf-font-body); font-size: clamp(16px, 1.4vw, 20px); font-weight: 400; letter-spacing: 0; text-transform: none; }
.bdf-home-category svg { grid-column: 2; grid-row: 1 / span 2; width: 24px; height: 24px; margin-bottom: 8px; transition: transform 250ms ease !important; }
.bdf-home-category:hover svg { transform: translateX(6px); }

.bdf-home-story { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); min-height: 680px; margin-block: clamp(60px, 8vw, 120px); background: #e9e0d3; }
.bdf-home-story__image { min-height: 560px; overflow: hidden; }
.bdf-home-story__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.bdf-home-story__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(52px, 8vw, 120px); }
.bdf-home-story h2 { max-width: 520px; margin: 0 0 24px; font-family: var(--bdf-font-accent); font-size: clamp(38px, 4.5vw, 62px); font-weight: 400; }
.bdf-home-story p { max-width: 520px; margin: 0 0 30px; line-height: 1.75; }
.bdf-text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; color: var(--bdf-heading); border-bottom: 1px solid currentColor; }
.bdf-text-link svg { width: 18px; height: 18px; }

@media(min-width: 901px) {
 .bdf-home-story { grid-template-columns: repeat(2, minmax(0, 1fr)); width: calc(100% - (2 * clamp(18px, 4vw, 40px))); max-width: calc(var(--bdf-container-wide) - 80px); height: auto; min-height: 0; margin-inline: auto; }
 .bdf-home-story__image { min-height: 0; aspect-ratio: 1 / 1; }
 .bdf-home-story__copy { aspect-ratio: 1 / 1; padding: clamp(40px, 6vw, 88px); }
}

.bdf-personal { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: clamp(50px, 8vw, 120px); padding-block: clamp(70px, 9vw, 130px); text-align: left; }
.bdf-personal__gallery { position: relative; min-height: 560px; }
.bdf-personal__image { position: absolute; object-fit: cover; }
.bdf-personal__image--main { inset: 0 20% 8% 0; width: 80%; height: 92%; }
.bdf-personal__image--accent { right: 0; bottom: 0; width: 43%; height: 47%; border: 12px solid #fff; }
.bdf-personal__copy { max-width: 510px; }
.bdf-personal h2 { margin: 0 0 24px; font-size: clamp(38px, 4.5vw, 58px); }
.bdf-personal p { max-width: 500px; margin: 0 0 32px; line-height: 1.75; }

@media(max-width: 900px) {
 .bdf-home-promise { margin-top: -48px; }
 .bdf-home-promise__grid { grid-template-columns: 1fr; }
 .bdf-home-promise__grid > div { padding-block: 22px; }
 .bdf-home-promise__grid > div + div { border-top: 1px solid #d9d0c2; border-left: 0; }
 .bdf-home-categories__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; min-height: 0; }
 .bdf-home-category--large { grid-column: auto; grid-row: auto; }
 .bdf-home-story { grid-template-columns: 1fr; min-height: 0; }
 .bdf-home-story__image { min-height: 520px; }
 .bdf-home-story__copy { padding: 64px var(--bdf-gutter); }
 .bdf-personal { grid-template-columns: 1fr; }
 .bdf-personal__gallery { min-height: 520px; }
 .bdf-personal__copy { max-width: 620px; }
}

@media(max-width: 600px) {
 .bdf-home-promise { margin-top: -54px; padding-block: 24px; }
 .bdf-home-promise__grid > div { padding-inline: 0; }
 .bdf-carousel__nav { gap: 8px; }
 .bdf-carousel__view-all { min-width: 116px; padding-inline: 18px; }
 .bdf-home-categories { padding-block: 58px; }
 .bdf-home-categories__grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 12px; }
 .bdf-home-category--large { grid-column: auto; }
 .bdf-home-category > span { left: 22px; right: 22px; bottom: 24px; }
 .bdf-home-story { margin-block: 50px; }
 .bdf-home-story__image { min-height: 440px; }
 .bdf-home-story__copy { padding-block: 48px; }
 .bdf-personal { gap: 42px; padding-block: 58px 76px; }
 .bdf-personal__gallery { min-height: 430px; }
 .bdf-personal__image--main { right: 14%; width: 86%; }
 .bdf-personal__image--accent { width: 46%; height: 43%; border-width: 8px; }
}
/* Shared interaction rules also cover WooCommerce and form-plugin controls. */
body :is(h1, h2, h3, h4, h5, h6) { line-height: 1 !important; }
body h1 { line-height: .88 !important; }
:root { --bdf-speed: 150ms; --bdf-radius: 0; --bdf-radius-lg: 0; }
/* Square corners throughout the storefront, including plugin controls. */
html, body, body *, body *::before, body *::after { border-radius: 0 !important; }
body a,
body a * {
 text-transform: none !important;
 font-weight: 400 !important;
 font-size: 1rem !important;
}
body .bdf-topbar a,
body .bdf-topbar a * { font-size: 13px !important; font-weight: 400 !important; }
body .bdf-cart-count {
 width: 17px;
 min-width: 17px;
 height: 17px;
 padding: 0;
 border-radius: 50% !important;
 font-size: 9px !important;
 font-weight: 500 !important;
 line-height: 17px;
}
body .bdf-footer__title { font-size: 22px !important; font-weight: 500 !important; }
body .bdf-mini-cart__head,
body .bdf-mini-cart__head * { font-size: 19px !important; font-weight: 500 !important; }
body .bdf-mini-cart .woocommerce-mini-cart { gap: 8px; }
body .bdf-mini-cart .woocommerce-mini-cart-item {
 display: block;
 min-height: 92px;
 padding: 10px 52px 10px 10px;
}
body .bdf-mini-cart .bdf-mini-cart__product {
 display: grid !important;
 grid-template-columns: 72px minmax(0, 1fr);
 align-items: start;
 gap: 14px;
 min-width: 0;
 padding: 0 !important;
 color: var(--bdf-heading);
}
body .bdf-mini-cart .bdf-mini-cart__image {
 display: block;
 width: 72px;
 height: 72px;
 overflow: hidden;
 background: var(--bdf-white);
}
body .bdf-mini-cart .bdf-mini-cart__image img {
 display: block !important;
 width: 100% !important;
 height: 100% !important;
 margin: 0 !important;
 object-fit: cover;
}
body .bdf-mini-cart .bdf-mini-cart__copy { display: grid; align-self: start; gap: 4px; min-width: 0; }
body .bdf-mini-cart .bdf-mini-cart__title { font-size: 15px !important; line-height: 1.25; }
body .bdf-mini-cart .quantity { margin: 0; font-size: 14px; line-height: 1.3; }
body .bdf-mini-cart .bdf-mini-cart__remove {
 top: 10px;
 right: 8px;
 box-sizing: border-box;
 width: 36px;
 height: 36px;
 padding: 0;
 color: var(--bdf-text);
 font-size: 0 !important;
}
body .bdf-mini-cart .bdf-mini-cart__remove svg { width: 18px; height: 18px; }
/* The widget may briefly restore a cached core fragment; keep that markup at
   visual parity with the custom mini-cart row. */
body .bdf-mini-cart .woocommerce-mini-cart-item:not(:has(.bdf-mini-cart__product)) {
 min-height: 92px;
 padding: 10px 52px 10px 10px;
}
body .bdf-mini-cart .woocommerce-mini-cart-item:not(:has(.bdf-mini-cart__product)) > a:not(.remove) {
 display: flex !important;
 align-items: flex-start;
 gap: 14px;
 min-height: 72px;
 padding: 0 !important;
 color: var(--bdf-heading);
 font-size: 15px !important;
 line-height: 1.25;
}
body .bdf-mini-cart .woocommerce-mini-cart-item:not(:has(.bdf-mini-cart__product)) > a:not(.remove) img {
 display: block !important;
 flex: 0 0 72px;
 width: 72px !important;
 height: 72px !important;
 margin: 0 !important;
 object-fit: cover;
}
body .bdf-mini-cart .woocommerce-mini-cart-item:not(:has(.bdf-mini-cart__product)) > .quantity {
 position: absolute;
 left: 96px;
 bottom: 14px;
 margin: 0;
 font-size: 14px;
 line-height: 1.3;
}
body .bdf-mini-cart .bdf-mini-cart__item-price { margin-left: 3px; white-space: nowrap; font-size: 14px; }
body .bdf-mini-cart .woocommerce-mini-cart__buttons .button {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 50px;
 padding: 12px 18px;
}
body .bdf-mini-cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
 background: transparent;
 border: 1px solid var(--bdf-gold);
 color: var(--bdf-gold);
}
body .bdf-mini-cart .woocommerce-mini-cart__buttons .checkout {
 background: var(--bdf-gold) !important;
 border: 1px solid var(--bdf-gold) !important;
 color: var(--bdf-white) !important;
}
body .bdf-mini-cart .woocommerce-mini-cart__buttons .checkout:hover { background: var(--bdf-gold-hover) !important; border-color: var(--bdf-gold-hover) !important; }

/* Keep the header cart a lightweight confirmation rather than a second cart
   editor. Quantity and removal remain available on the full cart page. */
body .bdf-mini-cart .woocommerce-mini-cart-item,
body .bdf-mini-cart .woocommerce-mini-cart-item:not(:has(.bdf-mini-cart__product)) {
 --bdf-mini-cart-row-height: 120px;
 min-height: 120px;
 padding: 0;
 overflow: hidden;
}
body .bdf-mini-cart .bdf-mini-cart__product {
 grid-template-columns: auto minmax(0, 1fr);
 align-items: stretch;
 min-height: var(--bdf-mini-cart-row-height);
 gap: 18px;
}
body .bdf-mini-cart .bdf-mini-cart__image {
 align-self: stretch;
 width: auto;
 height: var(--bdf-mini-cart-row-height);
 aspect-ratio: 1 / 1;
}
body .bdf-mini-cart .bdf-mini-cart__copy {
 padding: 18px 18px 48px 0;
}
body .bdf-mini-cart .woocommerce-mini-cart-item:not(:has(.bdf-mini-cart__product)) > a:not(.remove) {
 align-items: stretch;
 min-height: 120px;
 gap: 18px;
 padding-right: 18px !important;
}
body .bdf-mini-cart .woocommerce-mini-cart-item:not(:has(.bdf-mini-cart__product)) > a:not(.remove) img {
 align-self: stretch;
 flex: 0 0 auto;
 width: auto !important;
 height: var(--bdf-mini-cart-row-height) !important;
 aspect-ratio: 1 / 1;
}
body .bdf-mini-cart .bdf-mini-cart__price,
body .bdf-mini-cart .woocommerce-mini-cart-item:not(:has(.bdf-mini-cart__product)) > .quantity {
 position: absolute;
 bottom: 20px;
 left: calc(var(--bdf-mini-cart-row-height) + 18px);
 display: block;
 height: auto;
 margin: 0;
 color: var(--bdf-heading);
 font-size: 14px;
 line-height: 1.35;
}
body .bdf-mini-cart .bdf-mini-cart__price *,
body .bdf-mini-cart .woocommerce-mini-cart-item:not(:has(.bdf-mini-cart__product)) > .quantity * {
 font-size: inherit !important;
 line-height: inherit;
}
body .bdf-mini-cart .remove_from_cart_button,
body .bdf-mini-cart .bdf-mini-cart__remove,
body .bdf-mini-cart .bdf-mini-cart__quantity,
body .bdf-mini-cart .bdf-mini-cart__qty-input,
body .bdf-mini-cart .bdf-mini-cart__qty-btn,
body .bdf-mini-cart [data-bdf-cart-qty] { display: none !important; }
body .bdf-mini-cart.is-confirmation .bdf-mini-cart__head > [data-bdf-mini-cart-title] {
 display: inline-flex;
 align-items: center;
 gap: 10px;
}
body .bdf-mini-cart.is-confirmation .bdf-mini-cart__head > [data-bdf-mini-cart-title]::before {
 display: inline-grid;
 place-items: center;
 width: 24px;
 height: 24px;
 border-radius: 50% !important;
 background: var(--bdf-gold);
 color: var(--bdf-white);
 content: "✓";
 font-family: var(--bdf-font-body);
 font-size: 14px !important;
 font-weight: 500 !important;
 line-height: 1;
}

/* Cart page: editorial item list and a focused order summary. */
body.woocommerce-cart .bdf-section {
 padding-top: clamp(16px, 2vw, 24px);
}
body.woocommerce-cart .woocommerce:has(.woocommerce-cart-form) {
 display: grid;
 grid-template-columns: minmax(0, 1.55fr) minmax(320px, .72fr);
 align-items: start;
 gap: clamp(34px, 5vw, 72px);
}
body.woocommerce-cart .woocommerce:has(.woocommerce-cart-form) > .woocommerce-notices-wrapper {
 grid-column: 1 / -1;
}
body.woocommerce-cart .woocommerce-notices-wrapper > .woocommerce-message { display: none; }
/* Cart AJAX keeps its interaction guard but drops WooCommerce's spinner,
   dimming and other default loading chrome. */
body.woocommerce-cart .blockUI.blockOverlay {
 background: transparent !important;
 background-image: none !important;
 opacity: 1 !important;
 cursor: default !important;
}
body.woocommerce-cart .blockUI.blockOverlay::before,
body.woocommerce-cart .blockUI.blockOverlay::after {
 display: none !important;
 content: none !important;
 animation: none !important;
 background: none !important;
}
body.woocommerce-cart .bdf-empty-cart {
 display: grid;
 justify-items: center;
 width: min(100%, 680px);
 margin: 0 auto;
 padding: clamp(44px, 7vw, 76px) clamp(24px, 5vw, 56px);
 background: var(--bdf-surface);
 border: 1px solid var(--bdf-line);
 text-align: center;
}
body.woocommerce-cart .bdf-empty-cart__icon {
 display: grid;
 place-items: center;
 width: 58px;
 height: 58px;
 margin-bottom: 24px;
 background: var(--bdf-white);
 border: 1px solid var(--bdf-line);
 border-radius: 50% !important;
 color: var(--bdf-gold-hover);
}
body.woocommerce-cart .bdf-empty-cart__icon svg { width: 25px; height: 25px; stroke-width: 1.4; }
body.woocommerce-cart .bdf-empty-cart h1 {
 margin: 0;
 color: var(--bdf-heading);
 font-family: var(--bdf-font-accent);
 font-size: clamp(34px, 4.2vw, 52px);
 font-weight: 400;
 line-height: 1;
}
body.woocommerce-cart .bdf-empty-cart p {
 max-width: 430px;
 margin: 18px 0 28px;
 color: var(--bdf-text);
 font-size: 16px;
 line-height: 1.55;
}
body.woocommerce-cart .bdf-empty-cart .bdf-btn { min-width: 210px; }
body.woocommerce-cart .woocommerce-cart-form { min-width: 0; }
body.woocommerce-cart .bdf-cart-items-heading,
body.woocommerce-cart .cart_totals > h2 {
 margin: 0 0 26px;
 color: var(--bdf-heading);
 font-family: var(--bdf-font-accent);
 font-size: clamp(29px, 3vw, 40px);
 font-weight: 400;
 line-height: 1 !important;
}
body.woocommerce-cart table.cart {
 display: block;
 margin: 0;
 border: 0;
 overflow: visible;
}
body.woocommerce-cart table.cart thead { display: none; }
body.woocommerce-cart table.cart tbody { display: block; }
body.woocommerce-cart table.cart tr.cart_item {
 display: grid;
 grid-template-columns: clamp(112px, 13vw, 160px) minmax(0, 1fr) auto;
 grid-template-areas:
  "image name subtotal"
  "image price subtotal"
  "image quantity remove";
 column-gap: clamp(18px, 2.3vw, 30px);
 row-gap: 8px;
 padding: 30px 0;
 border-bottom: 1px solid var(--bdf-line);
}
body.woocommerce-cart table.cart tr.cart_item > td {
 display: block;
 min-width: 0;
 padding: 0 !important;
 background: transparent;
 border: 0;
 text-align: left !important;
}
body.woocommerce-cart table.cart tr.cart_item > td::before { content: none !important; }
body.woocommerce-cart table.cart .product-thumbnail { grid-area: image; }
body.woocommerce-cart table.cart .product-thumbnail a,
body.woocommerce-cart table.cart .product-thumbnail img {
 display: block;
 width: 100% !important;
 height: 100% !important;
 margin: 0;
 object-fit: cover;
}
body.woocommerce-cart table.cart .product-thumbnail a { aspect-ratio: 1 / 1; background: var(--bdf-surface); }
body.woocommerce-cart table.cart .product-name {
 grid-area: name;
 align-self: start;
 padding-top: 2px !important;
}
body.woocommerce-cart table.cart .product-name a {
 color: var(--bdf-heading);
 font-size: clamp(18px, 1.7vw, 23px) !important;
 font-weight: 500 !important;
 line-height: 1.2;
}
body.woocommerce-cart table.cart .product-price {
 grid-area: price;
 display: grid !important;
 gap: 5px;
 color: var(--bdf-gold-hover);
 font-size: 20px;
 font-weight: 500;
 line-height: 1.2;
}
body.woocommerce-cart table.cart .product-quantity {
 grid-area: quantity;
 align-self: end;
}
body.woocommerce-cart table.cart tr.cart_item .product-quantity::before {
 content: attr(data-title) !important;
 display: block;
 margin: 0 0 5px;
 color: var(--bdf-note);
 font-size: 12px;
 font-weight: 400;
 line-height: 1.2;
}
body.woocommerce-cart table.cart .product-quantity .quantity { margin: 0; }
body.woocommerce-cart table.cart .product-quantity input.qty {
 width: 84px;
 height: 48px;
 min-height: 48px;
 margin: 0;
 background: var(--bdf-surface);
 border: 0;
 text-align: center;
}
body.woocommerce-cart table.cart .product-subtotal {
 grid-area: subtotal;
 display: grid !important;
 align-self: start;
 justify-self: end;
 justify-items: end;
 gap: 5px;
 padding-top: 4px !important;
 color: var(--bdf-gold-hover);
 font-size: 22px;
 font-weight: 500;
 white-space: nowrap;
}
body.woocommerce-cart table.cart .bdf-cart-price-label {
 color: var(--bdf-note);
 font-size: 12px;
 font-weight: 400;
 line-height: 1.2;
 white-space: nowrap;
}
body.woocommerce-cart table.cart .bdf-cart-price-value,
body.woocommerce-cart table.cart .bdf-cart-price-value * {
 color: inherit;
 font-size: inherit !important;
 font-weight: inherit;
 line-height: inherit;
}
body.woocommerce-cart table.cart .product-remove {
 grid-area: remove;
 align-self: end;
 justify-self: end;
}
body.woocommerce-cart table.cart .product-remove .remove {
 width: auto;
 height: auto;
 padding: 4px 0;
 background: transparent !important;
 border-bottom: 1px solid currentColor;
 color: var(--bdf-note) !important;
 font-size: 13px !important;
 line-height: 1.2;
}
body.woocommerce-cart table.cart .product-remove .remove:hover { color: var(--bdf-heading) !important; }
body.woocommerce-cart table.cart tr:not(.cart_item) {
 display: block;
}
body.woocommerce-cart table.cart td.actions {
 display: flex;
 justify-content: flex-end;
 padding: 18px 0 0 !important;
}
body.woocommerce-cart table.cart td.actions .button {
 min-height: 46px;
 padding: 11px 20px;
 background: transparent;
 border: 1px solid var(--bdf-gold);
 color: var(--bdf-gold);
}
body.woocommerce-cart .cart-collaterals {
 width: 100%;
 margin: 0;
}
@media (min-width: 901px) {
 body.woocommerce-cart #bdf-main,
 body.woocommerce-cart #bdf-main .bdf-section,
 body.woocommerce-cart #bdf-main .bdf-container,
 body.woocommerce-cart #bdf-main .woocommerce {
  overflow: visible !important;
 }
 body.woocommerce-cart .cart-collaterals {
  position: -webkit-sticky;
  position: sticky !important;
  top: calc(var(--bdf-sticky-offset, var(--bdf-header-height)) + 20px);
  z-index: 2;
  height: max-content;
  align-self: start;
  justify-self: stretch;
  transition: top 250ms ease !important;
 }
 body.woocommerce-cart .woocommerce-cart-form { min-height: calc(100svh + 100px); }
}
body.woocommerce-cart .cart_totals {
 box-sizing: border-box;
 width: 100% !important;
 padding: clamp(24px, 3vw, 36px);
 background: var(--bdf-white);
 border: 1px solid var(--bdf-line);
}
body.woocommerce-cart .cart_totals table.shop_table {
 display: block;
 width: 100%;
 margin: 0;
 border: 0;
 overflow: visible;
}
body.woocommerce-cart .cart_totals table.shop_table tbody {
 display: grid;
 width: 100%;
}
body.woocommerce-cart .cart_totals table.shop_table tbody > tr {
 display: grid;
 grid-template-columns: minmax(0, 1fr) auto;
 width: 100%;
}
body.woocommerce-cart .cart_totals table.shop_table :is(th, td) {
 display: block;
 padding: 15px 0;
 background: transparent;
 border: 0;
 border-bottom: 1px solid var(--bdf-line);
 font-size: 14px;
 line-height: 1.45;
}
body.woocommerce-cart .cart_totals table.shop_table td {
 padding-left: 20px;
 text-align: right;
}
body.woocommerce-cart .cart_totals table.shop_table tbody > tr.woocommerce-shipping-totals {
 grid-template-columns: minmax(0, 1fr);
}
body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals > :is(th, td) {
 display: block;
 box-sizing: border-box;
 width: 100%;
 padding-left: 0;
 text-align: left;
 white-space: normal;
}
body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals > th {
 padding-bottom: 9px;
 border-bottom: 0;
}
body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals > td {
 width: 100% !important;
 min-width: 0;
 padding-top: 0;
 padding-right: 0;
 justify-self: stretch;
}
body.woocommerce-cart .cart_totals #shipping_method {
 display: grid;
 box-sizing: border-box;
 width: 100% !important;
 min-width: 0;
 gap: 7px;
 margin: 0;
 padding: 0;
 list-style: none;
}
body.woocommerce-cart .cart_totals #shipping_method li {
 display: grid;
 grid-template-columns: 18px minmax(0, 1fr);
 align-items: center;
 box-sizing: border-box;
 width: 100% !important;
 min-width: 0;
 gap: 10px;
 margin: 0;
 padding: 11px 12px;
 background: var(--bdf-surface);
 border: 1px solid transparent;
}
body.woocommerce-cart .cart_totals #shipping_method li:has(input:checked) {
 background: #f4efe6;
 border-color: var(--bdf-gold-light);
}
body.woocommerce-cart .cart_totals #shipping_method label {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 min-width: 0;
 gap: 16px;
 margin: 0;
 color: var(--bdf-text-strong);
 font-size: 13px;
 font-weight: 400;
 line-height: 1.35;
 cursor: pointer;
}
body.woocommerce-cart .cart_totals #shipping_method label .amount {
 flex: 0 0 auto;
 margin-left: auto;
 color: var(--bdf-gold-hover);
 font-weight: 600;
 white-space: nowrap;
}
body.woocommerce-cart .cart_totals #shipping_method input[type="radio"] {
 position: relative;
 box-sizing: border-box;
 width: 18px;
 height: 18px;
 min-height: 18px;
 margin: 0;
 padding: 0;
 appearance: none;
 -webkit-appearance: none;
 background: var(--bdf-white);
 border: 1px solid #cfc8bb;
 border-radius: 50% !important;
 cursor: pointer;
}
body.woocommerce-cart .cart_totals #shipping_method input[type="radio"]:checked {
 border: 5px solid var(--bdf-gold);
 background: var(--bdf-white);
}
body.woocommerce-cart .cart_totals .order-total :is(th, td) {
 padding-top: 20px;
 border-bottom: 0;
 color: var(--bdf-heading);
 font-size: 17px;
}
body.woocommerce-cart .cart_totals table.shop_table tr.order-total > th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total > td {
 border-bottom: 0 !important;
}
body.woocommerce-cart .cart_totals .order-total .amount {
 color: var(--bdf-gold-hover);
 font-size: 20px;
 font-weight: 500;
}
body.woocommerce-cart .wc-proceed-to-checkout { padding: 22px 0 0; }
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 min-height: 54px;
 margin: 0;
 padding: 14px 22px;
 background: var(--bdf-gold) !important;
 border: 1px solid var(--bdf-gold) !important;
 color: var(--bdf-white) !important;
 font-size: 15px !important;
 font-weight: 500 !important;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
 background: var(--bdf-gold-hover) !important;
 border-color: var(--bdf-gold-hover) !important;
}
@media (max-width: 900px) {
 body.woocommerce-cart .woocommerce:has(.woocommerce-cart-form) { grid-template-columns: minmax(0, 1fr); }
 body.woocommerce-cart .cart-collaterals { position: static; }
}
@media (max-width: 600px) {
 body.woocommerce-cart table.cart tr.cart_item {
  grid-template-columns: 104px minmax(0, 1fr) auto;
  grid-template-areas:
   "image name name"
   "image price subtotal"
   "image quantity remove";
  column-gap: 16px;
  row-gap: 7px;
  padding: 24px 0;
 }
 body.woocommerce-cart table.cart .product-name a { font-size: 18px !important; }
 body.woocommerce-cart table.cart .product-subtotal { align-self: center; padding-top: 0 !important; font-size: 18px; }
 body.woocommerce-cart table.cart td.actions { padding-top: 14px !important; }
 body.woocommerce-cart .cart_totals { padding: 22px 18px; }
}

/* Reusable quantity picker used by WooCommerce product and cart forms. */
body .bdf-quantity {
 display: inline-flex !important;
 align-items: center;
 gap: 10px;
 width: auto;
 margin: 0;
}
body .bdf-quantity__button {
 position: relative;
 z-index: 1;
 isolation: isolate;
 display: inline-grid;
 place-items: center;
 box-sizing: border-box;
 width: 42px;
 height: 42px;
 min-width: 42px;
 min-height: 42px;
 padding: 0;
 background: var(--bdf-surface);
 border: 0;
 border-radius: 50% !important;
 color: var(--bdf-heading);
 font-family: var(--bdf-font-body);
 font-size: 30px;
 font-weight: 400;
 line-height: 1;
 cursor: pointer;
 transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}
body .bdf-quantity__button::after {
 position: absolute;
 z-index: 1;
 inset: -5px;
 content: "";
}
body .bdf-quantity__button svg {
 position: relative;
 z-index: 2;
 width: 20px;
 height: 20px;
 stroke-width: 1.6;
 pointer-events: none;
}
body .bdf-quantity__button:hover,
body .bdf-quantity__button:focus-visible {
 background: var(--bdf-gold);
 color: var(--bdf-white);
}
body .bdf-quantity__button:disabled {
 opacity: .35;
 cursor: default;
}
body .bdf-quantity__button:disabled:hover { background: var(--bdf-surface); color: var(--bdf-heading); }
body .bdf-quantity input.qty {
 width: 38px !important;
 height: 42px !important;
 min-height: 42px !important;
 margin: 0 !important;
 padding: 0 !important;
 background: transparent !important;
 border: 0 !important;
 border-radius: 0 !important;
 box-shadow: none !important;
 color: var(--bdf-heading);
 font-size: 18px !important;
 font-weight: 400;
 line-height: 42px;
 text-align: center;
 appearance: textfield;
 -moz-appearance: textfield;
}
body .bdf-quantity input.qty::-webkit-inner-spin-button,
body .bdf-quantity input.qty::-webkit-outer-spin-button {
 margin: 0;
 appearance: none;
 -webkit-appearance: none;
}

/* Checkout bento: customer details use the wide canvas while the order stays
   compact and easy to scan. WooCommerce's clearfix pseudo-items must be
   removed or they become phantom grid columns. */
body.woocommerce-checkout form.checkout {
 display: grid;
 grid-template-columns: minmax(0, 1.35fr) minmax(320px, .75fr);
 grid-template-areas: "details order";
 column-gap: clamp(22px, 3vw, 42px);
 row-gap: 0;
 align-items: start;
}
body.woocommerce-checkout #customer_details {
 grid-area: details;
 display: grid;
 grid-template-columns: minmax(0, 1fr);
 gap: clamp(20px, 2.4vw, 32px);
 align-items: start;
}
body.woocommerce-checkout #customer_details::before,
body.woocommerce-checkout #customer_details::after { display: none !important; content: none !important; }
body.woocommerce-checkout #customer_details > .col-1,
body.woocommerce-checkout #customer_details > .col-2 {
 box-sizing: border-box;
 min-width: 0;
 padding: clamp(20px, 2.2vw, 30px);
 background: var(--bdf-white);
 border: 1px solid var(--bdf-line-soft);
 border-radius: var(--bdf-radius-lg);
 box-shadow: var(--bdf-shadow-sm);
}
body.woocommerce-checkout #customer_details h3,
body.woocommerce-checkout #order_review_heading {
 font-family: var(--bdf-font-accent);
 font-weight: 400;
 line-height: 1;
}
body.woocommerce-checkout #customer_details h3 { margin: 0 0 24px; font-size: clamp(25px, 2vw, 32px); }
body.woocommerce-checkout .bdf-checkout-recipient-heading {
 margin-bottom: 22px !important;
 font-size: clamp(25px, 2vw, 32px) !important;
}
body.woocommerce-checkout #ship-to-different-address {
 margin: 0 0 22px;
 font-family: var(--bdf-font-body);
 font-size: 16px;
 line-height: 1.3;
}
body.woocommerce-checkout #ship-to-different-address label {
 display: flex;
 align-items: center;
 gap: 10px;
 cursor: pointer;
}
body.woocommerce-checkout #order_review_heading {
 box-sizing: border-box;
 width: 100%;
 margin: 0;
 padding: clamp(22px, 2.2vw, 30px) clamp(20px, 2.2vw, 30px) 18px;
 background: var(--bdf-white);
 border: 1px solid var(--bdf-line-soft);
 border-bottom: 0;
 border-radius: var(--bdf-radius-lg) var(--bdf-radius-lg) 0 0;
 font-size: clamp(27px, 2.3vw, 36px);
}
body.woocommerce-checkout #order_review {
 box-sizing: border-box;
 width: 100%;
 padding: 0 clamp(20px, 2.2vw, 30px) clamp(22px, 2.2vw, 30px);
 background: var(--bdf-white);
 border: 1px solid var(--bdf-line-soft);
 border-top: 0;
 border-radius: 0 0 var(--bdf-radius-lg) var(--bdf-radius-lg);
 box-shadow: var(--bdf-shadow-sm);
}
body.woocommerce-checkout #order_review table.shop_table {
 display: block;
 width: 100%;
 margin-bottom: 20px;
}
body.woocommerce-checkout #order_review table.shop_table > :is(thead, tbody) {
 display: table;
 table-layout: fixed;
 width: 100%;
}
body.woocommerce-checkout #order_review table.shop_table tfoot {
 display: block;
 width: 100%;
}
body.woocommerce-checkout #order_review table.shop_table tfoot > tr {
 display: grid;
 grid-template-columns: minmax(0, 1fr) auto;
 box-sizing: border-box;
 width: 100%;
}
body.woocommerce-checkout #order_review table.shop_table tfoot > tr > :is(th, td) {
 display: block;
 box-sizing: border-box;
}
body.woocommerce-checkout #payment { padding: clamp(16px, 1.8vw, 22px); }
body.woocommerce-checkout .woocommerce-additional-fields { margin-top: 26px; }
body.woocommerce-checkout .bdf-checkout-order {
 grid-area: order;
 position: sticky;
 top: calc(var(--bdf-sticky-offset, var(--bdf-header-height)) + 20px);
 min-width: 0;
 max-height: none;
 overflow: visible;
 transition: top 250ms ease !important;
}

/* Checkout component system. Keep WooCommerce's field names, validation and
   update fragments intact while replacing its default visual language. */
body.woocommerce-checkout form.checkout { color: var(--bdf-text-strong); }
body.woocommerce-checkout #customer_details > .col-1,
body.woocommerce-checkout #customer_details > .col-2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
 border-color: var(--bdf-line);
 box-shadow: none;
}
body.woocommerce-checkout #customer_details > .col-1,
body.woocommerce-checkout #customer_details > .col-2 { padding: clamp(24px, 3vw, 38px); }
body.woocommerce-checkout #customer_details h3 { margin-bottom: 30px; color: var(--bdf-heading); }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper { display: flow-root; }
body.woocommerce-checkout form .form-row { margin-bottom: 20px; }
body.woocommerce-checkout form .form-row label {
 margin-bottom: 8px;
 color: var(--bdf-text-strong);
 font-size: 14px;
 font-weight: 500;
 line-height: 1.35;
}
body.woocommerce-checkout form .form-row .optional {
 color: var(--bdf-note);
 font-size: 12px;
 font-weight: 400;
}
body.woocommerce-checkout form .form-row .required {
 color: var(--bdf-gold-hover);
 font-weight: 500;
 text-decoration: none;
}
body.woocommerce-checkout form .form-row :is(input.input-text, textarea),
body.woocommerce-checkout .bdf-combobox__trigger,
body.woocommerce-checkout .select2-container .select2-selection--single {
 min-height: 48px;
 background: var(--bdf-surface);
 border: 1px solid var(--bdf-line);
 box-shadow: none;
 color: var(--bdf-text-strong);
}
body.woocommerce-checkout form .form-row :is(input.input-text, textarea):hover,
body.woocommerce-checkout .bdf-combobox__trigger:hover,
body.woocommerce-checkout .bdf-combobox.is-open .bdf-combobox__trigger,
body.woocommerce-checkout .select2-container .select2-selection--single:hover {
 background: var(--bdf-surface-hover);
 border-color: var(--bdf-line);
}
body.woocommerce-checkout form .form-row :is(input.input-text, textarea):focus,
body.woocommerce-checkout .bdf-combobox__trigger:focus-visible,
body.woocommerce-checkout .bdf-combobox.is-open .bdf-combobox__trigger,
body.woocommerce-checkout .select2-container--open .select2-selection--single {
 background: var(--bdf-white);
 border-color: var(--bdf-gold);
 box-shadow: 0 0 0 2px rgba(164, 145, 109, .12);
}
body.woocommerce-checkout form .form-row textarea {
 min-height: 148px;
 resize: vertical;
}
body.woocommerce-checkout #e_deliverydate {
 box-shadow: inset 0 0 0 1000px var(--bdf-surface);
 transition: border-color var(--bdf-speed) var(--bdf-ease), box-shadow var(--bdf-speed) var(--bdf-ease);
}
body.woocommerce-checkout #e_deliverydate:hover {
 box-shadow: inset 0 0 0 1000px var(--bdf-surface-hover);
}
body.woocommerce-checkout #e_deliverydate:focus {
 box-shadow: inset 0 0 0 1000px var(--bdf-white), 0 0 0 2px rgba(164, 145, 109, .12);
}

/* Delivery-date calendar. The plugin supplies behavior; the theme owns the UI. */
body.woocommerce-checkout #ui-datepicker-div {
 box-sizing: border-box;
 width: min(340px, calc(100vw - 32px)) !important;
 padding: 12px;
 background: var(--bdf-white) !important;
 border: 1px solid var(--bdf-line) !important;
 border-radius: 0 !important;
 box-shadow: 0 18px 48px rgba(48, 45, 40, .16) !important;
 color: var(--bdf-text-strong);
 font-family: var(--bdf-font-body);
 transform-origin: top left;
 animation: bdf-datepicker-in 180ms cubic-bezier(.2, .75, .25, 1) both !important;
}
@keyframes bdf-datepicker-in {
 from { opacity: 0; transform: translateY(-8px); }
 to { opacity: 1; transform: translateY(0); }
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-header {
 position: relative;
 display: grid;
 grid-template-columns: 42px minmax(0, 1fr) 42px;
 align-items: center;
 min-height: 46px;
 margin: -12px -12px 10px;
 padding: 4px 8px;
 background: var(--bdf-surface) !important;
 border: 0 !important;
 border-bottom: 1px solid var(--bdf-line) !important;
 border-radius: 0 !important;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-title {
 grid-column: 2;
 grid-row: 1;
 margin: 0;
 color: var(--bdf-heading);
 font-size: 16px;
 font-weight: 500;
 line-height: 1.2;
 text-align: center;
}
body.woocommerce-checkout #ui-datepicker-div :is(.ui-datepicker-prev, .ui-datepicker-next) {
 position: relative !important;
 inset: auto !important;
 top: auto !important;
 display: grid;
 grid-row: 1;
 place-items: center;
 width: 38px !important;
 height: 38px !important;
 margin: 0;
 background: transparent !important;
 border: 0 !important;
 border-radius: 50% !important;
 color: var(--bdf-heading);
 cursor: pointer;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-prev { grid-column: 1; }
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-next { grid-column: 3; }
body.woocommerce-checkout #ui-datepicker-div :is(.ui-datepicker-prev, .ui-datepicker-next):not(.ui-state-disabled):hover {
 background: var(--bdf-gold) !important;
 color: var(--bdf-white);
}
body.woocommerce-checkout #ui-datepicker-div :is(.ui-datepicker-prev, .ui-datepicker-next)::before { display: none !important; }
body.woocommerce-checkout #ui-datepicker-div .bdf-datepicker-chevron {
 width: 21px;
 height: 21px;
 stroke: currentColor;
 pointer-events: none;
}
body.woocommerce-checkout #ui-datepicker-div :is(.ui-datepicker-prev, .ui-datepicker-next) .ui-icon {
 position: absolute !important;
 width: 1px !important;
 height: 1px !important;
 overflow: hidden !important;
 clip: rect(0, 0, 0, 0) !important;
 white-space: nowrap;
 background: none !important;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-prev.ui-state-disabled {
 opacity: .25;
 cursor: default;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-calendar {
 width: 100%;
 margin: 0;
 border: 0;
 border-collapse: separate;
 border-spacing: 1px;
 table-layout: fixed;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-calendar :is(th, td) {
 width: auto;
 height: auto;
 padding: 0;
 background: transparent;
 border: 0;
 text-align: center;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-calendar th {
 height: 28px;
 color: var(--bdf-note);
 font-size: 12px;
 font-weight: 500;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-calendar :is(a, td > span) {
 display: grid;
 place-items: center;
 box-sizing: border-box;
 width: 100%;
 aspect-ratio: 1;
 height: auto;
 min-height: 40px;
 margin: 0;
 padding: 8px;
 background: var(--bdf-surface) !important;
 border: 1px solid transparent !important;
 border-radius: 0 !important;
 color: var(--bdf-text-strong) !important;
 font-size: 14px !important;
 font-weight: 400 !important;
 text-align: center;
 text-decoration: none;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-calendar td:not(.ui-state-disabled) a:hover {
 background: #f0ebe2 !important;
 border-color: var(--bdf-gold-light) !important;
 color: var(--bdf-heading) !important;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day a {
 background: var(--bdf-gold) !important;
 border-color: var(--bdf-gold) !important;
 color: var(--bdf-white) !important;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today:not(.ui-datepicker-current-day) a {
 border-color: var(--bdf-gold) !important;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-calendar .ui-state-disabled {
 opacity: .28;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-buttonpane {
 display: flex;
 justify-content: flex-end;
 margin: 10px -12px -12px;
 padding: 10px 12px;
 background: var(--bdf-white) !important;
 border: 0 !important;
 border-top: 1px solid var(--bdf-line) !important;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-buttonpane button {
 width: auto;
 min-height: 36px;
 margin: 0;
 padding: 8px 15px;
 background: transparent !important;
 border: 1px solid var(--bdf-gold-light) !important;
 border-radius: 0 !important;
 color: var(--bdf-gold-hover) !important;
 font-size: 13px !important;
 opacity: 1;
}
body.woocommerce-checkout #ui-datepicker-div .ui-datepicker-buttonpane button:hover {
 background: var(--bdf-gold) !important;
 border-color: var(--bdf-gold) !important;
 color: var(--bdf-white) !important;
}
@media (prefers-reduced-motion: reduce) {
 body.woocommerce-checkout #ui-datepicker-div { animation: none !important; }
}
body.woocommerce-checkout form .form-row.woocommerce-invalid :is(input.input-text, textarea),
body.woocommerce-checkout form .form-row.woocommerce-invalid .bdf-combobox__trigger,
body.woocommerce-checkout form .form-row.woocommerce-invalid .select2-selection--single {
 border-color: #b56b62;
}
body.woocommerce-checkout form .form-row.woocommerce-validated :is(input.input-text, textarea),
body.woocommerce-checkout form .form-row.woocommerce-validated .bdf-combobox__trigger,
body.woocommerce-checkout form .form-row.woocommerce-validated .select2-selection--single {
 border-color: #b8c4af;
}
body.woocommerce-checkout #ship-to-different-address {
 display: none !important;
}
body.woocommerce-checkout .shipping_address { display: block !important; }
body.woocommerce-checkout :is(input[type="checkbox"], input[type="radio"]) {
 position: relative;
 flex: 0 0 18px;
 width: 18px;
 height: 18px;
 min-height: 18px;
 margin: 0;
 padding: 0;
 background: var(--bdf-white);
 border: 1px solid #cfc8bb;
 box-shadow: none;
 appearance: none;
 -webkit-appearance: none;
 cursor: pointer;
}
body.woocommerce-checkout input[type="radio"] { border-radius: 50% !important; }
body.woocommerce-checkout input[type="checkbox"]:checked {
 background-color: var(--bdf-gold);
 border-color: var(--bdf-gold);
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8 3 3 7-7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 background-position: center;
 background-repeat: no-repeat;
 background-size: 14px;
}
body.woocommerce-checkout input[type="radio"]:checked {
 border: 5px solid var(--bdf-gold);
 background: var(--bdf-white);
}
body.woocommerce-checkout :is(input[type="checkbox"], input[type="radio"]):focus-visible {
 outline: 2px solid rgba(164, 145, 109, .34);
 outline-offset: 2px;
}
body.woocommerce-checkout #order_review_heading { color: var(--bdf-heading); }
body.woocommerce-checkout #order_review { color: var(--bdf-text-strong); }
body.woocommerce-checkout #order_review table.shop_table {
 border: 0;
 border-collapse: collapse;
 margin: 0 0 24px;
 background: transparent;
}
body.woocommerce-checkout #order_review table.shop_table :is(th, td) {
 padding: 14px 0;
 background: transparent;
 border: 0;
 border-bottom: 1px solid var(--bdf-line);
 font-size: 14px;
 line-height: 1.45;
}
body.woocommerce-checkout #order_review table.shop_table thead th {
 padding-top: 0;
 color: var(--bdf-note);
 font-size: 12px;
 font-weight: 500;
}
body.woocommerce-checkout #order_review table.shop_table :is(.product-total, td:last-child) {
 padding-left: 18px;
 text-align: right;
 white-space: nowrap;
}
body.woocommerce-checkout #order_review .product-quantity { color: var(--bdf-gold-hover); font-weight: 500; }
body.woocommerce-checkout #order_review table.shop_table tfoot th { color: var(--bdf-heading); font-weight: 500; }
body.woocommerce-checkout #order_review table.shop_table .order-total :is(th, td) {
 padding-top: 18px;
 border-bottom: 0;
 color: var(--bdf-heading);
 font-size: 17px;
}
body.woocommerce-checkout #order_review table.shop_table .order-total .amount {
 color: var(--bdf-gold-hover);
 font-size: 20px;
 font-weight: 500;
}
body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals {
 display: grid;
 grid-template-columns: minmax(0, 1fr);
 box-sizing: border-box;
 width: 100% !important;
}
body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals > th,
body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals > td {
 display: block;
 box-sizing: border-box;
 width: 100%;
 padding-left: 0;
 text-align: left;
 white-space: normal;
}
body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals > th {
 padding-bottom: 9px;
 border-bottom: 0;
}
body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals > td {
 width: 100% !important;
 min-width: 0;
 padding-top: 0;
 padding-right: 0;
 justify-self: stretch;
}
body.woocommerce-checkout #shipping_method {
 display: grid;
 box-sizing: border-box;
 width: 100% !important;
 min-width: 0;
 gap: 7px;
 margin: 0;
 padding: 0;
 list-style: none;
}
body.woocommerce-checkout #shipping_method li {
 display: grid;
 grid-template-columns: 18px minmax(0, 1fr);
 align-items: center;
 box-sizing: border-box;
 width: 100% !important;
 min-width: 0;
 gap: 10px;
 margin: 0;
 padding: 9px 10px;
 background: var(--bdf-surface);
 border: 1px solid transparent;
}
body.woocommerce-checkout #shipping_method li:has(input:checked) {
 background: #f4efe6;
 border-color: var(--bdf-gold-light);
}
body.woocommerce-checkout #shipping_method label {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 min-width: 0;
 gap: 16px;
 margin: 0;
 color: var(--bdf-text-strong);
 font-size: 13px;
 font-weight: 400;
 line-height: 1.35;
 cursor: pointer;
}
body.woocommerce-checkout #shipping_method label .amount {
 flex: 0 0 auto;
 margin-left: auto;
 color: var(--bdf-gold-hover);
 font-weight: 600;
 white-space: nowrap;
}
body.woocommerce-checkout #payment {
 margin: 0;
 padding: 0;
 background: transparent;
}
body.woocommerce-checkout #payment ul.payment_methods {
 display: grid;
 gap: 9px;
 margin: 0 0 22px;
 padding: 0;
 border: 0;
}
body.woocommerce-checkout #payment ul.payment_methods > li {
 display: grid;
 grid-template-columns: auto minmax(0, 1fr);
 align-items: center;
 column-gap: 10px;
 margin: 0;
 padding: 13px 14px;
 background: var(--bdf-surface);
 border: 1px solid transparent;
}
body.woocommerce-checkout #payment ul.payment_methods > li:has(input:checked) {
 background: #f4efe6;
 border-color: var(--bdf-gold-light);
}
body.woocommerce-checkout #payment ul.payment_methods > li > input {
 grid-column: 1;
 margin: 0;
 vertical-align: middle;
}
body.woocommerce-checkout #payment ul.payment_methods > li > label {
 grid-column: 2;
 display: inline-flex;
 align-items: center;
 flex-wrap: nowrap;
 gap: 10px;
 margin: 0;
 color: var(--bdf-heading);
 font-size: 14px;
 font-weight: 500;
 white-space: nowrap;
 cursor: pointer;
}
body.woocommerce-checkout #payment .bdf-payment-logos {
 display: inline-flex;
 align-items: center;
 flex: 0 0 auto;
 gap: 6px;
 margin-left: 0;
}
body.woocommerce-checkout #payment .bdf-payment-logo {
 display: block;
 width: 48px;
 height: 33px;
 max-width: none;
 margin: 0;
 object-fit: contain;
}
body.woocommerce-checkout #payment .bdf-payment-logo--jcc {
 box-sizing: border-box;
 background: var(--bdf-white);
 border: 1px solid #f3f3f3;
 border-radius: 4px;
}
body.woocommerce-checkout #payment .bdf-payment-logo--brand,
body.woocommerce-checkout #payment .bdf-payment-icon-box {
 box-sizing: border-box;
 width: 48px;
 height: 33px;
 background: var(--bdf-white);
 border: 1px solid #f3f3f3;
 border-radius: 4px;
}
body.woocommerce-checkout #payment .bdf-payment-logo--brand {
 padding: 5px 9px;
}
body.woocommerce-checkout #payment .bdf-payment-icon-box {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 color: var(--bdf-gold-hover);
}
body.woocommerce-checkout #payment .bdf-payment-icon {
 width: 23px;
 height: 23px;
}
body.woocommerce-checkout #payment div.payment_box {
 grid-column: 2;
}
body.woocommerce-checkout #payment div.payment_box {
 margin: 12px 0 0;
 padding: 14px;
 background: var(--bdf-white);
 border: 1px solid var(--bdf-line);
 color: var(--bdf-text);
 font-size: 13px;
 line-height: 1.55;
}
body.woocommerce-checkout #payment .woocommerce-info {
 margin: 0;
 padding: 14px 16px;
 background: var(--bdf-neutral);
 border: 0;
 color: var(--bdf-text);
 font-size: 13px;
 line-height: 1.5;
}
body.woocommerce-checkout #payment .woocommerce-info::before { display: none; }
body.woocommerce-cart .woocommerce-shipping-destination { display: none; }
body.woocommerce-checkout #payment .place-order {
 margin: 0;
 padding: 20px 0 0;
 border-top: 1px solid var(--bdf-line);
}
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper { margin-bottom: 18px; }
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions { padding: 14px; background: var(--bdf-surface); border: 1px solid var(--bdf-line); }
body.woocommerce-checkout #payment .validate-required label.checkbox {
 position: relative;
 display: block;
 margin: 0;
 padding-left: 28px;
 color: var(--bdf-text);
 font-size: 13px;
 font-weight: 400;
 line-height: 1.45;
}
body.woocommerce-checkout #payment .validate-required label.checkbox input[type="checkbox"] {
 position: absolute;
 top: calc((1.45em - 18px) / 2);
 left: 0;
 margin: 0 !important;
}
body.woocommerce-checkout #payment .validate-required label.checkbox a {
 color: var(--bdf-gold-hover);
 font-size: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
 text-decoration: underline;
 text-underline-offset: 2px;
}
body.woocommerce-checkout #payment #place_order {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 min-height: 54px;
 margin: 0;
 padding: 14px 24px;
 background: var(--bdf-gold) !important;
 border: 1px solid var(--bdf-gold) !important;
 color: var(--bdf-white) !important;
 font-size: 15px;
 font-weight: 500;
}
body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout #payment #place_order:focus-visible {
 background: var(--bdf-gold-hover) !important;
 border-color: var(--bdf-gold-hover) !important;
}
body.woocommerce-checkout :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
 margin: 0 0 24px;
 padding: 15px 18px;
 background: var(--bdf-neutral);
 border: 1px solid var(--bdf-line);
 color: var(--bdf-text-strong);
 font-size: 14px;
 line-height: 1.5;
}
body.woocommerce-checkout .woocommerce-error { border-color: #d8b1ac; background: #fbf5f4; }
body.woocommerce-checkout :is(.woocommerce-error, .woocommerce-message, .woocommerce-info)::before { display: none; }
body.woocommerce-checkout form .form-row :is(.woocommerce-error, .woocommerce-error li, .woocommerce-error-message, .validation-error, span.error) {
 margin: 10px 0 0;
 padding: 0;
 background: transparent;
 border: 0;
 color: #a74d45;
 font-size: 16px;
 line-height: 1.5;
}

/* Order confirmation */
body.woocommerce-order-received .bdf-pagehead { display: none; }
body.woocommerce-order-received .bdf-section { padding-block: clamp(46px, 7vw, 92px); }
body.woocommerce-order-received .bdf-thankyou { max-width: 1040px; margin-inline: auto; }
body.woocommerce-order-received .bdf-thankyou__hero {
 max-width: 760px;
 margin: 0 auto clamp(34px, 5vw, 56px);
 text-align: center;
}
body.woocommerce-order-received .bdf-thankyou__mark {
 display: grid;
 place-items: center;
 width: 72px;
 height: 72px;
 margin: 0 auto 24px;
 background: var(--bdf-gold);
 color: var(--bdf-white);
 font-size: 32px;
}
body.woocommerce-order-received .bdf-thankyou__mark svg {
 width: 34px;
 height: 34px;
 fill: none;
 stroke: currentColor;
 stroke-width: 1.6;
 stroke-linecap: round;
 stroke-linejoin: round;
}
body.woocommerce-order-received .bdf-thankyou__hero--failed .bdf-thankyou__mark { background: #a74d45; }
body.woocommerce-order-received .bdf-thankyou__eyebrow {
 margin: 0 0 12px;
 color: var(--bdf-gold-hover);
 font-size: 13px;
 font-weight: 500;
 letter-spacing: .12em;
 text-transform: uppercase;
}
body.woocommerce-order-received .bdf-thankyou__hero h1 {
 margin: 0 0 18px;
 color: var(--bdf-heading);
 font-family: var(--bdf-font-accent);
 font-size: clamp(42px, 6vw, 68px);
 font-weight: 400;
 letter-spacing: -.015em;
 line-height: 1.04;
}
body.woocommerce-order-received .bdf-thankyou__hero > p:last-child {
 max-width: 620px;
 margin: 0 auto;
 color: var(--bdf-text);
 font-size: clamp(16px, 1.7vw, 19px);
 line-height: 1.65;
}
body.woocommerce-order-received .bdf-thankyou__overview {
 display: grid;
 grid-template-columns: repeat(4, minmax(0, 1fr));
 margin-bottom: 24px;
 border: 1px solid var(--bdf-line);
 background: var(--bdf-white);
}
body.woocommerce-order-received .bdf-thankyou__overview > div {
 min-width: 0;
 padding: 24px;
 border-right: 1px solid var(--bdf-line);
}
body.woocommerce-order-received .bdf-thankyou__overview > div:last-child { border-right: 0; }
body.woocommerce-order-received .bdf-thankyou__overview span,
body.woocommerce-order-received .bdf-thankyou__overview strong { display: block; }
body.woocommerce-order-received .bdf-thankyou__overview span {
 margin-bottom: 8px;
 color: var(--bdf-note);
 font-size: 13px;
}
body.woocommerce-order-received .bdf-thankyou__overview strong {
 color: var(--bdf-heading);
 font-size: 16px;
 font-weight: 500;
 overflow-wrap: anywhere;
}
body.woocommerce-order-received .bdf-thankyou__overview .amount {
 color: var(--bdf-gold-hover);
 white-space: nowrap;
}
body.woocommerce-order-received .bdf-thankyou__actions {
 display: flex;
 justify-content: center;
 gap: 12px;
 margin: 0 0 clamp(48px, 7vw, 76px);
}
body.woocommerce-order-received .bdf-thankyou__actions .button {
 min-width: 190px;
 margin: 0;
 text-align: center;
}
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
 margin: 0 0 24px;
 padding: clamp(24px, 4vw, 40px);
 border: 1px solid var(--bdf-line);
 background: var(--bdf-white);
}
body.woocommerce-order-received :is(.woocommerce-order-details__title, .woocommerce-column__title) {
 margin: 0 0 24px;
 color: var(--bdf-heading);
 font-family: var(--bdf-font-accent);
 font-size: clamp(28px, 3vw, 38px);
 font-weight: 400;
}
body.woocommerce-order-received table.shop_table { margin: 0; border: 0; border-collapse: collapse; }
body.woocommerce-order-received table.shop_table :is(th, td) {
 padding: 15px 0;
 border-width: 0 0 1px;
 border-color: var(--bdf-line);
}
body.woocommerce-order-received table.shop_table :is(th, td):last-child { text-align: right; }
body.woocommerce-order-received table.shop_table .order-total :is(th, td) { border-bottom: 0; font-size: 20px; }
body.woocommerce-order-received table.shop_table .order-total .amount { color: var(--bdf-gold-hover); }
body.woocommerce-order-received .woocommerce-customer-details address {
 padding: 0;
 border: 0;
 color: var(--bdf-text);
 font-style: normal;
 line-height: 1.7;
}

@media (max-width: 760px) {
 body.woocommerce-order-received .bdf-section { padding-block: 38px 54px; }
 body.woocommerce-order-received .bdf-thankyou__mark { width: 62px; height: 62px; margin-bottom: 20px; }
 body.woocommerce-order-received .bdf-thankyou__overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 body.woocommerce-order-received .bdf-thankyou__overview > div { padding: 18px; border-bottom: 1px solid var(--bdf-line); }
 body.woocommerce-order-received .bdf-thankyou__overview > div:nth-child(2n) { border-right: 0; }
 body.woocommerce-order-received .bdf-thankyou__overview > div:nth-last-child(-n + 2) { border-bottom: 0; }
 body.woocommerce-order-received .bdf-thankyou__actions { flex-direction: column; }
 body.woocommerce-order-received .bdf-thankyou__actions .button { width: 100%; }
}
/* WooCommerce blocks the form during its AJAX total refresh. Keep the guard
   in place, but remove its dated spinner, dimming and visual flash. */
body.woocommerce-checkout form.checkout .blockUI.blockOverlay {
 background: transparent !important;
 background-image: none !important;
 opacity: 0 !important;
 cursor: default !important;
}
body.woocommerce-checkout form.checkout .blockUI.blockOverlay::before,
body.woocommerce-checkout form.checkout .blockUI.blockOverlay::after {
 display: none !important;
 content: none !important;
 animation: none !important;
 background: none !important;
}

@media (max-width: 900px) {
 body.woocommerce-checkout form.checkout {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "details" "order";
  column-gap: 0;
 }
 body.woocommerce-checkout #customer_details { grid-template-columns: minmax(0, 1fr); }
 body.woocommerce-checkout .bdf-checkout-order {
  position: static;
  max-height: none;
  overflow: visible;
 }
 body.woocommerce-checkout #order_review_heading { margin-top: clamp(28px, 8vw, 42px); }
}

@media (min-width: 901px) and (max-width: 1180px) {
 body.woocommerce-checkout #customer_details { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 619px) {
 body.woocommerce-checkout #customer_details > .col-1,
 body.woocommerce-checkout #customer_details > .col-2 { padding: 20px 18px; }
 body.woocommerce-checkout #order_review_heading { padding: 22px 18px 16px; }
 body.woocommerce-checkout #order_review { padding: 0 18px 22px; }
 body.woocommerce-checkout #order_review table.shop_table :is(th, td) { padding-block: 12px; }
 body.woocommerce-checkout #shipping_method li { padding: 10px; }
}
body.single-product .bdf-section { padding-top: clamp(22px, 2.5vw, 36px); padding-bottom: 0; }
body.single-product .bdf-crumbs { margin: 0 0 24px; line-height: 1.4; }
body.single-product .bdf-crumbs,
body.single-product .bdf-crumbs * { font-size: 14px !important; line-height: inherit; }
body .bdf-pagehead__title {
 font-family: var(--bdf-font-accent);
 font-size: clamp(36px, 4vw, 54px);
 font-weight: 400;
 line-height: .95 !important;
}
body .bdf-pagehead .bdf-crumbs {
 margin-top: 16px;
 font-family: var(--bdf-font-body);
 font-size: 14px !important;
 font-weight: 400;
 line-height: 1.4;
}
body .bdf-pagehead .bdf-crumbs * {
 font-size: 14px !important;
 line-height: inherit;
}
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters {
 position: sticky;
 top: var(--bdf-sticky-offset, var(--bdf-header-height));
 z-index: 120;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 14px;
 margin: 0 0 28px;
 padding: 15px 0;
 border-top: 0;
 border-bottom: 0;
 background: var(--bdf-white);
 transition: top 250ms ease !important;
}
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters::before {
 position: absolute;
 z-index: -1;
 top: 0;
 bottom: 0;
 left: 50%;
 width: 100vw;
 transform: translateX(-50%);
 background: var(--bdf-white);
 border-bottom: 1px solid var(--bdf-line);
 content: "";
 pointer-events: none;
}
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters__panel {
 flex: 1 1 auto;
 align-items: center;
}
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters__field { flex: 0 1 240px; }
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters > .woocommerce-ordering {
 flex: 0 0 auto;
 margin: 0 0 0 auto;
}
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters__active {
 flex-basis: 100%;
 margin-top: 0;
}
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters :is(
 .bdf-combobox__trigger,
 .bdf-combobox__value,
 .bdf-combobox__option,
 .bdf-filters__check
) {
 font-size: 1rem !important;
}
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-shop__results {
 margin: 0 0 14px;
}
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-shop__results .woocommerce-result-count {
 display: block;
 float: none !important;
}
@media(max-width: 720px) {
 body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters {
  align-items: stretch;
  border-right: 0;
  border-left: 0;
 }
 body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters__top { display: none; }
 body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters__panel,
 body.bdf-js:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters__panel:not(.is-open) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  flex-basis: 100%;
  gap: 10px;
  padding: 0;
  border-top: 0;
 }
 body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters__field {
  min-width: 0;
 }
 body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters__check {
  min-height: 48px;
  margin: 0;
  padding-inline: 2px;
  white-space: nowrap;
 }
 body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters > .woocommerce-ordering {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
 }
 body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag) .bdf-filters > .woocommerce-ordering .bdf-combobox {
  width: 100%;
  min-width: 0;
 }
}
body.single-product .product_meta,
body.single-product .product_meta * { font-size: 14px !important; line-height: 1.4; }
/* Editorial 4:3 product gallery with contained imagery and carousel controls. */
body.single-product .woocommerce-product-gallery {
 position: relative;
 container-type: inline-size;
 /* WooCommerce hides the LCP image inline until its slider JavaScript runs. */
 opacity: 1 !important;
}
body.single-product .woocommerce-product-gallery .flex-viewport,
body.single-product .woocommerce-product-gallery__wrapper {
 aspect-ratio: 4 / 3;
 height: auto !important;
 background: #f7f5f1;
 overflow: hidden;
}
body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
 aspect-ratio: auto;
 height: 100% !important;
}
body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image > a {
 display: flex !important;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image { height: 100% !important; }
body.single-product .woocommerce-product-gallery__image > a > img {
 width: 100% !important;
 height: 100% !important;
 object-fit: contain;
}
body.single-product .woocommerce-product-gallery__trigger {
 position: absolute !important;
 box-sizing: border-box !important;
 top: 18px !important;
 right: 18px !important;
 z-index: 8 !important;
 display: grid !important;
 place-items: center;
 width: 46px !important;
 height: 46px !important;
 background: rgba(255,255,255,.94) !important;
 color: var(--bdf-heading) !important;
 border: 1px solid rgba(45,42,38,.12) !important;
 box-shadow: 0 8px 28px rgba(30,26,22,.12);
 transition: background-color 220ms ease, color 220ms ease !important;
}
body.single-product .woocommerce-product-gallery__trigger::before,
body.single-product .woocommerce-product-gallery__trigger::after { display: none !important; }
body.single-product .woocommerce-product-gallery__trigger:is(:hover, :focus-visible) {
 background: #000 !important;
 border-color: #000 !important;
 color: #fff !important;
}
body.single-product .woocommerce-product-gallery__trigger svg { width: 22px; height: 22px; stroke: currentColor; }
.bdf-product-gallery__arrow {
 position: absolute;
 top: 37.5cqw;
 z-index: 7;
 display: grid;
 place-items: center;
 width: 46px;
 height: 46px;
 padding: 0;
 color: var(--bdf-heading);
 background: rgba(255,255,255,.92);
 border: 1px solid rgba(45,42,38,.12);
 box-shadow: 0 7px 24px rgba(30,26,22,.1);
 transform: translateY(-50%);
 transition: background-color 220ms ease, color 220ms ease !important;
}
.bdf-product-gallery__arrow--prev { left: 16px; }
.bdf-product-gallery__arrow--next { right: 16px; }
.bdf-product-gallery__arrow:is(:hover, :focus-visible) {
 color: #fff !important;
 background: #000 !important;
 border-color: #000 !important;
}
.bdf-product-gallery__arrow svg { width: 21px; height: 21px; stroke: currentColor; pointer-events: none; }
body.single-product .woocommerce-product-gallery .flex-control-thumbs {
 display: flex !important;
 flex-wrap: nowrap !important;
 gap: 10px;
 width: 100%;
 margin-top: 12px;
 padding: 0 0 5px;
 overflow-x: auto !important;
 overflow-y: hidden !important;
 overscroll-behavior-inline: contain;
 scroll-behavior: smooth;
 scroll-snap-type: x proximity;
 scrollbar-width: thin;
 scrollbar-color: var(--bdf-gold) transparent;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
 flex: 0 0 clamp(72px, 17%, 96px);
 width: auto !important;
 aspect-ratio: 1 / 1;
 scroll-snap-align: start;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
 width: 100% !important;
 height: 100% !important;
 object-fit: cover;
 opacity: .6;
 cursor: pointer;
 transition: opacity 220ms ease, border-color 220ms ease !important;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover,
body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active { opacity: 1; }
@media(max-width: 600px) {
 .bdf-product-gallery__arrow { width: 40px; height: 40px; }
 .bdf-product-gallery__arrow--prev { left: 10px; }
 .bdf-product-gallery__arrow--next { right: 10px; }
 body.single-product .woocommerce-product-gallery__trigger { top: 10px !important; right: 10px !important; width: 40px !important; height: 40px !important; }
 body.single-product form.cart {
  align-items: center;
 }
 body.single-product form.cart .single_add_to_cart_button {
  grid-column: 2;
  width: 100%;
 }
 body.single-product form.cart .bdf-quantity {
  grid-column: 1;
  align-self: center;
 }
}
body.single-product .bdf-product__description { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--bdf-line); }
body.single-product .bdf-product__description h2 { margin: 0 0 16px; font-family: var(--bdf-font-accent); font-size: clamp(27px, 2.4vw, 36px); font-weight: 400; }
body.single-product .bdf-related-carousel {
 margin: 0;
 padding-top: clamp(72px, 8vw, 120px);
 padding-bottom: clamp(28px, 3vw, 40px);
}
body.single-product .bdf-related-carousel__head { margin-bottom: clamp(30px, 4vw, 48px); text-align: left; }
body.single-product .bdf-related-carousel__head h2 {
 margin: 0;
 font-family: var(--bdf-font-accent);
 font-size: clamp(36px, 4vw, 54px);
 font-weight: 400;
 line-height: 1 !important;
}
body.single-product .bdf-related-carousel .bdf-carousel__nav { margin-top: 32px; }
body.single-product .bdf-related-carousel .bdf-carousel__track {
 display: flex !important;
 width: 100%;
 grid-template-columns: none;
}
body.single-product .bdf-related-carousel .bdf-carousel__track > .bdf-card {
 flex: 0 0 calc(78% - var(--bdf-gap)) !important;
 width: calc(78% - var(--bdf-gap)) !important;
}
@media(min-width: 640px) {
 body.single-product .bdf-related-carousel .bdf-carousel__track > .bdf-card {
  flex-basis: calc(50% - var(--bdf-gap) / 2) !important;
  width: calc(50% - var(--bdf-gap) / 2) !important;
 }
}
@media(min-width: 900px) {
 body.single-product .bdf-related-carousel .bdf-carousel__track > .bdf-card {
  flex-basis: calc(33.333% - var(--bdf-gap) * 2 / 3) !important;
  width: calc(33.333% - var(--bdf-gap) * 2 / 3) !important;
 }
}
@media(min-width: 1200px) {
 body.single-product .bdf-related-carousel .bdf-carousel__track > .bdf-card {
  flex-basis: calc(25% - var(--bdf-gap) * 3 / 4) !important;
  width: calc(25% - var(--bdf-gap) * 3 / 4) !important;
 }
}
body :is(button, [role="button"], .button, .bdf-btn, input[type="submit"], input[type="button"], input[type="reset"], .wp-element-button, .wp-block-button__link),
body :is(button, [role="button"], .button, .bdf-btn, .wp-element-button, .wp-block-button__link) * {
 text-transform: none !important;
 font-weight: 400 !important;
 font-size: 1rem !important;
}
*, *::before, *::after { transition-duration: 150ms !important; }
.bdf-header { transition-duration: 250ms, 150ms, 150ms !important; }
.bdf-drawer { transition-duration: 300ms !important; }
body .bdf-drawer__list > .menu-item > a { font-size: clamp(20px, 5vw, 24px) !important; color: #d8c7a7; }
body .bdf-drawer__list > .menu-item > a:hover,
body .bdf-drawer__list > .current-menu-item > a { color: #fff; }
body .bdf-drawer .sub-menu a { font-size: clamp(20px, 5vw, 24px) !important; color: #d8c7a7; }

/* Soft, one-time content reveals shared with the Yiatros and Master Na Chas sites. */
.bdf-js .bdf-reveal-item {
 opacity: 0;
 transform: translate3d(0, 12px, 0);
 transition-property: opacity, transform !important;
 transition-duration: 600ms !important;
 transition-delay: var(--bdf-reveal-delay, 0ms) !important;
 transition-timing-function: cubic-bezier(.32, .15, 0, 1.01) !important;
 will-change: opacity, transform;
}
.bdf-js .bdf-reveal-item.is-bdf-reveal-visible {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
 .bdf-js .bdf-reveal-item {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
 }
}

/* Consistent optical tracking for the Forum display face. */
:is(
 .highlight-font,
 .bdf-accent,
 blockquote,
 .bdf-header__brand-text,
 .bdf-drawer__title,
 .bdf-tile__kicker,
 .bdf-call__label,
 .bdf-empty__code,
 .bdf-newsletter__brand,
 .bdf-intro h1,
 .bdf-sec-head__title,
 .bdf-collection h2,
 .bdf-personal h2,
 .bdf-home-promise strong,
 .bdf-home-category__title,
 .bdf-home-story h2,
 .bdf-empty-cart h1,
 .bdf-cart-items-heading,
 .cart_totals > h2,
 #customer_details h3,
 #order_review_heading,
 .bdf-pagehead__title,
 .bdf-product__description h2,
 .bdf-related-carousel__head h2
) {
 letter-spacing: -0.015em;
}
