@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,700;1,700&display=swap");

:root {
    --primary: #010101;
    --secondary: #ff0000;
    --tertiary: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--primary);
    color: #fff;
}

form.nosubmit {
    border: none;
    padding: 0;
}

input.nosubmit {
    border: 1px solid #555;
    display: block;
    color: var(--primary);
    padding: 9px 4px 9px 40px;
    background: var(--tertiary)
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
        no-repeat 13px center;
}

.sub-title {
    font-weight: 700;
    margin-bottom: 3rem;
}

.sub-title-center {
    font-weight: 700;
    opacity: 0.6;
    text-align: center;
    margin-bottom: 2rem;
}

.card-title {
    line-height: 1.5em;
    height: 3rem;
    overflow: hidden;
    font-weight: bold;
}

.icon-wa {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
    transition: all 0.2s ease-in-out;
}

.icon-wa:hover {
    transform: scale(1.2);
}

.icon-wa img {
    width: 6rem;
}

.no-found {
    opacity: 0.4;
}

/* Menu Navbar */

#menu {
    background-color: #232323;
}

#menu .navbar {
    display: flex;
    justify-content: end;
    align-items: center;
}

#menu .navbar a {
    text-decoration: none;
    color: #fff;
    padding: 0.5rem 0 0 2rem;
    opacity: 0.7;
}

#menu .navbar .dropdown-toggle {
    text-decoration: none;
    color: #fff;
}

#menu .navbar .dropdown-menu a {
    text-decoration: none;
    color: #fff;
    padding: 0.5rem 1rem;
}

#menu .navbar a:hover {
    opacity: 1;
}

#menu .btn-group .dropdown-menu {
    background-color: #232323;
}

#menu .btn-group .dropdown-item:hover {
    background-color: #555;
}

/* Navbar */

#navbar {
    position: sticky;
    top: 0;
    background-color: #010101;
    z-index: 999;
}

#navbar .dropdown-brand {
    column-count: 3;
    padding: 0.8rem;
    left: 50%;
    transform: translatex(-50%);
    height: auto;
}

#navbar .dropdown-category {
    padding: 0.4rem;
    height: auto;
}

/* Hero */

#hero {
    width: 100%;
    margin-bottom: 1rem;
}

#hero .swiper {
    width: 100%;
}

#hero .img-banner {
    width: 100%;
    object-fit: contain;
}

#hero .swiper-slide {
    align-items: center;
}

#hero .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero .swiper-button-next {
    padding-right: 2rem;
    color: white;
}

#hero .swiper-button-prev {
    color: white;
    padding-left: 2rem;
}

/* Kategori */

#category {
    margin-top: 5rem;
    margin-bottom: 6rem;
}

#category a {
    text-decoration: none;
    color: #fff;
}

#category .icon {
    width: 100%;
    opacity: 0.6;
}

#category .icon:hover {
    opacity: 1;
}

#category .icon img {
    width: 10%;
    margin-bottom: 1rem;
}

#category .card-text {
    font-size: 0.9rem;
    text-align: center;
    margin-top: -1rem;
}

#category .card {
    text-align: center;
    background-color: transparent;
    margin: 0.2rem;
    padding: 0;
}

#category .card .icon:hover {
    border: 2px solid #01010101;
    border-radius: 5px;
}

#category .swiper {
    width: 100%;
    height: 100%;
}

#category .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#category .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* end Kategori */

/* Produk Populer */

#populer {
    margin-bottom: 5rem;
}

#populer .card {
    width: 15rem;
    height: fit-content;
    border: none;
    background-color: transparent;
    margin-right: 30px;
}

#populer img:hover {
    border: 3px solid #010101;
}

#populer img {
    width: 100%;
    height: 15rem;
    object-fit: contain;
    border-radius: 15px;
}

#populer .diskon {
    padding: 8px 16px;
    color: white;
    font-weight: bold;
    background-color: var(--secondary);
}

#populer .card-body {
    color: #fff;
}

#populer .card-title {
    font-weight: bold;
}

#populer .card-body .card-text {
    font-size: 1rem;
}

#populer p {
    margin: 0px;
}

#populer .card-body {
    margin-left: -10px;
}

/* end Populer */

/* Produk Terbaru */

