.custom-cart-p-title a {
    color: #204222 !important;
    font-family: Laila;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.155px;
    text-transform: none;
}

.cart-drawer-price-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.cart-drawer-price-main-sale {
    color: #204222;
    font-family: Laila;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.074px;
    word-break: normal;
}

.cart-drawer-price-main-compare {
    color: rgba(32, 66, 34, 0.60);
    font-family: Laila;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.074px;
    word-break: normal;
}

.cart-drawer__product-card--detail {
    color: #204222;
    font-family: 'Barlow';
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.417px;
    text-transform: uppercase;
}

.cart-drawer__custom-upsell {
    padding: 15px 0px 0px 0px;
}

.cart-drawer__custom-upsell--section-title {
    color: #204222;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.417px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.cart-drawer__custom-upsell--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-top: 1px solid rgba(32, 66, 34, 0.30);
    padding-top: 5px;
}

.cart-drawer__custom-upsell--title {
    color: #204222;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.417px;
    text-transform: uppercase;
    margin: 0;
}

.cart-drawer__custom-upsell--view-all {
    color: #204222 !important;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.cart-drawer__custom-upsell--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.cart-drawer-upsell-card {
    display: flex;
    flex-direction: column;
}

.cart-drawer-upsell-card__image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin-bottom: 6px;
}

.cart-drawer-upsell-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cart-drawer-upsell-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #fff;
    color: #E32F41;
    font-family: 'Barlow';
    font-size: 8px;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 20px;
    font-weight: bold;
}

