/* BBC Shop — front end. Uses the Beaded by Chloe theme tokens with fallbacks. */
.bbc-grid-wrap, .bbc-product, .bbc-shop-head, .bbc-partners, .bbc-club-wrap, .bbc-icons {
	--bbc-ink: var(--wp--preset--color--ink, #2B1D24);
	--bbc-muted: var(--wp--preset--color--muted, #5E4953);
	--bbc-berry: var(--wp--preset--color--berry, #A8325A);
	--bbc-berry-dark: var(--wp--preset--color--berry-dark, #8A2749);
	--bbc-blush: var(--wp--preset--color--blush, #F3E3E8);
	--bbc-line: var(--wp--preset--color--line, #EADCD8);
	--bbc-display: var(--wp--preset--font-family--display, Georgia, serif);
	--bbc-r-md: var(--wp--custom--radius--md, 24px);
}
.bbc-tint-1 { background: var(--wp--preset--color--rose-tint, #F6E4E9); }
.bbc-tint-2 { background: var(--wp--preset--color--sage-tint, #E6EFEA); }
.bbc-tint-3 { background: var(--wp--preset--color--lilac-tint, #EEE8F5); }
.bbc-tint-4 { background: var(--wp--preset--color--honey-tint, #F7EEDD); }
.bbc-empty { color: var(--bbc-muted); padding: 2rem 0; }
.bbc-grid-wrap .screen-reader-text, .bbc-product .screen-reader-text, .bbc-icons .screen-reader-text, .bbc-partners .screen-reader-text {
	position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

/* Hearts */
.bbc-heart {
	position: absolute; top: 12px; right: 12px; z-index: 1;
	width: 44px; height: 44px; border: 0; border-radius: 50%;
	background: #fff; color: var(--bbc-berry);
	display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.bbc-heart[aria-pressed="true"] svg { fill: currentColor; }
.bbc-heart:focus-visible { outline: 2px solid var(--bbc-berry); outline-offset: 3px; }

/* Grid + cards */
.bbc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr)); gap: 2.25rem 1.5rem; }
.bbc-card { position: relative; display: flex; flex-direction: column; gap: 0.75rem; }
.bbc-card p { margin: 0; }
.bbc-card__media { position: relative; aspect-ratio: 600 / 660; border-radius: var(--bbc-r-md); overflow: hidden; }
.bbc-card__img-link { display: block; height: 100%; text-decoration: none; }
.bbc-card__img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.bbc-card:hover .bbc-card__img { transform: scale(1.04); }
.bbc-card__placeholder { display: flex; height: 100%; align-items: center; justify-content: center; color: var(--bbc-muted); font-size: 0.9rem; }
.bbc-badge { position: absolute; left: 12px; top: 12px; padding: 4px 12px; border-radius: 999px; background: var(--bbc-ink); color: #fff; font-size: 0.8rem; font-weight: 700; }
.bbc-card.is-sold-out .bbc-card__img { opacity: 0.6; }
.bbc-card__row { display: flex; justify-content: space-between; align-items: baseline; gap: 0.75rem; }
.bbc-card__style { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bbc-berry); }
.bbc-card__title { margin: 0.2rem 0 0; font-family: var(--bbc-display); font-weight: 400; font-size: 1.3rem; line-height: 1.2; }
.bbc-card__title a { color: var(--bbc-ink); text-decoration: none; }
.bbc-card__title a:hover { color: var(--bbc-berry); }
.bbc-card__price { font-weight: 700; white-space: nowrap; }
.bbc-card__tagline { color: var(--bbc-muted); font-size: 0.95rem; }
.bbc-card__swatches { display: flex; align-items: center; flex-wrap: wrap; gap: 2px; }
.bbc-swatch {
	position: relative; width: 44px; height: 44px; padding: 0; border: 2px solid transparent; border-radius: 50%;
	background: transparent; display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.bbc-swatch span, .bbc-option__dot { display: block; width: 26px; height: 26px; border-radius: 50%; background: var(--bbc-swatch, #E79AB0); box-shadow: inset 0 0 0 1px rgba(43, 29, 36, 0.15); }
.bbc-swatch.is-on { border-color: var(--bbc-ink); }
.bbc-swatch.is-out span { opacity: 0.35; }
.bbc-swatch.is-out::after { content: ""; position: absolute; width: 30px; height: 2px; background: var(--bbc-muted); transform: rotate(-45deg); }
.bbc-card__sel { margin-left: 6px; font-size: 0.9rem; color: var(--bbc-muted); }
.bbc-card__cta {
	display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px;
	border: 1.5px solid var(--bbc-ink); color: var(--bbc-ink); font-weight: 700; text-decoration: none;
}
.bbc-card__cta:hover { background: var(--bbc-ink); color: #fff; }
.bbc-pager { margin-top: 3rem; display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; }
.bbc-pager .page-numbers { min-width: 44px; min-height: 44px; padding: 0 0.9rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; color: var(--bbc-ink); }
.bbc-pager .page-numbers.current { background: var(--bbc-ink); color: #fff; }

/* Shop header */
.bbc-shop-head { padding-block: clamp(2.5rem, 5vw, 4rem) 2rem; }
.bbc-shop-head__title { margin: 0; }
.bbc-shop-head__desc { color: var(--bbc-muted); max-width: 38em; margin-top: 0.75rem; }
.bbc-chips { list-style: none; margin: 1.5rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.bbc-chip { display: inline-flex; align-items: center; min-height: 44px; padding: 0 1.1rem; border-radius: 999px; border: 1.5px solid #D9C8CE; color: var(--bbc-ink); text-decoration: none; font-weight: 500; }
.bbc-chip:hover { border-color: var(--bbc-ink); }
.bbc-chip[aria-current="page"] { background: var(--bbc-ink); border-color: var(--bbc-ink); color: #fff; font-weight: 700; }
.bbc-main--shop { padding-bottom: clamp(3.5rem, 7vw, 6rem); }

/* Product page */
.bbc-product { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); padding-block: clamp(2rem, 5vw, 4rem); align-items: start; }
.bbc-product__main { position: relative; aspect-ratio: 600 / 660; border-radius: var(--wp--custom--radius--lg, 32px); overflow: hidden; }
.bbc-product__img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bbc-heart--lg { top: 16px; right: 16px; }
.bbc-product__thumbs { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.bbc-thumb { padding: 0; border: 2px solid transparent; border-radius: 14px; overflow: hidden; background: none; cursor: pointer; width: 76px; }
.bbc-thumb img { display: block; width: 100%; height: auto; }
.bbc-thumb[aria-current="true"] { border-color: var(--bbc-ink); }
.bbc-product__info { position: sticky; top: 1.5rem; }
.bbc-product__info > * { margin-block: 0 1rem; }
.bbc-product__style a { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bbc-berry); text-decoration: none; }
.bbc-product__title { font-size: clamp(2.25rem, 4vw, 3.25rem); margin-bottom: 0.5rem; }
.bbc-product__price { font-size: 1.5rem; font-weight: 700; }
.bbc-product__tagline { color: var(--bbc-muted); font-size: 1.1rem; }
.bbc-options { border: 0; padding: 0; margin: 1.5rem 0; }
.bbc-options legend { font-weight: 700; margin-bottom: 0.75rem; padding: 0; }
.bbc-options legend span { font-weight: 400; color: var(--bbc-muted); }
.bbc-options__list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.bbc-option { position: relative; display: inline-flex; align-items: center; gap: 0.6rem; min-height: 48px; padding: 0 1rem 0 0.5rem; border: 1.5px solid #D9C8CE; border-radius: 999px; cursor: pointer; background: #fff; }
.bbc-option input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.bbc-option:has(input:checked) { border-color: var(--bbc-ink); box-shadow: inset 0 0 0 1px var(--bbc-ink); }
.bbc-option:has(input:focus-visible) { outline: 2px solid var(--bbc-berry); outline-offset: 3px; }
.bbc-option.is-out { opacity: 0.55; cursor: not-allowed; }
.bbc-option__out { font-size: 0.8rem; color: var(--bbc-muted); }
.bbc-stock { font-weight: 500; color: #2E6B45; }
.bbc-stock.is-out { color: var(--bbc-muted); }
.bbc-add { width: 100%; min-height: 56px; border: 0; border-radius: 999px; background: var(--bbc-berry); color: #fff; font: 700 1.05rem var(--wp--preset--font-family--body, system-ui, sans-serif); cursor: pointer; }
.bbc-add:hover:not(:disabled) { background: var(--bbc-berry-dark); }
.bbc-add:disabled { background: #C9B3BC; cursor: not-allowed; }
.bbc-soon { font-size: 0.9rem; color: var(--bbc-muted); text-align: center; }
.bbc-product__desc { border-top: 1px solid var(--bbc-line); padding-top: 1.5rem; margin-top: 1.5rem; line-height: 1.7; }
.bbc-related { padding-block: 2rem clamp(3rem, 6vw, 5rem); }
.bbc-related h2 { margin: 0 0 2rem; }

/* Header icons */
.bbc-icons { display: flex; align-items: center; gap: 0.25rem; }
.bbc-icon { position: relative; width: 44px; height: 44px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: var(--bbc-ink); }
.bbc-icon:hover { background: var(--bbc-blush); color: var(--bbc-ink); }
.bbc-count { position: absolute; top: 3px; right: 0; min-width: 18px; height: 18px; padding: 0 4px; box-sizing: border-box; border-radius: 9px; background: var(--bbc-berry); color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.bbc-count[hidden] { display: none; }

/* Partners */
.bbc-partners { padding-block: clamp(2.5rem, 5vw, 4rem); }
.bbc-partners__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 0.75rem 2rem; margin-bottom: 2rem; }
.bbc-partners__title { margin: 0; }
.bbc-partners__note { margin: 0; color: var(--bbc-muted); font-size: 0.9rem; max-width: 30em; }
.bbc-partners__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 14rem), 1fr)); gap: 1rem; }
.bbc-partner a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; min-height: 8rem; padding: 1.75rem 1rem 1rem; border: 1px solid var(--bbc-line); border-radius: 20px; background: #fff; color: var(--bbc-ink); text-decoration: none; text-align: center; }
.bbc-partner a:hover { border-color: var(--bbc-ink); }
.bbc-partner__logo { max-height: 56px; width: auto; max-width: 80%; object-fit: contain; }
.bbc-partner__name { font-family: var(--bbc-display); font-size: 1.25rem; }
.bbc-partner__label { position: absolute; top: 10px; right: 10px; padding: 2px 8px; border-radius: 10px; background: var(--bbc-blush); color: var(--bbc-berry-dark); font-size: 11px; font-weight: 700; }
.bbc-partner__tagline { font-size: 0.85rem; color: var(--bbc-muted); }
.bbc-partners--product .bbc-partners__title { font-size: var(--wp--preset--font-size--large, 1.75rem); }

/* Bead club form */
.bbc-club-wrap { flex: 1 1 20rem; max-width: 32rem; }
.bbc-club-form label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.4rem; }
.bbc-club-form__row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.bbc-club-form input[type="email"] { flex: 1 1 12rem; min-height: 52px; box-sizing: border-box; padding: 0 1.1rem; border-radius: 999px; border: 1.5px solid var(--bbc-ink); background: #fff; font: 1rem var(--wp--preset--font-family--body, system-ui, sans-serif); }
.bbc-club-form button { min-height: 52px; padding: 0 1.8rem; border: 0; border-radius: 999px; background: var(--bbc-ink); color: #fff; font: 700 1rem var(--wp--preset--font-family--body, system-ui, sans-serif); cursor: pointer; }
.bbc-club-form button:hover { background: var(--bbc-berry); }
.bbc-club-form__small { font-size: 0.8rem; color: var(--bbc-muted); margin: 0.6rem 0 0; }
.bbc-club-form__msg { margin: 0.75rem 0 0; font-weight: 700; }
.bbc-club-form__msg--ok, .bbc-club-form__msg--exists { color: #2E6B45; }
.bbc-club-form__msg--invalid, .bbc-club-form__msg--slow { color: var(--bbc-berry-dark); }
.bbc-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 781px) {
	.bbc-product { grid-template-columns: 1fr; }
	.bbc-product__info { position: static; }
}
@media (max-width: 600px) {
	.bbc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem 0.75rem; }
	.bbc-card__row { flex-direction: column; gap: 0.2rem; }
	.bbc-card__title { font-size: 1.1rem; }
	.bbc-card__sel, .bbc-card__tagline { display: none; }
	.bbc-swatch { width: 40px; }
	.bbc-heart { top: 6px; right: 6px; }
}
@media (prefers-reduced-motion: reduce) {
	.bbc-card__img { transition: none; }
}

/* ---------- Buy box (product page) ---------- */
.bbc-buy { display: flex; gap: 0.75rem; }
.bbc-buy .bbc-add { flex: 1; }
.bbc-qty select { height: 56px; min-width: 5rem; padding: 0 1rem; border: 1.5px solid #D9C8CE; border-radius: 999px; background: #fff; font: inherit; }
.bbc-added { font-weight: 500; }
.bbc-added a { color: var(--bbc-berry); font-weight: 700; }

/* ---------- Cart + checkout shared ---------- */
.bbc-cart, .bbc-checkout, .bbc-thanks {
	--bbc-ink: var(--wp--preset--color--ink, #2B1D24);
	--bbc-muted: var(--wp--preset--color--muted, #5E4953);
	--bbc-berry: var(--wp--preset--color--berry, #A8325A);
	--bbc-berry-dark: var(--wp--preset--color--berry-dark, #8A2749);
	--bbc-blush: var(--wp--preset--color--blush, #F3E3E8);
	--bbc-line: var(--wp--preset--color--line, #EADCD8);
	--bbc-display: var(--wp--preset--font-family--display, Georgia, serif);
	padding-bottom: clamp(3rem, 6vw, 5rem);
}
.bbc-cart { display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem); gap: 2rem 3rem; align-items: start; }
.bbc-cart > .bbc-notice, .bbc-cart > .bbc-empty, .bbc-cart > .bbc-empty__cta, .bbc-cart__loading { grid-column: 1 / -1; }
.bbc-empty__cta { display: inline-flex; padding: 0 1.75rem; }
.bbc-notice { margin: 0; padding: 0.85rem 1.1rem; border-radius: 14px; background: var(--bbc-blush); color: var(--bbc-berry-dark); font-weight: 500; }
.bbc-lines { list-style: none; margin: 0; padding: 0; }
.bbc-line { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 1rem; align-items: start; padding: 1.1rem 0; border-bottom: 1px solid var(--bbc-line); }
.bbc-line:first-child { border-top: 1px solid var(--bbc-line); }
.bbc-line__img { width: 72px; aspect-ratio: 600 / 660; border-radius: 12px; overflow: hidden; background: var(--bbc-blush); }
.bbc-line__img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bbc-line__info { display: flex; flex-direction: column; gap: 0.2rem; }
.bbc-line__name { font-family: var(--bbc-display); font-size: 1.2rem; color: var(--bbc-ink); text-decoration: none; }
.bbc-line__name:hover { color: var(--bbc-berry); }
.bbc-line__var { color: var(--bbc-muted); font-size: 0.95rem; }
.bbc-line__price { font-weight: 700; white-space: nowrap; }
.bbc-line__qty { display: flex; align-items: center; gap: 0.25rem; margin-top: 0.5rem; flex-wrap: wrap; }
.bbc-step { width: 44px; height: 44px; border: 1.5px solid #D9C8CE; border-radius: 50%; background: #fff; font-size: 1.25rem; line-height: 1; cursor: pointer; color: var(--bbc-ink); }
.bbc-step:hover:not(:disabled) { border-color: var(--bbc-ink); }
.bbc-step:disabled { opacity: 0.4; cursor: not-allowed; }
.bbc-step__n { min-width: 2rem; text-align: center; font-weight: 700; }
.bbc-line__rm { margin-left: 0.5rem; min-height: 44px; border: 0; background: none; color: var(--bbc-muted); text-decoration: underline; cursor: pointer; font: inherit; }
.bbc-line__rm:hover { color: var(--bbc-berry); }
.bbc-lines--compact .bbc-line { grid-template-columns: 56px minmax(0, 1fr) auto; padding: 0.8rem 0; }
.bbc-lines--compact .bbc-line__img { width: 56px; }
.bbc-lines--compact .bbc-line__name { font-size: 1.05rem; }
.bbc-cart__side, .bbc-checkout__summary { position: sticky; top: 1.5rem; padding: 1.5rem; border-radius: var(--wp--custom--radius--md, 24px); background: #fff; border: 1px solid var(--bbc-line); }
.bbc-totals { margin: 0; }
.bbc-totals div { display: flex; justify-content: space-between; padding: 0.4rem 0; }
.bbc-totals dt, .bbc-totals dd { margin: 0; }
.bbc-totals__total { border-top: 1px solid var(--bbc-line); margin-top: 0.4rem; padding-top: 0.8rem !important; font-weight: 700; font-size: 1.2rem; }
.bbc-free { margin: 0.75rem 0 0; color: #2E6B45; font-weight: 500; font-size: 0.95rem; }
.bbc-cart__go { display: flex; align-items: center; justify-content: center; margin-top: 1.25rem; text-decoration: none; }
.bbc-cart__go:hover { color: #fff; }
.bbc-cart__loading { color: var(--bbc-muted); }

/* ---------- Checkout ---------- */
.bbc-checkout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 24rem); gap: 2rem 3rem; align-items: start; }
.bbc-checkout > .bbc-empty { grid-column: 1 / -1; }
.bbc-checkout__form fieldset { border: 0; padding: 0; margin: 0 0 2rem; }
.bbc-checkout__form legend { font-family: var(--bbc-display); font-size: 1.5rem; margin-bottom: 0.75rem; padding: 0; }
.bbc-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1rem; }
.bbc-row--3 { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr); }
.bbc-field { display: flex; flex-direction: column; gap: 0.3rem; margin: 0 0 1rem; }
.bbc-field label { font-weight: 700; font-size: 0.95rem; }
.bbc-field input, .bbc-field select, .bbc-field textarea { min-height: 50px; box-sizing: border-box; padding: 0.6rem 1rem; border: 1.5px solid #CDBBC2; border-radius: 14px; background: #fff; font: inherit; color: var(--bbc-ink); width: 100%; }
.bbc-field textarea { min-height: 6rem; }
.bbc-field input:focus-visible, .bbc-field select:focus-visible, .bbc-field textarea:focus-visible { outline: 2px solid var(--bbc-berry); outline-offset: 1px; border-color: var(--bbc-berry); }
.bbc-field [aria-invalid="true"] { border-color: #B3261E; }
.bbc-field__error { color: #B3261E; font-size: 0.9rem; font-weight: 500; }
.bbc-help { color: var(--bbc-muted); font-size: 0.9rem; margin: 0 0 0.75rem; }
.bbc-field .bbc-help { margin: 0; }
.bbc-check label { display: flex; gap: 0.6rem; align-items: center; min-height: 44px; cursor: pointer; }
.bbc-check input { width: 20px; height: 20px; accent-color: var(--bbc-berry); }
.bbc-pay__option { display: grid; grid-template-columns: auto 1fr; gap: 0.2rem 0.75rem; padding: 1rem 1.1rem; margin-bottom: 0.75rem; border: 1.5px solid #D9C8CE; border-radius: 16px; background: #fff; cursor: pointer; }
.bbc-pay__option:has(input:checked) { border-color: var(--bbc-ink); box-shadow: inset 0 0 0 1px var(--bbc-ink); }
.bbc-pay__option input { grid-row: 1 / 3; margin-top: 0.2rem; width: 20px; height: 20px; accent-color: var(--bbc-berry); }
.bbc-pay__name { font-weight: 700; }
.bbc-pay__desc { color: var(--bbc-muted); font-size: 0.92rem; }
.bbc-checkout__error { margin: 0 0 1rem; padding: 0.85rem 1.1rem; border-radius: 14px; background: #FBE9E7; color: #8C1D18; font-weight: 500; }
.bbc-checkout__paypal { min-height: 56px; margin-bottom: 1rem; }
.bbc-checkout__place { margin-bottom: 1rem; }
.bbc-checkout__legal a { color: inherit; }
.bbc-checkout__h { font-size: 1.4rem; margin: 0 0 0.5rem; }
.bbc-checkout__edit { display: inline-block; margin-top: 1rem; color: var(--bbc-berry); font-weight: 700; }

/* ---------- Page headings for cart / checkout ---------- */
.bbc-page-head { margin-block: clamp(2rem, 5vw, 3.5rem) 1.5rem; font-size: var(--wp--preset--font-size--x-large, 3rem); }

/* ---------- Thank you ---------- */
.bbc-thanks { max-width: 40rem; padding-top: clamp(2rem, 5vw, 3.5rem); }
.bbc-thanks__title { font-size: var(--wp--preset--font-size--x-large, 3rem); }
.bbc-thanks__title { margin: 0 0 0.5rem; }
.bbc-bank { margin: 1.25rem 0; padding: 1.25rem 1.5rem; border-radius: 18px; background: var(--bbc-blush); }
.bbc-bank div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.35rem 0; }
.bbc-bank dt { margin: 0; color: var(--bbc-muted); }
.bbc-bank dd { margin: 0; font-weight: 700; font-size: 1.1rem; font-variant-numeric: tabular-nums; }
.bbc-thanks__items { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.bbc-thanks__items td { padding: 0.6rem 0; border-bottom: 1px solid var(--bbc-line); }
.bbc-thanks__items td:last-child { text-align: right; white-space: nowrap; }
.bbc-thanks__total td { font-weight: 700; font-size: 1.15rem; border-bottom: 0; }
.bbc-thanks__back { display: inline-flex; padding: 0 1.75rem; }
.bbc-muted { color: var(--bbc-muted); }

@media (max-width: 900px) {
	.bbc-cart, .bbc-checkout { grid-template-columns: 1fr; }
	.bbc-checkout__summary { position: static; order: -1; }
	.bbc-cart__side { position: static; }
}
@media (max-width: 600px) {
	.bbc-row, .bbc-row--3 { grid-template-columns: 1fr; }
}

/* ---------- Account, wishlist, reviews, contact ---------- */
.bbc-account, .bbc-wishlist, .bbc-review-form, .bbc-contact, .bbc-reviews {
	--bbc-ink: var(--wp--preset--color--ink, #2B1D24);
	--bbc-muted: var(--wp--preset--color--muted, #5E4953);
	--bbc-berry: var(--wp--preset--color--berry, #A8325A);
	--bbc-berry-dark: var(--wp--preset--color--berry-dark, #8A2749);
	--bbc-blush: var(--wp--preset--color--blush, #F3E3E8);
	--bbc-line: var(--wp--preset--color--line, #EADCD8);
	--bbc-display: var(--wp--preset--font-family--display, Georgia, serif);
}
.bbc-account, .bbc-wishlist, .bbc-review-form { padding-bottom: clamp(3rem, 6vw, 5rem); }
.bbc-signin { max-width: 30rem; }
.bbc-signin .bbc-add { width: 100%; }
.bbc-signin__msg { margin-top: 1rem; padding: 0.85rem 1.1rem; border-radius: 14px; background: var(--bbc-blush); font-weight: 500; }
.bbc-account__head .bbc-page-head { margin-bottom: 0.25rem; }
.bbc-account__head a { color: var(--bbc-berry); font-weight: 700; }
.bbc-account__section { margin-top: 2.5rem; }
.bbc-account__section h2 { font-size: var(--wp--preset--font-size--large, 1.75rem); margin: 0 0 1rem; }
.bbc-account__section a { color: var(--bbc-berry); font-weight: 700; }
.bbc-orders { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--bbc-line); }
.bbc-orders__item { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 0.5rem 1.5rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--bbc-line); }
.bbc-orders__item > div:first-child { display: flex; flex-direction: column; }
.bbc-orders__links { display: flex; gap: 1rem; flex-wrap: wrap; }
.bbc-pill { display: inline-block; padding: 0.25rem 0.8rem; border-radius: 999px; font-size: 0.85rem; font-weight: 700; background: #F0ECEE; }
.bbc-pill--paid { background: #E5F5EA; color: #1A5C2E; }
.bbc-pill--shipped { background: #E8EEFC; color: #1E3A8A; }
.bbc-pill--awaiting_transfer { background: #FCF0E3; color: #7A4300; }
.bbc-notice--ok { background: #E5F5EA; color: #1A5C2E; }

.bbc-reviews { padding-block: clamp(2.5rem, 5vw, 4rem); }
.bbc-reviews__title { margin: 0 0 2rem; }
.bbc-reviews__list { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr)); gap: 1.5rem; }
.bbc-review { margin: 0; padding: 1.75rem; border-radius: var(--wp--custom--radius--md, 24px); display: flex; flex-direction: column; gap: 1rem; }
.bbc-review__stars { margin: 0; color: var(--bbc-berry); letter-spacing: 0.15em; font-size: 1.1rem; }
.bbc-review__stars-off { color: rgba(43, 29, 36, 0.2); }
.bbc-review__text { margin: 0; padding: 0; border: 0; flex: 1; }
.bbc-review__text p { margin: 0; font-family: var(--bbc-display); font-size: 1.25rem; line-height: 1.45; }
.bbc-review__text p::before { content: "“"; }
.bbc-review__text p::after { content: "”"; }
.bbc-review__by { font-size: 0.95rem; color: var(--bbc-muted); }
.bbc-review__by strong { color: var(--bbc-ink); }
.bbc-review__prod { display: block; margin-top: 0.2rem; }
.bbc-review__prod a { color: var(--bbc-berry); margin-left: 0.25rem; }

.bbc-review-form { max-width: 36rem; }
.bbc-review-form__form .bbc-add { width: 100%; }
.bbc-stars { border: 0; padding: 0; margin: 1.25rem 0; display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; }
.bbc-stars legend { font-weight: 700; margin-bottom: 0.4rem; padding: 0; float: left; width: 100%; }
.bbc-stars input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.bbc-stars label { width: 44px; height: 44px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.bbc-stars label::before { content: "★"; font-size: 2rem; color: #D9C8CE; }
.bbc-stars input:checked ~ label::before, .bbc-stars label:hover::before, .bbc-stars label:hover ~ label::before { color: var(--bbc-berry); }
.bbc-stars input:focus-visible + label { outline: 2px solid var(--bbc-berry); outline-offset: 2px; border-radius: 8px; }

.bbc-contact { margin-block: 1.5rem 3rem; }
.bbc-contact .bbc-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bbc-contact__send { width: auto; padding: 0 2.5rem; }
.bbc-contact .bbc-notice { margin-bottom: 1.25rem; }
@media (max-width: 600px) {
	.bbc-orders__item { grid-template-columns: 1fr; }
	.bbc-contact .bbc-row { grid-template-columns: 1fr; }
	.bbc-contact__send { width: 100%; }
}
