/* ═══════════════════════════════════════════════════
   FEROZZI PDP — 2026 US Premium Furniture
   Production-Ready • Rove Concepts / RH / Article Level
   ═══════════════════════════════════════════════════ */

/* ─── Override main.css legacy PDP rules ─── */
.fz-pdp .fz-pdp__top,
.fz-pdp .fz-pdp__wrap,
.fz-pdp .fz-gallery__desktop,
.fz-pdp .fz-gallery__mobile,
.fz-pdp .fz-buy__cat,
.fz-pdp .fz-buy__subtitle,
.fz-pdp .fz-buy__micro,
.fz-pdp .fz-buy__help,
.fz-pdp .fz-buy__details,
.fz-pdp .fz-tabs,
.fz-pdp .fz-related,
.fz-pdp .fz-pdp__reviews { display: none !important; }

/* ─── PDP Base ─── */
.fz-pdp { background: var(--fz-bg); padding-bottom: 0; overflow-x: hidden; }
.fz-pdp__notices { padding: 0; }
.fz-pdp__notices .woocommerce-message,
.fz-pdp__notices .woocommerce-error,
.fz-pdp__notices .woocommerce-info { margin-top: 16px; }
.fz-pdp__below { margin-top: 0; max-width: none !important; padding: 0 !important; }

/* Prevent horizontal scroll on PDP */
body.single-product { overflow-x: hidden; }

/* ─── Section Spacing Standard ─── */
.fz-pdp__below > section,
.fz-pdp__below > .fz-pdp-feature,
.fz-pdp__below > .fz-pdp-trust,
.fz-pdp__below > .fz-pdp-tabs,
.fz-pdp__below > .fz-pdp-also,
.fz-pdp__below > .fz-pdp-compare,
.fz-pdp__below > .fz-pdp-reviews,
.fz-pdp__below > .fz-pdp-services,
.fz-pdp__below > .fz-pdp-faq {
    --section-spacing: clamp(64px, 8vw, 96px);
}

/* ═══════════════════════════════════════════════════
   1. HERO — gallery left, buy panel right
   ═══════════════════════════════════════════════════ */
.fz-pdp__hero {
    max-width: var(--fz-container);
    margin: 0 auto;
    padding: 0 var(--fz-gutter);
    box-sizing: border-box;
    width: 100%;
}
.fz-pdp__hero .fz-breadcrumb { padding: 8px 0; }
.fz-pdp__hero-inner {
    display: grid;
    grid-template-columns: 58fr 42fr;
    gap: 56px;
    align-items: start;
    padding: 0;
    max-width: 100%;
}

/* ─── Gallery ─── */
.fz-pdp .fz-gallery { position: relative; width: 100%; min-width: 0; padding: 0; margin: 0; }
.fz-pdp .fz-gallery__main { position: relative; overflow: hidden; background: var(--fz-white); line-height: 0; }
.fz-pdp .fz-gallery__track {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.fz-pdp .fz-gallery__track::-webkit-scrollbar { display: none; }
.fz-pdp .fz-gallery__slide {
    flex: 0 0 100%; scroll-snap-align: start; cursor: zoom-in;
}
.fz-pdp .fz-gallery__slide img {
    width: 100%; aspect-ratio: 5 / 4; object-fit: cover; display: block;
}
.fz-gallery__counter {
    position: absolute; bottom: 16px; right: 16px;
    background: rgba(0,0,0,0.5); color: #fff;
    font-size: 0.75rem; font-weight: 500; letter-spacing: 0.06em;
    padding: 6px 14px; pointer-events: none;
}
.fz-gallery__arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
    width: 44px; height: 44px; background: rgba(255,255,255,0.92);
    border: none; display: flex; align-items: center; justify-content: center;
    cursor: pointer; opacity: 0; transition: opacity 0.2s;
}
.fz-gallery__main:hover .fz-gallery__arrow { opacity: 1; }
.fz-gallery__arrow:hover { background: #fff; }
.fz-gallery__arrow--prev { left: 16px; }
.fz-gallery__arrow--next { right: 16px; }
.fz-gallery__thumbs {
    display: flex; gap: 8px; padding: 12px 0 0;
    overflow-x: auto; scrollbar-width: none;
}
.fz-gallery__thumbs::-webkit-scrollbar { display: none; }
.fz-gallery__thumb {
    flex: 0 0 88px; width: 88px; height: 88px;
    border: 2px solid transparent; border-bottom: 2px solid transparent;
    padding: 0; background: none;
    cursor: pointer; opacity: 0.5; transition: opacity 0.2s, border-color 0.2s;
}
.fz-gallery__thumb.is-active,
.fz-gallery__thumb:hover { opacity: 1; border-bottom-color: var(--fz-black); border-bottom-width: 3px; }
.fz-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fz-gallery--placeholder .fz-gallery__placeholder {
    aspect-ratio: 5 / 4; display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    background: var(--fz-bg-warm); color: var(--fz-gray-500);
    gap: 12px; font-size: 0.8125rem; letter-spacing: 0.06em; text-transform: uppercase;
}

/* ─── Buy Panel (right sticky) ─── */
.fz-pdp .fz-buy { position: sticky; top: 120px; align-self: start; padding: 8px 0 32px; min-width: 0; max-width: 100%; }
.fz-pdp .fz-buy__rating {
    display: inline-flex; align-items: center; gap: 8px;
    margin-bottom: 12px; text-decoration: none;
}
.fz-buy__stars { display: flex; gap: 2px; }
.fz-buy__review-count {
    font-size: 0.75rem; color: var(--fz-muted);
    text-decoration: underline; text-underline-offset: 3px;
}
.fz-pdp .fz-buy__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 400; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px;
}
.fz-pdp .fz-buy__price {
    font-family: var(--fz-font-sans); font-size: 1.5rem; font-weight: 500;
    margin-bottom: 20px; letter-spacing: -0.01em;
}
.fz-buy__price del { opacity: 0.5; margin-right: 8px; font-weight: 400; }
.fz-buy__price ins { text-decoration: none; color: var(--fz-sale); font-weight: 600; }
.fz-buy__price-custom { font-style: italic; color: var(--fz-muted); font-weight: 400; font-size: 1rem; }
.fz-buy__desc { font-size: 0.9375rem; line-height: 1.75; color: var(--fz-muted); margin-bottom: 24px; }
.fz-buy__desc p { margin-bottom: 8px; }
.fz-buy__desc p:last-child { margin-bottom: 0; }
.fz-pdp .fz-buy__divider { border: none; border-top: 1px solid var(--fz-divider); margin: 0 0 20px; }
.fz-pdp .fz-buy__sku {
    display: block; font-size: 0.6875rem; color: var(--fz-gray-500);
    letter-spacing: 0.04em; margin-bottom: 20px;
}
.fz-pdp .fz-buy__form { margin-bottom: 16px; }
.fz-pdp .fz-buy__form .cart { display: flex; flex-direction: column; gap: 0; }
.fz-pdp .fz-buy__form .variations { margin-bottom: 16px; width: 100%; }
.fz-pdp .fz-buy__form .variations table { width: 100%; border: none; border-collapse: collapse; }
.fz-pdp .fz-buy__form .variations tbody { display: block; width: 100%; }
.fz-pdp .fz-buy__form .variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}
.fz-pdp .fz-buy__form .variations td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    text-align: left;
}
.fz-pdp .fz-buy__form .variations td.label {
    order: 1;
    text-align: left;
}
.fz-pdp .fz-buy__form .variations td.value {
    order: 2;
    text-align: left;
}
.fz-pdp .fz-buy__form .variations .label label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fz-text);
    margin: 0;
    display: block;
    line-height: 1.3;
    text-align: left;
    width: 100%;
}
.fz-pdp .fz-buy__form .variations select {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid var(--fz-gray-300);
    font-size: 0.875rem; font-family: var(--fz-font-sans); background: var(--fz-white);
    outline: none; border-radius: 0; -webkit-appearance: none; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px;
    transition: border-color var(--fz-dur);
}
.fz-pdp .fz-buy__form .variations select:focus { border-color: var(--fz-text); }
.fz-pdp .fz-buy__form .quantity {
    display: inline-flex; align-items: center;
    border: 1px solid var(--fz-gray-300); height: 52px; margin-bottom: 16px;
}
.fz-pdp .fz-buy__form .quantity input[type="number"] {
    width: 64px; text-align: center; border: none; padding: 0; height: 100%;
    font-size: 1rem; font-weight: 500; font-family: var(--fz-font-sans);
    outline: none; -moz-appearance: textfield; background: transparent;
}
.fz-pdp .fz-buy__form .quantity input::-webkit-inner-spin-button,
.fz-pdp .fz-buy__form .quantity input::-webkit-outer-spin-button { -webkit-appearance: none; }

/* Quantity +/- buttons */
.fz-pdp .fz-buy__form .quantity .qty-btn,
.fz-pdp .fz-buy__form .quantity button {
    width: 48px;
    height: 100%;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--fz-text);
    transition: background 0.15s;
}
.fz-pdp .fz-buy__form .quantity .qty-btn:hover,
.fz-pdp .fz-buy__form .quantity button:hover {
    background: var(--fz-bg-warm);
}
.fz-pdp .fz-buy__form .woocommerce-variation-price { margin-bottom: 12px; font-size: 1.125rem; font-weight: 500; }
.fz-pdp .fz-buy__form .single_variation_wrap { width: 100%; }
.fz-pdp .fz-buy__form .woocommerce-variation-add-to-cart { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.fz-pdp .fz-buy__form .reset_variations { font-size: 0.75rem; color: var(--fz-muted); text-decoration: underline; margin-top: 4px; }
.fz-pdp .fz-buy .single_add_to_cart_button,
.fz-pdp .fz-buy__cta {
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 56px;
    background: var(--fz-black); color: var(--fz-white);
    border: 1px solid var(--fz-black); border-radius: 0;
    font-family: var(--fz-font-sans); font-size: 0.8125rem; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    cursor: pointer; transition: background 0.2s; line-height: 1;
}
.fz-pdp .fz-buy .single_add_to_cart_button:hover,
.fz-pdp .fz-buy__cta:hover { background: var(--fz-dark); }
.fz-buy__actions {
    display: flex; gap: 20px; padding: 16px 0;
    border-bottom: 1px solid var(--fz-divider); margin-bottom: 24px;
}
.fz-buy__action-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: none; border: none; padding: 0;
    font-family: var(--fz-font-sans); font-size: 0.8125rem;
    color: var(--fz-muted); cursor: pointer; transition: color 0.15s;
    letter-spacing: 0.02em;
}
.fz-buy__action-btn:hover { color: var(--fz-text); }
.fz-buy__action-btn svg { flex-shrink: 0; }
.fz-buy__action-btn.is-active svg { fill: #b44040; stroke: #b44040; }
.fz-buy__trust { display: flex; flex-direction: column; gap: 14px; padding-top: 24px; border-top: 1px solid var(--fz-divider); }
.fz-buy__trust-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.8125rem; color: var(--fz-text); font-weight: 400; letter-spacing: 0.01em;
}
.fz-buy__trust-item svg { flex-shrink: 0; opacity: 0.7; width: 20px; height: 20px; color: var(--color-accent); }

/* ═══════════════════════════════════════════════════
   2. FEATURE BANNER — Editorial CTA below hero
   ═══════════════════════════════════════════════════ */
