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

body {
    font-family: 'Poppins', sans-serif;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
}

.background {
    background-color: #EAE9E9;
}


.container {
    width: 1300px;
    height: 3520px;
    background-color: #dcdcdc;
    position: relative;
    overflow: hidden;
}

/* Navbar Style */
.navbar {
    height: 100px;
    background-color: #89b0d3; /* Biru pastel sesuai desain */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-radius: 15px;
    margin: 20px 0;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-icon span {
    display: block;
    width: 35px;
    height: 4px;
    background: white;
    margin: 6px 0;
    border-radius: 2px;
}

.logo {
    height: 70px;
    width: 70px;
    border-radius: 75%;
}

.search-bar {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 25px;
    padding: 5px 20px;
    width: 400px;
}

.search-bar input {
    border: none;
    outline: none;
    width: 100%;
    padding: 10px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
}

.icon-circle {
    background: #e0e0e0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Hero Style */
.hero {
    width: 100%;
    height: 550px;
    background-image: url('Summer Wind Dress.jpg'); /* Ganti dengan foto gaun hijaumu */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 60px;
    border-radius: 10px;
}

.hero-content h1 {
    font-size: 80px;
    color: white;
    font-weight: 600;
    line-height: 1;
}

.hero-content p {
    color: white;
    font-size: 20px;
    margin: 20px 0;
    max-width: 600px;
}

.shop-now {
    background-color: #89b0d3;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.pilihan.style {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding: 15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}   

.pilihan.style::-webkit-scrollbar {
    display: none; 
}

.pilihan.style > div {
    flex: 0 0 calc(25% - 12px);
    min-width: calc(25% - 12px);
    height: 150px;
    background-color: #8dbadb;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-snap-align: start;
    box-sizing: border-box;
    justify-content: center;
    gap: 8px;
}   

.pilihan.style img {
    width: 80px;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 0;
}   

.pilihan.style div::after {
    font-size: 12px;
    color: white;
    font-family: 'serif';
}   

.you-might-need {
    padding: 20px;
    background-color: #f0f0f0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-header h2 {
    font-family: 'serif';
    font-size: 24px;
    color: #1a1a1a;
}

.see-more {
    color: #d9534f;
    text-decoration: none;
    font-size: 14px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.product-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba (0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-img-container {
    width: 80px;
    height: 100px;
    background-color: #e0e0e0;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-name {
    font-size: 12px;
    color: #2c3e50;
    margin-bottom: 5px;
    font-family: 'serif';
}

.product-price {
    font-weight: bold;
    font-size: 14px;
    color: #1a3a8a;
    margin-bottom: 10px;
}

.add-btn {
    width: 100%;
    background-color: #dcdcdc;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.add-btn:hover {
    background-color: #bdbdbd;
}

@media (max-width: 768px) {
   .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.promo {
    width: 1100px;
    height: 500px;
     background-color: #fff;
     border-radius: 20px;
     padding: 40px;
     display: flex;
     align-items: center;
     gap: 60px;
     margin-left: 60px;
}
.product-detail-promo {
    background-color: #e0e0e0;
    padding: 40px;
    height: 639px;
    width: 1320px;
    align-items: center;
    padding: 20px;
}

.promo.card {
    background: white;
    border-radius: 40px;
    padding: 50px;
    display: flex;
     flex-direction: row;
    gap: 60px;
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.badge-50 {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #89b0d3;
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
}

.promo-gallery {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

.main-img img {
    width: 250px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.side-imgs {
    display: grid;
    grid-template-columns: repeat(2, 120px);
    grid-template-rows: repeat(3, 120px);
    gap: 20px;
    margin-left: 30px;
}

.side-imgs img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.promo-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
    margin-left: 70px;
}

.title-serif {
    font-family: 'serif';
    font-size: 32px;
    color: #1a3a8a ;
}

.price-container {
    margin: 20px 0;
}

.current-price {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.old-price {
    color: #999;
    text-decoration: line-through;
    margin-left: 15px;
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 15px 0;
}

.cart-btn { background: #e0e0e0;}
.buy.btn { background: #89b0d3; color: white;}

.color-options {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.blue { background-color: #89b0d3; }
.cream { background-color: #e9e5dd; }
.brown { background-color: #8b5a2b; } 

.foter-promo-banners {
    display: flex;
    justify-content: space-around;
    padding: 20px 40px;
    gap: 20px;
}

.banner box {
    flex: 1;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.pink {background: #ffc1c1;}
.purple {background: #c1c1ff;}
.green { background: #c1ffc1; }
.magenta { background: #ffc1ff; }

.extra-links {
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.extra-links a {
    color: #1a3a8a;
    text-decoration: none;
}

.discount {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.discount .card {
    width: 220px;
    border-radius: 25px;
    padding: 18px;
    text-align: center;
    color: #333;
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.discount .card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

.discount .card h2 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 600;
}

.discount .card p {
    font-size: 12px;
    margin-bottom: 12px;
    color: #444;
}

.discount .card img {
    width: 100%;
    border-radius: 18px;
    height: 160px;
    object-fit: cover;
    transition: 0.3s;
}

.discount .card:hover img {
    transform: scale(1.05);
}

.discount.red {
    background: linear-gradient(135deg, #f6a5a5, #fbd0d0);
}

.discount .purple {
    background: linear-gradient(135deg, #b7b6e6, #d9d8f7);
}

.discount .green {
    background: linear-gradient(135deg, #a7e2b3, #d2f3d8);
}

.discount .pink {
    background: linear-gradient(135deg, #f3a8c8, #fbd3e4);
}

@media (max-width: 768px) {
    .discount {
        flex-direction: column;
        align-items: center;
    }

     .discount .card {
        width: 85%;
    }
}

/* Container Utama */
.weekly-section {
    padding: 20px 10px;
    background-color: #dcdcdc; /* Background abu-abu muda biar kartu putih terlihat */
    font-family: 'Playfair Display', serif; /* Font agak mewah */
    width: 100%;
}

/* Header */
.weekly-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.see-more {
    color: #b35a5a;
    text-decoration: none;
    font-size: 14px;
}

/* Tombol Kategori Lonjong */
.categories {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.cat-btn {
    padding: 8px 25px;
    border-radius: 50px;
    border: none;
    background-color: #a3c4d9;
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

.cat-btn.active {
    background-color: #004d7a;
}

/* List Produk */
.product-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 5px;
}

/* KARTU PRODUK */
.weekly-card {
    min-width: 220px;
    max-width: 220px; /* Biar lebarnya konsisten kotak */
    background: white;
    border-radius: 20px;
    overflow: hidden; /* Supaya gambar gak keluar dari border radius */
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

/* Kotak Gambar */
.img-box {
    width: 100%;
    height: 220px; /* Paksa gambar jadi kotak */
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Gambar akan terpotong rapi, tidak gepeng */
}

/* Bagian Teks */
.info-box {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.name {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    height: 35px; /* Biar nama yang panjang gak ngerusak layout */
    overflow: hidden;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-weight: bold;
    color: #1a237e; /* Warna biru gelap sesuai gambar */
    font-size: 16px;
}

.cart-icon {
    font-size: 18px;
    cursor: pointer;
    opacity: 0.7;
}

.product-container::-webkit-scrollbar {
    display: none;
}

.product-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.footer {
    background-color: #004d7a; /* Warna biru sesuai gambar */
    color: white;
    padding: 60px 10% 20px;
    font-family: 'Serif', Georgia, serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 15px;
    border-radius: 100px;
}

.tagline {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 25px;
}

/* Judul Kolom */
.footer-col h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: normal;
}

/* List Links */
.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    opacity: 1;
    padding-left: 5px;
}

/* Payment Icons */
.payment-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.payment-icons img {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Membuat icon bulat */
    object-fit: contain;
    background: white; /* Background putih biar icon kelihatan jelas */
    padding: 5px;
}

/* Bottom Bar */
.footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
}