
:root {
    --moosemail-primary:#FF0A5C;
    --moosemail-secondary:#FF3D7F;
    --moosemail-background:#07070B;
    --moosemail-surface:#11131A;
    --moosemail-surface-2:#181A22;
    --moosemail-panel:#252833;
    --moosemail-text:#FFF7F8;
    --moosemail-muted:#DDD4D8;
    --moosemail-accent:#31D9D1;
    --moosemail-accent-2:#FF4B82;
    --moosemail-ivory:#FFFFFF;
    --moosemail-border-soft:rgba(49,217,209,.18);
    --moosemail-border-strong:rgba(255,255,255,.08);
    --moosemail-glow-gold:rgba(255,75,130,.14);
    --moosemail-glow-blue:rgba(255,10,92,.14);
    --moosemail-glow-ivory:rgba(255,255,255,.08);
    --moosemail-shadow:rgba(0,0,0,.60);
    --moosemail-radius:20px;
    --moosemail-radius-sm:14px;
    --moosemail-frame:
        linear-gradient(
            135deg,
            rgba(255,75,130,.75),
            rgba(255,10,92,.38) 42%,
            rgba(255,255,255,.18) 50%,
            rgba(49,217,209,.32) 58%,
            rgba(255,75,130,.68)
        );
    --moosemail-bg:
        radial-gradient(circle at 18% 14%, rgba(255,10,92,.12), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(49,217,209,.08), transparent 26%),
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.03), transparent 18%),
        linear-gradient(180deg,#07070B 0%,#11131A 45%,#090A0F 100%);
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: auto;
    background: var(--moosemail-bg);
    color: var(--moosemail-text);
    font-family: 'Georgia','Times New Roman',serif;
    text-rendering: optimizeLegibility;
}

body {
    position: relative;
    min-height: 100vh;
    background-attachment: fixed;
}

body::before,
body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

body::before {
    background:
        radial-gradient(circle at 12% 20%, rgba(255,10,92,.10), transparent 14%),
        radial-gradient(circle at 88% 24%, rgba(49,217,209,.08), transparent 16%),
        radial-gradient(circle at 22% 78%, rgba(255,61,127,.10), transparent 20%);
}

body::after {
    border: 1px solid rgba(49,217,209,.08);
}

header,
section,
footer,
.footer-top,
.footer-bottom,
.popup-container,
.footer-floating-wak89 {
    position: relative;
    z-index: 1;
}

a {
    color: var(--moosemail-ivory);
    transition: color .24s ease, opacity .24s ease, transform .24s ease;
}

a:hover,
a:focus-visible {
    color: var(--moosemail-accent-2);
}

p,
li,
span,
label,
.description,
.prime-text,
.text-before,
.seller-info,
.product-store,
.item-id,
.total_review,
.pay_icon-name,
.followus,
.footer-bottom p {
    color: var(--moosemail-muted);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.footer-heading,
.title {
    color: var(--moosemail-ivory);
    font-family: 'Georgia','Times New Roman',serif;
    letter-spacing: .04em;
    text-shadow: 0 1px 0 rgba(0,0,0,.45);
}

.main-header {
    background:
        linear-gradient(180deg, rgba(16,19,26,.96), rgba(8,9,13,.94)),
        linear-gradient(90deg, rgba(255,10,92,.08), transparent 22%, transparent 78%, rgba(255,75,130,.08));
    border-bottom: 1px solid var(--moosemail-border-soft);
    box-shadow: 0 20px 40px rgba(0,0,0,.35);
    backdrop-filter: blur(12px);
}

.main-header::after,
.detail-section::before,
.footer-top::before {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(49,217,209,.75), transparent);
    opacity: .75;
    transform: translateX(-120%);
    animation: moosemailShimmer 12s linear infinite;
    pointer-events: none;
}

.navbar-brand img,
.main-product-slider img,
.thumbnail img,
.banner-daftar img,
.border-box .card img {
    border-radius: var(--moosemail-radius-sm);
}

