/* ═══════════════════════════════════════════════════════════
   رُژا — سبد خرید (طرح هلویی اصلاح‌شده)  نسخه ۶.۱
   ═══════════════════════════════════════════════════════════ */

:root {
    --rj-bg-start:  #fff5ef;
    --rj-bg-middle: #ffe9de;
    --rj-bg-end:    #ffd7c5;

    --rj-card-bg:    rgba(255, 250, 247, 0.94);
    --rj-card-light: #fff9f5;

    --rj-peach-50:  #fff5ef;
    --rj-peach-100: #ffe9df;
    --rj-peach-200: #ffd7c7;
    --rj-peach-300: #ffc0a7;
    --rj-peach-400: #ff9a75;
    --rj-peach-500: #f5764d;
    --rj-peach-600: #dc5a35;

    --rj-brown-900: #4c2015;
    --rj-brown-800: #612a1d;
    --rj-brown-600: #8e5544;

    --rj-muted: #a48d84;
    --rj-green: #159a4a;

    --rj-border: rgba(218, 112, 73, 0.19);

    --rj-shadow-sm:  0 8px 24px rgba(112, 53, 31, 0.07);
    --rj-shadow-card: 0 18px 45px rgba(112, 53, 31, 0.09);
    --rj-shadow-btn:  0 14px 28px rgba(224, 88, 49, 0.22);
}

/* ═══ پس‌زمینه صفحه ═══ */
body.woocommerce-cart {
    color: var(--rj-brown-900) !important;
    background:
        radial-gradient(circle at 10% 10%, rgba(255,255,255,.8), transparent 23%),
        radial-gradient(circle at 90% 55%, rgba(255,189,158,.25), transparent 30%),
        linear-gradient(180deg, var(--rj-bg-start), var(--rj-bg-middle) 60%, var(--rj-bg-end)) !important;
}
body.woocommerce-cart .site-content,
body.woocommerce-cart .content-area,
body.woocommerce-cart .entry-content,
body.woocommerce-cart main {
    background: transparent !important;
}
body.woocommerce-cart .entry-header,
body.woocommerce-cart .page-title,
body.woocommerce-cart .botiga-breadcrumb,
body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-cart .wc-block-cart-items__header {
    display: none !important;
}

