/* Custom scrollbar for horizontal scrolling lists */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.is-dragging-carousel {
    scroll-snap-type: none !important;
    scroll-behavior: auto !important;
    user-select: none;
}

.search-suggest {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.5rem);
    background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 0.75rem;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
    padding: 0.35rem;
    z-index: 50;
    max-height: 18rem;
    overflow-y: auto;
}

.search-suggest-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.7rem;
    border-radius: 0.6rem;
    text-align: left;
    color: #111827;
    background: transparent;
    transition: background-color 0.2s ease;
}

.search-suggest-item:hover,
.search-suggest-item:focus {
    background: rgba(15, 23, 42, 0.06);
    outline: none;
}

.search-suggest-thumb {
    width: 40px;
    height: 40px;
    border-radius: 0.5rem;
    object-fit: contain;
    background: #f8fafc;
    flex-shrink: 0;
}

.search-suggest-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.search-suggest-name {
    font-size: 0.85rem;
    font-weight: 600;
}

.search-suggest-brand {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
}

html,
body {
    overflow-x: hidden;
}

.top-announcement {
    position: relative;
    color: #f8fafc;
    background:
        linear-gradient(90deg, rgba(13, 13, 16, 0.96), rgba(24, 24, 29, 0.96) 45%, rgba(13, 13, 16, 0.96));
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    letter-spacing: 0.03em;
    overflow: hidden;
}

.top-announcement-marquee {
    display: inline-flex;
    align-items: center;
    gap: 2.75rem;
    min-width: max-content;
    animation: topAnnouncementMarquee 18s linear infinite;
    will-change: transform;
}

.top-announcement-marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.top-announcement::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 22%, rgba(231, 60, 60, 0.14) 50%, transparent 78%);
    pointer-events: none;
}

.top-announcement-code {
    font-weight: 800;
    border-bottom: 1px dashed rgba(231, 60, 60, 0.85);
    color: #ffffff;
}

.top-announcement-link {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    color: #ffffff;
    transition: color 0.2s ease;
}

.top-announcement-link:hover {
    color: #e73c3c;
}

.top-announcement:hover .top-announcement-marquee {
    animation-play-state: paused;
}

@keyframes topAnnouncementMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 1.375rem));
    }
}

@media (prefers-reduced-motion: reduce) {
    .top-announcement-marquee {
        animation: none;
    }
}

.perfume-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, rgba(17, 17, 22, 0.9), rgba(23, 23, 30, 0.9) 50%, rgba(17, 17, 22, 0.9));
}

.perfume-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem 1.15rem;
    padding: 0.72rem 0;
    margin: 0;
    list-style: none;
}

.perfume-nav-link {
    display: inline-block;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.095em;
    color: rgba(229, 231, 235, 0.86);
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.perfume-nav-link:hover {
    color: #ffffff;
}

.perfume-nav-link.is-active {
    color: #ffffff;
    text-shadow: 0 0 14px rgba(231, 60, 60, 0.32);
}

@media (min-width: 1024px) {
    .perfume-nav-list {
        justify-content: space-between;
        gap: 1rem;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .perfume-nav-list {
        justify-content: center;
        gap: 0.55rem 0.85rem;
    }

    .perfume-nav-link {
        font-size: 0.64rem;
        letter-spacing: 0.075em;
    }
}

@media (min-width: 1280px) {
    .top-announcement {
        font-size: 0.84rem;
        letter-spacing: 0.05em;
        padding-top: 0.58rem;
        padding-bottom: 0.58rem;
    }

    header.bg-brand-dark {
        background: linear-gradient(180deg, rgba(10, 10, 14, 0.96), rgba(14, 14, 20, 0.96));
        backdrop-filter: blur(6px);
    }

    header.bg-brand-dark > .max-w-7xl {
        padding-left: 3.1rem;
        padding-right: 1.9rem;
    }

    header.bg-brand-dark .h-20 > .flex-shrink-0 {
        margin-left: 0.75rem;
    }

    header.bg-brand-dark .h-20 {
        height: 5.45rem;
    }

    header.bg-brand-dark .h-20 > .flex-shrink-0 a {
        font-size: 2.2rem;
        letter-spacing: 0.13em;
    }

    header.bg-brand-dark .max-w-2xl {
        max-width: 38rem;
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }

    header.bg-brand-dark input[type="text"] {
        height: 2.95rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    }

    .perfume-nav {
        background: linear-gradient(90deg, rgba(15, 15, 22, 0.96), rgba(20, 20, 28, 0.96) 50%, rgba(15, 15, 22, 0.96));
    }

    .perfume-nav-list {
        padding: 0.8rem 0;
        gap: 0.8rem 1.12rem;
    }

    .perfume-nav-link {
        font-size: 0.71rem;
        letter-spacing: 0.09em;
    }

    .hero-prime {
        min-height: 690px;
    }

    .hero-content-shell {
        padding-top: 4.2rem;
        padding-bottom: 3.2rem;
    }

    .hero-left-copy h1 {
        font-size: clamp(3.7rem, 4.95vw, 5.1rem);
    }

    .hero-main-grid {
        align-items: start;
    }

    .hero-cta-row {
        max-width: 860px;
        margin-top: 3rem;
    }
}

.hero-bg {
    background: url('https://raw.githubusercontent.com/perfumiro/max/refs/heads/main/assets/Herosectionphotos/PERFUMAX%20HERO%20SECTION%20PHOTO.png') center 34% / cover no-repeat;
    animation: heroPan 22s ease-in-out infinite alternate;
}

.hero-prime {
    min-height: 620px;
    display: flex;
    align-items: center;
}

.hero-surface {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(88deg, rgba(25, 31, 62, 0.74) 0%, rgba(25, 31, 62, 0.52) 36%, rgba(13, 19, 41, 0.16) 64%, rgba(11, 16, 34, 0.58) 100%),
        linear-gradient(0deg, rgba(5, 10, 25, 0.14), rgba(5, 10, 25, 0.14));
}

.hero-bg::before,
.hero-bg::after {
    content: "";
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
    z-index: 1;
}

.hero-bg::before {
    width: 52vw;
    height: 52vw;
    max-width: 680px;
    max-height: 680px;
    right: -12%;
    top: 8%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.08), rgba(94, 54, 180, 0.3) 54%, rgba(54, 130, 220, 0.12) 75%, transparent 88%);
    mix-blend-mode: screen;
    animation: heroOrbFloat 14s ease-in-out infinite alternate;
}