#terbaru {
    margin-bottom: 5rem;
}

#terbaru a {
    text-decoration: none;
    color: white;
}

#terbaru a .all:hover {
    text-decoration: underline;
}

#terbaru .card {
    width: 15rem;
    height: 23rem;
    border: none;
    background-color: transparent;
    margin-right: 30px;
}

#terbaru img:hover {
    border: 3px solid #010101;
}

#terbaru img {
    width: 100%;
    height: 15rem;
    object-fit: contain;
    border-radius: 15px;
}

#terbaru .diskon {
    padding: 8px 16px;
    color: white;
    font-weight: bold;
    background-color: var(--secondary);
}

#terbaru .card-body {
    color: #fff;
}

#terbaru .card-body .card-text {
    font-size: 1rem;
}

#terbaru p {
    margin: 0px;
}

#terbaru .card-body {
    margin-left: -10px;
}

.btn-product {
    background-color: var(--secondary);
    border-radius: 15px;
    padding: 0.5rem 2rem;
    color: #fff;
    width: fit-content;
    border: 2px solid #fff;
    text-decoration: none;
}

.btn-product:hover {
    background-color: transparent;
    border: 2px solid #fff;
}

/* end produk Terbaru */

/* Brand */

#brand {
    margin-bottom: 6rem;
}

#brand .swiper {
    width: 100%;
}

#brand .swiper-slide {
    text-align: center;
    width: 100%;
    height: 5rem;
    object-fit: contain;
}

#brand .swiper-slide img {
    width: 80%;
    height: 100%;
    opacity: 0.6;
}

#brand .swiper-slide img:hover {
    opacity: 1;
}

/* end Brand */

/* Benefit */

#benefit {
    margin-bottom: 5rem;
}

#benefit .card-title {
    font-weight: bold;
}

#benefit .card-text {
    padding: 0.5rem;
}

/* artikel */

#lainnya {
    margin-bottom: 5rem;
}

#lainnya .card-body {
    color: #fff;
}

#lainnya a {
    text-decoration: none;
}

#lainnya img {
    border-radius: 15px;
}

#lainnya img:hover {
    border: 2px solid #01010101;
}

/* end artikel */

/* tentang */

#tentang {
    margin-bottom: 1rem;
    background-color: var(--tertiary);
    padding: 2rem;
    color: var(--primary);
}

#tentang p {
    margin-top: 0.8rem;
    padding: 0 5rem;
    text-align: center;
    font-size: 0.8rem;
}

/* end tentang */

/* footer */

#footer {
    margin-top: 3rem;
    border-top: 1px solid #555;
}

#footer .img-logo {
    width: 20rem;
    margin: 1rem 0 2rem;
}

#footer a {
    text-decoration: none;
    opacity: 0.6;
    color: #fff;
    margin-bottom: 0.5rem;
}

#footer a:hover {
    opacity: 1;
}

#footer p {
    opacity: 0.6;
}

#footer .title-footer {
    margin-bottom: 2rem;
    font-weight: 700;
}

#footer .link-footer {
    padding: 0.2rem;
    display: block;
    opacity: 0.6;
}

#footer .hubungi-kami img {
    width: 1.2rem;
    margin-right: 5px;
}

#footer .copyright {
    margin-top: 1.2rem;
    font-size: 1rem;
    opacity: 0.6;
}

#footer-brand {
    color: var(--primary);
    margin-top: 3rem;
    border-top: 1px solid #c9c9c9;
}

#footer-brand .img-logo {
    width: 20rem;
    margin: 1rem 0 2rem;
}

#footer-brand a {
    text-decoration: none;
    color: inherit;
    margin-bottom: 0.5rem;
}

#footer-brand a:hover {
    opacity: 1;
    font-weight: bold;
}

#footer-brand p {
    opacity: 0.8;
}

#footer-brand .title-footer {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    font-weight: 700;
}

#footer-brand .link-footer {
    padding: 0.2rem;
    display: block;
    opacity: 0.8;
}

#footer-brand .hubungi-kami img {
    width: 1.2rem;
    margin-right: 5px;
}

#footer-brand .copyright {
    margin-top: 1.2rem;
    font-size: 1rem;
    opacity: 0.6;
}

/* end footer */