.fz-pdp-feature { margin: var(--section-spacing, clamp(64px, 8vw, 96px)) 0; }
.fz-pdp-feature__inner {
    position: relative; width: 100%; overflow: hidden;
    max-width: var(--fz-container); margin: 0 auto; padding: 0 var(--fz-gutter); box-sizing: border-box;
}
.fz-pdp-feature__media { width: 100%; border-radius: 2px; overflow: hidden; }
.fz-pdp-feature__media img {
    width: 100%; height: clamp(320px, 30vw, 480px); object-fit: cover; display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fz-pdp-feature__inner:hover .fz-pdp-feature__media img {
    transform: scale(1.02);
}
/* Hide placeholder entirely when no image — production sites should always have content */
.fz-pdp-feature__placeholder {
    display: none;
}
/* Hide the entire feature section if it only has a placeholder */
.fz-pdp-feature:has(.fz-pdp-feature__placeholder):not(:has(.fz-pdp-feature__media img)) {
    display: none;
}
.fz-pdp-feature__overlay {
    position: absolute; bottom: 0; right: var(--fz-gutter);
    background: rgba(255,255,255,0.97); padding: clamp(28px, 3vw, 44px) clamp(32px, 3.5vw, 52px);
    max-width: 420px; backdrop-filter: blur(8px);
    box-shadow: 0 -4px 24px rgba(0,0,0,0.04);
}
.fz-pdp-feature__title {
    font-family: var(--fz-font-heading); font-size: clamp(1.375rem, 2vw, 1.75rem); font-weight: 400;
    line-height: 1.3; margin-bottom: 16px; color: var(--fz-text); letter-spacing: -0.01em;
}
.fz-pdp-feature__btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--fz-font-sans); font-size: 0.75rem; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--fz-text);
    border-bottom: 1px solid var(--fz-text); padding-bottom: 3px;
    transition: gap 0.2s ease, opacity 0.2s ease;
}
.fz-pdp-feature__btn:hover { gap: 12px; opacity: 0.7; }

/* ═══════════════════════════════════════════════════
   3. TRUST BAR — Confidence indicators
   ═══════════════════════════════════════════════════ */
.fz-pdp-trust {
    background: var(--fz-bg-warm);
    border-top: 1px solid var(--fz-divider);
    border-bottom: 1px solid var(--fz-divider);
    padding: clamp(20px, 2.5vw, 28px) 0;
}
.fz-pdp-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    gap: 24px;
    width: 100%;
    text-align: center;
}
.fz-pdp-trust__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--fz-text);
    white-space: nowrap;
    width: auto;
    max-width: 100%;
}
.fz-pdp-trust__item svg { opacity: 0.55; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════
   4. TABS — Rove Concepts style
   Overview: 2-column (text left + lifestyle images right)
   ═══════════════════════════════════════════════════ */
.fz-pdp-tabs { padding: 72px 0; }
.fz-pdp-tabs__bar {
    display: flex; gap: 0;
    border-bottom: 1px solid var(--fz-divider); margin-bottom: 56px;
}
.fz-pdp-tabs__btn {
    padding: 16px 36px;
    font-family: var(--fz-font-sans); font-size: 0.8125rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase; color: var(--fz-muted);
    background: none; border: none; border-bottom: 2px solid transparent;
    cursor: pointer; transition: color 0.15s, border-color 0.15s; margin-bottom: -1px;
}
.fz-pdp-tabs__btn:hover { color: var(--fz-text); }
.fz-pdp-tabs__btn.is-active { color: var(--fz-text); border-bottom-color: var(--fz-text); }
.fz-pdp-tabs__pane { display: none; }
.fz-pdp-tabs__pane.is-active { display: block; }

/* Overview tab: 2-column grid */
.fz-pdp-tabs__overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.fz-pdp-tabs__overview-text {}
.fz-pdp-tabs__text { font-size: 1rem; line-height: 1.85; color: var(--fz-muted); max-width: 70ch; }
.fz-pdp-tabs__text p { margin-bottom: 16px; }
.fz-pdp-tabs__specs { width: 100%; margin-top: 32px; border-collapse: collapse; }
.fz-pdp-tabs__specs th,
.fz-pdp-tabs__specs td { padding: 14px 0; border-bottom: 1px solid var(--fz-divider); font-size: 0.875rem; text-align: left; }
.fz-pdp-tabs__specs th { font-weight: 500; color: var(--fz-text); width: 160px; }
.fz-pdp-tabs__specs td { color: var(--fz-muted); }

/* Overview images grid (right side) */
.fz-pdp-tabs__overview-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.fz-pdp-tabs__overview-img {
    display: block; overflow: hidden; aspect-ratio: 4 / 3;
}
.fz-pdp-tabs__overview-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.5s var(--fz-ease);
}
.fz-pdp-tabs__overview-img:hover img { transform: scale(1.04); }

/* Dimensions tab: text left, images right — no overlap */
.fz-pdp-tabs__dims-grid {
    display: grid;
    grid-template-columns: minmax(280px, 380px) 1fr;
    gap: 48px;
    align-items: start;
}
.fz-pdp-tabs__dims-table {
    font-size: 0.875rem;
    line-height: 1.7;
}
.fz-pdp-tabs__dims-visual {
    display: flex; flex-direction: column; gap: 16px;
    color: var(--fz-gray-400);
}
.fz-pdp-tabs__dims-visual img {
    width: 100%; height: auto; display: block; object-fit: contain;
    background: var(--fz-white);
    padding: 0;
    border: none;
    border-radius: 0;
}

/* Shipping & Care tab */
.fz-pdp-tabs__details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.fz-pdp-tabs__details-grid h4 {
    font-family: var(--fz-font-heading); font-size: 0.8125rem; font-weight: 500;
    letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 16px;
}
.fz-pdp-tabs__details-grid ul { list-style: none; padding: 0; }
.fz-pdp-tabs__details-grid li {
    font-size: 0.875rem; color: var(--fz-muted); line-height: 1.6;
    padding: 6px 0 6px 16px; position: relative;
}
.fz-pdp-tabs__details-grid li::before {
    content: ''; position: absolute; left: 0; top: 14px;
    width: 4px; height: 4px; border-radius: 50%; background: var(--fz-gray-300);
}
.fz-pdp-tabs__details-grid a { color: var(--fz-text); text-decoration: underline; text-underline-offset: 3px; }

/* ═══════════════════════════════════════════════════
   5. COMPARISON
   ═══════════════════════════════════════════════════ */
.fz-pdp-compare { padding: 72px 0; background: var(--fz-white); }
.fz-pdp-compare__title {
    font-family: var(--fz-font-heading); font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400; text-align: center; margin-bottom: 48px;
}
.fz-pdp-compare__table { max-width: 800px; margin: 0 auto; }
.fz-pdp-compare__header,
.fz-pdp-compare__row { display: grid; grid-template-columns: 1fr 140px 140px; align-items: center; }
.fz-pdp-compare__header { padding-bottom: 16px; border-bottom: 1px solid var(--fz-divider); }
.fz-pdp-compare__col-label {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em;
    text-transform: uppercase; text-align: center; color: var(--fz-muted);
}
.fz-pdp-compare__col-label:nth-child(2) {
    background: rgba(139,115,85,0.05);
    padding: 8px 0;
}
.fz-pdp-compare__row { padding: 18px 0; border-bottom: 1px solid var(--fz-divider); }
.fz-pdp-compare__row > :nth-child(2) {
    background: rgba(139,115,85,0.05);
    padding: 16px 0;
}
.fz-pdp-compare__feature { font-size: 0.9375rem; color: var(--fz-text); }
.fz-pdp-compare__check { display: flex; justify-content: center; }
.fz-pdp-compare__check--yes { color: var(--color-accent, #8B7355); }
.fz-pdp-compare__check--no { color: rgba(139,37,0,0.4); }

/* ═══════════════════════════════════════════════════
   6. ANNOTATED
   ═══════════════════════════════════════════════════ */
.fz-pdp-annotated { padding: 72px 0; }
.fz-pdp-annotated__title {
    font-family: var(--fz-font-heading); font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400; text-align: center; margin-bottom: 48px;
}
.fz-pdp-annotated__wrap { position: relative; max-width: 900px; margin: 0 auto; }
.fz-pdp-annotated__img { width: 100%; display: block; }
.fz-pdp-annotated__label { position: absolute; transform: translate(-50%, -50%); z-index: 2; }
.fz-pdp-annotated__dot {
    display: block; width: 12px; height: 12px; border-radius: 50%;
    background: var(--fz-white); border: 2px solid var(--fz-black); cursor: pointer; position: relative;
}
.fz-pdp-annotated__dot::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%); width: 24px; height: 24px;
    border-radius: 50%; border: 1px solid rgba(0,0,0,0.15); animation: fz-pulse 2s infinite;
}
@keyframes fz-pulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1.8); opacity: 0; }
}
.fz-pdp-annotated__text {
    position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
    background: var(--fz-white); padding: 6px 12px;
    font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.03em; white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08); opacity: 0; pointer-events: none; transition: opacity 0.2s;
}
.fz-pdp-annotated__label:hover .fz-pdp-annotated__text { opacity: 1; }

/* ═══════════════════════════════════════════════════
   7. FAQ — override main.css legacy max-width
   ═══════════════════════════════════════════════════ */
.fz-pdp .fz-pdp-faq { padding: 72px 0; background: var(--fz-white); max-width: none; border-top: 1px solid var(--fz-divider); }
.fz-pdp-faq__title {
    font-family: var(--fz-font-heading); font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400; text-align: center; margin-bottom: 48px;
}
.fz-pdp-faq .fz-accordion { max-width: 780px; margin: 0 auto; }
.fz-pdp .fz-accordion__item { border-bottom: 1px solid var(--fz-divider); transition: border-left 0.3s ease, padding-left 0.3s ease; }
.fz-pdp .fz-accordion__item.is-open {
    border-left: 3px solid var(--fz-black);
    padding-left: 16px;
    background: transparent;
}
.fz-pdp .fz-accordion__trigger {
    display: flex; justify-content: space-between; align-items: center;
    width: 100%; padding: 24px 0;
    font-size: 1rem; font-weight: 500; color: var(--fz-text);
    background: none; border: none; cursor: pointer; text-align: left;
}
.fz-pdp .fz-accordion__trigger:hover,
.fz-pdp .fz-accordion__item.is-open .fz-accordion__trigger {
    color: var(--fz-text);
}
.fz-pdp .fz-accordion__trigger svg { flex-shrink: 0; transition: transform 0.2s; color: var(--fz-text); }
.fz-pdp .fz-accordion__trigger[aria-expanded="true"] svg { transform: rotate(45deg); }
.fz-pdp .fz-accordion__content {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--fz-muted);
    transition: max-height 0.35s ease, padding 0.35s ease;
}
.fz-pdp .fz-accordion__item.is-open .fz-accordion__content {
    max-height: 480px;
    padding: 0 0 22px;
}
.fz-pdp .fz-accordion__content[hidden] {
    display: none !important;
    max-height: 0 !important;
    padding: 0 !important;
}
.fz-pdp .fz-accordion__content a { color: var(--fz-text); text-decoration: underline; }

/* ═══════════════════════════════════════════════════
   8. REVIEWS — Rove Concepts 2-column layout
   LEFT sidebar: score + distribution + write review
   RIGHT: stacked review cards
   ═══════════════════════════════════════════════════ */
.fz-pdp-reviews { padding: 72px 0; background: var(--fz-bg); }
.fz-pdp-reviews__heading {
    font-family: var(--fz-font-heading);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    margin-bottom: 48px;
}

/* 2-column layout */
.fz-pdp-reviews__layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 64px;
    align-items: start;
}

