.produk-hero-v2 {
    position: relative;
    margin-top: -50px;
    padding: calc(4rem + 72px) 0 4rem;
    overflow: hidden;
    background: radial-gradient(ellipse 900px 480px at 20% 0%, rgba(255, 235, 0, 0.16), transparent 70%), #0b0b0b;
}

.produk-hero-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse at center, black 0%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 72%);
    pointer-events: none;
}

.produk-hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    background: #fff;
    opacity: .12;
    pointer-events: none;
}

.produk-hero-shape-a {
    width: 460px;
    height: 460px;
    top: -180px;
    right: -120px;
    animation: floatShape 15s ease-in-out infinite;
}

.produk-hero-shape-b {
    width: 340px;
    height: 340px;
    bottom: -140px;
    left: -100px;
    animation: floatShape 12s ease-in-out infinite reverse;
}

.produk-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: center;
}

.produk-hero-grid>* {
    min-width: 0;
}

@media (max-width: 991.98px) {
    .produk-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding-top: 2rem;
    }
}

.produk-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .05);
    padding: .5rem .9rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #e4e4e4;
    backdrop-filter: blur(8px);
}

.produk-hero-badge i.bi-star-fill {
    color: var(--color-action);
}

.produk-hero-title {
    font-family: var(--font-family-heading);
    font-size: clamp(2.1rem, 4.5vw, 3.4rem);
    line-height: 1.08;
    color: #fff;
    margin: 1.1rem 0 1rem;
}

.produk-hero-title-gradient {
    background: linear-gradient(120deg, #fff 10%, var(--color-action) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.produk-hero-desc {
    color: rgba(255, 255, 255, .68);
    font-size: 1.05rem;
    max-width: 540px;
    margin-bottom: 1.75rem;
}

.produk-hero-search-inner {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    padding: .5rem .5rem .5rem 1.1rem;
    backdrop-filter: blur(10px);
    max-width: 520px;
}

.produk-hero-search-inner i.bi-search {
    color: rgba(255, 255, 255, .5);
}

.produk-hero-search-inner input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: .92rem;
    padding: .5rem 0;
}

.produk-hero-search-inner input::placeholder {
    color: rgba(255, 255, 255, .4);
}

.produk-hero-search-inner button {
    border: 0;
    border-radius: 999px;
    background: var(--color-action);
    color: var(--color-on-action);
    font-weight: 700;
    font-size: .85rem;
    padding: .6rem 1.2rem;
    cursor: pointer;
    transition: transform .15s ease;
}

.produk-hero-search-inner button:hover {
    transform: scale(1.03);
}

.produk-hero-search-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-top: .75rem;
    font-size: .78rem;
}

.produk-hero-search-tags span {
    color: rgba(255, 255, 255, .45);
}

.produk-hero-search-tags a {
    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    padding: .3rem .7rem;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}

.produk-hero-search-tags a:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.produk-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.75rem;
}

.produk-hero-btn-primary,
.produk-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 999px;
    padding: .85rem 1.6rem;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    transition: transform .15s ease, background .15s ease;
}

.produk-hero-btn-primary {
    background: #fff;
    color: #0b0b0b;
}

.produk-hero-btn-primary:hover {
    transform: translateY(-1px);
    background: #f0f0f0;
    color: #0b0b0b;
}

.produk-hero-btn-secondary {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
}

.produk-hero-btn-secondary:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.produk-hero-col-side {
    display: flex;
    flex-direction: column;
}

.produk-hero-stat-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(20px);
    padding: 1.75rem;
    box-shadow: 0 24px 60px -12px rgba(0, 0, 0, .5);
}

.produk-hero-stat-card-glow {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 235, 0, .12);
    filter: blur(60px);
    pointer-events: none;
}

.produk-hero-stat-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.produk-hero-stat-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 235, 0, .14);
    color: var(--color-action);
    font-size: 1.3rem;
    flex-shrink: 0;
}

