body {
    font-family: 'Urbanist', sans-serif;
}

.btn-primary {
    background-color: #000000 !important;
    border: 1px solid #000000;
    border-radius: 999px;
    color: #FFFFFF;
}

.navbar-header {
    background-color: #FFFFFF;
}

.navbar-header .nav-menu {
    background-color: #F9FAFB;
    padding: 4px;
    border-radius: 999px;
}

.navbar-header .nav-menu .nav-link.active {
    background-color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 99px;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 500px;
    /* Sesuaikan tinggi gambar */
    background: url('../img/banner.png') no-repeat center center/cover;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 100px;
    border-radius: 20px;
    overflow: hidden;
}

/* Overlay agar teks lebih jelas */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Warna gelap transparan */
}

/* Teks di atas gambar */
.hero-content {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 18px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.btn-hero {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    background-color: #ff6f61;
    color: white;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-hero:hover {
    background-color: #e65c50;
}

.banner-content-left {
    width: 50%;
    text-align: left;
}

.banner-content-right img {
    width: 170px;
    height: 170px;
}

.banner-content-right a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

/* HOT */
.hot {
    margin-top: 80px;
}

.hot-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.hot-header .hot-left {
    display: flex;
    align-items: center;
}

.hot-header .hot-left h1 {
    font-size: 32px;
    font-weight: 600;
    color: #101828;
}

.hot-header .hot-left p {
    font-size: 18px;
    font-weight: 500;
    color: #344054;
}

.hot-header .hot-right {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hot-header .hot-right .circle-icon {
    padding: 8px 12px;
    background-color: #000000;
    color: #F9FAFB;
    border-radius: 50%;
}

.hot-header .hot-right .circle-icon.white {
    background-color: #FFFFFF;
    border: 1px solid #F2F4F7;
    color: #000000;
}

.content-label h1 {
    font-size: 18px;
    font-weight: 500;
    color: #101828;
    margin-top: 10px;
    white-space: nowrap;
    /* Mencegah teks turun ke baris baru */
    overflow: hidden;
    /* Menyembunyikan teks yang melebihi area */
    text-overflow: ellipsis;
    /* Menampilkan "..." jika teks terpotong */
    width: 100%;
    /* Pastikan lebar elemen ditentukan */
    max-width: 300px;
}

.content-label p {
    font-size: 16px;
    font-weight: 400;
    color: #344054;
    margin-top: 3px;
}

.content-item {
    position: relative;
    /* Agar tag bisa diposisikan di dalamnya */
    display: inline-block;
}

.tag {
    position: absolute;
    top: 10px;
    /* Jarak dari atas */
    left: 10px;
    /* Jarak dari kiri */
    background: #F2F4F7;
    /* Warna tag */
    color: #000000;
    /* Warna teks */
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
}


.content-item img {
    width: 100%;
    aspect-ratio: 16/16;
    border-radius: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.banner-bottom {
    position: relative;
    width: 100%;
    height: 500px;
    background: url('../img/sale.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    border-radius: 20px;
    overflow: hidden;
}

.card.dark {
    background-color: #0C111D;
    border-radius: 20px;
    padding: 8px;
}

.big-sale span {
    background-color: #85878a;
    color: #FFFFFF;
    padding: 6px;
    border-radius: 12px;
}

.big-sale h1 {
    margin-top: 80px;
    font-weight: 600;
    font-size: 42px;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.big-sale a {
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 24px;
}

.bottom {
    margin-top: 80px;
    margin-bottom: 80px;
}

.bottom h1 {
    font-size: 40px;
    font-weight: 600;
    color: #101828;
}

.bottom p {
    font-size: 18px;
    font-weight: 500;
    color: #475467;
}

.bottom h2 {
    font-size: 24px;
    font-weight: 500;
    color: #101828;
}

footer {
    padding: 20px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer h1 {
    font-size: 16px;
    font-weight: 500;
    color: #101828;
}

footer .priv-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #101828;
}

/* KATALOG */
.catalog-header {
    margin-top: 120px;
    text-align: center;
}

.catalog-header h1 {
    font-size: 48px;
    font-weight: 600;
    color: #101828;
}

.catalog-header p {
    font-size: 20px;
    font-weight: 500;
    color: #344054;
    margin-bottom: 30px;
}

.catalog-header .group-search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 40%;
    margin: auto;
}

.catalog-header .group-search input {
    border-radius: 999px;
    background-color: #F9FAFB;
    padding: 14px 16px;
}

.catalog-header .group-search a {
    text-decoration: none;
    background-color: #000000;
    padding: 14px 18px;
    border-radius: 50%;
    color: #F2F4F7;
}

.catalog-content {
    margin-top: 50px;
}

.catalog-content .card-filter {
    background-color: #FCFCFD;
    border: 1px solid #F2F4F7;
    border-radius: 12px;
}

.catalog-content .card-filter h1 {
    font-size: 16px;
    font-weight: 600;
    color: #101828;
}

.catalog-content .card-filter .accordion-item {
    background-color: #FCFCFD;
    border: none !important;
}

.catalog-header .card-filter .accordion-header {
    border: none !important;
}

.catalog-content .card-filter .accordion-button {
    background-color: #FCFCFD;
    border: none !important;
    box-shadow: unset !important;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}

/* PRODUK DETAIL */

.product-detail {
    margin-top: 100px;
}

.product-gallery {
    display: flex;
    gap: 10px;
    max-width: 500px;
}

.product-gallery img {
    aspect-ratio: 16/16;
}

.thumbsSwiper {
    width: 100%;
    height: 300px;
}

.grup-thumbsSwiper {
    width: 120px;
    height: 300px;
}

.grup-thumbsSwiper a {
    text-decoration: none;
}

.grup-thumbsSwiper .group-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.grup-thumbsSwiper .circle-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #F9FAFB;
    border-radius: 50%;
}

.grup-thumbsSwiper .circle-icon.white {
    background-color: #FFFFFF;
    border: 1px solid #F2F4F7;
    color: #000000;
}

.thumbsSwiper img,
.mainSwiper img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.thumbsSwiper .swiper-slide {
    height: 120px;
}

.thumbsSwiper .swiper-slide-thumb-active img {
    border: 3px solid #000000;
    border-radius: 6px;
}

.mainSwiper {
    flex-grow: 1;
}

.pre-item {
    margin-bottom: 10px;
}

.product-detail-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-detail-info span {
    background-color: #85878a;
    border-radius: 20px;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
}

.product-detail-info h1 {
    font-size: 32px;
    font-weight: 400;
    color: #101828;
    margin-top: 15px;
}

.product-detail-info p {
    font-size: 14px;
    font-weight: 400;
    color: #475467;
    margin: 0;
}

.product-detail-info h2 {
    font-size: 42px;
    font-weight: 600;
    color: #101828;
    margin-top: 50px;
}

.button-filtering {
    text-decoration: none;
    color: #000000;
}

.logo-lg {
    display: block;
}

.logo-md {
    display: none;
}

@media screen and (max-width:991px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .banner-content-right img {
        width: 120px;
        height: 120px;
    }

    .hot-header .hot-left h1 {
        font-size: 24px;
    }

    .hot-header .hot-left p {
        font-size: 16px;
    }

    .content-label h1 {
        font-size: 16px;
    }

    .content-label p {
        font-size: 14px;
    }

    .big-sale h1 {
        font-size: 32px;
    }

    .bottom h1 {
        font-size: 32px;
    }

    .bottom h2 {
        font-size: 20px;
    }

    .bottom p {
        font-size: 14px;
    }

    .catalog-header h1 {
        font-size: 32px;
    }

    .catalog-header p {
        font-size: 18px;
    }

    .catalog-header .group-search {
        width: 60%;
    }

    .product-detail-info span {
        padding: 4px;
        font-size: 12px;
    }

    .product-detail-info h1 {
        font-size: 18px;
    }

    .product-detail-info h2 {
        font-size: 28px;
    }

    .thumbsSwiper {
        height: 220px;
    }

    .description-detail {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-header .nav-menu .nav-link.active {
        background-color: unset;
        padding: unset;
        border-radius: unset;
    }

    .navbar-header .nav-menu .nav-link {
        margin-top: 10px;
    }

    .navbar-header .nav-menu {
        background-color: unset;
        border-radius: unset;
    }

    .logo-lg {
        display: none;
    }

    .logo-md {
        display: block;
    }

    .hero-content h1 {
        font-size: 24px;
    }

    .hero-content p {
        font-size: 14px;
        text-align: justify;
    }

    .banner-content-right img {
        width: 80px;
        height: 80px;
    }

    .hot-header .hot-left {
        display: unset;
    }

    .hot-header .hot-left h1 {
        font-size: 20px;
    }

    .hot-header .hot-left p {
        font-size: 14px;
    }

    .catalog-header h1 {
        font-size: 24px;
    }

    .catalog-header p {
        font-size: 14px;
    }

    .catalog-header .group-search {
        width: 70%;
    }

    .thumbsSwiper {
        height: 260px;
    }
}

@media screen and (max-width:575px) {
    .hero-section {
        height: 340px;
    }

    .hero-content h1 {
        font-size: 16px;
    }

    .hero-content p {
        font-size: 12px;
        text-align: justify;
    }

    .banner-content-right img {
        width: 50px;
        height: 50px;
    }

    .banner-content-right a {
        font-size: 12px;
    }

    .hot {
        margin-top: 45px;
    }

    .hot-header .hot-left p {
        font-size: 13px;
    }

    .bottom h1 {
        font-size: 24px;
    }

    .bottom p {
        font-size: 13px;
    }

    .bottom h2 {
        font-size: 16px;
    }

    footer h1 {
        font-size: 14px;
        margin: 0;
    }

    footer a {
        font-size: 13px;
    }

    .catalog-header {
        margin-top: 80px;
    }

    .catalog-header h1 {
        font-size: 18px;
    }

    .catalog-header p {
        font-size: 13px;
    }

    .catalog-header .group-search {
        width: 100%;
    }

    .thumbsSwiper {
        height: 170px;
    }
}