.sps-cart-page{width:100%;padding-top:8px;background:transparent!important}.sps-cart-pending{visibility:hidden}
.sps-cart-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 30px;padding:30px 34px;border:1px solid rgba(37,99,235,.1);border-radius:23px;background:linear-gradient(120deg,#f7faff,#fff 62%,#fff8f3);box-shadow:0 12px 30px rgba(16,24,40,.04)}
.sps-cart-heading h1{margin:5px 0 7px;color:var(--sps-text);font-size:30px;line-height:1.3}
.sps-cart-heading p{margin:0;color:var(--sps-muted);font-size:13px}
.sps-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:10px 14px;border:1px solid #e4e9f1;border-radius:999px;background:#fff;color:var(--sps-muted);font-size:12px;font-weight:700}

.sps-cart-layout{display:grid;grid-template-columns:350px minmax(0,1fr);gap:28px;align-items:start;direction:ltr}
.sps-cart-products-column{grid-column:2;grid-row:1;min-width:0;direction:rtl}
.sps-cart-summary{grid-column:1;grid-row:1;align-self:start;min-width:0;direction:rtl;position:sticky;top:24px;padding:23px;border:1px solid rgba(37,99,235,.1);border-radius:20px;background:linear-gradient(155deg,#f4f8ff,#fff);box-shadow:0 16px 34px rgba(16,24,40,.08)}
.sps-cart-products-heading{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:13px}
.sps-cart-products-heading h2{margin:0;color:var(--sps-text);font-size:20px}
.sps-cart-products-heading span{color:var(--sps-muted);font-size:11px}
.sps-cart-notice,.sps-coupon-notice{min-height:18px;margin:7px 0;color:#a16207;font-size:11px;font-weight:700}
.sps-cart-items{display:grid;gap:11px}
.sps-cart-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:16px;padding:15px 17px;border:1px solid var(--sps-border);border-radius:15px;background:#fff;box-shadow:0 7px 18px rgba(16,24,40,.035);transition:border-color .2s,box-shadow .2s,transform .2s}
.sps-cart-row:hover{border-color:#cbd8f3;box-shadow:0 11px 24px rgba(16,24,40,.07);transform:translateY(-1px)}
.sps-cart-product{display:flex;align-items:center;min-width:0;gap:13px}
.sps-cart-thumb{display:flex;align-items:center;justify-content:center;flex:0 0 76px;width:76px;height:76px;border-radius:12px;object-fit:cover;background:var(--sps-soft);color:#aab3c0}
.sps-cart-product>div{min-width:0}
.sps-cart-product-link{display:block;flex:0 0 76px;height:76px}
.sps-cart-product-link .sps-cart-thumb{width:100%;height:100%}
.sps-cart-item-title{overflow:hidden;color:var(--sps-text);font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.sps-cart-item-title a{color:inherit;text-decoration:none}
.sps-cart-item-title a:hover{color:var(--sps-primary)}
.sps-cart-item-price{margin-top:6px;color:var(--sps-muted);font-size:11px}
.sps-cart-qty{display:flex;align-items:center;gap:12px;padding:5px 7px;border:1px solid #e3e8f1;border-radius:10px;background:#fbfcfe}
.sps-cart-qty strong{min-width:20px;color:var(--sps-text);font-size:13px;text-align:center}
.sps-qty-button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:0;border-radius:7px;background:#fff;color:var(--sps-primary);font-size:18px;line-height:1;cursor:pointer;transition:background .2s,color .2s}
.sps-qty-button:hover{background:var(--sps-primary);color:#fff}
.sps-cart-line-total{min-width:106px;color:var(--sps-text);font-size:13px;text-align:center}
.sps-remove{padding:5px;border:0;background:transparent;color:#c2410c;font:inherit;font-size:11px;cursor:pointer}
.sps-remove:hover{text-decoration:underline}

.sps-cart-summary-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:17px;border-bottom:1px solid #dfe7f3}
.sps-cart-summary-heading span{color:var(--sps-text);font-size:18px;font-weight:850}
.sps-cart-summary-heading small{color:var(--sps-muted);font-size:10px}
.sps-cart-summary-lines{display:grid;gap:14px;padding:18px 0;border-bottom:1px solid #dfe7f3}
.sps-cart-summary-lines>div{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--sps-muted);font-size:12px}
.sps-cart-summary-lines strong{color:var(--sps-text);font-size:12px}
.sps-cart-summary-lines .sps-cart-discount-row strong{color:#16a05d}
.sps-cart-grand-total{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 0;color:var(--sps-text);font-size:13px;font-weight:800}
.sps-cart-grand-total strong{font-size:18px}
.sps-cart-summary .sps-checkout-link{display:flex;width:100%;box-sizing:border-box;border-radius:11px;justify-content:space-between;padding:13px 16px}
.sps-cart-summary .sps-checkout-link span{font-size:19px;line-height:1}
.sps-cart-summary .sps-checkout-link.is-disabled{pointer-events:none;opacity:.45}
.sps-coupon-form{margin-top:21px;padding-top:18px;border-top:1px dashed #d6deea}
.sps-coupon-form label{display:block;margin-bottom:9px;color:var(--sps-text);font-size:12px;font-weight:800}
.sps-coupon-form>div{display:flex;gap:7px}
.sps-coupon-form input{min-width:0;flex:1;box-sizing:border-box;border:1px solid #dfe6f0;border-radius:9px;background:#fff;padding:10px 11px;color:var(--sps-text);font:inherit;font-size:12px;outline:none}
.sps-coupon-form input:focus{border-color:var(--sps-primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.sps-coupon-form button{border:0;border-radius:9px;background:#e9eef8;color:#31558e;padding:0 14px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.sps-coupon-form button:hover{background:#dce7fb;color:var(--sps-primary)}
.sps-coupon-message{min-height:18px;margin:8px 0 0;color:#a16207;font-size:11px;font-weight:700;line-height:1.8}
.sps-cart-page .sps-empty-state{grid-column:1/-1;padding:62px 20px;border-radius:16px;background:#fff}
.sps-cart-page.is-empty .sps-cart-summary{display:none}
.sps-cart-page.is-empty .sps-cart-products-column{grid-column:1/-1}

@media(max-width:900px){
	.sps-cart-heading{padding:25px 23px}
	.sps-cart-layout{display:block}
	.sps-cart-products-column,.sps-cart-summary{display:block}
	.sps-cart-summary{position:static;margin-top:22px}
}
@media(max-width:620px){
	.sps-cart-heading{align-items:stretch;flex-direction:column;margin-bottom:22px;padding:23px 18px}
	.sps-cart-heading h1{font-size:25px}
	.sps-cart-count{align-self:flex-start}
	.sps-cart-products-heading{align-items:flex-start;flex-direction:column;gap:5px}
	.sps-cart-row{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px}
	.sps-cart-product{grid-column:1/-1}
	.sps-cart-line-total{min-width:0;text-align:right}
	.sps-cart-remove{justify-self:end}
	.sps-cart-qty{justify-self:start}
	.sps-cart-summary{padding:19px}
}