#detail {
    color: #fff;
    margin: 2rem 0;
    border-radius: 1rem;
}

#detail table th,
#detail table td {
    padding: 0.6rem;
}

#detail a {
    text-decoration: none;
}

#detail .card {
    color: #fff;
}

#detail .price {
    background-color: var(--secondary);
    border: 1px solid #fff;
}

#detail .price h2 {
    color: #fff;
    font-weight: bolder;
}

#detail .product-image {
    width: 100%;
    height: 30rem;
    object-fit: contain;
}

#detail .product-image-thumb img {
    padding: 0.2rem;
    width: 100%;
    height: 4.5rem;
    object-fit: contain;
}

#detail .product-title {
    font-weight: bold;
}

#product-list .card {
    width: 100%;
    height: 19rem;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #fff;
}

#product-list .card:hover {
    border: 2px solid #010101;
}

#product-list .card-body {
    padding-left: 0;
    text-align: center;
}

#product-list .card-title {
    font-size: 0.9rem;
}

#product-list .card-price {
    font-weight: bold;
}

#product-list a {
    text-decoration: none;
}

#product-list .img-cover {
    height: 12rem;
}

#product-list .card-img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: contain;
}

#product-list .filtereds {
    display: none;
}

#product-list .dropdown-menu {
    background-color: var(--primary);
    border: 1px solid #555;
    width: 80%;
}

#product-list .dropdown-menu li a {
    color: #fff;
}

#product-list .dropdown-menu li a:hover {
    color: var(--primary);
}

#product-list ul li {
    list-style-type: none;
    margin: 0.5rem 0;
}

.accordion {
    background-color: #555;
    color: #fff;
    padding: 0.8rem;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.6s ease-in-out;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 1rem 0;
    background-color: var(--primary);
    overflow: hidden;
    transition: 0.6s ease-in-out;
}

.accordion:after {
    content: "\02795"; /* Unicode character for "plus" sign (+) */
    font-size: 10px;
    color: #fff;
    float: right;
    margin-left: 5px;
}

#product-list .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#product-list .accordion-item a {
    color: #fff;
}

#product-list .accordion-item a:hover {
    color: #555;
}

/* diskon */

#diskon-list a {
    text-decoration: none;
}

#diskon-list .card {
    color: #fff;
    width: 100%;
    background: transparent;
}

#diskon-list .card-body {
    padding-left: 0;
}

#diskon-list .img-cover {
    height: 12rem;
}

#diskon-list .card-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: contain;
}

#diskon-list img:hover {
    border: 3px solid #010101;
}

#diskon-list .filtereds {
    display: none;
}

#diskon-list .dropdown-menu {
    background-color: var(--primary);
    border: 1px solid #555;
    width: 80%;
}

#diskon-list .dropdown-menu li a {
    color: #fff;
}

#diskon-list .dropdown-menu li a:hover {
    color: var(--primary);
}

#diskon-list ul li {
    list-style-type: none;
    margin: 0.5rem 0;
}

#diskon-list .img-cover .disc {
    background-color: red;
}

/* about */

#about .about-us {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}

#about .about-us::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(1, 1, 3, 1) 3%,
        rgba(255, 255, 255, 0) 25%
    );
}

#about .about-us .content {
    padding: 0 4rem;
}

#about .about-us .title-content {
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

#about .about-us .content-text {
    margin-top: 2rem;
    text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

#about .about-us span,
#about .tentang span {
    color: var(--secondary);
}

#about .sub-title-content {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

#about .title-sub {
    font-size: 1.5rem;
    font-weight: bold;
}

#about .sub-content {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 1.5rem 0 3rem;
    padding: 0 1.5rem;
}

#about .card .card-header {
    font-size: 1.2rem;
    font-weight: bold;
}

#about .card .lead {
    font-size: 1rem;
}

#about .card p {
    font-size: 0.8rem;
}

#about .cabang .card .card-cabang {
    background-color: var(--primary);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
}

#about .cabang .card .card-cabang img {
    border: 2px solid #fff;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

#about .cabang .card .card-cabang .card-footer {
    border-top: 1px solid #fff;
}

#about .cabang .card .card-cabang .card-footer a {
    padding: 0 1rem;
}

#bantuan .title {
    font-weight: bold;
}

