body.single-sps_product .wp-block-post-featured-image,body.single-sps_product .post-thumbnail,body.single-sps_product .entry-thumbnail,body.single-sps_product .featured-image,body.single-sps_product .post-featured-image,body.single-sps_product .entry-media,body.single-sps_product .post-media,body.single-sps_product .featured-media,body.single-sps_product .single-post-thumbnail,body.single-sps_product .post-thumbnail-wrap,body.single-sps_product .entry-image{display:none!important}:root{--sps-primary:#2563eb;--sps-primary-dark:#1d4ed8;--sps-text:#172033;--sps-muted:#667085;--sps-border:#e7eaf0;--sps-soft:#f7f9fc;--sps-danger:#c2410c}.sps-storefront{direction:rtl;color:var(--sps-text);font-family:inherit;max-width:1180px;margin:32px auto;padding:0 16px;box-sizing:border-box}.sps-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.sps-product-card{overflow:hidden;background:#fff;border:1px solid var(--sps-border);border-radius:18px;box-shadow:0 8px 24px rgba(16,24,40,.05);transition:transform .2s,box-shadow .2s}.sps-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(16,24,40,.1)}.sps-product-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:var(--sps-soft);overflow:hidden}.sps-product-image img{width:100%;height:100%;object-fit:cover}.sps-image-placeholder{color:var(--sps-muted);font-size:14px}.sps-product-content{padding:18px}.sps-product-title{font-size:17px;line-height:1.6;margin:0 0 8px}.sps-product-title a,.sps-view-product{color:inherit;text-decoration:none}.sps-product-title a:hover,.sps-view-product:hover{color:var(--sps-primary)}.sps-excerpt{color:var(--sps-muted);font-size:13px;line-height:1.8;min-height:46px;margin:0 0 10px}.sps-price{display:flex;align-items:center;gap:8px;min-height:30px;font-size:16px;font-weight:800;margin:12px 0}.sps-price del{color:#98a2b3;font-size:12px;font-weight:500}.sps-price ins{color:var(--sps-danger);text-decoration:none}.sps-product-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px}.sps-view-product{font-size:12px;color:var(--sps-muted)}.sps-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--sps-primary);color:#fff!important;text-decoration:none;padding:11px 16px;font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s}.sps-button:hover{background:var(--sps-primary-dark);transform:translateY(-1px)}.sps-button:disabled{opacity:.5;cursor:not-allowed}.sps-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.sps-section-heading h2{font-size:26px;margin:4px 0 0}.sps-eyebrow{color:var(--sps-primary);font-size:12px;font-weight:800}.sps-cart{background:var(--sps-soft);border-radius:18px;padding:24px}.sps-cart-items{display:grid;gap:10px}.sps-cart-row{display:grid;grid-template-columns:56px 1fr auto auto;align-items:center;gap:12px;background:#fff;border:1px solid var(--sps-border);border-radius:12px;padding:10px}.sps-cart-thumb{width:56px;height:56px;border-radius:8px;object-fit:cover;background:var(--sps-soft)}.sps-cart-item-title{font-weight:700;font-size:14px}.sps-cart-item-price{color:var(--sps-muted);font-size:12px;margin-top:4px}.sps-cart-qty{display:flex;align-items:center;gap:8px}.sps-qty-button,.sps-remove{border:1px solid var(--sps-border);background:#fff;border-radius:7px;cursor:pointer;padding:4px 8px}.sps-remove{color:var(--sps-danger);font-size:12px}.sps-cart-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px}.sps-cart-total{font-size:18px}.sps-cart-count{color:var(--sps-muted);font-size:13px}.sps-empty-state{grid-column:1/-1;display:grid;gap:8px;text-align:center;padding:56px 20px;background:var(--sps-soft);border:1px dashed var(--sps-border);border-radius:18px;color:var(--sps-muted)}.sps-empty-state strong{color:var(--sps-text);font-size:18px}.sps-checkout{max-width:760px}.sps-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sps-checkout label{display:block;color:var(--sps-text);font-size:13px;font-weight:700;margin:0 0 16px}.sps-checkout input,.sps-checkout textarea{display:block;width:100%;box-sizing:border-box;border:1px solid var(--sps-border);border-radius:10px;background:#fff;padding:12px 13px;margin-top:8px;font:inherit;font-size:14px}.sps-checkout input:focus,.sps-checkout textarea:focus{outline:2px solid rgba(37,99,235,.15);border-color:var(--sps-primary)}.sps-checkout-message{margin-top:14px;color:var(--sps-primary);font-size:13px}.sps-single-product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px}.sps-single-summary{border:1px solid var(--sps-border);border-radius:18px;padding:24px;align-self:start}.sps-short-description{color:var(--sps-muted);line-height:1.9}.sps-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sps-gallery img{width:100%;height:140px;object-fit:cover;border-radius:12px}.sps-gallery>img:first-child{grid-column:1/-1;height:390px}.sps-attributes{grid-column:1/-1}.sps-attributes dl{display:grid;grid-template-columns:180px 1fr;border:1px solid var(--sps-border);border-radius:12px;overflow:hidden}.sps-attributes dt,.sps-attributes dd{margin:0;padding:12px;border-bottom:1px solid var(--sps-border)}.sps-attributes dt{font-weight:700;background:var(--sps-soft)}.sps-comments{grid-column:1/-1;margin-top:28px;padding-top:24px;border-top:1px solid var(--sps-border)}@media(max-width:980px){.sps-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.sps-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sps-product-content{padding:13px}.sps-product-title{font-size:15px}.sps-product-actions{display:grid}.sps-cart-row{grid-template-columns:45px 1fr auto}.sps-cart-row .sps-cart-line-total{grid-column:2}.sps-form-grid,.sps-single-product{grid-template-columns:1fr}.sps-gallery>img:first-child{height:260px}.sps-attributes,.sps-comments{grid-column:auto}}@media(max-width:430px){.sps-products{grid-template-columns:1fr}.sps-cart-footer{align-items:stretch;flex-direction:column}.sps-cart-footer .sps-button{width:100%}}
.sps-product-taxonomies{display:grid;gap:9px;margin:18px 0;color:var(--sps-muted);font-size:13px}.sps-taxonomy-row{display:flex;align-items:flex-start;gap:8px}.sps-taxonomy-row strong{color:var(--sps-text);min-width:70px}.sps-taxonomy-row span{display:flex;flex-wrap:wrap;gap:6px}.sps-taxonomy-row a{color:var(--sps-primary);text-decoration:none}.sps-taxonomy-row a:hover{text-decoration:underline}
