header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    height: var(--h-header);
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
header a {
    color: var(--warning);
}
header .container {
    height: 100%;
}
header h1 {
    margin: 0;
    font-size: 1.6rem;
}
header h1 img {
    height: 60px;
}

header .right {
    width: 150px;
}
header .left {
    width: 250px;
}
header .middle {
    flex-grow: 1;
    position: relative;
}
.middle input {
    width: 100%;
    height: calc(var(--h-header) - 50px);
    border-radius: 1rem;
    outline: none;
    border: 0;
    background-color: var(--bs-light);
    padding: 0 20px;
}
.middle label {
    position: absolute;
    right: 22px;
    top: 12px;
    font-size: 18px;
    opacity: .3;
}

header .right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 30px;
}
header .right ul li {
    position: relative;
}
header .right .head-icon {
    font-size: 1.35rem;
}
header .right .dot {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: var(--danger);
    border: 3px solid #fff;
    position: absolute;
    right: -3px;
    top: 1px;
}

main {
    padding-top: var(--h-header);
}

.section {
    min-height: 50vh;
    position: relative;
    padding: 60px 0;
}
.sec-title h2 {
    font-size: 1.4rem;
}
.sec-title {
    padding-bottom: 50px;
}
.sec-product img {
    width: 100%;
    border-radius: 0.6rem;
    height: 100%;
    object-fit: cover;
}
.sec-product .card-header {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-color: #fff;
    border: 0;
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.sec-product .card {
    overflow: hidden;
    position: relative;
    border-color: rgba(0,0,0,0.07) !important;
    /* border-radius: 0; */
    /* border: 0; */
    /* box-shadow: 0 0 30px rgba(0,0,0,0.1); */
}
.sec-product .card-footer {
    /* border-radius: 0 0 10px 10px; */
    background-color: transparent;
}
.sec-product .card-footer small {
    font-size: .75em;
}
.sec-product .card-body {
    min-height: 130px;
}
.sec-product .card-body h5 {
    font-size: 1.04rem;
    font-weight: bold;
    margin-bottom: 0;
}

.price-label {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.price-label h5.coret {
    font-size: .8rem;
    text-decoration: line-through;
    font-weight: normal;
    opacity: .5;
}

.varian-group {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 5px;
}
.varian-group input {
    display: none;
}
.varian-group label {
    padding: 3px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: .85rem;
    cursor: pointer;
}
.varian-group input:not(#pilih-ukuran):checked ~ label {
    border-color: var(--warning);
    color: var(--warning);
    background-color: color-mix(in srgb, var(--warning), transparent 90%);
}

.produk-mini .img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.produk-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.produk-mini .text {
    width: calc(100% - 40px - 12px);
    position: relative;
}
.produk-mini .card-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
}

.produk-info a {
    color: var(--bs-dark);
    text-decoration: none;
    position: relative;
    margin-right: 25px;
}
.produk-info a::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 100%;
}
.text-rate {
    color: #ffaf19;
}
.harga-produk {
    position: relative;
    background-color: var(--bs-light);
    padding: 10px 20px;
    border-radius: 5px;
    border-left: 4px solid var(--warning);
    z-index: 1;
}
.harga-produk h5 {
    font-weight: 600;
    font-size: 1.1rem;
}
.harga-produk h5 span {
    color: var(--warning);
}
.harga-produk h5 small {
    color: rgba(0,0,0,0.5);
    font-size: 13px;
    text-decoration: line-through;
    font-weight: normal;
}
.harga-produk ._icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 20px;
    color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    z-index: -1;
}
.ulasan-wrap ._item {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}
.ulasan-wrap ._item:not(._reply) {
    background-color: var(--bs-light);
}
.ulasan-wrap ._item ._ava {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}
.ulasan-wrap ._item ._ava img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ulasan-wrap ._item ._text {
    width: calc(100% - 45px);
    position: relative;
    padding-left: 15px;
}
.ulasan-wrap ._item ._text a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.ulasan-wrap ._item ._text h6 {
    font-size: 15px;
}
.ulasan-wrap ._item ._text p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}
.ulasan-wrap ._item ._text small {
    font-size: 11px;
}

.keranjang.bayar article.card .card-body {
    padding-left: 0px;
    padding-right: 0px;
}
.keranjang .img {
    width: 50px;
    height: 50px;
    background-color: var(--bs-light);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.keranjang .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.keranjang .text {
    width: calc(100% - 50px - 15px);
}
.keranjang .badge {
    cursor: pointer;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
}
.card {
    border-radius: 1rem;
    overflow: hidden;
}
.pilih-kurir .checked {
    background-color: color-mix(in srgb, var(--warning), transparent 80%);
}
.pilih-kurir .list-group-item {
    border-bottom-style: dotted;
}

.akun-page .img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.akun-page .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.akun-page .text {
    width: calc(100% - 70px - 15px);
}
.akun-page .card {
    border-color: rgba(0, 0, 0, 0.07) !important; 
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.akun-page .list-group-item, .akun-page .card-header {
    border-bottom-style: dotted;
}

.order-page .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    background-color: color-mix(in srgb, var(--warning), transparent 90%);
    color: var(--warning);
    display: grid;
    place-items: center;
}
.order-page .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-page .text {
    width: calc(100% - 50px - 15px);
}

.hero img {
    width: 100%;
    border-radius: 1rem;
}
.hero {
    padding-top: 50px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .hero {
        padding-top: 0;
    }
    .hero .container {
        padding: 0;
    }
    .hero img {
        border-radius: 0;
    }
}

.testimonials {
    padding: 80px 0;
    text-align: center;
}

.testimonials h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.testimonial-carousel .testimonial {
    background: #fff;
    padding: 20px;
    margin: 0 10px;
    border-radius: 12px;
    text-align: center;
}

.testimonial img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    margin: auto;
}

.testimonial .stars {
    color: #f39c12;
    font-size: 14px;
    margin: 15px 0 5px;
}

.testimonial p {
    font-size: 14px;
    color: #333;
}

.testimonial .name {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #555;
}

footer {
    padding-top: 50px;
    position: relative;
    font-size: 14px;
}
footer .widget {
    margin-bottom: 30px;
}
._logo_f {
    width: 60px;
    margin-bottom: 20px;
}
footer h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
footer .toko h2 {
    font-size: 1.3rem;
    color: var(--header-bg);
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer li {
    line-height: 2;
}
footer li a {
    color: var(--bs-dark);
    text-decoration: none;
}
footer .sosmed ul {
    margin-top: 15px;
}
footer .sosmed ul li {
    width: 37px;
    height: 37px;
    line-height: 35px;
    border: 1px solid var(--warning);
    margin-right: 7px;
    border-radius: 100%;
    text-align: center;
}
footer .sosmed ul li:hover {
    background-color: var(--warning);
}
footer .sosmed ul li:hover a {
    color: #fff;
}
footer .sosmed ul li a {
    display: block;
    color: var(--warning);
}
.credit {
    position: relative;
    padding: 20px;
    text-align: center;
    font-weight: 600;
}
.credit a {
    color: var(--warning);
    text-decoration: none;
}

