.cart_totals {
    container-type: inline-size;
    container-name: proceedToCheckout;
}

.wc-proceed-to-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(5px, 1.9cqw, 10px);
    margin-bottom: 16px;
}

.wc-proceed-to-checkout > .checkout-button {
    flex-basis: 100%;
    order: 1;
}

.wc-proceed-to-checkout > .cart-trust-badges {
    order: 2;
}

.wc-proceed-to-checkout > ._GUARANTEE_Kicker_Container {
    order: 3;
    border-left: 1px solid #3a3a3a;
    padding-left: clamp(5px, 1.9cqw, 10px);
}

.wc-proceed-to-checkout ._GUARANTEE_Kicker_Container img {
    width: auto !important;
    height: clamp(17px, 9cqw, 42px) !important;
    max-width: 100%;
}

.wc-proceed-to-checkout > ._GUARANTEE_Kicker_Container.is-seal-stacked {
    border-left-color: transparent;
}

.cart-trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.cart-trust-badges__divider:has(+ #cart_norton_guarantee:empty) {
    display: none;
}

#cart_norton_guarantee:empty {
    display: none;
}

.cart-trust-badges__divider {
    display: inline-flex;
    width: 1px;
    height: 40px;
    background-color: #3a3a3a;
}

.lowest-price-protection-badge {
    display: flex;
    align-items: center;
    gap: clamp(3px, 1.5cqw, 8px);
    background-color: #e6f7e3;
    border-radius: 999px;
    padding: clamp(2px, 1cqw, 6px) clamp(5px, 2.4cqw, 14px);
    text-decoration: none;
}

.lowest-price-protection-badge:hover {
    background-color: #d9f2d4;
}

.lowest-price-protection-badge__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lowest-price-protection-badge__icon svg {
    width: clamp(9px, 3.5cqw, 17px);
    height: auto;
}

.lowest-price-protection-badge__text {
    font-size: clamp(9px, 2.9cqw, 14px);
    font-weight: 600;
    line-height: 1.25;
    color: #3a3a3a;
    white-space: nowrap;
}

.lowest-price-protection-badge__info {
    width: clamp(9px, 3.3cqw, 16px);
    height: auto;
    font-size: clamp(9px, 3.3cqw, 16px);
    color: #6b7280;
}

.lowest-price-protection-badge__text svg {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 1px;
}

@container proceedToCheckout (max-width: 227px) {
    .cart-trust-badges {
        flex-direction: column;
        gap: 12px;
    }

    .cart-trust-badges__divider {
        display: none;
    }
}

#clear-cart {
    background-color: transparent;
    border: 2px solid #3a3a3a;
    color: #3a3a3a;
}

#clear-cart:hover {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff;
}