.produk-hero-stat-big {
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.produk-hero-stat-label {
    font-size: .82rem;
    color: rgba(255, 255, 255, .55);
}

.produk-hero-stat-progress {
    position: relative;
    margin-bottom: 1.4rem;
}

.produk-hero-stat-progress-row {
    display: flex;
    justify-content: space-between;
    font-size: .82rem;
    margin-bottom: .5rem;
}

.produk-hero-stat-progress-row span:first-child {
    color: rgba(255, 255, 255, .55);
}

.produk-hero-stat-progress-row span:last-child {
    color: #fff;
    font-weight: 600;
}

.produk-hero-progress-track {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
}

.produk-hero-progress-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-action), #fff);
}

.produk-hero-stat-divider {
    height: 1px;
    background: rgba(255, 255, 255, .1);
    margin-bottom: 1.3rem;
}

.produk-hero-stat-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
}

.produk-hero-stat-grid>div {
    display: flex;
    flex-direction: column;
}

.produk-hero-stat-grid span {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
}

.produk-hero-stat-grid small {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: rgba(255, 255, 255, .45);
    margin-top: .2rem;
}

.produk-hero-stat-sep {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .12);
    margin: 0 auto;
}

.produk-hero-pills {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.produk-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .05);
    border-radius: 999px;
    padding: .35rem .7rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: rgba(255, 255, 255, .75);
}

.produk-hero-pill i {
    color: var(--color-action);
    font-size: .75rem;
}

.produk-hero-pill-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
}

.produk-hero-pill-dot::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: #22c55e;
    opacity: .5;
    animation: produkHeroPulse 1.6s ease-out infinite;
}

@keyframes produkHeroPulse {
    0% {
        transform: scale(.6);
        opacity: .6;
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

.produk-hero-marquee-card {
    margin-top: 1.25rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(20px);
    padding: 1.5rem 0;
}

.produk-hero-marquee-card h3 {
    padding: 0 1.5rem;
    margin: 0 0 1rem;
    font-size: .85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .55);
}

.produk-hero-marquee-item {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 0 1.4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .55);
    white-space: nowrap;
    transition: color .15s ease;
}

.produk-hero-marquee-item:hover {
    color: #fff;
}

.produk-hero-marquee-item i {
    color: var(--color-action);
}

@media (max-width: 767.98px) {
    .produk-hero-v2 {
        padding: calc(1.75rem + 72px) 0 2rem;
    }

    .produk-hero-stat-card {
        padding: 1.4rem;
    }
}

