/* Native Cart Block and classic shortcode share the purchase drawer palette.
   No cart inputs, totals or WooCommerce request handlers are replaced. */
body.woocommerce-cart {background:#f5f8fb;--sl-cart-accent:#17798a;--sl-cart-button:#ff5600;}
body.woocommerce-cart .site-main {max-width:1200px;margin-inline:auto;padding:32px 20px 56px;}
body.woocommerce-cart .starline-cart-page-header {background:var(--sl-cart-accent);padding:22px 26px;border-radius:20px 20px 0 0;margin:20px 0 24px;}
body.woocommerce-cart .starline-cart-page-header .entry-title {color:#fff;margin:0;font-size:28px;line-height:1.3;}
body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .woocommerce:has(> .woocommerce-cart-form) {display:grid!important;grid-template-columns:minmax(0,1fr) minmax(290px,360px);gap:24px;align-items:start;}
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {width:100%!important;min-width:0;float:none!important;margin:0!important;box-sizing:border-box;}
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .cart_totals {background:#fff;border:1px solid #dce5ef;border-radius:18px;padding:22px;box-shadow:0 2px 5px #1b30400a;}
body.woocommerce-cart .cart_totals {width:100%!important;float:none!important;}
body.woocommerce-cart .woocommerce:has(> .woocommerce-cart-form) > :not(.woocommerce-cart-form):not(.cart-collaterals) {grid-column:1/-1;}
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart table.shop_table.cart {width:100%;border:0;border-collapse:collapse;margin:0;}
body.woocommerce-cart .wc-block-cart-items th,
body.woocommerce-cart .shop_table.cart th {font-size:12px;letter-spacing:.03em;color:#64748b;padding-bottom:16px;}
body.woocommerce-cart .wc-block-cart-items td,
body.woocommerce-cart .shop_table.cart td {border-bottom:1px solid #dce5ef;padding-block:20px;vertical-align:top;}
body.woocommerce-cart .wc-block-cart-item__image {width:88px!important;padding-right:16px!important;}
body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-cart .product-thumbnail img {width:72px;height:72px;object-fit:contain;background:#f6f8fb;border:1px solid #e1e8f0;border-radius:10px;}
body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart td.product-name a {color:#24334b;font-size:14px;font-weight:650;line-height:1.5;text-decoration:none;}
body.woocommerce-cart .wc-block-components-product-metadata__description {display:none;}
body.woocommerce-cart .wc-block-cart-item__total,
body.woocommerce-cart td.product-subtotal {color:var(--sl-cart-accent);font-weight:700;white-space:nowrap;}
body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .quantity {border:1px solid #dce5ef;border-radius:9px;background:#f5f8fc;min-height:36px;}
body.woocommerce-cart .wc-block-cart-item__remove-link {color:#b42335!important;font-size:13px!important;min-height:32px;text-decoration:underline!important;text-underline-offset:3px;}
body.woocommerce-cart a.remove {display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#b42335!important;background:#fff1f2;border-radius:8px;}
body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-cart .cart_totals h2 {font-size:21px;font-weight:700;color:#24334b;margin:0 0 18px;}
body.woocommerce-cart .wc-block-components-totals-wrapper {border-color:#e1e8f0;}
body.woocommerce-cart .wc-block-components-totals-footer-item {font-size:20px;font-weight:750;color:#24334b;}
body.woocommerce-cart a.wc-block-cart__submit-button,
body.woocommerce-cart a.checkout-button {background:var(--sl-cart-button)!important;border:0!important;border-radius:12px!important;min-height:52px;color:#fff!important;font-weight:700;box-shadow:none;}
body.woocommerce-cart a.wc-block-cart__submit-button .wc-block-components-button__text {color:#fff!important;}
body.woocommerce-cart a.wc-block-cart__submit-button:hover,
body.woocommerce-cart a.checkout-button:hover {filter:brightness(.94);}
body.woocommerce-cart :is(a,button,input):focus-visible {outline:3px solid var(--sl-cart-accent);outline-offset:3px;}
body.woocommerce-cart .wc-block-cart__submit-container {padding:16px 0 0;}
body.woocommerce-cart .wc-block-cart__sidebar {position:sticky;top:24px;}
@media(max-width:900px){
 body.woocommerce-cart .wc-block-cart,
 body.woocommerce-cart .woocommerce:has(> .woocommerce-cart-form){grid-template-columns:minmax(0,1fr);gap:18px;}
 body.woocommerce-cart .wc-block-cart__sidebar {position:static;}
}
@media(max-width:600px){
 body.woocommerce-cart .site-main{padding:16px 12px 32px;}
 body.woocommerce-cart .starline-cart-page-header{padding:18px;border-radius:14px 14px 0 0;}
 body.woocommerce-cart .wc-block-cart__main,
 body.woocommerce-cart .wc-block-cart__sidebar,
 body.woocommerce-cart .woocommerce-cart-form,
 body.woocommerce-cart .cart_totals{padding:14px;border-radius:14px;}
 body.woocommerce-cart .wc-block-cart-item__image{width:68px!important;padding-right:10px!important;}
 body.woocommerce-cart .wc-block-cart-item__image img{width:56px;height:56px;}
 body.woocommerce-cart .wc-block-components-product-name{font-size:13px;overflow-wrap:anywhere;}
}
