/** Shopify CDN: Minification failed

Line 7:4 "@import" is only valid at the top level

**/
body.page-vip-member {
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

    .shopify-section-group-footer-group,
    .shopify-section-group-header-group {
        display: none;
    }

    main {
        /* font-family: 'Inter', sans-serif; */
        background: #101828;
        color: #fff;
        --color: #fff;
        letter-spacing: 0;
        font-family: 'Inter', sans-serif;
        line-height: 1.2;
        h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
            font-family: 'Inter', sans-serif;
        }
        /* LOGO BAR */
        .logo-bar {
            background: #101828;
            text-align: center;
            padding: 28px 20px 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.07);
            line-height: 1.2;
        }

        .logo-bar span {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .logo-bar span em {
            color: #DD1D1D;
            font-style: normal;
        }

        /* HERO */
        .hero {
            text-align: center;
            padding: 70px 24px 60px;
            background: linear-gradient(180deg, #101828 0%, #0d1520 100%);
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: -80px;
            left: 50%;
            transform: translateX(-50%);
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(221, 29, 29, 0.12) 0%, transparent 70%);
            pointer-events: none;
        }

        .vip-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid rgba(221, 29, 29, 0.4);
            color: #f87171;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            padding: 7px 18px;
            border-radius: 100px;
            margin-bottom: 28px;
        }

        .vip-badge .dot {
            width: 6px;
            height: 6px;
            background: #DD1D1D;
            border-radius: 50%;
        }

        .hero h1 {            
            font-size: clamp(32px, 6vw, 56px);
            font-weight: 700;
            letter-spacing: -0.03em;
            line-height: 1.1;
            max-width: 580px;
            margin: 0 auto 20px;
            color:#fff;
            position: relative;
            z-index: 1;
            text-transform: none  !important;
        }

        .hero h1 .accent {
            color: #DD1D1D;
        }

        .hero .sub p{
            font-size: 16px;
            color: #94a3b8;
            max-width: 440px;
            margin: 0 auto 12px;
            line-height: 1.7;
            font-weight: 300;
            letter-spacing: 0;
        }

        .hero .personal {
            font-size: 13px;
            color: #475569;
            margin-bottom: 44px;
            font-style: italic;
        }

        /* GIFT CARD */
        .gift-card-wrapper {
            max-width: 420px;
            margin: 0 auto 44px;
        }

        .gift-card {
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
            border: 1px solid rgba(221, 29, 29, 0.3);
            border-radius: 16px;
            padding: 36px 32px;
            text-align: center;
            position: relative;
        }

        .gift-card .corner {
            position: absolute;
            top: 16px;
            right: 20px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.1em;
            color: #475569;
            text-transform: uppercase;
        }

        .gift-card .amount {
            font-size: 72px;
            font-weight: 700;
            line-height: 1;
            color: #fff;
            margin-bottom: 4px;
        }

        .gift-card .amount sup {
            font-size: 30px;
            vertical-align: super;
            line-height: 0;
        }

        .gift-card .amount-label {
            font-size: 13px;
            color: #64748b;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 24px;
        }

        .code-display {
            background: rgba(255, 255, 255, 0.05);
            border: 1px dashed rgba(255, 255, 255, 0.15);
            border-radius: 8px;
            padding: 14px 20px;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0.25em;
            color: #DD1D1D;
            margin-bottom: 12px;
            font-family: monospace;
        }

        .code-note {
            font-size: 12px;
            color: #475569;
        }

        /* CTA */
        .btn-primary {
            display: inline-block;
            background: var(--btn-bg, #DD1D1D);
            color: var(--btn-text, #fff);
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.07em;
            text-transform: uppercase;
            padding: 18px 48px;
            text-decoration: none;
            border-radius: 4px;
            transition: background 0.2s;
        }

        .btn-primary:hover {
            background: var(--btn-bg-hover, #b91c1c);
        }

        .cta-footnote {
            margin-top: 14px;
            font-size: 12px;
            color: #334155;
        }

        /* DIVIDER */
        .divider {
            height: 1px;
            background: rgba(255, 255, 255, 0.06);
            max-width: 480px;
            margin: 0 auto;
            display: block;
        }

        /* PRODUCT SPOTLIGHT */
        .product-spotlight {
            background: #0d1520;
            padding: 60px 24px;
            text-align: center;
        }

        .product-spotlight .section-label {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #DD1D1D;
            margin-bottom: 12px;
        }

        .product-spotlight h2 {
            color:#fff;
            font-size: clamp(20px, 3.5vw, 30px);
            font-weight: 700;
            margin-bottom: 8px;
            letter-spacing: -0.02em;
        }

        .product-spotlight .sub {
            font-size: 14px;
            color: #64748b;
            max-width: 400px;
            margin: 0 auto 48px;
        }

        .products-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 16px;
            max-width: 680px;
            margin: 0 auto 44px;
        }

        .product-mini {
            background: #1a2333;
            border: 1px solid rgba(255, 255, 255, 0.07);
            border-radius: 10px;
            padding: 24px 18px;
            text-align: left;
        }
        .product-mini .product-media{
            background:#fff;
        }

        .product-mini img{
            max-width: 100%;
            height: auto;
            margin-bottom: 14px;
        }
        .product-mini .icon {
            font-size: 28px;
            margin-bottom: 14px;
        }

        .product-mini .name {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .product-mini .desc {
            font-size: 12px;
            color: #64748b;
            line-height: 1.6;
            margin-bottom: 14px;
        }

        .product-mini .price {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
        }

        .product-mini .price-old {
            font-size: 12px;
            color: #475569;
            text-decoration: line-through;
            margin-left: 6px;
        }

        /* LOYALTY STATS */
        .loyalty-section {
            background: #101828;
            padding: 60px 24px;
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .loyalty-section h3 {
            color:#fff;
            font-size: clamp(18px, 3vw, 24px);
            font-weight: 700;
            margin-bottom: 40px;
            letter-spacing: -0.02em;
            color: #e2e8f0;
        }

        .stats-row {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 40px;
            max-width: 600px;
            margin: 0 auto;
        }

        .stat-item {
            text-align: center;
        }

        .stat-item .num {
            font-size: 38px;
            font-weight: 700;
            color: #DD1D1D;
            line-height: 1;
            margin-bottom: 6px;
        }

        .stat-item .label {
            font-size: 12px;
            color: #64748b;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        /* FINAL CTA */
        .final-cta {
            background: linear-gradient(135deg, #1a0505 0%, #101828 50%, #0d1520 100%);
            text-align: center;
            padding: 70px 24px;
        }

        .final-cta h2 {
            color:#fff;
            font-size: clamp(22px, 4vw, 36px);
            font-weight: 700;
            letter-spacing: -0.02em;
            margin-bottom: 12px;
        }

        .final-cta h2 span {
            color: #DD1D1D;
        }

        .final-cta p {
            font-size: 15px;
            color: #64748b;
            margin-bottom: 36px;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
        }

        .final-cta .expires p{
            margin-top: 16px;
            font-size: 12px;
            color: #374151;
        }

        /* FOOTER */
        footer.vipmember-footer {
            background: #080d14;
            color: #374151;
            text-align: center;
            padding: 28px;
            font-size: 12px;
            line-height: 1.8;
            border: 0;
        }

        footer.vipmember-footer a {
            color: #374151;
        }
    }
}