.cart-drawer__upsell {
    margin-top: 10px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #DDD;
    background: #FFF2F2;
    position: relative;
}

cart-upsell {
    position: absolute;
    bottom: 11px;
    right: 16px;
}

.cart-drawer__upsell-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(87, 87, 87, 0.36);
}

.cart-drawer__upsell-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-drawer__upsell-header-left svg {
    width: 22px;
    height: 22px;
    aspect-ratio: 1/1;
}

.cart-drawer__upsell-header-text {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.cart-drawer__upsell-title {
    color: #204222;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.417px;
    text-transform: uppercase;
    margin: 0;
}

.cart-drawer__upsell-subtitle {
    color: rgba(32, 66, 34, 0.80);
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.cart-drawer__upsell-badge {
    display: flex;
    padding: 6px 21px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background: #E32F41;
    color: #F7F0E4;
    font-family: 'Barlow';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
}

.cart-drawer__upsell-body {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        'image info'
        'button button';
    gap: 8px 12px;
    align-items: center;
}

.cart-drawer__upsell-image {
    grid-area: image;
    width: 80px;
    height: 80px;
    border-radius: 13px;
    flex-shrink: 0;
}

.cart-drawer__upsell-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-drawer__upsell-info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.cart-drawer__upsell-name {
    color: #204222;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.417px;
    text-transform: uppercase;
    margin: 0;
}

.cart-drawer__upsell-price {
    color: rgba(32, 66, 34, 0.80);
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 12px 0;
}

.cart-drawer__upsell-savings {
    color: rgba(227, 47, 65, 0.50);
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.cart-drawer__upsell-button {
    display: flex;
    padding: 12px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    grid-area: button;
    width: 100%;
    border: none;
}

.cart-drawer__upsell-button span {
    color: #F7F0E4;
    text-align: center;
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.cart-drawer__upsell-button:disabled {
    opacity: 0.6;
    pointer-events: none;
}

@media (min-width: 767px) {
    .cart-drawer__upsell-body {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: 'image info button';
    }

    .cart-drawer__upsell-button {
        width: auto;
    }
}

@media (max-width: 768px) {
    .cart-drawer__upsell {
        margin-top: 10px;
        padding: 5px 10px;
        border-radius: 6.227px;
    }

    .cart-drawer__upsell-header {
        padding-bottom: 6px;
        margin-bottom: 6px;
    }

    .cart-drawer__upsell-header-left {
        gap: 4px;
    }

    .cart-drawer__upsell-header-left svg {
        width: 15.567px;
        height: 15.567px;
        aspect-ratio: 1/1;
    }

    .cart-drawer__upsell-title {
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.735px;
        text-transform: uppercase;
    }

    .cart-drawer__upsell-subtitle {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .cart-drawer__upsell-badge {
        padding: 4px 10.897px;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 8.562px;
    }

    .cart-drawer__upsell-body {
        gap: 5px;
    }

    .cart-drawer__upsell-image {
        width: 53.446px;
        height: 53.446px;
    }

    .cart-drawer__upsell-name {
        font-size: 8.302px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.735px;
        text-transform: uppercase;
    }

    .cart-drawer__upsell-price {
        font-size: 10.378px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        margin: 0 0 6px 0;
    }

    .cart-drawer__upsell-savings {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    cart-upsell {
        bottom: 5px;
        right: 10px;
    }

    .cart-drawer__upsell-button {
        display: flex;
        padding: 6.227px 8.821px;
        gap: 4.151px;
    }

    .cart-drawer__upsell-button span {
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .cart-drawer__upsell-button svg {
        width: 6px;
        height: auto;
    }
}