/* ═══ بدنه صفحه ═══ */
body.woocommerce-cart .wc-block-cart {
    display: block !important;
    width: min(100%, 720px) !important;
    margin: 0 auto !important;
    padding: 26px 20px 135px !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* ═══ هدر ═══ */
.roja-topbar {
    display: grid !important;
    grid-template-columns: 58px 1fr 58px !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 0 0 28px !important;
    direction: rtl !important;
}
.roja-topbar .rj-title {
    margin: 0 !important;
    text-align: center !important;
    font-size: clamp(26px, 6vw, 38px) !important;
    font-weight: 900 !important;
    color: var(--rj-brown-900) !important;
}
.roja-topbar .rj-back,
.roja-topbar .rj-bag {
    width: 58px !important;
    height: 58px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid rgba(255,255,255,.75) !important;
    border-radius: 19px !important;
    background: rgba(255,250,247,.78) !important;
    box-shadow: var(--rj-shadow-sm) !important;
    color: var(--rj-brown-900) !important;
    cursor: pointer !important;
    padding: 0 !important;
    position: relative !important;
}
.roja-topbar .rj-back { border: none !important; }
.roja-topbar svg { width: 28px !important; height: 28px !important; }
.roja-topbar .rj-badge {
    position: absolute !important;
    top: -8px !important;
    right: -7px !important;
    min-width: 27px !important;
    height: 27px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 7px !important;
    border: 3px solid var(--rj-peach-100) !important;
    border-radius: 50px !important;
    background: var(--rj-peach-500) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

/* ═══ بنر ارسال رایگان ═══ */
.roja-ship-banner {
    min-height: 88px !important;
    margin: 0 0 24px !important;
    padding: 18px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    border: 1px solid var(--rj-border) !important;
    border-radius: 26px !important;
    background: linear-gradient(135deg, rgba(255,231,218,.96), rgba(255,208,187,.94)) !important;
    box-shadow: var(--rj-shadow-sm) !important;
    text-align: center !important;
}
.roja-ship-banner p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 2 !important;
    color: var(--rj-brown-900) !important;
}
.roja-ship-banner strong { color: var(--rj-peach-600) !important; }
.roja-ship-banner svg {
    width: 34px !important; height: 34px !important;
    color: var(--rj-peach-500) !important; flex-shrink: 0 !important;
}

/* ═══ جدول → کارت‌ها ═══ */
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart table.wc-block-cart-items,
body.woocommerce-cart .wc-block-cart-items tbody,
body.woocommerce-cart table.wc-block-cart-items tbody {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* کارت محصول */
body.woocommerce-cart tr.wc-block-cart-items__row {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 44% 56% !important;
    align-items: center !important;
    gap: 16px !important;
    min-height: 0 !important;
    margin: 0 0 24px !important;
    padding: 26px 22px !important;
    border: 1px solid rgba(255,255,255,.9) !important;
    border-radius: 32px !important;
    background: linear-gradient(145deg, rgba(255,255,255,.91), rgba(255,242,234,.94)) !important;
    box-shadow: var(--rj-shadow-card) !important;
    overflow: hidden !important;
}

/* ── دکمه حذف ── */
body.woocommerce-cart .wc-block-cart-item__remove-link {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    left: auto !important;
    z-index: 10 !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid var(--rj-border) !important;
    border-radius: 50% !important;
    background-color: rgba(255,240,232,.82) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 19px 19px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc5a35' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6h18M8 6V4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/></svg>") !important;
    opacity: .82 !important;
    font-size: 0 !important;
    color: transparent !important;
    text-decoration: none !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: opacity .2s ease, transform .2s ease !important;
}
body.woocommerce-cart .wc-block-cart-item__remove-link:active {
    opacity: 1 !important;
    transform: scale(1.05) !important;
}

/* ── ستون تصویر (راست) ── */
body.woocommerce-cart td.wc-block-cart-item__image {
    order: 1 !important;
    position: relative !important;
    align-self: stretch !important;
    min-height: 100% !important;
    display: grid !important;
    place-items: center !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}
body.woocommerce-cart td.wc-block-cart-item__image::before {
    display: none !important;
}
body.woocommerce-cart td.wc-block-cart-item__image::after {
    content: "✦" !important;
    position: absolute !important;
    z-index: 4 !important;
    top: 66px !important;
    right: 6px !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: var(--rj-peach-400) !important;
}
.roja-sparkle-2 {
    position: absolute !important;
    z-index: 4 !important;
    bottom: 40px !important;
    left: 6px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: var(--rj-peach-400) !important;
}
body.woocommerce-cart td.wc-block-cart-item__image a,
body.woocommerce-cart td.wc-block-cart-item__image img {
    position: relative !important;
    z-index: 3 !important;
    display: block !important;
    width: min(130px, 88%) !important;
    max-width: 130px !important;
    max-height: 240px !important;
    height: auto !important;
    margin: 0 auto !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    object-fit: contain !important;
    border-radius: 18px !important;
    filter: drop-shadow(0 14px 14px rgba(74,35,21,.12)) !important;
}
.roja-leaf {
    position: absolute !important;
    z-index: 1 !important;
    right: 0 !important;
    bottom: 34px !important;
    width: 62px !important;
    opacity: .95 !important;
    pointer-events: none !important;
}

/* ── ستون اطلاعات (چپ) ── */
body.woocommerce-cart td.wc-block-cart-item__product {
    order: 2 !important;
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding-top: 0 !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    text-align: right !important;
}
body.woocommerce-cart td.wc-block-cart-item__product::after { display: none !important; }

/* نام محصول */
body.woocommerce-cart .wc-block-components-product-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 0 12px !important;
    padding-left: 0 !important;
    font-size: clamp(16px, 3.6vw, 21px) !important;
    font-weight: 900 !important;
    line-height: 1.7 !important;
    color: var(--rj-brown-900) !important;
    text-decoration: none !important;
    text-align: right !important;
}
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-details {
    display: none !important;
}

/* قیمت */
body.woocommerce-cart td.wc-block-cart-item__product .wc-block-components-product-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    direction: rtl !important;
    width: 100% !important;
    gap: 6px !important;
    margin: 12px 0 0 !important;
}
body.woocommerce-cart td.wc-block-cart-item__product .wc-block-components-product-price::before,
body.woocommerce-cart td.wc-block-cart-item__product .wc-block-components-product-price::after {
    display: none !important;
}
body.woocommerce-cart td.wc-block-cart-item__product .wc-block-components-product-price__value {
    order: 1 !important;
    color: var(--rj-peach-600) !important;
    font-size: clamp(22px, 4.8vw, 30px) !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}
