/* Floratrix Pro — Power UI v5.1 (luxury + Beauty Basket header) */

:root {
    --fp-shadow-lg: 0 12px 48px rgba(31, 77, 58, 0.14);
    --fp-shadow-glow: 0 8px 32px rgba(200, 169, 107, 0.35);
    --fp-gold-grad: linear-gradient(135deg, #d4b87a 0%, #C8A96B 50%, #a88b4a 100%);
    --fp-green-grad: linear-gradient(135deg, #1F4D3A 0%, #163a2c 100%);
    --fp-hero-h: clamp(280px, 44vw, 540px);
    --fp-bb-top: #ece8e1;
    --fp-bb-border: #e0dcd4;
}

/* ══════════════════════════════════════
   BEAUTY BASKET STYLE HEADER (3-tier)
   ══════════════════════════════════════ */

.fp-bb-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: var(--fp-white);
    transition: box-shadow 0.25s ease;
}

.fp-bb-header.scrolled {
    box-shadow: 0 4px 24px rgba(31, 77, 58, 0.12);
}

/* Tier 1 — promo bar */
.fp-bb-topbar {
    background: var(--fp-bb-top);
    border-bottom: 1px solid var(--fp-bb-border);
    font-size: 0.78rem;
    color: var(--fp-muted);
}

.fp-bb-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 36px;
    padding: 6px 0;
}

.fp-bb-topbar__promo {
    margin: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-bb-topbar__promo i { color: var(--fp-gold); margin-right: 6px; }
.fp-bb-topbar__promo strong { color: var(--fp-green); font-weight: 700; }

.fp-bb-topbar__links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.fp-bb-topbar__links a {
    color: var(--fp-text);
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.fp-bb-topbar__links a:hover { color: var(--fp-green); }
.fp-bb-topbar__links i { font-size: 0.85rem; color: var(--fp-gold); }

/* Tier 2 — logo + search + actions */
.fp-bb-main {
    background: var(--fp-white);
    border-bottom: 1px solid var(--fp-bb-border);
    padding: 14px 0;
}

.fp-bb-main__row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
}

.fp-bb-main__brand {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-shrink: 0;
}

.fp-bb-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}

.fp-bb-logo__img {
    height: 72px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.fp-bb-quicklinks {
    display: flex;
    align-items: center;
    gap: 22px;
}

.fp-bb-quicklinks__link {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--fp-text);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.fp-bb-quicklinks__link:hover,
.fp-bb-quicklinks__link.show { color: var(--fp-green); }

.fp-bb-dropdown-menu {
    border: 1px solid var(--fp-bb-border);
    border-radius: var(--fp-radius);
    box-shadow: var(--fp-shadow-lg);
    padding: 8px;
    min-width: 220px;
}

.fp-bb-dropdown-menu .dropdown-item {
    font-size: 0.85rem;
    font-weight: 500;
    padding: 10px 14px;
    border-radius: var(--fp-radius-sm);
}

.fp-bb-dropdown-menu .dropdown-item:hover {
    background: var(--fp-cream);
    color: var(--fp-green);
}

/* Search — reference style with gold button */
.fp-bb-search {
    display: flex;
    align-items: stretch;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    border: 1.5px solid var(--fp-bb-border);
    border-radius: 2px;
    overflow: hidden;
    background: var(--fp-white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fp-bb-search:focus-within {
    border-color: var(--fp-gold);
    box-shadow: 0 0 0 3px rgba(200, 169, 107, 0.15);
}

.fp-bb-search input {
    flex: 1;
    border: none;
    padding: 0 16px;
    font-family: var(--fp-font-body);
    font-size: 0.88rem;
    color: var(--fp-text);
    outline: none;
    min-width: 0;
    background: transparent;
}

.fp-bb-search input::placeholder { color: #aaa; }

.fp-bb-search button {
    width: 52px;
    flex-shrink: 0;
    border: none;
    background: var(--fp-gold-grad);
    color: var(--fp-white);
    font-size: 1.15rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease;
}

.fp-bb-search button:hover { filter: brightness(1.08); }

/* Actions — login, wishlist, cart */
.fp-bb-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.fp-bb-actions__login {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--fp-text);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.fp-bb-actions__login:hover { color: var(--fp-green); }

.fp-bb-actions__icon {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: var(--fp-text);
    transition: color 0.2s ease;
}

.fp-bb-actions__icon i {
    font-size: 1.35rem;
    color: var(--fp-green);
}

.fp-bb-actions__icon:hover { color: var(--fp-green); }

.fp-bb-actions__wish span {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--fp-muted);
}

.fp-bb-cart-total {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--fp-text);
}

.fp-bb-actions__cart em.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: var(--fp-gold);
    color: var(--fp-white);
    font-size: 0.58rem;
    font-style: normal;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--fp-white);
}