.explore-btn,
.header-search-bar,
.select-category.dropdown-toggle,
.select-store.dropdown-toggle,
.form-control,
.dropdown-menu,
.dropdown-item,
.product-item,
.single-product-content,
.sidebar > .card,
.product-article,
.info-box-wak89,
.footer-top,
.footer-bottom,
.footer-floating-wak89,
.popup-container {
    border: 1px solid var(--moosemail-border-soft);
}

.header-search-bar,
.product-item,
.single-product-content,
.sidebar > .card,
.product-article,
.info-box-wak89,
.footer-top,
.footer-bottom {
    background:
        linear-gradient(180deg, rgba(16,19,26,.95), rgba(8,9,13,.96));
    border-radius: var(--moosemail-radius);
    box-shadow:
        0 24px 44px var(--moosemail-shadow),
        inset 0 1px 0 rgba(255,255,255,.04);
}

.detail-section,
.product-banner,
.bottom-content,
.product-details,
.product-shop,
.product-features,
.footer-top,
.footer-bottom,
.product-article,
.info-box-wak89,
.popup-container {
    overflow: hidden;
}

.product-item,
.single-product-content,
.sidebar > .card,
.product-article,
.info-box-wak89,
.footer-top,
.footer-bottom,
.popup-container,
.footer-floating-wak89 {
    position: relative;
    isolation: isolate;
}

.product-item::before,
.single-product-content::before,
.sidebar > .card::before,
.product-article::before,
.info-box-wak89::before,
.popup-container::before,
.footer-floating-wak89::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255,255,255,.04);
    pointer-events: none;
}

.product-item::after,
.single-product-content::after,
.sidebar > .card::after,
.product-article::after,
.info-box-wak89::after,
.button-tolong::before,
.add-to-cart-btn::before,
.buy-now-btn::before,
.footer-btn-wak89::before {
    content: '';
    position: absolute;
    inset: -35%;
    background: linear-gradient(
        120deg,
        transparent 24%,
        rgba(255,255,255,.18) 48%,
        rgba(255,10,92,.28) 50%,
        rgba(49,217,209,.16) 52%,
        transparent 76%
    );
    transform: translateX(-120%) rotate(8deg);
    opacity: 0;
    pointer-events: none;
}

.product-item:hover::after,
.single-product-content:hover::after,
.sidebar > .card:hover::after,
.product-article:hover::after,
.info-box-wak89:hover::after,
.button-tolong:hover::before,
.add-to-cart-btn:hover::before,
.buy-now-btn:hover::before,
.footer-btn-wak89:hover::before {
    opacity: 1;
    animation: dragonScaleSheen 1.35s ease forwards;
}

.header-search-bar,
.select-category.dropdown-toggle,
.select-store.dropdown-toggle,
.form-control,
.variations-button,
.quantity-input,
.progress,
.dropdown-menu {
    background-color: rgba(8,9,13,.88);
    color: var(--moosemail-text);
}

.header-search-bar,
.quantity-input,
.form-control,
.variations-button {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.select-category.dropdown-toggle,
.select-store.dropdown-toggle,
.form-control,
.variations-button,
.btn,
.button-tolong,
.footer-btn-wak89 {
    border-radius: 999px;
}

.dropdown-menu {
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(0,0,0,.40);
}

.dropdown-item,
.dropdown-item a,
.store-title,
.country-title {
    color: var(--moosemail-text);
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    background: rgba(255,10,92,.20);
}

.bg-light,
.text-bg-light {
    background-color: rgba(255,255,255,.92);
    color: #07070B;
}

.detailpage-revamp {
    position: relative;
    padding-top: 2.25rem;
}

.detail-section {
    padding: 28px 24px 10px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(31,36,48,.72), rgba(8,9,13,.28));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.brand-name a,
.theme-color,
.write-review,
.seller-modal-link {
    color: var(--moosemail-accent);
}

.title,
h1.title {
    font-size: clamp(2rem,3.4vw,3.2rem);
    line-height: 1.12;
    margin: .5rem 0 .85rem;
}

.price-box h2,
.heading,
.footer-heading {
    color: var(--moosemail-accent-2);
}

.rating-stars i,
.rating-wak89,
.text-warning {
    color: var(--moosemail-accent-2);
}

.availability label,
.product-store span,
.prime-text a,
.footer-top a,
.footer-bottom a,
.footer-menu a {
    color: var(--moosemail-text);
}

.in-stock,
.text-success,
.view_more_cities {
    color: var(--moosemail-accent-2);
}

.text-dark,
.description .text-dark {
    color: var(--moosemail-muted);
}

.product-banner,
.thumbnail-container,
.border-box,
.product-details,
.product-shop,
.product-features,
.footer-top .col-xl-2,
.footer-bottom .container {
    position: relative;
    border-radius: var(--moosemail-radius);
}

.thumbnail,
.wishlist-icon,
.heading-icon,
.store-flag,
.country-flag {
    background: linear-gradient(180deg, rgba(255,10,92,.18), rgba(8,9,13,.92));
    border-radius: 14px;
    border: 1px solid var(--moosemail-border-soft);
}

.thumbnail {
    padding: 6px;
    transition: transform .24s ease, box-shadow .24s ease;
}

.thumbnail:hover,
.wishlist-icon:hover,
.heading-icon:hover,
.footer-btn-wak89:hover,
.button-tolong:hover,
.add-to-cart-btn:hover,
.buy-now-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(0,0,0,.42), 0 0 0 1px rgba(255,10,92,.16);
}

