/* =========================================================
 * PREMIUM PRODUCT DETAIL PAGE (PDP)
 * Loaded only on single-product pages (inc/product-page.php).
 * Faithful port of the "Premium WooCommerce PDP" design. Every value matches
 * the mockup. Scoped under .hpf-pdp so it can't affect other pages.
 * =======================================================*/
.hpf-pdp {
	--pdp-ink: #1d2327;
	--pdp-body: #414141;
	--pdp-muted: #6c6c6c;
	--pdp-line: #e7e7e3;
	--pdp-teal: #60babf;
	--pdp-teal-d: #3f989d;
	--pdp-teal-soft: #e7f4f5;
	--pdp-pink: #d46681;
	--pdp-pink-d: #b94e69;
	--pdp-pink-soft: #fbeef1;
	--pdp-dark: #1d2327;
	--pdp-grey: #efefef;
	--pdp-bg: #fbfbfa;
	font-family: 'Nunito', sans-serif;
	color: var(--pdp-body);
	font-size: 15px;
}
.hpf-pdp *,
.hpf-pdp *::before,
.hpf-pdp *::after { box-sizing: border-box; }
.hpf-pdp h1, .hpf-pdp h2, .hpf-pdp h3 { font-family: 'Quicksand', sans-serif; }
.hpf-pdp section { padding: 28px 0; }
.hpf-pdp__h2 {
	font-family: 'Quicksand', sans-serif; font-weight: 700;
	font-size: clamp(24px, 2.6vw, 32px); color: var(--pdp-ink); margin: 0 0 20px;
}
.hpf-pdp__kicker {
	font-size: 13px; font-weight: 700; letter-spacing: 1.2px; color: var(--pdp-teal-d);
	text-transform: uppercase; margin-bottom: 6px;
}

/* =========================================================
 * 1. HERO
 * =======================================================*/
.hpf-pdp__hero {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 44px; padding: 12px 0 28px; align-items: start;
}

/* ---- Gallery ---- */
.hpf-pdp__gallery { position: relative; }
.hpf-pdp .woocommerce-product-gallery { margin: 0; float: none; width: 100% !important; }
.hpf-pdp .woocommerce-product-gallery__wrapper { margin: 0; }
.hpf-pdp .woocommerce-product-gallery__image:first-child,
.hpf-pdp .woocommerce-product-gallery__image--placeholder,
.hpf-pdp .woocommerce-product-gallery__trigger + * .woocommerce-product-gallery__image {
	border-radius: 16px; overflow: hidden; background: var(--pdp-teal-soft);
	box-shadow: 0 12px 32px rgba(29, 35, 39, .07);
}
.hpf-pdp .woocommerce-product-gallery__image img { border-radius: 16px; transition: transform .5s ease; }
.hpf-pdp .woocommerce-product-gallery:hover .woocommerce-product-gallery__image:first-child img { transform: scale(1.045); }
.hpf-pdp .woocommerce-product-gallery__trigger {
	top: 14px; right: 14px; z-index: 3; background: #fff; border-radius: 50%;
	box-shadow: 0 4px 12px rgba(29, 35, 39, .12);
}
/* Thumbnail carousel: 4 visible, horizontal scroll-snap, optional arrows. */
.hpf-pdp__thumbs { position: relative; margin-top: 12px; }
.hpf-pdp .flex-control-thumbs {
	display: flex; flex-wrap: nowrap; gap: 12px; margin: 12px 0 0; padding: 0; list-style: none;
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.hpf-pdp__thumbs .flex-control-thumbs { margin: 0; }
.hpf-pdp .flex-control-thumbs::-webkit-scrollbar { display: none; }
.hpf-pdp .flex-control-thumbs li { margin: 0; flex: 0 0 calc((100% - 36px) / 4); scroll-snap-align: start; }
.hpf-pdp .flex-control-thumbs img {
	border-radius: 12px; border: 2px solid var(--pdp-line); aspect-ratio: 1/1; object-fit: cover;
	width: 100%; cursor: pointer; opacity: 1; transition: border-color .2s;
}
.hpf-pdp .hpf-pdp__thumbs-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
	width: 36px; height: 36px; min-width: 36px; max-width: 36px; padding: 0; margin: 0; flex: none;
	border-radius: 50%; border: 1px solid var(--pdp-line);
	background: #fff; color: var(--pdp-ink); cursor: pointer;
	display: flex; align-items: center; justify-content: center; line-height: 0;
	box-shadow: 0 4px 14px rgba(29, 35, 39, .18);
	transition: background .2s, color .2s, border-color .2s;
	-webkit-appearance: none; appearance: none;
}
.hpf-pdp .hpf-pdp__thumbs-arrow svg { width: 16px; height: 16px; display: block; }
.hpf-pdp .hpf-pdp__thumbs-arrow:hover { background: var(--pdp-teal); color: #fff; border-color: var(--pdp-teal); }
.hpf-pdp .hpf-pdp__thumbs-arrow--prev { left: -6px; }
.hpf-pdp .hpf-pdp__thumbs-arrow--next { right: -6px; }
.hpf-pdp .hpf-pdp__thumbs-arrow[hidden] { display: none; }
.hpf-pdp .flex-control-thumbs img:hover,
.hpf-pdp .flex-control-thumbs img.flex-active { border-color: var(--pdp-teal); }
.hpf-pdp .onsale {
	position: absolute; top: 14px; left: 14px; z-index: 2; margin: 0;
	background: var(--pdp-pink); color: #fff; font-size: 11px; font-weight: 800;
	min-height: 0; min-width: 0; border-radius: 999px; padding: 4px 10px; border: 0;
}

/* ---- Buy panel ---- */
.hpf-pdp__buy {
	display: flex; flex-direction: column; gap: 16px; float: none !important; width: auto !important;
	margin: 0 !important; padding: 0; background: none; border: 0; box-shadow: none;
}
.hpf-pdp__eyebrow {
	font-size: 13px; font-weight: 700; letter-spacing: 1.2px; color: var(--pdp-teal-d);
	text-transform: uppercase; margin-bottom: 8px;
}
.hpf-pdp__title {
	font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: clamp(26px, 3vw, 36px);
	line-height: 1.15; color: var(--pdp-ink); margin: 0 0 10px; padding: 0;
}
/* Pack-size tags under the product name ("Pack of 2" / "1.8kg").
   Shares .hpf-pack-note (main.css) for shape. On the PDP there is room to run
   them inline rather than stacking as they do on the card. */
.hpf-pdp .hpf-pack-notes--pdp {
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: -2px 0 12px;
}
.hpf-pdp .hpf-pack-notes--pdp .hpf-pack-note {
	padding: 5px 12px;
	font-size: 13px;
	background: var(--pdp-teal-soft);
	border-color: var(--pdp-teal);
	color: var(--pdp-teal-d);
}

.hpf-pdp__rating { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hpf-pdp__stars { color: var(--pdp-pink); font-size: 16px; letter-spacing: 2px; line-height: 1; }
.hpf-pdp__rating a { font-size: 14px; font-weight: 600; color: var(--pdp-teal-d); }

/* Trustpilot badge — sits where the star rating used to, above the price. The
   green star boxes are the carousel's own .hpf-review__star (main.css); only
   the size and the row layout are PDP-specific. */
.hpf-pdp__trustpilot { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.hpf-pdp__trustpilot:hover { text-decoration: none; }
.hpf-pdp__trustpilot .hpf-review__star { width: 20px; height: 20px; border-radius: 3px; }
.hpf-pdp__trustpilot .hpf-review__star svg { width: 14px; height: 14px; }
.hpf-pdp__trustpilot-txt { font-size: 14px; font-weight: 600; color: var(--pdp-teal-d); }
.hpf-pdp__trustpilot-arrow { color: var(--pdp-teal-d); transition: transform .2s ease; }
.hpf-pdp__trustpilot:hover .hpf-pdp__trustpilot-arrow { transform: translateY(2px); }
/* Anchor for that badge: clear the sticky header when it jumps here. */
.hpf-pdp__reviews-slider { scroll-margin-top: 100px; }

.hpf-pdp__price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.hpf-pdp__price-now { font-family: 'Quicksand', sans-serif; font-weight: 800; font-size: 34px; color: var(--pdp-ink); }
.hpf-pdp__price-was { font-size: 18px; color: var(--pdp-muted); text-decoration: line-through; }
.hpf-pdp__price-save { background: var(--pdp-pink-soft); color: var(--pdp-pink-d); font-size: 13px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }

.hpf-pdp__desc { margin: 0; font-size: 15.5px; line-height: 1.65; color: var(--pdp-muted); }
.hpf-pdp__desc p { margin: 0 0 8px; }
.hpf-pdp__desc p:last-child { margin-bottom: 0; }

.hpf-pdp__meta {
	display: flex; gap: 18px; flex-wrap: wrap; font-size: 13.5px; color: var(--pdp-muted);
	border-top: 1px solid var(--pdp-line); border-bottom: 1px solid var(--pdp-line); padding: 12px 0;
}
.hpf-pdp__meta b { color: var(--pdp-body); font-weight: 700; }
.hpf-pdp__meta-stock { display: flex; align-items: center; gap: 6px; color: var(--pdp-teal-d); font-weight: 700; }
.hpf-pdp__meta-out { color: var(--pdp-pink-d); font-weight: 700; }
.hpf-pdp__pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--pdp-teal); animation: hpfPdpPulse 2s infinite; }
@keyframes hpfPdpPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.35); opacity: .7; } }

