/* ════════════════════════════════════════
   CART PAGE STYLES — juro-woocommerce
════════════════════════════════════════ */

/* ────────────────────
   RESET WC padrão
──────────────────── */
.woocommerce table.shop_table,
.woocommerce-cart table.cart,
.woocommerce .cart-collaterals,
.woocommerce .cart_totals,
.woocommerce .cross-sells { display: none !important; }

/* ────────────────────
   HERO DO CARRINHO
──────────────────── */
.jcart-page { padding-bottom: 96px; }
.jcart-hero {
    position: relative;
    background: var(--burg-deep);
    overflow: hidden;
    padding: 72px 0 48px;
    margin-bottom: 0;
}
.jcart-hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(196,150,138,.18), transparent 55%),
        radial-gradient(ellipse at 80% 20%, rgba(123,40,56,.28), transparent 50%);
    animation: heroBgShift 16s ease-in-out infinite alternate;
}
@keyframes heroBgShift {
    from { opacity: .7; }
    to   { opacity: 1; }
}
.jcart-hero::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(to right, transparent, rgba(196,150,138,.3), transparent);
}
.jcart-hero-inner { position: relative; z-index: 1; }
.jcart-bread {
    display: flex; align-items: center; gap: 10px;
    font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase;
    color: rgba(242,232,217,.38);
    font-family: var(--fn-head);
    margin-bottom: 24px;
}
.jcart-bread a { color: rgba(242,232,217,.38); transition: color .2s; }
.jcart-bread a:hover { color: var(--rose-lt); }
.jcart-hero-copy { margin-bottom: 40px; }
.jcart-hero-title {
    font-family: var(--fn-d);
    font-size: clamp(48px,6.5vw,96px);
    font-weight: 900;
    color: var(--white);
    line-height: .95;
    letter-spacing: -.025em;
}
.jcart-hero-title em { color: var(--rose-lt); font-style: italic; }
.jcart-hero-sub {
    margin-top: 14px;
    font-family: var(--fn-b);
    font-size: 15px;
    color: rgba(242,232,217,.55);
    letter-spacing: .04em;
}
.jcart-hero-sub strong { color: var(--rose-lt); }

/* ── Barra de progresso frete ── */
.jcart-ship-bar { max-width: 520px; }
.jcart-ship-msg {
    font-family: var(--fn-b);
    font-size: 13px;
    color: rgba(242,232,217,.7);
    letter-spacing: .04em;
    margin-bottom: 10px;
    display: flex; align-items: center; gap: 8px;
}
.jcart-ship-text { /* alias */
    font-family: var(--fn-b);
    font-size: 13px;
    color: rgba(242,232,217,.7);
    letter-spacing: .04em;
    margin-bottom: 10px;
    display: flex; align-items: center; gap: 8px;
}
.jcart-ship-qualify { /* alias */
    font-family: var(--fn-b);
    font-size: 13px;
    color: rgba(242,232,217,.7);
    letter-spacing: .04em;
    margin-bottom: 10px;
    display: flex; align-items: center; gap: 8px;
}
.jcart-ship-msg i { color: var(--rose-lt); }
.jcart-ship-text i { color: var(--rose-lt); }
.jcart-ship-qualify i { color: var(--rose-lt); }
.jcart-ship-msg strong { color: var(--cream); }
.jcart-ship-text strong { color: var(--cream); }
.jcart-ship-qualify strong { color: var(--rose-lt); }
.jcart-ship-ok { color: var(--rose-lt) !important; }
.jcart-ship-ok strong { color: var(--rose-lt) !important; }
.jcart-ship-track {
    position: relative;
    height: 3px;
    background: rgba(255,255,255,.12);
    border-radius: 20px;
    overflow: visible;
}
.jcart-ship-fill {
    height: 100%;
    width: var(--pct, 0%);
    background: linear-gradient(to right, var(--rose), var(--rose-lt));
    border-radius: 20px;
    transition: width 1.2s cubic-bezier(.16,1,.3,1);
}
.jcart-ship-thumb {
    position: absolute;
    top: 50%; transform: translate(-50%, -50%);
    width: 10px; height: 10px;
    background: var(--rose-lt);
    border: 2px solid var(--burg-deep);
    border-radius: 50%;
    transition: left 1.2s cubic-bezier(.16,1,.3,1);
    box-shadow: 0 0 0 3px rgba(196,150,138,.3);
}

