:root{--ink:#18151b;--muted:#716c75;--line:#e8e4e9;--soft:#f7f5f7;--brand:#ef0064;--brand-dark:#c90052;--brand-light:#ffe6f1;--success:#159b62;--danger:#d92d20;--shadow:0 22px 60px rgba(35,20,30,.09);--radius:22px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}
button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}.icon{width:22px;height:22px;flex:0 0 auto}.shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}
.top-strip{background:var(--ink);color:#fff;font-size:12px}.top-strip .shell{min-height:34px;display:flex;align-items:center;justify-content:center;gap:46px}.top-strip span{position:relative}.top-strip span+span:before{content:"";position:absolute;left:-24px;top:50%;width:3px;height:3px;border-radius:50%;background:var(--brand);transform:translateY(-50%)}
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:rgba(255,255,255,.97);backdrop-filter:blur(16px)}.header-main{min-height:98px;display:grid;grid-template-columns:190px minmax(320px,1fr) auto;align-items:center;gap:38px}.brand{display:flex;align-items:center}.brand img{display:block;width:170px;height:auto}.mobile-menu{display:none;border:0;background:none}.search-box{height:54px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;overflow:hidden;border:1.5px solid #d9d4dc;border-radius:16px;background:#fff;transition:.2s}.search-box:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px rgba(239,0,100,.09)}.search-box>svg{margin-left:18px;color:var(--brand)}.search-box input{min-width:0;height:100%;border:0;outline:0;background:transparent;font-size:15px}.search-box button{align-self:stretch;padding:0 24px;border:0;background:var(--brand);color:#fff;font-size:13px;font-weight:900;cursor:pointer}.header-actions{display:flex;gap:10px}.account-button,.cart-button{min-height:54px;display:flex;align-items:center;gap:10px;border-radius:15px}.account-button{padding:8px 13px;border:1px solid var(--line)}.account-button>svg{color:var(--brand)}.account-button span{display:flex;flex-direction:column}.account-button strong{font-size:14px}.account-button small{font-size:11px;color:var(--muted)}.cart-button{position:relative;padding:8px 18px;background:var(--brand);color:#fff;font-size:14px;font-weight:800}.cart-button b{position:absolute;top:-7px;right:-7px;min-width:24px;height:24px;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;background:var(--ink);font-size:10px}
.category-nav{border-top:1px solid var(--line);background:#faf9fa}.category-nav-inner{min-height:64px;display:flex;align-items:stretch;justify-content:space-between;gap:6px}.category-nav a{min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-bottom:3px solid transparent;color:#47424a;font-size:13px;font-weight:750;white-space:nowrap}.category-nav a svg{width:19px;color:var(--brand)}.category-nav a small{min-width:20px;padding:2px 5px;border-radius:8px;background:#eee9ed;color:#777;font-size:10px;text-align:center}.category-nav a:hover{border-color:var(--brand);color:var(--brand)}
.toast{position:fixed;z-index:100;right:24px;top:130px;max-width:420px;display:flex;align-items:center;gap:10px;padding:16px 20px;border-radius:14px;background:#fff;box-shadow:0 18px 60px rgba(0,0,0,.18);font-weight:700;animation:toast-in .3s ease}.toast.success svg{color:var(--success)}.toast.error{border-left:4px solid var(--danger)}@keyframes toast-in{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}
.hero{min-height:580px;display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center;padding-block:70px}.eyebrow,.section-kicker{color:var(--brand);font-size:13px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.hero h1{max-width:600px;margin:18px 0 22px;font-size:clamp(3.4rem,6.2vw,5.6rem);line-height:.98;letter-spacing:-.065em}.hero-copy>p{max-width:560px;margin:0;color:var(--muted);font-size:18px;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:34px}.primary-button,.secondary-button{min-height:55px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:0;border-radius:15px;font-weight:850;cursor:pointer}.primary-button{background:var(--brand);color:#fff}.primary-button:hover{background:var(--brand-dark);transform:translateY(-1px)}.secondary-button{border:1px solid var(--line);background:#fff}.hero-actions>span{display:flex;align-items:center;gap:8px;color:#4c474f;font-size:13px;font-weight:750}.hero-actions>span svg{color:var(--success)}.hero-products{position:relative;min-height:430px;border-radius:38px;background:linear-gradient(135deg,#fff0f6 0%,#f6f0ff 100%);overflow:hidden}.hero-products:before{content:"";position:absolute;width:320px;height:320px;right:-70px;top:-90px;border:80px solid rgba(255,255,255,.55);border-radius:50%}.hero-product{position:absolute;display:grid;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:28px;background:#fff;box-shadow:var(--shadow);overflow:hidden;transition:.25s}.hero-product:hover{transform:translateY(-5px)}.hero-product img{width:100%;height:100%;object-fit:contain;padding:18px}.hero-product-1{left:46px;top:54px;width:300px;height:318px;z-index:2}.hero-product-2{right:34px;top:30px;width:180px;height:180px}.hero-product-3{right:24px;bottom:28px;width:205px;height:190px}.hero-note{position:absolute;z-index:4;left:31%;bottom:24px;padding:10px 15px;border-radius:999px;background:var(--ink);color:#fff;font-size:12px;font-weight:800}
.quick-benefits{border-block:1px solid var(--line);background:#faf9fa}.quick-benefits-inner{min-height:104px;display:grid;grid-template-columns:repeat(4,1fr)}.quick-benefits-inner>div{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid var(--line)}.quick-benefits-inner>div:last-child{border:0}.quick-benefits svg{color:var(--brand)}.quick-benefits span{display:flex;flex-direction:column}.quick-benefits strong{font-size:14px}.quick-benefits small{margin-top:3px;color:var(--muted);font-size:12px}
.products-section,.category-showcase,.related-products{padding-block:76px}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-heading-row h2{margin:8px 0 0;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.045em}.section-heading-row>p,.section-heading-row>small{color:var(--muted);font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.22s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(31,20,27,.09)}.product-image-wrap{position:relative;aspect-ratio:1/1;background:#faf9fa}.product-image-wrap>a{display:block;width:100%;height:100%}.product-image-wrap img{width:100%;height:100%;object-fit:contain;padding:22px;transition:transform .25s}.product-card:hover .product-image-wrap img{transform:scale(1.035)}.discount-badge{position:absolute;z-index:2;left:14px;top:14px;padding:7px 9px;border-radius:9px;background:var(--brand);color:#fff;font-size:12px;font-weight:900}.favorite-button,.detail-favorite{position:absolute;z-index:2;right:13px;top:13px;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.favorite-button svg,.detail-favorite svg{width:18px}.favorite-button.active,.detail-favorite.active{background:var(--brand-light);color:var(--brand);border-color:#ffb6d4}.favorite-button.active svg,.detail-favorite.active svg{fill:currentColor}.product-card-body{padding:18px}.product-brand,.detail-brand{color:var(--brand);font-size:12px;font-weight:900;text-transform:uppercase}.product-title{height:46px;display:-webkit-box;margin-top:8px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:15px;font-weight:760;line-height:1.5}.rating{margin:13px 0;color:#5a555d;font-size:12px}.rating>span{color:#f5a623}.rating small{color:var(--muted)}.price-row{display:flex;align-items:end;justify-content:space-between;gap:10px}.price-row>div{display:flex;flex-direction:column}.price-row del{color:#999;font-size:11px}.price-row strong{margin-top:2px;font-size:18px}.price-row form button{height:39px;display:flex;align-items:center;gap:6px;padding:0 11px;border:0;border-radius:11px;background:var(--ink);color:#fff;cursor:pointer;font-size:11px;font-weight:800}.price-row button svg{width:16px}.out-of-stock{padding:8px 10px;border-radius:10px;background:#eee;color:#777;font-size:11px;font-weight:800}
.empty-state{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;border:1px dashed #d9d3da;border-radius:24px;background:#faf9fa}.empty-state>svg{width:42px;height:42px;color:var(--brand)}.empty-state h2,.empty-state h3{margin:18px 0 6px}.empty-state p{margin:0 0 24px;color:var(--muted)}.empty-state>a{padding:13px 18px;border-radius:12px;background:var(--brand);color:#fff;font-weight:800}
.category-showcase{padding-top:20px}.category-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{min-height:220px;position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:30px;border-radius:24px;overflow:hidden}.category-card>svg:first-child{width:34px;height:34px;margin-bottom:30px}.category-card strong{font-size:25px}.category-card span{margin-top:8px;opacity:.72}.category-card>svg:last-child{position:absolute;right:27px;bottom:27px}.tone-1{background:#ffe9e4}.tone-2{background:#ffe4f0}.tone-3{background:#eee7ff}.newsletter{margin-top:40px;background:var(--ink);color:#fff}.newsletter-inner{min-height:280px;display:flex;align-items:center;justify-content:space-between;gap:40px}.newsletter h2{margin:8px 0;font-size:3rem;letter-spacing:-.04em}.newsletter p{color:#cfc9d0}.newsletter a{display:flex;align-items:center;gap:10px;padding:16px 20px;border-radius:14px;background:var(--brand);font-weight:800}
.site-footer{padding-top:64px;background:#f7f5f7}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px;padding-bottom:54px}.footer-brand img{width:135px;height:auto}.footer-brand p{max-width:310px;color:var(--muted);line-height:1.7}.footer-brand>a{color:var(--brand);font-weight:800}.footer-grid h3{margin:0 0 18px;font-size:15px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-grid a,.footer-grid p{color:#625d65;font-size:13px}.footer-contact p{line-height:1.6}.footer-bottom{min-height:70px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:#777;font-size:12px}.footer-bottom span:last-child{display:flex;align-items:center;gap:7px}.footer-bottom svg{width:18px;color:var(--success)}
.breadcrumbs{min-height:64px;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden}.breadcrumbs svg{width:14px}.breadcrumbs strong{color:var(--ink);overflow:hidden;text-overflow:ellipsis}.product-detail-card{display:grid;grid-template-columns:1fr .9fr;gap:70px;padding-block:36px 70px}.detail-gallery{position:relative;min-width:0}.detail-discount{position:absolute;z-index:2;left:18px;top:18px;padding:9px 12px;border-radius:10px;background:var(--brand);color:#fff;font-weight:900}.detail-favorite{right:18px;top:18px}.detail-image{height:570px;display:grid;place-items:center;border:1px solid var(--line);border-radius:28px;background:#faf9fa;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:contain;padding:45px}.detail-thumbnails{display:flex;gap:10px;margin-top:13px}.detail-thumbnails button{width:76px;height:76px;padding:4px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}.detail-thumbnails img{width:100%;height:100%;object-fit:contain}.detail-info{padding-top:20px}.detail-info h1{margin:12px 0 16px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;letter-spacing:-.045em}.detail-summary{color:var(--muted);line-height:1.7}.detail-rating{display:flex;align-items:center;gap:10px;margin:20px 0;padding-block:16px;border-block:1px solid var(--line);font-size:13px}.detail-rating>span{color:#f5a623;letter-spacing:2px}.detail-rating a{margin-left:auto;color:var(--brand);font-weight:800}.detail-price{display:flex;align-items:center;gap:14px}.detail-percent{padding:10px;border-radius:11px;background:var(--brand-light);color:var(--brand);font-weight:900}.detail-price>div{display:flex;flex-direction:column}.detail-price del{color:#999;font-size:13px}.detail-price strong{font-size:2.3rem;letter-spacing:-.04em}.detail-price small{margin-top:4px;color:var(--muted)}.stock-message{display:flex;align-items:center;gap:9px;margin:22px 0;padding:14px;border-radius:13px;background:#eaf8f1;color:#106f49;font-size:14px}.stock-message svg{width:20px}.stock-message.out{background:#fff3f2;color:var(--danger)}.purchase-controls{display:grid;grid-template-columns:130px 1fr;gap:12px}.quantity-control{height:55px;display:grid;grid-template-columns:38px 1fr 38px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.quantity-control button{border:0;background:#f7f5f7;cursor:pointer}.quantity-control input{min-width:0;border:0;text-align:center;font-weight:800;outline:0}.add-cart-large{display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;background:var(--brand);color:#fff;font-weight:900;cursor:pointer}.detail-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px}.detail-assurances>div{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid var(--line);border-radius:12px}.detail-assurances svg{width:19px;color:var(--brand)}.detail-assurances span{display:flex;flex-direction:column}.detail-assurances strong{font-size:11px}.detail-assurances small{margin-top:3px;color:var(--muted);font-size:9px}.detail-description{margin-bottom:70px;border:1px solid var(--line);border-radius:24px;overflow:hidden}.detail-tabs{display:flex;border-bottom:1px solid var(--line);background:#faf9fa}.detail-tabs button{padding:20px 24px;border:0;border-bottom:3px solid transparent;background:transparent;font-weight:800}.detail-tabs button.active{border-color:var(--brand);color:var(--brand)}.description-content{max-width:900px;padding:38px}.description-content h2{font-size:2rem}.description-content p{color:var(--muted);line-height:1.8}.description-content ul{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0;list-style:none}.description-content li{display:flex;align-items:center;gap:8px}.description-content li svg{width:18px;color:var(--success)}
.page-heading{position:relative;padding:54px 0 32px}.page-heading h1{margin:8px 0 3px;font-size:3.5rem;letter-spacing:-.055em}.page-heading p{margin:0;color:var(--muted)}.cart-page,.checkout-page{padding-bottom:90px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:30px;align-items:start}.cart-items,.checkout-form,.cart-summary,.checkout-summary{border:1px solid var(--line);border-radius:22px;background:#fff}.cart-items{padding:8px 22px 22px}.cart-item{display:grid;grid-template-columns:95px minmax(0,1fr) 82px 105px 42px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item>a:first-child{width:95px;height:95px;border-radius:14px;background:#faf9fa}.cart-item img{width:100%;height:100%;object-fit:contain;padding:7px}.cart-item>div{display:flex;flex-direction:column}.cart-item>div span{color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase}.cart-item>div a{margin:5px 0;font-weight:800}.cart-item>div small{color:var(--muted)}.cart-item label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:11px}.cart-item input{width:75px;padding:9px;border:1px solid var(--line);border-radius:10px}.remove-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:10px;background:#fff3f2;color:var(--danger);cursor:pointer}.remove-button svg{width:18px}.cart-items .secondary-button{margin-top:20px}.cart-summary,.checkout-summary{position:sticky;top:190px;padding:26px;box-shadow:0 16px 48px rgba(40,20,32,.06)}.cart-summary h2,.checkout-summary h2{margin-top:0}.cart-summary>div,.checkout-summary>div:last-of-type{display:flex;justify-content:space-between;margin:15px 0}.cart-summary hr,.checkout-summary hr{border:0;border-top:1px solid var(--line)}.summary-total{font-size:20px}.cart-summary .primary-button{width:100%;margin-top:18px}.cart-summary p,.checkout-summary>p{display:flex;gap:7px;color:var(--muted);font-size:11px;line-height:1.5}.cart-summary p svg,.checkout-summary>p svg{width:17px;color:var(--success)}
.form-errors,.admin-notice{margin-bottom:20px;padding:16px 18px;border:1px solid #ffcdc8;border-radius:14px;background:#fff3f2;color:#9d2118}.form-errors ul{margin-bottom:0}.checkout-form{padding:30px}.checkout-form fieldset{margin:0 0 30px;padding:0;border:0}.checkout-form legend{margin-bottom:18px;font-size:20px;font-weight:850}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid label,.admin-login-card label{display:flex;flex-direction:column;gap:7px;color:#57515a;font-size:13px;font-weight:700}.form-grid label.wide{grid-column:1/-1}.form-grid label small{font-weight:400;color:var(--muted)}.form-grid input,.form-grid textarea,.admin-login-card input{width:100%;padding:13px 14px;border:1px solid #dcd6de;border-radius:11px;outline:0}.form-grid input:focus,.form-grid textarea:focus,.admin-login-card input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(239,0,100,.08)}.terms{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:12px;line-height:1.5}.terms input{margin-top:3px}.terms a{color:var(--brand);font-weight:800}.pay-button{width:100%;margin-top:22px}.checkout-summary{position:sticky}.checkout-item{display:grid!important;grid-template-columns:54px 1fr auto!important;gap:10px;align-items:center!important;padding:10px 0;border-bottom:1px solid var(--line)}.checkout-item img{width:54px;height:54px;object-fit:contain}.checkout-item span{display:flex;flex-direction:column}.checkout-item strong{font-size:12px}.checkout-item small{color:var(--muted);font-size:11px}.checkout-item b{font-size:12px}.result-page{min-height:620px;display:grid;place-items:center}.result-card{max-width:660px;padding:52px;border:1px solid var(--line);border-radius:28px;text-align:center;box-shadow:var(--shadow)}.result-card>svg{width:60px;height:60px;margin-bottom:18px;color:var(--success)}.result-card.failed>svg{color:var(--danger)}.result-card>span{display:block;color:var(--brand);font-weight:900;text-transform:uppercase}.result-card h1{margin:10px 0;font-size:3rem;letter-spacing:-.05em}.result-card p{color:var(--muted);line-height:1.7}.result-card>div{display:flex;justify-content:space-between;margin:26px 0;padding:20px;border-radius:14px;background:#faf9fa}.content-page{min-height:600px;padding-bottom:80px}.content-page article{max-width:850px;padding:34px;border:1px solid var(--line);border-radius:22px}.content-page article p{color:#5f5962;line-height:1.9}
.admin-login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f8f4f7,#fff0f6)}.admin-login-card{width:min(430px,calc(100% - 32px));padding:38px;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:var(--shadow)}.admin-login-card>a:first-child img{width:145px;height:auto}.admin-login-card>span{display:block;margin-top:34px;color:var(--brand);font-size:12px;font-weight:900;text-transform:uppercase}.admin-login-card h1{margin:8px 0;font-size:2.2rem}.admin-login-card>p{margin:0 0 24px;color:var(--muted)}.admin-login-card form{display:flex;flex-direction:column;gap:16px}.admin-login-card button{height:50px;border:0;border-radius:12px;background:var(--brand);color:#fff;font-weight:900;cursor:pointer}.back-store{display:block;margin-top:20px;color:var(--muted);font-size:13px}.admin-page{min-height:100vh;background:#f7f7f9}.admin-sidebar{position:fixed;inset:0 auto 0 0;width:255px;display:flex;flex-direction:column;padding:28px 20px;background:var(--ink);color:#fff}.admin-logo{padding:4px 12px 28px}.admin-logo img{width:135px;height:auto;filter:brightness(0) invert(1)}.admin-sidebar nav{display:flex;flex-direction:column;gap:5px}.admin-sidebar nav a{padding:13px 15px;border-radius:11px;color:#c8c3c9;font-size:14px;font-weight:700}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:rgba(255,255,255,.09);color:#fff}.admin-sidebar>div{display:flex;flex-direction:column;gap:12px;margin-top:auto;padding:18px 12px 0;border-top:1px solid rgba(255,255,255,.12)}.admin-sidebar>div a{color:#c8c3c9;font-size:13px}.admin-main{margin-left:255px;padding:32px 38px 80px}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.admin-header span,.admin-card-heading>div>span{color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.admin-header h1{margin:4px 0;font-size:2.4rem}.admin-user{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-weight:900}.admin-notice{display:flex;align-items:center;gap:9px}.admin-notice.success{border-color:#bce8d1;background:#eaf8f1;color:#106f49}.admin-notice svg{width:20px}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:20px}.admin-stats article{display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:17px;background:#fff}.admin-stats span{color:var(--muted);font-size:12px}.admin-stats strong{margin:7px 0;font-size:2rem}.admin-stats small{color:#999;font-size:10px}.admin-card{margin-bottom:20px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.admin-card-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.admin-card-heading h2{margin:4px 0 0}.admin-card-heading button{padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;font-size:12px;font-weight:800}.admin-card-heading button:disabled{opacity:.45;cursor:not-allowed}.integration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.integration-grid article{display:flex;align-items:center;gap:13px;padding:17px;border:1px solid var(--line);border-radius:14px}.integration-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;font-size:12px}.integration-mark.orange{background:#fff0df;color:#c15a00}.integration-mark.blue{background:#e7f0ff;color:#1866c2}.integration-mark.cyan{background:#e4f8fb;color:#087886}.integration-grid article>div{display:flex;flex-direction:column}.integration-grid small{margin:3px 0;color:var(--muted);font-size:10px}.integration-grid em{color:#a05d00;font-size:10px;font-style:normal;font-weight:800}.integration-grid em.ready{color:var(--success)}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;white-space:nowrap}.admin-table th{padding:11px;border-bottom:1px solid var(--line);color:var(--muted);font-size:10px;text-align:left;text-transform:uppercase}.admin-table td{padding:12px 11px;border-bottom:1px solid #f0edf0;font-size:12px}.admin-product{display:flex;align-items:center;gap:10px;white-space:normal;min-width:280px}.admin-product img{width:48px;height:48px;object-fit:contain;border-radius:9px;background:#faf9fa}.admin-product span{display:flex;flex-direction:column}.admin-product strong{font-size:12px}.admin-product small{margin-top:3px;color:var(--muted)}.status-button{padding:7px 9px;border:0;border-radius:8px;background:#eee;color:#777;cursor:pointer;font-size:10px;font-weight:800}.status-button.on{background:#e7f7ef;color:#10724a}.order-status{padding:6px 8px;border-radius:7px;background:#eee;font-size:10px;font-weight:800}.order-status.paid{background:#e7f7ef;color:#10724a}.admin-empty{padding:32px;text-align:center;color:var(--muted)}.log-list article{display:grid;grid-template-columns:80px minmax(0,1fr) auto;gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}.log-level{align-self:start;padding:5px 7px;border-radius:6px;background:#edf3ff;color:#3565a5;font-size:9px;font-weight:900;text-align:center;text-transform:uppercase}.log-level.error{background:#fff0ef;color:#b22920}.log-list strong{font-size:12px}.log-list p{margin:4px 0;color:var(--muted);font-size:11px}.log-list time{color:#999;font-size:10px}
.system-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.system-check{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--line);border-radius:13px;background:#fff}.system-check>span{flex:0 0 28px;height:28px;display:grid;place-items:center;border-radius:50%;font-weight:900}.system-check.ready>span{background:#e5f7ee;color:#11724a}.system-check.attention>span{background:#fff1df;color:#a85b00}.system-check>div{min-width:0;display:flex;flex-direction:column}.system-check strong{font-size:12px}.system-check p{margin:4px 0;color:var(--muted);font-size:10px}.system-check small{color:#8a6411;font-size:9px;font-weight:750}.system-check.ready small{color:var(--success)}.system-check-note{margin:16px 0 0;color:var(--muted);font-size:10px}
@media(max-width:1050px){.header-main{grid-template-columns:160px 1fr auto;gap:18px}.account-button{display:none}.hero{gap:30px}.hero-product-1{left:25px;width:260px}.hero-product-2{right:18px;width:155px}.hero-product-3{width:175px}.product-grid{grid-template-columns:repeat(3,1fr)}.detail-assurances{grid-template-columns:1fr}.cart-layout,.checkout-layout{grid-template-columns:1fr 320px}.admin-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.shell{width:min(100% - 28px,1240px)}.top-strip .shell{justify-content:center}.top-strip span:not(:first-child){display:none}.site-header{position:relative}.header-main{min-height:82px;grid-template-columns:42px 1fr auto;gap:10px}.mobile-menu{display:grid;place-items:center}.brand img{width:130px}.search-box{grid-column:1/-1;grid-row:2;margin-bottom:14px}.cart-button{padding:9px 13px}.cart-button span{display:none}.category-nav{display:none}.category-nav.open{display:block}.category-nav-inner{flex-direction:column;align-items:stretch;padding-block:8px}.category-nav a{min-height:45px;justify-content:flex-start;border:0}.hero{min-height:auto;grid-template-columns:1fr;padding-block:50px}.hero h1{font-size:3.7rem}.hero-products{min-height:380px}.quick-benefits-inner{grid-template-columns:repeat(2,1fr)}.quick-benefits-inner>div{min-height:90px;border-bottom:1px solid var(--line)}.product-grid{grid-template-columns:repeat(2,1fr)}.category-cards{grid-template-columns:1fr}.newsletter-inner{padding-block:55px;flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:repeat(2,1fr)}.product-detail-card{grid-template-columns:1fr;gap:30px}.detail-image{height:450px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.checkout-summary{position:static}.admin-sidebar{position:relative;width:auto;inset:auto;flex-direction:row;align-items:center;overflow:auto}.admin-logo{padding:0 20px 0 0}.admin-sidebar nav{flex-direction:row}.admin-sidebar>div{display:none}.admin-main{margin-left:0;padding:25px 18px}.integration-grid,.system-check-grid{grid-template-columns:1fr}}
@media(max-width:560px){.shell{width:calc(100% - 22px)}.hero{padding-block:40px}.hero h1{font-size:3rem}.hero-copy>p{font-size:16px}.hero-products{min-height:320px}.hero-product-1{left:18px;top:38px;width:210px;height:245px}.hero-product-2{right:12px;width:120px;height:120px}.hero-product-3{right:10px;width:135px;height:130px}.hero-note{left:20px;bottom:16px}.quick-benefits-inner{grid-template-columns:1fr 1fr}.quick-benefits-inner>div{padding:12px;justify-content:flex-start}.quick-benefits strong{font-size:11px}.quick-benefits small{font-size:9px}.products-section,.related-products{padding-block:50px}.section-heading-row h2{font-size:2.2rem}.section-heading-row>p{display:none}.product-grid{gap:10px}.product-card{border-radius:14px}.product-card-body{padding:11px}.product-image-wrap img{padding:12px}.favorite-button{width:33px;height:33px}.discount-badge{left:8px;top:8px;padding:5px 6px}.product-title{height:42px;font-size:13px}.rating{font-size:10px}.rating small{display:none}.price-row{align-items:stretch;flex-direction:column}.price-row strong{font-size:15px}.price-row form button{width:100%;justify-content:center}.category-card{min-height:180px}.newsletter h2{font-size:2.3rem}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{padding-block:20px;align-items:flex-start;flex-direction:column;gap:9px}.detail-image{height:350px}.detail-image img{padding:25px}.detail-info h1{font-size:2.2rem}.detail-price strong{font-size:2rem}.purchase-controls{grid-template-columns:100px 1fr}.detail-description{border-radius:16px}.detail-tabs button{padding:15px 11px;font-size:12px}.description-content{padding:22px}.description-content ul{grid-template-columns:1fr}.page-heading h1{font-size:2.6rem}.cart-item{grid-template-columns:72px 1fr 40px;gap:12px}.cart-item>a:first-child{width:72px;height:72px}.cart-item label{grid-column:2}.cart-item>strong{grid-column:2}.cart-item .remove-button{grid-column:3;grid-row:1}.checkout-form{padding:20px}.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.result-card{padding:32px 22px}.result-card h1{font-size:2.2rem}.admin-stats{grid-template-columns:1fr}.admin-sidebar nav{display:none}.admin-card{padding:16px}.admin-header h1{font-size:1.9rem}}

/* Separate, responsive management pages */
.admin-main{min-width:0;box-sizing:border-box;width:calc(100% - 260px);max-width:1600px}.admin-page .admin-card{min-width:0}.admin-table-wrap{max-width:100%;overflow-x:auto}.admin-product{min-width:250px;max-width:450px}.admin-product strong{overflow-wrap:anywhere}.admin-header h1{font-size:clamp(28px,3vw,44px)}.panel-filters{display:flex;gap:16px;align-items:end;flex-wrap:wrap;margin:0 0 24px}.panel-filters label{display:grid;gap:8px;font-size:14px}.panel-filters input,.panel-filters select{padding:12px;border:1px solid #dedbe2;border-radius:10px;background:white;font:inherit;max-width:100%}.panel-filters input{width:300px}.panel-filters button,.panel-pagination a{padding:12px 18px;border-radius:10px;background:#f50062;color:white;border:0;font:inherit}.panel-pagination{display:flex;gap:20px;align-items:center;justify-content:center;margin:24px 0}.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media(max-width:900px){.admin-page{display:block}.admin-sidebar{position:static;width:100%;height:auto;padding:20px;box-sizing:border-box}.admin-sidebar nav{display:flex;flex-wrap:wrap;gap:8px}.admin-main{margin-left:0;width:100%;padding:20px}.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-card{padding:18px}}@media(max-width:480px){.admin-stats{grid-template-columns:1fr}.panel-filters label,.panel-filters input{width:100%;box-sizing:border-box}}

.editor-form{display:grid;gap:18px;max-width:720px}.editor-form label{display:grid;gap:7px;font-size:15px}.editor-form input,.editor-form select,.editor-form textarea{font:inherit;width:100%;padding:12px;border:1px solid #dedbe2;border-radius:9px;box-sizing:border-box;background:white}.editor-form textarea{min-height:90px}.editor-form button{font:inherit;background:#f50062;color:white;border:0;border-radius:9px;padding:13px 22px;cursor:pointer}.category-editor{border-bottom:1px solid #eee;padding:18px 0}.category-editor summary{cursor:pointer;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:16px}.category-editor summary small{color:var(--muted);font-size:11px;font-weight:600}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:40px 0}.hero-copy h1{font-size:clamp(32px,4.5vw,64px);line-height:1.1;letter-spacing:-.035em}.home-hero-image{width:100%;height:350px;object-fit:contain}.product-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:250px;gap:20px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:18px}.product-carousel>*{scroll-snap-align:start}.catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;padding-bottom:50px}.catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nav-category{position:relative;display:flex;align-items:center}.nav-category>details>summary{cursor:pointer;padding:10px;list-style:none}.category-nav-inner{flex-wrap:wrap}.category-dropdown{position:absolute;top:100%;left:0;z-index:30;min-width:240px;max-height:65vh;overflow:auto;background:white;border:1px solid #eee;box-shadow:0 12px 24px #0002;padding:16px;border-radius:0 0 12px 12px}.category-dropdown a{display:block;padding:9px;font-size:14px}.category-dropdown .category-leaf{padding-left:24px}[hidden]{display:none!important}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr}.catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid{grid-template-columns:1fr;gap:10px}.home-hero-image{height:220px}.nav-category{width:100%;justify-content:space-between}.category-dropdown{position:static}.nav-category:has(details[open]){flex-wrap:wrap}.nav-category details[open]{width:100%}}
.product-editor{max-width:1100px}.product-editor fieldset{border:1px solid #e5e1e8;border-radius:12px;padding:22px;display:grid;gap:16px;min-width:0}.product-editor legend{font-weight:700;padding:0 8px}.product-editor p,.product-editor small{line-height:1.6;color:#62606b}.editor-gallery{display:flex;flex-wrap:wrap;gap:14px}.editor-gallery>div{width:150px;display:grid;gap:6px}.editor-gallery img{width:150px;height:130px;object-fit:contain;border:1px solid #eee;border-radius:8px}.editor-gallery button{padding:8px;font-size:14px}.editor-gallery button:disabled{background:#666}
.brand-settings-grid,.brand-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.brand-settings-grid input[type="color"]{height:48px;padding:5px}.brand-media-field{align-content:start;padding:16px;border:1px solid #e5e1e8;border-radius:12px;background:#faf9fa}.brand-media-field>img{width:100%;height:110px;padding:14px;box-sizing:border-box;object-fit:contain;border:1px solid #eee;border-radius:9px;background:#fff}.brand-file-button{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;overflow:hidden;border-radius:9px;background:#222;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.brand-file-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.admin-logo img{max-height:52px;object-fit:contain;object-position:left;filter:none}@media(max-width:700px){.brand-settings-grid,.brand-media-grid{grid-template-columns:1fr}}
/* Mioday storefront — collection-led white, charcoal and signature pink. */
.storefront{--radius:8px;--line:#e6e6e6;--muted:#696969;--ink:#1c1c1c}.storefront .shell{width:min(1380px,calc(100% - 80px))}.storefront .site-header{backdrop-filter:none;background:#fff}.storefront .header-main{min-height:96px;grid-template-columns:190px minmax(200px,1fr) auto;gap:48px}.storefront .brand img{width:160px}.storefront .search-box{border:0;background:#f4f4f4;border-radius:6px;height:48px}.storefront .search-box button{background:transparent;color:#222;padding:0 20px}.storefront .search-box>svg{color:#222}.storefront .account-button{border:0;display:flex;padding:0 12px;border-radius:0}.storefront .account-button small{font-size:12px;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storefront .cart-button{border-radius:6px;min-height:44px;background:#1c1c1c}.storefront .category-nav{background:#fff}.storefront .category-nav-inner{min-height:56px;justify-content:flex-start;gap:20px}.storefront .category-nav a{font-size:14px;font-weight:600;white-space:normal;text-align:left}.storefront .top-strip{font-size:13px}.storefront .top-strip span:not([hidden]){display:inline}.storefront .top-strip span+span:before{display:none}.storefront .primary-button{border-radius:5px;font-weight:600;min-height:50px}.storefront .hero{position:relative;display:block;min-height:0;padding:0;margin-top:28px;background:#f1f3f4;border-radius:8px;overflow:hidden}.hero-slide{display:grid;grid-template-columns:1fr 1fr;min-height:470px}.storefront .hero-copy{padding:70px 24px 80px 65px;align-self:center}.storefront .hero h1,.storefront .hero h2{font-size:clamp(32px,4vw,58px);line-height:1.08;letter-spacing:-.045em;font-weight:600;max-width:560px;margin:24px 0}.storefront .hero-copy>p{font-size:17px;color:#555;max-width:440px;line-height:1.6;margin-bottom:28px}.storefront .eyebrow{font-size:12px;letter-spacing:.16em;font-weight:600;color:#666}.hero-art{min-width:0;display:flex;align-items:center;justify-content:center;background:#e9edef;padding:30px}.hero-art img{width:100%;height:390px;object-fit:contain;mix-blend-mode:multiply}.slider-controls{position:absolute;bottom:22px;left:65px;display:flex;align-items:center;gap:16px;font-size:13px}.slider-controls button{border:1px solid #bbb;border-radius:50%;width:32px;height:32px;background:transparent;cursor:pointer}.category-showcase{padding-top:48px;padding-bottom:12px}.storefront .section-heading-row{margin-bottom:24px;gap:20px}.storefront .section-heading-row h2{font-size:28px;font-weight:550;letter-spacing:-.035em;margin:8px 0}.storefront .section-heading-row>a{font-size:14px;text-decoration:underline;text-underline-offset:5px;white-space:nowrap}.category-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-tiles>a{display:grid;grid-template-columns:1fr auto;gap:18px;min-height:100px;padding:20px;border:1px solid var(--line);border-radius:6px;transition:border-color .2s}.category-tiles>a:hover{border-color:var(--brand)}.category-index{grid-column:1/-1;color:#888;font-size:12px}.category-tiles strong{font-size:16px;font-weight:500}.storefront .products-section{padding-block:42px}.storefront .product-carousel{grid-auto-columns:calc((100% - 72px)/4);gap:24px;scrollbar-width:thin}.storefront .product-card{border:0;border-radius:0;box-shadow:none;background:white;min-width:0}.storefront .product-image-wrap{background:#f7f7f7;border:1px solid #f0f0f0;border-radius:6px;aspect-ratio:1/1.1;height:auto;overflow:hidden}.storefront .product-image-wrap img{height:100%;width:100%;object-fit:contain;padding:24px;mix-blend-mode:multiply;transition:transform .35s}.storefront .product-card:hover img{transform:scale(1.035)}.storefront .discount-badge{border-radius:3px;font-size:11px;background:white;color:#222;border:1px solid #eee;padding:6px 8px}.storefront .product-card-body{padding:16px 0}.storefront .product-brand{font-size:12px;font-weight:600;letter-spacing:.05em;color:#777}.storefront .product-title{font-size:15px;font-weight:500;line-height:1.5;height:45px;margin:7px 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-stock{font-size:12px;color:#666;display:block;margin-bottom:10px}.storefront .price-row{display:block}.storefront .price-row>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px}.storefront .price-row strong{font-size:19px;font-weight:600;color:#222}.storefront .price-row del{font-size:13px}.storefront .price-row form{margin-top:12px}.storefront .price-row button{width:100%;height:40px;border-radius:4px;background:white;border:1px solid #ddd;color:#222;justify-content:center;font-size:14px}.storefront .price-row button:hover{border-color:#222}.storefront button:disabled{opacity:.45;cursor:not-allowed}.storefront .breadcrumbs{font-size:13px;min-height:58px;white-space:normal;flex-wrap:wrap;padding-block:14px}.storefront .product-detail-card{grid-template-columns:1.1fr .9fr;gap:64px;align-items:start;padding-top:12px}.storefront .detail-image{height:560px;border:0;border-radius:6px;background:#f6f6f6}.storefront .detail-image img{padding:36px;mix-blend-mode:multiply}.storefront .detail-thumbnails{overflow-x:auto;padding-bottom:10px}.storefront .detail-thumbnails button{flex:0 0 76px;border-radius:4px}.storefront .detail-info{position:sticky;top:175px;padding:16px 0}.storefront .detail-brand{text-transform:uppercase;letter-spacing:.1em;font-size:13px;color:#666}.storefront .detail-info h1{font-size:clamp(26px,2.5vw,36px);font-weight:500;line-height:1.3;letter-spacing:-.03em;margin:16px 0 28px}.storefront .detail-price{border-bottom:1px solid var(--line);padding-bottom:25px}.storefront .detail-price strong{font-size:32px;font-weight:600}.product-code{font-size:12px;color:#777;margin:20px 0 0}.storefront .stock-message{padding:0;background:none;color:#326647;font-size:14px;border-radius:0}.storefront .stock-message.out{color:#777}.storefront .purchase-controls{grid-template-columns:80px 1fr}.detail-quantity{width:100%;text-align:center;border:1px solid #ccc;border-radius:5px;min-height:54px}.detail-add-button{border:0;border-radius:5px;background:var(--ink);color:white;font-size:16px;cursor:pointer}.favorite-form{margin-top:12px}.favorite-form button{width:100%;height:48px;border:1px solid #ddd;background:#fff;border-radius:5px;cursor:pointer}.product-help{display:grid;gap:14px;border-top:1px solid #eee;padding-top:24px;margin-top:30px;font-size:14px}.storefront .detail-description{border:0;border-top:1px solid #ddd;border-radius:0;margin-bottom:50px}.storefront .description-content{padding:32px 0;max-width:1000px;line-height:1.8}.storefront .description-content h2{font-size:24px;font-weight:550}.storefront .description-content ul{display:block}.storefront .catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:40px}.storefront .catalog-layout .product-grid{gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}.filter-categories{margin-bottom:28px;border-bottom:1px solid #ddd;padding-bottom:20px}.filter-categories summary{font-weight:600;margin-bottom:15px;cursor:pointer}.filter-categories a{display:block;padding:8px 0;font-size:14px}.filter-categories .filter-child{padding-left:14px;color:#777;font-size:13px}.storefront .site-footer{background:#f5f5f5;border-top:1px solid #e5e5e5;margin-top:55px}.storefront .footer-grid{padding-block:55px}.storefront .footer-grid img{width:135px}.storefront .footer-bottom{font-size:12px}.storefront .page-heading h1{font-weight:500;font-size:36px}.storefront :focus-visible{outline:2px solid var(--brand);outline-offset:4px}
.member-page{padding-block:45px;min-height:60vh}.member-page h1{font-size:36px;font-weight:550;letter-spacing:-.03em}.member-layout{display:flex;align-items:flex-start;gap:60px}.member-nav{width:230px;flex-shrink:0;display:grid;gap:18px;padding:24px;background:#f5f5f5;border-radius:6px}.member-content{min-width:0;flex:1}.account-form{display:grid;gap:18px;max-width:560px;margin-bottom:32px}.account-form label{display:grid;gap:8px;font-size:14px}.account-form input,.account-form textarea,.account-form select{padding:13px;border:1px solid #ccc;border-radius:4px;width:100%;font:inherit;background:white}.account-form .checkline{display:flex;align-items:flex-start;gap:10px;line-height:1.5}.checkline input{width:18px;flex:0 0 18px;margin:3px 0}.account-form button,.member-nav button,.address-card>form>button,.member-favorites button,.notice button{padding:12px 18px;background:#222;color:#fff;border:0;border-radius:4px;cursor:pointer}.account-links{display:flex;flex-wrap:wrap;gap:22px;text-decoration:underline;font-size:14px}.notice{background:#f4f4f4;border-left:3px solid var(--brand);padding:20px;margin-bottom:24px;line-height:1.6}.address-card{border:1px solid #ddd;padding:20px;border-radius:4px;margin-bottom:16px}.address-card summary{cursor:pointer;font-weight:600;margin-bottom:16px}.member-order-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px;justify-content:space-between;padding:22px 0;border-bottom:1px solid #ddd}.member-favorites{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.edit-link{display:inline-block;padding:9px 14px;border:1px solid #ddd;border-radius:5px}.admin-page .admin-table th,.admin-page .admin-table td,.admin-product strong{font-size:14px}.admin-main{max-width:none}.admin-sidebar{overflow-y:auto}
@media(max-width:1050px){.storefront .shell{width:calc(100% - 40px)}.storefront .header-main{gap:20px;grid-template-columns:150px 1fr auto}.storefront .hero-copy{padding-left:35px}.storefront .hero-slide{min-height:410px}.hero-art img{height:330px}.slider-controls{left:35px}.storefront .category-nav-inner{gap:5px}.storefront .product-carousel{grid-auto-columns:calc((100% - 40px)/3);gap:20px}.storefront .product-detail-card{gap:30px}.storefront .detail-image{height:460px}.member-layout{gap:25px}.member-favorites{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.storefront .shell{width:calc(100% - 32px)}.storefront .header-main{grid-template-columns:30px 1fr auto;gap:10px;min-height:76px}.storefront .brand img{width:118px}.storefront .account-button{padding:0}.storefront .account-button span{display:none}.storefront .header-actions{align-items:center;gap:14px}.storefront .cart-button span{display:inline;font-size:12px}.storefront .category-nav-inner{display:block}.storefront .category-dropdown{box-shadow:none;border:0}.storefront .category-nav{max-height:70vh;overflow:auto}.storefront .hero{margin-top:16px}.hero-slide{grid-template-columns:1fr;min-height:0!important}.storefront .hero-copy{padding:30px 24px 16px}.storefront .hero h1,.storefront .hero h2{font-size:36px;margin:16px 0;max-width:440px}.storefront .hero-copy>p{font-size:15px;margin-bottom:16px}.hero-art{padding:14px 30px 50px}.hero-art img{height:260px}.slider-controls{left:24px;bottom:16px}.category-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront .section-heading-row h2{font-size:24px}.storefront .products-section{padding-block:28px}.storefront .product-carousel{grid-auto-columns:70%;gap:16px}.storefront .product-image-wrap img{padding:16px}.storefront .catalog-layout{grid-template-columns:1fr;gap:25px}.storefront .catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.filter-categories{max-height:230px;overflow:auto}.storefront .product-detail-card{grid-template-columns:1fr;gap:20px}.storefront .detail-info{position:static;padding:0}.storefront .detail-image{height:380px}.storefront .detail-info h1{font-size:27px}.storefront .detail-description{margin-top:0}.storefront .product-title{font-size:14px;height:42px}.storefront .price-row strong{font-size:17px}.member-layout{display:block}.member-nav{width:100%;margin-bottom:28px;display:flex;flex-wrap:wrap;gap:18px}.member-nav>strong{width:100%}.member-nav a{font-size:14px}.member-favorites{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront .top-strip .shell{min-height:32px}.storefront .footer-grid{grid-template-columns:1fr 1fr;gap:28px}.storefront .category-nav a{min-height:44px}.storefront .category-nav-inner{padding-block:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* Bound image dimensions independently of the source image and card text. */
.storefront .product-card{display:flex;flex-direction:column;height:auto;align-self:start}
.storefront .product-card>.product-image-wrap{display:block;flex:none;width:100%;position:relative;aspect-ratio:1 / 1.1;overflow:hidden}
.storefront .product-card>.product-image-wrap>img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain}
.storefront .product-card>.product-card-body{display:block;flex:none;position:relative;width:100%;color:var(--ink)}

/* Returns, notification templates and two-stage admin workflow */
.admin-return-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px 0;padding:18px;border:1px solid #f4bfd5;border-radius:13px;background:#fff5f9}.admin-return-banner>div{display:grid;gap:5px}.admin-return-banner span{color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase}.admin-return-banner a{padding:11px 15px;border-radius:9px;background:var(--brand);color:#fff;font-size:12px;font-weight:800}.return-pill{display:inline-flex;width:max-content;padding:7px 10px;border-radius:999px;background:#fff1d8;color:#835000;font-size:11px;font-weight:800}.return-pill.return_shipping{background:#eaf3ff;color:#275e9b}.return-pill.request_rejected,.return-pill.final_rejected{background:#fff0ef;color:#a92b22}.return-pill.refund_pending{background:#eee9ff;color:#58409c}.return-pill.refunded{background:#e7f7ef;color:#10724a}.return-detail-head>div{display:grid;gap:8px}.return-detail-head h2{margin:3px 0;font-size:32px}.return-detail-head p{margin:0;color:var(--muted)}.return-detail-head>div>strong{font-size:24px}.return-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.return-action{max-width:none;padding:22px;border:1px solid #e5e1e8;border-radius:14px;background:#faf9fa}.return-action h3{margin:0;font-size:20px}.return-action p{min-height:42px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}.return-action.reject button{background:#b42318}.return-code-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:25px;padding:16px;border-radius:12px;background:#f4f1ff}.return-code-summary span{font-size:12px;color:var(--muted)}.return-history article{display:grid;grid-template-columns:180px minmax(0,1fr);gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.return-history article:last-child{border:0}.return-history time{color:var(--muted);font-size:12px}.return-history p{margin:5px 0 0;color:var(--muted);font-size:13px}.refund-form{max-width:600px}.notification-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.notification-channel-grid article{display:grid;gap:5px;padding:18px;border:1px solid #eed0ca;border-radius:12px;background:#fff8f6}.notification-channel-grid article.ready{border-color:#bce8d1;background:#eefaf4}.notification-channel-grid span{color:var(--muted);font-size:12px}.template-help{line-height:2}.template-help code{display:inline-block;margin:2px;padding:2px 7px;border-radius:6px;background:#f2eff4;font-size:11px}.template-list{display:grid;gap:12px;margin:20px 0}.template-card{border:1px solid var(--line);border-radius:13px;background:#fff}.template-card summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px;cursor:pointer;list-style:none}.template-card summary::-webkit-details-marker{display:none}.template-card summary>span{display:grid;gap:5px}.template-card summary small{color:var(--muted);font-size:11px}.template-card summary em{color:var(--brand);font-size:12px;font-style:normal;font-weight:800}.template-fields{display:grid;gap:15px;padding:0 18px 20px;border-top:1px solid var(--line)}.template-fields>label{display:grid;gap:7px;padding-top:16px;font-size:13px;font-weight:700}.template-fields input[type=text],.template-fields input:not([type]),.template-fields textarea{width:100%;padding:12px;border:1px solid #dcd7df;border-radius:9px;font:inherit;font-size:13px}.template-toggles{display:flex;flex-wrap:wrap;gap:12px;padding-top:18px}.template-toggles label{display:flex;align-items:center;gap:8px;padding:10px 13px;border-radius:9px;background:#f5f3f6;font-size:12px;font-weight:700}.template-toggles input{width:18px;height:18px;accent-color:var(--brand)}
@media(max-width:760px){.return-action-grid,.notification-channel-grid{grid-template-columns:1fr}.return-history article{grid-template-columns:1fr;gap:6px}.admin-return-banner,.return-code-summary{align-items:flex-start;flex-direction:column}.template-card summary{align-items:flex-start}.admin-sidebar nav{display:flex;flex-wrap:nowrap}.admin-sidebar nav a{white-space:nowrap}}