@media (max-width: 767.98px) {
    .produk-hero-v2 {
        display: none !important;
    }

    .mobile-shopee-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        z-index: 1040;
        display: flex;
        align-items: center;
        padding: 0 1rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        gap: 10px;
    }

    body.dark-mode .mobile-shopee-header {
        background: rgba(18, 18, 18, 0.95);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    .mobile-shopee-header .search-box {
        flex: 1;
        background: #f1f1f1;
        border-radius: 20px;
        padding: 8px 15px;
        display: flex;
        align-items: center;
        gap: 8px;
        color: #666;
        font-size: 0.9rem;
    }

    body.dark-mode .mobile-shopee-header .search-box {
        background: #2a2a2a;
        color: #aaa;
    }

    .mobile-shopee-header .search-box input {
        border: none;
        background: transparent;
        outline: none;
        width: 100%;
        color: inherit;
    }

    .mobile-shopee-header .cart-btn {
        font-size: 1.4rem;
        color: var(--color-heading);
        position: relative;
        display: block;
    }

    .mobile-shopee-hero {
        padding-top: 75px;
        padding-bottom: 1rem;
        background: transparent;
    }

    .mobile-banner-carousel {
        margin: 0 1rem;
        border-radius: 12px;
        background: linear-gradient(135deg, #ffeb00, #ffcc00);
        color: #111;
        padding: 20px;
        text-align: center;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(255, 235, 0, 0.3);
    }

    body.dark-mode .mobile-banner-carousel {
        background: linear-gradient(135deg, #ffd700, #ffaa00);
    }

    .mobile-category-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px 10px;
        margin: 20px 1rem 0;
        text-align: center;
    }

    .mobile-category-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        font-size: 0.75rem;
        color: var(--color-heading);
        text-decoration: none;
    }

    .mobile-category-icon {
        width: 45px;
        height: 45px;
        border-radius: 16px;
        background: var(--color-surface);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        color: var(--color-heading);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .flash-sale-header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .flash-sale-timer {
        display: flex;
        gap: 4px;
    }

    .flash-sale-timer span {
        background: #000;
        color: #fff;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .floating-voucher {
        position: fixed;
        bottom: 80px;
        right: 15px;
        background: linear-gradient(135deg, #f59e0b, #d97706);
        color: white;
        padding: 10px 15px;
        border-radius: 30px;
        font-size: 0.85rem;
        font-weight: bold;
        box-shadow: 0 4px 12px rgba(217, 119, 6, 0.4);
        z-index: 999;
        display: flex;
        align-items: center;
        gap: 8px;
        animation: bounce 2s infinite;
    }

    @keyframes bounce {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }
    }

    .navbar {
        display: none !important;
    }

    .marketplace-page {
        padding-top: 0 !important;
    }

    .products-grid {
        gap: 10px;
    }

    .product-card {
        padding: 8px;
    }

    .product-card-body {
        padding: 8px 4px 4px;
    }

    .product-title {
        font-size: 0.85rem;
        line-height: 1.3;
    }

    .marketplace-page {
        padding-top: 72px;
    }

    body.hide-footer-mobile footer {
        display: none;
    }

    .products-toolbar {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding: 0.5rem 0.5rem 0.5rem 0.9rem;
        border-radius: 16px;
    }

    .toolbar-right {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.5rem;
        margin-left: auto;
    }

    .toolbar-search-form {
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        background: var(--color-neutral);
        border-radius: 12px;
        padding: 0.5rem 0.9rem;
    }

    .toolbar-search-input {
        width: 100%;
        min-width: 0;
        background: transparent;
        border: none;
        min-height: auto;
        padding: 0;
        font-size: 0.82rem;
    }

    .toolbar-search-input:focus {
        box-shadow: none;
    }

    .sort-dropdown {
        width: auto;
        flex: 0 0 auto;
    }

    .sort-dropdown .sort-icon {
        display: none;
    }

    .sort-dropdown .form-select {
        width: auto;
        min-width: 0;
        max-width: 128px;
        font-size: 0.76rem;
        font-weight: var(--font-weight-semi-bold);
        padding: 0.5rem 1.75rem 0.5rem 0.85rem;
        border-radius: 12px;
        background-color: var(--color-neutral);
        border-color: transparent;
    }

    .product-title>a::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .product-thumb {
        object-fit: contain;
    }

    #productGrid .product-card-actions {
        display: block;
        position: absolute;
        right: 0.6rem;
        bottom: 0.55rem;
        margin-top: 0;
        z-index: 2;
    }

    #productGrid .product-card-actions .product-card-buy-form:last-child:not(:only-child) {
        display: none;
    }

    #productGrid .btn-card-cart {
        width: 28px;
        height: 28px;
        padding: 0;
        border-radius: 8px;
        background: rgba(255, 235, 0, 0.16);
        color: #96820a;
        border: none;
        font-size: 0.78rem;
        box-shadow: none;
        flex-shrink: 0;
    }

    #productGrid .btn-card-cart:hover {
        background: var(--color-action);
        color: var(--color-on-action);
    }

    #productGrid .product-card-body {
        padding-bottom: 0.7rem;
    }

    .marketplace-page {
        padding-bottom: 76px;
    }
}

