*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f4f7fb;color:#17263a;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.sf-head{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid #dfe6ef;backdrop-filter:blur(12px)}.sf-head-inner{max-width:1240px;height:76px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:28px}.sf-brand{display:flex;align-items:center;min-width:0;color:#17263a;text-decoration:none;font-size:22px}.sf-brand img{display:block;max-width:220px;max-height:48px}.sf-nav{display:flex;align-items:center;gap:7px}.sf-nav a{display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border-radius:9px;color:#42566f;text-decoration:none;font-size:14px;font-weight:750;white-space:nowrap}.sf-nav a:hover,.sf-nav a.active{background:#eef3f8;color:#17263a}.sf-cart-count{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:var(--store-primary);color:#fff;font-size:11px}.sf-main{max-width:1240px;margin:0 auto;padding:34px 28px 72px}.sf-hero{background:#fff;border:1px solid #dfe6ef;border-radius:18px;padding:34px;margin-bottom:26px;box-shadow:0 8px 30px rgba(24,39,75,.045)}.sf-shop-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);align-items:end;gap:34px}.sf-eyebrow{display:block;margin-bottom:8px;color:var(--store-primary);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.sf-hero h1{margin:0 0 9px;font-size:36px;letter-spacing:-.025em}.sf-hero p{margin:0;max-width:680px;color:#64748b;font-size:16px;line-height:1.6}.sf-shop-search label{display:block;margin:0 0 7px;color:#455a72;font-size:12px;font-weight:800}.sf-shop-search input{width:100%;height:48px;border:1px solid #cbd5e1;border-radius:11px;background:#fff;padding:0 15px;font:inherit;color:#17263a;box-shadow:0 2px 7px rgba(15,23,42,.03)}.sf-shop-search input:focus{outline:3px solid color-mix(in srgb,var(--store-primary) 18%,transparent);border-color:var(--store-primary)}
.sf-category-nav{display:flex;gap:9px;overflow-x:auto;padding:2px 0 18px;margin-bottom:4px;scrollbar-width:thin}.sf-category-chip{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:9px 13px;border:1px solid #d7e0ea;border-radius:999px;background:#fff;color:#42566f;text-decoration:none;font-size:13px;font-weight:750}.sf-category-chip span{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#edf2f7;color:#64748b;font-size:11px}.sf-category-chip:hover,.sf-category-chip.active{border-color:var(--store-primary);background:color-mix(in srgb,var(--store-primary) 8%,white);color:#17263a}.sf-catalog{display:grid;gap:38px}.sf-category-section{scroll-margin-top:105px}.sf-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 15px}.sf-section-head h2{margin:0;font-size:23px;letter-spacing:-.015em}.sf-section-head p{margin:5px 0 0;color:#718096;font-size:14px}.sf-section-head>span{color:#8391a4;font-size:12px;font-weight:700}.sf-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}
.sf-product-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #dfe6ef;border-radius:15px;display:flex;flex-direction:column;box-shadow:0 6px 20px rgba(24,39,75,.045);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.sf-product-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 12px 30px rgba(24,39,75,.09)}.sf-product-media{height:205px;display:grid;place-items:center;overflow:hidden;background:#fff;border-bottom:1px solid #edf1f5;text-decoration:none}.sf-product-media img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;padding:12px}.sf-media-placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(145deg,#f8fafc,#eef2f7);color:#94a3b8;font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.sf-product-body{display:flex;flex:1;min-width:0;flex-direction:column;padding:17px}.sf-card-meta{min-height:22px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px;color:#718096;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.sf-badge{padding:4px 7px;border-radius:999px;background:#edf7f1;color:#257047;font-size:10px}.sf-product-card h3{margin:0 0 8px;font-size:17px;line-height:1.28;letter-spacing:-.012em}.sf-product-card h3 a{color:#17263a;text-decoration:none}.sf-card-description{display:-webkit-box;min-height:60px;margin:0 0 16px;overflow:hidden;color:#66788f;font-size:13px;line-height:1.5;-webkit-line-clamp:3;-webkit-box-orient:vertical}.sf-product-footer{display:flex;flex-direction:column;gap:11px;margin-top:auto}.sf-price{font-size:24px;font-weight:850;line-height:1.1;letter-spacing:-.02em}.sf-cycle{font-size:12px;color:#718096;font-weight:650;letter-spacing:0}.sf-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;background:var(--store-primary);color:#fff;text-decoration:none;border:0;border-radius:9px;padding:10px 15px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.sf-button:hover{filter:brightness(.94)}.sf-button.secondary{background:#536579}.sf-alert{border-radius:10px;padding:12px 14px;margin-bottom:18px;background:#fff7ed;color:#92400e;border:1px solid #fed7aa}.sf-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:13px;padding:28px;color:#66768d}.sf-search-empty{margin-top:20px;text-align:center}
.sf-panel{background:#fff;border:1px solid #dfe6ef;border-radius:15px;padding:26px;margin-bottom:20px;box-shadow:0 6px 22px rgba(24,39,75,.035)}.sf-detail-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:42px;align-items:start}.sf-detail-media{min-width:0;border:1px solid #e3e9f0;border-radius:15px;background:#fff;overflow:hidden}.sf-detail-media img{display:block;width:100%;height:440px;object-fit:contain;padding:24px}.sf-detail-info{min-width:0}.sf-breadcrumb{margin:0 0 14px;color:#77869a;font-size:12px}.sf-breadcrumb a{color:inherit;text-decoration:none}.sf-detail-info h1{margin:0 0 13px;font-size:32px;line-height:1.18;letter-spacing:-.025em}.sf-detail-description{color:#5f7188;line-height:1.62}.sf-purchase-box{margin-top:22px;padding-top:20px;border-top:1px solid #e8edf3}.sf-field{margin-bottom:16px}.sf-field label{display:block;font-weight:800;margin-bottom:7px}.sf-field input,.sf-field select{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:10px 11px;font-size:15px}.sf-option{border-top:1px solid #edf1f5;padding-top:16px;margin-top:16px}.sf-option-values{display:grid;gap:8px}.sf-option-values label{display:flex;gap:9px;align-items:center;font-weight:600}.sf-option-values input{width:auto}
.sf-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.sf-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #dfe6ef;border-radius:13px;padding:22px;display:flex;flex-direction:column;min-height:210px}.sf-card-image{display:block;height:210px;margin:-22px -22px 18px;overflow:hidden;border-radius:13px 13px 0 0;background:#fff;border-bottom:1px solid #edf1f5}.sf-card-image img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;padding:12px}.sf-card h2{font-size:20px;margin:0 0 8px}.sf-card p{color:#66768d;line-height:1.5;margin:0 0 16px}.sf-detail-image{width:min(520px,100%);height:390px;overflow:hidden;border-radius:12px;background:#fff;margin:4px 0 22px;border:1px solid #e3e9f0}.sf-detail-image img{width:100%;height:100%;object-fit:contain;display:block;padding:18px}.sf-cart-row{display:grid;grid-template-columns:minmax(0,1fr) 100px 140px auto;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid #edf1f5}.sf-cart-row:last-child{border-bottom:0}.sf-muted{color:#66768d;font-size:13px}.sf-total{display:flex;justify-content:space-between;gap:20px;font-size:18px;padding:8px 0}.sf-total strong{font-size:22px}.sf-foot{max-width:1240px;margin:0 auto;padding:28px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #e4e9f0;color:#75859a;font-size:12px}.sf-foot a{color:var(--store-primary)}
@media(max-width:900px){.sf-shop-hero,.sf-detail-layout{grid-template-columns:1fr}.sf-detail-media img{height:360px}.sf-head-inner{padding:0 18px}.sf-main{padding:26px 18px 56px}.sf-product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media(max-width:700px){.sf-head-inner{height:auto;min-height:70px;padding:11px 15px;align-items:flex-start;flex-direction:column;gap:8px}.sf-brand img{max-height:38px}.sf-nav{width:100%;overflow-x:auto;padding-bottom:2px}.sf-nav a{padding:8px 9px}.sf-main{padding:20px 14px 48px}.sf-hero{padding:22px;border-radius:14px}.sf-hero h1{font-size:29px}.sf-shop-hero{gap:22px}.sf-category-nav{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.sf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.sf-product-media{height:150px}.sf-product-body{padding:13px}.sf-product-card h3{font-size:15px}.sf-card-description{min-height:54px;font-size:12px}.sf-price{font-size:20px}.sf-button{font-size:12px;padding:9px 10px}.sf-section-head{align-items:flex-start}.sf-section-head h2{font-size:21px}.sf-cart-row{grid-template-columns:1fr}.sf-detail-info h1{font-size:27px}.sf-detail-media img{height:300px}.sf-foot{padding:22px 15px}}@media(max-width:440px){.sf-product-grid{grid-template-columns:1fr}.sf-product-media{height:210px}.sf-card-description{min-height:auto}.sf-section-head>span{display:none}}

/* StoreFront checkout and action polish */
.sf-button{min-height:44px;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:750;line-height:1.15;letter-spacing:0;box-shadow:none}.sf-button-checkout{background:#23864b;color:#fff}.sf-button-checkout:hover{background:#1d7440;filter:none}.sf-button-checkout-outline{background:#fff;color:#1d7440;border:1px solid #55a674}.sf-button-checkout-outline:hover{background:#f0faf4;filter:none}.sf-button-muted{background:#eef2f6;color:#42566f;border:1px solid #d5dee8}.sf-button-muted:hover{background:#e4eaf1;filter:none}.sf-cart-actions{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 12px}.sf-card-buy{display:grid;grid-template-columns:68px minmax(0,1fr);gap:9px;align-items:end}.sf-card-buy label{display:grid;gap:5px;color:#65768b;font-size:11px;font-weight:750}.sf-card-buy input{width:100%;height:44px;border:1px solid #cbd5e1;border-radius:9px;padding:0 9px;font:inherit;color:#17263a;background:#fff}.sf-card-details{display:inline-flex;justify-content:center;color:#52677f;font-size:12px;font-weight:700;text-decoration:none;padding:2px 0}.sf-card-details:hover{color:var(--store-primary);text-decoration:underline}.sf-cart-row .sf-button{min-height:36px;padding:8px 12px;font-size:12px}.sf-product-footer .sf-button{width:100%}@media(max-width:700px){.sf-cart-actions{display:grid}.sf-cart-actions .sf-button{width:100%}}

.sf-button.secondary{background:#fff;color:#52677f;border:1px solid #cbd5e1}.sf-button.secondary:hover{background:#f6f8fb;border-color:#b8c4d1;filter:none}.sf-cart-row .sf-button.secondary{background:#fff;color:#5d6f84}.sf-cart-row .sf-button.secondary:hover{background:#f7f9fb}.sf-actions-inline{display:flex;flex-wrap:wrap;gap:10px;align-items:center}

/* Professional cart checkout panel */
.sf-field textarea{width:100%;min-height:92px;resize:vertical;border:1px solid #cbd5e1;border-radius:8px;padding:10px 11px;font:inherit;font-size:15px;line-height:1.45;background:#fff;color:#17263a}.sf-order-notes-field textarea{min-height:180px}.sf-field input:focus,.sf-field select:focus,.sf-field textarea:focus{outline:3px solid color-mix(in srgb,var(--store-primary) 14%,transparent);border-color:var(--store-primary)}.sf-checkout-panel{padding:30px}.sf-checkout-fields{display:grid;grid-template-columns:minmax(180px,.42fr) minmax(300px,1fr);gap:22px;margin:22px 0 6px;padding-top:22px;border-top:1px solid #e7edf3}.sf-checkout-fields .sf-field{margin:0}.sf-checkout-actions{display:flex;align-items:stretch;gap:18px;margin-top:28px}.sf-checkout-actions form{margin:0}.sf-checkout-actions-final{align-items:center}.sf-button-payment{min-width:300px;min-height:60px;display:grid;grid-template-columns:30px 1fr 20px;gap:12px;text-align:left;background:linear-gradient(135deg,#183a62,#102945);color:#fff;border:1px solid #102945;border-radius:13px;padding:10px 17px;box-shadow:0 9px 20px rgba(23,47,79,.2);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.sf-button-payment:hover{background:linear-gradient(135deg,#123252,#0b2038);filter:none;transform:translateY(-1px);box-shadow:0 12px 24px rgba(23,47,79,.24)}.sf-button-payment svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sf-button-payment span{display:grid;gap:3px;font-size:15px}.sf-button-payment small{color:#cbd7e5;font-size:10px;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.sf-button-payment>strong{font-size:21px}.sf-checkout-actions .sf-button-muted{min-height:52px;padding-inline:22px}.sf-order-notes{padding:12px 0;border-top:1px solid #edf1f5}.sf-order-notes>span{color:#66768d;font-size:13px}.sf-order-notes p{margin:6px 0 0;line-height:1.55}.sf-order-summary{padding:0;overflow:hidden}.sf-order-summary-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:25px 27px 20px;border-bottom:1px solid #e8edf3}.sf-order-summary-head h2{margin:0;font-size:25px}.sf-order-summary-head .sf-eyebrow{margin-bottom:5px}.sf-order-summary-head>span{color:#718096;font-size:12px;font-weight:750}.sf-order-summary-list{display:grid}.sf-order-summary-row{display:grid;grid-template-columns:78px minmax(0,1fr) 92px 135px;gap:18px;align-items:center;padding:20px 27px;border-bottom:1px solid #edf1f5}.sf-order-summary-row:last-child{border-bottom:0}.sf-order-summary-image{width:78px;height:78px;display:grid;place-items:center;overflow:hidden;border:1px solid #e1e8f0;border-radius:11px;background:#fff}.sf-order-summary-image img{display:block;width:100%;height:100%;object-fit:contain;padding:5px}.sf-order-summary-image svg{width:34px;height:34px;fill:none;stroke:#9aa9ba;stroke-width:1.35}.sf-order-summary-copy{min-width:0}.sf-order-summary-copy>strong{display:block;font-size:16px;line-height:1.35}.sf-order-summary-copy p{display:-webkit-box;margin:5px 0 8px;overflow:hidden;color:#66788f;font-size:12px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sf-order-summary-specs{display:flex;flex-wrap:wrap;gap:6px}.sf-order-summary-specs span{display:inline-flex;padding:4px 7px;border-radius:999px;background:#f0f4f8;color:#52677f;font-size:10px;font-weight:700}.sf-order-summary-qty,.sf-order-summary-price{display:grid;gap:5px}.sf-order-summary-qty small,.sf-order-summary-price small{color:#8290a2;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.sf-order-summary-price{text-align:right}.sf-order-summary-price strong{font-size:18px}@media(max-width:700px){.sf-checkout-panel{padding:22px 18px}.sf-checkout-fields{grid-template-columns:1fr}.sf-checkout-actions{display:grid;gap:14px}.sf-button-payment{width:100%;min-width:0}.sf-checkout-actions .sf-button-muted{width:100%}.sf-order-summary-head{padding:20px 18px 16px}.sf-order-summary-row{grid-template-columns:64px minmax(0,1fr);gap:13px;padding:17px 18px}.sf-order-summary-image{width:64px;height:64px}.sf-order-summary-qty,.sf-order-summary-price{grid-column:2;display:flex;align-items:center;justify-content:space-between;text-align:left;border-top:1px dashed #e3e9f0;padding-top:8px}.sf-order-summary-price{margin-top:-6px}}

/* Stable storefront proportions; asset URL is content-versioned in store/lib.php. */
@media(min-width:1100px){.sf-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sf-product-media{height:178px}.sf-product-card h3{font-size:16px}.sf-card-description{min-height:56px;-webkit-line-clamp:2}.sf-price{font-size:22px}.sf-hero{padding:26px 30px}.sf-hero h1{font-size:32px}.sf-catalog{gap:32px}}
@media(min-width:760px) and (max-width:1099px){.sf-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sf-product-media{height:170px}}
@media(min-width:520px) and (max-width:759px){.sf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:519px){.sf-product-grid{grid-template-columns:1fr}}

/* Mobile retail list layout */
@media(max-width:700px){.sf-head-inner{min-height:64px;height:64px;padding:8px 14px;flex-direction:row;align-items:center;gap:12px}.sf-brand{flex:0 1 145px}.sf-brand img{width:auto;max-width:145px;max-height:42px}.sf-nav{width:auto;margin-left:auto;overflow:visible;gap:4px}.sf-nav a:first-child{display:none}.sf-nav a{padding:8px 9px;font-size:13px}.sf-main{padding:18px 12px 44px}.sf-hero{padding:18px;margin-bottom:18px}.sf-shop-hero{gap:16px}.sf-hero h1{font-size:27px}.sf-hero p{font-size:14px}.sf-shop-search input{height:44px}.sf-category-nav{padding-bottom:12px;margin-bottom:2px}.sf-category-chip{padding:8px 11px;font-size:12px}.sf-catalog{gap:26px}.sf-section-head{margin-bottom:11px}.sf-section-head h2{font-size:20px}.sf-section-head p{font-size:12px}.sf-product-grid{display:grid;grid-template-columns:1fr;gap:10px}.sf-product-card{display:grid;grid-template-columns:122px minmax(0,1fr);border-radius:12px;box-shadow:0 2px 10px rgba(24,39,75,.045);min-height:176px}.sf-product-card:hover{transform:none}.sf-product-media{height:100%;min-height:176px;border:0;border-right:1px solid #edf1f5;border-radius:12px 0 0 12px}.sf-product-media img{padding:9px}.sf-product-body{padding:12px;min-width:0}.sf-card-meta{min-height:0;margin-bottom:5px;font-size:9px}.sf-badge{font-size:9px;padding:3px 6px}.sf-product-card h3{font-size:14px;line-height:1.25;margin:0 0 5px}.sf-card-description{min-height:0;margin:0 0 8px;font-size:11px;line-height:1.35;-webkit-line-clamp:2}.sf-product-footer{gap:7px}.sf-price{font-size:19px}.sf-card-buy{grid-template-columns:52px minmax(0,1fr);gap:7px}.sf-card-buy input{height:36px;padding:0 6px}.sf-card-buy .sf-button{min-height:36px;padding:7px 9px;font-size:11px}.sf-card-details{justify-content:flex-start;font-size:11px}.sf-product-footer>.sf-button{min-height:36px;padding:7px 9px;font-size:11px}}

/* Compact storefront landing search */
.sf-shop-search-standalone{max-width:620px;margin:0 0 18px}.sf-shop-search-standalone label{font-size:12px}.sf-shop-search-standalone input{background:#fff}@media(max-width:700px){.sf-shop-search-standalone{max-width:none;margin-bottom:14px}.sf-shop-search-standalone label{display:none}}

/* Product merchandising */
.sf-alert-success{background:#effaf3;color:#1f6a3b;border-color:#bfe4cb}.sf-order-history-row>form{margin:0;justify-self:end}.sf-order-delete{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid #e4c7c7;border-radius:9px;background:#fff;color:#a33b3b;cursor:pointer}.sf-order-delete:hover,.sf-order-delete:focus{outline:0;background:#fff1f1;border-color:#d9a5a5;color:#842a2a;box-shadow:0 0 0 3px rgba(163,59,59,.1)}.sf-order-delete svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:700px){.sf-order-history-row>form{justify-self:start}}
.sf-order-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px}.sf-order-actions form{margin:0}.sf-button-cancel{background:#fff;color:#9b2c2c;border:1px solid #d8a9a9}.sf-button-cancel:hover{background:#fff5f5;filter:none}.sf-button-cancel:disabled{background:#edf1f5;color:#8a96a6;border-color:#d5dce5;cursor:not-allowed}.sf-button-cancel:disabled:hover{background:#edf1f5}.sf-order-cancel-help{flex-basis:100%;margin:0;color:#66768d;font-size:13px}.sf-order-cancel-help a{color:var(--store-primary);font-weight:700}@media(max-width:700px){.sf-order-actions{display:grid}.sf-order-actions .sf-button{width:100%}}
.sf-product-card:has(.sf-tooltip-trigger){overflow:visible}
.sf-card-buy.is-in-cart .sf-button-checkout{background:#eaf7ef;color:#1d7440;border:1px solid #8bc9a3}.sf-card-buy.is-in-cart .sf-button-checkout:hover{background:#ddf2e5}.sf-card-buy button:disabled{cursor:wait;opacity:.78}.sf-cart-items{padding:8px 24px}.sf-cart-item-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto 130px;gap:18px;align-items:center;padding:17px 0;border-bottom:1px solid #edf1f5}.sf-cart-item-row:last-child{border-bottom:0}.sf-cart-thumbnail{display:grid;place-items:center;width:72px;height:72px;overflow:hidden;border:1px solid #e1e8f0;border-radius:10px;background:#fff;color:#8290a2;text-decoration:none;font-size:11px}.sf-cart-thumbnail img{display:block;width:100%;height:100%;object-fit:contain;padding:4px}.sf-cart-item-copy{min-width:0}.sf-cart-item-copy>strong{display:block;margin-bottom:5px}.sf-cart-quantity-form{display:flex;align-items:end;gap:8px}.sf-cart-quantity-form label{display:grid;gap:4px;color:#66768d;font-size:11px;font-weight:750}.sf-cart-quantity-form input{width:70px;height:38px;border:1px solid #cbd5e1;border-radius:8px;padding:0 8px;font:inherit}.sf-cart-quantity-form .sf-button{min-height:38px;padding:7px 11px}.sf-cart-remove{border:0;background:transparent;color:#9b2c2c;padding:9px 4px;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.sf-cart-remove:hover{text-decoration:underline}.sf-cart-line-total{text-align:right;font-size:18px}.sf-button-payment.sf-button-payment-green{background:#23864b;border-color:#1d7440;box-shadow:0 9px 20px rgba(35,134,75,.2)}.sf-button-payment.sf-button-payment-green:hover{background:#1d7440;box-shadow:0 12px 24px rgba(35,134,75,.24)}.sf-button-shopping{display:inline-flex;gap:8px;min-height:52px;background:#2367b1;color:#fff;padding-inline:20px}.sf-button-shopping:hover{background:#1b5798;filter:none}.sf-button-shopping svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sf-request-history{display:grid;gap:12px}.sf-request-history article{padding:14px 16px;border:1px solid #e1e8f0;border-radius:11px}.sf-request-history article>div{display:flex;justify-content:space-between;gap:16px}.sf-request-history article>div span{color:#52677f;font-weight:750}.sf-request-history p{margin:7px 0 0;color:#66768d;font-size:13px}@media(max-width:760px){.sf-cart-item-row{grid-template-columns:62px minmax(0,1fr)}.sf-cart-thumbnail{width:62px;height:62px}.sf-cart-quantity-form,.sf-cart-line-total{grid-column:2}.sf-cart-line-total{text-align:left}.sf-cart-quantity-form{flex-wrap:wrap}}
.sf-product-card{position:relative}.sf-product-card.sf-product-recommended{overflow:visible;border:2px solid #e2b62f;box-shadow:0 9px 26px rgba(176,126,0,.14)}.sf-product-recommended .sf-product-media{border-radius:13px 13px 0 0}.sf-recommended-banner{position:absolute;z-index:4;top:11px;left:11px;padding:6px 10px;border:1px solid #d6a915;border-radius:999px;background:#ffdf68;color:#5f4700;font-size:10px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 4px 12px rgba(95,71,0,.16)}.sf-product-title-row{position:relative;display:flex;align-items:flex-start;gap:8px}.sf-product-title-row h3{flex:1;min-width:0}.sf-tooltip-trigger{flex:0 0 auto;display:inline-grid;place-items:center;width:21px;height:21px;margin-top:0;border:1.5px solid #718096;border-radius:50%;background:#fff;color:#52677f;padding:0;font:800 12px/1 inherit;cursor:help}.sf-tooltip-trigger:hover,.sf-tooltip-trigger:focus{outline:0;border-color:var(--store-primary);background:color-mix(in srgb,var(--store-primary) 9%,white);color:var(--store-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--store-primary) 13%,transparent)}.sf-tooltip-popover[hidden]{display:block}.sf-tooltip-popover{position:absolute;z-index:100;top:30px;right:0;width:min(255px,calc(100vw - 42px));padding:11px 13px;border-radius:9px;background:#17263a;color:#fff;font-size:12px;font-weight:550;line-height:1.5;box-shadow:0 10px 28px rgba(15,23,42,.25);opacity:0;visibility:hidden;transform:translateY(-4px);pointer-events:none;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.sf-tooltip-popover:before{content:"";position:absolute;right:7px;top:-6px;border-width:0 6px 6px;border-style:solid;border-color:transparent transparent #17263a}.sf-tooltip-trigger:hover+.sf-tooltip-popover,.sf-tooltip-trigger:focus+.sf-tooltip-popover{opacity:1;visibility:visible;transform:translateY(0)}
.sf-quantity-stepper{display:grid;grid-template-columns:32px minmax(34px,1fr) 32px;width:100%;height:44px;overflow:hidden;border:1px solid #cbd5e1;border-radius:9px;background:#fff}.sf-quantity-stepper input{min-width:0;width:100%!important;height:100%!important;border:0!important;border-right:1px solid #d9e0e8!important;border-left:1px solid #d9e0e8!important;border-radius:0!important;padding:0 3px!important;background:#fff;text-align:center;font:inherit;color:#17263a;-moz-appearance:textfield}.sf-quantity-stepper input::-webkit-inner-spin-button,.sf-quantity-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sf-quantity-button{display:grid;place-items:center;min-width:0;min-height:0;border:0;border-radius:0;padding:0;background:#f3f6f9;color:#28445f;font:800 19px/1 inherit;cursor:pointer;touch-action:manipulation}.sf-quantity-button:hover,.sf-quantity-button:focus{outline:0;background:#e3ebf3;color:#173a61}.sf-card-buy{grid-template-columns:100px minmax(0,1fr)}.sf-cart-quantity-form .sf-quantity-stepper{width:112px;height:38px}@media(max-width:700px){.sf-card-buy{grid-template-columns:94px minmax(0,1fr)}.sf-quantity-stepper{grid-template-columns:29px minmax(32px,1fr) 29px;height:36px}.sf-quantity-button{font-size:18px}}
.sf-quantity-button.is-trash{color:#a33b3b;background:#fff3f3}.sf-quantity-button.is-trash:hover,.sf-quantity-button.is-trash:focus{color:#842a2a;background:#ffe5e5}.sf-quantity-button.is-trash svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sf-detail-buy.is-in-cart .sf-button-checkout{background:#eaf7ef;color:#1d7440;border:1px solid #8bc9a3}.sf-detail-buy.is-in-cart .sf-button-checkout:hover{background:#ddf2e5}
.sf-quantity-button:disabled,.sf-card-buy .sf-quantity-button:disabled{background:#eef1f4;color:#a6afb9;cursor:not-allowed;opacity:1}.sf-back-products{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;padding:9px 13px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#38516d;font-size:13px;font-weight:800;text-decoration:none;box-shadow:0 2px 7px rgba(24,39,75,.04)}.sf-back-products:hover,.sf-back-products:focus{outline:0;border-color:#9db0c5;background:#f4f7fa;color:#173a61}.sf-back-products span{font-size:17px;line-height:1}

/* Dedicated embedded StoreFront */
.sf-embedded{background:#f7f9fc}.sf-embedded .sf-embed-main{max-width:1180px;padding:12px 14px 16px}.sf-embed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.sf-embed-toolbar form{display:flex;align-items:center;gap:8px;flex:1}.sf-embed-toolbar input{height:40px;min-width:0;flex:1;border:1px solid #d7dee8;border-radius:9px;padding:0 12px;font:inherit}.sf-embed-categories{margin-bottom:10px;padding-bottom:8px}.sf-embed-grid{gap:10px}.sf-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:12px;font-size:13px;font-weight:700}.sf-embedded .sf-foot,.sf-embedded .sf-head{display:none}@media(max-width:700px){.sf-embedded .sf-embed-main{padding:8px}.sf-embed-toolbar{align-items:stretch}.sf-embed-toolbar form{gap:6px}.sf-embed-toolbar .sf-button{padding:8px 10px}.sf-embed-categories{margin-bottom:6px}.sf-embedded .sf-product-card{min-height:154px;grid-template-columns:108px minmax(0,1fr)}.sf-embedded .sf-product-media{min-height:154px}.sf-embedded .sf-card-description{display:none}.sf-embedded .sf-product-body{padding:10px}.sf-embedded .sf-product-card h3{font-size:13px}.sf-embedded .sf-price{font-size:17px}}

/* Guest checkout actions */
.sf-checkout-actions-guest{align-items:center;gap:12px}.sf-checkout-actions-guest>.sf-button,.sf-checkout-actions-guest>form>.sf-button{display:inline-flex;align-items:center;justify-content:center;height:52px;min-height:52px;margin:0;padding:0 20px}.sf-checkout-actions-guest>form{display:flex;align-items:center;margin:0}@media(max-width:700px){.sf-checkout-actions-guest>form,.sf-checkout-actions-guest>form>.sf-button{width:100%}}

/* Signed-in cart actions */
.sf-checkout-actions-cart{align-items:center;gap:12px}.sf-checkout-actions-cart>.sf-button,.sf-checkout-actions-cart>form>.sf-button{width:220px;height:44px;min-width:220px;min-height:44px;margin:0;padding:10px 16px;border-radius:10px;white-space:nowrap;font-size:14px;font-weight:750;line-height:1.15}.sf-checkout-actions-cart>.sf-button-payment{grid-template-columns:20px minmax(0,1fr) 12px;gap:6px;box-shadow:0 6px 14px rgba(35,134,75,.16)}.sf-checkout-actions-cart>.sf-button-payment span{font-size:14px}.sf-checkout-actions-cart>.sf-button-payment svg,.sf-checkout-actions-cart>.sf-button-shopping svg{width:20px;height:20px}.sf-checkout-actions-cart>.sf-button-payment>strong{font-size:18px}.sf-checkout-actions-cart>form{display:flex;margin:0}@media(max-width:700px){.sf-checkout-actions-cart>.sf-button,.sf-checkout-actions-cart>form,.sf-checkout-actions-cart>form>.sf-button{width:100%;min-width:0}}

/* Shared company-user management */
.sf-company-users-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:16px}.sf-company-users-head h2{margin:0 0 5px}.sf-company-users-head p{margin:0}.sf-company-users-actions{display:flex;gap:10px;flex-wrap:wrap}.sf-shared-access-note{display:grid;gap:5px;padding:14px 16px;margin-bottom:20px;border:1px solid #e8c86a;border-radius:11px;background:#fff8df;color:#5c4612;box-shadow:inset 4px 0 0 #d6a11d}.sf-shared-access-note strong{display:block;color:#513a00}.sf-shared-access-note span{display:block;line-height:1.45}.sf-company-user-list{display:grid;gap:12px}.sf-company-user-card{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(360px,1.6fr) auto;gap:18px;align-items:center;padding:17px;border:1px solid #dce5ee;border-radius:12px;background:#fff}.sf-company-user-card.is-inactive{grid-template-columns:minmax(180px,.75fr) minmax(250px,1fr) auto;background:#f7f9fb;color:#6c7a8b}.sf-company-user-identity{display:grid;gap:4px;min-width:0}.sf-company-user-identity strong,.sf-company-user-identity span{overflow-wrap:anywhere}.sf-company-user-identity>span{color:#66768d;font-size:13px}.sf-user-status{width:max-content;padding:3px 8px;border-radius:999px;background:#e7f7ed!important;color:#247044!important;font-size:10px!important;font-weight:850;text-transform:uppercase}.is-inactive .sf-user-status{background:#e7ebef!important;color:#66717e!important}.sf-company-user-form{display:grid;grid-template-columns:1fr 150px;gap:10px;align-items:end}.sf-company-user-form .sf-field{margin:0}.sf-company-user-form .sf-field input,.sf-company-user-form .sf-field select,.sf-add-company-user .sf-field input,.sf-add-company-user .sf-field select{width:100%;height:42px;min-height:42px;border:1px solid #cbd5e1;border-radius:8px;padding:9px 10px;background:#fff;font:inherit}.sf-role-check{grid-column:1/-1;display:flex;align-items:center;gap:8px;color:#42566f;font-size:13px;font-weight:700}.sf-role-check[hidden]{display:none}.sf-company-user-buttons{display:flex;gap:8px;align-items:center}.sf-company-user-buttons form{margin:0}.sf-button-danger-outline{background:#fff;color:#9b2c2c;border:1px solid #d8a9a9}.sf-button-danger-outline:hover{background:#fff5f5;filter:none}.sf-company-user-inactive-copy{font-size:13px;line-height:1.5}.sf-add-company-user{margin-top:22px;padding-top:22px;border-top:1px solid #e4eaf0}.sf-add-company-user h3{margin:0 0 14px}.sf-add-company-user form{display:grid;grid-template-columns:1fr 1.25fr 160px auto;gap:12px;align-items:end}.sf-add-company-user .sf-role-check{grid-column:1/-2}.sf-add-company-user .sf-button{grid-column:4;grid-row:1;height:42px}.sf-role-dialog{width:min(900px,calc(100% - 28px));padding:0;border:0;border-radius:15px;box-shadow:0 24px 70px rgba(15,23,42,.28);color:#17263a}.sf-role-dialog::backdrop{background:rgba(15,23,42,.58)}.sf-role-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid #e2e8f0}.sf-role-dialog-head h2{margin:0}.sf-role-dialog-head button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:#eef2f6;color:#42566f;font-size:25px;cursor:pointer}.sf-role-dialog-body{padding:20px 22px}.sf-role-table-wrap{overflow:auto}.sf-role-dialog table{width:100%;border-collapse:collapse}.sf-role-dialog th,.sf-role-dialog td{padding:12px 10px;border-bottom:1px solid #e4eaf0;text-align:left;white-space:nowrap}.sf-role-dialog th{color:#52677f;font-size:11px;text-transform:uppercase}.sf-role-dialog td:first-child{font-weight:750}@media(max-width:900px){.sf-company-users-head{display:grid}.sf-company-user-card,.sf-company-user-card.is-inactive{grid-template-columns:1fr}.sf-company-user-form{grid-template-columns:1fr 150px}.sf-company-user-buttons{justify-content:flex-start}.sf-add-company-user form{grid-template-columns:1fr 1fr}.sf-add-company-user .sf-role-check{grid-column:1/-1}.sf-add-company-user .sf-button{grid-column:2;grid-row:2}}@media(max-width:600px){.sf-company-users-actions{display:grid}.sf-company-users-actions .sf-button{width:100%}.sf-company-user-form,.sf-add-company-user form{grid-template-columns:1fr}.sf-role-check,.sf-add-company-user .sf-role-check{grid-column:1}.sf-add-company-user .sf-button{grid-column:1;grid-row:auto}.sf-company-user-buttons{display:grid}.sf-company-user-buttons .sf-button{width:100%}}