/* ────────────────────
   SELOS DE CONFIANÇA
──────────────────── */
.jcart-trust {
    display: flex; align-items: center;
    gap: 0;
    padding: 18px 0;
    border-bottom: 1px solid rgba(26,17,9,.07);
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 12px 0;
}
.jct-item {
    display: flex; align-items: center; gap: 8px;
    font-family: var(--fn-b);
    font-size: 12px; letter-spacing: .06em;
    color: rgba(26,17,9,.55);
    padding: 0 24px;
}
.jct-item:first-child { padding-left: 0; }
.jct-item i { color: var(--burg); font-size: 13px; }
.jct-sep { width: 1px; height: 20px; background: rgba(26,17,9,.1); }

/* ────────────────────
   LAYOUT PRINCIPAL
──────────────────── */
.jcart-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: start;
}

/* Coluna esquerda - Items */
.jcart-items-col { flex: 1; }

/* ────────────────────
   LISTA DE ITENS
──────────────────── */
.jcart-form { display: flex; flex-direction: column; gap: 0; }
.jci-list-head {
    display: grid;
    grid-template-columns: 1fr auto 120px;
    gap: 16px;
    padding: 0 0 14px;
    border-bottom: 2px solid var(--burg);
    font-family: var(--fn-head);
    font-size: 8.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(26,17,9,.4);
    margin-bottom: 0;
}
.jci-head-produto, .jci-head-qtd, .jci-head-subtotal { /* header columns */ }
.jci {
    display: grid;
    grid-template-columns: 96px 1fr auto 120px;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(26,17,9,.07);
    align-items: center;
    transition: background var(--tr);
    position: relative;
}
.jci:hover { background: rgba(242,232,217,.3); margin: 0 -16px; padding: 24px 16px; border-radius: 8px; }

/* Imagem */
.jci-img-wrap { position: relative; flex-shrink: 0; }
.jci-img-link { display: block; width: 96px; height: 120px; border-radius: 8px; overflow: hidden; }
.jci-img, .jci-img-hover {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .5s ease, opacity .3s;
}
.jci-img-hover { position: absolute; inset: 0; opacity: 0; }
.jci-img-wrap:hover .jci-img       { transform: scale(1.04); }
.jci-img-wrap:hover .jci-img-hover { opacity: 1; }
/* ── Botão remover item ── */
.jci-remove {
    position: absolute;
    top: -8px; right: -8px;
    width: 28px; height: 28px;
    background: var(--white);
    border: 1.5px solid rgba(26,17,9,.10);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px;
    color: rgba(26,17,9,.35);
    box-shadow: 0 2px 8px rgba(26,17,9,.10);
    opacity: 0;
    transform: scale(.82);
    transition: opacity .2s ease, transform .2s ease,
                background .2s ease, color .2s ease,
                border-color .2s ease, box-shadow .2s ease;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
}
.jci:hover .jci-remove,
.jci-img-wrap:hover .jci-remove {
    opacity: 1;
    transform: scale(1);
}
.jci-remove:hover {
    background: var(--burg);
    border-color: var(--burg);
    color: var(--white);
    transform: scale(1.12) rotate(12deg);
    box-shadow: 0 4px 14px rgba(79,19,36,.28);
}
/* Alias legado — mantido por compatibilidade */
.jci-remove-btn {
    position: absolute; top: -8px; right: -8px;
    width: 28px; height: 28px;
    background: var(--white);
    border: 1.5px solid rgba(26,17,9,.10);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; color: rgba(26,17,9,.35);
    box-shadow: 0 2px 8px rgba(26,17,9,.10);
    transition: all .2s ease;
    opacity: 0; transform: scale(.82);
    border: none; cursor: pointer;
}
.jci:hover .jci-remove-btn { opacity: 1; transform: scale(1); }
.jci-remove-btn:hover { background: var(--burg); color: var(--white); transform: scale(1.12) rotate(12deg); }