/* Sidebar */
.fz-pdp-reviews__sidebar {
    position: sticky;
    top: 120px;
}
.fz-pdp-reviews__score {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 12px;
}
.fz-pdp-reviews__score-num {
    font-family: var(--fz-font-heading);
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--fz-text);
}
.fz-pdp-reviews__score-max {
    font-size: 1rem;
    color: var(--fz-gray-400);
    font-weight: 400;
}
.fz-pdp-reviews__stars-row {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
}
.fz-pdp-reviews__count-text {
    font-size: 0.8125rem;
    color: var(--fz-muted);
    margin-bottom: 28px;
}

/* Distribution bars */
.fz-pdp-reviews__dist {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-pdp-reviews__dist-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.fz-pdp-reviews__dist-label {
    font-size: 0.75rem;
    color: var(--fz-muted);
    width: 14px;
    text-align: right;
    flex-shrink: 0;
}
.fz-pdp-reviews__dist-row svg { flex-shrink: 0; opacity: 0.4; }
.fz-pdp-reviews__dist-bar {
    flex: 1;
    height: 6px;
    background: var(--fz-gray-200);
    overflow: hidden;
}
.fz-pdp-reviews__dist-fill {
    height: 100%;
    background: var(--fz-black);
    transition: width 0.4s ease;
}
.fz-pdp-reviews__dist-count {
    font-size: 0.75rem;
    color: var(--fz-gray-500);
    width: 20px;
    flex-shrink: 0;
}

/* Write a Review button */
.fz-pdp-reviews__write-btn {
    display: block;
    width: 100%;
    padding: 16px 0;
    background: none;
    border: 1px solid var(--fz-black);
    font-family: var(--fz-font-sans);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fz-text);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.fz-pdp-reviews__write-btn:hover {
    background: var(--fz-black);
    color: var(--fz-white);
}

/* Review cards (right column) */
.fz-pdp-reviews__cards {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.fz-pdp-reviews__card {
    padding: 28px 0;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-pdp-reviews__card:first-child { padding-top: 0; }
.fz-pdp-reviews__card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.fz-pdp-reviews__card-stars { display: flex; gap: 2px; }
.fz-pdp-reviews__card-date {
    font-size: 0.6875rem;
    color: var(--fz-gray-500);
    letter-spacing: 0.02em;
}
.fz-pdp-reviews__card-text {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: var(--fz-muted);
    margin-bottom: 14px;
}
.fz-pdp-reviews__card-footer {
    display: flex;
    align-items: center;
    gap: 12px;
}
.fz-pdp-reviews__card-author {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--fz-text);
}
.fz-pdp-reviews__card-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fz-success);
}
.fz-pdp-reviews__card-verified svg { flex-shrink: 0; }

/* Empty state */
.fz-pdp-reviews__empty {
    padding: 56px 0;
    color: var(--fz-muted);
    font-size: 1rem;
    text-align: center;
}

/* Review form */
.fz-pdp-reviews__form {
    max-width: 600px;
    margin: 40px auto 0;
    padding-top: 40px;
    border-top: 1px solid var(--fz-divider);
}
.fz-pdp-reviews__form .comment-respond { max-width: 100%; }
.fz-pdp-reviews__form .comment-reply-title {
    font-family: var(--fz-font-heading); font-size: 1.25rem; font-weight: 400; margin-bottom: 20px;
}
.fz-pdp-reviews__form .comment-form-rating label {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em;
    text-transform: uppercase; display: block; margin-bottom: 8px;
}
.fz-pdp-reviews__form .comment-form-comment textarea,
.fz-pdp-reviews__form .comment-form input[type="text"],
.fz-pdp-reviews__form .comment-form input[type="email"] {
    width: 100%; padding: 12px 14px; border: 1px solid var(--fz-gray-300);
    font-size: 0.875rem; font-family: var(--fz-font-sans); outline: none;
    border-radius: 0; transition: border-color var(--fz-dur);
}
.fz-pdp-reviews__form .comment-form textarea:focus,
.fz-pdp-reviews__form .comment-form input:focus { border-color: var(--fz-text); }
.fz-pdp-reviews__form .comment-form label {
    font-size: 0.75rem; font-weight: 500; display: block; margin-bottom: 6px; color: var(--fz-text);
}
.fz-pdp-reviews__form .form-submit .submit {
    background: var(--fz-black); color: var(--fz-white); border: 1px solid var(--fz-black);
    border-radius: 0; padding: 14px 36px; font-size: 0.8125rem; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s;
}
.fz-pdp-reviews__form .form-submit .submit:hover { background: var(--fz-dark); }
.fz-pdp-reviews__form #comments { display: none; }

/* ═══════════════════════════════════════════════════
   9. SERVICE CARDS
   ═══════════════════════════════════════════════════ */
.fz-pdp-services { padding: 64px 0; background: var(--fz-white); }
.fz-pdp-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fz-pdp-services__card {
    background: var(--fz-bg); border: 1px solid var(--fz-divider);
    padding: 44px 36px; display: flex; flex-direction: column; transition: border-color 0.2s;
}
.fz-pdp-services__card:hover { border-color: var(--fz-gray-300); }
.fz-pdp-services__card-title {
    font-family: var(--fz-font-heading); font-size: 1.375rem; font-weight: 500; margin-bottom: 14px;
}
.fz-pdp-services__card-desc {
    font-size: 0.875rem; line-height: 1.7; color: var(--fz-muted); margin-bottom: 24px; flex: 1;
}
.fz-pdp-services__card-link {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--fz-text); border-bottom: 1px solid var(--fz-text);
    align-self: flex-start; padding-bottom: 2px; transition: opacity 0.15s;
}
.fz-pdp-services__card-link:hover { opacity: 0.6; }

/* ═══════════════════════════════════════════════════
   10. PEOPLE ALSO BOUGHT / YOU MAY ALSO LIKE
   ═══════════════════════════════════════════════════ */
.fz-pdp-also { padding: 72px 0; background: var(--fz-white); overflow: hidden; }
.fz-pdp-also__header {
    display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px;
}
.fz-pdp-also__title {
    font-family: var(--fz-font-heading); font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 400;
}
.fz-pdp-also__nav { display: flex; gap: 8px; }
.fz-pdp-also__arrow {
    width: 44px; height: 44px; border: 1px solid var(--fz-gray-300);
    display: flex; align-items: center; justify-content: center;
    background: var(--fz-white); cursor: pointer; transition: all 0.15s;
    border-radius: 50%;
}
.fz-pdp-also__arrow:hover { border-color: var(--fz-text); background: var(--fz-black); color: var(--fz-white); }
.fz-pdp-also__track {
    display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; cursor: grab;
}
.fz-pdp-also__track::-webkit-scrollbar { display: none; }
.fz-pdp-also__card {
    flex: 0 0 calc(25% - 18px); scroll-snap-align: start;
    display: flex; flex-direction: column; min-width: 240px; text-decoration: none; color: inherit;
}
.fz-pdp-also__card-img {
    aspect-ratio: 3 / 4; overflow: hidden; background: var(--fz-bg); margin-bottom: 14px; min-height: 280px;
}
.fz-pdp-also__card-img img {
    width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--fz-ease);
}
.fz-pdp-also__card:hover .fz-pdp-also__card-img img { transform: scale(1.03); }
.fz-pdp-also__card-name { font-size: 0.875rem; font-weight: 500; line-height: 1.4; margin-bottom: 6px; color: var(--fz-text); }
.fz-pdp-also__card-price { font-size: 0.875rem; color: var(--fz-muted); }

/* ═══════════════════════════════════════════════════
   11. STICKY BOTTOM BAR
   ═══════════════════════════════════════════════════ */
.fz-pdp ~ .fz-sticky-bar,
.fz-sticky-bar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 1050;
    height: 64px; background: var(--fz-white);
    border-top: 1px solid var(--fz-divider);
    transform: translateY(100%); transition: transform 0.3s var(--fz-ease);
}
.fz-sticky-bar.is-visible { transform: translateY(0); }
.fz-sticky-bar__inner {
    max-width: var(--fz-container); margin: 0 auto; padding: 0 var(--fz-gutter);
    height: 100%; display: flex; align-items: center; justify-content: space-between;
}
.fz-sticky-bar__info { display: flex; align-items: center; gap: 16px; }
.fz-sticky-bar__title { font-family: var(--fz-font-heading); font-size: 1.0625rem; font-weight: 500; }
.fz-sticky-bar__rating {
    display: inline-flex; align-items: center; gap: 4px; font-size: 0.75rem; color: var(--fz-muted);
}
.fz-sticky-bar__review-count { font-size: 0.6875rem; color: var(--fz-gray-400); }
.fz-sticky-bar__price { font-size: 0.9375rem; color: var(--fz-text); font-weight: 500; }
.fz-sticky-bar__action .fz-btn--sm { height: 44px; padding: 0 32px; font-size: 0.75rem; letter-spacing: 0.1em; }

/* ═══════════════════════════════════════════════════
   CAMPAIGN BANNER
   ═══════════════════════════════════════════════════ */
.fz-buy__campaign {
    background: var(--fz-bg-warm);
    border-left: 3px solid var(--color-accent);
    padding: 16px 20px;
    margin-bottom: 20px;
}
.fz-buy__campaign-title {
    display: block;
    font-family: var(--fz-font-sans);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 8px;
}
.fz-buy__campaign-text {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--fz-muted);
}
.fz-buy__campaign-link {
    font-weight: 600;
    color: var(--fz-text);
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-left: 4px;
}

/* ═══════════════════════════════════════════════════
   SWATCH SELECTOR
   ═══════════════════════════════════════════════════ */
.fz-buy__swatches {
    margin-bottom: 20px;
}
.fz-buy__stock-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 0.875rem;
}
.fz-buy__stock-indicator {
    width: 10px; height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
}
.fz-buy__stock-indicator--instock {
    background: #2d6a2d;
    border-color: #2d6a2d;
}
.fz-buy__stock-indicator--custom {
    background: transparent;
    border-color: var(--fz-muted);
}
.fz-buy__stock-text {
    font-weight: 600;
    color: var(--fz-text);
}
.fz-buy__stock-detail {
    color: var(--fz-muted);
    font-size: 0.8125rem;
}
.fz-buy__swatch-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--fz-divider);
    margin-bottom: 16px;
    overflow-x: auto;
    scrollbar-width: none;
}
.fz-buy__swatch-tabs::-webkit-scrollbar { display: none; }
.fz-buy__swatch-tab {
    padding: 10px 16px;
    font-family: var(--fz-font-sans);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fz-muted);
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.15s, border-color 0.15s;
    margin-bottom: -1px;
}
.fz-buy__swatch-tab:hover { color: var(--fz-text); }
.fz-buy__swatch-tab.is-active {
    color: var(--fz-text);
    border-bottom-color: var(--fz-text);
}
.fz-buy__swatch-panel { display: none; }
.fz-buy__swatch-panel.is-active { display: block; }
.fz-buy__swatch-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.fz-buy__swatch {
    width: 40px; height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s, transform 0.15s;
    background: none;
}
.fz-buy__swatch:hover {
    border-color: var(--fz-gray-300);
    transform: scale(1.1);
}
.fz-buy__swatch.is-selected {
    border-color: var(--fz-black);
    box-shadow: 0 0 0 2px var(--fz-white), 0 0 0 4px var(--fz-black);
}
.fz-buy__swatch img {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.fz-buy__swatch-color {
    display: block;
    width: 100%; height: 100%;
    border-radius: 50%;
}
.fz-buy__swatch-custom-badge {
    position: absolute;
    bottom: -2px; right: -2px;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--fz-bg-warm);
    color: var(--fz-muted);
    padding: 1px 4px;
    border-radius: 2px;
    line-height: 1;
}
.fz-buy__swatch-selected {
    font-size: 0.8125rem;
    color: var(--fz-text);
    padding: 8px 0;
    min-height: 24px;
}
.fz-buy__swatch-selected strong { font-weight: 600; }
.fz-buy__swatch-selected .fz-buy__swatch-delivery {
    color: var(--fz-muted);
    font-size: 0.75rem;
    margin-top: 4px;
}