#bantuan .title span {
    font-weight: bold;
    color: var(--secondary);
}

#bantuan .lead {
    font-size: 1rem;
}

#privasi .privacy {
    min-height: 50vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    /* background-image: url("https://images.unsplash.com/photo-1612817159949-195b6eb9e31a?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"); */
}

#privasi .privacy::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(1, 1, 3, 1) 3%,
        rgba(255, 255, 255, 0) 25%
    );
}

#privasi .privacy .content {
    padding: 0 4rem;
}

#privasi .privacy .title-content {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

#privasi .privacy span,
#privasi .kebijakan span {
    color: var(--secondary);
}

#privasi .kebijakan .content {
    margin: 2rem;
}

#privasi .kebijakan .title-content {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--secondary);
    text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

#privasi .sub-content {
    font-size: 1rem;
    opacity: 0.8;
    margin: 1.5rem 0 3rem;
    text-align: justify;
}

#privasi ol li {
    opacity: 0.8;
    text-align: justify;
    padding-bottom: 0.5rem;
}

#privasi ul li {
    opacity: 0.8;
    text-align: justify;
    padding-bottom: 0.5rem;
}

#faq a {
    text-decoration: none;
    color: var(--secondary);
    font-weight: bold;
}

#faq .faqlogo {
    min-height: 50vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    /* background-image: url("https://images.unsplash.com/photo-1612817159949-195b6eb9e31a?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"); */
}

#faq .faqlogo::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(1, 1, 3, 1) 3%,
        rgba(255, 255, 255, 0) 25%
    );
}

#faq .faqlogo .title-content {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

#faq .faqlogo .title-content span {
    color: var(--secondary);
}

#faq .faqlogo .content {
    padding: 0 4rem;
}

#privasi .faqlogo .title-content {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

#history .product-pict img {
    width: fit-content;
    height: auto;
}

#product-list a {
    text-decoration: none;
}

#searchinvoice {
    color: #fff;
    margin: 2rem 0;
    border-radius: 1rem;
}

#searchinvoice table th,
#searchinvoice table td {
    padding: 0.6rem;
}

#searchinvoice a {
    text-decoration: none;
}

#searchinvoice .card {
    color: #fff;
}

#searchinvoice .price {
    background-color: var(--secondary);
    border: 1px solid #fff;
}

#searchinvoice .price h2 {
    color: #fff;
    font-weight: bolder;
}

#searchinvoice .product-image {
    width: 100%;
    height: 30rem;
    object-fit: contain;
}

#searchinvoice .product-image-thumb {
    width: 100%;
    height: 5rem;
}

#searchinvoice .product-image-thumb img {
    padding: 0.2rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#searchinvoice .product-title {
    font-weight: bold;
}

#searchservice {
    color: #fff;
    margin: 2rem 0;
    border-radius: 1rem;
}

#searchservice table th,
#searchservice table td {
    padding: 0.6rem;
}

#searchservice a {
    text-decoration: none;
}

#searchservice .card {
    color: #fff;
}

#searchservice .price {
    background-color: var(--secondary);
    border: 1px solid #fff;
}

#searchservice .price h2 {
    color: #fff;
    font-weight: bolder;
}

#searchservice .product-image {
    width: 100%;
    height: 25rem;
    object-fit: contain;
}

#searchservice .product-image-thumb img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}

#searchservice .product-title {
    font-weight: bold;
}

#produk-banner .logo-navbar {
    width: 16rem;
}

#produk-banner .nav-brand {
    opacity: 0.8;
    padding: 3rem 3rem;
}

#produk-banner .logo-brand {
    object-fit: contain;
    width: 12rem;
    height: 6rem;
}

#produk-banner .title-brand {
    font-weight: bold;
    text-decoration: underline;
}

#produk-banner .subtitle-brand {
    opacity: 0.8;
    font-size: 1rem;
}

#produk-banner .logo-iklan {
    width: 100%;
    height: 32rem;
    object-fit: contain;
}

#produk-banner .title-produk {
    font-weight: bold;
}

#produk-banner .diskon-iklan {
    background-color: var(--secondary);
}

#produk-banner .diskon-iklan h3 {
    font-weight: bold;
}