.fp-bb-actions__cart em.cart-count:empty,
.fp-bb-actions__cart em.cart-count[data-count="0"] { display: none; }

/* Tier 3 — category strip */
.fp-bb-catnav {
    background: var(--fp-white);
    border-bottom: 1px solid var(--fp-bb-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.fp-bb-catnav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
    min-height: 46px;
}

.fp-bb-catnav__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--fp-text);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease;
    border-radius: 2px;
}

.fp-bb-catnav__link i {
    font-size: 0.55rem;
    opacity: 0.5;
}

.fp-bb-catnav__link:hover,
.fp-bb-catnav__link.active {
    color: var(--fp-green);
    background: rgba(31, 77, 58, 0.05);
}

.fp-bb-catnav__link--offer {
    color: var(--fp-gold);
    font-weight: 700;
}

.fp-bb-catnav__link--offer:hover { color: var(--fp-green); }

/* Value proposition bar */
.fp-value-bar {
    background: var(--fp-white);
    border-bottom: 1px solid var(--fp-bb-border);
    padding: 14px 0;
}

.fp-value-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.fp-value-bar__item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--fp-text);
    justify-content: center;
}

.fp-value-bar__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.fp-value-bar__icon--gold { background: rgba(200, 169, 107, 0.15); color: var(--fp-gold); }
.fp-value-bar__icon--orange { background: rgba(230, 126, 34, 0.12); color: #e67e22; }
.fp-value-bar__icon--blue { background: rgba(52, 152, 219, 0.12); color: #3498db; }
.fp-value-bar__icon--green { background: rgba(31, 77, 58, 0.1); color: var(--fp-green); }

/* 4-panel hero (desktop — like reference) */
.fp-hero-quad {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    min-height: 380px;
    max-height: 480px;
    overflow: hidden;
}

.fp-hero-quad__item {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.fp-hero-quad__item img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.fp-hero-quad__item:hover img { transform: scale(1.06); }

.fp-hero-quad__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, transparent 45%, rgba(0,0,0,0.2) 100%);
    pointer-events: none;
}

.fp-hero-quad__title {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    padding: 0 16px;
    font-family: var(--fp-font-heading);
    font-size: clamp(1rem, 1.5vw, 1.35rem);
    font-weight: 700;
    color: var(--fp-white) !important;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    margin: 0;
    line-height: 1.25;
    z-index: 2;
}

/* Mobile header inside bb-header */
.fp-bb-header .fp-mob-header {
    padding: 10px 16px;
    border-bottom: 1px solid var(--fp-bb-border);
}

.fp-bb-header .fp-mob-search {
    display: flex;
    margin: 0 16px 10px;
    border: 1.5px solid var(--fp-bb-border);
    border-radius: 2px;
    overflow: hidden;
    background: var(--fp-white);
    height: 44px;
}

.fp-bb-header .fp-mob-search input {
    flex: 1;
    border: none;
    padding: 0 14px;
    font-size: 0.88rem;
    outline: none;
    background: transparent;
}

.fp-bb-header .fp-mob-search button {
    width: 48px;
    border: none;
    background: var(--fp-gold-grad);
    color: var(--fp-white);
    font-size: 1.1rem;
}

#fpMobileOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

#fpMobileOverlay.is-open {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.fp-bb-header .fp-mob-header__logo .fp-logo-img,
.fp-bb-header .fp-logo-img {
    height: 56px;
    max-width: 200px;
}

/* Centered section titles (reference style) */
.fp-section-title-center {
    text-align: center;
    margin-bottom: 28px;
}

.fp-section-title-center h2 {
    font-family: var(--fp-font-body);
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 600;
    color: var(--fp-text);
    margin: 0 0 6px;
    letter-spacing: 0.2px;
}

.fp-section-title-center h2::after { display: none; }

.fp-section-title-center p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--fp-muted);
}