.hero-bg::after {
    width: 48vw;
    height: 48vw;
    max-width: 560px;
    max-height: 560px;
    right: -3%;
    bottom: -22%;
    background: radial-gradient(circle at 38% 42%, rgba(250, 204, 21, 0.22), rgba(217, 119, 6, 0.35) 58%, rgba(22, 163, 74, 0.18) 78%, transparent 90%);
    animation: heroOrbFloat 10.5s ease-in-out infinite alternate-reverse;
}

.hero-content-shell {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
}

.hero-main-grid {
    display: grid;
    gap: 1.3rem;
    align-items: end;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
}

.hero-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(226, 232, 240, 0.93);
    margin-bottom: 0.9rem;
}

.hero-left-copy h1 {
    max-width: 11ch;
}

.hero-offer-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 0.85rem;
    background: linear-gradient(145deg, var(--hero-tint-1, rgba(12, 20, 44, 0.76)), var(--hero-tint-2, rgba(18, 32, 72, 0.42)));
    backdrop-filter: blur(4px);
    justify-self: end;
    width: 100%;
    transition: background 0.7s ease-in-out, border-color 0.7s ease-in-out;
}

.hero-offer-card {
    animation: heroRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}

.hero-offer-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.12) 2%, rgba(255, 255, 255, 0.03) 28%, transparent 62%);
    pointer-events: none;
}

.hero-offer-label {
    font-size: 0.66rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(226, 232, 240, 0.85);
}

.hero-offer-value {
    margin-top: 0.3rem;
    font-size: 3.25rem;
    line-height: 1;
    font-weight: 800;
    color: #f8fafc;
}

.hero-offer-copy {
    margin-top: 0.55rem;
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 700;
    color: #f1f5f9;
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.hero-offer-value {
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.hero-offer-card.is-updating .hero-offer-value,
.hero-offer-card.is-updating .hero-offer-copy {
    opacity: 0;
    transform: translateY(8px);
}

.hero-offer-code {
    margin-top: 1rem;
    padding: 0.32rem 0.72rem;
    display: inline-block;
    border: 1px dashed rgba(248, 250, 252, 0.72);
    border-radius: 0.35rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #f8fafc;
}

.new-arrivals-section {
    position: relative;
}

.new-arrivals-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.95rem;
    border: 1px solid rgba(17, 24, 39, 0.18);
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.68rem;
    background: #ffffff;
}

.new-arrivals-cta:hover {
    border-color: rgba(17, 24, 39, 0.55);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

@media (min-width: 1024px) {
    .new-arrivals-header {
        align-items: flex-end;
        gap: 1.5rem;
    }

    .new-arrivals-header h3 {
        font-size: clamp(2.2rem, 2.6vw, 2.8rem);
        letter-spacing: 0.02em;
    }

    .new-arrivals-header p {
        font-size: 0.74rem;
        letter-spacing: 0.22em;
    }

    #newArrivalsCarousel {
        gap: 1.6rem;
        padding-top: 0.8rem;
        padding-bottom: 1.2rem;
    }

    #newArrivalsCarousel article {
        min-width: 280px;
        max-width: 280px;
    }
}

.hero-left-copy {
    opacity: 0;
    transform: translateY(18px);
    animation: heroRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
    will-change: transform, opacity;
}