/* ═══════════════════════════════════════════════════
   INSTALLMENT (Klarna/Affirm)
   ═══════════════════════════════════════════════════ */
.fz-buy__installment {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    color: var(--fz-muted);
    padding: 12px 16px;
    border: 1px solid var(--fz-divider);
    margin-bottom: 16px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
.fz-buy__installment strong { color: var(--fz-text); }
.fz-buy__installment-brand { font-size: 1rem; color: var(--fz-text); }
.fz-buy__installment-link {
    font-size: 0.75rem;
    color: var(--fz-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ═══════════════════════════════════════════════════
   INFO BLOCKS (Delivery, Protection) — Accordion
   ═══════════════════════════════════════════════════ */
.fz-buy__info-block {
    border: 1px solid var(--fz-divider);
    margin-bottom: 8px;
}
.fz-buy__info-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 16px 20px;
    background: var(--fz-bg);
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s;
}
.fz-buy__info-toggle:hover { background: var(--fz-bg-warm); }
.fz-buy__info-toggle svg:first-child { flex-shrink: 0; opacity: 0.6; }
.fz-buy__info-toggle-title {
    flex: 1;
    font-family: var(--fz-font-sans);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fz-text);
}
.fz-buy__info-toggle-price {
    font-size: 0.8125rem;
    color: var(--fz-muted);
    font-weight: 400;
}
.fz-buy__info-chevron {
    flex-shrink: 0;
    transition: transform 0.2s;
}
.fz-buy__info-toggle[aria-expanded="true"] .fz-buy__info-chevron {
    transform: rotate(180deg);
}
.fz-buy__info-content {
    padding: 0 20px 20px;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--fz-muted);
}
.fz-buy__info-content[hidden] { display: none; }
.fz-buy__delivery-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 0.8125rem;
}
.fz-buy__delivery-detail svg { flex-shrink: 0; opacity: 0.5; }
.fz-buy__stock-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.fz-buy__stock-dot--green { background: #2d6a2d; }
.fz-buy__stock-dot--orange { background: #c97a2e; }
.fz-buy__info-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--fz-text);
    margin-top: 8px;
    transition: gap 0.2s;
}
.fz-buy__info-link:hover { gap: 8px; }

/* ═══════════════════════════════════════════════════
   SWATCH CTA BUTTONS (Free Swatches + Lookbook)
   ═══════════════════════════════════════════════════ */
.fz-buy__swatch-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
}
.fz-buy__swatch-btn,
.fz-buy__lookbook-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    font-size: 0.6875rem;
}

/* ═══════════════════════════════════════════════════
   GUARANTEES BLOCK
   ═══════════════════════════════════════════════════ */
.fz-buy__guarantees {
    border-top: 1px solid var(--fz-divider);
    padding-top: 20px;
    margin-bottom: 16px;
}
.fz-buy__guarantee-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--fz-font-sans);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fz-text);
    margin-bottom: 14px;
}
.fz-buy__guarantee-title svg { color: #2d6a2d; }

/* ═══════════════════════════════════════════════════
   LIGHTBOX
   ═══════════════════════════════════════════════════ */
.fz-pdp .fz-lightbox {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,0.94);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity 0.25s;
}
.fz-pdp .fz-lightbox.is-open { opacity: 1; pointer-events: auto; }
.fz-pdp .fz-lightbox__close {
    position: absolute; top: 24px; right: 24px; color: rgba(255,255,255,0.7);
    z-index: 2; padding: 8px; background: none; border: none; cursor: pointer;
}
.fz-pdp .fz-lightbox__close:hover { color: #fff; }
.fz-pdp .fz-lightbox__prev,
.fz-pdp .fz-lightbox__next {
    position: absolute; top: 50%; transform: translateY(-50%);
    color: rgba(255,255,255,0.6); z-index: 2; padding: 16px;
    background: none; border: none; cursor: pointer;
}
.fz-pdp .fz-lightbox__prev:hover,
.fz-pdp .fz-lightbox__next:hover { color: #fff; }
.fz-pdp .fz-lightbox__prev { left: 16px; }
.fz-pdp .fz-lightbox__next { right: 16px; }
.fz-pdp .fz-lightbox__stage { max-width: 90vw; max-height: 90vh; }
.fz-pdp .fz-lightbox__img { max-width: 100%; max-height: 85vh; object-fit: contain; }
.fz-pdp .fz-lightbox__counter {
    position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
    color: rgba(255,255,255,0.5); font-size: 0.75rem; letter-spacing: 0.1em;
}

/* ═══════════════════════════════════════════════════
   QUOTE FORM
   ═══════════════════════════════════════════════════ */
.fz-pdp .fz-quote-form-wrap {
    overflow: hidden; max-height: 0; opacity: 0;
    transition: max-height 0.35s var(--fz-ease), opacity 0.25s var(--fz-ease);
}
.fz-pdp .fz-quote-form-wrap.is-open { max-height: 1000px; opacity: 1; }

/* ═══════════════════════════════════════════════════
   SET SELECTOR
   ═══════════════════════════════════════════════════ */
.fz-set {
    margin-bottom: 20px;
}
.fz-set__label {
    font-family: var(--fz-font-sans);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fz-text);
    margin-bottom: 12px;
}
.fz-set__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

/* Chip base */
.fz-set__chip {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 44px;
    min-height: 44px;
    padding: 12px 16px;
    background: var(--fz-white);
    border: 1px solid var(--fz-gray-300);
    font-family: var(--fz-font-sans);
    cursor: pointer;
    transition: border-color var(--fz-dur), background var(--fz-dur);
    flex: 1 1 auto;
    text-align: left;
}
.fz-set__chip:hover {
    border-color: var(--fz-text);
}

/* Active state */
.fz-set__chip.is-active {
    border-color: var(--fz-black);
    background: var(--fz-bg-warm);
    box-shadow: inset 0 0 0 1px var(--fz-black);
}

/* Disabled state */
.fz-set__chip[aria-disabled="true"] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Focus-visible indicator */
.fz-set__chip:focus-visible {
    outline: 2px solid var(--fz-black);
    outline-offset: 2px;
}
.fz-set__chip:focus:not(:focus-visible) {
    outline: none;
}

/* Badge */
.fz-set__chip-badge {
    position: absolute;
    top: -8px;
    right: 8px;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--fz-black);
    color: var(--fz-white);
    padding: 2px 8px;
    line-height: 1.4;
    white-space: nowrap;
}

/* Title and price */
.fz-set__chip-title {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--fz-text);
    line-height: 1.3;
}
.fz-set__chip-price {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--fz-muted);
    line-height: 1.3;
}

/* Details section */
.fz-set__details {
    padding: 16px 0;
    border-top: 1px solid var(--fz-divider);
}
.fz-set__components {
    font-size: 0.8125rem;
    color: var(--fz-muted);
    line-height: 1.6;
}
.fz-set__components strong {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fz-text);
    margin-bottom: 6px;
}
.fz-set__components ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fz-set__components li {
    padding: 2px 0 2px 14px;
    position: relative;
    font-size: 0.8125rem;
    color: var(--fz-muted);
}
.fz-set__components li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--fz-gray-300);
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════ */
@media (max-width: 1200px) {
    .fz-pdp__hero-inner { grid-template-columns: 55fr 45fr; gap: 36px; }
    .fz-pdp-reviews__layout { grid-template-columns: 240px 1fr; gap: 48px; }
}

@media (max-width: 1024px) {
    .fz-pdp__hero-inner { grid-template-columns: 55fr 45fr; gap: 28px; }
    .fz-pdp-tabs__overview-grid { gap: 40px; }
    .fz-pdp-reviews__layout { grid-template-columns: 220px 1fr; gap: 40px; }
}