@media (max-width: 1199px) {
    .fp-bb-main__row { gap: 16px; }
    .fp-bb-main__brand { gap: 16px; }
    .fp-bb-logo__img { height: 64px; max-width: 180px; }
    .fp-bb-quicklinks { gap: 14px; }
    .fp-bb-catnav__link { padding: 10px 12px; font-size: 0.68rem; }
}

@media (max-width: 991px) {
    .fp-value-bar__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .fp-value-bar__item { font-size: 0.75rem; justify-content: flex-start; }
}

/* ── Global polish ── */
body.fp-body {
    background: linear-gradient(180deg, #fff 0%, #faf9f7 100%);
}

.fp-main { position: relative; }

/* ── Utility bar shimmer ── */
.fp-utility-bar {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #122a20, var(--fp-green-deep), #122a20);
}

.fp-utility-bar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--fp-gold), transparent);
    opacity: 0.7;
}

/* ── Header luxury ── */
.fp-header {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px);
}

.fp-header.scrolled {
    box-shadow: 0 4px 30px rgba(31, 77, 58, 0.1);
}

.fp-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 5%, var(--fp-gold) 50%, transparent 95%);
    opacity: 0.55;
}

.fp-logo-img {
    height: 88px;
    max-width: 360px;
    filter: drop-shadow(0 2px 8px rgba(31, 77, 58, 0.08));
}

.fp-desk-header__logo {
    padding: 18px 0 14px;
    background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
}

.fp-desk-search {
    box-shadow: inset 0 1px 3px rgba(31, 77, 58, 0.04);
}

.fp-desk-search:focus-within {
    box-shadow: 0 0 0 3px rgba(31, 77, 58, 0.1), var(--fp-shadow-sm);
}

.fp-desk-nav a.active {
    color: var(--fp-green);
    background: rgba(31, 77, 58, 0.08);
    box-shadow: inset 0 -2px 0 var(--fp-gold);
}

.fp-desk-nav .fp-nav-offers {
    background: var(--fp-green-grad);
    border-color: transparent;
    color: var(--fp-white);
    box-shadow: var(--fp-shadow-sm);
}

.fp-desk-nav .fp-nav-offers:hover {
    background: var(--fp-gold-grad);
    color: var(--fp-text);
    transform: translateY(-1px);
}

.fp-mob-header .fp-logo-img { height: 52px; }

.fp-mob-search {
    box-shadow: var(--fp-shadow-sm);
    border-color: rgba(200, 169, 107, 0.35);
}

.fp-mob-cat__icon {
    background: linear-gradient(145deg, #fff, var(--fp-cream));
    box-shadow: 0 4px 14px rgba(31, 77, 58, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fp-mob-cat:active .fp-mob-cat__icon {
    transform: scale(0.95);
}

/* Mobile slide-out menu */
.fp-mobile-menu {
    padding: 8px 0 16px;
    border-top: 1px solid var(--fp-border);
    background: linear-gradient(180deg, #fff, var(--fp-cream));
}

.fp-mobile-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
    text-decoration: none;
    color: var(--fp-text);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: var(--fp-radius-sm);
    transition: background 0.2s ease, color 0.2s ease;
}

.fp-mobile-menu a:hover {
    background: rgba(31, 77, 58, 0.06);
    color: var(--fp-green);
}

/* ── Hero luxury ── */
.nk-hero { position: relative; }

.nk-hero__slide {
    height: var(--fp-hero-h) !important;
}

.carousel-item.active .nk-hero__img {
    animation: fpKenBurns 8s ease-out forwards;
}

@keyframes fpKenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

.nk-hero__copy {
    max-width: 560px;
    animation: fpHeroFade 0.8s ease 0.2s both;
}

@keyframes fpHeroFade {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: none; }
}

.nk-hero__tag {
    background: rgba(200, 169, 107, 0.15);
    border: 1px solid rgba(200, 169, 107, 0.5);
    padding: 5px 14px;
    border-radius: var(--fp-radius-pill);
}

.nk-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.nk-hero__btn {
    background: var(--fp-gold-grad);
    box-shadow: var(--fp-shadow-glow);
    border-radius: var(--fp-radius-pill);
    padding: 13px 32px;
}

.nk-hero__nav {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nk-hero:hover .nk-hero__nav { opacity: 1; }

/* Slider progress bar */
.fp-hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--fp-gold-grad);
    z-index: 10;
    box-shadow: 0 0 12px rgba(200, 169, 107, 0.6);
}

#fullScreenSlider.is-progressing .fp-hero-progress {
    animation: fpSlideProgress 5s linear forwards;
}