/* Detalhes */
.jci-details { min-width: 0; }
.jci-brand { font-family: var(--fn-head); font-size: 8px; letter-spacing: .28em; text-transform: uppercase; color: var(--rose); display: block; margin-bottom: 4px; }
.jci-name {
    font-family: var(--fn-d); font-size: 19px; font-weight: 700;
    color: var(--ink); line-height: 1.2; display: block;
    transition: color var(--tr);
}
.jci-name:hover { color: var(--burg); }
.jci-vars, .jci-variations { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 7px; }
.jci-var { font-size: 11px; font-family: var(--fn-b); color: rgba(26,17,9,.5); letter-spacing: .04em; background: var(--g100); padding: 3px 9px; border-radius: 20px; }
.jci-unit-price { margin-top: 10px; font-family: var(--fn-b); font-size: 13px; color: rgba(26,17,9,.45); }
.jci-unit-label { font-size: 10px; color: rgba(26,17,9,.3); }

/* Qty */
.jci-qty-desktop { display: flex; justify-content: center; }
.jci-qty-mobile  { display: none; }
.jci-qty-control, .jci-qty-wrap {
    display: flex; align-items: center;
    border: 1.5px solid rgba(26,17,9,.14);
    border-radius: 40px;
    overflow: hidden;
    background: var(--white);
}
.jci-qb, .jci-qty-minus, .jci-qty-plus {
    width: 34px; height: 34px;
    background: none; border: none;
    font-size: 15px; font-weight: 600;
    color: var(--ink); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all var(--tr);
}
.jci-qb:hover, .jci-qty-minus:hover, .jci-qty-plus:hover { background: var(--burg); color: var(--white); }
.jci-qty-input {
    width: 38px; height: 34px;
    border: none; outline: none;
    text-align: center;
    font-family: var(--fn-d);
    font-size: 16px; font-weight: 700;
    color: var(--ink);
    background: transparent;
    -moz-appearance: textfield;
}
.jci-qty-input::-webkit-outer-spin-button,
.jci-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; }

/* Subtotal */
.jci-subtotal {
    font-family: var(--fn-d);
    font-size: 20px; font-weight: 800;
    color: var(--burg);
    text-align: right;
    letter-spacing: -.01em;
}
.jci-subtotal .woocommerce-Price-amount { color: var(--burg) !important; }