.produk-mobile-catbar {
    display: none;
}

@media (max-width: 767.98px) {
    .produk-mobile-catbar {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 140;
        background: var(--color-secondary);
        border-top: 1px solid var(--color-border);
        box-shadow: 0 -6px 18px -8px rgba(0, 0, 0, .15);
        padding: 0.55rem 0;
    }

    .produk-mobile-catbar-track {
        display: flex;
        gap: 0.5rem;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0 0.85rem;
    }

    .produk-mobile-catbar-track::-webkit-scrollbar {
        display: none;
    }

    .produk-mobile-catbar-chip {
        flex: 0 0 auto;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 0.2rem;
        padding: 0.3rem 0.5rem;
        border-radius: 14px;
        text-decoration: none;
        color: var(--color-text-secondary);
        font-size: 0.62rem;
        font-weight: 600;
        white-space: nowrap;
        transition: background .15s ease, color .15s ease;
    }

    .produk-mobile-catbar-icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--color-neutral);
        color: inherit;
        font-size: 0.95rem;
        transition: background .15s ease, color .15s ease;
    }

    .produk-mobile-catbar-chip.active {
        color: var(--color-primary-dark);
    }

    .produk-mobile-catbar-chip.active .produk-mobile-catbar-icon {
        background: var(--color-action);
        color: var(--color-on-action);
    }
}

.produk-mobile-catalog-heading {
    display: none;
}

@media (max-width: 767.98px) {
    .produk-mobile-catalog-heading {
        display: block;
        padding: 0 0.15rem;
        margin-bottom: 0.75rem;
    }

    .produk-mobile-catalog-heading h2 {
        margin: 0;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: var(--color-text-primary);
    }

    .produk-mobile-catalog-heading p {
        margin: 0.2rem 0 0;
        font-size: 0.8rem;
        color: var(--color-text-muted);
    }

    .load-more-btn {
        border-radius: 12px;
    }
}

@media (max-width: 767.98px) {

    .product-card-image,
    .promo-band .product-card-image,
    .reco-carousel .product-card-image,
    #productGrid .product-card-image {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    .product-image-link {
        height: 100%;
    }

    .product-thumb {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .marquee {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
        mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    }

    .product-image-placeholder {
        height: 100%;
    }
}

.product-carousel {
    position: relative;
}

.product-carousel-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.product-carousel-track {
    display: flex;
    gap: 1.5rem;
    padding: 0.25rem 0.25rem 2rem;
}

.product-carousel-item {
    flex: 0 0 250px;
    scroll-snap-align: start;
}

.product-carousel-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgb(255, 251, 5);
    color: var(--color-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-fast);
    z-index: 2;
}

.product-carousel-arrow:hover {
    background: var(--color-action);
}

.product-carousel-prev {
    left: 14px;
}

.product-carousel-next {
    right: 14px;
}

@media (max-width: 991.98px) {
    .product-carousel-item {
        flex-basis: 220px;
    }

    .product-carousel-track {
        gap: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .product-carousel-item {
        flex-basis: 44%;
    }

    .product-carousel-track {
        gap: 0.75rem;
    }

    .product-carousel-arrow {
        display: none;
    }
}

@media (max-width: 400px) {
    .product-carousel-track {
        gap: 0.6rem;
    }
}

.product-carousel-bleed .product-carousel-track {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .product-carousel-bleed .product-carousel-track {
        padding-left: var(--container-padding-tablet);
        padding-right: var(--container-padding-tablet);
    }
}

@media (min-width: 992px) {
    .product-carousel-bleed .product-carousel-track {
        padding-left: var(--container-padding-desktop);
        padding-right: var(--container-padding-desktop);
    }
}

.viewmore-card {
    height: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    padding: 1.5rem 1.25rem;
    background: #ffffff5e;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg), var(--shadow-card-yellow);
    text-decoration: none;
    color: var(--color-primary-dark);
    text-align: center;
    transition: all var(--transition-base);
}

.viewmore-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl), var(--shadow-card-yellow);
    color: var(--color-primary-dark);
}