@keyframes fpSlideProgress {
    from { width: 0; }
    to { width: 100%; }
}

.nk-hero__dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    z-index: 5;
}

/* ── Luxury stats strip ── */
.fp-lux-stats {
    background: var(--fp-green-grad);
    color: var(--fp-white);
    padding: 20px 0;
    border-top: 1px solid rgba(200, 169, 107, 0.3);
    border-bottom: 1px solid rgba(200, 169, 107, 0.3);
}

.fp-lux-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .fp-lux-stats__grid { grid-template-columns: repeat(4, 1fr); }
}

.fp-lux-stat {
    text-align: center;
    padding: 8px;
}

.fp-lux-stat strong {
    display: block;
    font-family: var(--fp-font-heading);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: var(--fp-gold);
    line-height: 1.2;
}

.fp-lux-stat span {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.9;
}

/* ── Trust row upgrade ── */
.fp-trust-row {
    background: linear-gradient(180deg, #fff, var(--fp-cream));
    padding: 28px 0;
}

.fp-trust-item {
    padding: 16px 12px;
    background: var(--fp-white);
    border-radius: var(--fp-radius);
    border: 1px solid var(--fp-border);
    box-shadow: var(--fp-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fp-trust-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--fp-shadow);
}

.fp-trust-item i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--fp-cream), #fff);
    border: 1.5px solid rgba(200, 169, 107, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem !important;
    margin-bottom: 10px !important;
}

/* ── Offer strip animated ── */
.fp-offer-strip {
    background: linear-gradient(90deg, #122a20, var(--fp-green), #122a20);
    background-size: 200% 100%;
    animation: fpOfferShift 8s ease infinite;
    padding: 14px 0;
    font-weight: 600;
}

@keyframes fpOfferShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.fp-offer-strip__code {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
}

/* ── Section headers luxury ── */
.fp-section-head h2 {
    position: relative;
    display: inline-block;
}

.fp-section-head h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: var(--fp-gold-grad);
    border-radius: 2px;
    margin-top: 8px;
}

.fp-section-head--center h2::after {
    margin-left: auto;
    margin-right: auto;
}

.fp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fp-eyebrow::before,
.fp-eyebrow::after {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--fp-gold);
    opacity: 0.6;
}

.fp-section--cream {
    background: linear-gradient(180deg, var(--fp-cream) 0%, #f8f6f2 50%, #fff 100%);
}

.fp-link-more {
    padding: 8px 16px;
    border: 1.5px solid var(--fp-border);
    border-radius: var(--fp-radius-pill);
    transition: all 0.25s ease;
}

.fp-link-more:hover {
    background: var(--fp-green);
    color: var(--fp-white) !important;
    border-color: var(--fp-green);
}

/* Stagger reveal */
.fp-reveal:nth-child(1) { transition-delay: 0s; }
.fp-reveal.is-visible:nth-child(2) { transition-delay: 0.05s; }
.fp-reveal.is-visible:nth-child(3) { transition-delay: 0.1s; }
.fp-reveal.is-visible:nth-child(4) { transition-delay: 0.15s; }

.fp-product-grid .fp-product-card.fp-reveal:nth-child(1) { transition-delay: 0s; }
.fp-product-grid .fp-product-card.fp-reveal:nth-child(2) { transition-delay: 0.04s; }
.fp-product-grid .fp-product-card.fp-reveal:nth-child(3) { transition-delay: 0.08s; }
.fp-product-grid .fp-product-card.fp-reveal:nth-child(4) { transition-delay: 0.12s; }

/* ── Product cards power ── */
.fp-product-card {
    border-radius: 12px;
    position: relative;
    isolation: isolate;
}

.fp-product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1.5px;
    background: linear-gradient(145deg, transparent, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.fp-product-card:hover::before {
    opacity: 1;
    background: linear-gradient(145deg, var(--fp-gold), var(--fp-green));
}

.fp-product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fp-shadow-lg);
}

