body[data-cart-page] .summary-card,
body[data-checkout-page] .summary-card {
    padding: 22px !important;
    border: 1px solid rgba(7,21,28,.06) !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.90) !important;
    box-shadow: 0 12px 30px rgba(7,21,28,.055) !important;
}

body[data-cart-page] .summary-card .commerce-card-head,
body[data-checkout-page] .summary-card .commerce-card-head {
    margin-bottom: 18px !important;
}

body[data-cart-page] .summary-card .commerce-card-head h2,
body[data-checkout-page] .summary-card .commerce-card-head h2 {
    margin: 0 !important;
    font-size: clamp(24px, 2vw, 30px) !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
}

body[data-cart-page] .summary-row,
body[data-checkout-page] .summary-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding: 9px 0 !important;
    color: #667179 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body[data-cart-page] .summary-row strong,
body[data-checkout-page] .summary-row strong {
    color: #07151c !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body[data-cart-page] .summary-divider,
body[data-checkout-page] .summary-divider {
    height: 1px !important;
    margin: 12px 0 !important;
    background: rgba(7,21,28,.08) !important;
}

body[data-cart-page] .shipping-note,
body[data-checkout-page] .shipping-note {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    min-height: 48px !important;
    margin: 7px 0 10px !important;
    padding: 11px 13px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: rgba(253,185,18,.11) !important;
    color: #7b5600 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
}

body[data-cart-page] .shipping-note span,
body[data-checkout-page] .shipping-note span {
    min-width: 0;
}

body[data-cart-page] .shipping-note-logo,
body[data-checkout-page] .shipping-note-logo {
    width: auto;
    height: 20px;
    max-width: 92px;
    object-fit: contain;
    flex: 0 0 auto;
}

body[data-cart-page] .summary-total,
body[data-checkout-page] .summary-total {
    padding: 12px 0 16px !important;
}

body[data-cart-page] .summary-total span,
body[data-checkout-page] .summary-total span {
    color: #07151c !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

body[data-cart-page] .summary-total strong,
body[data-checkout-page] .summary-total strong {
    color: #0f7a3a !important;
    font-size: 21px !important;
    font-weight: 750 !important;
}

body[data-cart-page] .summary-checkout,
body[data-checkout-page] .summary-checkout {
    width: 100% !important;
    min-height: 52px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 750 !important;
}

body[data-checkout-page] .checkout-mini-list {
    gap: 10px !important;
    margin: 0 0 12px !important;
}

body[data-checkout-page] .checkout-mini-item {
    grid-template-columns: 50px minmax(0, 1fr) !important;
    gap: 11px !important;
}

body[data-checkout-page] .checkout-mini-item img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 10px !important;
}

body[data-checkout-page] .checkout-mini-item strong {
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

body[data-checkout-page] .checkout-mini-item span {
    font-size: 12px !important;
}

html[data-theme="dark"] body[data-cart-page] .summary-card,
html[data-theme="dark"] body[data-checkout-page] .summary-card {
    border-color: rgba(255,255,255,.10) !important;
    background: rgba(10,28,35,.92) !important;
    box-shadow: 0 16px 42px rgba(0,0,0,.22) !important;
}

html[data-theme="dark"] body[data-cart-page] .summary-row,
html[data-theme="dark"] body[data-checkout-page] .summary-row {
    color: rgba(247,242,231,.66) !important;
}

html[data-theme="dark"] body[data-cart-page] .summary-row strong,
html[data-theme="dark"] body[data-checkout-page] .summary-row strong,
html[data-theme="dark"] body[data-cart-page] .summary-total span,
html[data-theme="dark"] body[data-checkout-page] .summary-total span {
    color: #f7f2e7 !important;
}

html[data-theme="dark"] body[data-cart-page] .shipping-note,
html[data-theme="dark"] body[data-checkout-page] .shipping-note {
    background: rgba(253,185,18,.12) !important;
    color: #f1c760 !important;
}