/* ── Ações do form ── */
.jcart-form-actions {
    display: flex; align-items: flex-start; justify-content: space-between;
    padding: 28px 0 0;
    gap: 16px;
    flex-wrap: wrap;
}
.jcart-coupon-wrap {}
.jcart-coupon-toggle {
    background: none; border: none;
    display: flex; align-items: center; gap: 8px;
    font-family: var(--fn-head); font-size: 9px;
    letter-spacing: .18em; text-transform: uppercase;
    color: rgba(26,17,9,.5); cursor: pointer;
    transition: color var(--tr); padding: 0;
}
.jcart-coupon-toggle:hover { color: var(--burg); }
.jcap-coupon-toggle { /* alias para .jcart-coupon-toggle */
    background: none; border: none;
    display: flex; align-items: center; gap: 8px;
    font-family: var(--fn-head); font-size: 9px;
    letter-spacing: .18em; text-transform: uppercase;
    color: rgba(26,17,9,.5); cursor: pointer;
    transition: color var(--tr); padding: 0;
}
.jcap-coupon-toggle:hover { color: var(--burg); }
.jcart-coupon-chevron { transition: transform .25s; font-size: 8px; }
.jcart-coupon-toggle.open .jcart-coupon-chevron { transform: rotate(180deg); }
.jcart-coupon-form {
    display: none;
    margin-top: 14px;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    max-width: 340px;
}
.jcart-coupon-form.open { display: flex; }
.jcart-coupon-form .form-row { margin: 0; }
.jcart-coupon-input input[type="text"],
.jcart-coupon-form input[type="text"] {
    border: 1.5px solid rgba(26,17,9,.15);
    border-radius: 3px;
    padding: 10px 14px;
    font-family: var(--fn-b); font-size: 13px;
    color: var(--ink); background: var(--white);
    outline: none; transition: border-color var(--tr);
    width: 200px;
}
.jcart-coupon-form input:focus { border-color: var(--burg); }
.jcart-coupon-btn { padding: 10px 20px !important; font-size: 8px !important; }
.jcart-update-btn {
    display: flex; align-items: center; gap: 7px;
    background: none; border: 1.5px solid rgba(26,17,9,.12);
    padding: 10px 18px; border-radius: 3px;
    font-family: var(--fn-head); font-size: 8.5px;
    letter-spacing: .16em; text-transform: uppercase;
    color: rgba(26,17,9,.45); cursor: pointer;
    transition: all var(--tr);
}
.jcart-update-btn:hover { border-color: var(--burg); color: var(--burg); }
.jcart-update-btn i { transition: transform .4s; }
.jcart-update-btn:hover i { transform: rotate(180deg); }

.jcap-update-btn {
    display: flex; align-items: center; gap: 7px;
    background: none; border: 1.5px solid rgba(26,17,9,.12);
    padding: 10px 18px; border-radius: 3px;
    font-family: var(--fn-head); font-size: 8.5px;
    letter-spacing: .16em; text-transform: uppercase;
    color: rgba(26,17,9,.45); cursor: pointer;
    transition: all var(--tr);
}
.jcap-update-btn:hover { border-color: var(--burg); color: var(--burg); }

/* Continuar comprando */
.jcart-continue { margin-top: 20px; }
.jcart-continue-link, .jcart-continue-btn {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--fn-head); font-size: 9px;
    letter-spacing: .2em; text-transform: uppercase;
    color: rgba(26,17,9,.4);
    transition: all var(--tr);
}
.jcart-continue-link:hover, .jcart-continue-btn:hover { color: var(--burg); gap: 14px; }

/* ────────────────────
   UPSELL
──────────────────── */
.jcart-upsell {
    margin-top: 64px;
    padding-top: 52px;
    border-top: 1px solid rgba(26,17,9,.07);
}
.jcart-upsell-head { margin-bottom: 28px; }
.jcart-upsell-title {
    font-family: var(--fn-d);
    font-size: clamp(26px,3vw,38px);
    color: var(--burg);
    margin-top: 8px;
}
.jcart-upsell-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.jcup-card {}
.jcup-thumb, .jcup-image {
    position: relative;
    aspect-ratio: 3/4;
    border-radius: 8px;
    overflow: hidden;
    background: var(--g100);
}
.jcup-img-link { display: block; width: 100%; height: 100%; }
.jcup-img-main, .jcup-img-hover {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    transition: transform .7s ease, opacity .3s;
}
.jcup-img-hover { position: absolute; inset: 0; opacity: 0; }

/* Hover genérico para portrait/square */
.jcup-card:hover .jcup-img-main  { transform: scale(1.07); }
.jcup-card:hover .jcup-img-hover { opacity: 1; }

/* Imagens portrait (padrão) - sem override, deixa natural com object-fit cover */
.jcup-card.jcup-portrait .jcup-img-main,
.jcup-card.jcup-portrait .jcup-img-hover,
.jcup-card.jcup-square .jcup-img-main,
.jcup-card.jcup-square .jcup-img-hover {
    /* Mantém natural - object-fit: cover já preenche */
}