.fp-product-card__media {
    height: 240px;
}

.fp-product-card__badge {
    background: var(--fp-gold-grad);
    box-shadow: 0 2px 8px rgba(200, 169, 107, 0.4);
    border-radius: var(--fp-radius-pill);
    padding: 5px 10px;
    font-size: 0.6rem;
    letter-spacing: 0.5px;
}

.fp-product-card__badge--pro {
    background: var(--fp-green-grad);
    box-shadow: 0 2px 8px rgba(31, 77, 58, 0.35);
}

.fp-product-card__badge--new {
    top: auto;
    bottom: 10px;
}

.fp-product-card__badge--new.fp-product-card__badge--stack {
    bottom: auto;
    top: 36px;
}

.fp-product-card__wish {
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--fp-shadow-sm);
}

.fp-product-card__wish.active {
    background: #fff5f5;
    animation: fpHeartPop 0.35s ease;
}

@keyframes fpHeartPop {
    50% { transform: scale(1.15); }
}

.fp-product-card__quick {
    background: linear-gradient(180deg, transparent, rgba(22, 58, 44, 0.75));
    align-items: flex-end;
    padding-bottom: 20px;
    font-size: 0.72rem;
    letter-spacing: 2px;
}

.fp-product-card__quick::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--fp-gold);
    position: absolute;
    bottom: 48px;
}

.fp-product-card__price {
    font-size: 1.12rem;
    background: linear-gradient(135deg, var(--fp-text), var(--fp-green));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fp-btn--buy {
    background: var(--fp-green-grad);
    box-shadow: 0 4px 14px rgba(31, 77, 58, 0.25);
}

.fp-btn--buy:hover {
    box-shadow: 0 6px 20px rgba(31, 77, 58, 0.35);
    transform: translateY(-1px);
}

.fp-btn--cart:hover {
    box-shadow: 0 4px 12px rgba(31, 77, 58, 0.15);
}

.fp-btn.is-added {
    background: #2e7d32 !important;
    border-color: #2e7d32 !important;
    color: #fff !important;
}

/* Carousel cards */
.fp-product-carousel > .fp-product-card {
    min-width: 180px;
}

.fp-product-carousel--desk > .fp-product-card {
    min-width: unset;
}

/* ── Promo banners luxury ── */
.fp-trending {
    position: relative;
    overflow: hidden;
}

.fp-trending::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(600px, 90%);
    height: 200px;
    background: radial-gradient(ellipse, rgba(200, 169, 107, 0.1), transparent 70%);
    pointer-events: none;
}

.fp-trending__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.fp-trending__head-text {
    flex: 1;
    min-width: 0;
}

.fp-trending__head h2 {
    font-family: var(--fp-font-heading);
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: var(--fp-green);
    margin: 0 0 6px;
}

.fp-trending__sub {
    margin: 0;
    font-size: 0.85rem;
    color: var(--fp-muted);
    line-height: 1.5;
}

.fp-trending__link {
    flex-shrink: 0;
    white-space: nowrap;
}

.fp-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.fp-promo-grid--bento {
    gap: 12px;
}

@media (min-width: 768px) {
    .fp-promo-grid--bento { gap: 18px; }
}

@media (min-width: 1200px) {
    .fp-promo-grid { grid-template-columns: repeat(3, 1fr); }
    .fp-promo-grid--bento { gap: 20px; }
}

.fp-promo-banner {
    position: relative;
    display: block;
    aspect-ratio: 4/3;
    min-height: 140px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(31, 77, 58, 0.1);
    border: 1px solid rgba(200, 169, 107, 0.2);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.fp-promo-banner--hero {
    grid-column: 1 / -1;
    aspect-ratio: 16/9;
    min-height: 180px;
}

.fp-promo-banner--wide {
    grid-column: 1 / -1;
    aspect-ratio: 21/9;
    min-height: 150px;
}

.fp-promo-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(31, 77, 58, 0.18);
}

.fp-promo-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.fp-promo-banner:hover img {
    transform: scale(1.08);
}

.fp-promo-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(22, 58, 44, 0.05) 0%,
        rgba(22, 58, 44, 0.35) 45%,
        rgba(22, 58, 44, 0.88) 100%
    );
    z-index: 1;
    transition: opacity 0.35s ease;
}