#produk-banner .why-product h2 {
    margin: 5rem 0 3rem;
    padding: 0 15rem;
}

#produk-banner .img-specs {
    width: 100%;
    height: 35rem;
    object-fit: contain;
}

#catalog header .logo-navbar {
    width: 18rem;
}

#catalog .brands-title {
    font-size: 0.9rem;
    font-weight: bold;
}

#catalog .brands-count {
    font-size: 0.8rem;
}

#catalog .brands .card {
    border-radius: 14px;
}

#catalog .brands .card:hover {
    border: 2px solid var(--tertiary);
}

#catalog .brands .card img {
    border-radius: 14px 14px 0 0;
}

#catalog a {
    text-decoration: none;
    color: var(--primary);
}

#catalog input.nosubmit {
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    display: block;
    color: var(--primary);
    padding: 12px 4px 12px 40px;
    background: var(--tertiary)
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
        no-repeat 13px center;
}

/* Media Query */

/* Laptop */

@media (max-width: 1200px) {
    html {
        font-size: 85%;
    }

    #product-list .card-title {
        font-size: 1rem;
    }
}

@media (max-width: 990px) {
    html {
        font-size: 85%;
    }

    nav div.formsearch {
        margin: 1rem 0;
        display: block;
        width: 100%;
    }

    nav input.nosubmit {
        width: 100%;
    }

    #navbar .dropdown-brand {
        column-count: 2;
        padding: 0.4rem;
        height: auto;
        left: 0;
        transform: translatex(0);
    }

    #category .card-text {
        font-size: 1.2rem;
    }

    #category .icon {
        width: 100%;
    }

    #category .icon img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-bottom: 1rem;
    }

    #brand .swiper-slide {
        height: 4rem;
    }

    #brand .swiper-slide img {
        width: 80%;
        height: 80%;
    }

    #about .about-us {
        min-height: 60vh;
    }

    #about .about-us .content {
        padding: 0 2rem;
        margin-top: -4rem;
        text-align: center;
    }

    #about .about-us .title-content {
        font-size: 3rem;
        font-weight: bold;
        text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
        text-decoration: underline;
        text-underline-offset: 0.2em;
    }

    #about .about-us .content-text {
        font-weight: 700px;
        margin-top: 15rem;
        text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
    }

    #about .about-us span,
    #about .tentang span {
        font-weight: bold;
        color: var(--secondary);
    }

    #about .about-us .sub-title-content {
        font-size: 1.5rem;
        font-weight: bold;
        text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
    }
    
    #about .cabang .card .card-cabang img {
        border: 2px solid #fff;
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    #about .tentang .title-sub {
        font-size: 1.2rem;
    }

    #detail .product-image-thumb img {
        width: 4.5rem;
        height: 4.5rem;
        object-fit: contain;
    }

    #product-list .filtereds {
        display: flex;
    }

    #product-list .side-bar {
        display: none;
    }

    #product-list .card {
        width: 100%;
        background-color: transparent;
        color: #fff;
    }

    #diskon-list .card-body {
        padding-left: 0;
    }

    #product-list .card-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #product-list .card:hover {
        border: 2px solid #010101;
    }

    #product-list .card-title {
        font-size: 0.9rem;
    }

    #produk-banner .video-iklan .sub-video {
        display: none;
    }

    #diskon-list .filtereds {
        display: flex;
    }

    #diskon-list .side-bar {
        display: none;
    }

    #diskon-list .card {
        width: 100%;
    }

    #diskon-list .card-body {
        padding-left: 0;
    }

    #diskon-list .card-img {
        width: 100%;
        height: 12rem;
        border-radius: 15px;
        object-fit: contain;
    }

    #produk-banner .video-iklan .sub-video {
        display: none;
    }

    #searchinvoice .product-image-thumb {
        width: 100%;
        height: 3rem;
    }

    #catalog .brands-title {
        font-size: 1.2rem;
    }

    #catalog .brands-count {
        font-size: 1rem;
    }
}

/* Tablet */

