
.woocommerce span.onsale {
    min-height:  unset!important;
    min-width: 112px!important;
    padding: 6px 12px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    line-height: unset;
    top: 15px!important;
    left: 15px!important;
    margin: 0!important;
    border-radius: 30px;
    right: unset!important;
    background-color: #fff5e5;
    color: #5a1338;
    font-size: 0.857em;
    z-index: 9;
    /* box-shadow: 0 4px 12px rgba(0,0,0,.12); */
    right: 15px;
    font-family: Inter!important;
    min-width: 153px!important;
    font-family: Inter!important;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* === Product badges === */
.tt-product-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 9;
}

/* base badge */
.tt-badge {
    position: absolute;
    z-index: 2;
    background: #FFF5E5;
    border-radius: 30px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    gap: 5px;
    color: #5A0F17;
    min-width: 153px;
}

/*!* Popular *!*/
/*.tt-badge--popular {*/
/*    background: linear-gradient(135deg, #ff8a00, #ffb347);*/
/*}*/

/*!* Action / Sale *!*/
/*.tt-badge--action {*/
/*    background: linear-gradient(135deg, #e53935, #ff6f60);*/
/*}*/

/* Product of week */
.tt-badge--week {
    min-width: 182px;
}

/* === Fix for product card positioning === */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
}




.product-week {
    max-width: 906px;
    margin: 0 auto;
    padding: 40px 0;
    font-family: Alegreya;
}

.product-week__title {
    color: #6b1e1e;
    font-size: 28px;
    margin-bottom: 24px;
}

.product-week__card {
    background: #f6f6f6;
    border-radius: 24px;
    display: flex;
    gap: 40px;
    padding: 52px;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-week__image {
    border:solid 4px #DC3E53;
    border-radius: 50px;
    max-width: 312px;
    position:relative;
    overflow: hidden;
    width: 40%;
}

.product-week__image .badge {
    position: absolute;
    z-index: 2;
    background: #FFF5E5;
    border-radius: 30px;
    padding: 6px 12px;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    gap: 5px;
    color: #5A0F17;
}

.product-week__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-week__content {
    max-width: 420px;
    width: 50%;
}


product-week__card .sss {

}

.product-week__name {
    color: #5A0F17;
    font-family: Alegreya;
    font-weight: 500;
    font-size: 36px;
    line-height: 90%;
    padding: 0;
    margin: 20px 0;


}

.product-week__desc {
    font-family: Inter;
    font-weight: 400;

    font-size: 18px;

    line-height: 120%;
    letter-spacing: 0%;
    color: #5A0F17;
}

.product-week__price {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;

    font-family: Alegreya;
    font-weight: 400;

    font-size: 48px;

    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: bottom;

}

.old-price {
    color: #cfcfcf;
    text-decoration: line-through;
    font-size: 18px;
}

.new-price {
    color: #DC3E53;
    font-size: 32px;
    font-weight: bold;
}

.product-week__controls {
    display: flex;
    gap: 24px;
    align-items: flex-end;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}

.quantity-lable {
    display: block;
    width: 100%;

    font-family: Inter;
    font-weight: 400;

    font-size: 16px;

    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #AE9E96;

}


.product-week__card .quantity span.quanty-control {
    display: none;
}


.qty-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: #f1e5df;
    font-size: 20px;
    cursor: pointer;
    font-family: UA-brand;
    font-weight: 400;

    font-size: 28px;

    line-height: 130%;
    letter-spacing: 10%;
    text-align: center;
    color: #5A0F17;

}

.qty-value {
    font-size: 18px;
    min-width: 20px;
    text-align: center;

    font-family: Inter;
    font-weight: 400;

    font-size: 28px;

    line-height: 130%;
    letter-spacing: 10%;
    text-align: center;
    color: #5A0F17;

}

.order-btn {
    background: #DC3E53;
    color: #fff;
    border: none;
    padding: 14px 36px;
    border-radius: 14px;
    font-size: 18px;
    cursor: pointer;
    width: 80%;

    font-family: Inter;
    font-weight: 400;

    font-size: 24px;

    line-height: 100%;
    letter-spacing: 0%;

}

.product-week__composition {
    width: 100%;
    margin-top: 0;
    color: #6b1e1e;
    font-size: 15px;
    display: block;
}


.product-week__composition strong:first-child{
    font-family: Alegreya;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;

    line-height: 120%;
    letter-spacing: 0%;
}


.product-week__composition  p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;

    line-height: 120%;
    letter-spacing: 0%;
}


.tt-pw-cart{
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-end;
}
.tt-pw-qty{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tt-pw-qty-label{
    display: block;
    width: 100%;
    font-family: Inter;
    font-weight: 400;

    font-size: 16px;

    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #AE9E96;
    padding-bottom: 10px;
}
.tt-pw-qty-btn{
    width:36px;
    height:36px;
    border-radius:10px;
    border:1px solid rgba(0,0,0,.08);
    background:#f3ebe7;
    cursor:pointer;
    line-height:1;
    font-size:20px;
    /* background: transparent; */
    border: none;
    font-family: UA-brand;
    font-weight: 400;

    font-size: 28px;

    line-height: 130%;
    letter-spacing: 10%;
    text-align: center;
}
.tt-pw-qty input.qty{
    width:48px;
    text-align:center;
    padding:6px 8px;
}
.tt-pw-qty input.qty::-webkit-outer-spin-button,
.tt-pw-qty input.qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}
.tt-pw-qty input.qty{
    -moz-appearance:textfield;
}

.tt-pw-qty .qty {
    background: transparent!important;
}

.display-mob {
    display: none;
}

.hide-mob {

}



/* Mobile */
@media (max-width: 768px) {
    .tt-product-badges {
        top: 8px;
        left: 8px;
    }

    .tt-badge {
        font-size: 11px;
        padding: 3px 8px;
    }


    .tt-pw-cart {
        display: flex;
        gap: 24px;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    .product-week__card {
        gap: 20px;
        padding: 32px;
        flex-direction: column;
    }

    .product-week__image {
        border: solid 4px #DC3E53;
        border-radius: 50px;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        width: 100%;
        /* min-height: 312px; */
    }

    .product-week__content {
        max-width: 420px;
        width: auto;
    }

    .display-mob {
        display: block;
    }

    .hide-mob {
        display: none;
    }
}