.fp-promo-banner:hover .fp-promo-banner__overlay {
    background: linear-gradient(
        180deg,
        rgba(22, 58, 44, 0.1) 0%,
        rgba(22, 58, 44, 0.45) 50%,
        rgba(22, 58, 44, 0.92) 100%
    );
}

.fp-promo-banner__shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    z-index: 2;
    pointer-events: none;
    transition: left 0.6s ease;
}

.fp-promo-banner:hover .fp-promo-banner__shine {
    left: 120%;
}

.fp-promo-banner__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    z-index: 3;
    color: var(--fp-white);
}

.fp-promo-banner--hero .fp-promo-banner__label {
    padding: 20px;
}

.fp-promo-banner__tag {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--fp-green-deep);
    background: var(--fp-gold);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.fp-promo-banner__label h3 {
    font-family: var(--fp-font-heading);
    font-size: clamp(0.95rem, 2.5vw, 1.2rem);
    color: var(--fp-white);
    margin: 0 0 4px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fp-promo-banner--hero .fp-promo-banner__label h3 {
    font-size: clamp(1.1rem, 3vw, 1.45rem);
    -webkit-line-clamp: 2;
}

.fp-promo-banner__desc {
    margin: 0 0 10px;
    font-size: 0.72rem;
    opacity: 0.88;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fp-promo-banner--hero .fp-promo-banner__desc {
    font-size: 0.8rem;
}

.fp-promo-banner__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--fp-gold);
    letter-spacing: 0.3px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fp-promo-banner:hover .fp-promo-banner__cta,
.fp-promo-banner--hero .fp-promo-banner__cta {
    opacity: 1;
    transform: translateY(0);
}

.fp-promo-banner--hero .fp-promo-banner__cta {
    opacity: 1;
    transform: none;
    margin-top: 2px;
}

.fp-promo-banner__cta i {
    font-size: 0.85rem;
    transition: transform 0.25s ease;
}

.fp-promo-banner:hover .fp-promo-banner__cta i {
    transform: translateX(3px);
}

/* Legacy ::after removed — use __overlay */
.fp-promo-banner::after {
    display: none;
}

/* ── Category icons ── */
.fp-cat-item__ring {
    width: 72px;
    height: 72px;
    box-shadow: 0 6px 20px rgba(31, 77, 58, 0.1);
}

.fp-cat-item:hover .fp-cat-item__ring {
    background: var(--fp-green-grad);
    border-color: transparent;
    box-shadow: var(--fp-shadow-glow);
}

.fp-cat-item:hover .fp-cat-item__ring i { color: var(--fp-white); }

/* ── Featured cards ── */
.fp-feature-card {
    border-radius: 14px;
    min-height: 260px;
}

.fp-feature-card img {
    height: 160px;
    transition: transform 0.5s ease;
}

.fp-feature-card:hover img { transform: scale(1.05); }

.fp-feature-card--partner {
    background: var(--fp-green-grad);
    position: relative;
    overflow: hidden;
}

.fp-feature-card--partner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(200, 169, 107, 0.2), transparent 70%);
    border-radius: 50%;
}

.fp-feature-card__btn {
    border-radius: var(--fp-radius-pill);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fp-feature-card:hover .fp-feature-card__btn {
    transform: translateY(-2px);
    box-shadow: var(--fp-shadow-sm);
}

/* ── Why / testimonial / CTA ── */
.fp-why-item {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fp-why-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--fp-shadow);
}

.fp-testimonial-wrap {
    border: none;
    box-shadow: var(--fp-shadow-lg);
    padding: 40px 32px;
    position: relative;
}

.fp-testimonial-wrap::before {
    content: '\201C';
    position: absolute;
    top: 12px;
    left: 24px;
    font-family: var(--fp-font-heading);
    font-size: 4rem;
    color: var(--fp-gold);
    opacity: 0.25;
    line-height: 1;
}

.fp-cta-banner {
    background: var(--fp-green-grad);
    box-shadow: var(--fp-shadow-lg);
    position: relative;
    overflow: hidden;
}

.fp-cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(200, 169, 107, 0.15), transparent 70%);
}

.fp-cta-banner .fp-btn--primary:hover {
    transform: scale(1.03);
    box-shadow: var(--fp-shadow-glow);
}