body.woocommerce-cart td.wc-block-cart-item__product .wc-block-components-product-price__regular {
    order: 2 !important;
    color: #b3a19a !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: line-through !important;
    margin: 0 !important;
    white-space: nowrap !important;
}
body.woocommerce-cart .woocommerce-Price-currencySymbol {
    margin-right: .3em !important;
    font-size: .62em !important;
    font-weight: 700 !important;
}

/* ── تعداد ── */
body.woocommerce-cart .wc-block-cart-item__quantity {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 14px 0 0 !important;
    border: none !important;
    background: transparent !important;
}
body.woocommerce-cart .wc-block-components-quantity-selector {
    width: 150px !important;
    max-width: 100% !important;
    height: 46px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    align-items: stretch !important;
    border: 1px solid var(--rj-border) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.74) !important;
    box-shadow: var(--rj-shadow-sm) !important;
    overflow: hidden !important;
}
body.woocommerce-cart .wc-block-components-quantity-selector::before,
body.woocommerce-cart .wc-block-components-quantity-selector::after { display: none !important; }
body.woocommerce-cart .wc-block-components-quantity-selector__button {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: rgba(255,248,244,.9) !important;
    color: var(--rj-peach-600) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: transform .15s ease, background .15s ease !important;
}
body.woocommerce-cart .wc-block-components-quantity-selector__button:active {
    transform: scale(.91) !important;
    background: var(--rj-peach-200) !important;
}
body.woocommerce-cart .wc-block-components-quantity-selector__button--plus  { order: 1 !important; }
body.woocommerce-cart .wc-block-components-quantity-selector__input {
    order: 2 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #21130e !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    text-align: center !important;
}
body.woocommerce-cart .wc-block-components-quantity-selector__button--minus { order: 3 !important; }

/* ستون جمع ردیف: مخفی */
body.woocommerce-cart td.wc-block-cart-item__total { display: none !important; }

/* ═══ خلاصه سفارش ═══ */
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    margin: 24px 0 0 !important;
    padding: 22px 20px !important;
    border: 1px solid rgba(255,255,255,.88) !important;
    border-radius: 28px !important;
    background: var(--rj-card-bg) !important;
    box-shadow: var(--rj-shadow-card) !important;
}
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-subtotal-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-discount-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
body.woocommerce-cart .wc-block-components-totals-wrapper::before,
body.woocommerce-cart .wc-block-components-totals-wrapper::after,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block hr,
body.woocommerce-cart .wc-block-cart__totals-title {
    display: none !important;
}