/* Imagens landscape - scale para preencher o container 3/4 */
.jcup-card.jcup-landscape .jcup-img-main,
.jcup-card.jcup-landscape .jcup-img-hover {
    transform: scale(1.14);
}

.jcup-card.jcup-landscape:hover .jcup-img-main,
.jcup-card.jcup-landscape:hover .jcup-img-hover {
    transform: scale(1.2);
}

/* Bonés horizontais (landscape): preenchimento mais agressivo */
.jcup-card.jcup-landscape[data-cats*="bones"] .jcup-img-main,
.jcup-card.jcup-landscape[data-cats*="bones"] .jcup-img-hover {
    transform: scale(1.22);
}

.jcup-card.jcup-landscape[data-cats*="bones"]:hover .jcup-img-main,
.jcup-card.jcup-landscape[data-cats*="bones"]:hover .jcup-img-hover {
    transform: scale(1.28);
}
.jcup-add {
    position: absolute; bottom: 10px; right: 10px;
    width: 36px; height: 36px;
    background: var(--white); border: none; border-radius: 50%;
    color: var(--burg); font-size: 13px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transform: scale(.8);
    transition: all var(--tr);
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
}
.jcup-add-btn {
    position: absolute; bottom: 10px; right: 10px;
    width: 36px; height: 36px;
    background: var(--white); border: none; border-radius: 50%;
    color: var(--burg); font-size: 13px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transform: scale(.8);
    transition: all var(--tr);
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
}
.jcup-card:hover .jcup-add { opacity: 1; transform: scale(1); }
.jcup-card:hover .jcup-add-btn { opacity: 1; transform: scale(1); }
.jcup-add:hover { background: var(--burg); color: var(--white); transform: scale(1.1); }
.jcup-add-btn:hover { background: var(--burg); color: var(--white); transform: scale(1.1); }
.jcup-add.added { background: var(--burg); color: var(--white); opacity: 1; transform: scale(1); }
.jcup-add-btn.added { background: var(--burg); color: var(--white); opacity: 1; transform: scale(1); }
.jcup-actions {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
    padding: 16px;
    opacity: 0;
    transition: opacity .3s ease;
}

/* Overlay gradient para melhor legibilidade */
.jcup-overlay-grad {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.3) 100%);
    opacity: 0;
    transition: opacity .3s ease;
}

.jcup-card:hover .jcup-overlay-grad { opacity: 1; }
.jcup-card:hover .jcup-actions { opacity: 1; }

/* Dots de tamanho (item-sizes) */
.item-sizes {
    display: flex; gap: 6px; justify-content: center; margin-bottom: 12px;
    flex-wrap: wrap;
}
.size-dot {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px;
    background: rgba(242,232,217,.2);
    color: var(--white);
    border-radius: 4px;
    font-size: 9px; font-weight: 600; letter-spacing: .04em;
    text-transform: uppercase;
    border: 1px solid rgba(242,232,217,.3);
    transition: all .2s ease;
}
.size-dot:not(.oos):hover {
    background: rgba(242,232,217,.4);
    border-color: var(--white);
}
.size-dot.oos {
    opacity: .4;
    cursor: not-allowed;
}

/* Size Picker (para produtos variáveis) */
.juro-size-picker {
    display: flex; flex-direction: column; gap: 10px;
    width: 100%;
}
.jsp-hint {
    display: block;
    font-size: 11px; font-weight: 600; letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(242,232,217,.7);
    text-align: center;
}
.jsp-sizes {
    display: flex; gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}