@media (max-width: 768px) {
    html {
        font-size: 72.5%;
    }

    .card-title {
        height: 3.3rem;
    }

    .navbar .navbar-toggler i {
        font-size: 2rem;
    }

    #hero {
        margin: 1rem 0;
    }

    #hero .swiper-button-next,
    #hero .swiper-button-prev {
        display: none;
    }

    /* kategori */

    #category {
        margin: 3rem 0;
    }

    #category .card-text {
        text-align: center;
        font-size: 1rem;
    }

    #category .icon {
        width: 120%;
    }

    #category .icon img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        margin-bottom: 1rem;
    }

    #category .swiper {
        padding-right: 1rem;
    }

    /* end kategori */

    /* populer */

    #populer {
        margin-bottom: 1rem;
    }

    #populer .swiper {
        padding: 0 1rem;
    }

    #populer .card-title {
        font-size: 1.2rem;
    }

    /* end populer */

    /* terbaru */

    #terbaru .swiper {
        padding: 0 1rem;
    }

    #terbaru .card-title {
        font-size: 1.2rem;
    }

    /* end terbaru */

    /* brand */

    #brand {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    #brand .swiper {
        width: 90%;
    }

    #brand .swiper-slide {
        height: 4rem;
    }

    #brand .swiper-slide img {
        width: 80%;
        height: 80%;
    }

    /* end brand */

    /* benefit */

    #benefit {
        margin-bottom: 4rem;
        padding: 0 2rem;
    }

    #benefit img {
        width: 80%;
    }
    #benefit .card-title {
        font-size: 1.1rem;
        font-weight: bold;
    }

    #benefit .card-text {
        font-size: 8px;
    }

    /* end benefit */

    /* artikel */

    #artikel {
        margin-bottom: 3rem;
    }

    #artikel .card-body .card-title {
        font-size: 80%;
    }

    #artikel .card-body small {
        font-size: 80%;
    }

    /* emd artikel */

    /* lainnya */

    #lainnya {
        margin-bottom: 2rem;
        margin-left: 0;
    }

    #lainnya .card-title {
        font-size: 1rem;
    }

    /* end lainnya */

    /* tentang */

    #tentang {
        background-color: var(--tertiary);
        padding: 1rem;
        margin-bottom: 2rem;
    }

    #tentang h4 {
        font-size: 1.3rem;
    }

    #tentang p {
        margin-top: 0.8rem;
        padding: 0 1rem;
        text-align: center;
        font-size: 0.9rem;
    }

    #footer {
        padding: 0 2rem;
    }

    #footer .title-footer {
        font-weight: 500;
        margin-top: 1rem;
    }

    #footer-brand {
        padding: 0 2rem;
    }

    #footer-brand .title-footer {
        font-weight: 500;
        margin-top: 1rem;
    }

    #product-list .dropdown-menu {
        width: 100%;
    }

    #product-list .card {
        width: 100%;
        background-color: transparent;
    }

    #product-list .card-body {
        margin: 1rem 0;
    }

    #product-list .card-title {
        font-size: 1rem;
    }

    #product-list .card-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    #about .card .card-header {
        font-size: 2rem;
        font-weight: bold;
    }

    #about .card p {
        font-size: 1.2rem;
    }

    #about ul li {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    #about .card img {
        width: 12rem;
    }
    
    #about .cabang .card .card-cabang img {
        border: 2px solid #fff;
        width: 150px;
        height: 150px;
        object-fit: cover;
    }

    /* end tentang */

    #produk-banner .iklan-text {
        text-align: center;
        margin: 2rem 0;
    }

    #produk-banner .why-product h2 {
        margin: 3rem 0 2rem;
        padding: 0 5rem;
    }

    #produk-banner .subtitle-brand {
        padding: 0 1rem;
        font-size: 1.1rem;
    }

    #produk-banner .logo-iklan {
        margin: 2rem 0;
    }

    .btn-product {
        background-color: var(--secondary);
        border-radius: 15px;
        padding: 0.8rem 2.5rem;
        color: #fff;
        width: fit-content;
        border: 2px solid #fff;
        text-decoration: none;
        font-size: 14px;
    }

    #searchinvoice .product-image-thumb {
        width: 100%;
        height: 5rem;
    }

    #diskon-list .card-body {
        padding-left: 0.5rem;
    }

    #catalog .brands-title {
        font-size: 1rem;
    }
}

/* Mobile */

@media (max-width: 450px) {
    html {
        font-size: 65%;
    }
}