@media (max-width: 768px) {
    .fz-pdp__sticky-bar {
        display: none !important;
    }

    body.single-product {
        overflow-x: hidden;
        max-width: 100vw;
    }

    body.single-product .fz-main.fz-pdp {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    }

    .fz-pdp__hero,
    .fz-pdp__hero-inner,
    .fz-pdp__below,
    .fz-pdp__below > section {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .fz-pdp__hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fz-pdp__hero-inner { grid-template-columns: 1fr; gap: 0; }
    .fz-pdp .fz-gallery { width: 100%; max-width: 100%; }
    .fz-pdp .fz-gallery__main { width: 100%; overflow: hidden; }
    .fz-pdp .fz-gallery__track {
        width: 100%;
        overscroll-behavior-x: contain;
    }
    .fz-pdp .fz-gallery__slide {
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
    }
    .fz-pdp .fz-gallery__slide img {
        width: 100%;
        aspect-ratio: 4 / 3;
        max-height: min(56vh, 400px);
        object-fit: cover;
        display: block;
    }
    .fz-pdp .fz-buy {
        position: static;
        padding: 24px 20px 32px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .fz-pdp .fz-buy__title { font-size: 1.875rem; }
    .fz-pdp .fz-buy__price { font-size: 1.375rem; }

    /* Gallery mobile */
    .fz-gallery__arrow { width: 36px; height: 36px; opacity: 0.9; }
    .fz-gallery__arrow--prev { left: 8px; }
    .fz-gallery__arrow--next { right: 8px; }
    .fz-gallery__thumb { flex: 0 0 64px; width: 64px; height: 64px; }

    /* Trust bar — compact 2×2 cards */
    .fz-pdp-trust {
        padding: 0;
        background: var(--fz-white);
        border-top: 1px solid var(--fz-divider);
        border-bottom: 1px solid var(--fz-divider);
    }
    .fz-pdp-trust .fz-container {
        padding: 14px 20px;
        max-width: 100%;
    }
    .fz-pdp-trust__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: center;
        justify-items: center;
        gap: 12px;
        border: none;
        border-radius: 0;
        overflow: visible;
        background: transparent;
    }
    .fz-pdp-trust__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 12px;
        margin: 0;
        text-align: center;
        white-space: normal;
        font-size: 0.6875rem;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0.01em;
        color: var(--fz-text);
        background: var(--fz-bg-warm);
    }
    .fz-pdp-trust__item svg {
        width: 18px;
        height: 18px;
        opacity: 0.65;
        flex-shrink: 0;
    }

    /* Tabs — horizontal (Overview | Dimensions | Shipping & Care) */
    .fz-pdp-tabs { padding: 32px 0 48px; }
    .fz-pdp-tabs .fz-container { padding-left: 20px; padding-right: 20px; }
    .fz-pdp__accordion { display: none !important; }
    .fz-pdp-tabs__bar {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        border-bottom: 1px solid var(--fz-divider);
        margin-bottom: 24px;
        padding-bottom: 0;
        background: var(--fz-bg, #fff);
        position: sticky;
        top: calc(var(--fz-header-h, 72px) - 1px);
        z-index: 40;
    }
    .fz-pdp-tabs__bar::-webkit-scrollbar { display: none; }
    .fz-pdp-tabs__btn {
        flex: 0 0 auto;
        width: auto;
        text-align: center;
        padding: 14px 18px;
        margin-bottom: -1px;
        border: none;
        border-bottom: 2px solid transparent;
        border-left: none;
        font-size: 0.6875rem;
        letter-spacing: 0.08em;
        color: var(--fz-muted);
        background: none;
        white-space: nowrap;
    }
    .fz-pdp-tabs__btn.is-active {
        color: var(--fz-text);
        border-bottom-color: var(--fz-text);
        font-weight: 600;
    }
    .fz-pdp-tabs__body {
        display: block !important;
    }
    .fz-pdp-tabs__pane {
        display: none;
    }
    .fz-pdp-tabs__pane.is-active {
        display: block;
    }
    .fz-pdp-tabs__overview-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .fz-pdp-tabs__overview-text {
        order: 1;
    }
    .fz-pdp-tabs__overview-images {
        order: 2;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }
    .fz-pdp-tabs__overview-img {
        display: block;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        border-radius: 2px;
        background: var(--fz-bg-neutral, #f6f4f0);
    }
    .fz-pdp-tabs__overview-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .fz-pdp-tabs__text {
        max-width: none;
        font-size: 0.9375rem;
        line-height: 1.75;
    }
    .fz-pdp-tabs__dims-grid,
    .fz-pdp-tabs__details-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .fz-pdp-tabs__dims-visual {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 100%;
    }
    .fz-pdp-tabs__dims-visual img {
        width: 100%;
        height: auto;
        max-height: none;
        display: block;
        object-fit: contain;
        background: var(--fz-white);
        padding: 0;
        border: none;
        border-radius: 0;
    }

    .fz-pdp__below .fz-container {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .fz-pdp-feature { margin: 48px 0; }
    .fz-pdp-feature__inner { padding-left: 20px; padding-right: 20px; }
    .fz-pdp-feature__media img,
    .fz-pdp-feature__placeholder { height: 280px; }
    .fz-pdp-feature__overlay { position: relative; max-width: 100%; padding: 24px; right: auto; }


    .fz-pdp-tabs__overview-grid { grid-template-columns: 1fr; gap: 32px; }
    .fz-pdp-tabs__overview-images { grid-template-columns: 1fr 1fr; }
    .fz-pdp-tabs__dims-grid { grid-template-columns: 1fr; gap: 24px; }
    .fz-pdp-tabs__details-grid { grid-template-columns: 1fr; gap: 32px; }

    .fz-pdp-compare__header,
    .fz-pdp-compare__row { grid-template-columns: 1fr 80px 80px; }
    .fz-pdp-compare__feature { font-size: 0.8125rem; }

    /* Reviews mobile: stack sidebar above cards */
    .fz-pdp-reviews { padding: 48px 0; }
    .fz-pdp-reviews__layout { grid-template-columns: 1fr; gap: 32px; }
    .fz-pdp-reviews__sidebar { position: static; }
    .fz-pdp-reviews__score-num { font-size: 2.5rem; }

    .fz-pdp-services__grid { grid-template-columns: 1fr; }

    .fz-pdp-also { padding: 48px 0; }
    .fz-pdp-also__card { flex: 0 0 calc(55% - 12px); }

    .fz-pdp-faq { padding: 48px 0; }

    /* Set selector mobile */
    .fz-set__options { gap: 6px; }
    .fz-set__chip { flex: 1 1 calc(50% - 6px); min-width: 44px; padding: 10px 12px; }

    .fz-sticky-bar__info { gap: 8px; }
    .fz-sticky-bar__title { font-size: 0.875rem; }
    .fz-sticky-bar__rating { display: none; }
    .fz-sticky-bar { z-index: 1050; }
    .fz-sticky-bar__action .fz-btn--sm { min-height: 44px; min-width: 120px; }
}

@media (max-width: 480px) {
    .fz-pdp-tabs__overview-images { grid-template-columns: 1fr; }
    .fz-pdp-reviews__card { padding: 20px 0; }
    .fz-pdp-also__card { flex: 0 0 calc(70% - 10px); }

    /* Set selector narrow viewport */
    .fz-set__chip { flex: 1 1 100%; }
}


/* ═══════════════════════════════════════════════════
   DIMENSION VISUAL — Constrained scaling
   ═══════════════════════════════════════════════════ */
.fz-pdp-tabs__dims-visual {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    max-width: 720px;
    margin: 1.5rem auto;
}
.fz-pdp-tabs__dims-visual img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    background: var(--fz-white);
    padding: 0;
    border: none;
    border-radius: 0;
}


/* ═══════════════════════════════════════════════════
   PDP GALLERY — Full product visibility (no crop)
   ═══════════════════════════════════════════════════ */
.fz-pdp .fz-gallery__slide img {
    object-fit: contain;
    background: var(--fz-bg-neutral, #f6f4f0);
    max-height: 80vh;
}
@media (max-width: 768px) {
    .fz-pdp .fz-gallery__slide img {
        max-height: 60vh;
    }
}

/* ═══════════════════════════════════════════════════
   BEM ALIAS — .fz-pdp__swatches-grid
   Shares styles with legacy .fz-swatch-grid for backward compatibility
   ═══════════════════════════════════════════════════ */
.fz-pdp__swatches-grid,
.fz-swatch-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PRODUCTION POLISH — Secret Sauce Level
   Pixel-perfect overrides for US luxury furniture market
   Applied AFTER all base styles (cascade override)
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── 1. FEATURE BANNER: Hide empty placeholder, polish overlay ─── */
.fz-pdp-feature__placeholder {
    display: none !important;
}
.fz-pdp-feature:has(.fz-pdp-feature__placeholder) {
    display: none;
}
/* Fallback for browsers without :has() — hide via JS class */
.fz-pdp-feature--empty {
    display: none !important;
}
.fz-pdp-feature { margin: clamp(56px, 7vw, 88px) 0; }
.fz-pdp-feature__media { border-radius: 2px; overflow: hidden; }
.fz-pdp-feature__media img {
    height: clamp(300px, 28vw, 460px);
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fz-pdp-feature__inner:hover .fz-pdp-feature__media img {
    transform: scale(1.025);
}
.fz-pdp-feature__overlay {
    right: var(--fz-gutter, 24px);
    padding: clamp(28px, 3vw, 44px) clamp(32px, 3.5vw, 52px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 -2px 20px rgba(0,0,0,0.03);
}
.fz-pdp-feature__title {
    font-size: clamp(1.375rem, 2vw, 1.75rem);
}
.fz-pdp-feature__btn {
    font-weight: 600;
    transition: gap 0.25s ease, opacity 0.2s ease;
}
.fz-pdp-feature__btn:hover { gap: 12px; }

/* ─── 2. CONSISTENT SECTION SPACING ─── */
.fz-pdp-tabs { padding: clamp(56px, 7vw, 88px) 0; }
.fz-pdp-also { padding: clamp(56px, 7vw, 88px) 0; }
.fz-pdp-compare { padding: clamp(56px, 7vw, 88px) 0; }
.fz-pdp-reviews { padding: clamp(56px, 7vw, 88px) 0; }
.fz-pdp-services { padding: clamp(48px, 6vw, 72px) 0; }
.fz-pdp .fz-pdp-faq { padding: clamp(56px, 7vw, 88px) 0; }

/* ─── 3. TABS POLISH ─── */
.fz-pdp-tabs__bar { margin-bottom: clamp(36px, 4.5vw, 56px); }
.fz-pdp-tabs__btn {
    padding: 16px clamp(18px, 2.2vw, 36px);
    transition: color 0.2s ease, border-color 0.2s ease;
}
.fz-pdp-tabs__pane.is-active {
    animation: fzTabFadeIn 0.35s ease forwards;
}
@keyframes fzTabFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
.fz-pdp-tabs__overview-grid { gap: clamp(36px, 4.5vw, 64px); }
.fz-pdp-tabs__text {
    font-size: 0.9375rem;
    line-height: 1.85;
}
.fz-pdp-tabs__specs th { width: 140px; }
.fz-pdp-tabs__specs tr:last-child th,
.fz-pdp-tabs__specs tr:last-child td { border-bottom: none; }
.fz-pdp-tabs__overview-images { gap: 12px; border-radius: 2px; }
.fz-pdp-tabs__overview-img { border-radius: 2px; }
.fz-pdp-tabs__overview-img img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fz-pdp-tabs__overview-img:hover img { transform: scale(1.05); }

/* ─── 4. COMPARISON TABLE — Elevated design ─── */
.fz-pdp-compare { background: var(--fz-white); }
.fz-pdp-compare__title {
    font-size: clamp(1.625rem, 2.5vw, 2.125rem);
    margin-bottom: clamp(36px, 4vw, 56px);
    letter-spacing: -0.01em;
}
.fz-pdp-compare__table { max-width: 760px; }
.fz-pdp-compare__header { padding-bottom: 14px; }
.fz-pdp-compare__col-label {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
}
.fz-pdp-compare__col-label:nth-child(2) {
    background: rgba(139,115,85,0.06);
    padding: 10px 0;
    border-radius: 4px 4px 0 0;
}
.fz-pdp-compare__row { padding: 16px 0; }
.fz-pdp-compare__row > :nth-child(2) {
    background: rgba(139,115,85,0.04);
    padding: 14px 0;
}
.fz-pdp-compare__feature {
    font-size: 0.875rem;
    color: var(--fz-text);
    font-weight: 400;
}
.fz-pdp-compare__check svg {
    transition: transform 0.2s ease;
}
.fz-pdp-compare__row:hover .fz-pdp-compare__check svg {
    transform: scale(1.15);
}

/* ─── 5. "YOU MAY ALSO LIKE" — Consistent cards ─── */
.fz-pdp-also { overflow: hidden; }
.fz-pdp-also__title {
    font-size: clamp(1.625rem, 2.5vw, 2.125rem);
    letter-spacing: -0.01em;
}
.fz-pdp-also__header { margin-bottom: clamp(24px, 3vw, 40px); }
.fz-pdp-also__arrow {
    border-radius: 50%;
    transition: all 0.2s ease;
}
.fz-pdp-also__arrow:hover {
    border-color: var(--fz-text);
    background: var(--fz-black);
    color: var(--fz-white);
    transform: scale(1.05);
}
.fz-pdp-also__card { text-decoration: none; color: inherit; }
.fz-pdp-also__card-img {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--fz-bg-warm);
    margin-bottom: 16px;
    border-radius: 2px;
}
.fz-pdp-also__card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fz-pdp-also__card:hover .fz-pdp-also__card-img img {
    transform: scale(1.04);
}
.fz-pdp-also__card-name {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 4px;
    color: var(--fz-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fz-pdp-also__card-price {
    font-size: 0.8125rem;
    color: var(--fz-muted);
    font-weight: 400;
}
.fz-pdp-also__track { gap: 20px; padding-bottom: 8px; }
.fz-pdp-also__card { flex: 0 0 calc(25% - 15px); min-width: 220px; }

/* ─── 6. REVIEWS — Polished empty state + card refinement ─── */
.fz-pdp-reviews { background: var(--fz-bg); }
.fz-pdp-reviews__heading {
    font-size: clamp(1.625rem, 2.5vw, 2.125rem);
    margin-bottom: clamp(36px, 4vw, 56px);
    letter-spacing: -0.01em;
}
.fz-pdp-reviews__layout { gap: clamp(40px, 5vw, 64px); }
.fz-pdp-reviews__score-num {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
}
.fz-pdp-reviews__dist-bar {
    height: 5px;
    border-radius: 3px;
    background: var(--fz-gray-200);
}
.fz-pdp-reviews__dist-fill {
    border-radius: 3px;
    background: var(--fz-black);
}
.fz-pdp-reviews__write-btn {
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.fz-pdp-reviews__write-btn:hover {
    transform: translateY(-1px);
}
.fz-pdp-reviews__write-btn:active {
    transform: translateY(0);
}
/* Empty state — inviting design */
.fz-pdp-reviews__empty {
    padding: clamp(48px, 6vw, 80px) 0;
    text-align: center;
}
.fz-pdp-reviews__empty p {
    font-size: 1.0625rem;
    color: var(--fz-muted);
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto;
}
/* Review card hover */
.fz-pdp-reviews__card {
    transition: background 0.2s ease;
    padding: clamp(20px, 2.5vw, 28px) 0;
}
.fz-pdp-reviews__card:hover {
    background: rgba(0,0,0,0.008);
}
.fz-pdp-reviews__card-text {
    font-size: 0.9375rem;
    line-height: 1.75;
}

/* ─── 7. FAQ — Softer background transition ─── */
.fz-pdp .fz-pdp-faq {
    background: var(--fz-white);
    border-top: 1px solid var(--fz-divider);
}
.fz-pdp-faq__title {
    font-size: clamp(1.625rem, 2.5vw, 2.125rem);
    margin-bottom: clamp(36px, 4vw, 56px);
    letter-spacing: -0.01em;
}
.fz-pdp .fz-accordion__item {
    transition: border-left-color 0.3s ease, padding-left 0.3s ease, background 0.2s ease;
}
.fz-pdp .fz-accordion__item:hover {
    background: rgba(0,0,0,0.01);
}
.fz-pdp .fz-accordion__trigger {
    font-size: 0.9375rem;
    padding: clamp(20px, 2.5vw, 26px) 0;
    transition: color 0.2s ease;
}
.fz-pdp .fz-accordion__trigger:hover {
    color: var(--fz-text);
}
.fz-pdp .fz-accordion__content {
    font-size: 0.875rem;
    line-height: 1.75;
    padding-bottom: clamp(18px, 2vw, 24px);
}

/* ─── 8. SERVICE CARDS — Refined borders and hover ─── */
.fz-pdp-services { background: var(--fz-white); }
.fz-pdp-services__grid { gap: clamp(16px, 2vw, 24px); }
.fz-pdp-services__card {
    padding: clamp(36px, 4vw, 48px) clamp(28px, 3vw, 40px);
    border: 1px solid var(--fz-divider);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.fz-pdp-services__card:hover {
    border-color: var(--fz-gray-300);
    box-shadow: 0 8px 32px rgba(0,0,0,0.04);
    transform: translateY(-2px);
}
.fz-pdp-services__card-title {
    font-size: clamp(1.125rem, 1.5vw, 1.375rem);
    margin-bottom: 12px;
}
.fz-pdp-services__card-desc {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin-bottom: 20px;
}
.fz-pdp-services__card-link {
    transition: opacity 0.2s ease, gap 0.2s ease;
}
.fz-pdp-services__card-link:hover { opacity: 0.65; }

/* ─── 9. TRUST BAR — Desktop alignment ─── */
@media (min-width: 769px) {
    .fz-pdp-trust { padding: clamp(18px, 2.2vw, 26px) 0; }
    .fz-pdp-trust__item {
        font-size: 0.75rem;
        letter-spacing: 0.02em;
        white-space: nowrap;
    }
    .fz-pdp-trust__item svg {
        opacity: 0.5;
        flex-shrink: 0;
        width: 20px;
        height: 20px;
    }
}

/* ─── 10. BUY PANEL — Micro polish ─── */
.fz-pdp .fz-buy__title {
    font-size: clamp(1.875rem, 3vw, 2.625rem);
    letter-spacing: -0.02em;
    line-height: 1.12;
}
.fz-pdp .fz-buy__price {
    font-size: 1.375rem;
    letter-spacing: -0.01em;
}
.fz-pdp .fz-buy .single_add_to_cart_button,
.fz-pdp .fz-buy__cta {
    height: 54px;
    font-size: 0.8125rem;
    letter-spacing: 0.14em;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.fz-pdp .fz-buy .single_add_to_cart_button:hover,
.fz-pdp .fz-buy__cta:hover {
    background: var(--fz-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.fz-pdp .fz-buy .single_add_to_cart_button:active,
.fz-pdp .fz-buy__cta:active {
    transform: translateY(0);
    box-shadow: none;
}
.fz-buy__trust-item {
    font-size: 0.8125rem;
    transition: color 0.2s ease;
}
.fz-buy__trust-item svg {
    color: var(--color-accent, #8B7355);
    opacity: 0.8;
}
.fz-buy__action-btn {
    transition: color 0.2s ease, transform 0.15s ease;
}
.fz-buy__action-btn:hover {
    color: var(--fz-text);
    transform: translateY(-1px);
}

/* ─── 11. GALLERY — Smoother interactions ─── */
.fz-pdp .fz-gallery__main { border-radius: 2px; }
.fz-gallery__arrow {
    opacity: 0;
    transition: opacity 0.25s ease, background 0.2s ease, transform 0.15s ease;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.fz-gallery__main:hover .fz-gallery__arrow { opacity: 1; }
.fz-gallery__arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
}
.fz-gallery__thumb {
    transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.fz-gallery__thumb:hover {
    opacity: 0.85;
    transform: scale(1.03);
}
.fz-gallery__thumb.is-active {
    opacity: 1;
    transform: scale(1);
}
.fz-gallery__counter {
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    border-radius: 2px;
    padding: 5px 12px;
}

/* ─── 12. STICKY BAR — Refined ─── */
.fz-sticky-bar {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.96);
    box-shadow: 0 -1px 12px rgba(0,0,0,0.04);
}
.fz-sticky-bar__title {
    font-size: 1rem;
    font-weight: 500;
}
.fz-sticky-bar__action .fz-btn--sm {
    transition: background 0.2s ease, transform 0.15s ease;
}
.fz-sticky-bar__action .fz-btn--sm:hover {
    transform: translateY(-1px);
}

/* ─── 13. BREADCRUMB — Subtle refinement ─── */
.fz-pdp__hero .fz-breadcrumb {
    padding: 12px 0;
    font-size: 0.6875rem;
    letter-spacing: 0.02em;
}
.fz-pdp__hero .fz-breadcrumb a {
    color: var(--fz-muted);
    transition: color 0.2s ease;
}
.fz-pdp__hero .fz-breadcrumb a:hover {
    color: var(--fz-text);
}

/* ─── 14. GLOBAL MICRO-INTERACTIONS ─── */
/* Smooth scroll behavior for anchor links */
.fz-pdp { scroll-behavior: smooth; }

/* Focus-visible for accessibility */
.fz-pdp button:focus-visible,
.fz-pdp a:focus-visible {
    outline: 2px solid var(--fz-text);
    outline-offset: 3px;
}

/* Selection color */
.fz-pdp ::selection {
    background: rgba(139, 115, 85, 0.15);
    color: var(--fz-text);
}

/* ─── 15. RESPONSIVE POLISH ─── */
@media (max-width: 1024px) {
    .fz-pdp-also__card { flex: 0 0 calc(33.33% - 14px); }
    .fz-pdp-services__grid { grid-template-columns: 1fr 1fr; }
    .fz-pdp-services__card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
    /* Section spacing mobile */
    .fz-pdp-tabs,
    .fz-pdp-also,
    .fz-pdp-compare,
    .fz-pdp-reviews,
    .fz-pdp .fz-pdp-faq { padding: clamp(40px, 6vw, 56px) 0; }
    .fz-pdp-services { padding: clamp(36px, 5vw, 48px) 0; }
    .fz-pdp-feature { margin: clamp(36px, 5vw, 56px) 0; }

    /* Trust bar — centered in equal columns */
    .fz-pdp-trust__grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        justify-items: center !important;
        align-items: center !important;
        gap: 12px !important;
    }
    .fz-pdp-trust__item {
        flex-direction: row !important;
        justify-content: center !important;
        text-align: center !important;
        white-space: normal !important;
    }

    /* Feature banner mobile */
    .fz-pdp-feature__media img { height: clamp(200px, 40vw, 280px); }
    .fz-pdp-feature__overlay {
        position: relative;
        right: auto;
        max-width: 100%;
        padding: 24px;
        box-shadow: none;
    }

    /* Tabs mobile */
    .fz-pdp-tabs__bar {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        margin-bottom: clamp(24px, 3vw, 36px);
    }
    .fz-pdp-tabs__bar::-webkit-scrollbar { display: none; }
    .fz-pdp-tabs__btn {
        padding: 12px 16px;
        font-size: 0.6875rem;
        white-space: nowrap;
    }
    .fz-pdp-tabs__overview-grid { grid-template-columns: 1fr; gap: 28px; }
    .fz-pdp-tabs__overview-images { grid-template-columns: 1fr 1fr; gap: 8px; }

    /* Comparison mobile */
    .fz-pdp-compare__header,
    .fz-pdp-compare__row { grid-template-columns: 1fr 72px 72px; }
    .fz-pdp-compare__feature { font-size: 0.8125rem; }
    .fz-pdp-compare__title { font-size: clamp(1.375rem, 5vw, 1.75rem); }

    /* Also bought mobile */
    .fz-pdp-also__card { flex: 0 0 calc(55% - 10px); min-width: 200px; }
    .fz-pdp-also__title { font-size: clamp(1.375rem, 5vw, 1.75rem); }

    /* Reviews mobile */
    .fz-pdp-reviews__layout { grid-template-columns: 1fr; gap: 28px; }
    .fz-pdp-reviews__sidebar { position: static; }
    .fz-pdp-reviews__heading { font-size: clamp(1.375rem, 5vw, 1.75rem); }

    /* Service cards mobile */
    .fz-pdp-services__grid { grid-template-columns: 1fr; }
    .fz-pdp-services__card:last-child { grid-column: auto; }
    .fz-pdp-services__card {
        padding: 28px 24px;
    }

    /* FAQ mobile */
    .fz-pdp-faq__title { font-size: clamp(1.375rem, 5vw, 1.75rem); }
    .fz-pdp .fz-accordion__trigger { font-size: 0.875rem; padding: 18px 0; }

    /* Gallery arrows always visible on mobile (touch) */
    .fz-gallery__arrow { opacity: 0.7; width: 36px; height: 36px; }
}

@media (max-width: 480px) {
    .fz-pdp-tabs__overview-images { grid-template-columns: 1fr; }
    .fz-pdp-also__card { flex: 0 0 calc(72% - 8px); }
    .fz-pdp-compare__header,
    .fz-pdp-compare__row { grid-template-columns: 1fr 60px 60px; }
    .fz-pdp-compare__feature { font-size: 0.75rem; }
    .fz-pdp-trust__item {
        padding: 12px 10px;
        font-size: 0.625rem;
        gap: 8px;
    }
    .fz-pdp-trust__item svg {
        width: 16px;
        height: 16px;
    }
}


/* ═══════════════════════════════════════════════════════════════════════════
   HERO SECTION PERFECTION — Gallery + Buy Panel
   Pixel-perfect for $5K–$25K luxury furniture presentation
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── Hero Grid: Better proportions ─── */
.fz-pdp__hero {
    padding-top: 8px;
    padding-bottom: clamp(32px, 4vw, 56px);
}
.fz-pdp__hero-inner {
    grid-template-columns: 57fr 43fr;
    gap: clamp(32px, 4vw, 56px);
    align-items: start;
}

/* ─── GALLERY — Premium presentation ─── */
.fz-pdp .fz-gallery {
    position: relative;
    width: 100%;
}

/* Main image container */
.fz-pdp .fz-gallery__main {
    position: relative;
    overflow: hidden;
    background: var(--fz-white, #ffffff);
    border-radius: 3px;
    line-height: 0;
}

/* Slide images — proper sizing for luxury furniture */
.fz-pdp .fz-gallery__slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    cursor: zoom-in;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fz-white, #ffffff);
}
.fz-pdp .fz-gallery__slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    object-fit: contain;
    display: block;
    padding: 0;
    background: var(--fz-white, #ffffff);
    max-height: 560px;
    transition: opacity 0.3s ease;
}

/* Zoom hint on hover */
.fz-pdp .fz-gallery__slide:hover img {
    opacity: 0.97;
}

/* Image counter — more refined */
.fz-pdp .fz-gallery__counter {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(26, 26, 26, 0.65);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 6px 14px;
    border-radius: 20px;
    pointer-events: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Navigation arrows — premium feel */
.fz-pdp .fz-gallery__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.fz-pdp .fz-gallery__main:hover .fz-gallery__arrow {
    opacity: 1;
}
.fz-pdp .fz-gallery__arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.fz-pdp .fz-gallery__arrow:active {
    transform: translateY(-50%) scale(0.96);
}
.fz-pdp .fz-gallery__arrow--prev { left: 16px; }
.fz-pdp .fz-gallery__arrow--next { right: 16px; }

/* Thumbnail strip — larger, cleaner, better active state */
.fz-pdp .fz-gallery__thumbs {
    display: flex;
    gap: 10px;
    padding: 16px 0 0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.fz-pdp .fz-gallery__thumbs::-webkit-scrollbar { display: none; }
.fz-pdp .fz-gallery__thumb {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    border: 2px solid transparent;
    padding: 0;
    background: var(--fz-white, #ffffff);
    cursor: pointer;
    opacity: 0.55;
    border-radius: 3px;
    overflow: hidden;
    transition: opacity 0.2s ease, border-color 0.25s ease, transform 0.15s ease;
}
.fz-pdp .fz-gallery__thumb:hover {
    opacity: 0.8;
    transform: scale(1.04);
}
.fz-pdp .fz-gallery__thumb.is-active {
    opacity: 1;
    border-color: var(--fz-black, #1a1a1a);
    transform: scale(1);
}
.fz-pdp .fz-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ─── BUY PANEL — Premium refinement ─── */
.fz-pdp .fz-buy {
    position: sticky;
    top: 100px;
    padding: 0 0 32px;
}

/* Title hierarchy */
.fz-pdp .fz-buy__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(1.75rem, 2.8vw, 2.5rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    color: var(--fz-text);
}

/* Price — prominent but not overwhelming */
.fz-pdp .fz-buy__price {
    font-family: var(--fz-font-sans);
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
    color: var(--fz-text);
}

/* Short description */
.fz-pdp .fz-buy__desc {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--fz-muted);
    margin-bottom: 24px;
    max-width: 440px;
}

/* Divider */
.fz-pdp .fz-buy__divider {
    border: none;
    border-top: 1px solid var(--fz-divider);
    margin: 0 0 24px;
}

/* Quantity input — refined */
.fz-pdp .fz-buy__form .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--fz-gray-300, #ccc);
    height: 48px;
    margin-bottom: 12px;
    transition: border-color 0.2s ease;
}
.fz-pdp .fz-buy__form .quantity:hover,
.fz-pdp .fz-buy__form .quantity:focus-within {
    border-color: var(--fz-text);
}
.fz-pdp .fz-buy__form .quantity input[type="number"] {
    width: 56px;
    text-align: center;
    border: none;
    padding: 0;
    height: 100%;
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: var(--fz-font-sans);
    outline: none;
    -moz-appearance: textfield;
    background: transparent;
}
.fz-pdp .fz-buy__form .quantity .qty-btn,
.fz-pdp .fz-buy__form .quantity button {
    width: 44px;
    height: 100%;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--fz-text);
    transition: background 0.15s ease, color 0.15s ease;
}
.fz-pdp .fz-buy__form .quantity .qty-btn:hover,
.fz-pdp .fz-buy__form .quantity button:hover {
    background: var(--fz-bg-warm, #f3f0ea);
}

/* Add to Cart button — the hero CTA */
.fz-pdp .fz-buy .single_add_to_cart_button,
.fz-pdp .fz-buy__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    background: var(--fz-black, #1a1a1a);
    color: var(--fz-white, #fff);
    border: 1px solid var(--fz-black, #1a1a1a);
    border-radius: 0;
    font-family: var(--fz-font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    line-height: 1;
}
.fz-pdp .fz-buy .single_add_to_cart_button:hover,
.fz-pdp .fz-buy__cta:hover {
    background: #333;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.fz-pdp .fz-buy .single_add_to_cart_button:active,
.fz-pdp .fz-buy__cta:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Delivery Information accordion — premium style */
.fz-buy__info-block {
    border: 1px solid var(--fz-divider);
    margin-bottom: 8px;
    border-radius: 2px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}
.fz-buy__info-block:hover {
    border-color: var(--fz-gray-300, #ccc);
}
.fz-buy__info-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    background: var(--fz-bg, #fafaf7);
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s ease;
}
.fz-buy__info-toggle:hover {
    background: var(--fz-bg-warm, #f3f0ea);
}
.fz-buy__info-toggle svg:first-child {
    flex-shrink: 0;
    opacity: 0.5;
    width: 18px;
    height: 18px;
}
.fz-buy__info-toggle-title {
    flex: 1;
    font-family: var(--fz-font-sans);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fz-text);
}
.fz-buy__info-chevron {
    flex-shrink: 0;
    transition: transform 0.25s ease;
    opacity: 0.5;
}
.fz-buy__info-toggle[aria-expanded="true"] .fz-buy__info-chevron {
    transform: rotate(180deg);
}
.fz-buy__info-content {
    padding: 0 18px 18px;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: var(--fz-muted);
}

/* ─── OUR GUARANTEES — Refined layout ─── */
.fz-buy__guarantees {
    border-top: 1px solid var(--fz-divider);
    padding-top: 24px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.fz-buy__guarantee-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--fz-font-sans);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fz-text);
    margin-bottom: 16px;
}
.fz-buy__guarantee-title svg {
    color: #4a7c59;
    width: 16px;
    height: 16px;
}
.fz-buy__trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.fz-buy__trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.8125rem;
    color: var(--fz-text);
    font-weight: 400;
    letter-spacing: 0.01em;
}
.fz-buy__trust-item svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    opacity: 0.55;
    color: var(--color-accent, #8B7355);
}

/* ─── SECONDARY ACTIONS — Wishlist + Share ─── */
.fz-buy__actions {
    display: flex;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid var(--fz-divider);
    margin-bottom: 0;
}
.fz-buy__action-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: none;
    border: none;
    padding: 0;
    font-family: var(--fz-font-sans);
    font-size: 0.8125rem;
    color: var(--fz-muted);
    cursor: pointer;
    transition: color 0.2s ease;
    letter-spacing: 0.01em;
}
.fz-buy__action-btn:hover {
    color: var(--fz-text);
}
.fz-buy__action-btn svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

/* ─── LIGHTBOX — Cinematic feel ─── */
.fz-pdp .fz-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.fz-pdp .fz-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}
.fz-pdp .fz-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    padding: 12px;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.15s ease;
}
.fz-pdp .fz-lightbox__close:hover {
    color: #fff;
    transform: scale(1.1);
}
.fz-pdp .fz-lightbox__prev,
.fz-pdp .fz-lightbox__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    z-index: 2;
    padding: 16px;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.15s ease;
}
.fz-pdp .fz-lightbox__prev:hover,
.fz-pdp .fz-lightbox__next:hover {
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}
.fz-pdp .fz-lightbox__prev { left: 24px; }
.fz-pdp .fz-lightbox__next { right: 24px; }
.fz-pdp .fz-lightbox__img {
    max-width: 88vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 2px;
}
.fz-pdp .fz-lightbox__counter {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    font-weight: 500;
}

/* ─── HERO RESPONSIVE — Mobile perfection ─── */
@media (max-width: 1200px) {
    .fz-pdp__hero-inner {
        grid-template-columns: 55fr 45fr;
        gap: clamp(24px, 3vw, 40px);
    }
}

@media (max-width: 768px) {
    .fz-pdp__hero {
        padding-top: 0;
        padding-bottom: 0;
    }
    .fz-pdp__hero-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .fz-pdp .fz-gallery {
        width: 100vw;
        margin-left: calc(-1 * var(--fz-gutter, 24px));
        margin-right: calc(-1 * var(--fz-gutter, 24px));
    }
    .fz-pdp .fz-gallery__main {
        border-radius: 0;
    }
    .fz-pdp .fz-gallery__slide img {
        aspect-ratio: 4 / 3;
        padding: clamp(12px, 2vw, 20px);
        max-height: 400px;
    }
    .fz-pdp .fz-gallery__thumbs {
        padding: 12px var(--fz-gutter, 24px) 0;
        gap: 8px;
    }
    .fz-pdp .fz-gallery__thumb {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }
    /* Arrows always visible on touch */
    .fz-pdp .fz-gallery__arrow {
        opacity: 0.8;
        width: 36px;
        height: 36px;
    }
    .fz-pdp .fz-gallery__arrow--prev { left: 10px; }
    .fz-pdp .fz-gallery__arrow--next { right: 10px; }

    /* Buy panel mobile */
    .fz-pdp .fz-buy {
        position: static;
        padding: 24px var(--fz-gutter, 24px) 32px;
    }
    .fz-pdp .fz-buy__title {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }
    .fz-pdp .fz-buy__price {
        font-size: 1.25rem;
    }
    .fz-pdp .fz-buy__desc {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .fz-pdp .fz-gallery__slide img {
        max-height: 320px;
        padding: 10px;
    }
    .fz-pdp .fz-gallery__thumb {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
    }
}

/* ─── BREADCRUMB — Refined for PDP ─── */
.fz-pdp__hero .fz-breadcrumb {
    padding: 14px 0 10px;
    font-size: 0.6875rem;
    letter-spacing: 0.02em;
    color: var(--fz-muted);
}
.fz-pdp__hero .fz-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    min-width: 0;
}
.fz-pdp__hero .fz-breadcrumb li {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 0;
}
.fz-pdp__hero .fz-breadcrumb li:last-child {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}
.fz-pdp__hero .fz-breadcrumb li::before {
    content: '/';
    margin: 0 8px;
    color: var(--fz-gray-300, #ccc);
    font-weight: 300;
}
.fz-pdp__hero .fz-breadcrumb li:first-child::before {
    display: none;
}
.fz-pdp__hero .fz-breadcrumb a {
    color: var(--fz-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}
.fz-pdp__hero .fz-breadcrumb a:hover {
    color: var(--fz-text);
}
.fz-pdp__hero .fz-breadcrumb li[aria-current="page"] {
    color: var(--fz-text);
    font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CRITICAL FIXES — Breadcrumb, Gallery Background, Mobile
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── BREADCRUMB FIX — Complete styling (was missing entirely) ─── */
.fz-breadcrumb {
    font-family: var(--fz-font-sans);
    font-size: 0.75rem;
    color: var(--fz-muted);
    padding: 14px 0 12px;
    line-height: 1;
}
.fz-breadcrumb ol {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 0;
}
.fz-breadcrumb li {
    display: inline-flex;
    align-items: center;
    color: var(--fz-muted);
    white-space: nowrap;
}
.fz-breadcrumb li + li::before {
    content: '/';
    margin: 0 8px;
    color: var(--fz-gray-300, #ccc);
    font-weight: 300;
    font-size: 0.6875rem;
}
.fz-breadcrumb a {
    color: var(--fz-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}
.fz-breadcrumb a:hover {
    color: var(--fz-text);
}
.fz-breadcrumb li[aria-current="page"] {
    color: var(--fz-text);
    font-weight: 500;
}
.fz-breadcrumb__current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    max-width: 100%;
}
.fz-breadcrumb li:last-child {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}

/* ─── GALLERY BACKGROUND FIX — Match page background exactly ─── */
.fz-pdp .fz-gallery__main {
    background: var(--fz-white, #ffffff) !important;
}
.fz-pdp .fz-gallery__slide {
    background: var(--fz-white, #ffffff) !important;
}
.fz-pdp .fz-gallery__slide img {
    background: var(--fz-white, #ffffff) !important;
    padding: 0 !important;
    object-fit: contain;
    aspect-ratio: 5 / 4;
    max-height: 540px;
    width: 100%;
    height: auto;
}
/* Remove any conflicting background from earlier rules */
.fz-pdp .fz-gallery__thumb {
    background: var(--fz-bg-warm, #f3f0ea);
}

/* ─── MOBILE CRITICAL FIXES ─── */
@media (max-width: 768px) {
    /* Breadcrumb mobile — smaller, wrapping */
    .fz-breadcrumb {
        padding: 10px 0 8px;
        font-size: 0.6875rem;
    }
    .fz-breadcrumb li + li::before {
        margin: 0 6px;
    }
    .fz-breadcrumb li:last-child {
        max-width: none;
    }

    /* Gallery mobile — full width, no extra padding */
    .fz-pdp .fz-gallery {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .fz-pdp .fz-gallery__main {
        border-radius: 0;
    }
    .fz-pdp .fz-gallery__slide img {
        aspect-ratio: 4 / 3;
        max-height: 380px;
        padding: 0 !important;
    }
    .fz-pdp .fz-gallery__thumbs {
        padding: 10px 0 0;
        gap: 8px;
    }
    .fz-pdp .fz-gallery__thumb {
        flex: 0 0 56px;
        width: 56px;
        height: 56px;
        border-radius: 2px;
    }

    /* Buy panel mobile — fix spacing and button */
    .fz-pdp .fz-buy {
        position: static;
        padding: 20px 0 24px;
    }
    .fz-pdp .fz-buy__title {
        font-size: clamp(1.375rem, 5.5vw, 1.875rem);
        margin-bottom: 8px;
    }
    .fz-pdp .fz-buy__price {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }
    .fz-pdp .fz-buy__desc {
        font-size: 0.875rem;
        margin-bottom: 16px;
        max-width: none;
    }
    .fz-pdp .fz-buy__divider {
        margin: 0 0 16px;
    }

    /* Quantity mobile */
    .fz-pdp .fz-buy__form .quantity {
        height: 48px;
        margin-bottom: 12px;
    }

    /* Add to Cart button mobile — full width, proper height */
    .fz-pdp .fz-buy .single_add_to_cart_button,
    .fz-pdp .fz-buy__cta {
        width: 100%;
        height: 52px;
        font-size: 0.75rem;
        letter-spacing: 0.14em;
    }

    /* WooCommerce form mobile fix */
    .fz-pdp .fz-buy__form .cart {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    .fz-pdp .fz-buy__form .woocommerce-variation-add-to-cart {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .fz-pdp .fz-buy__form .variations {
        width: 100%;
        margin-bottom: 12px;
    }
    .fz-pdp .fz-buy__form .variations select {
        width: 100%;
        height: 48px;
    }

    /* Delivery info mobile */
    .fz-buy__info-block {
        margin-bottom: 6px;
    }
    .fz-buy__info-toggle {
        padding: 12px 14px;
        gap: 10px;
    }
    .fz-buy__info-toggle-title {
        font-size: 0.625rem;
    }
    .fz-buy__info-content {
        padding: 0 14px 14px;
        font-size: 0.8125rem;
    }

    /* Guarantees mobile */
    .fz-buy__guarantees {
        padding-top: 16px;
        margin-bottom: 12px;
    }
    .fz-buy__trust {
        gap: 10px;
    }
    .fz-buy__trust-item {
        font-size: 0.75rem;
        gap: 10px;
    }
    .fz-buy__trust-item svg {
        width: 16px;
        height: 16px;
    }

    /* Actions mobile */
    .fz-buy__actions {
        padding: 14px 0;
        gap: 20px;
    }
    .fz-buy__action-btn {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    /* Breadcrumb very small screens */
    .fz-breadcrumb {
        font-size: 0.625rem;
    }
    .fz-breadcrumb li + li::before {
        margin: 0 5px;
    }

    /* Gallery small mobile */
    .fz-pdp .fz-gallery__slide img {
        max-height: 300px;
        aspect-ratio: 4 / 3;
    }
    .fz-pdp .fz-gallery__thumb {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }
    .fz-pdp .fz-gallery__thumbs {
        gap: 6px;
    }

    /* Buy panel small mobile */
    .fz-pdp .fz-buy__title {
        font-size: 1.375rem;
    }
    .fz-pdp .fz-buy .single_add_to_cart_button,
    .fz-pdp .fz-buy__cta {
        height: 50px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   FINAL CRITICAL FIXES — Sticky Bar, Gallery Mobile, Breadcrumb
   These rules use highest specificity to override ALL previous declarations
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── STICKY BAR — Complete mobile fix ─── */
.fz-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: var(--fz-white, #fff);
    border-top: 1px solid var(--fz-divider, #e5e0d8);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    overflow: hidden;
}
.fz-sticky-bar.is-visible {
    transform: translateY(0);
}
.fz-sticky-bar__inner {
    max-width: var(--fz-container, 1400px);
    margin: 0 auto;
    padding: 0 var(--fz-gutter, 24px);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.fz-sticky-bar__info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
    overflow: hidden;
}
.fz-sticky-bar__title {
    font-family: var(--fz-font-heading);
    font-size: 0.9375rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.fz-sticky-bar__price {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--fz-text);
    white-space: nowrap;
    flex-shrink: 0;
}
.fz-sticky-bar__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: var(--fz-muted);
    flex-shrink: 0;
}
.fz-sticky-bar__action {
    flex-shrink: 0;
}
.fz-sticky-bar__action .fz-btn--sm {
    height: 40px;
    padding: 0 24px;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 0;
}

/* Sticky bar MOBILE */
@media (max-width: 768px) {
    .fz-sticky-bar {
        width: 100%;
        max-width: 100vw;
        left: 0;
        right: 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .fz-sticky-bar__inner {
        width: 100%;
        max-width: 100%;
        height: 56px;
        padding: 0 16px;
        gap: 12px;
        box-sizing: border-box;
    }
    .fz-sticky-bar__title {
        font-size: 0.8125rem;
        max-width: 140px;
    }
    .fz-sticky-bar__rating {
        display: none;
    }
    .fz-sticky-bar__price {
        font-size: 0.8125rem;
    }
    .fz-sticky-bar__action .fz-btn--sm {
        height: 38px;
        padding: 0 16px;
        font-size: 0.625rem;
        min-width: 100px;
    }
}
@media (max-width: 380px) {
    .fz-sticky-bar__title {
        max-width: 100px;
        font-size: 0.75rem;
    }
    .fz-sticky-bar__price {
        font-size: 0.75rem;
    }
    .fz-sticky-bar__action .fz-btn--sm {
        padding: 0 12px;
        font-size: 0.5625rem;
        min-width: 80px;
    }
}

/* Gallery mobile — keep slide height (avoid blank scroll area) */
@media (max-width: 768px) {
    .fz-pdp .fz-gallery__main,
    .fz-pdp .fz-gallery__slide {
        background: var(--fz-bg-neutral, #f6f4f0);
    }
}

/* ─── BREADCRUMB — Complete fix for all viewports ─── */
nav.fz-breadcrumb {
    font-family: var(--fz-font-sans);
    font-size: 0.6875rem;
    color: var(--fz-muted);
    padding: 12px 0 10px;
    line-height: 1.4;
    overflow: hidden;
}
nav.fz-breadcrumb ol {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    overflow: hidden;
}
nav.fz-breadcrumb li {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
nav.fz-breadcrumb li:not(:last-child) {
    flex: 0 0 auto;
    flex-shrink: 0;
    white-space: nowrap;
}
nav.fz-breadcrumb li:last-child {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}
nav.fz-breadcrumb li + li::before {
    content: '/';
    margin: 0 7px;
    color: var(--fz-gray-300, #ccc);
    font-weight: 300;
    font-size: 0.625rem;
}
nav.fz-breadcrumb a {
    color: var(--fz-muted);
    text-decoration: none;
    transition: color 0.15s ease;
}
nav.fz-breadcrumb a:hover {
    color: var(--fz-text);
}
nav.fz-breadcrumb li[aria-current="page"] {
    color: var(--fz-text);
    font-weight: 500;
}
nav.fz-breadcrumb .fz-breadcrumb__current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 768px) {
    nav.fz-breadcrumb {
        font-size: 0.625rem;
        padding: 8px 0 6px;
    }
    nav.fz-breadcrumb li + li::before {
        margin: 0 5px;
    }
}
@media (max-width: 380px) {
    nav.fz-breadcrumb {
        font-size: 0.5625rem;
    }
}

/* ─── GALLERY DESKTOP — Remove forced aspect-ratio, let image breathe ─── */
.fz-pdp .fz-gallery__slide img {
    aspect-ratio: unset !important;
    max-height: 520px !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    background: var(--fz-white, #fff) !important;
    display: block;
}
.fz-pdp .fz-gallery__main {
    background: var(--fz-white, #fff) !important;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.fz-pdp .fz-gallery__track {
    width: 100%;
}
.fz-pdp .fz-gallery__slide {
    background: var(--fz-white, #fff) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

/* ─── BREADCRUMB SPACING FIX — Tighter separators ─── */
nav.fz-breadcrumb ol {
    gap: 0 !important;
}
nav.fz-breadcrumb li + li::before {
    content: '/' !important;
    margin: 0 5px !important;
    font-size: 0.6rem !important;
    color: var(--fz-gray-300, #bbb) !important;
    font-weight: 300 !important;
}
nav.fz-breadcrumb li {
    font-size: 0.75rem !important;
}

/* ─── GALLERY VERTICAL ALIGNMENT FIX — Align to top, not center ─── */
.fz-pdp .fz-gallery__main {
    min-height: unset !important;
    align-items: flex-start !important;
    display: block !important;
}
.fz-pdp .fz-gallery__slide {
    min-height: unset !important;
    align-items: flex-start !important;
    justify-content: center !important;
}
.fz-pdp .fz-gallery__slide img {
    max-height: none !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   GALLERY DEFINITIVE FIX — Override everything above
   Problem: contain + auto height = huge empty space below image
   Solution: Use cover with controlled aspect-ratio on the container
   ═══════════════════════════════════════════════════════════════════════════ */
.fz-pdp .fz-gallery__main {
    position: relative !important;
    overflow: hidden !important;
    background: #fff !important;
    display: block !important;
    min-height: unset !important;
    line-height: 0 !important;
}
.fz-pdp .fz-gallery__track {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.fz-pdp .fz-gallery__track::-webkit-scrollbar { display: none !important; }
.fz-pdp .fz-gallery__slide {
    flex: 0 0 100% !important;
    scroll-snap-align: start !important;
    cursor: zoom-in !important;
    background: #fff !important;
    display: block !important;
    min-height: unset !important;
    line-height: 0 !important;
}
.fz-pdp .fz-gallery__slide img {
    width: 100% !important;
    height: auto !important;
    max-height: unset !important;
    aspect-ratio: unset !important;
    object-fit: cover !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    display: block !important;
}

/* ─── STICKY BAR — Hidden by default, only show when scrolled past buy panel ─── */
.fz-sticky-bar {
    transform: translateY(100%) !important;
    visibility: hidden;
}
.fz-sticky-bar.is-visible {
    transform: translateY(0) !important;
    visibility: visible;
}

/* Trust bar — force centered alignment (3 equal columns) */
.fz-pdp .fz-pdp-trust .fz-container .fz-pdp-trust__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-items: center !important;
    align-items: center !important;
    width: 100% !important;
}
.fz-pdp .fz-pdp-trust .fz-pdp-trust__item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important;
}
@media (max-width: 640px) {
    .fz-pdp .fz-pdp-trust .fz-container .fz-pdp-trust__grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
}