.jsp-opt {
    padding: 6px 12px;
    background: rgba(242,232,217,.2);
    color: var(--white);
    border: 1px solid rgba(242,232,217,.3);
    border-radius: 4px;
    font-size: 10px; font-weight: 600; letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease;
}
.jsp-opt:not(:disabled):hover,
.jsp-opt.selected {
    background: var(--white);
    color: var(--burg);
    border-color: var(--white);
}
.jsp-opt:disabled {
    opacity: .3;
    cursor: not-allowed;
}
.jsp-add {
    width: 36px; height: 36px;
    background: var(--white);
    border: none; border-radius: 50%;
    color: var(--burg);
    font-size: 13px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all .2s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
}
.jsp-add:not(:disabled):hover {
    background: var(--burg);
    color: var(--white);
    transform: scale(1.1);
}
.jsp-add:disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* Suporte responsivo */
@media (max-width: 1199px) {
    .jcart-upsell-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .jcart-upsell-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .jcup-thumb {
        aspect-ratio: 3/4;
    }
    .jcup-actions {
        padding: 12px;
    }
}

.jcup-info { padding: 12px 2px 0; }
.jcup-name {
    font-family: var(--fn-d); font-size: 15px; font-weight: 700;
    color: var(--ink); display: block; line-height: 1.25;
    transition: color var(--tr);
}
.jcup-name:hover { color: var(--burg); }
.jcup-price { font-family: var(--fn-d); font-size: 16px; font-weight: 800; color: var(--burg); margin-top: 5px; }

/* ────────────────────
   RESUMO DO PEDIDO
──────────────────── */
.jcart-summary {
    position: sticky;
    top: calc(var(--hdr-h,68px) + 20px);
}
.jcs-inner {
    background: var(--white);
    border-radius: 12px;
    padding: 36px 32px;
    box-shadow: 0 8px 48px rgba(26,17,9,.1);
}
.jcs-title {
    font-family: var(--fn-head);
    font-size: 10px; letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(26,17,9,.4);
    margin-bottom: 28px;
}
.jcs-lines { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.jcs-line {
    display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
    font-family: var(--fn-b); font-size: 14px;
    color: rgba(26,17,9,.6); letter-spacing: .02em;
}
.jcs-line > span:last-child { font-weight: 600; color: var(--ink); text-align: right; }

/* Aliases for line items */
.jcs-subtotal,
.jcs-total {
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    font-family: var(--fn-b); font-size: 14px;
    color: rgba(26,17,9,.6); letter-spacing: .02em;
}
.jcs-label,
.jcs-value {
    /* inherit from parent */
}
.jcs-label {
    font-family: var(--fn-b); font-size: 14px;
    color: rgba(26,17,9,.6); letter-spacing: .02em;
}
.jcs-value {
    font-weight: 600; color: var(--ink); text-align: right;
}

/* Shipping section */
.jcs-shipping {
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    padding-bottom: 14px; margin-bottom: 14px;
    border-bottom: 1px solid rgba(26,17,9,.07);
    font-family: var(--fn-b); font-size: 14px;
    color: rgba(26,17,9,.6); letter-spacing: .02em;
}
.jcs-shipping .jcs-label {
    font-family: var(--fn-b); font-size: 14px;
    color: rgba(26,17,9,.6);
}
.jcs-shipping .jcs-value {
    font-weight: 600; color: var(--ink); text-align: right;
}

/* Coupons section */
.jcs-coupons {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(26,17,9,.07);
}
.jcs-coupons h4 {
    font-family: var(--fn-head); font-size: 9px;
    letter-spacing: .22em; text-transform: uppercase;
    color: rgba(26,17,9,.4);
    margin-bottom: 8px;
}
.jcs-coupon-item {
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    padding: 6px 0;
    font-family: var(--fn-b); font-size: 12px;
    color: rgba(26,17,9,.6);
}
.jcs-coupon-item span:last-child {
    font-weight: 600; color: var(--burg);
}

/* Free shipping indicator */
.jcs-free {
    display: inline-flex; align-items: center; gap: 5px;
    font-weight: 700; color: var(--burg) !important;
}
.jcs-free-ship {
    display: flex; align-items: center; gap: 5px;
    font-weight: 700; color: var(--burg) !important;
}
.jcs-free-ship i { font-size: 12px; color: var(--burg); }
.jci-loading { opacity: .45; pointer-events: none; transition: opacity .2s; }
.jcs-line-coupon > span:first-child { display: flex; align-items: center; gap: 7px; }
.jcs-coupon-val { color: var(--burg) !important; }
.jcs-rm-coupon {
    width: 18px; height: 18px;
    background: rgba(26,17,9,.07); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 9px; color: rgba(26,17,9,.4);
    transition: all var(--tr); flex-shrink: 0;
}
.jcs-rm-coupon:hover { background: var(--burg); color: var(--white); }
.jcs-total-row {
    display: flex; justify-content: space-between; align-items: baseline;
    padding-top: 20px;
    border-top: 2px solid rgba(26,17,9,.08);
    margin-bottom: 28px;
}
.jcs-total-label {
    font-family: var(--fn-head); font-size: 9px;
    letter-spacing: .28em; text-transform: uppercase;
    color: rgba(26,17,9,.4);
}
.jcs-total-val {
    font-family: var(--fn-d); font-size: 32px; font-weight: 900;
    color: var(--burg); letter-spacing: -.02em;
}
.jcs-total-val .woocommerce-Price-amount { color: var(--burg) !important; font-size: 32px !important; }

/* CTA checkout */
.jcs-checkout-btn {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%;
    background: var(--burg);
    color: var(--white);
    padding: 18px 24px;
    border-radius: 4px;
    font-family: var(--fn-head);
    font-size: 10px; letter-spacing: .22em;
    text-transform: uppercase; font-weight: 600;
    position: relative; overflow: hidden;
    transition: all var(--tr);
}
.jcs-checkout-btn::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.12), transparent);
    opacity: 0; transition: opacity var(--tr);
}
.jcs-checkout-btn:hover { background: var(--burg-lt); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(79,19,36,.3); }
.jcs-checkout-btn:hover::before { opacity: 1; }
.jcs-checkout-arrow {
    width: 32px; height: 32px;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: transform var(--tr), background var(--tr);
}
.jcs-checkout-btn:hover .jcs-checkout-arrow { transform: translateX(4px); background: rgba(255,255,255,.25); }

