.r24-product-total-summary {
    width: 100%;
    margin: 12px 0 0;
    padding: 14px 16px;
    border: 1px solid #ead27e;
    border-radius: 12px;
    background: #fffdf6;
    box-sizing: border-box;
}

.r24-product-total-summary[hidden] {
    display: none !important;
}

.r24-product-total-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 7px 0;
    color: #303030;
    font-size: 14px;
    line-height: 1.3;
}

.r24-product-total-summary__row + .r24-product-total-summary__row {
    border-top: 1px solid rgba(201, 162, 39, .18);
}

.r24-product-total-summary__row span {
    font-weight: 600;
}

.r24-product-total-summary__row strong {
    font-weight: 800;
    text-align: right;
}

.r24-product-total-summary__row--total {
    margin-top: 4px;
    padding-top: 11px;
    font-size: 17px;
}

.r24-product-total-summary__row--total strong {
    color: #c9a227;
    font-size: 20px;
}

@media (max-width: 768px) {
    .r24-product-total-summary {
        margin-top: 10px;
        padding: 13px 14px;
        border-radius: 11px;
    }

    .r24-product-total-summary__row {
        font-size: 13px;
    }

    .r24-product-total-summary__row--total {
        font-size: 16px;
    }
}