/* ---- Purchase options ---- */
.hpf-pdp__options { display: flex; flex-direction: column; gap: 12px; }
.hpf-pdp__options-title { font-size: 14px; font-weight: 700; color: var(--pdp-ink); }
.hpf-pdp__opt {
	position: relative; border: 1.5px solid var(--pdp-line); border-radius: 16px; padding: 18px;
	background: #fff; cursor: pointer; transition: all .25s;
}
.hpf-pdp__opt:hover { border-color: var(--pdp-teal); }
.hpf-pdp__opt.is-selected { border-color: var(--pdp-teal); box-shadow: 0 0 0 1.5px var(--pdp-teal), 0 12px 28px rgba(96, 186, 191, .18); }
.hpf-pdp__opt-badge {
	position: absolute; top: -11px; left: 16px; background: var(--pdp-pink); color: #fff;
	font-size: 11.5px; font-weight: 800; letter-spacing: .6px; padding: 4px 12px; border-radius: 999px; white-space: nowrap;
}
.hpf-pdp__opt-row { display: flex; align-items: flex-start; gap: 12px; }
.hpf-pdp__radio { margin-top: 3px; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--pdp-teal); display: grid; place-items: center; flex: none; }
.hpf-pdp__radio-dot { width: 10px; height: 10px; border-radius: 50%; background: transparent; transition: background .15s; }
.hpf-pdp__opt.is-selected .hpf-pdp__radio-dot { background: var(--pdp-teal); }
.hpf-pdp__opt-body { flex: 1; }
.hpf-pdp__opt-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.hpf-pdp__opt-name { font-weight: 800; font-size: 16px; color: var(--pdp-ink); }
.hpf-pdp__opt-price b { font-family: 'Quicksand', sans-serif; font-size: 20px; color: var(--pdp-teal-d); }
.hpf-pdp__opt-price.is-plain b { color: var(--pdp-ink); }
.hpf-pdp__opt-price s { color: var(--pdp-muted); font-size: 13.5px; font-weight: 400; }
.hpf-pdp__opt-sub { font-size: 13.5px; color: var(--pdp-muted); margin-top: 3px; }

