.batas-bawah {
    margin-bottom: 70px;
}

.add-to-cart-cloth-btn-custom {
    border-radius: 8px;
    background: #76170e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 70px;
}

.item__level.select {
    border-color: #830006;
    background: #830006;
    color: white !important;
}

.item__level.select .text__primary {
    color: white;
}

.checkout-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
}

.checkout-buttons .col-3,
.checkout-buttons .col-9 {
    flex: 1;
    max-width: 50%;
}

.add-to-cart-custom svg {
    width: 24px;
    height: 24px;
}

.checkout-custom a {
    width: 270px;
    max-width: 100%;
    border-radius: 8px;
    background: transparent;
    border: 2px solid #76170e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    color: #76170e;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: auto;
}

.add-to-cart-custom {
    background-color: #830006;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}

.add-to-cart-custom a {
    background-color: #830006;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 768px) {
    .checkout-buttons {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .checkout-buttons .col-3,
    .checkout-buttons .col-9 {
        flex: 1;
        max-width: 50%;
    }
}

@media (min-width: 768px) {

    .checkout-buttons .col-3,
    .checkout-buttons .col-9 {
        max-width: 50%;
    }
}

.original-price {
    text-decoration: line-through;
    color: grey;
    font-size: 12px;
}