.product-shop .btn,
.button-tolong {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,75,130,.42);
    color: #FFFFFF;
    font-family: 'Georgia','Times New Roman',serif;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    background:
        linear-gradient(180deg, #FF4B82 0%, #FF0A5C 52%, #181A22 100%);
    box-shadow:
        0 14px 28px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.18);
}

.buy-now-btn,
.register,
.register-button {
    color: var(--moosemail-ivory);
    background:
        linear-gradient(180deg, rgba(255,75,130,.95), rgba(255,10,92,.88) 58%, rgba(23,27,36,.96));
    border-color: rgba(255,75,130,.40);
}

.quantity-input,
.quantity-input .btn,
.progress-bar-container,
.separator {
    border-color: var(--moosemail-border-soft);
}

.quantity-input .btn {
    background: transparent;
    color: var(--moosemail-accent-2);
}

.form-control,
input.form-control,
.quantity-input input {
    border: 1px solid rgba(49,217,209,.22);
    color: var(--moosemail-text);
}

.form-control::placeholder {
    color: rgba(214,211,232,.68);
}

.form-control:focus,
.variations-button:focus,
.button-tolong:focus-visible,
.product-shop .btn:focus-visible,
.footer-btn-wak89:focus-visible {
    outline: none;
    border-color: rgba(255,75,130,.48);
    box-shadow:
        0 0 0 3px rgba(255,10,92,.18),
        0 0 0 1px rgba(49,217,209,.26);
}

.progress {
    height: .55rem;
    border-radius: 999px;
}

.progress-bar {
    background: linear-gradient(90deg, var(--moosemail-primary), var(--moosemail-accent-2));
    box-shadow: 0 0 16px rgba(255,10,92,.18);
}

.features-points li,
.footer-top li {
    margin-bottom: .5rem;
}

.features-points li::marker {
    color: var(--moosemail-accent-2);
}

.footer-top {
    margin-top: 2.5rem;
    padding: 2rem 1.5rem 1rem;
}

.footer-top hr,
.footer-bottom hr,
.separator {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(49,217,209,.65), transparent);
    opacity: .8;
}

.footer-bottom {
    margin-top: 1.25rem;
    padding-top: 1.2rem;
}

.social-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255,10,92,.18), rgba(8,9,13,.92));
    border: 1px solid rgba(255,75,130,.22);
}

.social-footer a:hover {
    color: var(--moosemail-accent-2);
    box-shadow:
        0 0 0 1px rgba(255,10,92,.16),
        0 14px 24px rgba(0,0,0,.34);
}

.popup-container {
    top: 50%;
    left: 50%;
    width: min(350px, calc(100vw - 28px));
    transform: translate(-50%, -50%) scale(.88);
    padding: 22px;
    text-align: center;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(16,19,26,.98), rgba(8,9,13,.98));
    box-shadow:
        0 28px 50px rgba(0,0,0,.48),
        0 0 0 1px rgba(255,10,92,.18);
    animation: spinPop .82s cubic-bezier(.23,1,.32,1) forwards;
    color: var(--moosemail-text);
}