.cart-drawer-upsell-card__reviews {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.cart-drawer-upsell-card__reviews .reviews-star-rating {
    gap: 7px;
}
.cart-drawer-upsell-card__reviews .reviews-star-rating__stars {
    gap: 2px;
}
.cart-drawer-upsell-card__reviews .reviews-star-rating__stars svg {
    width: 8px;
    height: 8px;
}
.cart-drawer-upsell-card__reviews .reviews-star-rating__value-reviews {
    color: rgba(32, 66, 34, 0.80);
    font-family: 'Barlow';
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 6.57px;
    letter-spacing: 1.226px;
    text-transform: uppercase;
}

.cart-drawer-upsell-card__title {
    color: #204222 !important;
    font-family: Laila;
    font-size: 11.81px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.083px;
    margin: 0 0 4px 0;
    text-decoration: none;
    text-transform: none;
}

.cart-drawer-upsell-card__subtitle {
    color: #204222;
    font-family: 'Barlow';
    font-size: 8.589px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.761px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.cart-drawer-upsell-card__price {
    color: #204222;
    font-family: Laila;
    font-size: 14.56px;
    font-style: normal;
    font-weight: 400;
    line-height: 11.945px;
    letter-spacing: 0.064px;
    margin: 0 0 15px 0;
}

.cart-drawer-upsell-card__btn {
    color: rgba(227, 47, 65, 0.60);
    text-align: center;
    font-family: 'Barlow';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid rgba(227, 47, 65, 0.60);
    padding: 7px 10px;
    border-radius: 33554400px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.cart-drawer-upsell-card__btn:hover:not(:disabled) {
    background-color: #ff8585;
    color: #fff;
    border-color: #ff8585;
}

.cart-drawer-upsell-card__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #ccc;
    color: #999;
}

.cart-drawer-upsell-card__btn.is-loading {
    color: transparent !important;
    position: relative;
}

.cart-drawer-upsell-card__btn.is-loading::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    border: 2px solid #ff8585;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.cart-drawer__subtotal--heading {
    color: #204222;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.417px;
    text-transform: uppercase;
}
.cart-drawer__subtotal--price {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 5px;
}
.cart-drawer-single-price {
    color: #204222;
    text-align: right;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.cart-drawer__subtotal--compare {
    font-size: 12px;
    color: var(--on-sale-color);
    font-weight: 400;  
}
.cart-drawer__taxes-shipping {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(32, 66, 34, 0.30);
}
.cart-drawer__taxes-shipping p {
    color: #204222;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.custom-checkout-button {
    color: #F7F0E4;
    text-align: center;
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
}
.custom-view-cart-button {
    color: #E32F41;
    text-align: center;
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
}
.cart-drawer-footer-trust-bar {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(32, 66, 34, 0.30);
}
.cart-drawer-footer-trust-bar .main-trust-text {
    margin: 0px;
    color: #204222;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.417px;
    text-transform: uppercase;
}
.cart-drawer-footer-trust-bar .sub-trust-text {
    margin: 0px;
    color: #204222;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.payment-icons-wrapper .payment-icons-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0;
}
.payment-icons-wrapper .payment-icons-list__item {
    display: flex;
    margin: 0;
}
.payment-icons-wrapper .payment-icons-list__item svg {
    width: 28px;
}
cart-drawer-upsell-add {
    display: flex;
}

@media (max-width: 768px) {
    .cart-drawer__product_card {
        gap: 5px;
    }
    .product-card-cart-header-title {
        gap: 10px;
    }
    .cart-drawer__product-card--info--body {
        gap: 0px;
    }
    .cart-drawer__product_card--image {
        width: 80px;
    }
    .cart-drawer__product-card--info {
        gap: 7px;
    }
    .custom-cart-p-title a {
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.078px;
    }
    .cart-drawer__product_card--title {
        line-height: 12px;
    }
    .cart-drawer-price-main-sale {
        font-size: 11.152px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.037px;
    }
    .cart-drawer__product-card--price--compare {
        font-size: 10.152px;
        line-height: normal;
        letter-spacing: 0.037px; 
    }
    .cart-drawer__product_card--badge {
        font-size: 8px;
        padding: 3px 6px;
    }
    .cart-drawer__product-card--detail {
        font-size: 8.11px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.718px;
        text-transform: uppercase;
    }
    .cart-drawer__product-card--quantity {
        width: 67.121px;
        height: 21.28px;
        border-radius: 4.055px;
        border: 0.369px solid #E32F41;
    }
    .cart-drawer__product-card--quantity--button {
        width: 12px;
        height: 12px;
        padding: 0px;
    }
    .cart-drawer__product-card--quantity--input {
        font-size: 6.454px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 10px;
    }
    button[name="minus"] {
        margin-left: 4px;
    }
    button[name="plus"] {
        margin-right: 4px;
    }
    .cart-drawer__product-card--remove {
        padding: 5px 0px 0px 0px;
        gap: 8px;
    }
    .cart-remove-text {
        color: rgba(32, 66, 34, 0.80);
        font-family: 'Barlow';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        text-transform: capitalize;
    }
    .cart-drawer__product-card--remove svg {
        width: 12.166px;
        height: 12.166px;
        aspect-ratio: 1/1;
    }
    .cart-drawer__custom-upsell {
        padding: 10px 0px 0px 0px;
    }
    .cart-drawer__custom-upsell--section-title {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.734px;
        text-transform: uppercase;
        margin: 0 0 5px 0;
    }
    .cart-drawer__custom-upsell--header {
        padding-top: 5px;
        margin-bottom: 8px;
    }
    .cart-drawer__custom-upsell--title {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.734px;
        text-transform: uppercase;
    }
    .cart-drawer__custom-upsell--view-all {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    .cart-drawer__custom-upsell--grid {
        gap: 7px;
        grid-template-columns: repeat(3, calc((100% - 20px) / 2.3));
    }
    .cart-drawer-upsell-card__image-wrapper {
        border-radius: 5.776px;
        margin-bottom: 5px;
    }
    .cart-drawer-upsell-card__reviews .reviews-star-rating {
        gap: 3px;
    }
    .cart-drawer-upsell-card__reviews .reviews-star-rating__stars {
        gap: 1px;
    }
    .cart-drawer-upsell-card__reviews .reviews-star-rating__stars svg {
        width: 8px;
        height: 8px;
        aspect-ratio: 1/1;
    }
    .cart-drawer-upsell-card__reviews .reviews-star-rating__value-reviews {
        font-size: 8px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.635px;
        text-transform: uppercase;
    }
    .cart-drawer-upsell-card__reviews {
        margin-bottom: 4px;
    }
    .cart-drawer-upsell-card__title {
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.043px;
        margin: 0 0 2px 0;
    }
    .cart-drawer-upsell-card__subtitle {
        font-size: 7px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.394px;
        text-transform: uppercase;
        margin: 0 0 5px 0;
    }
    .cart-drawer-upsell-card__price {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.033px;
        margin: 0 0 7px 0px;
    }
    .cart-drawer-upsell-card__btn {
        padding: 3.627px 5px;
        color: rgba(227, 47, 65, 0.60);
        text-align: center;
        font-family: 'Barlow';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
    .cart-drawer__sub-footer {
        padding: 10px 9px;
    }
    .cart-drawer__subtotal {
        margin-bottom: 6px;
    }
    .cart-drawer__subtotal--heading {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.717px;
        text-transform: uppercase;
    }
    .cart-drawer-single-price {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        letter-spacing: normal;
    }
    .cart-drawer__subtotal--compare {
        font-size: 8px;
        letter-spacing: normal;
    }
    .cart-drawer__taxes-shipping {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .cart-drawer__taxes-shipping p {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    .cart-drawer__footer--buttons {
        gap: 5px;
    }
    .cart-drawer__footer--button {
        gap: 4px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .custom-view-cart-button {
        font-size: 10.09px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        height: 100%;
        min-height: 35.882px;
    }
    .custom-checkout-button {
        font-size: 10.09px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        height: 100%;
        min-height: 43.059px;
    }
    .custom-checkout-button svg {
        width: 12.186px;
        height: 12.186px;
        aspect-ratio: 1/1;
    }
    .cart-drawer-footer-trust-bar {
        margin-top: 5px;
        gap: 0px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .cart-drawer-footer-trust-bar .main-trust-text {
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.717px;
        text-transform: uppercase;
    }
    .cart-drawer-footer-trust-bar .sub-trust-text {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    .payment-icons-wrapper .payment-icons-list {
        gap: 3px;
    }
    .payment-icons-wrapper .payment-icons-list__item svg {
        width: 22px;
        height: auto;
    }
}