/* ── Ingredient trust ── */
.fp-ingredient-ring {
    box-shadow: 0 4px 16px rgba(31, 77, 58, 0.08);
}

/* ── Products page ── */
.fp-products-page {
    background: linear-gradient(180deg, var(--fp-cream) 0%, #fff 120px);
}

.fp-filter-tabs a.active {
    box-shadow: 0 4px 14px rgba(31, 77, 58, 0.2);
}

/* ── Bottom nav app style ── */
.fp-bottom-nav {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -8px 32px rgba(31, 77, 58, 0.1);
    border-top: none;
    margin: 0 12px 10px;
    border-radius: 20px;
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
    height: 58px;
}

.fp-bottom-nav a.active {
    color: var(--fp-green);
    font-weight: 700;
}

.fp-bottom-nav a.active i {
    color: var(--fp-gold);
    transform: scale(1.1);
}

/* ── Service ribbon ── */
.fp-service-ribbon {
    background: var(--fp-green-grad);
    box-shadow: inset 0 1px 0 rgba(200, 169, 107, 0.3);
    padding: 22px 0;
    border-top: 1px solid rgba(200, 169, 107, 0.2);
}

/* ── Toast upgrade ── */
.fp-toast.success {
    background: var(--fp-green-grad);
    box-shadow: var(--fp-shadow-lg);
}

/* ── PDP overrides ── */
.mm-pdp--premium .mm-pdp-gallery-wrap {
    box-shadow: var(--fp-shadow-lg);
    border-radius: 14px;
    overflow: hidden;
}

.mm-pdp-ribbon {
    background: var(--fp-gold-grad) !important;
}

.mm-pdp-sticky {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    box-shadow: 0 -8px 32px rgba(31, 77, 58, 0.12);
    border-radius: 16px 16px 0 0;
    padding: 12px 16px;
    gap: 10px;
}

/* Cart badge pulse */
@keyframes fpCartPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.25); }
}

.cart-count.is-updated {
    animation: fpCartPulse 0.4s ease;
}

@media (max-width: 991px) {
    .fp-logo-img { height: 52px; }
    .fp-product-card__media { height: 200px; }
    .nk-hero__slide { height: clamp(240px, 52vw, 360px) !important; }
    .fp-bottom-nav { margin-bottom: calc(6px + env(safe-area-inset-bottom, 0px)); }
    body.fp-body { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
}

@media (min-width: 992px) {
    /* Desktop bento handled in florix-desktop.css */
}

/* ══════════════════════════════════════
   PRODUCT SHOWCASE (luxury cards)
   ══════════════════════════════════════ */

.fp-showcase {
    position: relative;
}

.fp-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top center, rgba(200, 169, 107, 0.06), transparent 55%);
    pointer-events: none;
}

.fp-showcase__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    position: relative;
}

.fp-showcase__head .fp-section-title-center {
    margin-bottom: 0;
    text-align: left;
}

.fp-showcase__head .fp-eyebrow::before,
.fp-showcase__head .fp-eyebrow::after { display: none; }

.fp-showcase__head .fp-eyebrow {
    justify-content: flex-start;
}

.fp-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    position: relative;
}

@media (min-width: 768px) {
    .fp-showcase-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}

@media (min-width: 1200px) {
    .fp-showcase-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; }
}

.fp-showcase-grid .col { display: flex; }

.fp-showcase-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 16px;
    scrollbar-width: none;
    position: relative;
}

.fp-showcase-scroll::-webkit-scrollbar { display: none; }

.fp-showcase-scroll > .fp-showcase-card {
    flex: 0 0 200px;
    scroll-snap-align: start;
}

@media (min-width: 992px) {
    .fp-showcase-scroll--desk {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow: visible;
        gap: 22px;
        padding: 0;
    }
    .fp-showcase-scroll--desk > .fp-showcase-card { flex: unset; }
}

/* Showcase card */
.fp-showcase-card {
    border: none !important;
    border-radius: 16px !important;
    background: var(--fp-white);
    box-shadow: 0 2px 16px rgba(31, 77, 58, 0.06);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.fp-showcase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(31, 77, 58, 0.12);
}

