.shipping-calculator{margin:18px 0;padding:18px;border:1px solid #cfdde8;border-radius:12px;background:linear-gradient(145deg,#f4f8ff,#fff)}
.shipping-calculator__heading{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}
.shipping-calculator__heading>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e6effc;font-size:20px}
.shipping-calculator__heading strong,.shipping-calculator__heading small{display:block}
.shipping-calculator__heading small{margin-top:2px;color:#5e6d7d;line-height:1.4}
.shipping-calculator>label{display:block;margin-bottom:5px;font-size:13px;font-weight:800}
.shipping-calculator select{width:100%;padding:10px 36px 10px 11px;border:1px solid #b9c9d8;border-radius:8px;background:#fff;color:var(--ink)}
.shipping-calculator__message{margin:15px 0 8px;font-weight:850;color:var(--brand-dark)}
.shipping-calculator__track{height:12px;overflow:hidden;border-radius:999px;background:#dce5ed;box-shadow:inset 0 1px 2px #0001}
.shipping-calculator__track span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1358AD,#2e82d8);transition:width .35s ease}
.shipping-calculator.is-free .shipping-calculator__track span{background:linear-gradient(90deg,#258b4b,#43b96d)}
.shipping-calculator.is-free .shipping-calculator__message{color:#18733b}
.shipping-calculator__details{display:flex;justify-content:space-between;gap:12px;margin-top:8px;color:#617080;font-size:12px}
@media(max-width:600px){.shipping-calculator{padding:15px}.shipping-calculator__details{display:grid;gap:2px}}
.cart-page.section{padding-bottom:22px}
.cart-page+.recently-viewed{padding-top:6px}
@media(max-width:600px){.cart-page.section{padding-bottom:14px}.cart-page+.recently-viewed{padding-top:2px}}
.cart-page form{grid-template-columns:minmax(0,1fr) 330px 300px;gap:24px;align-items:start}
.cart-sidebar{display:contents}
.cart-recently-viewed{padding:18px;border:1px solid #dce5e1;border-radius:var(--radius);background:#fff}
.cart-recently-viewed[hidden]{display:none}
.cart-recently-viewed__heading{margin-bottom:14px}
.cart-recently-viewed__heading h2{margin:0;font-size:20px;line-height:1.2}
.cart-recently-viewed__heading p{margin:4px 0 0;color:#61706a;font-size:13px}
.cart-recently-viewed .product-grid{grid-template-columns:1fr;gap:10px}
.cart-recently-viewed .product-card{display:grid;grid-template-columns:88px minmax(0,1fr);border-radius:9px}
.cart-recently-viewed .product-card:hover{transform:none}
.cart-recently-viewed .product-card__media{width:88px;min-height:88px;padding:7px}
.cart-recently-viewed .product-card__body{padding:10px}
.cart-recently-viewed .product-card__body small{font-size:11px}
.cart-recently-viewed .product-card h3{margin:2px 0 7px;font-size:13px;line-height:1.3}
.cart-recently-viewed .product-card .price{margin:0}
.cart-recently-viewed .product-card .price strong{font-size:16px}
.cart-recently-viewed .product-card .stock,.cart-recently-viewed .product-card .button{display:none}
@media(max-width:1150px){.cart-page form{grid-template-columns:minmax(0,1fr) 330px}.cart-recently-viewed{grid-column:1/-1}.cart-recently-viewed .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.cart-page form{grid-template-columns:1fr}.cart-recently-viewed{grid-column:auto;padding:15px}.cart-recently-viewed .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.cart-recently-viewed .product-grid{grid-template-columns:1fr}}
