
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            color: #1e293b;
            overflow-x: hidden;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* PRODUCT HEADER */
        .product-header {
            min-height: 80vh;
            display: flex;
            align-items: center;
            padding: 140px 2rem 60px;
            text-align: center;
            background: linear-gradient(135deg, rgba(255,140,66,0.1) 0%, rgba(30,64,175,0.1) 100%);
        }
        .title { 
            font-size: clamp(3rem, 8vw, 4.5rem); 
            font-weight: 700; 
            margin-bottom: 1rem; 
            text-align: center;
        margin: 100px 0 20px;
        }
        .gradient-text {
            background: linear-gradient(135deg, #ff8c42 0%, #1e40af 50%, #3b82f6 100%);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent;
        }
        .product-header p {
            font-size: 1.3rem;
            color: #64748b;
            max-width: 600px;
            margin: 0 auto 3rem;
        }

/* GRID */
.products-container { /* atau .product-grid sesuai class container kamu */
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Memaksa 5 kolom ke samping */
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* CARD */
.card {
    background: white;
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

/* TEXT */
.name {
    font-size: 14px;
    margin-top: 10px;
}

.price {
    color: #ff8c42;
    font-weight: bold;
}

/* MODAL */
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;    
    z-index: 999;
}

/* BOX */
.modal-content {
    background: white;
    width: 80%;
    margin: 5% auto;
    border-radius: 20px;
    padding: 20px;
}

/* BODY */
.modal-body {
    display: flex;
    gap: 30px;
}

/* IMAGE BIG */
.modal-left img {
    width: 300px;
}

/* BUTTON */
.controls button {
    margin: 10px;
}

/* RIGHT */
.modal-right {
    flex: 1;
}

/* CLOSE */
.close {
    font-size: 25px;
    cursor: pointer;
}

        /* SCROLL INDICATOR */
        .scroll-indicator {
            position: fixed; top: 0; left: 0; width: 100%; height: 4px;
            background: rgba(0,0,0,0.1); z-index: 1001;
        }
        .scroll-progress {
            height: 100%; 
            background: linear-gradient(90deg, #ff8c42, #1e40af);
            width: 0%; 
            transition: width 0.3s ease;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .hamburger { display: flex; }
            .nav-menu {
                position: fixed; 
                left: -100%; 
                top: 70px; 
                flex-direction: column;
                width: 100%; 
                background: rgba(255,255,255,0.98);
                padding: 2rem 0; 
                transition: 0.3s; 
                box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            }
            .nav-menu.active { left: 0; }
            .title { font-size: 2.5rem; }
            .product-grid { grid-template-columns: 1fr; gap: 2rem; }
        }

        .mouse-follower {
    pointer-events: none;
}

.wishlist {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
}

.wishlist.active {
    color: red;
}

.qty {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
}

.qty button {
    padding: 5px 10px;
    cursor: pointer;
}

.cart-item img, .product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Container Grid */
.products-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Kartu Produk */
.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.05);
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Bagian Gambar */
.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 1px solid #f1f5f9;
}

/* Konten Kartu */
.product-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Supaya tinggi kartu seragam */
}

.product-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    height: 3rem; /* Membatasi tinggi teks judul */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price {
    font-size: 1.25rem;
    color: #ff8c42;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Tombol Add to Cart Baru */
.add-btn {
    margin-top: auto; /* Dorong tombol ke paling bawah */
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    border: none;
    padding: 0.8rem;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}

.add-btn:hover {
    background: linear-gradient(135deg, #ff8c42 0%, #f97316 100%);
    transform: scale(1.02);
}

.add-btn i {
    font-size: 1.1rem;
}

.purchase-section {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.qty-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-control button {
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    transition: 0.2s;
}

.qty-control button:hover {
    background: #f1f5f9;
}

.big-btn {
    flex: 1;
    padding: 14px;
    font-size: 1.1rem;
    border-radius: 12px;
}

.modal-left {
    position: relative;
}

.image-nav .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.image-nav .nav-btn:hover {
    background: rgba(0,0,0,0.8);
}

.nav-btn.left {
    left: 10px;
}

.nav-btn.right {
    right: 10px;
}

#modalImage {
    position: relative;
    z-index: 1;
}

/* ===  MUSIC PLAYER BUTTON === */
.music-player {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1001;
    display: flex;
    align-items: center;
    gap: 15px;
}

.music-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--terracotta);
    border: none;
    color: var(--bg-primary);
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px var(--terracotta-glow);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.music-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px var(--terracotta-glow);
}

/* Animasi saat musik play */
.music-btn.playing {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(198, 125, 94, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(198, 125, 94, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(198, 125, 94, 0);
    }
}

/* Icon animasi berputar saat play */
.music-btn.playing i {
    animation: spin 3s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.music-info {
    position: absolute;
    right: 75px;
    background: rgba(36, 32, 30, 0.9);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(198, 125, 94, 0.3);
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.music-btn:hover + .music-info,
.music-btn.playing + .music-info {
    opacity: 1;
    transform: translateX(0);
}

.music-title {
    display: block;
    font-size: 0.85rem;
    color: var(--terracotta);
    font-weight: 600;
}

.music-artist {
    display: block;
    font-size: 0.75rem;
    color: var(--text-secondary);
}