/* Cart: restrained typography, clear totals and touch-friendly quantity controls. */
.es-cart-page{max-width:1240px}
.es-cart-page .es-cart-head{display:grid;grid-template-columns:1fr auto;column-gap:24px;align-items:center;margin-bottom:30px}
.es-cart-head>.eyebrow,.es-cart-head>h1,.es-cart-head>p{grid-column:1}
.es-cart-page .es-cart-head h1{font-size:clamp(26px,3vw,34px)!important;line-height:1.2}
.es-cart-page .es-cart-head p{font-size:14px;margin:3px 0}
.es-cart-page .es-cart-head>a{grid-column:2;grid-row:1/4;text-decoration:none;padding:12px 16px;border:1px solid var(--line);border-radius:10px;font-size:12px;font-weight:700;background:var(--panel)}
.es-cart-page .woocommerce-cart-form,.es-cart-page .cart_totals{padding:24px;border-radius:20px}
.es-cart-page .es-cart-items-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px}
.es-cart-page .es-cart-items-head h2{font-size:20px!important;text-transform:none;letter-spacing:-.025em;margin:0}
.es-cart-update-status{font-size:11px!important;color:var(--muted);margin:0;text-align:right;line-height:1.5;max-width:240px}
.es-cart-update-status[data-state=waiting]::before{content:"";display:inline-block;width:9px;height:9px;border:2px solid var(--line);border-top-color:var(--yellow);border-radius:50%;margin-right:7px;vertical-align:middle;animation:es-cart-spin .7s linear infinite}
.es-cart-update-status[data-state=error],.es-cart-update-status[data-state=invalid]{color:#da6868}
.es-cart-page .woocommerce table.cart{margin:0}
.es-cart-page .woocommerce table.cart th{font-size:10px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;padding:14px 6px}
.es-cart-page .woocommerce table.cart td{padding:20px 6px;font-size:13px}
.es-cart-page .woocommerce table.cart .product-remove{width:28px}
.es-cart-page .woocommerce table.cart .product-thumbnail{width:82px}
.es-cart-page .woocommerce table.cart img{width:68px;height:80px;border-radius:10px;padding:4px;display:block}
.es-cart-page .woocommerce table.cart .product-name{font-size:14px;font-weight:600;line-height:1.6;min-width:110px}
.es-cart-page .woocommerce table.cart .product-price,.es-cart-page .woocommerce table.cart .product-subtotal{white-space:nowrap;font-variant-numeric:tabular-nums}
.es-cart-page .woocommerce table.cart .product-price{color:var(--muted)}
.es-cart-page .woocommerce table.cart .product-subtotal{text-align:right;font-weight:700}
.es-cart-page .woocommerce table.cart .product-quantity{width:118px;text-align:center}
.es-cart-page .woocommerce a.remove{width:26px;height:26px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;font-size:18px;line-height:1}
.es-cart-page .woocommerce .es-quantity{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:10px;background:var(--ink);overflow:hidden;max-width:114px}
.es-cart-page .woocommerce .es-quantity input.qty{width:42px!important;min-height:42px;height:42px;padding:0!important;border:0!important;border-radius:0;background:transparent;text-align:center;font-size:14px;font-weight:600;appearance:textfield;-moz-appearance:textfield;margin:0}
.es-quantity input::-webkit-inner-spin-button,.es-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.es-qty-step{display:grid;place-items:center;flex:0 0 32px;width:32px;height:42px;padding:0;background:transparent;color:var(--cream);border:0;font-size:19px;cursor:pointer}
.es-qty-step:hover:not(:disabled){background:rgba(255,189,22,.15)}.es-qty-step:disabled{opacity:.35;cursor:default}
.es-cart-page :is(.es-qty-step,input.qty):focus-visible{outline:2px solid var(--yellow);outline-offset:-3px}
.es-cart-page .woocommerce table.cart td.actions{padding:20px 0 0;text-align:left}
.es-cart-page .woocommerce .coupon{float:none;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.es-cart-page .woocommerce .coupon::before,.es-cart-page .woocommerce .coupon::after{display:none!important}
.es-cart-page .woocommerce .coupon #coupon_code{width:190px;min-height:42px;margin:0;font-size:13px}
.es-cart-page .woocommerce .coupon .button{min-height:42px;padding:11px 15px;font-size:11px;border:1px solid var(--line);background:var(--ink)!important;color:var(--cream)!important}
.es-cart-auto:not(.es-cart-manual) .woocommerce-cart-form button[name=update_cart]{display:none!important}
.es-cart-manual .woocommerce-cart-form button[name=update_cart]{margin-top:16px}
.es-cart-page .woocommerce .cart_totals h2{font-size:20px!important;text-transform:none;letter-spacing:-.025em;margin:0 0 20px}
.es-cart-page .woocommerce .cart_totals table th,.es-cart-page .woocommerce .cart_totals table td{font-size:13px;padding:16px 0}
.es-cart-page .woocommerce .cart_totals table td{text-align:right}
.es-cart-page .woocommerce .cart_totals .order-total th{font-size:16px}
.es-cart-page .woocommerce .cart_totals .order-total td{font-size:25px;font-weight:800}
.es-cart-page .woocommerce .cart_totals .wc-proceed-to-checkout{padding:12px 0 0}
.es-cart-page .woocommerce .cart_totals .checkout-button{width:100%;margin:0;min-height:48px;border-radius:11px;font-size:13px;line-height:1.5}
.es-cart-page .checkout-button[aria-disabled=true]{opacity:.5;cursor:wait}
.es-cart-payment-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:18px 0 0;font-size:11px!important;line-height:1.6;color:var(--muted)}
.es-cart-payment-note svg{flex:0 0 18px}
.es-cart-page .woocommerce-notices-wrapper:empty{display:none}
.es-cart-page .woocommerce-notices-wrapper :is(.woocommerce-message,.woocommerce-error,.woocommerce-info){margin:0 0 16px;padding:13px 16px 13px 40px;border:1px solid var(--line);border-radius:11px;background:var(--panel);color:var(--cream);font-size:13px;line-height:1.6}
.es-cart-page .woocommerce-notices-wrapper :is(.woocommerce-message,.woocommerce-error,.woocommerce-info)::before{top:13px;left:15px}
.es-cart-page .blockUI.blockOverlay{background:var(--panel)!important;opacity:.45!important}
@media(min-width:1000px){.es-cart-page>.woocommerce{grid-template-columns:minmax(0,1.85fr) minmax(295px,1fr);gap:22px}.es-cart-page .cart-collaterals{position:sticky;top:130px}}
@media(max-width:999px){.es-cart-page .es-cart-head{display:block}.es-cart-page .es-cart-head>a{display:inline-flex;margin-top:18px}.es-cart-page .cart-collaterals{margin-top:20px}}
@media(max-width:768px){
 .es-cart-page .woocommerce-cart-form,.es-cart-page .cart_totals{padding:18px;border-radius:16px}
 .es-cart-page .es-cart-items-head{align-items:flex-start;flex-direction:column;gap:5px;margin-bottom:18px}
 .es-cart-update-status{text-align:left;max-width:none}
 .es-cart-page .woocommerce table.cart thead{display:none}
 .es-cart-page .woocommerce table.cart tr.cart_item{position:relative;display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:16px 10px;padding:20px 0;margin:0;border-top:1px solid var(--line)}
 .es-cart-page .woocommerce table.cart tr.cart_item td{border:0;padding:0;width:auto;min-width:0;background:transparent!important;text-align:left!important}
 .es-cart-page .woocommerce table.cart tr.cart_item td::before{display:none}
 .es-cart-page .woocommerce table.cart .product-thumbnail{display:block!important;grid-column:1;grid-row:1/3}
 .es-cart-page .woocommerce table.cart .product-name{grid-column:2;grid-row:1;font-size:13px;padding-right:6px}
 .es-cart-page .woocommerce table.cart .product-remove{grid-column:3;grid-row:1;align-self:start}
 .es-cart-page .woocommerce table.cart .product-price{grid-column:2;grid-row:2;font-size:12px}
 .es-cart-page .woocommerce table.cart .product-quantity{grid-column:1/3;grid-row:3}
 .es-cart-page .woocommerce table.cart .product-subtotal{grid-column:3;grid-row:3;align-self:center;font-size:15px}
 .es-cart-page .woocommerce table.cart tr:not(.cart_item) td.actions{border-top:1px solid var(--line);padding-top:18px}
 .es-cart-page .woocommerce .coupon{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
 .es-cart-page .woocommerce .coupon #coupon_code{width:100%!important;min-width:0}
 .es-cart-page .woocommerce .coupon button.button{width:auto!important}
 .es-cart-page .woocommerce .cart_totals table tr{display:table-row}
 .es-cart-page .woocommerce .cart_totals table th{display:table-cell}
 .es-cart-page .woocommerce .cart_totals table td{display:table-cell;background:transparent!important}
 .es-cart-page .woocommerce .cart_totals table td::before{display:none}
}
html[data-theme=light] .es-cart-update-status[data-state=error],html[data-theme=light] .es-cart-update-status[data-state=invalid]{color:#a92f2f}
html[data-theme=light] .es-cart-head>.eyebrow{color:#866100}
@keyframes es-cart-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.es-cart-update-status::before{animation:none!important}}