.hero-cta-row {
    margin-top: 2.2rem;
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-cta-link {
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 0.52rem;
    padding: 0.86rem 1rem;
    text-align: center;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.14);
    transition: background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
    animation: heroRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-cta-link:nth-child(1) {
    animation-delay: 0.3s;
}

.hero-cta-link:nth-child(2) {
    animation-delay: 0.4s;
}

.hero-cta-link:nth-child(3) {
    animation-delay: 0.5s;
}

.hero-cta-link:hover {
    background: rgba(15, 23, 42, 0.42);
    border-color: #ffffff;
    transform: translateY(-2px);
}

@keyframes heroRise {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroPan {
    0% {
        background-position: center 34%;
    }
    100% {
        background-position: 56% 38%;
    }
}

@keyframes heroOrbFloat {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.76;
    }
    100% {
        transform: translate3d(2.2%, -2.6%, 0) scale(1.07);
        opacity: 0.96;
    }
}

@media (max-width: 768px) {
    .hero-prime {
        min-height: 560px;
    }

    .hero-content-shell {
        padding-top: 2.3rem;
        padding-bottom: 1.5rem;
    }

    .hero-main-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hero-left-copy h1 {
        max-width: 12.5ch;
    }

    .hero-offer-card {
        justify-self: start;
        max-width: 350px;
    }

    .hero-offer-copy {
        font-size: 1.08rem;
    }

    .hero-offer-value {
        font-size: 2.5rem;
    }

    .hero-cta-row {
        margin-top: 1.35rem;
        grid-template-columns: 1fr;
        max-width: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-bg,
    .hero-bg::before,
    .hero-bg::after,
    .hero-left-copy,
    .hero-offer-card,
    .hero-cta-link {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .hero-offer-value,
    .hero-offer-copy {
        transition: none !important;
    }
}

.category-gradient {
    background: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.aether-main-media {
    overflow: hidden;
    border-radius: 0.125rem;
    background: #050505;
}

.aether-main-img {
    object-fit: contain;
    object-position: center;
    padding: 0.4rem;
}

@media (max-width: 767px) {
    .aether-main-media {
        height: 430px !important;
    }

    .aether-main-img {
        object-fit: cover;
        object-position: center 20%;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .aether-main-img {
        object-fit: cover;
        object-position: center 22%;
        padding: 0;
    }
}

.aether-featured-media {
    height: 250px;
    overflow: hidden;
    border-radius: 0.125rem;
    background: #070707;
}

.aether-featured-img {
    object-fit: cover;
    object-position: center 58%;
}

@media (min-width: 640px) {
    .aether-featured-media {
        height: 320px;
    }
}

@media (min-width: 1024px) {
    .aether-featured-media {
        height: 520px;
    }

    .aether-featured-img {
        object-fit: contain;
        object-position: center;
        padding: 0.65rem;
    }
}

.client-proof-section {
    background:
        radial-gradient(circle at 16% 20%, rgba(94, 96, 206, 0.34), transparent 48%),
        radial-gradient(circle at 86% 80%, rgba(20, 184, 166, 0.22), transparent 52%),
        linear-gradient(140deg, #0f172a 0%, #111827 42%, #1e1b4b 100%);
    overflow: hidden;
}

.proof-metrics {
    border-radius: 1rem;
    background: linear-gradient(120deg, rgba(220, 38, 38, 0.96), rgba(239, 68, 68, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.38);
}

.metric-item {
    color: #f8fafc;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.metric-value {
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 800;
}

.metric-label {
    font-size: 0.8rem;
    color: rgba(248, 250, 252, 0.86);
    margin-top: 0.25rem;
    letter-spacing: 0.02em;
}

.testimonial-kicker {
    width: 2.15rem;
    height: 0.2rem;
    border-radius: 999px;
    display: inline-block;
    background: linear-gradient(90deg, #f87171, #dc2626);
}

.testimonial-control-btn {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 240, 0.28);
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.55);
    transition: all 0.2s ease;
}

.testimonial-control-btn:hover {
    background: rgba(239, 68, 68, 0.22);
    border-color: rgba(226, 232, 240, 0.65);
    transform: translateY(-1px);
}

.testimonial-card {
    position: relative;
    padding: 1.6rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(148, 163, 184, 0.26);
    box-shadow: 0 12px 38px rgba(15, 23, 42, 0.24);
}

.testimonial-card::before {
    content: "";
    position: absolute;
    left: -38px;
    top: -38px;
    width: 110px;
    height: 110px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.22), rgba(220, 38, 38, 0.2));
}

@media (max-width: 1024px) {
    .proof-metrics {
        margin-top: 0;
    }
}

.header-lang-btn {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 9999px;
    padding: 0.35rem 0.55rem;
    line-height: 1;
}

.header-lang-btn:hover {
    border-color: rgba(231, 60, 60, 0.9);
    background: rgba(255, 255, 255, 0.04);
}

.header-lang-wrap {
    position: relative;
}

.header-lang-menu {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    min-width: 6.2rem;
    padding: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #1f2937;
    border-radius: 0.7rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    z-index: 85;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.header-lang-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-lang-option {
    width: 100%;
    border: 0;
    border-radius: 0.5rem;
    padding: 0.45rem 0.55rem;
    color: #e5e7eb;
    text-align: left;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    background: transparent;
}

.header-lang-option:hover,
.header-lang-option.is-active {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.header-icon-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.03);
}

.header-icon-btn:hover {
    border-color: rgba(231, 60, 60, 0.9);
    background: rgba(255, 255, 255, 0.08);
}

.header-icon-btn.is-active {
    color: #e73c3c;
    border-color: rgba(231, 60, 60, 0.85);
    background: rgba(255, 255, 255, 0.12);
}

.header-mobile-search {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: max-height 0.25s ease, opacity 0.2s ease;
}

.header-mobile-search.is-open {
    max-height: 6.5rem;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
}

.header-wishlist-wrap {
    position: relative;
}

.header-wishlist-badge {
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.25rem;
    border-radius: 9999px;
    font-size: 0.625rem;
    line-height: 1rem;
    font-weight: 700;
    text-align: center;
    background: #e73c3c;
    color: #ffffff;
    box-shadow: 0 0 0 2px rgba(26, 26, 26, 0.9);
}

.wishlist-menu {
    position: absolute;
    top: calc(100% + 0.85rem);
    right: -5.2rem;
    width: min(92vw, 23rem);
    background: #ffffff;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.26);
    color: #111827;
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.wishlist-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wishlist-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 86px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    transform: rotate(45deg);
}

.wishlist-menu-inner {
    padding: 0.9rem;
}

.wishlist-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.wishlist-menu-title {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.wishlist-menu-count {
    font-size: 0.75rem;
    color: #6b7280;
}

.wishlist-list {
    max-height: 17rem;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.wishlist-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.65rem;
    padding: 0.55rem;
    display: grid;
    grid-template-columns: 2.5rem 1fr auto;
    gap: 0.55rem;
    align-items: center;
}

.wishlist-item img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    border-radius: 0.45rem;
    background: #f9fafb;
}

.wishlist-item-name {
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 700;
    color: #1f2937;
}

.wishlist-item-price {
    font-size: 0.72rem;
    color: #6b7280;
    margin-top: 0.1rem;
}

.wishlist-item-copy {
    min-width: 0;
}

.wishlist-add-cart {
    margin-top: 0.38rem;
    border: 1px solid #fecaca;
    color: #b91c1c;
    background: #fff1f2;
    border-radius: 9999px;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.34rem 0.62rem;
    transition: all 0.2s ease;
}

.wishlist-add-cart:hover {
    background: #fee2e2;
    border-color: #fca5a5;
}

.wishlist-add-cart:disabled {
    opacity: 0.7;
    cursor: default;
}

.wishlist-remove {
    border: 1px solid #fecaca;
    color: #dc2626;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff5f5;
    transition: all 0.2s ease;
}

.wishlist-remove:hover {
    background: #fee2e2;
}

.wishlist-empty {
    font-size: 0.82rem;
    color: #6b7280;
    border: 1px dashed #d1d5db;
    border-radius: 0.65rem;
    padding: 0.9rem;
    text-align: center;
}

button.product-favorite-btn.is-active,
button.product-favorite-btn.is-active i {
    color: #e73c3c !important;
}

@media (max-width: 640px) {
    .wishlist-menu {
        right: -4.9rem;
        width: min(95vw, 21.5rem);
    }

    .wishlist-menu::before {
        right: 78px;
    }
}

.header-cart-badge {
    min-width: 1rem;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 0 2px rgba(26, 26, 26, 0.9);
}

.header-account-wrap {
    position: relative;
}

.account-menu {
    position: absolute;
    top: calc(100% + 0.85rem);
    right: -5.4rem;
    width: min(92vw, 25.5rem);
    background: #ffffff;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.26);
    color: #111827;
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.account-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.account-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 94px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    transform: rotate(45deg);
}

.account-menu-inner {
    padding: 1rem 1rem 1.1rem;
}

.account-menu-head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #4b5563;
    margin-bottom: 0.72rem;
}

.account-menu-head .fa-user {
    font-size: 1.1rem;
}

.account-menu-head strong {
    color: #374151;
    font-size: 1rem;
}

.account-menu-subtitle {
    text-align: left;
    color: #374151;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.35;
    margin: 0.1rem 0 0.85rem;
}

.account-menu-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
}

.account-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    font-weight: 700;
    font-size: 0.95rem;
    min-height: 2.7rem;
    letter-spacing: 0.01em;
    transition: opacity 0.2s ease;
}

.account-menu-btn:hover {
    opacity: 0.92;
}

.account-menu-btn-login {
    background: #1f2937;
    color: #ffffff;
}

.account-menu-btn-signup {
    background: #e73c3c;
    color: #ffffff;
}

.account-menu-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.52rem 0;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.35;
}