.hpf-pdp__freq-wrap { margin-top: 14px; border-top: 1px dashed var(--pdp-line); padding-top: 14px; }
.hpf-pdp__opt:not(.is-selected) .hpf-pdp__freq-wrap { display: none; }
.hpf-pdp__freq-label { font-size: 13px; font-weight: 700; color: var(--pdp-ink); margin-bottom: 8px; }
.hpf-pdp__freq { display: flex; gap: 8px; flex-wrap: wrap; }
.hpf-pdp__freq button {
	padding: 9px 14px; border-radius: 999px; border: 1.5px solid var(--pdp-line); background: #fff; color: var(--pdp-body);
	font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; transition: all .2s; white-space: nowrap;
}
.hpf-pdp__freq button:hover { border-color: var(--pdp-teal); }
.hpf-pdp__freq button.is-active { background: var(--pdp-teal); border-color: var(--pdp-teal); color: #fff; }
.hpf-pdp__next {
	margin-top: 12px; background: var(--pdp-teal-soft); border-radius: 12px; padding: 10px 14px;
	font-size: 13.5px; color: var(--pdp-teal-d); font-weight: 600; display: flex; align-items: center; gap: 8px;
}
.hpf-pdp__promises { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; font-size: 12.5px; color: var(--pdp-muted); }

/* ---- Qty + CTAs ---- */
.hpf-pdp__cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: stretch; margin: 0; }
.hpf-pdp__qty { display: flex; align-items: center; border: 1.5px solid var(--pdp-line); border-radius: 12px; background: #fff; overflow: hidden; }
.hpf-pdp__qty button { width: 46px; height: 52px; border: 0; background: transparent; font-size: 20px; color: var(--pdp-body); cursor: pointer; font-family: 'Nunito', sans-serif; transition: background .15s, color .15s; }
.hpf-pdp__qty button:hover { background: var(--pdp-teal-soft); color: var(--pdp-teal-d); }
.hpf-pdp__qty input { width: 40px; height: 52px; border: 0; text-align: center; font-weight: 800; font-size: 16px; color: var(--pdp-ink); background: transparent; -moz-appearance: textfield; }
.hpf-pdp__qty input::-webkit-outer-spin-button,
.hpf-pdp__qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.hpf-pdp__addcart {
	flex: 2; min-width: 200px; height: 52px; border: 0; border-radius: 12px; background: var(--pdp-teal); color: #fff;
	font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 800; letter-spacing: .2px; cursor: pointer;
	transition: all .2s; box-shadow: 0 8px 20px rgba(96, 186, 191, .35);
}
.hpf-pdp__addcart:hover { background: var(--pdp-teal-d); transform: translateY(-1px); box-shadow: 0 12px 26px rgba(96, 186, 191, .45); }
.hpf-pdp__buynow {
	flex: 1; min-width: 130px; height: 52px; border: 2px solid var(--pdp-ink); border-radius: 12px; background: #fff; color: var(--pdp-ink);
	font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 800; cursor: pointer; transition: all .2s;
}
.hpf-pdp__buynow:hover { background: var(--pdp-ink); color: #fff; }

.hpf-pdp__whatsapp {
	display: flex; align-items: center; gap: 14px; background: #25d366; color: #fff; border-radius: 14px; padding: 16px 18px;
	font-weight: 700; font-size: 15px; transition: all .2s; box-shadow: 0 8px 20px rgba(37, 211, 102, .3);
}
.hpf-pdp__whatsapp:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 12px 26px rgba(37, 211, 102, .4); }
.hpf-pdp__whatsapp small { display: block; font-weight: 500; font-size: 13px; opacity: .9; }
.hpf-pdp__wa-arrow { margin-left: auto; font-size: 20px; }

/* ---- Buy box wrapper (design UI + hidden native form) ---- */
.hpf-pdp__buybox { display: flex; flex-direction: column; gap: 16px; }
.hpf-pdp__cta[hidden], .hpf-pdp__options[hidden] { display: none; }

/* ---- Native add-to-cart form + BOS4W widget, restyled to the design ---- */
/* (fallback styling used when JS is off or a product has no BOS4W plans) */
/* Flex-wrap row: BOS4W widget takes a full row (flex-basis 100% forces a wrap),
   then quantity + Add-to-Cart share the next row. */
.hpf-pdp form.cart { margin: 0; display: flex; flex-wrap: wrap; gap: 14px; align-items: stretch; }
.hpf-pdp form.cart::before,
.hpf-pdp form.cart::after { content: none; display: none; }
.hpf-pdp .bos4w-display-wrap { flex: 1 1 100%; }

/* BOS4W "Choose how you'd like to buy" → radio cards */
.hpf-pdp .bos4w-display-wrap { display: flex; flex-direction: column; gap: 12px; }
.hpf-pdp .bos4w-display-plan-text { font-size: 14px; font-weight: 700; color: var(--pdp-ink); }
.hpf-pdp .bos4w-display-options ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.hpf-pdp .bos4w-display-options li { margin: 0; }
.hpf-pdp .bos4w-display-options label {
	position: relative; display: flex; align-items: center; gap: 12px; width: 100%;
	border: 1.5px solid var(--pdp-line); border-radius: 16px; padding: 18px; background: #fff;
	cursor: pointer; transition: all .25s; font-weight: 800; font-size: 16px; color: var(--pdp-ink); margin: 0;
}
.hpf-pdp .bos4w-display-options label:hover { border-color: var(--pdp-teal); }
/* Custom radio dot */
.hpf-pdp .bos4w-display-options input.bos4w-buy-type { position: absolute; opacity: 0; pointer-events: none; }
.hpf-pdp .bos4w-display-options label::before {
	content: ""; flex: none; width: 20px; height: 20px; border-radius: 50%;
	border: 2px solid var(--pdp-teal); background: radial-gradient(circle, transparent 55%, transparent 55%);
	transition: box-shadow .15s; box-sizing: border-box;
}
.hpf-pdp .bos4w-display-options label:has(input:checked) { border-color: var(--pdp-teal); box-shadow: 0 0 0 1.5px var(--pdp-teal), 0 12px 28px rgba(96, 186, 191, .18); }
.hpf-pdp .bos4w-display-options label:has(input:checked)::before { box-shadow: inset 0 0 0 4px var(--pdp-teal), inset 0 0 0 6px #fff; }
/* Show the subscribe option first, with a "most popular" badge */
.hpf-pdp .bos4w-display-options li:nth-child(2) { order: -1; }
.hpf-pdp .bos4w-display-options li:nth-child(2) label { margin-top: 11px; }
.hpf-pdp .bos4w-display-options li:nth-child(2) label::after {
	content: "MOST POPULAR"; position: absolute; top: -11px; left: 16px; background: var(--pdp-pink); color: #fff;
	font-size: 11.5px; font-weight: 800; letter-spacing: .6px; padding: 4px 12px; border-radius: 999px; white-space: nowrap;
}
.hpf-pdp .bos-display-save-up-to { font-weight: 800; }
/* Plan dropdown */
.hpf-pdp .bos4w-display-dropdown { display: flex; flex-direction: column; gap: 8px; }
.hpf-pdp .bos4w-display-dropdown label { font-size: 13px; font-weight: 700; color: var(--pdp-ink); }
.hpf-pdp .bos4w-display-dropdown select {
	min-height: 48px; border: 1.5px solid var(--pdp-line); border-radius: 12px; padding: 10px 14px;
	font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 700; color: var(--pdp-ink); background: #fff; width: 100%;
}

/* Native qty + Add to cart → design controls */
.hpf-pdp form.cart .quantity { display: flex; align-items: center; border: 1.5px solid var(--pdp-line); border-radius: 12px; background: #fff; overflow: hidden; }
.hpf-pdp form.cart .quantity input.qty { width: 44px; height: 52px; border: 0; text-align: center; font-weight: 800; font-size: 16px; color: var(--pdp-ink); background: transparent; -moz-appearance: textfield; }
.hpf-pdp form.cart .quantity input.qty::-webkit-outer-spin-button,
.hpf-pdp form.cart .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.hpf-pdp form.cart .hpf-qty-btn { width: 46px; height: 52px; border: 0; background: transparent; font-size: 20px; color: var(--pdp-body); cursor: pointer; transition: background .15s, color .15s; }
.hpf-pdp form.cart .hpf-qty-btn:hover { background: var(--pdp-teal-soft); color: var(--pdp-teal-d); }
/* The qty + button share the second row */
.hpf-pdp form.cart .quantity { flex: 0 0 auto; float: none; }
.hpf-pdp form.cart .single_add_to_cart_button {
	flex: 1 1 auto; min-width: 200px; height: 52px; border: 0; border-radius: 12px; background: var(--pdp-teal); color: #fff;
	font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 800; letter-spacing: .2px; cursor: pointer; transition: all .2s;
	box-shadow: 0 8px 20px rgba(96, 186, 191, .35); display: inline-flex; align-items: center; justify-content: center;
}
.hpf-pdp form.cart .single_add_to_cart_button:hover { background: var(--pdp-teal-d); transform: translateY(-1px); box-shadow: 0 12px 26px rgba(96, 186, 191, .45); }

/* =========================================================
 * 2. FREQUENTLY BOUGHT TOGETHER
 * =======================================================*/
.hpf-pdp__fbt-card {
	background: #fff; border: 1px solid var(--pdp-line); border-radius: 16px; padding: 24px;
	box-shadow: 0 8px 24px rgba(29, 35, 39, .05); display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: center;
}
.hpf-pdp__fbt-items { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hpf-pdp__fbt-item { flex: 1 1 120px; min-width: 110px; max-width: 160px; text-align: center; }
.hpf-pdp__fbt-thumb { border-radius: 12px; overflow: hidden; aspect-ratio: 1/1; background: var(--pdp-teal-soft); border: 2px solid var(--pdp-line); }
.hpf-pdp__fbt-item--main .hpf-pdp__fbt-thumb { border-color: var(--pdp-teal); }
.hpf-pdp__fbt-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hpf-pdp__fbt-name { font-size: 12.5px; font-weight: 700; margin-top: 8px; color: var(--pdp-ink); }
.hpf-pdp__fbt-price { font-size: 13px; font-weight: 800; color: var(--pdp-teal-d); }
.hpf-pdp__fbt-plus { font-size: 22px; color: var(--pdp-muted); font-weight: 700; }
.hpf-pdp__fbt-toggle { position: relative; display: block; width: 100%; border: 0; background: transparent; padding: 0; cursor: pointer; font-family: 'Nunito', sans-serif; }
.hpf-pdp__fbt-toggle .hpf-pdp__fbt-thumb { transition: border-color .2s, opacity .2s; }
.hpf-pdp__fbt-toggle[aria-pressed="false"] .hpf-pdp__fbt-thumb { opacity: .55; }
.hpf-pdp__fbt-toggle[aria-pressed="true"] .hpf-pdp__fbt-thumb { border-color: var(--pdp-teal); }
.hpf-pdp__fbt-check { position: absolute; top: 8px; left: 8px; width: 22px; height: 22px; border-radius: 7px; border: 2px solid var(--pdp-teal); background: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 900; color: var(--pdp-teal-d); }
.hpf-pdp__fbt-summary { border-left: 1px dashed var(--pdp-line); padding-left: 24px; min-width: 220px; }
.hpf-pdp__fbt-summary-label { font-size: 14px; color: var(--pdp-muted); }
.hpf-pdp__fbt-total { font-family: 'Quicksand', sans-serif; font-weight: 800; font-size: 30px; color: var(--pdp-ink); margin: 4px 0 2px; }
.hpf-pdp__fbt-save { font-size: 13px; font-weight: 700; color: var(--pdp-pink-d); margin-bottom: 14px; }
.hpf-pdp__fbt-add {
	width: 100%; height: 50px; border: 0; border-radius: 12px; background: var(--pdp-pink); color: #fff;
	font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; cursor: pointer; transition: all .2s;
	box-shadow: 0 8px 20px rgba(212, 102, 129, .3);
}
.hpf-pdp__fbt-add:hover { background: var(--pdp-pink-d); transform: translateY(-1px); }

/* =========================================================
 * 3. BUNDLE & SAVE
 * =======================================================*/
.hpf-pdp__bundles { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.hpf-pdp__bundle { position: relative; border-radius: 16px; padding: 24px; transition: all .25s; border: 1.5px solid transparent; }
.hpf-pdp__bundle--teal { background: var(--pdp-teal-soft); }
.hpf-pdp__bundle--teal:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(96, 186, 191, .2); border-color: var(--pdp-teal); }
.hpf-pdp__bundle--pink { background: var(--pdp-pink-soft); }
.hpf-pdp__bundle--pink:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(212, 102, 129, .2); border-color: var(--pdp-pink); }
.hpf-pdp__bundle--dark { background: var(--pdp-dark); }
.hpf-pdp__bundle--dark:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(29, 35, 39, .3); border-color: var(--pdp-teal); }
.hpf-pdp__bundle-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.hpf-pdp__bundle-name { font-family: 'Quicksand', sans-serif; font-weight: 800; font-size: 22px; }
.hpf-pdp__bundle--teal .hpf-pdp__bundle-name { color: var(--pdp-teal-d); }
.hpf-pdp__bundle--pink .hpf-pdp__bundle-name { color: var(--pdp-pink-d); }
.hpf-pdp__bundle--dark .hpf-pdp__bundle-name { color: var(--pdp-teal); }
.hpf-pdp__bundle-tag { color: #fff; font-size: 12px; font-weight: 800; padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
.hpf-pdp__bundle--teal .hpf-pdp__bundle-tag, .hpf-pdp__bundle--dark .hpf-pdp__bundle-tag { background: var(--pdp-teal); }
.hpf-pdp__bundle--pink .hpf-pdp__bundle-tag { background: var(--pdp-pink); }
.hpf-pdp__bundle-sub { font-size: 14px; color: var(--pdp-muted); margin: 6px 0 14px; }
.hpf-pdp__bundle--dark .hpf-pdp__bundle-sub { color: var(--pdp-grey); opacity: .75; }
.hpf-pdp__bundle-price { font-family: 'Quicksand', sans-serif; font-weight: 800; font-size: 26px; color: var(--pdp-ink); }
.hpf-pdp__bundle--dark .hpf-pdp__bundle-price { color: #fff; }
.hpf-pdp__bundle-price span { font-size: 14px; font-weight: 600; }
.hpf-pdp__bundle--teal .hpf-pdp__bundle-price span { color: var(--pdp-teal-d); }
.hpf-pdp__bundle--pink .hpf-pdp__bundle-price span { color: var(--pdp-pink-d); }
.hpf-pdp__bundle--dark .hpf-pdp__bundle-price span { color: var(--pdp-teal); }
.hpf-pdp__bundle-btn { margin-top: 16px; width: 100%; height: 44px; border: 0; border-radius: 10px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14px; cursor: pointer; transition: all .2s; color: #fff; }
.hpf-pdp__bundle--teal .hpf-pdp__bundle-btn { background: var(--pdp-teal); }
.hpf-pdp__bundle--teal .hpf-pdp__bundle-btn:hover { background: var(--pdp-teal-d); }
.hpf-pdp__bundle--pink .hpf-pdp__bundle-btn { background: var(--pdp-pink); }
.hpf-pdp__bundle--pink .hpf-pdp__bundle-btn:hover { background: var(--pdp-pink-d); }
.hpf-pdp__bundle--dark .hpf-pdp__bundle-btn { background: #fff; color: var(--pdp-ink); }
.hpf-pdp__bundle--dark .hpf-pdp__bundle-btn:hover { background: var(--pdp-teal); color: #fff; }

/* =========================================================
 * PRODUCT ACCORDIONS (ACF) — native <details>, chevron rotates on open
 * =======================================================*/
.hpf-pdp__accordions { display: flex; flex-direction: column; gap: 12px; }
.hpf-pdp__acc {
	background: #fff; border: 1px solid var(--pdp-line); border-radius: 14px;
	overflow: hidden; transition: border-color .2s, box-shadow .2s;
}
.hpf-pdp__acc[open] { border-color: var(--pdp-teal); box-shadow: 0 8px 24px rgba(29, 35, 39, .06); }
.hpf-pdp__acc-head {
	list-style: none; cursor: pointer; user-select: none;
	display: flex; align-items: center; justify-content: space-between; gap: 14px;
	padding: 18px 20px; font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 16px; color: var(--pdp-ink);
}
.hpf-pdp__acc-head::-webkit-details-marker { display: none; }
.hpf-pdp__acc-head:hover { color: var(--pdp-teal-d); }
.hpf-pdp__acc-title { flex: 1; }
.hpf-pdp__acc-chev { flex: none; color: var(--pdp-teal-d); transition: transform .25s ease; }
.hpf-pdp__acc[open] .hpf-pdp__acc-chev { transform: rotate(180deg); }
.hpf-pdp__acc-body {
	padding: 0 20px 20px; font-size: 14.5px; line-height: 1.7; color: var(--pdp-muted);
	animation: hpfPdpAccIn .25s ease;
}
.hpf-pdp__acc-body > :first-child { margin-top: 0; }
.hpf-pdp__acc-body > :last-child { margin-bottom: 0; }
.hpf-pdp__acc-body a { color: var(--pdp-teal-d); font-weight: 600; }
.hpf-pdp__acc-body ul, .hpf-pdp__acc-body ol { margin: 8px 0; padding-left: 20px; }
.hpf-pdp__acc-body li { margin: 4px 0; }
@keyframes hpfPdpAccIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* =========================================================
 * 4. BENEFITS
 * =======================================================*/
.hpf-pdp__benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.hpf-pdp__benefit { background: #fff; border: 1px solid var(--pdp-line); border-radius: 16px; padding: 22px 16px; text-align: center; transition: all .25s; }
.hpf-pdp__benefit:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(29, 35, 39, .08); border-color: var(--pdp-teal); }
.hpf-pdp__benefit-ico { width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 14px; display: grid; place-items: center; }
.hpf-pdp__benefit:nth-child(odd) .hpf-pdp__benefit-ico { background: var(--pdp-teal-soft); color: var(--pdp-teal-d); }
.hpf-pdp__benefit:nth-child(even) .hpf-pdp__benefit-ico { background: var(--pdp-pink-soft); color: var(--pdp-pink-d); }
.hpf-pdp__benefit-label { font-weight: 800; font-size: 14.5px; color: var(--pdp-ink); }

/* =========================================================
 * 5. VIDEO
 * =======================================================*/
.hpf-pdp__video { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16/9; background: var(--pdp-dark); box-shadow: 0 16px 40px rgba(29, 35, 39, .18); }
.hpf-pdp__video img,
.hpf-pdp__video video,
.hpf-pdp__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.hpf-pdp__video-play {
	position: absolute; inset: 0; margin: auto; width: 84px; height: 84px; border-radius: 50%; border: 0;
	background: rgba(255, 255, 255, .95); color: var(--pdp-teal-d); cursor: pointer; display: grid; place-items: center;
	transition: all .25s; box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}
.hpf-pdp__video-play:hover { transform: scale(1.08); background: var(--pdp-teal); color: #fff; }
.hpf-pdp__video-cap { position: absolute; left: 16px; bottom: 14px; background: rgba(29, 35, 39, .75); color: #fff; font-size: 12.5px; font-weight: 700; padding: 6px 12px; border-radius: 999px; pointer-events: none; }

/* =========================================================
 * 6. REVIEWS
 * =======================================================*/
.hpf-pdp__reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; align-items: start; }
.hpf-pdp__rev-summary { background: #fff; border: 1px solid var(--pdp-line); border-radius: 16px; padding: 24px; box-shadow: 0 8px 24px rgba(29, 35, 39, .05); }
.hpf-pdp__rev-score { display: flex; align-items: baseline; gap: 10px; }
.hpf-pdp__rev-score b { font-family: 'Quicksand', sans-serif; font-weight: 800; font-size: 52px; color: var(--pdp-ink); }
.hpf-pdp__rev-score .hpf-pdp__stars { font-size: 18px; }
.hpf-pdp__rev-count { font-size: 14px; color: var(--pdp-muted); margin-bottom: 16px; }
.hpf-pdp__rev-bars { display: flex; flex-direction: column; gap: 7px; font-size: 13px; }
.hpf-pdp__rev-bar { display: flex; align-items: center; gap: 10px; }
.hpf-pdp__rev-bar-k { width: 34px; font-weight: 700; }
.hpf-pdp__rev-bar-track { flex: 1; height: 8px; border-radius: 999px; background: var(--pdp-grey); overflow: hidden; }
.hpf-pdp__rev-bar-fill { height: 100%; background: var(--pdp-teal); border-radius: 999px; }
.hpf-pdp__rev-bar-fill.is-low { background: var(--pdp-pink); }
.hpf-pdp__rev-bar-n { width: 40px; text-align: right; color: var(--pdp-muted); }
.hpf-pdp__reviews-grid { align-items: start; }
/* Sticky only when the summary is a real side column (desktop). On mobile the
   grid is single-column, so a sticky summary would overlap the review form. */
@media (min-width: 768px) {
	.hpf-pdp__rev-summary { position: sticky; top: var(--hpf-sticky-top, 24px); }
}
.hpf-pdp__rev-write {
	display: flex; align-items: center; justify-content: center; text-decoration: none;
	margin-top: 20px; width: 100%; min-height: 48px; border: 0; border-radius: 12px;
	background: var(--pdp-ink); color: #fff; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14.5px;
	cursor: pointer; transition: background .2s;
}
.hpf-pdp__rev-write:hover { background: #45556c; color: #fff; }
.hpf-pdp__rev-list { display: flex; flex-direction: column; gap: 14px; }
.hpf-pdp__rev-card { background: #fff; border: 1px solid var(--pdp-line); border-radius: 16px; padding: 20px; transition: box-shadow .25s; }
.hpf-pdp__rev-card:hover { box-shadow: 0 10px 26px rgba(29, 35, 39, .07); }
.hpf-pdp__rev-card.is-hidden { display: none; }
.hpf-pdp__rev-head { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; align-items: flex-start; }
.hpf-pdp__rev-author { display: flex; align-items: center; gap: 10px; }
.hpf-pdp__rev-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--pdp-teal-soft); color: var(--pdp-teal-d); display: grid; place-items: center; font-weight: 800; font-size: 14px; flex: none; }
.hpf-pdp__rev-name { font-size: 14.5px; color: var(--pdp-ink); font-weight: 700; }
.hpf-pdp__rev-verified { font-size: 12px; color: var(--pdp-teal-d); font-weight: 700; }
.hpf-pdp__rev-meta { text-align: right; }
.hpf-pdp__rev-meta .hpf-pdp__stars { font-size: 14px; }
.hpf-pdp__rev-date { font-size: 12px; color: var(--pdp-muted); text-align: right; margin-top: 2px; }
.hpf-pdp__rev-text { margin: 12px 0 0; font-size: 14.5px; line-height: 1.7; color: var(--pdp-muted); }
.hpf-pdp__rev-text p { margin: 0 0 8px; }
.hpf-pdp__rev-text p:last-child { margin-bottom: 0; }
.hpf-pdp__rev-empty { font-size: 14.5px; color: var(--pdp-muted); }
.hpf-pdp__rev-more { align-self: center; margin-top: 4px; padding: 12px 28px; border: 2px solid var(--pdp-teal); border-radius: 999px; background: #fff; color: var(--pdp-teal-d); font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14px; cursor: pointer; transition: all .2s; }
.hpf-pdp__rev-more:hover { background: var(--pdp-teal); color: #fff; }

/* ---- Review form ---- */
.hpf-pdp__rev-form { margin-top: 22px; background: #fff; border: 1px solid var(--pdp-line); border-radius: 16px; padding: 24px; }
.hpf-pdp__rev-form .comment-reply-title { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 18px; color: var(--pdp-ink); display: block; margin: 0 0 16px; }
.hpf-pdp__rev-form .must-log-in { font-size: 14px; color: var(--pdp-muted); }
.hpf-pdp__rev-form .must-log-in a { color: var(--pdp-teal-d); font-weight: 700; }
.hpf-pdp__rev-form label { display: block; font-weight: 700; font-size: 13.5px; color: var(--pdp-ink); margin: 0 0 7px; }
.hpf-pdp__rev-form .required { color: var(--pdp-pink); }
.hpf-pdp__rev-form .comment-form-rating { margin: 0 0 16px; clear: both; }
/* WooCommerce turns the rating <select> into clickable stars (p.stars).
   Keep it in normal flow so it can't overlap the summary/other content. */
.hpf-pdp__rev-form p.stars { position: static; float: none; clear: both; margin: 4px 0 0; line-height: 1; }
.hpf-pdp__rev-form p.stars a { color: var(--pdp-pink); }
.hpf-pdp__rev-form p.stars.selected a.active ~ a { color: var(--pdp-line); }
.hpf-pdp__rev-form select#rating { min-height: 46px; border: 1.5px solid var(--pdp-line); border-radius: 10px; padding: 8px 12px; font-size: 14px; color: var(--pdp-ink); background: #fff; }
.hpf-pdp__rev-form textarea {
	width: 100%; min-height: 120px; border: 1.5px solid var(--pdp-line); border-radius: 12px; padding: 12px 14px;
	font-family: 'Nunito', sans-serif; font-size: 15px; color: var(--pdp-ink); line-height: 1.5; resize: vertical;
	transition: border-color .15s, box-shadow .15s;
}
.hpf-pdp__rev-form textarea:focus { outline: none; border-color: var(--pdp-teal); box-shadow: 0 0 0 3px rgba(97, 186, 191, .2); }
.hpf-pdp__rev-form .comment-form-comment { margin: 0 0 16px; }
.hpf-pdp__rev-form .form-submit { margin: 0; }
.hpf-pdp__rev-form #submit,
.hpf-pdp__rev-form .submit {
	display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 30px;
	border: 0; border-radius: 999px; background: var(--pdp-teal); color: #fff; cursor: pointer;
	font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; transition: background .2s, transform .15s;
	box-shadow: 0 8px 20px rgba(96, 186, 191, .3);
}
.hpf-pdp__rev-form #submit:hover,
.hpf-pdp__rev-form .submit:hover { background: var(--pdp-teal-d); transform: translateY(-1px); }

/* =========================================================
 * 7. COMPARISON
 * =======================================================*/
.hpf-pdp__compare-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid var(--pdp-line); background: #fff; box-shadow: 0 8px 24px rgba(29, 35, 39, .05); }
.hpf-pdp__compare { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 720px; }
.hpf-pdp__compare th, .hpf-pdp__compare td { padding: 13px 18px; text-align: left; }
.hpf-pdp__compare thead th { padding: 16px 18px; background: var(--pdp-bg); border-bottom: 2px solid var(--pdp-line); }
.hpf-pdp__compare thead th.is-ours { background: var(--pdp-teal-soft); border-bottom: 2px solid var(--pdp-teal); color: var(--pdp-teal-d); font-weight: 800; }
.hpf-pdp__compare thead th.is-other { font-weight: 700; color: var(--pdp-body); }
.hpf-pdp__compare thead th small { display: block; font-size: 11.5px; font-weight: 500; color: var(--pdp-muted); }
.hpf-pdp__compare-badge { display: block; font-size: 11px; font-weight: 800; color: #fff; background: var(--pdp-teal); border-radius: 999px; padding: 3px 10px; margin-top: 6px; width: fit-content; }
.hpf-pdp__compare tbody th { font-weight: 700; border-top: 1px solid var(--pdp-line); color: var(--pdp-ink); }
.hpf-pdp__compare tbody td { border-top: 1px solid var(--pdp-line); }
.hpf-pdp__compare tbody td.is-ours { background: var(--pdp-teal-soft); font-weight: 800; color: var(--pdp-teal-d); }
.hpf-pdp__compare .is-yes { color: var(--pdp-teal-d); font-weight: 800; }
.hpf-pdp__compare .is-no { color: var(--pdp-pink-d); font-weight: 700; }

/* =========================================================
 * 8. YOU MAY ALSO LIKE
 * =======================================================*/
.hpf-pdp__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
@media (max-width: 900px) { .hpf-pdp__related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hpf-pdp__related-grid { grid-template-columns: 1fr; } }
.hpf-pdp__rel-card {
	display: flex; flex-direction: column; background: #fff; border: 1px solid var(--pdp-line); border-radius: 16px;
	overflow: hidden; text-decoration: none; color: inherit; transition: transform .25s, box-shadow .25s;
}
.hpf-pdp__rel-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(29, 35, 39, .09); color: inherit; }
.hpf-pdp__rel-media { position: relative; aspect-ratio: 1/1; background: var(--pdp-teal-soft); }
.hpf-pdp__rel-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hpf-pdp__rel-badge { position: absolute; top: 10px; left: 10px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .3px; padding: 4px 10px; border-radius: 999px; }
.hpf-pdp__rel-badge--sale { background: var(--pdp-pink); }
.hpf-pdp__rel-badge--new { background: var(--pdp-teal); }
.hpf-pdp__rel-info { padding: 14px 14px 0; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.hpf-pdp__rel-title { font-weight: 700; font-size: 14px; color: var(--pdp-ink); line-height: 1.35; }
.hpf-pdp__rel-rating { font-size: 12px; color: var(--pdp-pink); font-weight: 600; }
.hpf-pdp__rel-rating span { color: var(--pdp-muted); font-weight: 500; }
.hpf-pdp__rel-price { font-weight: 800; font-size: 15px; color: var(--pdp-ink); }
.hpf-pdp__rel-price del { color: var(--pdp-muted); font-weight: 500; font-size: 13px; }
.hpf-pdp__rel-price ins { text-decoration: none; color: var(--pdp-ink); }
.hpf-pdp__rel-price .amount { white-space: nowrap; }
.hpf-pdp__rel-btn {
	margin: 12px 14px 14px; height: 40px; border: 1.5px solid var(--pdp-teal); border-radius: 10px; background: #fff; color: var(--pdp-teal-d);
	font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; transition: all .2s;
	display: flex; align-items: center; justify-content: center;
}
.hpf-pdp__rel-btn:hover { background: var(--pdp-teal); color: #fff; }
.hpf-pdp__rel-btn.is-loading { opacity: .7; pointer-events: none; }
.hpf-pdp__rel-btn.is-added { background: var(--pdp-teal); color: #fff; border-color: var(--pdp-teal); }

/* =========================================================
 * 9. TRUST
 * =======================================================*/
.hpf-pdp__trust { background: var(--pdp-teal-soft); border-radius: 16px; padding: 28px; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 18px; text-align: center; }
.hpf-pdp__trust-item .hpf-pdp__trust-ico { width: 44px; height: 44px; margin: 0 auto 8px; border-radius: 12px; background: #fff; color: var(--pdp-teal-d); display: grid; place-items: center; }
.hpf-pdp__trust-label { font-weight: 800; font-size: 13.5px; color: var(--pdp-ink); }

/* =========================================================
 * 10. STICKY ADD-TO-CART BAR
 * =======================================================*/
.hpf-pdp-sticky {
	/* Rendered outside .hpf-pdp, so redefine the design tokens it relies on
	   (otherwise var(--pdp-teal) etc. are undefined and the button goes invisible). */
	--pdp-ink: #1d2327; --pdp-body: #414141; --pdp-muted: #6c6c6c; --pdp-line: #e7e7e3;
	--pdp-teal: #60babf; --pdp-teal-d: #3f989d; --pdp-teal-soft: #e7f4f5;
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--pdp-line);
	box-shadow: 0 -10px 30px rgba(29, 35, 39, .12); transform: translateY(110%); opacity: 0; pointer-events: none;
	transition: transform .35s ease, opacity .35s ease; font-family: 'Nunito', sans-serif;
}
.hpf-pdp-sticky.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.hpf-pdp-sticky__inner { max-width: 1220px; margin: 0 auto; padding: 10px 16px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hpf-pdp-sticky__thumb { width: 52px; height: 52px; border-radius: 10px; overflow: hidden; background: var(--pdp-teal-soft); flex: none; }
.hpf-pdp-sticky__thumb img { width: 100%; height: 100%; object-fit: cover; }
.hpf-pdp-sticky__info { min-width: 140px; flex: 1; }
.hpf-pdp-sticky__name { font-weight: 800; font-size: 14px; color: var(--pdp-ink); line-height: 1.3; }
.hpf-pdp-sticky__mode { font-size: 12.5px; color: var(--pdp-muted); }
.hpf-pdp-sticky__price { font-family: 'Quicksand', sans-serif; font-weight: 800; font-size: 19px; color: var(--pdp-ink); }
.hpf-pdp-sticky__qty { display: flex; align-items: center; border: 1.5px solid var(--pdp-line); border-radius: 10px; overflow: hidden; }
.hpf-pdp-sticky__qty button { width: 40px; height: 44px; border: 0; background: transparent; font-size: 18px; color: var(--pdp-body); cursor: pointer; font-family: 'Nunito', sans-serif; }
.hpf-pdp-sticky__qty button:hover { background: var(--pdp-teal-soft); }
.hpf-pdp-sticky__qty span { min-width: 28px; text-align: center; font-weight: 800; font-size: 14px; }
.hpf-pdp-sticky__add { flex: 1; min-width: 170px; height: 48px; border: 0; border-radius: 11px; background: var(--pdp-teal); color: #fff; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 800; cursor: pointer; transition: background .2s; }
.hpf-pdp-sticky__add:hover { background: var(--pdp-teal-d); }

/* Hide the theme's own sticky ATC bar so the two don't stack. */
.single-product [data-hpf-sticky-atc] { display: none !important; }

/* =========================================================
 * RESPONSIVE
 * =======================================================*/
@media (max-width: 900px) {
	.hpf-pdp__hero { grid-template-columns: 1fr; gap: 30px; }
	.hpf-pdp__fbt-summary { border-left: 0; border-top: 1px dashed var(--pdp-line); padding-left: 0; padding-top: 20px; }
}
@media (max-width: 600px) {
	/* The badge carries the delivery perk too now, which is far too long to hang
	   off the top border on a phone. Drop it into the flow at the top of the
	   option: it can then wrap freely instead of running past the card edge, and
	   being in flow it reserves its own height rather than covering the name. */
	.hpf-pdp__opt-badge {
		position: static;
		display: inline-block;
		margin-bottom: 12px;
		white-space: normal;
		font-size: 10.5px;
		letter-spacing: .3px;
	}
	.hpf-pdp__cta { flex-wrap: wrap; }
	.hpf-pdp__addcart { flex: 1 1 100%; order: 3; }
	.hpf-pdp__buynow { flex: 1 1 100%; order: 4; }
	.hpf-pdp-sticky__price, .hpf-pdp-sticky__mode { display: none; }
}
