*{box-sizing:border-box}html,body{color:#111827;background:#f5f7fb;margin:0;padding:0;font-family:Tahoma,Arial,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1180px,100% - 32px);margin:0 auto}.header{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:20px;height:76px;display:flex}.logo{flex-direction:column;gap:4px;display:flex}.logo strong{font-size:22px}.logo span{color:#6b7280;font-size:12px}.nav{color:#374151;gap:18px;font-size:14px;display:flex}.actions{flex-wrap:wrap;gap:10px;display:flex}.btn{border:0;border-radius:14px;justify-content:center;align-items:center;padding:12px 18px;font-weight:800;display:inline-flex}.btn-primary{color:#fff;background:#111827}.btn-light{color:#1f2937;background:#eef2ff}.hero{padding:56px 0 34px}.hero-card{background:radial-gradient(circle at 20% 10%,#22c55e29,#0000 28%),radial-gradient(circle at 90% 20%,#3b82f633,#0000 30%),linear-gradient(135deg,#fff,#edf3ff);border:1px solid #e5e7eb;border-radius:36px;grid-template-columns:1.1fr .9fr;gap:30px;padding:42px;display:grid;box-shadow:0 24px 70px #0f172a14}.badge{color:#fff;background:#111827;border-radius:999px;width:fit-content;margin-bottom:18px;padding:8px 14px;font-size:12px;display:inline-flex}.hero h1{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.2}.hero p,.section-title p,.product-card p,.footer p,.detail-info p{color:#4b5563;line-height:2}.hero-visual,.product-image,.detail-image{background:linear-gradient(135deg,#e5e7eb,#cbd5e1);border-radius:28px;position:relative;overflow:hidden}.hero-visual{background:linear-gradient(145deg,#111827,#374151);min-height:320px}.hero-visual:after,.product-image:after,.detail-image:after{content:"";background:linear-gradient(135deg,#fff,#64748b);border-radius:65% 35% 45% 25%;width:74%;height:30%;position:absolute;top:42%;left:13%;transform:rotate(-8deg)}.product-image{height:220px;margin-bottom:16px}.product-image:after,.detail-image:after{background:linear-gradient(135deg,#111827,#64748b)}.section{padding:30px 0}.section-title{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.section-title h2{margin:0;font-size:26px}.grid{gap:16px;display:grid}.category-grid{grid-template-columns:repeat(6,1fr)}.category-card,.product-card,.detail-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 16px 46px #0f172a0f}.category-card{border-radius:22px;min-height:110px;padding:18px}.category-card strong{margin-bottom:8px;display:block}.category-card span{color:#6b7280;font-size:12px;line-height:1.8}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{border-radius:28px;padding:16px}.product-card h3{margin:0 0 10px;font-size:17px;line-height:1.8}.price-row{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.price{font-size:18px;font-weight:900}.old-price{color:#9ca3af;font-size:12px;text-decoration:line-through}.chips{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.chip{background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;padding:8px 12px;font-size:13px}.footer{color:#fff;background:#111827;margin-top:40px;padding:36px 0}.footer p{color:#d1d5db}.product-detail{padding:42px 0}.detail-card{border-radius:34px;grid-template-columns:.9fr 1.1fr;gap:32px;padding:28px;display:grid}.detail-image{min-height:430px}.detail-info h1{margin:0 0 16px;font-size:34px;line-height:1.5}@media (max-width:900px){.hero-card,.detail-card{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.nav{display:none}}.product-image.has-image,.detail-image.has-image{background:#fff;justify-content:center;align-items:center;display:flex}.product-image.has-image:after,.detail-image.has-image:after{display:none}.product-image.has-image img,.detail-image.has-image img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.product-image.has-image img{padding:14px}.detail-image.has-image img{padding:24px}.product-gallery{gap:14px;min-width:0;display:grid}.product-gallery-main{background:#fff;border:1px solid #e2e8f0;border-radius:28px;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;position:relative;overflow:hidden}.product-gallery-main img{object-fit:contain;object-position:center;width:100%;height:430px;padding:24px;display:block}.product-gallery-counter{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);direction:ltr;background:#0f172ac7;border-radius:999px;padding:7px 11px;font-size:12px;position:absolute;bottom:14px;left:14px}.product-gallery-thumbnails{grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:10px;display:grid}.product-gallery-thumbnail{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;height:82px;padding:5px;transition:border-color .2s,transform .2s,box-shadow .2s;overflow:hidden}.product-gallery-thumbnail:hover{border-color:#94a3b8;transform:translateY(-2px)}.product-gallery-thumbnail.is-active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.product-gallery-thumbnail img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.product-gallery-thumbnail span{color:#64748b;justify-content:center;align-items:center;width:100%;height:100%;font-size:10px;display:flex}.product-gallery-fallback,.product-gallery-empty{color:#64748b;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px dashed #cbd5e1;border-radius:28px;justify-content:center;align-items:center;min-height:430px}.product-gallery-empty{display:flex}@media (max-width:900px){.product-gallery-main,.product-gallery-main img,.product-gallery-fallback,.product-gallery-empty{height:360px;min-height:360px}.product-gallery-main img{padding:18px}}@media (max-width:560px){.product-gallery-main,.product-gallery-main img,.product-gallery-fallback,.product-gallery-empty{height:300px;min-height:300px}.product-gallery-thumbnails{scroll-snap-type:x mandatory;padding-bottom:5px;display:flex;overflow-x:auto}.product-gallery-thumbnail{scroll-snap-align:start;flex:0 0 76px}}.variant-selector-section{margin-top:28px}.variant-selector-section h2{margin:0 0 12px;font-size:18px}.variant-color-list,.variant-size-list{flex-wrap:wrap;gap:10px;display:flex}.variant-color-button{text-align:right;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:15px;grid-template-rows:auto auto;grid-template-columns:42px 1fr;align-items:center;gap:2px 9px;min-width:120px;padding:8px;display:grid}.variant-color-button img{object-fit:contain;background:#f8fafc;border-radius:10px;grid-row:1/3;width:42px;height:42px;padding:3px}.variant-color-button span{color:#0f172a;font-weight:800}.variant-color-button small{color:#64748b}.variant-color-button.is-selected,.variant-size-button.is-selected{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.variant-color-button:disabled{opacity:.45;cursor:not-allowed}.variant-size-button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:4px;min-width:90px;padding:11px 15px;display:grid}.variant-size-button strong{font-size:16px}.variant-size-button small{color:#64748b}.selected-variant-info,.variant-empty-message{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;margin-top:16px;padding:11px 14px}.variant-out-of-stock{color:#991b1b;background:#fef2f2;border-color:#fecaca}@media (max-width:560px){.variant-color-button{flex:calc(50% - 10px);min-width:0}.variant-size-button{flex:calc(33.333% - 10px);min-width:76px}}.cart-header-button{white-space:nowrap;gap:8px}.cart-header-count{color:#fff;direction:ltr;background:#111827;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-size:12px;display:inline-flex}.add-to-cart-message{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;margin-top:20px;padding:13px 16px;line-height:1.8}.cart-page-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.cart-page-header h1{margin:12px 0 8px}.cart-page-header p{color:#64748b;margin:0}.cart-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:24px;display:grid}.cart-items{gap:14px;display:grid}.cart-item{background:#fff;border:1px solid #e5e7eb;border-radius:22px;grid-template-columns:130px minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:16px;display:grid;box-shadow:0 12px 35px #0f172a0d}.cart-item-image{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;width:130px;height:120px;display:flex;overflow:hidden}.cart-item-image img{object-fit:contain;width:100%;height:100%;padding:7px;display:block}.cart-item-image span{color:#64748b;font-size:12px}.cart-item-info h2{color:#0f172a;margin:0 0 10px;font-size:17px}.cart-item-meta{flex-wrap:wrap;gap:7px;display:flex}.cart-item-meta span{color:#475569;background:#f1f5f9;border-radius:999px;padding:5px 9px;font-size:12px}.cart-item-price{margin-top:12px;font-weight:900}.cart-item-controls{justify-items:center;gap:8px;display:grid}.cart-quantity{border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:36px 42px 36px;align-items:center;display:grid;overflow:hidden}.cart-quantity button{cursor:pointer;background:#f8fafc;border:0;height:36px;font-size:19px}.cart-quantity button:disabled{opacity:.4;cursor:not-allowed}.cart-quantity strong{text-align:center;direction:ltr}.cart-item-controls small{color:#64748b;font-size:11px}.cart-remove{color:#b91c1c;cursor:pointer;background:0 0;border:0;font-weight:800}.cart-item-total{text-align:left;gap:5px;min-width:125px;display:grid}.cart-item-total span{color:#64748b;font-size:12px}.cart-item-total strong{font-size:15px}.cart-summary{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:22px;position:sticky;top:96px;box-shadow:0 16px 46px #0f172a0f}.cart-summary h2{margin:0 0 20px}.cart-summary-row{color:#475569;border-bottom:1px solid #f1f5f9;justify-content:space-between;gap:14px;padding:11px 0;font-size:14px;display:flex}.cart-summary-row strong{color:#0f172a;text-align:left}.cart-discount,.cart-discount strong{color:#15803d}.cart-summary-total{gap:8px;margin:18px 0;display:grid}.cart-summary-total span{color:#475569}.cart-summary-total strong{font-size:22px}.cart-checkout-button,.cart-continue-button{width:100%;margin-top:9px}.cart-summary-note{color:#64748b;margin:15px 0 0;font-size:12px;line-height:1.9}.cart-empty,.checkout-placeholder,.cart-loading{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:28px;max-width:680px;margin:30px auto;padding:42px}.cart-empty-icon{color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;margin:0 auto 18px;font-size:25px;font-weight:900;display:flex}.cart-empty p,.checkout-placeholder p{color:#64748b;line-height:2}.checkout-placeholder .actions{justify-content:center;margin-top:24px}@media (max-width:1050px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:110px minmax(0,1fr) auto}.cart-item-total{text-align:right;grid-column:2/-1}}@media (max-width:680px){.cart-page-header{flex-direction:column;align-items:stretch}.cart-item{grid-template-columns:90px 1fr;gap:13px}.cart-item-image{width:90px;height:90px}.cart-item-controls{grid-column:1/-1;justify-items:stretch}.cart-quantity{width:114px}.cart-item-total{grid-column:1/-1}.header-inner{flex-wrap:wrap;height:auto;min-height:76px;padding-top:10px;padding-bottom:10px}.cart-header-button{padding:10px 12px}}html,body,button,input,textarea,select{font-family:Vazirmatn Variable,Vazirmatn,Tahoma,sans-serif}body{font-feature-settings:"ss01";text-rendering:optimizelegibility}:root{--sq-blue:#173f73;--sq-blue-dark:#0a294d;--sq-red:#e63946;--sq-green:#16845b;--sq-text:#182235;--sq-muted:#64748b;--sq-border:#e4e9f0;--sq-soft:#f6f8fb}.sq-topbar{color:#fff;text-align:center;background:linear-gradient(90deg,#081d38,#173f73,#081d38);justify-content:center;align-items:center;min-height:34px;padding:6px 15px;font-size:12px;font-weight:800;display:flex}.sq-header{z-index:80;border-bottom:1px solid var(--sq-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;position:sticky;top:0}.sq-header-main{grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:24px;min-height:76px;display:grid}.sq-logo{color:var(--sq-blue-dark);align-items:center;gap:11px;text-decoration:none;display:flex}.sq-logo-mark{color:#fff;background:linear-gradient(145deg, var(--sq-blue), var(--sq-blue-dark));border-radius:17px;place-items:center;width:48px;height:48px;font-size:20px;font-weight:950;display:grid;box-shadow:0 10px 25px #173f733d}.sq-logo-text{display:grid}.sq-logo-text strong{white-space:nowrap;font-size:18px;font-weight:950}.sq-logo-text small{color:var(--sq-muted);font-size:10px}.sq-search{position:relative}.sq-search svg{color:#94a3b8;width:20px;position:absolute;top:50%;right:17px;transform:translateY(-50%)}.sq-search input{background:#f1f4f8;border:1px solid #0000;border-radius:15px;outline:0;width:100%;height:46px;padding:0 48px 0 16px}.sq-search input:focus{background:#fff;border-color:#173f7359;box-shadow:0 0 0 4px #173f7314}.sq-header-actions{gap:9px;display:flex}.sq-header-link{border:1px solid var(--sq-border);min-height:43px;color:var(--sq-text);border-radius:13px;align-items:center;gap:8px;padding:9px 13px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.sq-header-link svg{width:19px}.sq-header-count{color:#fff;background:var(--sq-red);border-radius:999px;justify-content:center;align-items:center;min-width:23px;height:23px;padding:0 6px;font-size:11px;display:inline-flex}.sq-navigation{border-top:1px solid #f1f5f9}.sq-navigation-inner{align-items:center;gap:27px;min-height:42px;display:flex;overflow-x:auto}.sq-navigation-inner a{color:#475569;flex:none;font-size:12px;font-weight:750;text-decoration:none}.sq-cart-page{background:linear-gradient(#fff 0,#fafbfd 230px,#fff 100%);min-height:70vh;padding:28px 0 70px}.sq-breadcrumb{color:var(--sq-muted);gap:7px;margin-bottom:18px;font-size:12px;display:flex}.sq-breadcrumb a{color:inherit;text-decoration:none}.sq-cart-tabs{border-bottom:1px solid var(--sq-border);gap:28px;margin-bottom:20px;display:flex}.sq-cart-tab{color:var(--sq-muted);padding:12px 2px 14px;font-size:14px;font-weight:850;position:relative}.sq-cart-tab strong{color:var(--sq-red);margin-right:6px}.sq-cart-tab.active{color:var(--sq-blue)}.sq-cart-tab.active:after{content:"";background:var(--sq-blue);border-radius:6px 6px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.sq-cart-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:20px;display:grid}.sq-cart-content{gap:14px;display:grid}.sq-cart-card,.sq-summary,.sq-info-card,.sq-cart-empty{border:1px solid var(--sq-border);background:#fff;border-radius:22px;box-shadow:0 12px 38px #0f234112}.sq-cart-card{overflow:hidden}.sq-cart-card-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:17px 20px;display:flex}.sq-cart-card-header h1{margin:0;font-size:17px}.sq-cart-card-header p{color:var(--sq-muted);margin:3px 0 0;font-size:12px}.sq-cart-card-header button{color:#dc2626;cursor:pointer;background:0 0;border:0;font-weight:850}.sq-cart-item{border-bottom:1px solid #f1f5f9;grid-template-columns:140px minmax(0,1fr) auto;gap:18px;padding:22px 20px;display:grid}.sq-cart-item:last-child{border-bottom:0}.sq-cart-image{border:1px solid var(--sq-border);border-radius:18px;place-items:center;width:140px;height:140px;display:grid;overflow:hidden}.sq-cart-image img{object-fit:contain;width:100%;height:100%;padding:8px}.sq-cart-image span{color:var(--sq-muted);font-size:11px}.sq-cart-title{color:var(--sq-text);font-size:16px;font-weight:900;line-height:1.9;text-decoration:none}.sq-cart-details{gap:7px;margin:12px 0;display:grid}.sq-cart-details span{color:#475569;gap:5px;font-size:12px;display:flex}.sq-ready-to-send{width:max-content;color:var(--sq-green);background:#ecfdf5;border-radius:10px;padding:7px 10px;font-size:11px;font-weight:850}.sq-cart-item-footer{align-items:center;gap:20px;margin-top:18px;display:flex}.sq-quantity{border:1px solid var(--sq-border);border-radius:13px;grid-template-columns:36px 42px 36px;display:grid;overflow:hidden}.sq-quantity button{height:38px;color:var(--sq-blue);cursor:pointer;background:#fff;border:0;font-size:19px}.sq-quantity button:disabled{color:#cbd5e1}.sq-quantity strong{place-items:center;display:grid}.sq-cart-item-footer small{color:var(--sq-muted);margin-top:5px;font-size:10px;display:block}.sq-remove{color:#dc2626;cursor:pointer;background:0 0;border:0;font-weight:800}.sq-cart-price{text-align:left;align-content:end;gap:6px;min-width:135px;display:grid}.sq-cart-price del{color:#94a3b8;font-size:11px}.sq-cart-price strong{font-size:16px;font-weight:950}.sq-discount{color:#fff;background:var(--sq-red);border-radius:999px;width:max-content;margin-right:auto;padding:3px 8px;font-size:10px;font-weight:900}.sq-cart-sidebar{gap:13px;display:grid;position:sticky;top:136px}.sq-summary{padding:21px}.sq-summary h2{margin:0 0 18px;font-size:17px}.sq-summary-row{color:#475569;justify-content:space-between;gap:15px;padding:9px 0;font-size:13px;display:flex}.sq-summary-row strong{color:var(--sq-text);text-align:left}.sq-summary-row.green,.sq-summary-row.green strong{color:var(--sq-green)}.sq-summary-divider{background:var(--sq-border);height:1px;margin:8px 0}.sq-summary-total{gap:7px;margin:15px 0 18px;display:grid}.sq-summary-total strong{color:var(--sq-blue-dark);font-size:24px;font-weight:950}.sq-primary-button{color:#fff;background:linear-gradient(135deg, var(--sq-blue), var(--sq-blue-dark));border-radius:14px;justify-content:center;align-items:center;min-height:47px;padding:0 22px;font-weight:900;text-decoration:none;display:inline-flex}.sq-primary-button.full{width:100%}.sq-summary-note{color:var(--sq-muted);margin:14px 0 0;font-size:10px;line-height:1.9}.sq-info-card{align-items:center;gap:12px;padding:14px 16px;display:flex}.sq-info-card>span{width:42px;height:42px;color:var(--sq-blue);background:#edf5ff;border-radius:14px;flex:none;place-items:center;font-size:18px;display:grid}.sq-info-card strong{font-size:12px;display:block}.sq-info-card p{color:var(--sq-muted);margin:3px 0 0;font-size:10px}.sq-cart-empty{text-align:center;padding:70px 24px}.sq-cart-empty-icon{background:#edf5ff;border-radius:28px;place-items:center;width:86px;height:86px;margin:0 auto 20px;font-size:35px;display:grid}.sq-cart-empty h1{font-size:22px}.sq-cart-empty p{color:var(--sq-muted)}.sq-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.sq-trust-grid>div{border:1px solid var(--sq-border);background:#fff;border-radius:17px;grid-template-columns:auto 1fr;align-items:center;gap:2px 10px;padding:15px;display:grid}.sq-trust-grid span{grid-row:1/3;font-size:22px}.sq-trust-grid strong{font-size:11px}.sq-trust-grid small{color:var(--sq-muted);font-size:9px}@media (max-width:1000px){.sq-header-main{grid-template-columns:auto 1fr}.sq-search{grid-area:2/1/auto/-1;padding-bottom:12px}.sq-cart-layout{grid-template-columns:1fr}.sq-cart-sidebar{position:static}.sq-trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.sq-header-main{grid-template-columns:1fr auto;gap:10px;min-height:auto;padding:10px 0}.sq-logo-mark{width:42px;height:42px}.sq-logo-text strong{font-size:15px}.sq-logo-text small{display:none}.sq-header-link{width:43px;padding:8px}.sq-header-link span{display:none}.sq-navigation-inner{gap:20px}.sq-cart-item{grid-template-columns:96px minmax(0,1fr);gap:13px;padding:16px 13px}.sq-cart-image{width:96px;height:100px}.sq-cart-title{font-size:13px}.sq-cart-price{text-align:right;grid-column:1/-1;min-width:0}.sq-discount{margin-right:0}.sq-cart-item-footer{grid-column:1/-1}.sq-trust-grid{grid-template-columns:1fr}}.sq-checkout-page{background:linear-gradient(#fff,#f8fafc 260px,#fff);min-height:75vh;padding:28px 0 80px}.sq-checkout-breadcrumb{color:#64748b;align-items:center;gap:7px;margin-bottom:24px;font-size:12px;display:flex}.sq-checkout-breadcrumb a{color:inherit;text-decoration:none}.sq-checkout-breadcrumb strong{color:#173f73}.sq-checkout-steps{grid-template-columns:auto minmax(40px,1fr) auto minmax(40px,1fr) auto;align-items:center;max-width:720px;margin:0 auto 30px;display:grid}.sq-checkout-steps>div{color:#94a3b8;justify-items:center;gap:7px;display:grid}.sq-checkout-steps>div span{background:#fff;border:2px solid #dbe2ea;border-radius:50%;place-items:center;width:36px;height:36px;font-size:12px;font-weight:900;display:grid}.sq-checkout-steps>div strong{white-space:nowrap;font-size:11px}.sq-checkout-steps>i{background:#dbe2ea;height:2px}.sq-checkout-steps .is-done,.sq-checkout-steps .is-active{color:#173f73}.sq-checkout-steps .is-done span{color:#fff;background:#16845b;border-color:#16845b}.sq-checkout-steps .is-active span{color:#fff;background:#173f73;border-color:#173f73}.sq-checkout-message{border-radius:15px;margin-bottom:20px;padding:14px 17px;font-size:13px;font-weight:700;line-height:1.9}.sq-checkout-message.is-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.sq-checkout-message.is-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.sq-checkout-layout{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:22px;display:grid}.sq-checkout-main{gap:16px;display:grid}.sq-checkout-card,.sq-checkout-summary,.sq-checkout-empty,.sq-checkout-loading{background:#fff;border:1px solid #e4e9f0;border-radius:22px;box-shadow:0 12px 38px #0f234112}.sq-checkout-card{padding:22px}.sq-checkout-card-header{align-items:center;gap:13px;margin-bottom:20px;display:flex}.sq-checkout-card-icon{color:#173f73;background:#edf5ff;border-radius:15px;flex:none;place-items:center;width:45px;height:45px;font-size:19px;display:grid}.sq-checkout-card-header h1,.sq-checkout-card-header h2{color:#182235;margin:0;font-size:17px}.sq-checkout-card-header p{color:#64748b;margin:4px 0 0;font-size:11px}.sq-checkout-fields{gap:15px;display:grid}.sq-checkout-fields.two-column{grid-template-columns:1fr 1fr}.sq-checkout-field{gap:7px;display:grid}.sq-checkout-field.full{grid-column:1/-1}.sq-checkout-field>span{color:#334155;font-size:12px;font-weight:800}.sq-checkout-field input,.sq-checkout-field textarea{color:#182235;background:#fff;border:1px solid #dfe5ec;border-radius:13px;outline:none;width:100%;font-family:inherit;transition:border-color .2s,box-shadow .2s}.sq-checkout-field input{height:44px;padding:0 13px}.sq-checkout-field textarea{resize:vertical;padding:12px 13px;line-height:1.9}.sq-checkout-field input:focus,.sq-checkout-field textarea:focus{border-color:#173f738c;box-shadow:0 0 0 4px #173f7314}.sq-checkout-field small{color:#dc2626;font-size:10px}.sq-checkout-small-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sq-checkout-checkbox{cursor:pointer;align-items:center;gap:9px;margin-bottom:18px;font-size:13px;font-weight:700;display:flex}.sq-checkout-checkbox input{accent-color:#173f73;width:18px;height:18px}.sq-shipping-options{gap:11px;display:grid}.sq-shipping-options label{cursor:pointer;border:1px solid #e4e9f0;border-radius:16px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:12px;padding:15px;display:grid}.sq-shipping-options label.is-selected{background:#f7fbff;border-color:#173f73;box-shadow:0 0 0 3px #173f7312}.sq-shipping-options label.is-disabled{opacity:.5;cursor:not-allowed}.sq-shipping-options input{accent-color:#173f73}.sq-shipping-icon{background:#edf5ff;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.sq-shipping-options label>span:nth-of-type(2){gap:3px;display:grid}.sq-shipping-options strong{font-size:13px}.sq-shipping-options small{color:#64748b;font-size:10px}.sq-shipping-options b{color:#173f73;text-align:left;font-size:11px}.sq-checkout-sidebar{position:sticky;top:136px}.sq-checkout-summary{padding:21px}.sq-checkout-summary h2{margin:0 0 18px;font-size:17px}.sq-checkout-products{gap:13px;display:grid}.sq-checkout-product{grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.sq-checkout-product>div{border:1px solid #e4e9f0;border-radius:12px;place-items:center;width:58px;height:58px;display:grid;position:relative;overflow:visible}.sq-checkout-product img{object-fit:contain;width:100%;height:100%;padding:4px}.sq-checkout-product>div>span{color:#64748b;font-size:8px}.sq-checkout-product>div b{color:#fff;background:#173f73;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:9px;display:grid;position:absolute;top:-7px;left:-7px}.sq-checkout-product p{gap:4px;min-width:0;margin:0;display:grid}.sq-checkout-product p strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.7;overflow:hidden}.sq-checkout-product p small{color:#64748b;font-size:9px}.sq-checkout-product>span{text-align:left;font-size:10px;font-weight:850}.sq-checkout-divider{background:#e4e9f0;height:1px;margin:16px 0}.sq-checkout-summary-row{color:#475569;justify-content:space-between;gap:15px;padding:8px 0;font-size:12px;display:flex}.sq-checkout-summary-row strong{color:#182235;text-align:left}.sq-checkout-summary-row.green,.sq-checkout-summary-row.green strong{color:#16845b}.sq-checkout-payable{gap:7px;margin-bottom:17px;display:grid}.sq-checkout-payable span{color:#475569;font-size:12px}.sq-checkout-payable strong{color:#0a294d;font-size:23px;font-weight:950}.sq-checkout-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#173f73,#0a294d);border:0;border-radius:14px;width:100%;min-height:48px;font-family:inherit;font-weight:950;box-shadow:0 12px 24px #173f7338}.sq-checkout-back{color:#334155;background:#f1f5f9;border-radius:13px;justify-content:center;align-items:center;width:100%;min-height:43px;margin-top:9px;font-size:12px;font-weight:850;text-decoration:none;display:flex}.sq-checkout-security{color:#64748b;text-align:center;margin:14px 0 0;font-size:9px;line-height:1.9}.sq-checkout-empty,.sq-checkout-loading{text-align:center;max-width:680px;margin:40px auto;padding:60px 25px}.sq-checkout-empty>div{font-size:38px}.sq-checkout-empty h1{margin:15px 0 7px;font-size:21px}.sq-checkout-empty p{color:#64748b}@media (max-width:1000px){.sq-checkout-layout{grid-template-columns:1fr}.sq-checkout-sidebar{position:static}}@media (max-width:680px){.sq-checkout-page{padding-top:18px}.sq-checkout-steps{grid-template-columns:auto 1fr auto 1fr auto}.sq-checkout-steps>div strong{font-size:9px}.sq-checkout-fields.two-column{grid-template-columns:1fr}.sq-checkout-field.full{grid-column:auto}.sq-checkout-card{padding:16px 13px}.sq-shipping-options label{grid-template-columns:auto auto 1fr}.sq-shipping-options b{text-align:right;grid-column:2/-1}}.sq-payment-loading{color:#64748b;background:#f8fafc;border-radius:12px;margin-bottom:12px;padding:12px;font-size:11px}.sq-payment-methods{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.sq-payment-method{color:#182235;cursor:pointer;text-align:right;background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:82px;padding:13px;font-family:inherit;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;position:relative}.sq-payment-method:hover:not(.is-disabled){border-color:#94a3b8;transform:translateY(-1px)}.sq-payment-method.is-selected{background:#f7fbff;border-color:#173f73;box-shadow:0 0 0 3px #173f7314}.sq-payment-method.is-disabled{cursor:not-allowed;opacity:.58;background:#f8fafc}.sq-payment-radio{color:#fff;background:#fff;border:2px solid #cbd5e1;border-radius:50%;place-items:center;width:23px;height:23px;font-size:10px;font-weight:900;display:grid}.sq-payment-method.is-selected .sq-payment-radio{background:#173f73;border-color:#173f73}.sq-payment-copy{gap:4px;min-width:0;display:grid}.sq-payment-copy strong{font-size:12px}.sq-payment-copy small{color:#64748b;font-size:9px;line-height:1.7}.sq-payment-method>b{color:#173f73;white-space:nowrap;background:#eaf3ff;border-radius:999px;padding:4px 7px;font-size:8px}.sq-payment-method>em{color:#94a3b8;font-size:7px;font-style:normal;position:absolute;bottom:5px;left:9px}.sq-payment-extra{background:#f8fbff;border:1px solid #dbe7f4;border-radius:16px;gap:12px;margin-top:15px;padding:15px;display:grid}.sq-payment-extra h3{color:#173f73;margin:0;font-size:13px}.sq-payment-extra>p{color:#64748b;margin:0;font-size:10px;line-height:1.9}.sq-ramapay-plan,.sq-card-number{color:#334155;background:#fff;border-radius:12px;justify-content:space-between;gap:15px;padding:11px 13px;font-size:11px;display:flex}.sq-ramapay-plan strong,.sq-card-number strong{color:#173f73}@media (max-width:680px){.sq-payment-methods{grid-template-columns:1fr}}.sq-checkout-submit:disabled{cursor:wait;opacity:.72}.sq-checkout-submit.is-loading{box-shadow:none}.sq-success-page{background:linear-gradient(#f8fafc,#fff);align-items:center;min-height:70vh;padding:55px 0 90px;display:grid}.sq-success-card{text-align:center;background:#fff;border:1px solid #dfe7ef;border-radius:26px;max-width:700px;margin:0 auto;padding:42px 35px;box-shadow:0 20px 60px #0f234117}.sq-success-icon{color:#fff;background:#16845b;border-radius:50%;place-items:center;width:66px;height:66px;margin:0 auto 16px;font-size:28px;font-weight:950;display:grid;box-shadow:0 12px 30px #16845b40}.sq-success-kicker{color:#166534;background:#dcfce7;border-radius:999px;margin-bottom:8px;padding:5px 11px;font-size:10px;font-weight:900;display:inline-flex}.sq-success-card h1{color:#182235;margin:4px 0 10px;font-size:25px}.sq-success-card>p{color:#64748b;margin:0;font-size:13px}.sq-success-card>p strong{color:#173f73;margin-right:6px}.sq-success-details{grid-template-columns:repeat(3,1fr);gap:10px;margin:27px 0 18px;display:grid}.sq-success-details>div{background:#f8fafc;border-radius:15px;gap:6px;padding:15px 10px;display:grid}.sq-success-details span{color:#64748b;font-size:9px}.sq-success-details strong{color:#182235;font-size:11px}.sq-success-notice{color:#1e3a5f;background:#eff6ff;border:1px solid #bfdbfe;border-radius:15px;margin-top:14px;padding:14px 16px;font-size:11px;line-height:2}.sq-success-actions{justify-content:center;gap:10px;margin-top:24px;display:flex}.sq-success-home{color:#334155;background:#f1f5f9;border-radius:13px;align-items:center;min-height:44px;padding:0 18px;font-size:11px;font-weight:850;text-decoration:none;display:inline-flex}@media (max-width:680px){.sq-success-card{border-radius:20px;padding:32px 15px}.sq-success-card h1{font-size:20px}.sq-success-details{grid-template-columns:1fr}.sq-success-actions{flex-direction:column}.sq-success-actions a{justify-content:center;width:100%}}.sq-address-book{background:#f8fafc;border:1px solid #dfe7f0;border-radius:18px;margin:18px 0 22px;padding:17px}.sq-address-book-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px;display:flex}.sq-address-book-heading>div{flex-direction:column;gap:3px;display:flex}.sq-address-book-heading strong{color:#14263d;font-size:13px}.sq-address-book-heading small{color:#718096;font-size:10px}.sq-address-book-heading>a{color:#2563eb;font-size:10px;font-weight:800;text-decoration:none}.sq-address-book-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sq-address-card{width:100%;min-height:138px;color:inherit;cursor:pointer;text-align:right;background:#fff;border:1px solid #dbe4ee;border-radius:14px;align-items:flex-start;gap:10px;padding:14px;font-family:inherit;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative}.sq-address-card:hover{border-color:#93b4ec;transform:translateY(-1px)}.sq-address-card.is-selected{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.sq-address-card-radio{color:#fff;border:2px solid #c5d0dd;border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:900;display:inline-flex}.sq-address-card.is-selected .sq-address-card-radio{background:#2563eb;border-color:#2563eb}.sq-address-card-content{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.sq-address-card-title{justify-content:space-between;align-items:center;gap:7px;display:flex}.sq-address-card-title strong{color:#14263d;font-size:12px}.sq-address-card-title em{color:#2563eb;background:#eaf2ff;border-radius:999px;padding:3px 7px;font-size:8px;font-style:normal;font-weight:800}.sq-address-card-content small{color:#7a8798;font-size:9px}.sq-address-card-content p{color:#38485d;margin:0;font-size:10px;line-height:1.9}.sq-address-new-button{color:#245e9f;cursor:pointer;background:#fff;border:1px dashed #8da9ca;border-radius:12px;width:100%;min-height:44px;margin-top:11px;font-family:inherit;font-size:10px;font-weight:900}.sq-address-save-box{border-top:1px solid #e3e9f0;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin-top:12px;padding-top:12px;display:grid}.sq-address-save-box label{color:#536277;flex-direction:column;gap:6px;font-size:10px;font-weight:800;display:flex}.sq-address-save-box input{width:100%;min-height:44px;font:inherit;border:1px solid #d2dce8;border-radius:10px;outline:none;padding:0 12px}.sq-address-save-box input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.sq-address-save-box button{color:#fff;cursor:pointer;background:#142f55;border:0;border-radius:10px;min-height:44px;padding:0 17px;font-family:inherit;font-size:10px;font-weight:900}.sq-address-save-box button:disabled{cursor:not-allowed;opacity:.55}.sq-address-book-loading,.sq-address-book-empty{color:#718096;text-align:center;background:#fff;border-radius:11px;padding:13px;font-size:10px}.sq-address-book-message,.sq-address-book-error{border-radius:9px;margin-top:10px;padding:10px 12px;font-size:9px}.sq-address-book-message{color:#18733a;background:#eaf8ef}.sq-address-book-error{color:#b4233d;background:#fff0f2}@media (max-width:760px){.sq-address-book-list,.sq-address-save-box{grid-template-columns:1fr}.sq-address-save-box button{width:100%}}@media (max-width:520px){.sq-address-book{padding:13px}.sq-address-book-heading{flex-direction:column;align-items:flex-start}.sq-address-card{min-height:125px}}.sq-checkout-field select{color:#1e2c3d;width:100%;min-height:48px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8e1ec;border-radius:12px;outline:none;padding:0 13px;font-size:12px}.sq-checkout-field select:focus{border-color:#1768ff;box-shadow:0 0 0 3px #1768ff1a}.sq-checkout-field select:disabled{cursor:not-allowed;color:#8794a6;opacity:.75;background:#f2f5f8}.sq-selfhosted-map{background:#fff;border:1px solid #dce3eb;border-radius:18px;width:100%;margin-top:8px;overflow:hidden}.sq-selfhosted-map__heading{border-bottom:1px solid #e7ebf0;justify-content:space-between;align-items:center;gap:14px;padding:15px 16px;display:flex}.sq-selfhosted-map__heading>div{flex-direction:column;gap:4px;display:flex}.sq-selfhosted-map__heading strong{color:#172536;font-size:14px}.sq-selfhosted-map__heading small{color:#6f7e8f;font-size:11px}.sq-selfhosted-map__heading button{color:#fff;min-height:40px;font:inherit;cursor:pointer;background:#172536;border:0;border-radius:11px;padding:0 14px;font-size:11px}.sq-selfhosted-map__heading button:disabled{cursor:wait;opacity:.6}.sq-selfhosted-map__canvas{background:#e9edf2;width:100%;height:390px}.sq-selfhosted-map__footer{color:#637284;border-top:1px solid #e7ebf0;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:10px 16px;font-size:11px;display:flex}.sq-selfhosted-map__footer code{color:#26384c;direction:ltr;background:#f1f4f7;border-radius:7px;padding:5px 8px;font-family:inherit;font-size:10px}@media (max-width:700px){.sq-selfhosted-map__heading,.sq-selfhosted-map__footer{flex-direction:column;align-items:stretch}.sq-selfhosted-map__canvas{height:320px}}.sq-account-map-field{grid-column:1/-1;width:100%}.sq-internal-address-map{background:#fff;border:1px solid #dbe3ec;border-radius:18px;width:100%;margin-top:10px;overflow:hidden}.sq-internal-address-map__header{border-bottom:1px solid #e7ecf1;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.sq-internal-address-map__header>div{flex-direction:column;gap:4px;display:flex}.sq-internal-address-map__header strong{color:#172638;font-size:14px}.sq-internal-address-map__header small{color:#708094;font-size:11px}.sq-internal-address-map__header button{color:#fff;min-height:40px;font:inherit;cursor:pointer;background:#172638;border:0;border-radius:11px;padding:0 14px;font-size:11px}.sq-internal-address-map__header button:disabled{cursor:wait;opacity:.6}.sq-internal-address-map__canvas{direction:ltr;background:#eaf0f5;width:100%;height:390px}.sq-internal-address-map__footer{color:#637386;border-top:1px solid #e7ecf1;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:10px 16px;font-size:11px;display:flex}.sq-internal-address-map__footer code{color:#283b50;font:inherit;background:#f1f4f7;border-radius:7px;padding:5px 8px;font-size:10px}.sq-map-pin-wrapper{background:0 0;border:0}.sq-map-pin{background:#d71920;border:4px solid #fff;border-radius:50% 50% 50% 0;width:26px;height:26px;display:block;position:relative;transform:rotate(-45deg);box-shadow:0 5px 14px #00000047}.sq-map-pin:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:6px}@media (max-width:700px){.sq-internal-address-map__header,.sq-internal-address-map__footer{flex-direction:column;align-items:stretch}.sq-internal-address-map__canvas{height:310px}}.sq-real-address-map{background:#fff;border:1px solid #dce4ed;border-radius:18px;grid-column:1/-1;width:100%;margin-top:12px;overflow:hidden;box-shadow:0 10px 28px #102d4e0f}.sq-real-address-map__heading{border-bottom:1px solid #e7edf3;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.sq-real-address-map__heading>div{flex-direction:column;gap:4px;display:flex}.sq-real-address-map__heading strong{color:#122b49;font-size:14px}.sq-real-address-map__heading small{color:#728198;font-size:11px}.sq-real-address-map__heading button,.sq-real-address-map__search button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#082f5b;border:0;border-radius:11px;padding:0 16px;font-size:11px}.sq-real-address-map__heading button:disabled,.sq-real-address-map__search button:disabled{cursor:wait;opacity:.55}.sq-real-address-map__search{background:#f6f9fc;border-bottom:1px solid #e5ebf1;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:13px 16px;display:grid}.sq-real-address-map__search input{color:#1b314b;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #d5dfeb;border-radius:11px;outline:none;padding:0 14px;font-size:12px}.sq-real-address-map__search input:focus{border-color:#1768ff;box-shadow:0 0 0 3px #1768ff1a}.sq-real-address-map__canvas{z-index:1;direction:ltr;background:#e8edf2;width:100%;height:430px}.sq-real-address-map__details{border-top:1px solid #e5ebf1;justify-content:space-between;align-items:center;gap:14px;padding:14px 17px;display:flex}.sq-real-address-map__details>div{flex-direction:column;gap:4px;min-width:0;display:flex}.sq-real-address-map__details strong{color:#18314f;font-size:12px}.sq-real-address-map__details p{color:#435770;margin:0;font-size:11px;line-height:1.9}.sq-real-address-map__details small{color:#8390a2;font-size:10px}.sq-real-address-map__details code{color:#263c55;background:#eff4f8;border-radius:8px;flex:none;padding:6px 9px;font-family:inherit;font-size:10px}.sq-real-address-map__status{color:#607086;background:#f8fafc;border-top:1px solid #e5ebf1;min-height:38px;padding:9px 17px;font-size:10px}.sq-real-map-pin-wrapper{background:0 0;border:0}.sq-real-map-pin{background:#1268f3;border:4px solid #fff;border-radius:50% 50% 50% 0;width:30px;height:30px;display:block;position:relative;transform:rotate(-45deg);box-shadow:0 7px 18px #031f4052}.sq-real-map-pin i{background:#fff;border-radius:50%;position:absolute;inset:7px}.sq-real-address-map .leaflet-control-zoom{border:0;border-radius:11px;overflow:hidden;box-shadow:0 5px 18px #142d4b2e}.sq-real-address-map .leaflet-control-zoom a{color:#163354;border:0}.sq-real-address-map .leaflet-control-attribution{font-size:8px}@media (max-width:700px){.sq-real-address-map__heading,.sq-real-address-map__details{flex-direction:column;align-items:stretch}.sq-real-address-map__search{grid-template-columns:1fr}.sq-real-address-map__canvas{height:340px}.sq-real-address-map__details code{align-self:flex-start}}.sq-account-address-toolbar{background:#fff;border:1px solid #e0e7ef;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding:16px 18px;display:flex}.sq-account-address-toolbar>div{flex-direction:column;gap:5px;display:flex}.sq-account-address-toolbar strong{color:#172b44;font-size:14px}.sq-account-address-toolbar small{color:#7b8999;font-size:11px}.sq-account-address-toolbar button,.sq-account-address-empty button{color:#fff;min-height:44px;font:inherit;cursor:pointer;background:#0b3768;border:0;border-radius:12px;padding:0 18px;font-size:12px}.sq-account-address-items{gap:12px;display:grid}.sq-account-address-item{background:#fff;border:1px solid #dfe6ef;border-radius:16px;flex-direction:column;gap:9px;padding:17px;display:flex}.sq-account-address-item__heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.sq-account-address-item__heading em{color:#1768ff;background:#eaf3ff;border-radius:999px;padding:4px 9px;font-size:10px;font-style:normal}.sq-account-address-item p{color:#344a63;margin:0;line-height:1.95}.sq-account-address-item__meta{flex-wrap:wrap;gap:7px;display:flex}.sq-account-address-item__meta span{color:#52657b;background:#f0f4f8;border-radius:999px;padding:5px 9px;font-size:10px}.sq-account-address-delete{color:#d33e3e;font:inherit;cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font-size:11px}.sq-account-address-empty{text-align:center;background:#fbfcfd;border:1px dashed #d5dfe9;border-radius:18px;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;display:flex}.sq-account-address-empty strong{color:#21364f}.sq-account-address-empty p{color:#7b8999;margin:0;font-size:12px}.sq-address-modal-overlay{z-index:100000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#071424a8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.sq-address-modal{background:#fff;border:1px solid #ffffff73;border-radius:22px;flex-direction:column;width:min(1180px,96vw);max-height:94vh;display:flex;overflow:hidden;box-shadow:0 30px 90px #04122359}.sq-address-modal__header{border-bottom:1px solid #e4eaf0;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px;display:flex}.sq-address-modal__header>div{flex-direction:column;gap:4px;display:flex}.sq-address-modal__header strong{color:#142b47;font-size:17px}.sq-address-modal__header small{color:#77869a;font-size:11px}.sq-address-modal__header>button{color:#20344c;cursor:pointer;background:#f0f3f7;border:0;border-radius:12px;width:40px;height:40px;padding:0;font-size:25px;line-height:1}.sq-address-modal__body{overscroll-behavior:contain;grid-template-columns:minmax(360px,.85fr) minmax(480px,1.15fr);gap:20px;padding:20px;display:grid;overflow-y:auto}.sq-address-modal__form{min-width:0}.sq-address-modal__form .sq-account-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.sq-address-modal__form .sq-account-form-grid>label{color:#253951;flex-direction:column;gap:8px;min-width:0;font-size:12px;font-weight:700;display:flex}.sq-address-modal__form .sq-account-form-grid>label.is-full{grid-column:1/-1}.sq-address-modal__form input,.sq-address-modal__form textarea,.sq-address-modal__form select{color:#1f3249;width:100%;font:inherit;background:#fff;border:1px solid #d7e0e9;border-radius:12px;outline:none;font-weight:400}.sq-address-modal__form input,.sq-address-modal__form select{min-height:48px;padding:0 13px}.sq-address-modal__form textarea{resize:vertical;min-height:112px;padding:12px 13px}.sq-address-modal__form input:focus,.sq-address-modal__form textarea:focus,.sq-address-modal__form select:focus{border-color:#1768ff;box-shadow:0 0 0 3px #1768ff1a}.sq-address-modal__map{min-width:0}.sq-address-modal__map .sq-real-address-map{margin-top:0}.sq-address-modal__map .sq-real-address-map__canvas{height:430px}.sq-address-modal__footer{background:#fafbfd;border-top:1px solid #e4eaf0;justify-content:flex-end;align-items:center;gap:10px;padding:15px 22px;display:flex}.sq-address-modal__footer button{color:#fff;min-width:130px;min-height:44px;font:inherit;cursor:pointer;background:#0b3768;border:0;border-radius:12px;padding:0 18px;font-size:12px}.sq-address-modal__footer button.is-secondary{color:#344a63;background:#fff;border:1px solid #d6dee8}.sq-address-modal__footer button:disabled,.sq-address-modal__header button:disabled{cursor:wait;opacity:.55}@media (max-width:900px){.sq-address-modal-overlay{padding:0}.sq-address-modal{border:0;border-radius:0;width:100%;height:100%;max-height:none}.sq-address-modal__body{grid-template-columns:1fr}.sq-address-modal__map .sq-real-address-map__canvas{height:360px}}@media (max-width:600px){.sq-account-address-toolbar{flex-direction:column;align-items:stretch}.sq-address-modal__header{padding:14px 16px}.sq-address-modal__body{padding:14px}.sq-address-modal__form .sq-account-form-grid{grid-template-columns:1fr}.sq-address-modal__form .sq-account-form-grid>label.is-full{grid-column:auto}.sq-address-modal__footer{padding:12px 14px}.sq-address-modal__footer button{flex:1;min-width:0}}.sq-account-address-actions{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.sq-account-address-actions button{color:#24405f;min-height:36px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d5deea;border-radius:10px;padding:0 12px;font-size:10px}.sq-account-address-actions button:hover{color:#1768ff;border-color:#1768ff}.sq-account-address-actions button.is-danger{color:#ce3838;border-color:#f0cccc}.sq-address-modal__error{color:#b52d2d;background:#fff1f1;border:1px solid #f0c4c4;border-radius:11px;grid-column:1/-1;margin-bottom:12px;padding:11px 13px;font-size:11px}.sq-profile-completion{background:#fff;border:1px solid #dce5ef;border-radius:16px;flex-direction:column;gap:10px;margin-bottom:20px;padding:18px;display:flex}.sq-profile-completion>div:first-child{justify-content:space-between;align-items:center;gap:16px;display:flex}.sq-profile-completion span{color:#52657a;font-size:12px}.sq-profile-completion strong{color:#0b3768;font-size:20px}.sq-profile-completion small{color:#748397;font-size:11px;line-height:1.9}.sq-profile-completion__bar{background:#e8edf3;border-radius:999px;height:9px;overflow:hidden}.sq-profile-completion__bar>span{border-radius:inherit;background:linear-gradient(90deg,#0b3768,#1768ff);height:100%;transition:width .3s;display:block}.sq-profile-360-form{flex-direction:column;gap:18px;display:flex}.sq-profile-section{background:#fff;border:1px solid #dfe6ee;border-radius:17px;flex-direction:column;gap:17px;padding:20px;display:flex}.sq-profile-section>header{border-bottom:1px solid #edf1f5;flex-direction:column;gap:5px;padding-bottom:13px;display:flex}.sq-profile-section>header strong{color:#1c324c;font-size:15px}.sq-profile-section>header small{color:#7d8997;font-size:11px}.sq-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.sq-profile-grid.is-three{grid-template-columns:repeat(3,minmax(0,1fr))}.sq-profile-grid label{color:#30465f;flex-direction:column;gap:8px;min-width:0;font-size:12px;font-weight:700;display:flex}.sq-profile-grid input,.sq-profile-grid select{color:#1c314a;width:100%;min-height:47px;font:inherit;background:#fff;border:1px solid #d5dee8;border-radius:11px;outline:none;padding:0 12px;font-weight:400}.sq-profile-grid input:focus,.sq-profile-grid select:focus{border-color:#1768ff;box-shadow:0 0 0 3px #1768ff1a}.sq-profile-grid input:disabled,.sq-profile-grid input:read-only{color:#6c7b8d;background:#f3f6f9}.sq-profile-choice-group{border:0;min-width:0;margin:0;padding:0}.sq-profile-choice-group legend{color:#30465f;margin-bottom:10px;font-size:12px;font-weight:700}.sq-profile-choice-group>div{flex-wrap:wrap;gap:8px;display:flex}.sq-profile-choice-group button{color:#52657b;min-height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8e0e9;border-radius:999px;padding:0 13px;font-size:11px}.sq-profile-choice-group button.is-selected{color:#145dcc;background:#eaf2ff;border-color:#1768ff}.sq-profile-consent-note{color:#64758a;background:#f3f6fa;border-radius:11px;margin:0;padding:12px 14px;font-size:11px;line-height:1.9}.sq-profile-submit{justify-content:flex-end;display:flex}.sq-profile-submit button{color:#fff;min-width:210px;min-height:47px;font:inherit;cursor:pointer;background:#0b3768;border:0;border-radius:12px;padding:0 20px;font-size:12px}.sq-profile-submit button:disabled{cursor:wait;opacity:.6}.sq-account-club-stack{gap:20px;display:grid}@media (max-width:760px){.sq-profile-grid,.sq-profile-grid.is-three{grid-template-columns:1fr}.sq-profile-section{padding:15px}.sq-profile-submit button{width:100%}}.sq-account-club-stack{flex-direction:column;gap:24px;width:100%;min-width:0;display:flex}.sq-membership-card-wrapper{gap:14px;width:100%;max-width:720px;margin-inline:auto;display:grid}.sq-membership-card{isolation:isolate;color:#fff;background:linear-gradient(135deg,#0a3767 0%,#123c73 46%,#39267e 100%);border:1px solid #ffffff2e;border-radius:24px;flex-direction:column;gap:18px;width:100%;min-height:420px;padding:26px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 55px #0d284d3d}.sq-membership-card-glow{z-index:-1;inset-inline-start:-110px;background:#ad6cff3b;border-radius:50%;width:290px;height:290px;position:absolute;bottom:-160px}.sq-membership-card header,.sq-membership-card footer,.sq-membership-card-main-details,.sq-membership-card-chip-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.sq-membership-card header>div,.sq-membership-card-main-details>div,.sq-membership-card footer>div{flex-direction:column;gap:5px;display:flex}.sq-membership-card header strong{font-size:25px;line-height:1}.sq-membership-card header small{letter-spacing:1px;opacity:.72;font-size:7px}.sq-membership-card header>span{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;padding:6px 11px;font-size:10px}.sq-membership-chip{background:linear-gradient(135deg,#f9d369,#c89b28);border-radius:9px;grid-template-columns:repeat(3,1fr);gap:3px;width:50px;height:38px;padding:7px;display:grid}.sq-membership-chip i{border-right:1px solid #63420640}.sq-membership-card-chip-row>small{letter-spacing:1px;opacity:.7;font-size:8px}.sq-membership-card-number{letter-spacing:4px;text-align:left;margin-block:14px 6px;font-size:clamp(22px,3.5vw,33px);font-weight:800}.sq-membership-card-main-details span,.sq-membership-card footer span,.sq-membership-member-id span{opacity:.7;font-size:8px}.sq-membership-card footer{border-top:1px solid #ffffff1f;padding-top:15px}.sq-membership-card-warning{text-align:center;letter-spacing:.8px;opacity:.42;font-size:6px;display:block}.sq-membership-card-history{background:#fff;border:1px solid #dfe6ef;border-radius:15px;gap:8px;padding:15px;display:grid}.sq-membership-card-history>strong{color:#243b56;font-size:12px}.sq-membership-card-history article{border-bottom:1px solid #edf1f5;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:9px 0;display:grid}.sq-membership-card-history article:last-child{border-bottom:0}.sq-membership-card-state,.sq-account-wallet-loading,.sq-account-wallet-error{color:#51647a;text-align:center;background:#fff;border:1px solid #dce4ed;border-radius:16px;padding:25px}.sq-membership-card-state button,.sq-account-wallet-error button{color:#fff;min-height:40px;font:inherit;cursor:pointer;background:#0b3768;border:0;border-radius:10px;padding:0 16px}.sq-membership-card-state.is-error,.sq-account-wallet-error{color:#b43838;background:#fff8f8;border-color:#efcaca}.sq-account-wallet-live{gap:18px;width:100%;min-width:0;display:grid}.sq-account-wallet-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.sq-account-wallet-summary article{background:#f5f7fa;border:1px solid #e0e6ee;border-radius:15px;flex-direction:column;justify-content:center;gap:7px;min-height:112px;padding:17px;display:flex}.sq-account-wallet-summary article.is-balance{color:#fff;background:linear-gradient(135deg,#1564ff,#4c30e9);border-color:#0000}.sq-account-wallet-summary span{color:#758499;font-size:10px}.sq-account-wallet-summary strong{color:#1f344d;font-size:15px}.sq-account-wallet-summary small{color:#8491a1;font-size:9px}.sq-account-wallet-summary .is-balance span,.sq-account-wallet-summary .is-balance strong,.sq-account-wallet-summary .is-balance small{color:#fff}.sq-account-wallet-history{background:#fff;border:1px solid #dfe6ee;border-radius:17px;padding:18px}.sq-account-wallet-history>header{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;padding-bottom:13px;display:flex}.sq-account-wallet-history>header span{color:#1768ff;font-size:9px}.sq-account-wallet-history>header h3{color:#1d324a;margin:5px 0 0;font-size:16px}.sq-account-wallet-history>header button{color:#1768ff;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px}.sq-account-wallet-transactions{gap:9px;display:grid}.sq-account-wallet-transactions article{background:#fff;border:1px solid #e5eaf0;border-radius:13px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;display:grid}.sq-account-wallet-transactions>article>span{border-radius:10px;place-items:center;width:34px;height:34px;font-size:17px;font-weight:800;display:grid}.sq-account-wallet-transactions>article>span.is-credit{color:#15915d;background:#e9f8f1}.sq-account-wallet-transactions>article>span.is-debit{color:#ce3c3c;background:#fff0f0}.sq-account-wallet-transactions article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.sq-account-wallet-transactions article>div:last-child{text-align:left;align-items:flex-end}.sq-account-wallet-transactions strong{color:#253950;font-size:11px}.sq-account-wallet-transactions p{color:#6f7f91;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:9px;overflow:hidden}.sq-account-wallet-transactions small{color:#8793a1;font-size:8px}.sq-account-wallet-transactions .is-credit-text{color:#158757}.sq-account-wallet-transactions .is-debit-text{color:#c83c3c}.sq-account-wallet-empty{color:#738297;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:35px 18px;display:flex}.sq-account-wallet-empty>span{color:#1768ff;background:#e9f1ff;border-radius:13px;place-items:center;width:45px;height:45px;font-weight:800;display:grid}.sq-account-wallet-empty p{margin:0;font-size:10px}@media (max-width:900px){.sq-account-wallet-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.sq-membership-card{border-radius:19px;min-height:360px;padding:20px}.sq-membership-card-number{letter-spacing:2px;font-size:20px}.sq-membership-card-main-details,.sq-membership-card footer{align-items:flex-start}.sq-account-wallet-summary{grid-template-columns:1fr}.sq-account-wallet-summary article{min-height:90px}.sq-account-wallet-transactions article{grid-template-columns:34px minmax(0,1fr)}.sq-account-wallet-transactions article>div:last-child{text-align:right;grid-column:2;align-items:flex-start}.sq-membership-card-history article{grid-template-columns:1fr}}.sq-membership-card-wrapper{width:100%;max-width:520px;margin-inline:auto}.sq-membership-card{aspect-ratio:1.586;border-radius:20px;gap:10px;width:100%;min-height:0;padding:20px}.sq-membership-card header strong{font-size:20px}.sq-membership-card header small{font-size:6px}.sq-membership-card header>span{padding:4px 9px;font-size:8px}.sq-membership-chip{width:42px;height:31px;padding:6px}.sq-membership-card-chip-row>small{font-size:7px}.sq-membership-card-number{letter-spacing:3px;margin-block:6px 0;font-size:clamp(18px,2.4vw,26px)}.sq-membership-card-main-details{margin-top:auto}.sq-membership-card-main-details span,.sq-membership-card footer span,.sq-membership-member-id span{font-size:7px}.sq-membership-card-main-details strong,.sq-membership-card footer strong{font-size:10px}.sq-membership-card footer{padding-top:9px}.sq-membership-card-warning{font-size:5px}.sq-membership-card-glow{width:210px;height:210px;bottom:-115px}@media (max-width:600px){.sq-membership-card-wrapper{max-width:100%}.sq-membership-card{border-radius:17px;min-height:0;padding:17px}.sq-membership-card-number{letter-spacing:2px;font-size:17px}}.sq-account-club-stack .sq-membership-card-wrapper{place-self:center!important;width:min(100%,420px)!important;min-width:0!important;max-width:420px!important;margin-inline:auto!important;display:grid!important}.sq-account-club-stack .sq-membership-card{box-sizing:border-box!important;aspect-ratio:1.586!important;border-radius:18px!important;gap:7px!important;width:420px!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:17px 18px!important}.sq-account-club-stack .sq-membership-card-number{letter-spacing:2.5px!important;margin-block:3px 0!important;font-size:19px!important;line-height:1.2!important}.sq-account-club-stack .sq-membership-card header strong{font-size:18px!important}.sq-account-club-stack .sq-membership-card header small{font-size:5px!important}.sq-account-club-stack .sq-membership-card header>span{padding:3px 7px!important;font-size:7px!important}.sq-account-club-stack .sq-membership-card-chip-row>small{font-size:5px!important}.sq-account-club-stack .sq-membership-card-main-details span,.sq-account-club-stack .sq-membership-card footer span,.sq-account-club-stack .sq-membership-member-id span{font-size:6px!important}.sq-account-club-stack .sq-membership-card-main-details strong,.sq-account-club-stack .sq-membership-card footer strong{font-size:9px!important}.sq-account-club-stack .sq-membership-card footer{padding-top:6px!important}.sq-account-club-stack .sq-membership-card-warning{font-size:4px!important}.sq-account-club-stack .sq-membership-card-history{box-sizing:border-box!important;width:420px!important;max-width:100%!important}@media (max-width:520px){.sq-account-club-stack .sq-membership-card-wrapper{width:100%!important;max-width:100%!important}.sq-account-club-stack .sq-membership-card{width:100%!important;padding:15px!important}.sq-account-club-stack .sq-membership-card-number{letter-spacing:1.5px!important;font-size:16px!important}.sq-account-club-stack .sq-membership-card-history{width:100%!important}}.sq-account-club-stack .sq-membership-card-wrapper{width:min(100%,420px)!important;max-width:420px!important;margin-inline:auto!important}.sq-account-club-stack .sq-membership-card{box-sizing:border-box!important;border-radius:18px!important;width:420px!important;max-width:100%!important;height:265px!important;min-height:265px!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important}.sq-account-club-stack .sq-membership-card-glow{z-index:0!important;inset-inline-start:-55px!important;width:190px!important;height:190px!important;position:absolute!important;bottom:-100px!important}.sq-account-club-stack .sq-membership-card>header{z-index:2!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;margin:0!important;padding:0!important;display:flex!important;position:absolute!important;top:16px!important;left:18px!important;right:18px!important}.sq-account-club-stack .sq-membership-card>header>div{flex-direction:column!important;gap:2px!important;display:flex!important}.sq-account-club-stack .sq-membership-card>header strong{font-size:19px!important;line-height:1!important}.sq-account-club-stack .sq-membership-card>header small{letter-spacing:.7px!important;font-size:5px!important;line-height:1.4!important}.sq-account-club-stack .sq-membership-card>header>span{border-radius:999px!important;padding:4px 8px!important;font-size:7px!important;line-height:1.2!important}.sq-account-club-stack .sq-membership-card-chip-row{z-index:2!important;justify-content:space-between!important;align-items:center!important;margin:0!important;display:flex!important;position:absolute!important;top:57px!important;left:18px!important;right:18px!important}.sq-account-club-stack .sq-membership-chip{border-radius:7px!important;width:38px!important;height:28px!important;padding:5px!important}.sq-account-club-stack .sq-membership-card-chip-row>small{letter-spacing:.8px!important;font-size:5px!important;line-height:1!important}.sq-account-club-stack .sq-membership-card-number{z-index:2!important;letter-spacing:2.7px!important;text-align:left!important;white-space:nowrap!important;direction:ltr!important;width:auto!important;margin:0!important;padding:0!important;font-size:20px!important;font-weight:800!important;line-height:1!important;position:absolute!important;top:103px!important;left:18px!important;right:18px!important}.sq-account-club-stack .sq-membership-card-main-details{z-index:2!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:18px!important;margin:0!important;display:grid!important;position:absolute!important;top:146px!important;left:18px!important;right:18px!important}.sq-account-club-stack .sq-membership-card-main-details>div{flex-direction:column!important;gap:3px!important;min-width:0!important;display:flex!important}.sq-account-club-stack .sq-membership-card-main-details>div:last-child{align-items:flex-end!important}.sq-account-club-stack .sq-membership-card-main-details span{font-size:6px!important;line-height:1.3!important}.sq-account-club-stack .sq-membership-card-main-details strong{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:9px!important;line-height:1.4!important;overflow:hidden!important}.sq-account-club-stack .sq-membership-card>footer{z-index:2!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:end!important;gap:18px!important;margin:0!important;padding:8px 0 0!important;display:grid!important;position:absolute!important;bottom:19px!important;left:18px!important;right:18px!important}.sq-account-club-stack .sq-membership-card>footer>div{flex-direction:column!important;gap:3px!important;display:flex!important}.sq-account-club-stack .sq-membership-card>footer>div:last-child{align-items:flex-end!important}.sq-account-club-stack .sq-membership-card>footer span{font-size:6px!important;line-height:1.3!important}.sq-account-club-stack .sq-membership-card>footer strong{white-space:nowrap!important;font-size:8px!important;line-height:1.3!important}.sq-account-club-stack .sq-membership-card-warning{z-index:2!important;letter-spacing:.6px!important;text-align:center!important;white-space:nowrap!important;opacity:.42!important;margin:0!important;font-size:4px!important;line-height:1!important;display:block!important;position:absolute!important;bottom:6px!important;left:18px!important;right:18px!important}.sq-account-club-stack .sq-membership-card-history{width:420px!important;max-width:100%!important;margin-inline:auto!important}@media (max-width:500px){.sq-account-club-stack .sq-membership-card{aspect-ratio:420/265!important;width:100%!important;height:auto!important;min-height:0!important}.sq-account-club-stack .sq-membership-card-number{letter-spacing:1.5px!important;font-size:clamp(15px,4.5vw,20px)!important}}.sq-home-v3{background:#fff;overflow:hidden}.sq-home-v3 a{text-decoration:none}.sq-home-v3-hero{padding:22px 0 12px}.sq-home-v3-hero__panel{isolation:isolate;color:#fff;background:linear-gradient(115deg,#10243b 0%,#24415f 48%,#7390ae 100%);border-radius:22px;grid-template-columns:minmax(370px,.85fr) minmax(0,1.15fr);min-height:420px;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 28px #10263e2e}.sq-home-v3-hero__background{z-index:-1;position:absolute;inset:0}.sq-home-v3-hero__background:after{content:"";background:linear-gradient(90deg,#0717280a,#0717289e);position:absolute;inset:0}.sq-home-v3-hero__background span{background:#ffffff12;border-radius:50%;position:absolute}.sq-home-v3-hero__background span:first-child{width:390px;height:390px;bottom:-190px;left:-120px}.sq-home-v3-hero__background span:nth-child(2){width:280px;height:280px;top:-150px;right:31%}.sq-home-v3-hero__background span:nth-child(3){width:180px;height:180px;bottom:-90px;right:5%}.sq-home-v3-hero__content{z-index:3;flex-direction:column;justify-content:center;gap:15px;padding:42px 45px;display:flex}.sq-home-v3-hero__eyebrow{color:#ffffffd1;font-size:12px;font-weight:700}.sq-home-v3-hero h1{letter-spacing:-1.8px;flex-direction:column;gap:2px;margin:0;font-size:clamp(38px,4.8vw,62px);line-height:1.35;display:flex}.sq-home-v3-hero h1 strong{color:#3f91ff;font-weight:900}.sq-home-v3-hero__content>p{color:#ffffffc7;max-width:490px;margin:0;font-size:13px;line-height:2}.sq-home-v3-hero__actions{flex-wrap:wrap;gap:9px;margin-top:3px;display:flex}.sq-home-v3-hero__actions a{border-radius:999px;justify-content:center;align-items:center;min-height:43px;padding:0 19px;font-size:11px;font-weight:800;display:inline-flex}.sq-home-v3-hero__actions a.is-primary{color:#fff;background:#1768ff}.sq-home-v3-hero__actions a.is-outline{color:#fff;background:#0000001f;border:1px solid #ffffffbf}.sq-home-v3-hero__visual{place-items:center;min-width:0;padding:28px 35px;display:grid;position:relative}.sq-home-v3-hero__watermark{color:#ffffff14;letter-spacing:4px;font-size:52px;font-weight:900;position:absolute;top:32px;left:35px}.sq-home-v3-hero__product{z-index:2;place-items:center;width:92%;height:330px;transition:transform .35s;display:grid;position:relative;transform:rotate(-4deg)}.sq-home-v3-hero__product:hover{transform:rotate(-1deg)scale(1.025)}.sq-home-v3-hero__product .product-image,.sq-home-v3-hero__product .sq-product-image{background:0 0;width:100%;height:100%;margin:0}.sq-home-v3-hero__product img{object-fit:contain;filter:drop-shadow(0 25px 25px #00000047);width:100%;height:100%;padding:0}.sq-home-v3-hero__fallback{background:#ffffff1a;border-radius:50%;place-items:center;width:210px;height:210px;font-size:100px;font-weight:900;display:grid}.sq-home-v3-hero__product-caption{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0e23398f;border:1px solid #ffffff38;border-radius:12px;flex-direction:column;gap:3px;width:min(260px,58%);padding:10px 13px;display:flex;position:absolute;bottom:25px;right:28px}.sq-home-v3-hero__product-caption small{color:#9cc6ff;font-size:7px}.sq-home-v3-hero__product-caption strong{white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.sq-home-v3-hero__product-caption span{font-size:9px}.sq-home-v3-hero__store-name{color:#ffffff8c;letter-spacing:1px;font-size:8px;position:absolute;bottom:24px;left:29px}.sq-home-v3-hero__arrow{z-index:6;color:#fff;cursor:pointer;background:#06142452;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.sq-home-v3-hero__arrow.is-right{right:17px}.sq-home-v3-hero__arrow.is-left{left:17px}.sq-home-v3-hero__arrow svg{width:17px;height:17px}.sq-home-v3-hero__arrow svg.is-reverse{transform:scaleX(-1)}.sq-home-v3-hero__dots{z-index:6;gap:5px;display:flex;position:absolute;bottom:13px;right:50%;transform:translate(50%)}.sq-home-v3-hero__dots button{cursor:pointer;background:#ffffff80;border:0;border-radius:999px;width:7px;height:7px;padding:0}.sq-home-v3-hero__dots button.is-active{background:#fff;width:22px}.sq-home-v3-categories{padding:0 0 24px}.sq-home-v3-categories__rail{background:#fff;border:1px solid #e2e7ee;border-radius:17px;grid-template-columns:repeat(7,minmax(0,1fr));display:grid;overflow:hidden}.sq-home-v3-category{color:#23384f;border-left:1px solid #edf0f4;flex-direction:column;align-items:center;gap:8px;min-width:0;min-height:114px;padding:13px 8px 12px;display:flex}.sq-home-v3-category:last-child{border-left:0}.sq-home-v3-category>span{background:linear-gradient(145deg,#f1f5fa,#fff);border-radius:50%;place-items:center;width:63px;height:63px;display:grid;overflow:hidden}.sq-home-v3-category img{object-fit:contain;width:100%;height:100%}.sq-home-v3-category svg{fill:none;stroke:#173e6b;stroke-width:2px;width:40px;height:40px}.sq-home-v3-category strong{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:10px;overflow:hidden}.sq-home-v3-products,.sq-home-v3-campaigns,.sq-home-v3-accessories,.sq-home-v3-technologies,.sq-home-v3-club,.sq-home-v3-magazine,.sq-home-v3-testimonials,.sq-home-v3-faq{padding:20px 0}.sq-home-v3-section-title{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.sq-home-v3-section-title h2{color:#162c44;margin:0;font-size:20px;line-height:1.5}.sq-home-v3-section-title a{color:#1768ff;align-items:center;gap:6px;font-size:9px;font-weight:800;display:inline-flex}.sq-home-v3 .product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.sq-home-v3 .sq-product-card{min-width:0;box-shadow:none;background:#fff;border:1px solid #e2e7ee;border-radius:16px;padding:0;transition:transform .2s,box-shadow .2s;overflow:hidden}.sq-home-v3 .sq-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #1632521a}.sq-home-v3 .sq-product-card__media{background:linear-gradient(#fafbfc,#f2f5f8);border-radius:0;height:185px;margin:0}.sq-home-v3 .sq-product-card__image-link,.sq-home-v3 .sq-product-card__media .product-image,.sq-home-v3 .sq-product-card__media .sq-product-image{width:100%;height:100%;margin:0}.sq-home-v3 .sq-product-card__media img{object-fit:contain;width:100%;height:100%;padding:14px}.sq-home-v3 .sq-product-card__wishlist{width:31px;height:31px;top:9px;left:9px}.sq-home-v3 .sq-product-card__badges{top:9px;right:9px}.sq-home-v3 .sq-product-card__discount,.sq-home-v3 .sq-product-card__new{padding:4px 7px;font-size:7px}.sq-home-v3 .sq-product-card__body{padding:12px}.sq-home-v3 .sq-product-card__meta{min-height:17px;margin-bottom:7px}.sq-home-v3 .sq-product-card__stock{font-size:7px}.sq-home-v3 .sq-product-card__rating{font-size:8px}.sq-home-v3 .sq-product-card__title h3{color:#27384c;min-height:43px;margin:0;font-size:10px;line-height:1.9;overflow:hidden}.sq-home-v3 .sq-product-card__model,.sq-home-v3 .sq-product-card__description{color:#808b99;white-space:nowrap;text-overflow:ellipsis;min-height:17px;margin:5px 0 8px;font-size:7px;overflow:hidden}.sq-home-v3 .sq-product-card__footer{grid-template-columns:1fr;gap:9px;margin-top:6px;display:grid}.sq-home-v3 .sq-product-card__prices{min-width:0}.sq-home-v3 .sq-product-card__prices del{font-size:7px}.sq-home-v3 .sq-product-card__prices strong{font-size:11px}.sq-home-v3 .sq-product-card__buy{border-radius:9px;min-height:35px;font-size:8px}.sq-home-v3 .sq-product-card__buy svg{width:15px;height:15px}.sq-home-v3-campaigns__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.sq-home-v3-campaign{isolation:isolate;color:#fff;border-radius:17px;grid-template-columns:1fr 1fr;min-height:220px;display:grid;position:relative;overflow:hidden}.sq-home-v3-campaign.is-men{background:linear-gradient(120deg,#162436,#4f657c)}.sq-home-v3-campaign.is-women{background:linear-gradient(120deg,#776579,#b6a6b6)}.sq-home-v3-campaign.is-kids{background:linear-gradient(120deg,#275e7b,#8bb7cc)}.sq-home-v3-campaign__overlay{z-index:-1;background:linear-gradient(90deg,#0714220f,#07142252);position:absolute;inset:0}.sq-home-v3-campaign__content{z-index:2;flex-direction:column;justify-content:center;gap:8px;padding:24px;display:flex}.sq-home-v3-campaign__content>span{color:#ffffffb3;font-size:8px}.sq-home-v3-campaign__content h3{margin:0;font-size:23px}.sq-home-v3-campaign__content p{color:#ffffffd1;margin:0;font-size:10px}.sq-home-v3-campaign__content b{border:1px solid #ffffff8c;border-radius:999px;width:fit-content;margin-top:8px;padding:6px 12px;font-size:7px}.sq-home-v3-campaign__product{place-items:center;min-width:0;padding:10px;display:grid}.sq-home-v3-campaign__product .product-image,.sq-home-v3-campaign__product .sq-product-image{background:0 0;width:100%;height:100%;margin:0}.sq-home-v3-campaign__product img{object-fit:contain;filter:drop-shadow(0 16px 18px #00000040);width:100%;height:100%;padding:0}.sq-home-v3-accessories__rail{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.sq-home-v3-accessories__rail a{color:#26394d;background:#fff;border:1px solid #e3e8ee;border-radius:15px;flex-direction:column;align-items:center;gap:8px;padding:12px 7px;display:flex}.sq-home-v3-accessories__rail a>span{background:linear-gradient(145deg,#f2f5f8,#fff);border-radius:14px;place-items:center;width:68px;height:68px;display:grid}.sq-home-v3-accessories svg{fill:none;stroke:#152f4b;stroke-width:2px;width:43px;height:43px}.sq-home-v3-accessories strong{font-size:9px}.sq-home-v3-technologies__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.sq-home-v3-technologies__grid a{text-align:center;background:#fff;border:1px solid #e1e7ed;border-radius:14px;flex-direction:column;align-items:center;gap:7px;min-height:105px;padding:17px 11px;display:flex}.sq-home-v3-technologies strong{color:#103c6d;font-size:14px;font-weight:900}.sq-home-v3-technologies span{color:#778494;font-size:8px;line-height:1.8}.sq-home-v3-club__panel{color:#fff;background:linear-gradient(120deg,#062b58,#0b477f 52%,#12315d);border-radius:17px;grid-template-columns:1.3fr .7fr;min-height:210px;display:grid;position:relative;overflow:hidden}.sq-home-v3-club__panel:before{content:"";border:1px solid #ffffff1f;border-radius:50%;width:390px;height:390px;position:absolute;top:-210px;right:-190px}.sq-home-v3-club__content{flex-direction:column;justify-content:center;gap:9px;padding:27px 35px;display:flex}.sq-home-v3-club__content>span{color:#9cc6ff;letter-spacing:2px;font-size:8px}.sq-home-v3-club__content h2{margin:0;font-size:22px}.sq-home-v3-club__content p{color:#ffffffba;max-width:650px;margin:0;font-size:9px;line-height:1.9}.sq-home-v3-club__content>div{flex-wrap:wrap;gap:15px;display:flex}.sq-home-v3-club__content>div small{color:#ffffffd1;padding-right:12px;font-size:7px;position:relative}.sq-home-v3-club__content>div small:before{content:"";background:#55a0ff;border-radius:50%;width:5px;height:5px;position:absolute;top:5px;right:0}.sq-home-v3-club__content>a{color:#fff;background:#1768ff;border-radius:999px;width:fit-content;margin-top:4px;padding:9px 18px;font-size:8px;font-weight:800}.sq-home-v3-club__card{aspect-ratio:1.586;background:linear-gradient(135deg,#1d2530,#454b52);border:1px solid #ffffff40;border-radius:14px;flex-direction:column;place-self:center;width:260px;padding:18px;display:flex;position:relative;transform:rotate(-3deg);box-shadow:0 20px 40px #00000040}.sq-home-v3-club__card header,.sq-home-v3-club__card footer{justify-content:space-between;align-items:center;display:flex}.sq-home-v3-club__card header strong{font-size:15px}.sq-home-v3-club__card header span,.sq-home-v3-club__card>small,.sq-home-v3-club__card footer span{letter-spacing:1px;opacity:.7;font-size:6px}.sq-home-v3-club__card>small{margin-top:22px}.sq-home-v3-club__card>b{letter-spacing:1.3px;margin-top:17px;font-size:12px}.sq-home-v3-club__card footer{margin-top:auto;font-size:7px}.sq-home-v3-magazine__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.sq-home-v3-article{background:#fff;border:1px solid #e2e7ed;border-radius:15px;grid-template-columns:120px minmax(0,1fr);min-height:125px;display:grid;overflow:hidden}.sq-home-v3-article__visual{background:linear-gradient(145deg,#e9eff5,#f8fafc);place-items:center;min-width:0;display:grid}.sq-home-v3-article__visual .product-image,.sq-home-v3-article__visual .sq-product-image{width:100%;height:100%;margin:0}.sq-home-v3-article__visual img{object-fit:contain;width:100%;height:100%;padding:6px}.sq-home-v3-article__content{flex-direction:column;justify-content:center;gap:6px;min-width:0;padding:12px;display:flex}.sq-home-v3-article__content>span{color:#1768ff;font-size:7px}.sq-home-v3-article h3{color:#263a50;margin:0;font-size:10px;line-height:1.8}.sq-home-v3-article p{color:#7c8795;margin:0;font-size:7px;line-height:1.8;overflow:hidden}.sq-home-v3-testimonials__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.sq-home-v3-testimonials article{background:#fff;border:1px solid #e1e6ed;border-radius:15px;flex-direction:column;gap:9px;min-height:165px;padding:15px;display:flex}.sq-home-v3-testimonials article header{align-items:center;gap:9px;display:flex}.sq-home-v3-testimonials article header>span{color:#1768ff;background:#e8f1ff;border-radius:50%;place-items:center;width:36px;height:36px;font-size:13px;font-weight:900;display:grid}.sq-home-v3-testimonials article header>div{flex-direction:column;gap:2px;display:flex}.sq-home-v3-testimonials strong{color:#253a51;font-size:9px}.sq-home-v3-testimonials small{color:#8994a1;font-size:7px}.sq-home-v3-stars{color:#ffad19;letter-spacing:1px;font-size:10px}.sq-home-v3-testimonials p{color:#627286;flex:1;margin:0;font-size:8px;line-height:2}.sq-home-v3-faq{padding-bottom:28px}.sq-home-v3-faq__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.sq-home-v3-faq details{background:#fff;border:1px solid #e1e6ed;border-radius:13px;min-height:58px}.sq-home-v3-faq summary{color:#2e435b;cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:16px;font-size:8px;font-weight:700;list-style:none;display:flex}.sq-home-v3-faq summary::-webkit-details-marker{display:none}.sq-home-v3-faq summary span{color:#1768ff;border:1px solid #bdd0e6;border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;display:grid}.sq-home-v3-faq details p{color:#718095;margin:0;padding:0 16px 16px;font-size:8px;line-height:2}.sq-home-v3-trust{padding:0 0 24px}.sq-home-v3-trust__grid{color:#fff;background:linear-gradient(110deg,#06346a,#0a4d8b);border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.sq-home-v3-trust article{border-left:1px solid #ffffff24;align-items:center;gap:11px;min-height:82px;padding:15px 20px;display:flex}.sq-home-v3-trust article:last-child{border-left:0}.sq-home-v3-trust article>span{border:1px solid #ffffff38;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:16px;display:grid}.sq-home-v3-trust article>div{flex-direction:column;gap:4px;display:flex}.sq-home-v3-trust strong{font-size:9px}.sq-home-v3-trust small{color:#ffffffb3;font-size:7px}.sq-home-v3-empty{color:#788696;text-align:center;border:1px dashed #d2dae4;border-radius:15px;padding:30px;font-size:10px}@media (max-width:1180px){.sq-home-v3 .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sq-home-v3-article{grid-template-columns:95px 1fr}}@media (max-width:950px){.sq-home-v3-hero__panel{grid-template-columns:1fr}.sq-home-v3-hero__content{padding:38px 32px 10px}.sq-home-v3-hero__visual{min-height:350px;padding:10px 28px 35px}.sq-home-v3-hero__product{height:290px}.sq-home-v3-categories__rail{grid-template-columns:repeat(4,minmax(0,1fr))}.sq-home-v3-category:nth-child(4){border-left:0}.sq-home-v3 .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sq-home-v3-campaigns__grid{grid-template-columns:1fr}.sq-home-v3-accessories__rail{grid-template-columns:repeat(4,minmax(0,1fr))}.sq-home-v3-technologies__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sq-home-v3-club__panel{grid-template-columns:1fr}.sq-home-v3-club__card{margin:0 auto 28px}.sq-home-v3-magazine__grid,.sq-home-v3-testimonials__grid,.sq-home-v3-faq__grid,.sq-home-v3-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sq-home-v3-trust article:nth-child(2){border-left:0}}@media (max-width:640px){.sq-home-v3-hero{padding-top:12px}.sq-home-v3-hero__panel{border-radius:17px;min-height:0}.sq-home-v3-hero__content{gap:12px;padding:28px 20px 5px}.sq-home-v3-hero h1{letter-spacing:-1px;font-size:34px}.sq-home-v3-hero__content>p{font-size:10px}.sq-home-v3-hero__actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.sq-home-v3-hero__actions a{width:100%;min-height:40px;padding:0 8px;font-size:9px}.sq-home-v3-hero__visual{min-height:260px;padding:0 10px 28px}.sq-home-v3-hero__product{width:100%;height:225px}.sq-home-v3-hero__watermark,.sq-home-v3-hero__store-name,.sq-home-v3-hero__product-caption{display:none}.sq-home-v3-hero__arrow{width:30px;height:30px}.sq-home-v3-categories__rail{scroll-snap-type:x mandatory;border-radius:14px;display:flex;overflow-x:auto}.sq-home-v3-category{scroll-snap-align:start;border-left:1px solid #edf0f4;flex:0 0 112px;min-height:100px}.sq-home-v3-category>span{width:55px;height:55px}.sq-home-v3-products,.sq-home-v3-campaigns,.sq-home-v3-accessories,.sq-home-v3-technologies,.sq-home-v3-club,.sq-home-v3-magazine,.sq-home-v3-testimonials,.sq-home-v3-faq{padding:14px 0}.sq-home-v3-section-title{margin-bottom:11px}.sq-home-v3-section-title h2{font-size:16px}.sq-home-v3 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sq-home-v3 .sq-product-card__media{height:145px}.sq-home-v3 .sq-product-card__body{padding:9px}.sq-home-v3 .sq-product-card__title h3{min-height:38px;font-size:9px}.sq-home-v3-campaign{min-height:185px}.sq-home-v3-campaign__content{padding:17px}.sq-home-v3-campaign__content h3{font-size:19px}.sq-home-v3-accessories__rail{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.sq-home-v3-accessories__rail a{scroll-snap-align:start;flex:0 0 105px}.sq-home-v3-technologies__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sq-home-v3-club__content{padding:24px 20px}.sq-home-v3-club__content h2{font-size:18px}.sq-home-v3-club__card{width:230px}.sq-home-v3-magazine__grid,.sq-home-v3-testimonials__grid,.sq-home-v3-faq__grid,.sq-home-v3-trust__grid{grid-template-columns:1fr}.sq-home-v3-article{grid-template-columns:105px 1fr}.sq-home-v3-trust article{border-bottom:1px solid #ffffff21;border-left:0}.sq-home-v3-trust article:last-child{border-bottom:0}}.sq-home-v4{background:#fff}.sq-home-v4-title{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:16px;display:flex}.sq-home-v4-title>div{flex-direction:column;gap:5px;display:flex}.sq-home-v4-title>div>span{color:#1768ff;font-size:8px;font-weight:900}.sq-home-v4-title h2{color:#172d46;margin:0;font-size:21px;line-height:1.5}.sq-home-v4-title p{color:#7b8796;margin:0;font-size:9px;line-height:1.9}.sq-home-v4-title>a{color:#1768ff;flex:none;align-items:center;gap:7px;font-size:9px;font-weight:800;display:inline-flex}.sq-home-v4-service-strip{padding:8px 0 20px}.sq-home-v4-service-strip__grid{background:#fff;border:1px solid #e2e7ed;border-radius:15px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.sq-home-v4-service-strip article{border-left:1px solid #edf0f4;align-items:center;gap:11px;min-height:76px;padding:14px 18px;display:flex}.sq-home-v4-service-strip article:last-child{border-left:0}.sq-home-v4-service-strip article>span{color:#1768ff;background:#edf4ff;border-radius:50%;flex:0 0 37px;place-items:center;width:37px;height:37px;font-size:15px;font-weight:900;display:grid}.sq-home-v4-service-strip article>div{flex-direction:column;gap:3px;display:flex}.sq-home-v4-service-strip strong{color:#213850;font-size:9px}.sq-home-v4-service-strip small{color:#8290a0;font-size:7px}.sq-home-v4-products,.sq-home-v4-campaigns,.sq-home-v4-wide-promo,.sq-home-v4-accessories,.sq-home-v4-technologies,.sq-home-v4-club,.sq-home-v4-magazine,.sq-home-v4-instagram,.sq-home-v4-testimonials,.sq-home-v4-faq{padding:21px 0}.sq-home-v4-products.is-soft{background:linear-gradient(#f4f7fbb8,#fff0)}.sq-home-v4-product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;display:grid}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card{min-width:0;box-shadow:none;background:#fff;border:1px solid #e2e7ed;border-radius:15px;transition:transform .2s,box-shadow .2s;overflow:hidden}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card:hover{transform:translateY(-3px);box-shadow:0 11px 26px #11345b1a}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__media{background:linear-gradient(#fcfdfe,#f4f6f9);height:168px}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__media img,.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__body{padding:10px}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__title h3{min-height:38px;font-size:9px;line-height:1.85}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__model,.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__description{min-height:15px;font-size:7px}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__stock,.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__rating{font-size:7px}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__prices strong{font-size:10px}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__prices del{font-size:7px}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__buy{border-radius:8px;min-height:32px;font-size:7px}.sq-home-v4-campaigns__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.sq-home-v4-campaign{isolation:isolate;color:#fff;border-radius:18px;grid-template-columns:1.05fr .95fr;min-height:260px;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 28px #0d294921}.sq-home-v4-campaign:before{z-index:-1;inset-inline-end:-75px;content:"";border:1px solid #ffffff29;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-110px}.sq-home-v4-campaign.is-men{background:linear-gradient(125deg,#172639,#51677d)}.sq-home-v4-campaign.is-women{background:linear-gradient(125deg,#6b5a72,#b3a3b6)}.sq-home-v4-campaign.is-kids{background:linear-gradient(125deg,#286681,#8ab8ca)}.sq-home-v4-campaign__content{flex-direction:column;justify-content:center;gap:9px;padding:25px;display:flex}.sq-home-v4-campaign__content>span{color:#ffffffb3;font-size:8px}.sq-home-v4-campaign__content h3{margin:0;font-size:25px}.sq-home-v4-campaign__content p{color:#fffc;margin:0;font-size:9px;line-height:1.9}.sq-home-v4-campaign__content b{border:1px solid #fff9;border-radius:999px;width:fit-content;margin-top:6px;padding:6px 12px;font-size:7px}.sq-home-v4-campaign__visual{place-items:center;min-width:0;padding:12px;display:grid}.sq-home-v4-campaign__visual .product-image,.sq-home-v4-campaign__visual .sq-product-image{background:0 0;width:100%;height:100%;margin:0}.sq-home-v4-campaign__visual img{object-fit:contain;filter:drop-shadow(0 16px 18px #00000040);width:100%;height:100%;padding:0}.sq-home-v4-wide-promo__panel{isolation:isolate;background:linear-gradient(120deg,#eef4fd,#dce9fb);border-radius:21px;grid-template-columns:1fr .9fr;min-height:330px;display:grid;position:relative;overflow:hidden}.sq-home-v4-wide-promo__panel:after{z-index:-1;inset-inline-start:-190px;content:"";background:#1768ff1f;border-radius:50%;width:440px;height:440px;position:absolute;bottom:-240px}.sq-home-v4-wide-promo__content{flex-direction:column;justify-content:center;gap:13px;padding:42px;display:flex}.sq-home-v4-wide-promo__content>span{color:#1768ff;font-size:9px;font-weight:900}.sq-home-v4-wide-promo__content h2{color:#153758;max-width:580px;margin:0;font-size:clamp(27px,3.5vw,43px);line-height:1.55}.sq-home-v4-wide-promo__content p{color:#63778d;max-width:560px;margin:0;font-size:10px;line-height:2}.sq-home-v4-wide-promo__content a{color:#fff;background:#0c3c71;border-radius:999px;width:fit-content;padding:10px 17px;font-size:8px;font-weight:800}.sq-home-v4-wide-promo__products{min-width:0;position:relative}.sq-home-v4-wide-promo__products>div{place-items:center;display:grid;position:absolute}.sq-home-v4-wide-promo__products>div .product-image,.sq-home-v4-wide-promo__products>div .sq-product-image{background:0 0;width:100%;height:100%;margin:0}.sq-home-v4-wide-promo__products img{object-fit:contain;filter:drop-shadow(0 20px 24px #1a3d6638);width:100%;height:100%;padding:0}.sq-home-v4-wide-promo__products .is-primary{z-index:2;width:70%;height:78%;bottom:7%;right:11%}.sq-home-v4-wide-promo__products .is-secondary{z-index:1;opacity:.72;width:52%;height:58%;top:7%;left:2%;transform:rotate(-9deg)}.sq-home-v4-accessories__grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.sq-home-v4-accessories__grid a{color:#263c52;background:#fff;border:1px solid #e2e7ed;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:12px 7px;transition:transform .2s,box-shadow .2s;display:flex}.sq-home-v4-accessories__grid a:hover{transform:translateY(-3px);box-shadow:0 10px 23px #12355b14}.sq-home-v4-accessories__grid a>span{background:linear-gradient(145deg,#f1f4f8,#fff);border-radius:16px;place-items:center;width:72px;height:72px;display:grid}.sq-home-v4-accessories svg{fill:none;stroke:#173653;stroke-width:2px;width:43px;height:43px}.sq-home-v4-accessories strong{font-size:9px}.sq-home-v4-technologies__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.sq-home-v4-technologies__grid a{text-align:center;background:linear-gradient(#fff,#f8fafc);border:1px solid #e1e7ee;border-radius:14px;flex-direction:column;align-items:center;gap:7px;min-height:135px;padding:18px 12px;display:flex}.sq-home-v4-technologies small{color:#1768ff;letter-spacing:.5px;font-size:7px;font-weight:900}.sq-home-v4-technologies strong{color:#0d3b6d;font-size:14px;font-weight:900}.sq-home-v4-technologies p{color:#7b8795;margin:0;font-size:8px;line-height:1.8}.sq-home-v4-club__panel{color:#fff;background:linear-gradient(120deg,#03264f,#07427a 56%,#112b51);border-radius:18px;grid-template-columns:.45fr 1.2fr .65fr;align-items:center;min-height:230px;display:grid;overflow:hidden}.sq-home-v4-club__brand{flex-direction:column;align-items:center;gap:2px;padding:25px;display:flex}.sq-home-v4-club__brand strong{letter-spacing:1px;font-size:23px}.sq-home-v4-club__brand span{letter-spacing:4px;font-size:17px}.sq-home-v4-club__content{flex-direction:column;justify-content:center;gap:10px;padding:28px;display:flex}.sq-home-v4-club__content>span{color:#8cbcff;font-size:8px;font-weight:900}.sq-home-v4-club__content h2{margin:0;font-size:23px;line-height:1.55}.sq-home-v4-club__content p{color:#ffffffba;margin:0;font-size:9px;line-height:2}.sq-home-v4-club__content>div{flex-wrap:wrap;gap:8px;display:flex}.sq-home-v4-club__content>div span{background:#ffffff0f;border:1px solid #ffffff29;border-radius:999px;padding:5px 9px;font-size:7px}.sq-home-v4-club__content>a{color:#fff;background:#1768ff;border-radius:999px;width:fit-content;margin-top:4px;padding:9px 17px;font-size:8px;font-weight:800}.sq-home-v4-club__card{aspect-ratio:1.586;background:linear-gradient(135deg,#151c26,#444a52);border:1px solid #ffffff3b;border-radius:14px;flex-direction:column;width:250px;padding:17px;display:flex;transform:rotate(-3deg);box-shadow:0 18px 35px #00000047}.sq-home-v4-club__card header,.sq-home-v4-club__card footer{justify-content:space-between;align-items:center;display:flex}.sq-home-v4-club__card header strong{font-size:16px}.sq-home-v4-club__card header small,.sq-home-v4-club__card>span,.sq-home-v4-club__card footer small{letter-spacing:1px;opacity:.7;font-size:6px}.sq-home-v4-club__card>span{margin-top:20px}.sq-home-v4-club__card>b{letter-spacing:1px;margin-top:16px;font-size:12px}.sq-home-v4-club__card footer{margin-top:auto;font-size:7px}.sq-home-v4-magazine__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;display:grid}.sq-home-v4-article{background:#fff;border:1px solid #e1e7ed;border-radius:15px;overflow:hidden}.sq-home-v4-article__image{background:linear-gradient(145deg,#edf2f7,#fafbfd);place-items:center;height:155px;display:grid}.sq-home-v4-article__image .product-image,.sq-home-v4-article__image .sq-product-image{width:100%;height:100%;margin:0}.sq-home-v4-article__image img{object-fit:contain;width:100%;height:100%;padding:7px}.sq-home-v4-article__content{flex-direction:column;gap:6px;padding:12px;display:flex}.sq-home-v4-article__content>span{color:#1768ff;font-size:7px}.sq-home-v4-article h3{color:#25394f;min-height:42px;margin:0;font-size:10px;line-height:1.8}.sq-home-v4-article p{color:#7a8796;min-height:42px;margin:0;font-size:7px;line-height:1.9}.sq-home-v4-article small{color:#1768ff;font-size:7px;font-weight:800}.sq-home-v4-instagram__grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:8px;display:grid}.sq-home-v4-instagram__grid a{aspect-ratio:1;background:linear-gradient(145deg,#edf1f5,#fff);border-radius:13px;place-items:center;display:grid;position:relative;overflow:hidden}.sq-home-v4-instagram__grid .product-image,.sq-home-v4-instagram__grid .sq-product-image{width:100%;height:100%;margin:0}.sq-home-v4-instagram__grid img{object-fit:contain;width:100%;height:100%;padding:6px;transition:transform .25s}.sq-home-v4-instagram__grid a:hover img{transform:scale(1.08)}.sq-home-v4-instagram__grid a>span{inset-inline:8px;color:#fff;text-align:center;opacity:0;background:#041c39b8;border-radius:8px;padding:5px;font-size:6px;transition:opacity .2s;position:absolute;bottom:8px}.sq-home-v4-instagram__grid a:hover>span{opacity:1}.sq-home-v4-testimonials__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;display:grid}.sq-home-v4-testimonials article{background:#fff;border:1px solid #e1e6ed;border-radius:15px;flex-direction:column;gap:8px;min-height:180px;padding:15px;display:flex}.sq-home-v4-testimonials article header{align-items:center;gap:9px;display:flex}.sq-home-v4-testimonials article header>span{color:#1768ff;background:#e9f2ff;border-radius:50%;place-items:center;width:38px;height:38px;font-size:14px;font-weight:900;display:grid}.sq-home-v4-testimonials article header>div{flex-direction:column;gap:2px;display:flex}.sq-home-v4-testimonials strong{color:#263b52;font-size:9px}.sq-home-v4-testimonials small{color:#8994a1;font-size:7px}.sq-home-v4-testimonials article>div{color:#ffad19;letter-spacing:1px;font-size:10px}.sq-home-v4-testimonials p{color:#647488;flex:1;margin:0;font-size:8px;line-height:2}.sq-home-v4-faq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sq-home-v4-faq details{background:#fff;border:1px solid #e1e6ed;border-radius:13px}.sq-home-v4-faq summary{color:#2b4057;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;min-height:55px;padding:13px 15px;font-size:8px;font-weight:800;list-style:none;display:flex}.sq-home-v4-faq summary::-webkit-details-marker{display:none}.sq-home-v4-faq summary span{color:#1768ff;border:1px solid #bfd0e4;border-radius:50%;place-items:center;width:23px;height:23px;font-size:14px;display:grid}.sq-home-v4-faq details[open] summary span{transform:rotate(45deg)}.sq-home-v4-faq details p{color:#718096;margin:0;padding:0 15px 14px;font-size:8px;line-height:2}.sq-home-v4-bottom-trust{padding:8px 0 27px}.sq-home-v4-bottom-trust__grid{color:#fff;background:linear-gradient(110deg,#06366d,#0a4d8d);border-radius:16px;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.sq-home-v4-bottom-trust article{border-left:1px solid #ffffff24;align-items:center;gap:9px;min-height:80px;padding:14px 16px;display:flex}.sq-home-v4-bottom-trust article:last-child{border-left:0}.sq-home-v4-bottom-trust article>span{border:1px solid #ffffff3d;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:13px;display:grid}.sq-home-v4-bottom-trust article>div{flex-direction:column;gap:3px;display:flex}.sq-home-v4-bottom-trust strong{font-size:8px}.sq-home-v4-bottom-trust small{color:#ffffffb3;font-size:6px}.sq-home-v4-empty{color:#7a8796;text-align:center;border:1px dashed #d3dce6;border-radius:14px;padding:32px;font-size:9px}@media (max-width:1250px){.sq-home-v4-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.sq-home-v4-magazine__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sq-home-v4-instagram__grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:1000px){.sq-home-v4-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sq-home-v4-campaigns__grid{grid-template-columns:1fr}.sq-home-v4-campaign{min-height:230px}.sq-home-v4-wide-promo__panel{grid-template-columns:1fr}.sq-home-v4-wide-promo__products{min-height:300px}.sq-home-v4-accessories__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sq-home-v4-technologies__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sq-home-v4-club__panel{grid-template-columns:1fr}.sq-home-v4-club__brand{align-items:flex-start;padding-bottom:0}.sq-home-v4-club__card{margin:0 auto 28px}.sq-home-v4-magazine__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sq-home-v4-instagram__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sq-home-v4-testimonials__grid,.sq-home-v4-bottom-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.sq-home-v4-title{align-items:flex-start}.sq-home-v4-title h2{font-size:17px}.sq-home-v4-title p{font-size:8px}.sq-home-v4-service-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sq-home-v4-service-strip article:nth-child(2n){border-left:0}.sq-home-v4-service-strip article:nth-child(-n+2){border-bottom:1px solid #edf0f4}.sq-home-v4-products,.sq-home-v4-campaigns,.sq-home-v4-wide-promo,.sq-home-v4-accessories,.sq-home-v4-technologies,.sq-home-v4-club,.sq-home-v4-magazine,.sq-home-v4-instagram,.sq-home-v4-testimonials,.sq-home-v4-faq{padding:15px 0}.sq-home-v4-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sq-home-v4 .sq-home-v4-product-grid .sq-product-card__media{height:142px}.sq-home-v4-campaign{min-height:190px}.sq-home-v4-campaign__content{padding:17px}.sq-home-v4-campaign__content h3{font-size:20px}.sq-home-v4-wide-promo__content{padding:28px 20px}.sq-home-v4-wide-promo__products{min-height:240px}.sq-home-v4-accessories__grid{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.sq-home-v4-accessories__grid a{scroll-snap-align:start;flex:0 0 108px}.sq-home-v4-technologies__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sq-home-v4-club__content{padding:23px 20px}.sq-home-v4-club__content h2{font-size:19px}.sq-home-v4-club__card{width:225px}.sq-home-v4-magazine__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sq-home-v4-article__image{height:130px}.sq-home-v4-instagram__grid{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.sq-home-v4-instagram__grid a{scroll-snap-align:start;flex:0 0 145px}.sq-home-v4-testimonials__grid,.sq-home-v4-faq__grid,.sq-home-v4-bottom-trust__grid{grid-template-columns:1fr}.sq-home-v4-bottom-trust article{border-bottom:1px solid #ffffff21;border-left:0}.sq-home-v4-bottom-trust article:last-child{border-bottom:0}}.sq-runtime-block{position:relative}.sq-runtime-banner,.sq-runtime-products,.sq-runtime-stories,.sq-runtime-text,.sq-runtime-features{padding:22px 0}.sq-runtime-banner__panel{background:#0a315f;border-radius:22px;min-height:330px;position:relative;overflow:hidden}.sq-runtime-banner__panel picture,.sq-runtime-banner__panel picture img{width:100%;height:100%;position:absolute;inset:0}.sq-runtime-banner__panel img{object-fit:cover}.sq-runtime-banner__shade{background:linear-gradient(90deg,#03162b1a,#03162bd4);position:absolute;inset:0}.sq-runtime-banner.is-light .sq-runtime-banner__shade{background:linear-gradient(90deg,#ffffff0d,#ffffffdb)}.sq-runtime-banner__content{z-index:2;color:#fff;flex-direction:column;justify-content:center;gap:11px;width:min(620px,80%);min-height:330px;padding:42px;display:flex;position:relative}.sq-runtime-banner.is-light .sq-runtime-banner__content{color:#123453}.sq-runtime-banner.is-align-center .sq-runtime-banner__content{text-align:center;align-items:center;margin-inline:auto}.sq-runtime-banner.is-align-left .sq-runtime-banner__content{text-align:left;margin-right:auto}.sq-runtime-banner__content>span,.sq-runtime-heading span,.sq-runtime-text__content>span{color:#4a99ff;font-size:9px;font-weight:900}.sq-runtime-banner__content h2{margin:0;font-size:clamp(28px,4vw,48px);line-height:1.5}.sq-runtime-banner__content p{color:#ffffffc2;margin:0;font-size:11px;line-height:2}.sq-runtime-banner.is-light .sq-runtime-banner__content p{color:#61758a}.sq-runtime-banner__content a,.sq-runtime-text__content a{color:#fff;background:#1768ff;border-radius:999px;width:fit-content;margin-top:5px;padding:10px 18px;font-size:9px;font-weight:800}.sq-runtime-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:15px;display:flex}.sq-runtime-heading>div{flex-direction:column;gap:4px;display:flex}.sq-runtime-heading h2,.sq-runtime-text__content h2{color:#17334f;margin:0;font-size:21px}.sq-runtime-heading p{color:#7b8796;margin:0;font-size:9px}.sq-runtime-heading>a{color:#1768ff;font-size:9px;font-weight:800}.sq-runtime-products__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;display:grid}.sq-runtime-stories__rail{scroll-snap-type:x mandatory;gap:15px;padding:4px 2px 10px;display:flex;overflow-x:auto}.sq-runtime-stories__rail>a{color:#253d56;scroll-snap-align:start;flex-direction:column;flex:0 0 92px;align-items:center;gap:7px;display:flex}.sq-runtime-stories__ring{background:linear-gradient(135deg,#1768ff,#874bff,#ff526b);border-radius:50%;place-items:center;width:82px;height:82px;padding:3px;display:grid}.sq-runtime-stories__visual{background:#f3f6fa;border:3px solid #fff;border-radius:50%;place-items:center;width:100%;height:100%;display:grid;overflow:hidden}.sq-runtime-stories__visual .product-image,.sq-runtime-stories__visual .sq-product-image{width:100%;height:100%;margin:0}.sq-runtime-stories__visual img{object-fit:contain;width:100%;height:100%;padding:4px}.sq-runtime-stories__rail strong{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:8px;overflow:hidden}.sq-runtime-text__content{flex-direction:column;gap:10px;margin-inline:auto;display:flex}.sq-runtime-text.is-align-center .sq-runtime-text__content{text-align:center;align-items:center}.sq-runtime-text.is-align-left .sq-runtime-text__content{text-align:left;align-items:flex-end}.sq-runtime-text__content p{color:#63758a;white-space:pre-line;margin:0;font-size:10px;line-height:2.2}.sq-runtime-spacer{height:var(--space-desktop,40px)}.sq-runtime-features__grid{background:#fff;border:1px solid #e1e7ee;border-radius:15px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.sq-runtime-features article{border-left:1px solid #edf0f4;align-items:center;gap:10px;min-height:76px;padding:14px 17px;display:flex}.sq-runtime-features article:last-child{border-left:0}.sq-runtime-features article>span{color:#1768ff;background:#eaf3ff;border-radius:50%;place-items:center;width:37px;height:37px;font-weight:900;display:grid}.sq-runtime-features article>div{flex-direction:column;gap:3px;display:flex}.sq-runtime-features strong{color:#233a52;font-size:9px}.sq-runtime-features small{color:#8190a0;font-size:7px}.sq-runtime-empty{color:#788697;text-align:center;border:1px dashed #d3dce7;border-radius:14px;padding:30px}@media (min-width:1001px){.sq-runtime-block.is-hidden-desktop{display:none!important}}@media (min-width:641px) and (max-width:1000px){.sq-runtime-block.is-hidden-tablet{display:none!important}.sq-runtime-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sq-runtime-spacer{height:var(--space-tablet,30px)}}@media (max-width:640px){.sq-runtime-block.is-hidden-mobile{display:none!important}.sq-runtime-banner__panel,.sq-runtime-banner__content{min-height:260px}.sq-runtime-banner__content{width:100%;padding:25px 20px}.sq-runtime-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sq-runtime-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sq-runtime-features article:nth-child(2n){border-left:0}.sq-runtime-spacer{height:var(--space-mobile,20px)}}.sq-composer-preview-block{z-index:1;cursor:pointer;outline-offset:-2px;outline:2px solid #0000;transition:outline-color .15s;position:relative}.sq-composer-preview-block:hover{z-index:4;outline-color:#1768ffb8}.sq-composer-preview-block.is-selected{z-index:5;outline-offset:-3px;outline:3px solid #1768ff}.sq-composer-preview-block__label{z-index:100;color:#fff;pointer-events:none;background:#1768ff;border-radius:7px;padding:6px 10px;font-size:9px;font-weight:800;display:none;position:absolute;top:7px;right:7px;box-shadow:0 8px 20px #002d7340}.sq-composer-preview-block:hover .sq-composer-preview-block__label,.sq-composer-preview-block.is-selected .sq-composer-preview-block__label{display:block}.sq-composer-preview-mode-badge{z-index:10000;color:#fff;pointer-events:none;background:#032043eb;border-radius:9px;padding:9px 13px;font-size:9px;position:fixed;bottom:15px;right:15px;box-shadow:0 12px 30px #00000040}.sq-home-modular-section{padding:var(--sq-section-padding-desktop,21px) 0}.sq-home-modular-section.sq-home-v4-service-strip,.sq-home-modular-section.sq-home-v4-bottom-trust{padding:var(--sq-section-padding-desktop,8px) 0}.sq-home-modular-section .sq-home-v4-product-grid{grid-template-columns:repeat(var(--sq-cols-desktop,6), minmax(0, 1fr))}.sq-home-v3-categories.is-square .sq-home-v3-category>span{border-radius:16px}.sq-home-v3-categories.is-minimal .sq-home-v3-categories__rail{box-shadow:none;border-color:#0000}@media (min-width:1001px){.sq-home-modular-section.is-hidden-desktop{display:none!important}}@media (min-width:641px) and (max-width:1000px){.sq-home-modular-section{padding:var(--sq-section-padding-tablet,18px) 0}.sq-home-modular-section.is-hidden-tablet{display:none!important}.sq-home-modular-section .sq-home-v4-product-grid{grid-template-columns:repeat(var(--sq-cols-tablet,3), minmax(0, 1fr))}}@media (max-width:640px){.sq-home-modular-section{padding:var(--sq-section-padding-mobile,15px) 0}.sq-home-modular-section.is-hidden-mobile{display:none!important}.sq-home-modular-section .sq-home-v4-product-grid{grid-template-columns:repeat(var(--sq-cols-mobile,2), minmax(0, 1fr))}}.sq-home-v4-campaign__visual>img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.sq-responsive-media{display:contents}.sq-responsive-media img{object-fit:inherit;object-position:inherit;width:100%;height:100%;display:block}.sq-advanced-hero{height:var(--hero-height-desktop,560px);border-radius:var(--hero-radius,0);background:#071b30;position:relative;overflow:hidden}.sq-advanced-hero__viewport,.sq-advanced-hero__slide{position:absolute;inset:0}.sq-advanced-hero__slide{z-index:0;opacity:0;pointer-events:none;transition:opacity .55s,transform .55s;overflow:hidden}.sq-advanced-hero.is-slide .sq-advanced-hero__slide{transform:translate(7%)}.sq-advanced-hero__slide.is-active{z-index:1;opacity:1;pointer-events:auto;transform:translate(0)}.sq-advanced-hero__slide>picture,.sq-advanced-hero__slide>picture img{width:100%;height:100%;display:block}.sq-advanced-hero__slide>picture img{object-fit:var(--slide-image-fit,cover);object-position:center}.sq-advanced-hero__overlay{z-index:1;background:var(--slide-overlay-color,#061b33);opacity:var(--slide-overlay-opacity,.42);position:absolute;inset:0}.sq-advanced-hero__container{z-index:2;height:100%;display:flex;position:relative}.sq-advanced-hero__slide.vertical-start .sq-advanced-hero__container{align-items:flex-start;padding-top:70px}.sq-advanced-hero__slide.vertical-center .sq-advanced-hero__container{align-items:center}.sq-advanced-hero__slide.vertical-end .sq-advanced-hero__container{align-items:flex-end;padding-bottom:70px}.sq-advanced-hero__content{gap:15px;width:min(610px,92%);display:grid}.sq-advanced-hero__slide.align-right .sq-advanced-hero__content{text-align:right;margin-left:auto}.sq-advanced-hero__slide.align-center .sq-advanced-hero__content{text-align:center;margin-inline:auto}.sq-advanced-hero__slide.align-left .sq-advanced-hero__content{text-align:left;margin-right:auto}.sq-advanced-hero__content>span{border:1px solid;border-radius:999px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:800}.sq-advanced-hero__slide.align-center .sq-advanced-hero__content>span{margin-inline:auto}.sq-advanced-hero__content h2{max-width:760px;color:inherit;margin:0;font-size:clamp(34px,5vw,70px);font-weight:900;line-height:1.15}.sq-advanced-hero__content p{max-width:610px;color:inherit;opacity:.9;margin:0;font-size:16px;line-height:2}.sq-advanced-hero__buttons{flex-wrap:wrap;gap:9px;margin-top:5px;display:flex}.sq-advanced-hero__slide.align-center .sq-advanced-hero__buttons{justify-content:center}.sq-advanced-hero__slide.align-left .sq-advanced-hero__buttons{justify-content:flex-end}.sq-advanced-hero__buttons a{min-width:145px;color:inherit;text-align:center;border:1px solid;border-radius:9px;padding:12px 19px;font-size:13px;font-weight:900}.sq-advanced-hero__buttons a.is-primary{color:#0d2a48;background:#fff;border-color:#fff}.sq-advanced-hero__arrows{z-index:5;pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:50%;left:20px;right:20px;transform:translateY(-50%)}.sq-advanced-hero__arrows button{color:#fff;pointer-events:auto;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#07192c61;border:1px solid #ffffff85;border-radius:50%;place-items:center;width:43px;height:43px;font-size:28px;display:grid}.sq-advanced-hero__dots{z-index:5;gap:6px;display:flex;position:absolute;bottom:22px;right:50%;transform:translate(50%)}.sq-advanced-hero__dots button{cursor:pointer;background:#ffffff85;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .2s}.sq-advanced-hero__dots button.is-active{background:#fff;width:28px}@media (min-width:641px){.sq-advanced-hero__slide.is-desktop-hidden{display:none}}@media (max-width:1024px){.sq-advanced-hero{height:var(--hero-height-tablet,460px)}}@media (max-width:640px){.sq-advanced-hero{height:var(--hero-height-mobile,520px)}.sq-advanced-hero__slide.is-mobile-hidden{display:none}.sq-advanced-hero__container{align-items:flex-end!important;padding-bottom:55px!important}.sq-advanced-hero__content{gap:10px;width:100%}.sq-advanced-hero__content h2{font-size:clamp(28px,10vw,44px)}.sq-advanced-hero__content p{font-size:13px;line-height:1.8}.sq-advanced-hero__content>span{font-size:9px}.sq-advanced-hero__buttons a{min-width:120px;padding:10px 13px;font-size:11px}.sq-advanced-hero__arrows{left:9px;right:9px}.sq-advanced-hero__arrows button{width:35px;height:35px}}.sq-container{width:min(1180px,100% - 32px);max-width:1180px;margin-inline:auto}.sq-layered-banner{width:100%;padding:22px 0 12px}.sq-layered-banner__frame{min-width:0}.sq-layered-banner__frame.is-full{width:100%;max-width:none}.sq-layered-banner__frame.is-custom{width:calc(100% - 32px);margin-inline:auto}.sq-layered-banner__viewport{height:var(--layered-height-desktop,393px);border-radius:var(--layered-radius,18px);background:#eaf0f6;position:relative;overflow:hidden;box-shadow:0 12px 28px #10263e24}.sq-layered-banner__slide{z-index:0;opacity:0;pointer-events:none;transition:opacity .5s,transform .5s;position:absolute;inset:0;overflow:hidden}.sq-layered-banner.is-slide .sq-layered-banner__slide{transform:translate(6%)}.sq-layered-banner__slide.is-active{z-index:1;opacity:1;pointer-events:auto;transform:translate(0)}.sq-layered-banner__media,.sq-layered-banner__media img{width:100%;height:100%;display:block;position:absolute;inset:0}.sq-layered-banner__media img{object-fit:var(--layered-image-fit,cover);object-position:var(--layered-image-position,center center);max-width:none;transform:scale(var(--layered-image-zoom,1));transition:transform .55s}.sq-layered-banner__overlay{z-index:1;background:var(--layered-overlay-color,#061b33);opacity:var(--layered-overlay-opacity,0);pointer-events:none;position:absolute;inset:0}.sq-layered-banner__whole-link{z-index:2;position:absolute;inset:0}.sq-layered-banner__content-shell{z-index:3;pointer-events:none;align-items:center;width:min(1180px,100% - 48px);height:100%;margin-inline:auto;display:flex;position:relative}.sq-layered-banner__slide.vertical-start .sq-layered-banner__content-shell{align-items:flex-start;padding-top:42px}.sq-layered-banner__slide.vertical-end .sq-layered-banner__content-shell{align-items:flex-end;padding-bottom:42px}.sq-layered-banner__content{pointer-events:none;gap:12px;width:min(600px,92%);display:grid}.sq-layered-banner__slide.align-right .sq-layered-banner__content{text-align:right;margin-left:auto}.sq-layered-banner__slide.align-center .sq-layered-banner__content{text-align:center;margin-inline:auto}.sq-layered-banner__slide.align-left .sq-layered-banner__content{text-align:left;margin-right:auto}.sq-layered-banner__content>span{border:1px solid;border-radius:999px;width:fit-content;padding:5px 9px;font-size:11px;font-weight:800}.sq-layered-banner__slide.align-center .sq-layered-banner__content>span{margin-inline:auto}.sq-layered-banner__content h2{color:inherit;margin:0;font-size:clamp(30px,4vw,58px);line-height:1.18}.sq-layered-banner__content p{max-width:580px;color:inherit;opacity:.92;margin:0;font-size:14px;line-height:1.9}.sq-layered-banner__buttons{pointer-events:auto;flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.sq-layered-banner__slide.align-center .sq-layered-banner__buttons{justify-content:center}.sq-layered-banner__slide.align-left .sq-layered-banner__buttons{justify-content:flex-end}.sq-layered-banner__buttons a{min-width:125px;color:inherit;text-align:center;border:1px solid;border-radius:9px;padding:10px 16px;font-size:12px;font-weight:900}.sq-layered-banner__buttons a.is-primary{color:#0d2a48;background:#fff;border-color:#fff}.sq-layered-banner__arrows{z-index:5;pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:50%;left:14px;right:14px;transform:translateY(-50%)}.sq-layered-banner__arrows button{color:#fff;pointer-events:auto;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#07192c73;border:1px solid #ffffff80;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;font-size:25px;display:grid}.sq-layered-banner__dots{z-index:5;gap:5px;display:flex;position:absolute;bottom:12px;right:50%;transform:translate(50%)}.sq-layered-banner__dots button{cursor:pointer;background:#ffffff8c;border:0;border-radius:999px;width:7px;height:7px;padding:0;transition:width .2s}.sq-layered-banner__dots button.is-active{background:#fff;width:24px}@media (min-width:641px){.sq-layered-banner__slide.is-desktop-hidden{display:none}}@media (max-width:1024px){.sq-layered-banner__viewport{height:var(--layered-height-tablet,300px)}}@media (max-width:640px){.sq-container{width:calc(100% - 16px)}.sq-layered-banner{padding:10px 0 8px}.sq-layered-banner__viewport{height:var(--layered-height-mobile,210px);border-radius:min(var(--layered-radius,18px), 12px)}.sq-layered-banner__slide.is-mobile-hidden{display:none}.sq-layered-banner__content-shell{width:calc(100% - 28px);align-items:flex-end!important;padding-bottom:32px!important}.sq-layered-banner__content{gap:7px;width:100%}.sq-layered-banner__content h2{font-size:clamp(22px,8vw,36px)}.sq-layered-banner__content p{font-size:11px;line-height:1.7}.sq-layered-banner__buttons a{min-width:105px;padding:8px 11px;font-size:10px}.sq-layered-banner__arrows{left:7px;right:7px}.sq-layered-banner__arrows button{width:31px;height:31px;font-size:21px}}.sq-home-modular-section{isolation:isolate;border-radius:var(--sq-section-radius,0);background-repeat:no-repeat;background-size:var(--sq-section-background-fit,cover);background-position:var(--sq-section-background-position,center);position:relative;overflow:hidden;padding-top:var(--sq-section-padding-top-desktop,var(--sq-section-padding-desktop,21px))!important;padding-bottom:var(--sq-section-padding-bottom-desktop,var(--sq-section-padding-desktop,21px))!important}.sq-home-modular-section:before{z-index:0;content:"";background:var(--sq-section-overlay-color,#071b30);opacity:var(--sq-section-overlay-opacity,0);pointer-events:none;position:absolute;inset:0}.sq-home-modular-section>.sq-container{z-index:1;position:relative;width:min(var(--sq-section-container-width,1180px), calc(100% - 32px))!important;max-width:var(--sq-section-container-width,1180px)!important;margin-inline:auto!important}.sq-home-modular-section.is-container-wide>.sq-container{--sq-section-container-width:1440px}.sq-home-modular-section.is-container-full>.sq-container{width:100%!important;max-width:none!important;padding-inline:0!important}.sq-home-modular-section.is-title-center .sq-home-v4-title{text-align:center;justify-content:center}.sq-home-modular-section.is-title-center .sq-home-v4-title>div{margin-inline:auto}.sq-home-modular-section.is-title-left .sq-home-v4-title{text-align:left;direction:ltr}.sq-home-modular-section.is-title-left .sq-home-v4-title>*{direction:rtl}.sq-home-v4-wide-promo__products.is-custom-media{border-radius:22px;min-height:270px;overflow:hidden}.sq-home-v4-wide-promo__products.is-custom-media picture,.sq-home-v4-wide-promo__products.is-custom-media img{width:100%;height:100%;display:block}.sq-home-v4-wide-promo__products.is-custom-media img{object-fit:var(--sq-wide-promo-media-fit,contain);object-position:center}.sq-home-v4-instagram__grid.is-media-gallery>a,.sq-home-v4-instagram__media-item{aspect-ratio:1;background:#edf2f7;border-radius:18px;display:block;position:relative;overflow:hidden}.sq-home-v4-instagram__grid.is-media-gallery picture,.sq-home-v4-instagram__grid.is-media-gallery img{width:100%;height:100%;display:block}.sq-home-v4-instagram__grid.is-media-gallery img{object-fit:cover;object-position:center}.sq-home-v4-instagram__grid.is-media-gallery span{color:#fff;text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#051a30b8;border-radius:9px;padding:7px 8px;font-size:10px;position:absolute;bottom:8px;left:8px;right:8px}@media (min-width:641px) and (max-width:1000px){.sq-home-modular-section{padding-top:var(--sq-section-padding-top-tablet,var(--sq-section-padding-tablet,18px))!important;padding-bottom:var(--sq-section-padding-bottom-tablet,var(--sq-section-padding-tablet,18px))!important}}@media (max-width:640px){.sq-home-modular-section{padding-top:var(--sq-section-padding-top-mobile,var(--sq-section-padding-mobile,15px))!important;padding-bottom:var(--sq-section-padding-bottom-mobile,var(--sq-section-padding-mobile,15px))!important}.sq-home-modular-section>.sq-container{width:min(var(--sq-section-container-width,1180px), calc(100% - 16px))!important}}.sq-skip-link{z-index:20000;color:#fff;background:#081f37;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:900;transition:transform .2s;position:fixed;top:8px;right:8px;transform:translateY(-150%)}.sq-skip-link:focus{transform:translateY(0)}.sq-visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.sq-master-runtime{color:var(--sq-text-color,#172f47)}.sq-master-runtime .sq-container,.sq-master-runtime .sq-layered-banner__frame.sq-container{width:min(var(--sq-site-width,1180px), calc(100% - 32px));max-width:var(--sq-site-width,1180px)}.sq-master-runtime .sq-home-modular-section.is-container-wide>.sq-container{--sq-section-container-width:var(--sq-wide-width,1440px)}.sq-master-runtime .sq-product-card,.sq-master-runtime .sq-home-v4-campaign,.sq-master-runtime .sq-home-v4-article,.sq-master-runtime .sq-home-v4-instagram__media-item{border-radius:var(--sq-card-radius,18px);background-color:var(--sq-surface-color,#fff);box-shadow:var(--sq-card-shadow,0 14px 35px #0f2b481a)}.sq-master-runtime a[class*=button],.sq-master-runtime button,.sq-master-runtime .sq-home-v4-title>a,.sq-master-runtime .sq-layered-banner__buttons a{border-radius:var(--sq-button-radius,10px)}.sq-master-runtime .sq-home-v4-title h2,.sq-master-runtime .sq-product-card__title h3{color:var(--sq-text-color,#172f47)}.sq-master-runtime .sq-home-v4-title p,.sq-master-runtime .sq-product-card__description,.sq-master-runtime .sq-product-card__model{color:var(--sq-muted-color,#66788a)}.sq-master-runtime .sq-home-modular-section{margin-block:calc(var(--sq-section-gap-desktop,24px) / 2)}.sq-layered-banner__pause{z-index:6;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#07192c7a;border:1px solid #ffffff80;border-radius:999px;place-items:center;width:30px;height:30px;padding:0;font-size:11px;display:grid;position:absolute;bottom:9px;left:12px}.sq-layered-banner:focus-visible,.sq-master-runtime a:focus-visible,.sq-master-runtime button:focus-visible{outline:3px solid var(--sq-primary-color,#0057b8);outline-offset:3px}@media (min-width:641px) and (max-width:1000px){.sq-master-runtime .sq-home-modular-section{margin-block:calc(var(--sq-section-gap-tablet,20px) / 2)}}@media (max-width:640px){.sq-master-runtime .sq-container,.sq-master-runtime .sq-layered-banner__frame.sq-container{width:min(var(--sq-site-width,1180px), calc(100% - 16px))}.sq-master-runtime .sq-home-modular-section{margin-block:calc(var(--sq-section-gap-mobile,16px) / 2)}.sq-layered-banner__pause{width:26px;height:26px;bottom:7px;left:7px}}@media (prefers-reduced-motion:reduce){.sq-master-runtime *,.sq-master-runtime :before,.sq-master-runtime :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.sq-layered-banner__media img{transform:none!important}}.sq-cp-loyalty-level{align-content:start;gap:18px;display:grid}.sq-cp-loyalty-current{grid-template-columns:minmax(150px,.65fr) minmax(220px,1.35fr);gap:14px;display:grid}.sq-cp-loyalty-current>article{text-align:center;border-radius:20px;place-items:center;gap:8px;min-height:155px;padding:18px;display:grid}.sq-cp-loyalty-current>article.is-silver{color:#475467;background:linear-gradient(135deg,#eef0f4,#fff)}.sq-cp-loyalty-current>article.is-gold{color:#fff;background:linear-gradient(135deg,#8b6508,#efc65f)}.sq-cp-loyalty-current>article.is-platinum{color:#fff;background:linear-gradient(135deg,#2d1d59,#8067c9)}.sq-cp-loyalty-current article i{font-size:32px;font-style:normal}.sq-cp-loyalty-current article strong{font-size:19px}.sq-cp-loyalty-current article small{opacity:.82;font-size:11px}.sq-cp-loyalty-current dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0;display:grid}.sq-cp-loyalty-current dl>div{background:#fff;border:1px solid #e8ebf2;border-radius:15px;align-content:center;gap:7px;min-height:110px;padding:13px;display:grid}.sq-cp-loyalty-current dt{color:#667085;font-size:11px}.sq-cp-loyalty-current dd{color:#1259e1;margin:0;font-size:21px;font-weight:900}.sq-cp-loyalty-progress{gap:9px;display:grid}.sq-cp-loyalty-progress header{justify-content:space-between;align-items:center;gap:12px;display:flex}.sq-cp-loyalty-progress header strong{color:#101828;font-size:12px}.sq-cp-loyalty-progress header span{color:#667085;font-size:11px}.sq-cp-loyalty-progress>div{background:#eaecf0;border-radius:999px;height:11px;overflow:hidden}.sq-cp-loyalty-progress i{border-radius:inherit;background:linear-gradient(90deg,#1259e1,#73a2ff);height:100%;transition:width .35s;display:block}.sq-cp-loyalty-unavailable{color:#475467;text-align:center;background:#f7faff;border:1px dashed #c7d7f7;border-radius:16px;padding:25px;font-size:12px}.sq-cp-loyalty-tier-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.sq-cp-loyalty-tier-grid>article{background:#fff;border:1px solid #e4e7ec;border-radius:18px;padding:16px;overflow:hidden}.sq-cp-loyalty-tier-grid>article.is-current{border-color:#1259e1;box-shadow:0 0 0 3px #1259e114}.sq-cp-loyalty-tier-grid>article.is-silver{border-top:5px solid #98a2b3}.sq-cp-loyalty-tier-grid>article.is-gold{background:linear-gradient(#fffcf1,#fff);border-top:5px solid #e0a800}.sq-cp-loyalty-tier-grid>article.is-platinum{background:linear-gradient(#f8f5ff,#fff);border-top:5px solid #75c}.sq-cp-loyalty-tier-grid article>header{border-bottom:1px solid #eaecf0;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding-bottom:13px;display:grid}.sq-cp-loyalty-tier-grid header i{font-size:27px;font-style:normal}.sq-cp-loyalty-tier-grid header>div{gap:3px;display:grid}.sq-cp-loyalty-tier-grid header strong{color:#101828;font-size:15px}.sq-cp-loyalty-tier-grid header small{color:#667085;font-size:10px}.sq-cp-loyalty-tier-grid header b{color:#1849a9;background:#eef4ff;border-radius:999px;padding:6px 9px;font-size:9px}.sq-cp-loyalty-tier-grid ul{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.sq-cp-loyalty-tier-grid li{color:#475467;padding-right:17px;font-size:11px;line-height:1.8;position:relative}.sq-cp-loyalty-tier-grid li:before{content:"";background:#1259e1;border-radius:50%;width:7px;height:7px;position:absolute;top:9px;right:0}.sq-cp-loyalty-ledger{background:#fff;border:1px solid #e4e7ec;border-radius:17px;display:grid;overflow:hidden}.sq-cp-loyalty-ledger>article{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;gap:15px;padding:14px 16px;display:flex}.sq-cp-loyalty-ledger>article:last-child{border-bottom:0}.sq-cp-loyalty-ledger article>div{gap:4px;display:grid}.sq-cp-loyalty-ledger strong{color:#101828;font-size:12px}.sq-cp-loyalty-ledger span,.sq-cp-loyalty-ledger small{color:#667085;font-size:10px}.sq-cp-loyalty-ledger b{font-size:15px}.sq-cp-loyalty-ledger b.is-credit{color:#067647}.sq-cp-loyalty-ledger b.is-debit{color:#b42318}@media (max-width:960px){.sq-cp-loyalty-current{grid-template-columns:1fr}.sq-cp-loyalty-tier-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.sq-cp-loyalty-current dl,.sq-cp-loyalty-tier-grid{grid-template-columns:1fr}.sq-cp-loyalty-ledger>article{flex-direction:column;align-items:stretch}}.sq-cp-referral-live-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.sq-cp-referral-live-summary article{background:#fff;border:1px solid #e4e7ec;border-radius:16px;gap:7px;min-height:105px;padding:15px;display:grid}.sq-cp-referral-live-summary span{color:#667085;font-size:11px}.sq-cp-referral-live-summary strong{color:#1259e1;font-size:20px}.sq-cp-referral-live-summary small{color:#98a2b3;font-size:10px}.sq-cp-referral-apply{background:#f7faff;border:1px solid #c7d7f7;border-radius:17px;grid-template-columns:minmax(240px,1fr) auto;align-items:end;gap:10px;margin-top:16px;padding:16px;display:grid}.sq-cp-referral-apply label{color:#344054;gap:7px;font-size:11px;display:grid}.sq-cp-referral-apply input{width:100%;min-height:44px;font:inherit;text-transform:uppercase;background:#fff;border:1px solid #d0d5dd;border-radius:12px;outline:none;padding:10px 12px}.sq-cp-referral-apply input:focus{border-color:#1259e1;box-shadow:0 0 0 3px #1259e11a}.sq-cp-referral-applied{color:#067647;background:#ecfdf3;border:1px solid #a6e1c1;border-radius:15px;align-items:center;gap:10px;margin-top:16px;padding:14px 16px;font-size:11px;display:flex}.sq-cp-referral-notice{border-radius:12px;margin-top:12px;padding:11px 13px;font-size:11px}.sq-cp-referral-notice.is-success{color:#067647;background:#ecfdf3;border:1px solid #a6e1c1}.sq-cp-referral-notice.is-error{color:#b42318;background:#fff2f0;border:1px solid #ffc5be}.sq-cp-referral-list,.sq-cp-referral-commission-list{background:#fff;border:1px solid #e4e7ec;border-radius:17px;display:grid;overflow:hidden}.sq-cp-referral-list>article,.sq-cp-referral-commission-list>article{border-bottom:1px solid #eaecf0;grid-template-columns:minmax(190px,1fr) 170px 160px;align-items:center;gap:12px;padding:14px 16px;display:grid}.sq-cp-referral-list>article:last-child,.sq-cp-referral-commission-list>article:last-child{border-bottom:0}.sq-cp-referral-list article>div,.sq-cp-referral-commission-list article>div{gap:4px;display:grid}.sq-cp-referral-list strong,.sq-cp-referral-commission-list strong{color:#101828;font-size:12px}.sq-cp-referral-list span,.sq-cp-referral-list small,.sq-cp-referral-commission-list span,.sq-cp-referral-commission-list small{color:#667085;font-size:10px;line-height:1.7}.sq-cp-referral-status{border-radius:999px;width:fit-content;padding:6px 9px;font-size:9px;font-weight:800;display:inline-flex}.sq-cp-referral-status.is-success{color:#067647;background:#ecfdf3}.sq-cp-referral-status.is-warning{color:#9a6700;background:#fff8e8}.sq-cp-referral-status.is-danger{color:#b42318;background:#fff2f0}.sq-cp-referral-status.is-neutral{color:#1849a9;background:#eef4ff}.sq-cp-referral-program-card{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.sq-cp-referral-program-card article{background:#fafcff;border:1px solid #e4e7ec;border-radius:15px;gap:7px;padding:14px;display:grid}.sq-cp-referral-program-card span{color:#667085;font-size:10px}.sq-cp-referral-program-card strong{color:#101828;font-size:13px}@media (max-width:900px){.sq-cp-referral-live-summary,.sq-cp-referral-program-card{grid-template-columns:repeat(2,minmax(0,1fr))}.sq-cp-referral-list>article,.sq-cp-referral-commission-list>article{grid-template-columns:1fr 1fr}}@media (max-width:620px){.sq-cp-referral-live-summary,.sq-cp-referral-program-card,.sq-cp-referral-apply,.sq-cp-referral-list>article,.sq-cp-referral-commission-list>article{grid-template-columns:1fr}}