.viewmore-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--color-action);
    color: var(--color-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
    transition: transform var(--transition-fast);
}

.viewmore-card:hover .viewmore-card-icon {
    transform: translateX(4px);
}

.viewmore-card-text {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.35;
}

@media (max-width: 767.98px) {
    .viewmore-card {
        min-height: 0;
        padding: 1.25rem 1rem;
    }

    .viewmore-card-icon {
        width: 46px;
        height: 46px;
        font-size: 1.15rem;
    }

    .viewmore-card-text {
        font-size: 0.9rem;
    }
}

.promo-fire-badge {
    background: linear-gradient(135deg, #ff5f2e 0%, #ff8a1e 55%, #ffb238 100%);
    border: none;
    color: #fff;
    animation: promoBadgeGlow 1.8s ease-in-out infinite;
}

.promo-fire-badge i.bi-fire {
    display: inline-block;
    transform-origin: 50% 90%;
    animation: promoFireFlicker 1s ease-in-out infinite;
    filter: drop-shadow(0 0 3px rgba(255, 200, 80, 0.9));
}

@keyframes promoBadgeGlow {

    0%,
    100% {
        box-shadow: 0 0 6px rgba(255, 95, 46, 0.35);
    }

    50% {
        box-shadow: 0 0 16px rgba(255, 138, 30, 0.65), 0 0 26px rgba(255, 178, 56, 0.35);
    }
}

@keyframes promoFireFlicker {

    0%,
    100% {
        transform: scale(1, 1) rotate(-4deg);
    }

    25% {
        transform: scale(1.18, 0.88) rotate(5deg);
    }

    50% {
        transform: scale(0.92, 1.12) rotate(-6deg);
    }

    75% {
        transform: scale(1.12, 0.94) rotate(4deg);
    }
}

@media (prefers-reduced-motion: reduce) {

    .promo-fire-badge,
    .promo-fire-badge i.bi-fire {
        animation: none;
    }
}

.promo-badge-row {}

.promo-countdown {
    display: none;
}

@media (max-width: 767.98px) {
    .promo-badge-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .promo-countdown {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        font-size: 0.72rem;
        font-weight: 600;
        color: rgba(255, 214, 168, .85);
        margin-bottom: 0.5rem;
        white-space: nowrap;
    }

    .promo-countdown-value {
        padding: 0.15rem 0.4rem;
        border-radius: 4px;
        background: rgba(0, 0, 0, .4);
        border: 1px solid rgba(255, 138, 30, .3);
        color: #fb923c;
        font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 0.7rem;
        font-weight: 700;
    }

    .promo-heading-accent {
        background: linear-gradient(90deg, #fcd34d 0%, #fb923c 55%, #fb7185 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .promo-fire-badge {
        background: rgba(249, 115, 22, .2);
        border: 1px solid rgba(249, 115, 22, .3);
        color: #fcd34d;
        animation: none;
        box-shadow: none;
    }

    .promo-fire-badge i.bi-fire {
        animation: none;
        filter: none;
    }
}

.promo-band {
    position: relative;
    border-radius: 0;
    background: radial-gradient(ellipse 480px 260px at 6% -15%, rgba(255, 214, 130, .5), transparent 60%), radial-gradient(ellipse 420px 280px at 108% 120%, rgba(255, 122, 26, .55), transparent 60%), linear-gradient(120deg, #7a1c0c 0%, #c1360f 48%, #ff7a1a 100%);
    box-shadow: 0 18px 40px -22px rgba(154, 43, 12, .55);
}

.promo-band .promo-section-header .h4 {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .18);
}

.promo-band .product-carousel-arrow {
    background: rgba(217, 255, 0, 0.95);
}

@media (max-width: 575.98px) {
    .promo-band {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .promo-band {
        height: auto;
        padding-bottom: 2.5rem;
        border-radius: 0;
        overflow: hidden;
        background: linear-gradient(135deg, #111 0%, #000 100%);
        border-bottom: 2px solid #ffeb00;
        box-shadow: 0 10px 25px -5px rgba(255, 235, 0, 0.15);
    }

    .promo-band::before,
    .promo-band::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(50px);
        pointer-events: none;
        z-index: 0;
    }

    .promo-band::before {
        top: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background: rgba(255, 235, 0, 0.15);
    }

    .promo-band::after {
        bottom: -50px;
        left: -50px;
        width: 150px;
        height: 150px;
        background: rgba(255, 235, 0, 0.1);
    }

    .promo-band .promo-section-header .h4 {
        font-size: 1.15rem;
    }

    .flash-sale-header {
        background: linear-gradient(90deg, rgba(255, 235, 0, 0.1) 0%, transparent 100%);
        padding: 8px 12px;
        border-left: 3px solid #ffeb00;
        border-radius: 4px;
        margin-top: 12px !important;
    }
}

.promo-band-fx {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.promo-band>.container-promo,
.promo-band>.product-carousel {
    position: relative;
    z-index: 1;
}

.promo-band-fx::before {
    content: '';
    position: absolute;
    top: -60%;
    left: -30%;
    width: 34%;
    height: 220%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .18), transparent);
    transform: rotate(8deg);
    animation: promoShimmer 6.5s ease-in-out infinite;
}

@keyframes promoShimmer {

    0%,
    100% {
        left: -34%;
    }

    55% {
        left: 128%;
    }

    85% {
        left: 128%;
    }
}

.promo-spotlight {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .3s ease;
    background: radial-gradient(340px 340px at var(--promo-mx, 50%) var(--promo-my, 15%), rgba(255, 255, 255, .28), transparent 62%);
}

.promo-band.is-spotlight-active .promo-spotlight {
    opacity: 1;
}

.promo-fire-particle {
    position: absolute;
    top: 132px;
    font-size: 22px;
    line-height: 1;
    color: #ffb238;
    text-shadow: 0 0 8px rgba(255, 130, 40, .9), 0 0 18px rgba(255, 90, 20, .55);
    opacity: 0;
    animation: promoFireRise 3.6s linear infinite, promoFireWiggle 0.8s ease-in-out infinite;
}

.promo-fire-particle:nth-child(1) {
    left: 2%;
    font-size: 20px;
    animation-delay: 0s, .1s;
    --drift: 18px;
}

.promo-fire-particle:nth-child(2) {
    left: 9%;
    font-size: 30px;
    animation-delay: .5s, .3s;
    --drift: -14px;
    color: #ff8a3c;
}

.promo-fire-particle:nth-child(3) {
    left: 17%;
    font-size: 18px;
    animation-delay: 1.4s, 0s;
    --drift: 10px;
}

.promo-fire-particle:nth-child(4) {
    left: 25%;
    font-size: 26px;
    animation-delay: .9s, .4s;
    --drift: -20px;
    color: #ffcf6b;
}

.promo-fire-particle:nth-child(5) {
    left: 33%;
    font-size: 19px;
    animation-delay: 2.1s, .2s;
    --drift: 9px;
}

.promo-fire-particle:nth-child(6) {
    left: 41%;
    font-size: 32px;
    animation-delay: .2s, .5s;
    --drift: -16px;
    color: #ff8a3c;
}

.promo-fire-particle:nth-child(7) {
    left: 49%;
    font-size: 18px;
    animation-delay: 1.7s, .1s;
    --drift: 14px;
}

.promo-fire-particle:nth-child(8) {
    left: 57%;
    font-size: 28px;
    animation-delay: 1.1s, .35s;
    --drift: -11px;
    color: #ffcf6b;
}

.promo-fire-particle:nth-child(9) {
    left: 65%;
    font-size: 20px;
    animation-delay: 2.6s, 0s;
    --drift: 17px;
}

.promo-fire-particle:nth-child(10) {
    left: 72%;
    font-size: 24px;
    animation-delay: .7s, .25s;
    --drift: -9px;
    color: #ff8a3c;
}

.promo-fire-particle:nth-child(11) {
    left: 80%;
    font-size: 18px;
    animation-delay: 1.9s, .45s;
    --drift: 12px;
}

.promo-fire-particle:nth-child(12) {
    left: 87%;
    font-size: 31px;
    animation-delay: .3s, .15s;
    --drift: -18px;
    color: #ffcf6b;
}

.promo-fire-particle:nth-child(13) {
    left: 94%;
    font-size: 19px;
    animation-delay: 1.3s, .3s;
    --drift: 13px;
}

.promo-fire-particle:nth-child(14) {
    left: 45%;
    font-size: 22px;
    animation-delay: 2.9s, .05s;
    --drift: -7px;
    color: #ff8a3c;
}

.promo-fire-particle:nth-child(15) {
    left: 61%;
    font-size: 17px;
    animation-delay: 3.2s, .4s;
    --drift: 15px;
}

.promo-fire-particle:nth-child(16) {
    left: 13%;
    font-size: 25px;
    animation-delay: 2.3s, .2s;
    --drift: -13px;
    color: #ffcf6b;
}

@keyframes promoFireRise {
    0% {
        translate: 0 0;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    75% {
        opacity: .8;
    }

    100% {
        translate: var(--drift, 12px) -190px;
        opacity: 0;
    }
}

@keyframes promoFireWiggle {

    0%,
    100% {
        rotate: -10deg;
        scale: 1;
    }

    50% {
        rotate: 10deg;
        scale: 1.2;
    }
}

@media (prefers-reduced-motion: reduce) {

    .promo-band-fx::before,
    .promo-fire-particle {
        animation: none;
        display: none;
    }
}

@media (max-width: 767.98px) {
    .promo-band .product-card {
        background: rgba(20, 20, 20, 0.95);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 235, 0, 0.2);
        border-radius: 14px;
        padding: 0;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .promo-band .product-card-image {
        aspect-ratio: 1/1;
        margin-bottom: 0;
        background: #000;
        border-radius: 0;
    }

    .promo-band .product-thumb {
        height: 100%;
        object-fit: cover;
    }

    .promo-band .product-card-body {
        padding: 10px;
    }

    .promo-band .product-card-actions {
        display: none;
    }

    .promo-band .badge-diskon {
        background: #e11d48;
        border-radius: 4px;
        padding: 0.15rem 0.4rem;
        font-size: 0.65rem;
    }

    .promo-band .product-share-btn {
        display: none;
    }

    .promo-band .product-category-link {
        display: none;
    }

    .promo-band .product-title {
        margin-top: 4px;
        margin-bottom: 6px;
    }

    .promo-band .product-title a {
        color: #fff;
        font-size: 0.85rem;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .promo-band .product-tagline {
        display: none;
    }

    .promo-band .product-meta {
        border-color: rgba(255, 255, 255, 0.1);
        padding-top: 6px;
        margin-top: 6px;
    }

    .promo-band .product-rating,
    .promo-band .product-sold-count {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.7rem;
    }

    .promo-band .price-current {
        color: #ffeb00;
        font-size: 1.05rem;
        font-weight: 800;
    }

    .promo-band .price-original {
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.75rem;
    }

    .promo-band .product-carousel-item {
        flex-basis: 140px;
    }

    .promo-band .product-carousel-track {
        gap: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    .reco-carousel .product-carousel-item {
        flex-basis: 11rem;
    }

    .reco-carousel .product-card-image,
    #productGrid .product-card-image {
        aspect-ratio: 4/3;
    }

    .reco-carousel .product-thumb,
    #productGrid .product-thumb {
        object-fit: cover;
    }

    .reco-carousel .product-card,
    #productGrid .product-card {
        box-shadow: 0 2px 14px -2px rgba(15, 23, 42, .08), 0 1px 4px -1px rgba(15, 23, 42, .05);
        border: 1px solid var(--color-border);
    }

    .reco-carousel .product-carousel-item:nth-of-type(5n+1) .product-category-link {
        color: #059669;
    }

    .reco-carousel .product-carousel-item:nth-of-type(5n+2) .product-category-link {
        color: #0284c7;
    }

    .reco-carousel .product-carousel-item:nth-of-type(5n+3) .product-category-link {
        color: #9333ea;
    }

    .reco-carousel .product-carousel-item:nth-of-type(5n+4) .product-category-link {
        color: #d97706;
    }

    .reco-carousel .product-carousel-item:nth-of-type(5n+5) .product-category-link {
        color: #e11d48;
    }
}

@media (max-width: 767.98px) {
    .promo-band .viewmore-card {
        background: transparent;
        box-shadow: none;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding: 1rem 0.5rem;
        height: 100%;
        min-height: 150px;
    }

    .promo-band .viewmore-card-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(255, 235, 0, 0.15);
        color: #ffeb00;
        border: 1px solid rgba(255, 235, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        transition: transform 0.2s ease;
    }

    .promo-band .viewmore-card-text {
        font-size: 0.75rem;
        color: #ffeb00;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        text-align: center;
    }
}


@media (max-width: 767.98px) {
    .viewmore-card {
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding: 1rem 0.5rem;
        height: 100%;
        min-height: 150px;
    }

    .viewmore-card-icon {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50%;
        background: var(--color-action) !important;
        color: var(--color-on-action) !important;
        border: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem !important;
        transition: transform 0.2s ease;
        box-shadow: 0 4px 15px rgba(255, 235, 0, 0.4) !important;
    }

    .viewmore-card-text {
        font-size: 0.75rem !important;
        color: var(--color-heading) !important;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        text-align: center;
    }

    /* Keep the promo-band specific glowing style as is */
    .promo-band .viewmore-card-icon {
        background: rgba(255, 235, 0, 0.15) !important;
        color: #ffeb00 !important;
        border: 1px solid rgba(255, 235, 0, 0.3) !important;
        box-shadow: none !important;
    }

    .promo-band .viewmore-card-text {
        color: #ffeb00 !important;
    }
}

/* GLOBAL VIEWMORE STYLING (Mobile & Desktop) */
.viewmore-card {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 0.5rem;
    height: 100%;
    min-height: 150px !important;
}

.viewmore-card-icon {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background: var(--color-action) !important;
    color: var(--color-on-action) !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 4px 15px rgba(255, 235, 0, 0.4) !important;
}
.viewmore-card:hover .viewmore-card-icon {
    transform: scale(1.05) translateX(4px);
    box-shadow: 0 6px 20px rgba(255, 235, 0, 0.6) !important;
}

.viewmore-card-text {
    font-size: 0.9rem !important;
    color: var(--color-heading) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

/* Override for promo-band */
.promo-band .viewmore-card-icon {
    background: rgba(255, 235, 0, 0.15) !important;
    color: #ffeb00 !important;
    border: 1px solid rgba(255, 235, 0, 0.3) !important;
    box-shadow: none !important;
}
.promo-band .viewmore-card:hover .viewmore-card-icon {
    background: rgba(255, 235, 0, 0.25) !important;
    box-shadow: 0 0 15px rgba(255, 235, 0, 0.4) !important;
}
.promo-band .viewmore-card-text {
    color: #ffeb00 !important;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .viewmore-card-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.5rem !important;
    }
    .viewmore-card-text {
        font-size: 0.75rem !important;
    }
}
