@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

:root {
    --merah: #e40101b3;
    --meraht: #FF3C3C;
    --abu2: #e7e7e7;
    --putih: #fff;
}

* {
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: var(--abu2);
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: var(--merah);
}

.btn-arcell {
    color: #fff;
    background-color: var(--merah);
    border-color: var(--meraht);
}

.btn-arcell:hover {
    color: #fff;
    background-color: var(--merah);
    border-color: var(--meraht);
}

.btn-arcellputih {
    color: var(--meraht);
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px;
}

.container {
    max-width: 540px;
    padding-right: 0;
    padding-left: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-wbslink {
    background-color: var(--wbslink);
}

.display {
    background-color: var(--putih);
    position: relative;
    max-width: 430px;
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    top: 0px;
    padding: 0px 15px 80px;
    min-height: calc(-0px + 100vh);
}

.carousel-inner {
    height: 140px;
    border-radius: 1rem;
}

.head-title {
    color: var(--putih);
    position: relative;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 15px;
}

.head-img {
    position: relative;
    display: flex;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.produk-img {
    position: relative;
    display: flex;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.produk-img-check {
    position: relative;
    display: flex;
    height: 90px;
    width: 90px;
    border-radius: 20%;
}

.title-dash {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px
}

.subtitle-dash {
    font-size: 16px;
}

.icon-dash {
    font-size: 30px;
}

.navbar {
    background: linear-gradient(180deg, rgba(226, 1, 1, 0.95) 0%, #FF3C3C 100%);
}

.navbottom {
    list-style-type: none;
    display: inline-block;
    border-color: rgb(222, 222, 222) currentcolor currentcolor;
    border-style: solid none none;
    border-width: 1px 0px 0px;
    border-image: none 100% / 1 / 0 stretch;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.35s ease 0s;
    text-decoration: none;
    width: 100%;
    max-width: 430px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    padding: 10px;
    font-size: 12px;
    margin: 0px;
    background-color: rgb(255, 255, 255);
}

.hero {
    position: absolute;
    width: 100%;
    height: 45px;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    /* background: linear-gradient(180deg, rgba(226, 1, 1, 0.95) 0%, #FF3C3C 100%); */
    background: linear-gradient(170deg, rgba(226, 1, 1, 0.95) 0%, #fff23c 100%);
}

.hero-check {
    position: absolute;
    width: 100%;
    height: 75px;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, rgba(226, 1, 1, 0.95) 0%, #FF3C3C 100%);
    border-radius: 0px 0px 50px 50px;
}

.footer {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(226, 1, 1, 0.95) 0%, #FF3C3C 100%);
    border-radius: 50px 50px 0px 0px;
    text-align: center;
}

.form-cek {
    background-color: #f2f2f2;
    border: 0px;
    margin-bottom: 10px;
}

option {
    font-size: 12px;
}

.ProdukN {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 14px
}

.ProdukH {
    font-size: 12px
}

.btn-kem {
    border: none;
    outline: none;
    background: none;
    color: #fff;
    width: 100%;
    margin: 5px 0;
}

.btn-kem i {
    font-size: 24px;
}

.KategoriN {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 12px
}

.KategoriH {
    font-size: 8px;
    margin-top: 0;
}


@media (max-width: 576px) {
    .subtitle-dash {
        font-size: 10px;
    }

    .ProdukN {
        font-weight: 700;
        margin-bottom: 0px;
        font-size: 12px
    }

    .ProdukH {
        font-size: 10px
    }
}