/* ============================================
   CART PAGE — Farfetch-inspired layout
   ============================================ */

/* Neutralize storefront layout wrappers */
.woocommerce-cart #content .col-full,
.woocommerce-cart #content #primary.content-area,
.woocommerce-cart #content #main.site-main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}
.woocommerce-cart #content,
.woocommerce-cart .site-content,
.woocommerce-cart .entry-content,
.woocommerce-cart .hentry,
.woocommerce-cart #main.site-main,
.woocommerce-cart .site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.woocommerce-cart .woocommerce-notices-wrapper { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.woocommerce-cart .page-title,
.woocommerce-cart .entry-header { display: none; }
.woocommerce-cart .woocommerce-breadcrumb,
.woocommerce-cart .storefront-breadcrumb,
.woocommerce-cart .post-edit-link { display: none !important; }

.reis-cart-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 24px 0;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111;
}

/* ----- HEADER ----- */
.reis-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 32px;
}
.reis-cart-title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0;
    color: #111;
}
.reis-cart-continue {
    font-size: 14px;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.reis-cart-continue:hover { color: var(--reis-pink, #ff6e80); }

.reis-cart-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 48px;
    align-items: start;
}

/* ----- INFO BAR ----- */
.reis-cart-infobar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #111;
}
.reis-cart-infobar-left,
.reis-cart-infobar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.reis-cart-flag {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    background: #fff;
}
.reis-cart-info-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #757575;
}

/* ----- ITEMS ----- */
.reis-cart-items {
    display: flex;
    flex-direction: column;
}

.reis-cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0, 1.3fr) minmax(0, 1fr) 200px;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
}
.reis-cart-item:last-child { border-bottom: 0; }