.account-menu-row i {
    color: #e73c3c;
    width: 1rem;
    text-align: center;
}

.account-menu-row strong {
    color: #1f2937;
}

@media (max-width: 768px) {
    .account-menu {
        right: -4.7rem;
    }
}

@media (max-width: 640px) {
    .account-menu {
        right: -4.9rem;
        top: calc(100% + 0.75rem);
        width: min(95vw, 23.5rem);
    }

    .account-menu::before {
        right: 82px;
    }

    .account-menu-subtitle {
        font-size: 1.02rem;
    }

    .account-menu-btn {
        font-size: 0.88rem;
        min-height: 2.55rem;
    }
}

.brand-logo-tile {
    min-width: 280px;
    height: 92px;
    padding: 0 1.75rem;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-img {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.luxury-story-wrap {
    border: 1px solid #e5e7eb;
    border-radius: 1.1rem;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.luxury-story-copy,
.luxury-story-visual {
    opacity: 0;
    transform: translateY(18px);
    animation: luxuryFadeIn 0.8s ease forwards;
}

.luxury-story-copy {
    animation-delay: 0.08s;
}

.luxury-story-visual {
    animation-delay: 0.18s;
}

.luxury-cta {
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    padding: 0.78rem 1.25rem;
    border-radius: 999px;
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.luxury-cta:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.22);
}

.luxury-product-frame {
    position: relative;
    border-radius: 0.9rem;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
    perspective: 1200px;
    transform-style: preserve-3d;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.luxury-product-frame::before {
    content: "";
    position: absolute;
    inset: -12% -45%;
    background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.28) 48%, transparent 61%);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-40%) skewX(-14deg);
    animation: luxurySheenSweep 6.8s ease-in-out infinite;
}