.popup-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(132deg, transparent 28%, rgba(255,255,255,.06) 46%, transparent 58%),
        radial-gradient(circle at top, rgba(255,10,92,.10), transparent 44%);
    opacity: .85;
    pointer-events: none;
    animation: palaceBeamSweep 10s ease-in-out infinite;
}

.banner-img {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(255,10,92,.24);
    box-shadow: 0 16px 32px rgba(0,0,0,.36);
}

.highlight {
    position: relative;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 999px;
    color: #FFFFFF;
    font-weight: 700;
    background: linear-gradient(180deg, #FF4B82, #FF0A5C);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.18),
        0 12px 20px rgba(0,0,0,.28);
    animation: royalSealPulse 4.4s ease-in-out infinite;
}

.highlight::after,
.footer-heading::after,
.heading::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 14%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.92), rgba(255,75,130,.78) 48%, transparent 72%);
    opacity: 0;
    animation: imperialGoldGlint 7.4s ease-in-out infinite;
}

.button-tolong {
    display: block;
    padding: 13px 18px;
    font-size: 1rem;
    margin-top: 16px;
    text-decoration: none;
    transition: transform .24s ease, box-shadow .24s ease;
}

.coin {
    position: absolute;
    top: -12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.90), rgba(255,75,130,.82) 55%, transparent 76%);
    opacity: .5;
    animation: emberCoinSparkle 6.5s linear infinite;
}

.is-mail-focus {
    box-shadow:
        0 0 0 1px rgba(255,10,92,.14),
        0 28px 46px rgba(0,0,0,.40),
        0 0 28px rgba(49,217,209,.12);
}

.detail-section.is-mail-focus,
.footer-top.is-mail-focus,
.popup-container.is-mail-focus {
    background:
        linear-gradient(180deg, rgba(255,10,92,.10), rgba(8,9,13,.08));
}

@keyframes spinPop {
    0% {
        transform: translate(-50%, -50%) scale(.88);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@keyframes dragonScaleSheen {
    0% {
        transform: translateX(-120%) rotate(8deg);
    }
    100% {
        transform: translateX(120%) rotate(8deg);
    }
}

@keyframes imperialGoldGlint {
    0%,84%,100% {
        opacity: 0;
        transform: scale(.6);
    }
    88% {
        opacity: 1;
        transform: scale(1.1);
    }
    92% {
        opacity: .72;
        transform: scale(.82);
    }
}

@keyframes lanternDrift {
    0% {
        transform: translate3d(0,0,0);
    }
    100% {
        transform: translate3d(0,-16px,0);
    }
}

@keyframes palaceBeamSweep {
    0%,100% {
        transform: translateX(-8%);
        opacity: .40;
    }
    50% {
        transform: translateX(8%);
        opacity: .72;
    }
}

@keyframes moosemailShimmer {
    0% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(120%);
    }
}

@keyframes royalSealPulse {
    0%,100% {
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.18),
            0 12px 20px rgba(0,0,0,.28);
    }
    50% {
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.18),
            0 12px 20px rgba(0,0,0,.28),
            0 0 0 6px rgba(255,10,92,.08);
    }
}

@keyframes emberCoinSparkle {
    0% {
        transform: translate3d(0,0,0) scale(.7);
        opacity: 0;
    }
    18%,72% {
        opacity: .5;
    }
    100% {
        transform: translate3d(0,160px,0) scale(1.15);
        opacity: 0;
    }
}

@media (max-width:768px) {
    body::before {
        opacity: .45;
        animation-duration: 24s;
    }

    .detail-section {
        padding: 22px 14px 6px;
    }

    .main-header::after,
    .detail-section::before,
    .footer-top::before {
        left: 10px;
        right: 10px;
    }

    .popup-container::after,
    .product-item::after,
    .single-product-content::after,
    .sidebar > .card::after,
    .product-article::after,
    .info-box-wak89::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none;
        transition: none;
        scroll-behavior: auto;
    }
}