.reis-cart-item-thumb {
    width: 150px;
    height: 150px;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reis-cart-item-thumb a,
.reis-cart-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reis-cart-item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.reis-cart-item-brand {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.01em;
}
.reis-cart-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    line-height: 1.4;
}
.reis-cart-item-name:hover { color: var(--reis-pink, #ff6e80); }
.reis-cart-item-id {
    font-size: 13px;
    color: #757575;
    margin-top: 4px;
}

/* Price column */
.reis-cart-item-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 15px;
    color: #111;
}
.reis-cart-price-old {
    text-decoration: line-through;
    color: #757575;
    font-size: 14px;
}
.reis-cart-price-old .amount { color: #757575; }
.reis-cart-price-new {
    color: #e31837;
    font-weight: 600;
    font-size: 16px;
}
.reis-cart-price-new .amount { color: inherit; }
.reis-cart-price-plain { color: #111; }
.reis-cart-duties {
    font-size: 12px;
    color: #757575;
    margin-top: 4px;
}

/* Meta column (Size / Quantity / Wishlist) */
.reis-cart-item-meta-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}
.reis-cart-meta-block { display: flex; flex-direction: column; gap: 4px; }
.reis-cart-meta-label {
    font-size: 13px;
    color: #111;
    font-weight: 500;
}
.reis-cart-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.reis-cart-meta-value {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}
.reis-cart-meta-change {
    font-size: 14px;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.reis-cart-meta-change:hover { color: var(--reis-pink, #ff6e80); }

/* Quantity pill — matches product detail page controls */
.reis-cart-meta-row .quantity { display: inline-flex; align-items: center; }
.reis-cart-meta-row .pd-qty-controls {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    background: #fff !important;
    border: 1.5px solid #e5e5e5 !important;
    border-radius: 999px !important;
    padding: 4px !important;
    height: 44px !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s;
}
.reis-cart-meta-row .pd-qty-controls:focus-within { border-color: var(--reis-pink, #ff6e80) !important; }
.reis-cart-meta-row input.qty {
    width: 32px !important;
    background: transparent !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    appearance: textfield !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
}
.reis-cart-meta-row input.qty::-webkit-outer-spin-button,
.reis-cart-meta-row input.qty::-webkit-inner-spin-button { appearance: none; -webkit-appearance: none; }
.reis-cart-meta-row .pd-qty-btn {
    width: 32px !important;
    height: 32px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #f5f5f5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #111 !important;
    padding: 0 !important;
    transition: background 0.15s, color 0.15s !important;
    flex-shrink: 0 !important;
}
.reis-cart-meta-row .pd-qty-btn:hover,
.reis-cart-meta-row .pd-qty-btn:focus {
    background: var(--reis-pink, #ff6e80) !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

.reis-cart-wishlink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin-top: 4px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.reis-cart-wishlink:hover,
.reis-cart-wishlink:focus,
.reis-cart-wishlink:active {
    color: var(--reis-pink, #ff6e80) !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}
.reis-cart-wishlink.is-saved { color: var(--reis-pink, #ff6e80); }
.reis-cart-wishlink.is-saved svg { fill: var(--reis-pink, #ff6e80); stroke: var(--reis-pink, #ff6e80); }

/* Remove (X) */
.reis-cart-remove {
    position: absolute;
    top: 28px;
    right: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #111;
    background: transparent;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.reis-cart-remove:hover { background: #f5f5f5; color: var(--reis-pink, #ff6e80); }

/* ── Shipping Calculator (Change address form) ─────────────────── */
.woocommerce-shipping-calculator .shipping-calculator-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-underline-offset: 3px;
    cursor: pointer;
}
.woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: var(--reis-pink, #ff6e80);
    text-decoration-color: var(--reis-pink, #ff6e80);
}
.woocommerce-shipping-calculator .shipping-calculator-form {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woocommerce-shipping-calculator .form-row {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-shipping-calculator .form-row label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #111;
    margin-bottom: 5px;
}
.woocommerce-shipping-calculator .form-row input.input-text,
.woocommerce-shipping-calculator .form-row select,
.woocommerce-shipping-calculator .select2-selection--single {
    width: 100% !important;
    height: 42px !important;
    padding: 0 14px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.15s;
    -webkit-appearance: none;
    appearance: none;
}
.woocommerce-shipping-calculator .form-row input.input-text:focus,
.woocommerce-shipping-calculator .form-row select:focus {
    border-color: var(--reis-pink, #ff6e80) !important;
}
.woocommerce-shipping-calculator .form-row span {
    display: block;
}
.woocommerce-shipping-calculator .form-row p,
.woocommerce-shipping-calculator p {
    margin: 0 !important;
}
.woocommerce-shipping-calculator .button[name="calc_shipping"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 22px;
    border-radius: 999px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
    transition: none;
    text-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.woocommerce-shipping-calculator .button[name="calc_shipping"]:hover,
.woocommerce-shipping-calculator .button[name="calc_shipping"]:focus,
.woocommerce-shipping-calculator .button[name="calc_shipping"]:active {
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.reis-cart-form-actions { display: none; }
.reis-cart-update-btn {
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #111;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}
.reis-cart-update-btn:hover { border-color: #111; background: #fafafa; }

/* ----- RIGHT / SUMMARY ----- */
.reis-cart-summary {
    position: sticky;
    top: 24px;
    padding: 4px 0 0;
}

.reis-cart-summary-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
}

.reis-cart-promo {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
    margin-bottom: 18px;
}
.reis-cart-promo summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #111;
}
.reis-cart-promo summary::-webkit-details-marker { display: none; }
.reis-cart-promo[open] .reis-cart-promo-chevron { transform: rotate(180deg); }
.reis-cart-promo-chevron { transition: transform 0.2s; }
.reis-cart-promo-form,
form.reis-cart-promo-form.checkout_coupon {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 12px !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
.reis-cart-promo-form p,
form.reis-cart-promo-form.checkout_coupon p { display: none !important; }
.reis-cart-promo-input {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    font-size: 14px;
    background: #f3f3f3;
    box-shadow: none !important;
    outline: none !important;
}
.reis-cart-promo-form {
    width: 100%;
}
.reis-cart-promo-apply {
    flex: 0 0 auto !important;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    white-space: nowrap;
}
.reis-cart-promo-apply:hover,
.reis-cart-promo-apply:focus,
.reis-cart-promo-apply:active {
    background: #111;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
}

/* ----- Delivery / shipping block ----- */
.reis-cart-shipping {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px 0;
}
.reis-cart-shipping-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}
.reis-cart-shipping-label {
    font-size: 15px;
    color: #111;
    font-weight: 500;
}
.reis-cart-shipping-package {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}
.reis-cart-shipping-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.reis-cart-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.reis-cart-shipping-method {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #111;
}
.reis-cart-shipping-method label {
    margin: 0;
    cursor: pointer;
}
.reis-cart-shipping-destination {
    margin: 4px 0 0;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.reis-cart-shipping-destination-label {
    color: #888;
    margin-right: 4px;
}
.reis-cart-shipping-destination strong {
    font-weight: 500;
    color: #111;
}
.reis-cart-shipping-destination--empty,
.reis-cart-shipping-empty {
    margin: 4px 0 0;
    font-size: 13px;
    color: #757575;
    line-height: 1.5;
}

/* ----- Calculator toggle + form ----- */
.reis-shipping-calculator {
    margin-top: 8px;
}
.reis-shipping-calculator-toggle {
    display: inline-block;
    font-size: 13px;
    color: #111;
    text-decoration: underline;
    cursor: pointer;
}
.reis-shipping-calculator-toggle:hover {
    color: var(--reis-pink, #ff6e80);
}
.reis-shipping-calculator-form {
    margin-top: 14px;
    padding: 16px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.reis-shipping-calculator-helper {
    margin: 0 0 4px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.reis-shipping-calculator-form .form-row {
    margin: 0 !important;
    padding: 0 !important;
}
.reis-shipping-calculator-form .form-row label {
    display: block;
    font-size: 12px;
    color: #555;
    margin-bottom: 4px;
    font-weight: 500;
}
.reis-shipping-calculator-form .input-text,
.reis-shipping-calculator-form select {
    width: 100% !important;
    height: 40px;
    padding: 0 14px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    background: #fff !important;
    font-size: 14px !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: left !important;
    text-align-last: left !important;
    box-sizing: border-box !important;
}

/* Select2 (WC's enhanced selects) — make it fit the column like text inputs */
.reis-shipping-calculator-form .select2-container {
    width: 100% !important;
    box-sizing: border-box !important;
}
.reis-shipping-calculator-form .select2-container .select2-selection--single {
    width: 100% !important;
    height: 40px !important;
    padding: 0 14px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    box-sizing: border-box !important;
    display: flex;
    align-items: center;
}
.reis-shipping-calculator-form .select2-selection__rendered {
    width: 100% !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    color: #111 !important;
    font-size: 14px !important;
    text-align: left !important;
}
.reis-shipping-calculator-form .select2-selection__arrow {
    height: 100% !important;
    right: 12px !important;
    top: 0 !important;
}

/* Inline the required asterisk next to the label (don't stack) */
.reis-shipping-calculator-form .form-row label {
    display: inline-flex !important;
    align-items: baseline;
    gap: 4px;
}
.reis-shipping-calculator-form .form-row label .required,
.reis-shipping-calculator-form .form-row label abbr.required {
    display: inline;
    color: #e85a6c;
    text-decoration: none;
    border: 0;
    margin: 0;
}
.reis-shipping-calculator-form .form-row label::after {
    content: none !important;
}

/* Action row */
.reis-shipping-calculator-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}
.reis-shipping-calculator-update {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 22px;
    border-radius: 999px;
    background: #111 !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none !important;
}
.reis-shipping-calculator-update:hover,
.reis-shipping-calculator-update:focus {
    background: var(--reis-pink, #ff6e80) !important;
    color: #fff !important;
}
.reis-shipping-calculator-discard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: transparent !important;
    color: #555 !important;
    border: 1px solid #e5e5e5 !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease;
}
.reis-shipping-calculator-discard:hover,
.reis-shipping-calculator-discard:focus {
    color: #555 !important;
    border-color: #e5e5e5 !important;
    background: #ececec !important;
    box-shadow: none !important;
}

.reis-cart-summary-rows {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 4px 0 20px;
}
.reis-cart-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #111;
}
.reis-cart-summary-row span:first-child { color: #111; }
.reis-cart-summary-coupon span:first-child { color: #757575; font-size: 13px; }

.reis-cart-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 18px 0 6px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 600;
}
.reis-cart-summary-total-value {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}
.reis-cart-summary-total-currency {
    font-size: 13px;
    font-weight: 500;
    color: #757575;
}
.reis-cart-summary-total-value strong { font-size: 18px; font-weight: 700; }
.reis-cart-summary-note {
    font-size: 12px;
    color: #757575;
    text-align: right;
    margin-bottom: 20px;
}

.reis-cart-checkout-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--reis-pink, #ff6e80);
    color: #fff;
    border: 0;
    padding: 16px 24px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s, transform 0.05s;
}
.reis-cart-checkout-btn:hover { background: var(--reis-pink-hover, #ee5569); color: #fff; }
.reis-cart-checkout-btn:active { transform: translateY(1px); }

/* ----- PROMO STRIP ----- */
.reis-cart-promos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 48px -24px 0;
    background: #f5f5f5;
    padding: 40px 24px;
}
.reis-cart-promo-card {
    text-align: center;
    padding: 0 24px;
}
.reis-cart-promo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #111;
}
.reis-cart-promo-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #111;
}
.reis-cart-promo-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}
.reis-cart-promo-card p a { color: #111; text-decoration: underline; }
.reis-cart-promo-card p a:hover { color: var(--reis-pink, #ff6e80); }

/* ----- FAVORITES ----- */
.reis-cart-favorites { margin: 72px 0 80px; }
.reis-cart-favorites-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 24px;
    letter-spacing: -0.01em;
}
.reis-cart-favorites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}
.reis-cart-fav-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.reis-cart-fav-thumb {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}
.reis-cart-fav-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.reis-cart-fav-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.reis-cart-fav-name {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    line-height: 1.3;
}
.reis-cart-fav-name:hover { color: var(--reis-pink, #ff6e80); }
.reis-cart-fav-price { font-size: 14px; color: #111; }
.reis-cart-fav-price .amount { color: #111; }
.reis-cart-fav-add {
    align-self: flex-start;
    margin-top: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.reis-cart-fav-add:hover { background: var(--reis-pink, #ff6e80); color: #fff; border-color: var(--reis-pink, #ff6e80); }
.reis-cart-fav-add.added { display: none; }
.reis-cart-fav-add.added + .added_to_cart { display: inline-block; margin-top: 6px; font-size: 13px; color: var(--reis-pink, #ff6e80); }

/* ----- EMPTY ----- */
.reis-cart-empty { padding: 80px 24px; }
.reis-cart-empty-inner { text-align: center; max-width: 480px; margin: 0 auto; }
.reis-cart-empty-icon { margin-bottom: 20px; }
.reis-cart-empty-title { font-size: 28px; font-weight: 500; margin: 0 0 12px; letter-spacing: -0.01em; }
.reis-cart-empty-sub { color: #757575; font-size: 15px; margin: 0 0 24px; }
.reis-cart-empty-btn {
    display: inline-block;
    padding: 14px 28px;
    background: var(--reis-pink, #ff6e80);
    color: #fff;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s;
}
.reis-cart-empty-btn:hover { background: var(--reis-pink-hover, #ee5569); }

/* ----- RESPONSIVE ----- */
@media (max-width: 960px) {
    .reis-cart-grid { grid-template-columns: 1fr; gap: 32px; }
    .reis-cart-summary { position: static; border-top: 1px solid #e5e5e5; padding-top: 24px; }
    .reis-cart-item { grid-template-columns: 120px minmax(0, 1fr); grid-auto-rows: auto; gap: 16px; }
    .reis-cart-item-thumb { width: 120px; height: 120px; }
    .reis-cart-item-info { grid-column: 2; }
    .reis-cart-item-price { grid-column: 2; flex-direction: column; gap: 2px; }
    .reis-cart-item-meta-col { grid-column: 1 / -1; }
    .reis-cart-promos { grid-template-columns: 1fr; gap: 32px; margin-left: -16px; margin-right: -16px; }
}

@media (max-width: 640px) {
    .reis-cart-page { padding: 24px 16px 0; }
    .reis-cart-header { flex-direction: row; }
    .reis-cart-title { font-size: 2rem; }

    /* Item: thumb left, info right — 2-col layout */
    .reis-cart-item {
        grid-template-columns: 110px 1fr;
        grid-template-rows: auto;
        gap: 14px 16px;
        padding: 20px 0;
    }
    .reis-cart-item-thumb {
        grid-row: 1 / 3;
        width: 110px;
        height: 110px;
        border-radius: 10px;
    }

    /* Name + ID stacked in col 2 row 1 */
    .reis-cart-item-info {
        grid-column: 2;
        grid-row: 1;
        padding-right: 28px; /* room for X */
    }
    .reis-cart-item-brand { font-size: 14px; }
    .reis-cart-item-name { font-size: 13px; }
    .reis-cart-item-id { font-size: 12px; }

    /* Price col 2 row 2 */
    .reis-cart-item-price {
        grid-column: 2;
        grid-row: 2;
        flex-direction: column;
        gap: 1px;
    }
    .reis-cart-price-new { font-size: 17px; font-weight: 700; }
    .reis-cart-duties { font-size: 11px; }

    /* Meta (qty + wishlist) full width below */
    .reis-cart-item-meta-col {
        grid-column: 1 / -1;
        grid-row: 3;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 4px;
    }
    .reis-cart-meta-block { flex-direction: row; align-items: center; gap: 10px; }
    .reis-cart-meta-label { font-size: 13px; color: #757575; font-weight: 400; }

    /* Remove X — stay in top-right corner */
    .reis-cart-remove { top: 20px; }

    /* Infobar stacked */
    .reis-cart-infobar { flex-direction: column; align-items: flex-start; gap: 6px; font-size: 13px; }

    /* Favorites */
    .reis-cart-favorites-grid { grid-template-columns: 1fr; }
    .reis-cart-fav-thumb { width: 90px; height: 90px; }
}