.luxury-product-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.32), transparent 42%);
    opacity: 0.18;
    pointer-events: none;
    transition: opacity 0.45s ease;
    animation: luxuryGlowPulse 5.4s ease-in-out infinite;
}

.luxury-3d-image {
    transform: translateZ(0) scale(1.01);
    transform-origin: center;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
    will-change: transform, filter;
    animation: luxuryMicroDrift 8.8s ease-in-out infinite;
}

.luxury-product-frame:hover {
    transform: rotateX(3deg) rotateY(-4deg) translateY(-4px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.24);
}

.luxury-product-frame:hover .luxury-3d-image {
    animation: none;
    transform: translateZ(28px) scale(1.065);
    filter: contrast(1.08) saturate(1.08);
}

.luxury-product-frame:hover::after {
    opacity: 0.34;
}

.luxury-product-frame:hover::before {
    animation-duration: 3.2s;
    opacity: 0.72;
}

@media (max-width: 768px) {
    .luxury-product-frame:hover {
        transform: translateY(-2px);
    }

    .luxury-product-frame:hover .luxury-3d-image {
        animation: none;
        transform: scale(1.03);
        filter: contrast(1.03) saturate(1.03);
    }
}

@keyframes luxuryMicroDrift {
    0%,
    100% {
        transform: translateZ(0) translateY(0) scale(1.01);
    }
    50% {
        transform: translateZ(8px) translateY(-4px) scale(1.035);
    }
}

@keyframes luxuryGlowPulse {
    0%,
    100% {
        opacity: 0.14;
    }
    50% {
        opacity: 0.26;
    }
}

@keyframes luxurySheenSweep {
    0%,
    62% {
        opacity: 0;
        transform: translateX(-46%) skewX(-14deg);
    }
    74% {
        opacity: 0.55;
    }
    100% {
        opacity: 0;
        transform: translateX(46%) skewX(-14deg);
    }
}

@keyframes luxuryFadeIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .luxury-story-copy,
    .luxury-story-visual,
    .luxury-cta,
    .luxury-product-frame,
    .luxury-product-frame::before,
    .luxury-product-frame::after,
    .luxury-3d-image,
    .luxury-product-frame img {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

#productCarousel {
    align-items: stretch;
}

#productCarousel,
#newArrivalsCarousel,
#brandCarousel,
.related-track {
    /* Keep vertical page scrolling responsive while touching horizontal carousels on mobile. */
    touch-action: pan-y pinch-zoom;
    scroll-padding-inline: 0.75rem;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}

@media (hover: hover) and (pointer: fine) {
    #productCarousel,
    #newArrivalsCarousel,
    #brandCarousel,
    .related-track {
        touch-action: pan-x;
    }
}

.carousel-section {
    position: relative;
}

#flashOffersSection {
    --carousel-nav-top: 50%;
}