/* Pagamentos */
.jcs-pay-methods {
    margin-top: 20px;
    display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.jcs-pay-label {
    font-size: 10px; font-family: var(--fn-b);
    letter-spacing: .06em;
    color: rgba(26,17,9,.35); text-transform: uppercase;
}
.jcs-pay-icons { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.jcs-payment-methods { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.jcs-pi {
    padding: 5px 10px;
    background: var(--g100);
    border-radius: 5px;
    color: rgba(26,17,9,.5);
    display: flex; align-items: center;
    transition: background var(--tr);
}
.jcs-pi:hover { background: var(--g200); }
.jspm-icon {
    width: 24px; height: 24px;
    color: rgba(26,17,9,.6);
    display: flex; align-items: center; justify-content: center;
    transition: color var(--tr);
}
.jspm-icon:hover { color: var(--burg); }

/* Garantia */
.jcs-guarantee {
    margin-top: 16px;
    display: flex; align-items: center; gap: 14px;
    padding: 16px 20px;
    background: rgba(242,232,217,.5);
    border-radius: 8px;
    border: 1px solid rgba(196,150,138,.25);
}
.jcs-guarantee-icon { font-size: 22px; color: var(--burg); flex-shrink: 0; }
.jcs-guarantee-text { display: flex; flex-direction: column; gap: 2px; }
.jcs-guarantee-text strong { font-family: var(--fn-d); font-size: 14px; color: var(--ink); }
.jcs-guarantee-text span  { font-family: var(--fn-b); font-size: 11px; color: rgba(26,17,9,.5); }

/* ────────────────────
   CARRINHO VAZIO
──────────────────── */
.jcart-empty {
    padding: 96px 0;
    display: flex; flex-direction: column; align-items: center;
    text-align: center; gap: 18px;
}
.jcart-empty-graphic {
    position: relative;
    width: 120px; height: 120px;
    margin-bottom: 8px;
}
.jeg-illustration { /* alias */
    position: relative;
    width: 120px; height: 120px;
    margin-bottom: 8px;
}
.jeg-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(196,150,138,.25);
    animation: emptyPulse 3s ease-in-out infinite;
}
.jeg-c1, .jeg-circle-1 { inset: 0; animation-delay: 0s; }
.jeg-c2, .jeg-circle-2 { inset: 12px; animation-delay: .5s; }
.jeg-c3, .jeg-circle-3 { inset: 24px; animation-delay: 1s; }
@keyframes emptyPulse {
    0%,100% { transform: scale(1); opacity: .4; }
    50%      { transform: scale(1.05); opacity: .8; }
}
.jeg-bag-icon {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 36px; color: var(--rose);
}
.jeg-icon { /* svg icon */
    width: 100%; height: 100%;
    object-fit: contain;
}
.jeg-circles { /* container for circles */ }
.jeg-continue-btn { /* alias for continue shopping btn */
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--fn-head); font-size: 9px;
    letter-spacing: .2em; text-transform: uppercase;
    color: rgba(26,17,9,.4);
    transition: all var(--tr);
}
.jeg-continue-btn:hover { color: var(--burg); gap: 14px; }
.jcart-empty-title { font-family: var(--fn-d); font-size: clamp(28px,4vw,44px); color: var(--burg); }
.jcart-empty-sub   { font-family: var(--fn-b); font-size: 15px; color: rgba(26,17,9,.5); max-width: 40ch; line-height: 1.7; }

/* ────────────────────
   RESPONSIVO
──────────────────── */
@media (max-width: 1100px) {
    .jcart-layout { grid-template-columns: 1fr 340px; gap: 32px; }
    .jcart-upsell-grid { grid-template-columns: repeat(3, 1fr); }
    .jci { grid-template-columns: 88px 1fr auto 100px; gap: 16px; }
}

@media (max-width: 900px) {
    .jcart-layout { grid-template-columns: 1fr; }
    .jcart-summary { position: static; order: -1; }
    .jcs-inner { border-radius: 8px; }
    .jcart-upsell-grid { grid-template-columns: repeat(2, 1fr); }
    .jci { grid-template-columns: 80px 1fr auto; gap: 14px; }
    .jci-subtotal { display: none; }
    .jci-list-head { grid-template-columns: 1fr auto; }
    .jci-list-head > span:last-child { display: none; }
    .jci-qty-desktop { display: none; }
    .jci-qty-mobile  { display: block; margin-top: 14px; }
    .jci-qty-mobile .jci-qty-wrap { display: inline-flex; }
    .jci-sub-mobile  { display: inline-block; margin-left: 16px; font-family: var(--fn-d); font-size: 18px; font-weight: 800; color: var(--burg); vertical-align: middle; }
}

@media (max-width: 576px) {
    .jcart-hero { padding: 56px 0 36px; }
    .jcart-hero-title { font-size: clamp(38px,11vw,64px); }
    .jcart-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .jct-sep { display: none; }
    .jct-item { padding: 0; justify-content: flex-start; }
    .jcart-upsell-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .jci { gap: 10px; }
    .jci-img-link { width: 80px; height: 100px; }
    .jci-name { font-size: 16px; }
    .jcs-inner { padding: 24px 20px; }
    .jcs-total-val { font-size: 26px; }
    .jcs-total-val .woocommerce-Price-amount { font-size: 26px !important; }
    .jcart-form-actions { flex-direction: column; }
    .jcart-layout { gap: 24px; }
    .jcart-upsell { margin-top: 40px; }
    .jcart-upsell-grid { grid-template-columns: repeat(2, 1fr); }
}

.woocommerce ul#shipping_method li label {
    display: inline;
    font-family: var(--fn-head);
}
.woocommerce-shipping-destination {
    font-family: var(--fn-head);
}