/* ردیف‌های خلاصه */
body.woocommerce-cart .wc-block-components-totals-item,
.roja-discount-row {
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 5px 2px !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    color: var(--rj-brown-800) !important;
}
body.woocommerce-cart .wc-block-components-totals-item__label,
.roja-discount-row .rj-lbl {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--rj-brown-800) !important;
}
body.woocommerce-cart .wc-block-components-totals-item__value,
.roja-discount-row .rj-val {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: var(--rj-brown-800) !important;
}
body.woocommerce-cart .wc-block-components-totals-item__description { display: none !important; }
.roja-sum-ic {
    width: 19px !important;
    height: 19px !important;
    flex-shrink: 0 !important;
    color: var(--rj-peach-500) !important;
    opacity: .85 !important;
}
/* ردیف ارسال در سبد نمایش داده نمی‌شود (در صفحه پرداخت مشخص می‌شود) */
body.woocommerce-cart .wc-block-components-totals-shipping,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block {
    display: none !important;
}

/* ═══ کد تخفیف ═══ */
body.woocommerce-cart .wc-block-components-totals-coupon {
    margin: 10px 0 !important;
    padding: 14px 16px !important;
    border: 1.5px dashed rgba(222,117,77,.33) !important;
    border-radius: 18px !important;
    background: rgba(255,247,242,.72) !important;
    box-shadow: none !important;
}
body.woocommerce-cart .wc-block-components-panel__button {
    min-height: 0 !important;
    margin-bottom: 11px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    font-size: 14.5px !important;
    font-weight: 900 !important;
    color: var(--rj-brown-900) !important;
    pointer-events: none !important;
}
body.woocommerce-cart .wc-block-components-panel__button::before {
    content: "" !important;
    order: -1 !important;
    width: 23px !important;
    height: 23px !important;
    margin: 0 0 0 10px !important;
    flex-shrink: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5764d' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><path d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'/><line x1='7' y1='7' x2='7.01' y2='7'/></svg>") !important;
}
body.woocommerce-cart .wc-block-components-panel__button svg {
    display: none !important;
}
/* همیشه باز */
body.woocommerce-cart .wc-block-components-totals-coupon__content,
body.woocommerce-cart .wc-block-components-panel__content {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    transform: none !important;
    padding: 0 !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 84px !important;
    gap: 8px !important;
    margin: 0 !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__input,
body.woocommerce-cart .wc-block-components-totals-coupon__input .components-base-control__field {
    margin: 0 !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__input input,
body.woocommerce-cart .wc-block-components-totals-coupon__input .components-text-control__input {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    padding: 0 13px !important;
    border: 1px solid rgba(91,41,28,.28) !important;
    border-radius: 13px !important;
    font-size: 14px !important;
    outline: none !important;
    color: var(--rj-brown-900) !important;
    background: rgba(255,255,255,.76) !important;
    text-align: right !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__input input:focus {
    border-color: var(--rj-peach-500) !important;
    box-shadow: 0 0 0 4px rgba(245,118,77,.1) !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__button {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 8px !important;
    border: 1.5px solid var(--rj-peach-500) !important;
    border-radius: 13px !important;
    color: var(--rj-peach-600) !important;
    background: transparent !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
}

/* ═══ مبلغ نهایی ═══ */
body.woocommerce-cart .wc-block-components-totals-footer-item {
    min-height: 0 !important;
    margin: 12px 0 0 !important;
    padding: 16px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    border: none !important;
    border-radius: 18px !important;
    background: linear-gradient(120deg, #ffece2, #ffd3bf) !important;
    flex-direction: row !important;
}
body.woocommerce-cart .wc-block-components-totals-footer-item::before,
body.woocommerce-cart .wc-block-components-totals-footer-item::after { display: none !important; }
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 15.5px !important;
    font-weight: 900 !important;
    color: var(--rj-brown-900) !important;
}
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--rj-peach-600) !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}
body.woocommerce-cart .wc-block-components-totals-footer-item .roja-sum-ic {
    width: 21px !important;
    height: 21px !important;
    color: var(--rj-peach-600) !important;
}

/* «تومان» فقط در مبلغ نهایی */
body.woocommerce-cart .wc-block-components-totals-item .woocommerce-Price-currencySymbol,
.roja-discount-row .woocommerce-Price-currencySymbol {
    display: none !important;
}
body.woocommerce-cart .wc-block-components-totals-footer-item .woocommerce-Price-currencySymbol {
    display: inline !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-right: 4px !important;
}

/* ═══ دکمه پرداخت ═══ */
body.woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-cart .wc-block-cart__submit {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
body.woocommerce-cart .wc-block-cart__submit-button {
    width: 100% !important;
    min-height: 68px !important;
    height: auto !important;
    margin: 22px 0 0 !important;
    padding: 0 24px !important;
    display: grid !important;
    grid-template-columns: 40px 1fr 40px !important;
    align-items: center !important;
    border: none !important;
    border-radius: 22px !important;
    color: #fff !important;
    background: linear-gradient(100deg, #ee673d, #ff9570) !important;
    box-shadow: var(--rj-shadow-btn) !important;
    font-size: clamp(15px, 3.6vw, 19px) !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    text-align: center !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}
body.woocommerce-cart .wc-block-cart__submit-button:active { transform: scale(.985) !important; }
.roja-btn-ic {
    width: 26px !important;
    height: 28px !important;
    margin: auto !important;
    color: #fff !important;
}
.roja-btn-txt {
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 68px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* ═══ مزایای خرید ═══ */
.roja-benefits {
    margin-top: 6px !important;
    padding: 20px 5px 3px !important;
    clear: both !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 13px 25px !important;
    color: var(--rj-brown-600) !important;
    font-size: 13px !important;
}
.roja-benefits div { display: flex !important; align-items: center !important; gap: 5px !important; }
.roja-benefits i {
    color: var(--rj-green) !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

/* ═══ سبد خالی ═══ */
.roja-cart-empty {
    width: min(100%, 720px);
    margin: 26px auto 135px;
    padding: 75px 25px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 32px;
    background: var(--rj-card-bg);
    box-shadow: var(--rj-shadow-card);
    text-align: center;
}
.roja-cart-empty .rce-ic {
    width: 92px; height: 92px;
    margin: 0 auto 20px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffd7c5, #ffbca1);
    color: var(--rj-peach-600);
}
.roja-cart-empty .rce-ic svg { width: 44px; height: 44px; }
.roja-cart-empty h3 { margin: 0 0 10px; font-size: 22px; font-weight: 900; color: var(--rj-brown-900); }
.roja-cart-empty p { margin: 0 0 20px; color: var(--rj-muted); line-height: 2; }
.roja-cart-empty .rce-btn {
    display: inline-flex; align-items: center; gap: 9px;
    min-height: 57px; padding: 0 28px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(100deg, var(--rj-peach-600), var(--rj-peach-400));
    font-weight: 900; text-decoration: none;
}
.roja-cart-empty .rce-btn svg { width: 19px; height: 19px; }

/* ═══════════ تبلت و موبایل ═══════════ */
@media (max-width: 650px) {
    body.woocommerce-cart .wc-block-cart { padding: 22px 14px 130px !important; }
    body.woocommerce-cart tr.wc-block-cart-items__row {
        grid-template-columns: 44% 56% !important;
        gap: 14px !important;
        min-height: 0 !important;
        padding: 24px 18px !important;
    }
    body.woocommerce-cart td.wc-block-cart-item__image { min-height: 100% !important; }
    body.woocommerce-cart td.wc-block-cart-item__image::before { width: 176px !important; height: 176px !important; }
    body.woocommerce-cart td.wc-block-cart-item__image img { width: min(122px, 88%) !important; max-height: 225px !important; }
    body.woocommerce-cart .wc-block-components-product-name { font-size: 18px !important; }
    body.woocommerce-cart .wc-block-components-quantity-selector { width: 150px !important; height: 46px !important; margin: 0 auto !important; }
    body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block { padding: 23px 19px !important; }
    body.woocommerce-cart .wc-block-components-totals-footer-item { padding: 20px 17px !important; }
}

@media (max-width: 480px) {
    .roja-topbar { grid-template-columns: 52px 1fr 52px !important; }
    .roja-topbar .rj-back, .roja-topbar .rj-bag { width: 52px !important; height: 52px !important; }
    .roja-ship-banner { padding: 15px 13px !important; }
    .roja-ship-banner p { font-size: 14px !important; }

    body.woocommerce-cart tr.wc-block-cart-items__row {
        grid-template-columns: 45% 55% !important;
        gap: 10px !important;
        min-height: 0 !important;
        padding: 22px 14px !important;
    }
    body.woocommerce-cart td.wc-block-cart-item__image { min-height: 100% !important; }
    body.woocommerce-cart td.wc-block-cart-item__image::before { width: 158px !important; height: 158px !important; }
    body.woocommerce-cart td.wc-block-cart-item__image::after { right: 0 !important; }
    .roja-sparkle-2 { left: 0 !important; }
    body.woocommerce-cart td.wc-block-cart-item__image img { width: min(108px, 86%) !important; max-height: 200px !important; }
    .roja-leaf { width: 54px !important; bottom: 28px !important; }

    body.woocommerce-cart td.wc-block-cart-item__product { align-items: stretch !important; }
    body.woocommerce-cart .wc-block-components-product-name {
        font-size: 16px !important;
        line-height: 1.7 !important;
        padding-left: 0 !important;
    }
    body.woocommerce-cart td.wc-block-cart-item__product { padding-top: 0 !important; }
    body.woocommerce-cart td.wc-block-cart-item__product .wc-block-components-product-price { margin-top: 12px !important; }
    body.woocommerce-cart td.wc-block-cart-item__product .wc-block-components-product-price__value { font-size: 21px !important; }
    body.woocommerce-cart td.wc-block-cart-item__product .wc-block-components-product-price__regular { font-size: 13px !important; }
    body.woocommerce-cart .wc-block-cart-item__quantity { margin-top: 14px !important; }
    body.woocommerce-cart .wc-block-components-quantity-selector { width: 144px !important; max-width: 100% !important; height: 44px !important; margin: 0 auto !important; }
    body.woocommerce-cart .wc-block-components-quantity-selector__button { font-size: 20px !important; }

    body.woocommerce-cart .wc-block-cart-item__remove-link {
        top: 13px !important; right: 13px !important; left: auto !important;
        width: 37px !important; height: 37px !important;
    }

    body.woocommerce-cart .wc-block-components-totals-coupon__form { grid-template-columns: minmax(0,1fr) 76px !important; }
    body.woocommerce-cart .wc-block-components-totals-footer-item {
        align-items: center !important;
        flex-direction: row !important;
        gap: 12px !important;
    }
    body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { font-size: 21px !important; }
    body.woocommerce-cart .wc-block-cart__submit-button {
        height: 65px !important;
        padding: 0 17px !important;
        grid-template-columns: 32px 1fr 32px !important;
    }
}

@media (max-width: 360px) {
    body.woocommerce-cart .wc-block-cart { padding-left: 9px !important; padding-right: 9px !important; }
    body.woocommerce-cart tr.wc-block-cart-items__row {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    body.woocommerce-cart td.wc-block-cart-item__image { min-height: 250px !important; }
    body.woocommerce-cart td.wc-block-cart-item__product { align-items: center !important; }
    body.woocommerce-cart .wc-block-components-product-name { text-align: center !important; padding-left: 0 !important; }
    body.woocommerce-cart td.wc-block-cart-item__product { padding-top: 8px !important; }
    body.woocommerce-cart td.wc-block-cart-item__product .wc-block-components-product-price { align-items: center !important; }
    body.woocommerce-cart .wc-block-components-quantity-selector { width: 160px !important; margin: 0 auto !important; }
    body.woocommerce-cart .wc-block-components-totals-coupon__form { grid-template-columns: 1fr !important; }
}
