:root{--ink:#171522;--muted:#706d7d;--brand:#5b3df5;--soft:#f5f3ff;--line:#e8e5ef;--white:#fff;--radius:18px}*{box-sizing:border-box}body{margin:0;font:15px/1.55 system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fbfafc}a{color:var(--brand);text-decoration:none}main{min-height:calc(100vh - 140px)}.top{height:72px;padding:0 max(20px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:9}.brand{font-size:22px;font-weight:900;letter-spacing:2px;color:var(--ink)}nav{display:flex;gap:18px;align-items:center}nav form{margin:0}.button{display:inline-flex;border:0;border-radius:12px;padding:13px 20px;background:var(--brand);color:#fff;font-weight:750;cursor:pointer;justify-content:center}.button.small{padding:9px 14px}.button.ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}button.link{border:0;background:none;color:var(--brand);cursor:pointer}.hero{max-width:1180px;margin:auto;min-height:620px;padding:80px 20px;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.hero h1{font-size:clamp(46px,7vw,82px);line-height:.98;letter-spacing:-4px;margin:18px 0}.hero p{font-size:20px;color:var(--muted);max-width:640px}.actions{display:flex;gap:12px;margin:28px 0}.visual{padding:20px;border-radius:28px;background:linear-gradient(145deg,#1e1838,#5b3df5);box-shadow:0 30px 80px #4a32c533}.stat{background:#ffffff12;color:#fff;padding:25px;border:1px solid #ffffff20;border-radius:18px;margin:12px}.stat b,.stat span{display:block}.stat b{font-size:20px}.stat span{opacity:.78}.section{max-width:1180px;margin:auto;padding:54px 20px}.section.narrow,.auth{max-width:720px;margin:auto}.auth{padding:65px 20px}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-weight:800;font-size:12px;color:var(--brand)}h1{font-size:clamp(32px,5vw,54px);line-height:1.08;margin:12px 0 20px}h2{font-size:26px}.grid{display:grid;gap:18px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 8px 30px #221b4510}.panel{display:grid;gap:16px}.panel h1,.panel h2{margin:4px 0}.metric span,.metric strong,.productrow small,.productrow b,.product small{display:block}.metric strong{font-size:28px;margin-top:8px}.metric.dark{background:#211d30;color:#fff}.heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:30px}.heading h1{margin-bottom:5px}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:grid;gap:7px;font-weight:700}input,textarea,select{width:100%;font:inherit;padding:12px 13px;border:1px solid #cfccda;border-radius:10px;background:#fff}input:focus,textarea:focus,select:focus{outline:3px solid #5b3df526;border-color:var(--brand)}.check{display:flex;grid-template-columns:auto 1fr;align-items:center}.check input{width:auto}.joined{display:flex}.joined input{border-radius:10px 0 0 10px}.joined span{padding:12px;background:var(--soft);border:1px solid var(--line);border-radius:0 10px 10px 0}.split{display:grid;grid-template-columns:400px 1fr;gap:30px}.productrow{display:flex;justify-content:space-between;margin-bottom:12px}.productrow small,.product small{color:var(--muted)}.empty{text-align:center;color:var(--muted);margin-top:24px}.storehero{background:#211d30;color:#fff;text-align:center;padding:70px 20px}.storehero p{max-width:700px;margin:auto}.product{color:var(--ink)}.productimage{height:180px;border-radius:12px;background:linear-gradient(135deg,#eee9ff,#d7cdfd);display:grid;place-items:center;letter-spacing:3px;color:#7668a8}.productimage.large{height:520px}.productdetail{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.price{font-size:28px;font-weight:900;margin:18px 0}.tablewrap{overflow:auto;background:#fff;border-radius:16px;border:1px solid var(--line)}table{border-collapse:collapse;width:100%;min-width:700px}th,td{text-align:left;padding:15px;border-bottom:1px solid var(--line)}.right{float:right}.center{text-align:center}.success{display:inline-grid;place-items:center;width:60px;height:60px;border-radius:50%;background:#dcfce7;color:#15803d;font-size:30px}footer{text-align:center;color:var(--muted);padding:25px;border-top:1px solid var(--line)}@media(max-width:800px){.hero,.productdetail,.split{grid-template-columns:1fr}.hero{padding-top:45px}.hero h1{letter-spacing:-2px}.grid.three,.grid.four{grid-template-columns:1fr 1fr}.productimage.large{height:340px}}@media(max-width:520px){.grid.three,.grid.four,.formgrid{grid-template-columns:1fr}.heading{display:block}.heading .button{margin-top:15px}.actions{flex-direction:column}.top{height:64px}.hero{gap:25px}.visual{padding:8px}.section{padding:36px 16px}}
:where(img.productimage){display:block;width:100%;object-fit:cover;letter-spacing:normal}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gallery .galleryimage:first-child{grid-column:1/-1;max-height:520px}.gallery .galleryimage{height:180px}@media(max-width:520px){.gallery .galleryimage:first-child{height:350px}}

/* SHOOPRA workspace and independent seller storefront */
:root{--ink:#24212b;--muted:#77727c;--brand:#473c78;--line:#e9e6e4;--soft:#f7f6f4;--radius:16px}
html{scroll-behavior:smooth}body{background:#faf9f7;color:var(--ink)}a,button,input,select,textarea{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #b6a9d8;outline-offset:3px}button:disabled{opacity:.55;cursor:not-allowed}img,video{max-width:100%}.muted{color:var(--muted)}
.dashboard-page{max-width:1330px;padding-top:42px}.dashboard-heading{align-items:center}.dashboard-heading h1{font-size:clamp(31px,3.7vw,48px);letter-spacing:-.045em;margin-bottom:8px}.dashboard-heading p{margin:0}.dashboard-nav{display:flex;align-items:center;gap:4px;overflow-x:auto;white-space:nowrap;border-bottom:1px solid var(--line);margin:22px 0 26px;padding-bottom:0;scrollbar-width:thin}.dashboard-nav a{padding:12px 16px;color:var(--muted);font-weight:700;border-bottom:2px solid transparent}.dashboard-nav a.active,.dashboard-nav a:hover{color:var(--brand);border-color:var(--brand)}.card,.panel{box-shadow:0 12px 36px #29202c08}.dashboard-alert{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 28px;background:#eae5e0;border-radius:20px;margin:24px 0}.dashboard-alert div{display:grid;gap:4px}.dashboard-alert strong{font-size:24px;letter-spacing:-.03em}.dashboard-alert a{font-weight:800;color:var(--ink)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.metric-grid .metric{min-width:0;min-height:160px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.metric-grid .metric>span{font-weight:700;color:var(--muted)}.metric-grid .metric strong{font-size:clamp(24px,2.5vw,35px);letter-spacing:-.035em;overflow-wrap:anywhere}.metric-grid .metric small{color:var(--muted);margin-top:6px}.dashboard-columns{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:18px}.dashboard-section h2{font-size:23px;margin:6px 0 0}.dashboard-section .heading{align-items:center;margin-bottom:16px}.order-feed-row{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:15px 4px;border-top:1px solid var(--line);color:var(--ink)}.order-feed-row span{display:grid;gap:4px}.order-feed-row span:last-child{text-align:right}.order-feed-row small{color:var(--muted)}.quick-links{display:grid;gap:5px}.quick-links a{padding:14px;border:1px solid var(--line);border-radius:12px;color:var(--ink);display:grid;gap:2px}.quick-links a:hover{background:var(--soft)}.quick-links span,.dashboard-footnote{color:var(--muted);font-size:13px}.dashboard-footnote{margin-top:20px}.empty-panel{padding:30px;text-align:center;color:var(--muted);border:1px dashed #d6d1d1;border-radius:13px}.admin-dashboard{--brand:#215e5b}.admin-banner{background:#183735;color:white;padding:28px 34px;border-radius:20px;display:grid;gap:7px;margin-bottom:20px}.admin-banner .eyebrow{color:#acd5c5}.admin-banner strong{font-size:clamp(35px,4vw,54px);line-height:1.1}.admin-dashboard .metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-dashboard .metric{min-height:136px}.status-pill{display:inline-block;padding:5px 10px;border-radius:20px;background:#ecf4f2;font-size:12px;font-weight:800}.tablewrap{max-width:100%;overflow-x:auto}
.design-form{gap:30px}.theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.theme-choice{cursor:pointer;border:1px solid var(--line);padding:13px;border-radius:15px}.theme-choice:has(input:checked){border-color:var(--brand);box-shadow:0 0 0 2px #473c7825}.theme-choice input{width:auto}.theme-sample{height:100px;border-radius:9px;background:#eee9e5;display:flex;gap:8px;padding:14px}.theme-sample span{background:#ccc1c0;border-radius:3px;flex:1}.theme-sample span:first-child{flex:2}.sample-minimal{background:#f4f4f2}.sample-minimal span{background:#d8d9d4}.sample-classic{background:#e8e3ed}.sample-classic span{background:#80718f}.design-preview,.variant-preview{width:110px;height:75px;object-fit:cover;border:1px solid var(--line);border-radius:8px;margin-top:8px}.variant-row{margin:12px 0}.advanced-product .variant-row .grid{align-items:end}
.store-top{position:relative;top:auto;max-width:none;padding:0 max(20px,calc((100% - 1300px)/2));height:84px}.store-top .brand{font-size:21px;letter-spacing:-.03em}.store-logo{display:block;max-width:178px;max-height:58px;object-fit:contain}.store-skin{--store-primary:#332b54;background:#fff;min-height:60vh;color:#2b282b}.store-skin a{color:var(--store-primary)}.store-skin .button{background:var(--store-primary);color:#fff}.store-skin .button.ghost{background:transparent;border:1px solid var(--store-primary);color:var(--store-primary)}.store-skin .eyebrow{color:var(--store-primary)}.announcement{text-align:center;padding:11px 18px;background:var(--store-primary);color:#fff;font-size:13px;font-weight:700}.store-hero{max-width:1360px;margin:auto;min-height:460px;display:flex;align-items:center;padding:72px clamp(24px,7vw,100px);background:#f1ede9}.store-hero div{max-width:660px}.store-hero h1{font-size:clamp(45px,7.6vw,92px);letter-spacing:-.065em;line-height:.99;margin:18px 0}.store-hero p{font-size:clamp(16px,2vw,21px);max-width:560px;line-height:1.65}.store-hero.with-image{background-position:center;background-size:cover;color:white}.store-hero.with-image .eyebrow{color:#f4ddd3}.store-hero .button{margin-top:18px}.store-content{max-width:1300px;margin:auto;padding:72px 20px}.store-section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}.store-section-heading h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.04em;margin:8px 0}.store-section-heading p{color:var(--muted)}.store-filter{display:flex;gap:12px;align-items:end;padding:18px 0 30px}.store-filter label:first-child{flex:2}.store-filter label:nth-child(2){flex:1}.store-filter .button{height:48px}.store-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.store-product-card{display:block;min-width:0;text-decoration:none}.store-product-photo{position:relative;aspect-ratio:4/5;background:#f1eeec;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px}.store-product-photo img{height:100%;width:100%;object-fit:cover;transition:transform .35s}.store-product-card:hover img{transform:scale(1.045)}.store-product-photo>span:not(.product-badge){color:#b4adaf;font-size:13px;letter-spacing:.1em}.product-badge{position:absolute;left:12px;top:12px;background:#fff;color:#24212b;padding:7px 10px;font-size:11px;border-radius:5px}.store-product-copy{padding:14px 2px}.store-product-copy h3{font-size:17px;font-weight:650;margin:0 0 8px;color:#2b282b}.store-product-copy p{margin:0;font-weight:800;color:var(--store-primary)}.store-product-copy>span{display:inline-block;font-size:12px;margin-top:10px;color:var(--muted)}.store-trust{display:flex;justify-content:center;gap:50px;background:#f7f5f3;padding:24px;color:#59545a;font-size:13px;font-weight:700}
.store-breadcrumb{max-width:1300px;margin:auto;padding:30px 20px;color:var(--muted);display:flex;gap:14px;font-size:13px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-layout{max-width:1300px;margin:auto;padding:10px 20px 90px;display:grid;grid-template-columns:minmax(0,1.13fr) minmax(0,.87fr);gap:clamp(28px,5vw,85px)}.product-main-image{display:block;width:100%;aspect-ratio:4/5;max-height:710px;object-fit:cover;border-radius:9px;background:#f0eeed}.image-empty{display:grid;place-items:center;color:var(--muted)}.product-thumbs{display:flex;gap:10px;overflow-x:auto;margin:12px 0}.thumb-button{padding:0;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:white;flex:0 0 76px;height:84px;cursor:pointer}.thumb-button img{width:100%;height:100%;object-fit:cover}.product-video video{width:100%;max-height:350px;border-radius:9px;background:#1c1a1a}.product-info h1{font-size:clamp(35px,4vw,59px);letter-spacing:-.05em;line-height:1.06;margin:14px 0 18px}.product-info .lead{color:#68636a;font-size:17px;line-height:1.7}.product-price{font-size:30px;font-weight:850;letter-spacing:-.035em;margin:28px 0}.product-buy{display:grid;gap:18px;margin:28px 0}.product-buy label{max-width:500px}.product-buy .buy-button{width:100%;max-width:500px;padding:17px}.stock-note{font-size:13px;color:#527061;margin:0}.product-description{border-top:1px solid var(--line);margin-top:34px;padding-top:22px;line-height:1.8;white-space:normal}.product-description h2{font-size:22px}.delivery-note{color:var(--muted);font-size:13px}.store-skin.theme-minimal{--store-font:system-ui}.theme-minimal .store-hero{background:#f2f2ef}.theme-minimal .store-product-photo{background:#efefed}.theme-classic .store-hero h1,.theme-classic .store-section-heading h2,.theme-classic .product-info h1{font-family:Georgia,serif;letter-spacing:-.045em}.theme-classic .store-hero{background:#eee9e4}
@media(max-width:1050px){.metric-grid,.admin-dashboard .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-products{grid-template-columns:repeat(3,minmax(0,1fr))}.product-layout{gap:30px}}
@media(max-width:720px){.dashboard-columns,.product-layout{grid-template-columns:1fr}.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-grid{grid-template-columns:1fr}.store-hero{min-height:390px}.store-filter{flex-wrap:wrap}.store-filter label{min-width:190px}.store-filter .button{width:100%}.store-trust{gap:14px;flex-wrap:wrap}.dashboard-alert{align-items:flex-start;flex-direction:column}}
@media(max-width:470px){.metric-grid,.admin-dashboard .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.metric-grid .metric{padding:16px;min-height:137px}.metric-grid .metric strong{font-size:23px}.metric-grid .metric small{font-size:11px}.store-products{gap:12px}.store-product-copy h3{font-size:15px}.store-hero{padding:50px 22px;min-height:350px}.store-hero h1{font-size:44px}.store-top{height:70px}.store-top .brand{font-size:17px}.store-content{padding:48px 16px}.store-section-heading{display:block}.product-layout{padding:10px 16px 50px}.store-breadcrumb{padding:20px 16px}.dashboard-page{padding-top:25px}.dashboard-section{padding:16px}.order-feed-row{font-size:12px}}
.list-search{display:flex;gap:12px;align-items:end;margin:22px 0}.list-search label{max-width:430px;flex:1}.list-search .button{height:47px}.admin-dashboard td small{display:block;color:var(--muted);font-size:12px}.admin-dashboard td form{margin:0}.pagination{display:flex;justify-content:center;align-items:center;gap:18px;padding:22px;color:var(--muted)}

/* Banner images containing their own typography must never be darkened or overlaid. */
.store-banner{max-width:1360px;margin:0 auto;background:#f8f5f0;overflow:hidden}
.store-banner img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
.store-top .brand{min-width:0;max-width:220px;display:flex;align-items:center;overflow:hidden}
.store-top .store-logo{display:block;width:auto;height:auto;max-width:190px;max-height:58px;object-fit:contain;flex:0 1 auto}
.hero-style-options{border:1px solid var(--line);border-radius:14px;padding:18px;display:grid;gap:12px}
.hero-style-options legend{font-weight:800;padding:0 7px}
.hero-style-options label{display:flex;align-items:flex-start;gap:10px;font-weight:600}
.hero-style-options input{width:auto;margin:5px 0 0;flex:none}
.advanced-product [data-variants]{padding:22px;background:#f7f6f4;border:1px solid var(--line);border-radius:16px}
.advanced-product [data-variants][hidden]{display:none}
.variant-image-field{background:#f0ede6;border:1px dashed #c4b8a2;border-radius:12px;padding:12px;color:#322f2b}
.variant-image-field input{border-color:#b2a795;background:white}
@media(max-width:520px){.store-top .store-logo{max-width:135px;max-height:43px}.store-top .brand{max-width:145px}.store-banner img{width:100%;height:auto}}
.swap-banner-form{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#f8f4ea;border:1px solid #e5dac1;border-radius:12px;padding:14px 18px;margin-bottom:20px}
.swap-banner-form p{margin:0;font-weight:700}
@media(max-width:560px){.swap-banner-form{align-items:stretch;flex-direction:column}}

/* Cohesive 2026 design system: admin, seller and independent storefront. */
:root{--ink:#222630;--muted:#626a76;--brand:#385ba5;--line:#e1e7ee;--soft:#f0f4f9;--radius:18px}
html{overflow-x:hidden}body{font-family:Inter,"Segoe UI",system-ui,sans-serif;background:#f5f7fa;color:var(--ink);overflow-x:hidden}main{min-width:0}h1,h2,h3{letter-spacing:-.03em}p{overflow-wrap:anywhere}.muted{color:var(--muted)}.eyebrow{color:var(--brand);letter-spacing:.13em}
.top{background:#fff;height:auto;min-height:74px;gap:16px;box-shadow:0 1px 8px #1529440a}.top nav{gap:clamp(8px,2vw,22px);flex-wrap:wrap}.top nav>a:not(.button),.top .link{color:#354357;font-weight:650}.brand{letter-spacing:-.045em;color:#243653;font-weight:850}.button{background:var(--brand);border-radius:11px;font-weight:700;box-shadow:0 5px 16px #385ba51a;max-width:100%;text-align:center;line-height:1.3}.button:hover:not(:disabled){filter:brightness(.92);transform:translateY(-1px)}.button.ghost{color:var(--brand);border-color:#cbd8ec;background:#fff;box-shadow:none}.card,.panel{border:1px solid #e4e9ef;border-radius:18px;box-shadow:0 8px 26px #182f4b09}.dashboard-page{max-width:1320px}.dashboard-page .heading h1{letter-spacing:-.048em}.dashboard-nav{background:#fff;border:1px solid var(--line);border-radius:14px;padding:4px 9px;scrollbar-width:thin;position:relative}.dashboard-nav a{border-radius:9px;border:0;padding:11px 14px;color:#526075}.dashboard-nav a.active{border:0;color:#1d437f;background:#edf3fc}.dashboard-nav a:hover{border:0;background:#f3f6fb}.metric-grid .metric{border-top:3px solid #7392cb}.metric-grid .metric strong{color:#1d3559}.admin-dashboard{--brand:#28675c}.admin-dashboard .metric-grid .metric{border-top-color:#65a693}.admin-banner{background:linear-gradient(120deg,#173f41,#29685c)}.admin-banner strong{color:#fff}.admin-dashboard .metric-grid .metric strong{color:#234e49}.dashboard-alert{background:#f0e9de;color:#503b23}.quick-links a{border-radius:11px}.tablewrap{border-radius:15px;box-shadow:0 8px 26px #182f4b08}.tablewrap th{background:#f5f8fc;color:#475569;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.tablewrap td{overflow-wrap:anywhere}input,select,textarea{max-width:100%;min-width:0;border-color:#cbd5e1;border-radius:10px;color:#253345}input:focus,select:focus,textarea:focus{outline:3px solid #8baadb61;border-color:#5479bd}input[type=color]{height:49px;max-width:105px;padding:4px}input[type=checkbox],input[type=radio]{width:auto;min-width:auto;accent-color:var(--brand)}label{min-width:0}.check{display:flex;align-items:center;gap:10px;font-weight:600}.grid>*{min-width:0}.hero{max-width:1220px}.hero h1{color:#1d2d4a}.visual{background:linear-gradient(145deg,#1a3a65,#456eaf)}.auth{max-width:760px}
.design-form,.product-design-form{display:grid;gap:32px}.design-form>div:not(.grid),.product-design-form>div{padding-bottom:25px;border-bottom:1px solid var(--line)}.design-form>div:last-of-type,.product-design-form>div:last-of-type{border:0}.design-form h2,.product-design-form h2{margin:0 0 8px;font-size:23px}.theme-choice{background:#fafcff}.theme-choice:has(input:checked),.design-option:has(input:checked){border-color:#567abc;box-shadow:0 0 0 2px #567abc30;background:#f4f8ff}.theme-sample{height:110px}.design-preview{width:180px;height:95px;object-fit:contain;background:#f5f7fb}.design-option{border:1px solid var(--line);border-radius:12px;padding:16px;cursor:pointer;display:flex;align-items:center;gap:11px;background:#fff}.design-option-grid{margin-top:15px}.hero-style-options{background:#f7f9fc}.review-moderation{margin-top:24px}.review-row{padding:17px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.review-row small,.reviews-list small{display:block;color:var(--muted);margin-top:5px}.review-row p{white-space:pre-wrap}.review-actions{display:flex;gap:8px;flex-wrap:wrap}.review-actions form{margin:0}
.store-top{position:relative;height:auto;min-height:78px;background:#fff}.store-top.header-centered{flex-direction:column;justify-content:center;padding-top:13px;padding-bottom:11px;gap:8px}.store-top.header-centered nav{justify-content:center}.store-top .brand{max-width:min(240px,45vw);max-height:70px;overflow:visible}.store-top .store-logo{width:auto;height:auto;max-width:min(220px,43vw);max-height:60px;object-fit:contain}.store-skin{background:#fff;--store-secondary:#f1ede8;--store-primary:#332b54}.store-skin.font-serif h1,.store-skin.font-serif h2,.store-skin.font-serif h3{font-family:Georgia,serif}.store-skin.font-rounded{font-family:"Trebuchet MS",Arial,sans-serif}.store-skin.cards-square .store-product-photo{border-radius:0}.store-skin.cards-square .store-product-card{border-radius:0}.store-hero{background:var(--store-secondary);min-height:410px}.store-banner{background:var(--store-secondary)}.store-banner img{width:100%;height:auto;object-fit:contain}.store-section-heading p{max-width:400px}.store-product-photo{background:var(--store-secondary)}.store-product-card{border-radius:12px;transition:box-shadow .2s}.store-product-copy{padding:14px 4px}.store-product-copy h3{line-height:1.35}.store-trust{background:var(--store-secondary);flex-wrap:wrap}.store-filter label{min-width:0}.store-breadcrumb{overflow-wrap:anywhere;white-space:normal}.product-layout{align-items:start}.product-layout.layout-gallery{grid-template-columns:minmax(0,1.4fr) minmax(0,.6fr)}.product-layout.layout-compact{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.product-layout.layout-compact .product-main-image{max-height:480px}.product-info{min-width:0}.product-price{color:var(--store-primary)}.product-info .buy-button{display:flex;max-width:500px;justify-content:center;margin:18px 0}.product-buy .buy-button{margin:0}.thumb-button:focus-visible{outline:3px solid var(--store-primary)}.reviews-section{max-width:1300px;margin:0 auto;padding:30px 20px 90px;border-top:1px solid var(--line)}.reviews-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0}.reviews-list .card{box-shadow:none}.reviews-list strong{color:var(--store-primary)}.review-form{max-width:720px;margin-top:30px;background:#f9fafc}.review-form h3{margin:0}.review-confirmation{background:#e9f5ed;color:#205738;padding:15px;border-radius:10px}.store-skin .review-form .button{width:max-content}.variant-image-field{background:#f2f7fc;border-color:#aac0da}
@media(max-width:1024px){.product-layout.layout-gallery,.product-layout.layout-compact{grid-template-columns:1fr 1fr}.store-products{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.top{padding:12px 18px;min-height:64px}.top nav{gap:10px}.dashboard-columns,.product-layout,.product-layout.layout-gallery,.product-layout.layout-compact,.split{grid-template-columns:1fr}.metric-grid,.admin-dashboard .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews-list{grid-template-columns:repeat(2,minmax(0,1fr))}.store-filter{display:grid;grid-template-columns:1fr 1fr}.store-filter .button{grid-column:1/-1}.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}.store-hero{min-height:330px}.theme-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-row{flex-direction:column}}
@media(max-width:520px){.top{align-items:flex-start;flex-wrap:wrap}.top nav{width:100%;justify-content:flex-start;font-size:13px}.top .brand{font-size:19px}.store-top{align-items:center}.store-top nav{width:auto}.store-top .store-logo{max-width:135px;max-height:43px}.dashboard-page{padding:26px 15px}.heading{margin-bottom:18px}.grid.three,.grid.four,.formgrid,.reviews-list,.store-filter{grid-template-columns:1fr}.store-filter .button{grid-column:auto}.theme-grid{grid-template-columns:1fr}.design-form,.product-design-form{padding:18px}.store-products{gap:12px}.store-product-photo{aspect-ratio:4/5}.store-content{padding:40px 16px}.store-section-heading h2{font-size:32px}.store-hero{padding:42px 20px}.store-hero h1{font-size:clamp(36px,11vw,50px)}.store-trust{gap:10px;font-size:11px}.product-layout{padding:10px 16px 40px}.product-main-image{max-height:520px}.product-info h1{font-size:36px}.reviews-section{padding:24px 16px 60px}.metric-grid .metric{min-height:124px;padding:16px}.metric-grid .metric strong{font-size:21px}.tablewrap{max-width:calc(100vw - 30px)}.swap-banner-form{flex-direction:column;align-items:flex-start}}
@media(max-width:360px){.metric-grid,.admin-dashboard .metric-grid{grid-template-columns:1fr}.store-products{grid-template-columns:1fr 1fr}.top nav{font-size:12px}.dashboard-nav a{padding:10px}}
.design-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.design-product-card{display:grid;gap:6px;color:var(--ink)}.design-product-card small{color:var(--muted)}.design-product-card span{color:var(--brand);font-weight:700}.product-design-form .design-option-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:760px){.design-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.design-product-grid,.product-design-form .design-option-grid{grid-template-columns:1fr}}
.seller-full-nav{flex-wrap:wrap;white-space:normal;gap:5px;padding:8px}.seller-full-nav a{font-size:13px}.workspace-form{max-width:950px}.workspace-block{margin-top:22px}.notification-row,.support-row{padding:18px 4px;border-bottom:1px solid var(--line)}.notification-row{display:flex;justify-content:space-between;gap:20px}.notification-row p{margin:6px 0}.notification-row.unread{padding-left:15px;border-left:4px solid var(--brand);background:#f7faff}.support-row small{display:block;color:var(--muted);margin:4px 0}.support-row blockquote{margin:12px 0 0;padding:12px;border-left:3px solid var(--brand);background:var(--soft)}@media(max-width:600px){.seller-full-nav{flex-wrap:nowrap;white-space:nowrap}.notification-row{display:block}.workspace-form{padding:18px}}
.admin-actions,.invoice-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-actions form{margin:0}.invoice-sheet.invoice-classic{border:6px double #263956}.invoice-sheet.invoice-compact{padding:16px;font-size:13px}.invoice-sheet.invoice-clean{border-top:5px solid var(--brand)}@media print{.top,footer,.invoice-actions,.muted{display:none!important}.invoice-sheet{box-shadow:none;border-color:#111}.section{padding:0}}
.product-editor{gap:25px}.product-editor>h2:first-of-type{margin-top:4px}.form-section-title{display:flex;gap:13px;align-items:flex-start;border-top:1px solid var(--line);padding-top:24px}.form-section-title>span{display:grid;place-items:center;min-width:38px;height:38px;border-radius:11px;background:#eaf1fc;color:#28518d;font-weight:850}.form-section-title h2{margin:0 0 4px}.form-section-title p{margin:0}.product-editor label small{font-weight:500;color:var(--muted);line-height:1.4}.product-editor [data-variants]{background:#f8fafc;border-color:#d9e3f0}.product-editor .variant-row{border-left:4px solid #6e8fbe}.product-editor .variant-row>[data-remove-variant]{border:0;background:#fff1f1;color:#9d2d2d;border-radius:9px;padding:9px 13px;font-weight:700;cursor:pointer}.seller-full-nav .active{color:#1d437f!important;background:#e8f0fb!important}@media(max-width:600px){.product-editor{padding:17px}.form-section-title{gap:9px}.product-editor [data-variants]{padding:14px}}

/* Full administration workspace */
.admin-full-nav{flex-wrap:wrap;white-space:normal;padding:8px;gap:4px;margin-top:0}.admin-full-nav a{font-size:12px;padding:9px 11px}.admin-filter{display:grid;grid-template-columns:minmax(240px,2fr) repeat(2,minmax(140px,1fr)) auto;gap:10px;align-items:end;margin:18px 0 22px}.admin-filter .button{height:48px}.inline-action{display:grid!important;grid-template-columns:minmax(130px,1fr) 76px auto;gap:7px;align-items:center;min-width:360px}.admin-plan{display:grid;gap:14px}.admin-message{margin-bottom:24px}.report-row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--line)}.report-row strong{text-align:right}.admin-dashboard hr{border:0;border-top:1px solid var(--line);margin:22px 0}.admin-dashboard textarea{resize:vertical;min-height:100px}
@media(max-width:800px){.admin-filter{grid-template-columns:1fr 1fr}.admin-filter input:first-child{grid-column:1/-1}.admin-full-nav{flex-wrap:nowrap;white-space:nowrap}.inline-action{min-width:330px}}
@media(max-width:520px){.admin-filter{grid-template-columns:1fr}.admin-filter input:first-child{grid-column:auto}.admin-filter .button{width:100%}.report-row{display:grid}.report-row strong{text-align:left}.admin-plan{padding:18px}}

/* Seller-controlled storefront, product page and printable invoice */
.store-skin{background:var(--store-bg,#fff);color:var(--store-text,#222630)}
.store-products{grid-template-columns:repeat(var(--store-grid,4),minmax(0,1fr))}
.store-skin.media-square .store-product-photo{aspect-ratio:1}.store-skin.media-landscape .store-product-photo{aspect-ratio:4/3}
.store-custom-text{max-width:900px;margin:0 auto;padding:60px 24px;text-align:center;font-size:18px;line-height:1.8}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:20;background:#166534;color:#fff;padding:13px 19px;border-radius:999px;font-weight:800;box-shadow:0 10px 30px #0003}
.code-editor{min-height:230px;font:13px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;background:#111827;color:#e5e7eb;border-color:#334155;tab-size:2}
.product-info .buy-button{background:var(--product-button,var(--store-primary));color:var(--product-button-text,#fff)}
.product-sale-badge{display:inline-flex;padding:7px 11px;background:#fee2e2;color:#991b1b;border-radius:999px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.sale-countdown{display:flex;justify-content:space-between;gap:16px;margin:18px 0;padding:16px;border-radius:12px;background:#fff7ed;color:#9a3412}.sale-countdown span{font-variant-numeric:tabular-nums;font-weight:850}
.product-trust{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.product-trust span{padding:9px 11px;border:1px solid var(--line);border-radius:9px;font-size:12px;font-weight:700}
.product-share{display:flex;gap:12px;align-items:center;margin-top:18px}.product-share a{font-weight:800;color:var(--store-primary)}
.product-description-accordion summary{cursor:pointer;font-size:20px;font-weight:800;padding:6px 0}.product-sticky-info .product-info{position:sticky;top:100px}
.product-image-zoom .product-main-image{cursor:zoom-in}.product-image-zoom .product-main-image:hover{transform:scale(1.02);transition:transform .25s}
.related-products{max-width:1300px;margin:0 auto;padding:30px 20px 80px}.related-products .store-products{margin-top:22px}
.invoice-designer .invoice-preview-card{padding:30px;border-radius:14px;background:#fff;border-top:7px solid var(--invoice-color);box-shadow:0 12px 30px #17203310}.invoice-preview-lines{display:grid;gap:9px;margin-top:25px}.invoice-preview-lines span{height:8px;background:#e7ebf0;border-radius:9px}.invoice-preview-lines span:nth-child(2){width:70%}
.invoice-page{max-width:1250px}.invoice-sheet{--invoice-color:#385ba5;margin:0 auto;width:100%;max-width:210mm;min-height:140mm;padding:13mm;background:#fff;color:#18202b;border-top:7px solid var(--invoice-color)}
.invoice-sheet.paper-a5{max-width:148mm}.invoice-sheet.paper-a6{max-width:105mm;padding:7mm}.invoice-sheet.paper-letter{max-width:216mm}.invoice-sheet.paper-80mm{max-width:80mm;min-height:0;padding:5mm;font-size:11px}.invoice-sheet.paper-58mm{max-width:58mm;min-height:0;padding:3mm;font-size:9px}
.invoice-brand{display:flex;justify-content:space-between;gap:28px;padding-bottom:24px;border-bottom:2px solid var(--invoice-color)}.invoice-brand h2{font-size:30px;margin:3px 0}.invoice-kicker{color:var(--invoice-color);font-weight:850;text-transform:uppercase;letter-spacing:.12em}.invoice-brand dl{margin:0;min-width:230px}.invoice-brand dl div{display:flex;justify-content:space-between;gap:20px;margin:5px 0}.invoice-brand dt{color:#687181}.invoice-brand dd{margin:0;font-weight:750;text-align:right}
.invoice-customer{padding:24px 0}.invoice-customer h3{margin:0 0 8px;color:#687181;font-size:13px;text-transform:uppercase}.invoice-customer p{margin:3px 0}.invoice-table-wrap{overflow-x:auto}.invoice-table{min-width:500px}.invoice-table th{background:color-mix(in srgb,var(--invoice-color) 9%,white)}.invoice-table td small{display:block;color:#6b7280}.invoice-totals{width:min(360px,100%);margin:25px 0 25px auto}.invoice-totals>div{display:flex;justify-content:space-between;padding:7px 0}.invoice-grand-total{font-size:20px;border-top:2px solid var(--invoice-color);color:var(--invoice-color)}.invoice-signature{width:210px;margin:55px 0 20px auto;border-top:1px solid #333;padding-top:7px;text-align:center}.invoice-footer{padding:18px 0 0;border-top:1px solid #dde2e8;text-align:center;color:#667085}.invoice-sheet.invoice-classic{border:6px double var(--invoice-color)}.invoice-sheet.invoice-compact{padding:7mm;font-size:12px}.invoice-sheet.invoice-retail,.invoice-sheet.invoice-retail .invoice-brand{font-family:ui-monospace,monospace}.invoice-sheet.invoice-wholesale .invoice-table th{background:var(--invoice-color);color:#fff}
@media(max-width:1050px){.store-products{grid-template-columns:repeat(min(var(--store-grid,4),3),minmax(0,1fr))}}
@media(max-width:720px){.product-sticky-info .product-info{position:static}.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-brand{display:grid}.invoice-brand dl{min-width:0}.invoice-sheet{padding:6mm}.product-mobile-cta .product-info>.buy-button,.product-mobile-cta .product-buy .buy-button{position:sticky;bottom:10px;z-index:12;box-shadow:0 9px 30px #0004}}
@media print{body{background:#fff}.top,footer:not(.invoice-footer),.dashboard-nav,.no-print,.invoice-actions{display:none!important}.invoice-page{max-width:none;padding:0}.invoice-sheet{box-shadow:none;margin:0;max-width:none!important;min-height:0;border-color:var(--invoice-color)}.invoice-table-wrap{overflow:visible}}
.store-top .store-logo{max-width:min(var(--store-logo-width,220px),43vw)}
@media(max-width:1050px){.store-products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Platform homepage and complete storefront footer */
.platform-landing{background:#f7f9fc;color:#182238}.platform-hero{max-width:1320px;margin:auto;min-height:720px;padding:90px 28px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:70px;align-items:center}.platform-hero-copy h1{font-size:clamp(50px,7vw,88px);line-height:.98;letter-spacing:-.065em;margin:20px 0 28px;max-width:800px}.platform-hero-copy>p{font-size:20px;line-height:1.7;color:#58657a;max-width:650px}.hero-proof{display:flex;gap:18px;flex-wrap:wrap;color:#526075;font-weight:700;font-size:13px}.hero-proof span:before{content:'✓';color:#278267;margin-right:7px}.platform-preview{border:1px solid #dce5f1;border-radius:26px;background:#fff;padding:16px;box-shadow:0 35px 80px #243f7024;transform:rotate(1deg)}.preview-top{display:flex;align-items:center;gap:7px;padding:7px 5px 18px}.preview-top i{width:9px;height:9px;border-radius:50%;background:#d9e0e9}.preview-top b{margin-left:auto;color:#31568f}.preview-body{min-height:390px;border-radius:18px;background:#edf3fb;display:grid;grid-template-columns:90px 1fr;gap:24px;padding:25px}.preview-body aside{display:grid;align-content:start;gap:13px;padding:9px;background:#1d3559;border-radius:14px}.preview-body aside span{height:9px;background:#ffffff4a;border-radius:7px}.preview-body>div>small{font-weight:800;color:#53627a}.preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.preview-metrics strong{padding:22px 10px;background:#fff;border-radius:12px;font-size:12px}.preview-chart{height:220px;display:flex;align-items:end;gap:12px;padding:24px;background:#fff;border-radius:14px}.preview-chart i{flex:1;border-radius:7px 7px 0 0;background:linear-gradient(#5c83c6,#31558f)}.preview-chart i:nth-child(1){height:38%}.preview-chart i:nth-child(2){height:58%}.preview-chart i:nth-child(3){height:48%}.preview-chart i:nth-child(4){height:82%}.preview-chart i:nth-child(5){height:68%}.landing-strip{display:flex;justify-content:center;gap:clamp(20px,5vw,70px);flex-wrap:wrap;padding:23px;background:#182f50;color:#fff;font-size:13px;font-weight:750;letter-spacing:.04em}.landing-section{max-width:1260px;margin:auto;padding:105px 25px}.landing-heading{max-width:760px;margin-bottom:45px}.landing-heading h2,.landing-split h2,.landing-final h2{font-size:clamp(38px,5vw,62px);line-height:1.04;margin:15px 0;letter-spacing:-.055em}.landing-heading>p,.landing-split p,.landing-final p{color:#657084;font-size:18px}.landing-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.landing-feature-grid article{padding:32px;background:#fff;border:1px solid #e0e7f0;border-radius:18px}.landing-feature-grid article>span{color:#6080b8;font-weight:850}.landing-feature-grid h3{font-size:22px;margin:15px 0 8px}.landing-feature-grid p{color:#697487;margin:0}.landing-split{max-width:1260px;margin:auto;padding:80px 55px;border-radius:30px;background:#e8eff9;display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center}.domain-window{padding:34px;border:1px solid #c9d6e9;border-radius:18px;background:#fff;box-shadow:0 20px 45px #29486d16}.domain-window span,.domain-window small{display:block;color:#6c7788}.domain-window strong{display:block;font-size:clamp(21px,3vw,34px);margin:13px 0;color:#294f88;overflow-wrap:anywhere}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.process-grid article{padding:32px;border-top:4px solid #5077b6;background:#fff;border-radius:15px}.process-grid b{font-size:34px;color:#b3c5df}.pricing-callout{max-width:1260px;margin:0 auto 105px;padding:55px;border-radius:27px;background:#172e50;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:35px}.pricing-callout h2{font-size:36px;margin:9px 0}.pricing-callout p{margin:0;color:#dbe6f5}.pricing-callout p strong{font-size:28px;color:#fff}.pricing-callout .button{background:#fff;color:#17345e}.landing-final{text-align:center;padding:95px 20px;background:#fff}.landing-final p{max-width:650px;margin:0 auto 28px}
.seller-store-footer{background:#111827;color:#dbe3ee;text-align:left;padding:0;border:0}.seller-footer-main{max-width:1300px;margin:auto;padding:65px 24px 42px;display:grid;grid-template-columns:minmax(260px,2fr) repeat(3,minmax(150px,1fr));gap:45px}.seller-store-footer h2{font-size:30px;color:#fff;margin:0 0 14px}.seller-store-footer h3{font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0 0 18px}.seller-store-footer p{margin:7px 0;color:#aeb9c8}.seller-store-footer a{display:block;color:#dbe3ee;margin:9px 0}.seller-store-footer a:hover{color:#fff}.seller-footer-brand strong{display:block;color:var(--footer-accent);margin-top:17px}.seller-footer-bottom{max-width:1300px;margin:auto;padding:20px 24px;border-top:1px solid #ffffff1c;display:flex;gap:22px;justify-content:space-between;flex-wrap:wrap;font-size:12px;color:#9ca8b8}.seller-footer-bottom a{margin:0}.platform-footer{background:#101b2d;color:#c8d2e1;text-align:left;padding:55px max(24px,calc((100% - 1180px)/2));display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.platform-footer .brand{color:#fff}.platform-footer h3{color:#fff}.platform-footer a{display:block;color:#c8d2e1;margin:8px 0}.platform-footer-bottom{grid-column:1/-1;border-top:1px solid #ffffff1c;padding-top:22px}.domain-admin-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.domain-example,.domain-current{display:grid;gap:7px;margin:20px 0;padding:22px;border-radius:14px;background:#edf4ff;border:1px solid #ccdaf0}.domain-example strong,.domain-current a{font-size:22px;color:#27528f;overflow-wrap:anywhere}.domain-guide{margin-top:20px}.domain-guide li{margin:10px 0}.domain-guide code{padding:3px 7px;background:#edf1f5;border-radius:5px}
@media(max-width:900px){.platform-hero{grid-template-columns:1fr;min-height:0;padding-top:65px}.platform-preview{max-width:680px}.landing-split{margin:0 20px;grid-template-columns:1fr}.seller-footer-main{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.platform-hero{padding:48px 18px}.platform-hero-copy h1{font-size:46px}.platform-preview{padding:8px}.preview-body{grid-template-columns:55px 1fr;padding:12px;gap:10px;min-height:300px}.preview-metrics{grid-template-columns:1fr}.preview-metrics strong{padding:9px}.preview-chart{height:150px;padding:13px}.landing-section{padding:70px 17px}.landing-feature-grid,.process-grid,.seller-footer-main,.platform-footer,.domain-admin-grid{grid-template-columns:1fr}.landing-split{padding:45px 22px;margin:0 12px}.pricing-callout{margin:0 12px 70px;padding:35px 23px;display:grid}.seller-footer-main{padding:48px 20px}.platform-footer-bottom{grid-column:auto}.landing-strip{justify-content:flex-start;overflow:auto;flex-wrap:nowrap}}

/* Store navigation, public contact settings and guest checkout */
.store-navigation{display:flex;align-items:center;gap:20px}.store-navigation>a{color:#27364b;font-weight:700;font-size:14px}.store-whatsapp-link{padding:10px 14px!important;background:#166534;color:#fff!important;border-radius:9px}.store-contact-link{padding:9px 12px;border:1px solid #d8e0e9;border-radius:9px}.store-menu-toggle{display:none;border:1px solid #dce3eb;background:#fff;border-radius:10px;padding:9px 11px;align-items:center;gap:4px}.store-menu-toggle span{display:block;width:18px;height:2px;background:#24344d}.store-menu-toggle b{margin-left:5px;font-size:12px}.category-menu{position:relative}.category-menu>button{border:0;background:transparent;color:#27364b;font:inherit;font-weight:700;cursor:pointer;padding:10px 0}.category-menu-panel{display:none;position:absolute;z-index:30;top:calc(100% + 10px);left:50%;transform:translateX(-50%);min-width:240px;max-height:360px;overflow:auto;background:#fff;border:1px solid #dfe6ee;border-radius:14px;padding:9px;box-shadow:0 18px 55px #17243d24}.category-menu-panel.is-open{display:grid}.category-menu-panel a{padding:11px 12px;border-radius:8px;color:#26364e;font-weight:650}.category-menu-panel a:hover{background:#eff4fa}.public-contact-form{border-top:5px solid #3d67a8}.public-contact-form small,.checkout-form small{font-weight:500;color:#6c7687}
.checkout-page{max-width:1260px;margin:auto;padding:55px 22px 100px;background:#f8fafc}.checkout-heading{max-width:720px;margin-bottom:34px}.checkout-heading>a{display:inline-block;margin-bottom:25px;color:#536176;font-weight:700}.checkout-heading h1{font-size:clamp(38px,5vw,60px);margin:10px 0}.checkout-heading>p{color:#677387;font-size:17px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:26px;align-items:start}.checkout-form{display:grid;gap:16px}.checkout-card{background:#fff;border:1px solid #e1e7ef;border-radius:17px;padding:27px;box-shadow:0 9px 30px #1e34530a;display:grid;gap:17px}.checkout-step{display:flex;gap:14px;align-items:flex-start}.checkout-step>span{display:grid;place-items:center;min-width:36px;height:36px;border-radius:50%;background:#eaf1fb;color:#2f568f;font-weight:850}.checkout-step h2{font-size:21px;margin:2px 0}.checkout-step p{margin:0;color:#747f90}.payment-option{display:flex;grid-template-columns:auto 1fr;align-items:center;gap:13px;padding:17px;border:2px solid #5077b1;border-radius:12px;background:#f7faff}.payment-option input{width:auto}.payment-option span{display:grid}.payment-option small{display:block}.checkout-submit{width:100%;font-size:16px;padding:17px}.checkout-consent{text-align:center;color:#758092;font-size:12px;margin:0}.checkout-summary{position:sticky;top:105px;background:#fff;border:1px solid #dde5ee;border-radius:18px;padding:25px;box-shadow:0 15px 45px #20365312}.checkout-summary h2{margin-top:0}.checkout-product{display:grid;grid-template-columns:92px 1fr;gap:15px;padding:18px 0;border-bottom:1px solid #e7ebf0}.checkout-product img,.checkout-image-placeholder{width:92px;height:112px;object-fit:cover;border-radius:9px;background:#edf1f5;display:grid;place-items:center;color:#7e8795;font-size:11px}.checkout-product>div:last-child{display:grid;align-content:start;gap:5px}.checkout-product span{color:#6e7888;font-size:13px}.checkout-totals{margin:20px 0}.checkout-totals>div{display:flex;justify-content:space-between;padding:7px 0}.checkout-totals dt,.checkout-totals dd{margin:0}.checkout-totals>div:last-child{font-size:19px;font-weight:850;border-top:1px solid #dce3ec;margin-top:8px;padding-top:14px}.checkout-assurance{display:grid;gap:3px;background:#f3f7fc;border-radius:11px;padding:15px}.checkout-assurance strong{font-size:13px}.checkout-assurance span{font-size:12px;color:#737f91;margin-bottom:7px}.order-confirmation{min-height:70vh;background:#f4f7fb;padding:70px 20px;display:grid;place-items:center}.confirmation-card{width:min(760px,100%);padding:42px;background:#fff;border:1px solid #dee6ef;border-radius:24px;box-shadow:0 25px 70px #17315016}.confirmation-check{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#dcfce7;color:#15723c;font-size:31px;font-weight:900;margin-bottom:22px}.confirmation-card h1{margin:9px 0}.confirmation-card>p{color:#687487;font-size:17px}.confirmation-number{display:grid;gap:4px;margin:28px 0;padding:19px 22px;background:#edf4ff;border-radius:13px}.confirmation-number span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64738a}.confirmation-number strong{font-size:25px;color:#244d87;overflow-wrap:anywhere}.confirmation-details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.confirmation-details>div{display:grid;gap:5px;padding:15px;border:1px solid #e3e8ee;border-radius:12px}.confirmation-details>div:last-child:nth-child(3){grid-column:1/-1}.confirmation-details span{font-size:12px;color:#748093}.confirmation-next{margin:28px 0;padding-top:22px;border-top:1px solid #e4e9ef}.confirmation-next h2{font-size:19px}.confirmation-next li{margin:8px 0;color:#5f6b7e}.confirmation-actions{display:flex;gap:10px;flex-wrap:wrap}
@media(max-width:900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static;grid-row:1}.store-menu-toggle{display:flex}.store-navigation{display:none;position:absolute;left:15px;right:15px;top:calc(100% + 8px);background:#fff;border:1px solid #dfe6ee;border-radius:14px;padding:12px;box-shadow:0 20px 55px #17243d24;align-items:stretch;flex-direction:column;gap:3px}.store-navigation.is-open{display:flex}.store-navigation>a,.category-menu>button{display:block;width:100%;text-align:left;padding:12px;border-radius:8px}.category-menu-panel{position:static;transform:none;box-shadow:none;margin-top:4px;max-height:260px}.store-top.header-centered{flex-direction:row}.store-top{justify-content:space-between}}
@media(max-width:560px){.checkout-page{padding:35px 14px 70px}.checkout-card,.checkout-summary,.confirmation-card{padding:19px}.checkout-product{grid-template-columns:76px 1fr}.checkout-product img,.checkout-image-placeholder{width:76px;height:94px}.confirmation-details{grid-template-columns:1fr}.confirmation-details>div:last-child:nth-child(3){grid-column:auto}.confirmation-actions{display:grid}.confirmation-actions .button{width:100%}}