#flashOffersSection .carousel-nav-btn {
    display: none !important;
}

.carousel-shell {
    position: relative;
}

.carousel-shell .carousel-nav-btn {
    position: absolute;
    top: var(--carousel-nav-top, 50%);
    transform: translateY(-50%);
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #ffffff;
    color: #111827;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    z-index: 20;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

@media (min-width: 768px) {
    .carousel-shell .carousel-nav-btn {
        display: inline-flex;
    }
}

.carousel-nav-btn:hover {
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
    color: #e73c3c;
}

.carousel-nav-prev {
    left: 0.6rem;
}

.carousel-nav-next {
    right: 0.6rem;
}

#productCarousel > .group,
#newArrivalsCarousel > article {
    scroll-snap-stop: always;
    flex: 0 0 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
}

@media (max-width: 639px) {
    #productCarousel,
    #newArrivalsCarousel,
    #brandCarousel {
        scroll-snap-type: x proximity;
    }
}

@media (min-width: 640px) {
    #productCarousel,
    #newArrivalsCarousel,
    #brandCarousel {
        scroll-padding-inline: 1.25rem;
    }

    #productCarousel > .group,
    #newArrivalsCarousel > article {
        flex-basis: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
    }
}

@media (min-width: 1024px) {
    #productCarousel,
    #newArrivalsCarousel {
        gap: 1.5rem;
    }
}

#productCarousel > .group {
    min-height: 430px;
    border-radius: 1rem;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

#productCarousel > .group .h-48 {
    background: #f8fafc;
    border-radius: 0.9rem;
    padding: 0.75rem;
    margin-top: 0.85rem;
    margin-bottom: 1rem;
}

#productCarousel > .group .product-title {
    min-height: 2.6rem;
}

#productCarousel > .group .js-card-add-btn {
    border-radius: 0.6rem;
}

#productCarousel > .group .flex-grow {
    display: flex;
    flex-direction: column;
}

#productCarousel > .group .product-title {
    min-height: 2.75rem;
}

#productCarousel > .group .product-option-row {
    min-height: 1.75rem;
    align-items: center;
}

#productCarousel > .group .product-option-row:empty::before {
    content: "";
    display: block;
    width: 100%;
}

.cart-card {
    transition: transform 0.2s ease;
}

.cart-card:hover {
    transform: translateY(-2px);
}

.cart-item-image {
    min-width: 7rem;
}