.fp-showcase-card .fp-product-card__media {
    height: auto;
    min-height: 200px;
    padding: 20px 16px 12px;
    background: linear-gradient(165deg, #fdfcfa 0%, var(--fp-cream) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(232, 228, 222, 0.6);
}

.fp-showcase-card__img-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    text-decoration: none;
}

.fp-showcase-card__img-link img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    filter: drop-shadow(0 8px 16px rgba(31, 77, 58, 0.08));
}

.fp-showcase-card:hover .fp-showcase-card__img-link img {
    transform: scale(1.06) translateY(-4px);
}

.fp-showcase-card__float {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fp-showcase-card:hover .fp-showcase-card__float {
    opacity: 1;
    transform: none;
}

.fp-showcase-card__view {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--fp-white);
    border: 1px solid var(--fp-border);
    color: var(--fp-green);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.95rem;
    box-shadow: var(--fp-shadow-sm);
    transition: background 0.2s ease, color 0.2s ease;
}

.fp-showcase-card__view:hover {
    background: var(--fp-green);
    color: var(--fp-white);
}

.fp-showcase-card .fp-product-card__wish {
    position: static;
    opacity: 1;
    transform: none;
}

.fp-showcase-card .fp-product-card__quick { display: none; }

.fp-showcase-card .fp-product-card__body {
    padding: 16px 16px 18px;
}

.fp-showcase-card .fp-product-card__brand {
    color: var(--fp-gold);
    font-size: 0.65rem;
    letter-spacing: 1px;
}

.fp-showcase-card .fp-product-card__title {
    font-size: 0.92rem;
    font-weight: 600;
    min-height: 2.6em;
    margin-bottom: 10px;
}

.fp-showcase-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.fp-showcase-card__rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(200, 169, 107, 0.12);
    color: var(--fp-green);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--fp-radius-pill);
}

.fp-showcase-card__rating-pill i {
    color: var(--fp-gold);
    font-size: 0.65rem;
}

.fp-showcase-card__reviews {
    font-size: 0.68rem;
    color: var(--fp-muted);
}

.fp-showcase-card__price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-bottom: 14px;
}

.fp-showcase-card .fp-product-card__price {
    font-size: 1.15rem;
    font-weight: 800;
    -webkit-text-fill-color: var(--fp-text);
    color: var(--fp-text);
}

.fp-showcase-card .fp-product-card__mrp {
    font-size: 0.8rem;
}

.fp-showcase-card__save-pill {
    font-size: 0.65rem;
    font-weight: 700;
    color: #1b6b3a;
    background: rgba(46, 125, 50, 0.1);
    padding: 3px 8px;
    border-radius: var(--fp-radius-pill);
}

.fp-showcase-card .fp-product-card__save { display: none; }

.fp-showcase-card .fp-product-card__actions {
    gap: 10px;
}

.fp-showcase-card .fp-btn {
    font-size: 0.68rem;
    padding: 11px 10px;
    border-radius: 8px;
}

.fp-showcase-card .fp-btn--cart i {
    font-size: 0.85rem;
}

/* Compact variant (carousels) */
.fp-showcase-card--compact .fp-showcase-card__img-link,
.fp-product-card--compact.fp-showcase-card .fp-showcase-card__img-link { height: 160px; }

.fp-product-card--compact.fp-showcase-card .fp-showcase-card__img-link img { max-height: 160px; }

.fp-product-card--compact.fp-showcase-card .fp-product-card__media { min-height: 160px; padding: 14px 12px 10px; }

.fp-product-card--compact.fp-showcase-card .fp-product-card__title { font-size: 0.82rem; min-height: 2.4em; }

.fp-product-card--compact.fp-showcase-card .fp-showcase-card__reviews { display: none; }

.fp-product-card--compact.fp-showcase-card .fp-btn--buy { display: none; }

.fp-product-card--compact.fp-showcase-card .fp-product-card__actions { grid-template-columns: 1fr; }

/* Products listing page */
.fp-products-showcase {
    background: linear-gradient(180deg, #faf9f7 0%, #fff 200px);
}

.fp-products-showcase .fp-showcase-grid {
    margin-top: 8px;
}

@media (max-width: 575px) {
    .fp-showcase-scroll > .fp-showcase-card { flex: 0 0 168px; }
    .fp-showcase-card__float { opacity: 1; transform: none; }
}