.ipordise-adv-news {
    background:
        radial-gradient(circle at 12% 20%, rgba(231, 60, 60, 0.08), transparent 34%),
        radial-gradient(circle at 85% 84%, rgba(26, 26, 26, 0.06), transparent 38%),
        linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.ipordise-adv-title {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ipordise-adv-grid {
    gap: 1.1rem;
}

.ipordise-adv-item {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.9rem;
    padding: 1.35rem 1rem;
    backdrop-filter: blur(3px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ipordise-adv-item:hover {
    transform: translateY(-2px);
    border-color: rgba(231, 60, 60, 0.34);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.ipordise-adv-icon {
    color: #1f2937 !important;
}

.ipordise-adv-heading {
    color: #0f172a !important;
}

.ipordise-adv-copy {
    color: #64748b !important;
}

.ipordise-newsletter-shell {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1rem;
    padding: clamp(1.2rem, 2.5vw, 2rem);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.ipordise-news-title {
    color: #334155 !important;
}

.ipordise-news-subtitle {
    color: #111827 !important;
}

.ipordise-news-input {
    border-radius: 0.62rem;
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
}

.ipordise-news-input:focus {
    background: #ffffff !important;
}

.ipordise-privacy-row {
    color: #475569 !important;
}

.ipordise-privacy-link {
    color: #e73c3c !important;
}

.ipordise-privacy-link:hover {
    color: #c0392b !important;
}

.ipordise-news-submit {
    background: linear-gradient(135deg, #e73c3c 0%, #cf2f2f 100%);
}

.ipordise-news-submit:hover {
    background: linear-gradient(135deg, #cf2f2f 0%, #b52626 100%);
}

@media (max-width: 767px) {
    .ipordise-newsletter-shell {
        padding: 1rem;
    }

    .ipordise-privacy-row {
        align-items: flex-start;
        text-align: left;
    }
}

.cart-qty-btn {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.2s ease;
}

.cart-qty-value {
    min-width: 2rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
}

.checkout-hero {
    background: url('https://raw.githubusercontent.com/perfumiro/max/refs/heads/main/assets/Herosectionphotos/checkout%20image.png') center / cover no-repeat;
}

.cart-hero {
    background: url('https://raw.githubusercontent.com/perfumiro/max/refs/heads/main/assets/Herosectionphotos/checkout%20image.png') center / cover no-repeat;
}

.checkout-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.checkout-field span {
    font-size: 0.8rem;
    font-weight: 600;
}

.checkout-field input,
.checkout-field textarea {
    width: 100%;
    border-radius: 0.65rem;
    padding: 0.65rem 0.8rem;
    font-size: 0.9rem;
}

.checkout-billing-shell {
    background:
        radial-gradient(circle at 12% 6%, rgba(231, 60, 60, 0.05), transparent 36%),
        radial-gradient(circle at 90% 95%, rgba(26, 26, 26, 0.04), transparent 34%),
        #ffffff;
}

.checkout-billing-panel {
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 0.9rem;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.92);
}

.checkout-panel-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.checkout-payment {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    border-radius: 0.8rem;
    padding: 0.7rem 0.8rem;
    cursor: pointer;
}

.checkout-payment input {
    margin-top: 0.2rem;
}

@media (max-width: 640px) {
    .header-icon-btn {
        width: 1.8rem;
        height: 1.8rem;
        font-size: 0.95rem;
    }

    .header-lang-btn {
        padding: 0.28rem 0.45rem;
    }

    .brand-logo-tile {
        min-width: 230px;
        height: 80px;
        padding: 0 1.25rem;
    }

    .brand-logo-img {
        max-height: 38px;
    }

    .cart-item-image {
        min-width: 100%;
    }

    .checkout-steps {
        border-radius: 0.9rem;
    }
}

.product-gallery-shell {
    position: relative;
    background: linear-gradient(160deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 1.2rem;
    padding: 1.1rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.product-main-image-wrap {
    min-height: 420px;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 20% 20%, rgba(231, 60, 60, 0.08), transparent 45%),
        radial-gradient(circle at 85% 30%, rgba(15, 23, 42, 0.06), transparent 55%),
        #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-main-image {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.product-thumb-btn {
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 0.7rem;
    background: #ffffff;
    padding: 0.3rem;
    transition: all 0.2s ease;
}

.product-thumb-btn:hover,
.product-thumb-btn.is-active {
    border-color: #0f172a;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.product-thumb-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 0.55rem;
}

.product-detail-section {
    position: relative;
}

.product-detail-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 8%, rgba(231, 60, 60, 0.08), transparent 40%),
        radial-gradient(circle at 90% 18%, rgba(15, 23, 42, 0.06), transparent 44%);
    pointer-events: none;
    z-index: -1;
}

.product-info-card {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 1.2rem;
    padding: 1.25rem 1.3rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.product-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.product-brand-tag {
    letter-spacing: 0.24em;
}

.product-badge {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.4rem 0.6rem;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
}

#productName {
    font-family: "Playfair Display", "Times New Roman", serif;
    letter-spacing: 0.02em;
}

.product-rating-row {
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.35);
    display: inline-flex;
}

.product-price-card {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.98));
    border-radius: 1rem;
    padding: 1rem 1.1rem 1.05rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.product-size-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.68rem;
}

.size-pill {
    border: 1px solid rgba(148, 163, 184, 0.6);
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.55rem 1rem;
    transition: all 0.2s ease;
}

.size-pill:hover,
.size-pill.is-active {
    border-color: #111827;
    color: #111827;
    background: #f8fafc;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.qty-box {
    border: 1px solid rgba(148, 163, 184, 0.6);
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    padding: 0.3rem;
    background: #ffffff;
}

.qty-btn {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 9999px;
    border: none;
    background: transparent;
    font-size: 1.1rem;
    font-weight: 700;
    color: #374151;
    transition: background-color 0.2s ease;
}

.qty-btn:hover {
    background: #f3f4f6;
}

.qty-value {
    min-width: 2.1rem;
    text-align: center;
    font-weight: 700;
    color: #111827;
}

.product-cta-row {
    flex-wrap: wrap;
}

.product-cta {
    border-radius: 999px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
}

.product-wishlist-btn {
    background: #ffffff;
}

.detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 0.8rem;
    padding: 0.75rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1f2937;
    background: #ffffff;
}

.tab-btn {
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.95rem 0.35rem;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.tab-btn:hover,
.tab-btn.is-active {
    color: #111827;
    border-color: #111827;
}

.tab-panel {
    display: none;
}

.tab-panel.is-active {
    display: block;
}

.note-card {
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 0.95rem;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.review-summary,
.review-card {
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 0.95rem;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.related-card {
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    background: #ffffff;
    padding: 0.9rem;
    min-width: 260px;
    max-width: 260px;
    flex-shrink: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.related-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 0.7rem;
    background: #f9fafb;
}

.related-brand {
    margin-top: 0.75rem;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #6b7280;
    font-weight: 700;
}

.related-title {
    margin-top: 0.35rem;
    min-height: 2.5rem;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
}

.related-price {
    margin-top: 0.35rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #111827;
}

.product-sticky-buy {
    position: sticky;
    bottom: 0;
    z-index: 40;
    border-top: 1px solid #e5e7eb;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
}

.customer-reviews-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
}

.customer-rating-panel,
.customer-reviews-panel {
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    background: #ffffff;
}

.customer-rating-panel {
    padding: 1.2rem;
}

.customer-rating-value {
    font-size: 2.2rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.rating-breakdown-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.rating-row {
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) 3.2rem;
    align-items: center;
    gap: 0.55rem;
}

.rating-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #4b5563;
}

.rating-bar-track {
    width: 100%;
    height: 0.46rem;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.rating-bar-fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: #1f2937;
}

.rating-percent {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6b7280;
    text-align: right;
}

.customer-rating-footnote {
    margin-top: 1rem;
    font-size: 0.78rem;
    color: #6b7280;
}

.customer-reviews-toolbar {
    border-bottom: 1px solid #e5e7eb;
    padding: 0.9rem 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.customer-review-list {
    display: flex;
    flex-direction: column;
}

.customer-review-item {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #f1f5f9;
}

.customer-review-item:last-child {
    border-bottom: none;
}

@media (min-width: 1024px) {
    .customer-reviews-grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.4fr);
        gap: 1.9rem;
    }
}

@media (max-width: 768px) {
    .product-main-image-wrap {
        min-height: 320px;
    }

    .product-main-image {
        max-height: 320px;
    }
}

.login-page-wrap {
    background:
        radial-gradient(circle at 16% 18%, rgba(14, 116, 144, 0.28), transparent 48%),
        radial-gradient(circle at 84% 78%, rgba(79, 70, 229, 0.24), transparent 44%),
        linear-gradient(140deg, #0f172a 0%, #1e293b 50%, #312e81 100%);
}

.login-shell {
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(4px);
}

.login-aside {
    background:
        radial-gradient(circle at 16% 12%, rgba(125, 211, 252, 0.28), transparent 44%),
        radial-gradient(circle at 88% 90%, rgba(34, 197, 94, 0.24), transparent 48%),
        linear-gradient(145deg, #0f172a 0%, #0f766e 100%);
}

.login-benefit-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 0.8rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
}

.login-benefit-item i {
    width: 1.45rem;
    text-align: center;
}

.login-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.login-field span {
    font-size: 0.82rem;
    font-weight: 700;
    color: #374151;
}

.login-field input {
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
    padding: 0.78rem 0.95rem;
    font-size: 0.92rem;
}

.login-field input:focus {
    outline: none;
    border-color: #0f766e;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
}

.login-input-wrap {
    position: relative;
}

.login-input-icon {
    position: absolute;
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
}

.login-input-control {
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
    padding: 0.78rem 0.95rem 0.78rem 2.6rem;
    font-size: 0.92rem;
}

.login-input-control:focus {
    outline: none;
    border-color: #0f766e;
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
}

.login-security-note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    color: #0f766e;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 9999px;
    padding: 0.38rem 0.72rem;
}

.login-meta-card {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.95rem;
    padding: 0.95rem 1rem;
}

.social-login-btn {
    border: 1px solid #d1d5db;
    border-radius: 0.8rem;
    background: #ffffff;
    color: #1f2937;
    font-size: 0.88rem;
    font-weight: 700;
    min-height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.social-login-btn:hover {
    border-color: #9ca3af;
    background: #f9fafb;
}

.brand-logo-animated {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 0.12em;
    transform-origin: left center;
    animation: brandLogoReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.28s ease, text-shadow 0.28s ease;
}

.brand-logo-word {
    display: inline-flex;
    align-items: flex-end;
    letter-spacing: inherit;
    line-height: 1;
}

.brand-logo-letter {
    display: inline-block;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.brand-logo-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.29em;
    height: 0.29em;
    border-radius: 9999px;
    background: #ff0000;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.34);
    pointer-events: none;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.brand-logo-animated::after {
    content: "";
    position: absolute;
    left: -6%;
    top: 0;
    width: 24%;
    height: 100%;
    opacity: 0;
    transform: skewX(-18deg) translateX(-220%);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
    pointer-events: none;
    animation: brandShine 3.8s ease-in-out 1.1s infinite;
}

.brand-logo-animated:hover {
    transform: translateY(-1px) scale(1.015);
    text-shadow: 0 8px 18px rgba(231, 60, 60, 0.2);
}

@keyframes brandLogoReveal {
    0% {
        opacity: 0;
        transform: translateY(-6px) scale(0.97);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes brandShine {
    0%,
    72% {
        opacity: 0;
        transform: skewX(-18deg) translateX(-220%);
    }
    78% {
        opacity: 0.7;
    }
    92% {
        opacity: 0;
        transform: skewX(-18deg) translateX(520%);
    }
    100% {
        opacity: 0;
        transform: skewX(-18deg) translateX(520%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-logo-animated,
    .brand-logo-animated::after,
    .brand-logo-dot,
    .brand-logo-letter {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}




