:root{--bg:#f4f6f7;--ink:#252728;--cyan:#08c7e8;--muted:#657178;--card:#fff;--line:#e4eaed;--radius:22px;font-size:16px;color-scheme:light}
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink);padding-bottom:124px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}button, a, input{touch-action:manipulation}button{transition:background .18s,transform .18s,color .18s}button:active{transform:scale(.97)}button:focus-visible,[tabindex]:focus-visible{outline:3px solid #009ebc;outline-offset:4px}svg{width:24px;height:24px;flex-shrink:0;vertical-align:middle}button svg{pointer-events:none}img{display:block;max-width:100%}.top{background:#252728;position:sticky;top:0;z-index:10;border-bottom:1px solid #ffffff10}.top-inner{max-width:1100px;margin:auto;height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.logo{width:128px;height:68px;object-fit:cover;mix-blend-mode:lighten}.icon-btn{display:grid;place-items:center;width:46px;height:46px;border:1px solid #ffffff26;border-radius:50%;background:#ffffff08;color:#fff}.icon-btn:hover{background:#ffffff18}main{max-width:1100px;margin:auto;padding:28px}.view{display:none}.view.active{display:block;animation:appear .2s ease-out}@keyframes appear{from{opacity:.5;transform:translateY(5px)}to{opacity:1;transform:none}}
h1,h2,h3,p{margin-top:0}h1{font-size:2rem;line-height:1.18;letter-spacing:-.045em;margin-bottom:24px}h2{font-size:1.35rem;line-height:1.3;letter-spacing:-.025em;margin:28px 0 17px}h3{font-weight:600}.hero{background:#252728;color:white;border-radius:28px;min-height:290px;display:grid;grid-template-columns:1fr 42%;overflow:hidden;position:relative}.hero-copy{padding:30px 36px;position:relative;z-index:1}.eyebrow{font-size:.75rem;letter-spacing:.18em;color:#b8c5c9;font-weight:600;display:block;margin-bottom:15px}.hero h1{font-size:2.65rem;letter-spacing:-.055em;margin:0 0 14px;line-height:1.06;font-weight:700}.hero em{color:var(--cyan);font-style:normal}.hero p{color:#c0c6c8;font-size:1rem;line-height:1.5;margin-bottom:18px}.hero-link{border:0;border-bottom:1px solid #657177;background:transparent;padding:0 0 6px;color:#fff;display:inline-flex;align-items:center;gap:22px;font-weight:500;font-size:.875rem}.hero-link svg{width:18px}.hero-photo{overflow:hidden;min-height:100%;position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#252728 0%,transparent 38%);pointer-events:none}.notice{display:flex;align-items:center;gap:15px;padding:19px 22px;margin-top:15px;background:#e4f7fa;border:1px solid #d4eff3;border-radius:18px;color:#243b41}.notice>svg{color:#00849d;width:29px;height:29px}.notice b{display:block;font-size:.875rem;font-weight:600}.notice div>span{font-size:.875rem;color:#50676e;display:block}.notice-tag{margin-left:auto;font-size:.875rem;color:#476169;padding-left:14px;border-left:1px solid #b5dce3}.demo-note{font-size:.75rem;line-height:1.55;color:#78838a;margin:12px 2px 0;max-width:750px}.categories{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;padding:1px 1px 8px}.categories::-webkit-scrollbar,.chips::-webkit-scrollbar{display:none}.cat{flex:none;border:1px solid var(--line);border-radius:14px;background:#fff;padding:15px 17px;display:flex;align-items:center;gap:16px;text-align:left;color:var(--ink);font-size:.875rem;font-weight:500}.cat:hover{border-color:#00adcc;background:#e9fbff}.cat small{background:#f0f4f5;color:#738188;border-radius:7px;padding:2px 7px;font-size:.75rem;font-weight:500}.section-head,.page-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-head h2{display:flex;align-items:center;gap:12px;margin:23px 0 18px}.section-count{font-size:.75rem;font-weight:500;color:#849096;letter-spacing:0}.link{border:0;background:none;color:#007f96;font-size:.875rem;display:flex;align-items:center;gap:8px;padding:8px 0;font-weight:500}.link svg{width:18px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card{position:relative;overflow:hidden;background:var(--card);border:1px solid #e6ebee;border-radius:var(--radius);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 9px 25px #20333b0c;transform:translateY(-2px)}.pic{aspect-ratio:1.14;overflow:hidden;background:#edf2f3;display:grid;place-items:center;cursor:pointer}.pic img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.pic-2 img{transform:scale(1.14)}.pic-3 img{transform:scale(1.22);object-position:60% 70%}.pic-4 img{transform:scale(1.06)}.product-symbol{font-size:64px;filter:saturate(.75)}.badge{position:absolute;top:13px;left:13px;background:#fffef1ee;border:1px solid #ffffff66;color:#49545b;font-size:.75rem;padding:4px 10px;border-radius:7px;pointer-events:none}.fav{position:absolute;right:10px;top:10px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;border:1px solid #ffffffbb;background:#ffffffdf;color:#4d5b61}.fav svg{width:19px;height:19px}.fav.selected{color:#007d96;background:#d6f8fe}.fav.selected svg{fill:#08c7e840}.card-body{padding:16px;display:flex;flex-direction:column;flex:1}.muted{color:var(--muted);font-size:.875rem}.product-cat{font-size:.75rem;margin-bottom:6px}.card h3{font-size:1rem;line-height:1.35;margin:0 0 14px;min-height:2.7em;letter-spacing:-.015em}.price{font-size:1.3rem;font-weight:700;letter-spacing:-.035em;margin-top:auto}.price span{font-size:.8125rem;color:#7d898e;font-weight:400;letter-spacing:0}.add{margin-top:14px;width:100%;min-height:44px;border:0;border-radius:12px;padding:9px 13px;background:#dff8fc;color:#075a6a;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:600}.add:hover{background:var(--cyan);color:#143a42}.add svg{width:18px;height:18px}.page-title{margin:8px 0 22px}.page-title h1{margin:0}.page-subtitle{font-size:.875rem;color:var(--muted)}.search-field{display:flex;gap:12px;align-items:center;background:white;border:1px solid var(--line);border-radius:15px;padding:0 16px;color:#87959b;margin:0 0 18px}.search-field:focus-within{border-color:#00a6c5;box-shadow:0 0 0 3px #08c7e810}.search-field input{border:0;background:none;outline:none;width:100%;padding:16px 0;color:var(--ink);font-size:1rem}.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin:0 0 16px;scrollbar-width:none}.chip{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:10px;padding:10px 14px;font-size:.875rem;color:#58666d}.chip.active{background:#252728;border-color:#252728;color:white}
.bottom{position:fixed;bottom:max(16px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:min(560px,calc(100% - 24px));z-index:20;background:#252728;box-shadow:0 10px 40px #16272c30;display:flex;padding:10px 7px;border-radius:23px;border:1px solid #ffffff16}.nav{flex:1;min-width:0;position:relative;border:0;background:transparent;border-radius:15px;color:#a9b1b5;font-size:.75rem;line-height:1.4;padding:7px 0 5px;font-weight:500}.nav-icon{display:block;margin:0 auto 5px}.nav-icon svg{width:22px;height:22px}.nav.active{color:var(--cyan);background:#08c7e811}.nav i{position:absolute;background:var(--cyan);color:#15363e;top:0;left:55%;min-width:17px;height:17px;display:grid;place-items:center;border-radius:10px;font-size:.75rem;font-style:normal;line-height:1}.nav i:empty{display:none}.cart-row{display:grid;grid-template-columns:70px 1fr auto;gap:16px;align-items:center;background:white;border:1px solid var(--line);border-radius:18px;padding:14px;margin-bottom:12px}.cart-row b{font-size:1rem;font-weight:600}.thumb{height:70px;width:70px;overflow:hidden;border-radius:13px;background:#edf2f3;display:grid;place-items:center}.thumb img{width:100%;height:100%;object-fit:cover}.thumb .product-symbol{font-size:32px}.qty{display:flex;align-items:center;gap:13px;background:#f3f6f7;border-radius:11px;padding:4px}.qty button{height:36px;width:36px;border:0;background:transparent;color:#216272;border-radius:9px}.summary,.panel{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;margin-top:18px}.total{display:flex;justify-content:space-between;font-size:1.5rem;font-weight:650;letter-spacing:-.025em}.primary{width:100%;border:0;border-radius:13px;background:var(--cyan);color:#10383f;padding:15px;font-weight:650;margin-top:16px;font-size:1rem}.primary:hover{background:#00b6d6}.primary:disabled{opacity:.4}.panel label,#checkoutBody>label{font-size:.875rem;font-weight:600;display:block;margin-bottom:17px}.panel input,#checkoutBody>label input{width:100%;padding:14px;border:1px solid #dce3e6;border-radius:12px;margin-top:8px;background:#fbfcfc;color:var(--ink);font-size:1rem}.panel input:focus,#checkoutBody>label input:focus{outline:2px solid #08c7e855;border-color:#00a4c1}.info p{color:var(--muted);font-size:.875rem}.info p:last-child{margin-bottom:0}dialog{width:min(540px,calc(100% - 24px));max-height:85dvh;overflow:auto;border:1px solid #ffffff80;border-radius:26px;padding:24px;background:#fff;box-shadow:0 24px 90px #08181c40;color:var(--ink)}dialog::backdrop{background:#17222790;backdrop-filter:blur(6px)}.close{position:sticky;top:0;float:right;z-index:1;border:1px solid var(--line);background:#fff;border-radius:50%;font-size:1.5rem;width:40px;height:40px;display:grid;place-items:center;color:#42555e}.modal-pic{clear:both;aspect-ratio:1.4;overflow:hidden;border-radius:17px;display:grid;place-items:center;background:#edf2f3;margin-top:10px}.modal-pic img{width:100%;height:100%;object-fit:cover}dialog h2{font-size:1.5rem;margin-top:14px}dialog p{line-height:1.6}.checkout-option{border:1px solid var(--line);border-radius:13px;padding:14px;margin:10px 0;font-size:.875rem}.checkout-option input{accent-color:#009fbc}.empty{grid-column:1/-1;text-align:center;padding:60px 20px;background:#fff;border:1px dashed #d6e0e4;border-radius:20px;color:var(--muted);font-size:1rem}
@media(max-width:800px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.hero h1{font-size:2.3rem}.hero-copy{padding:28px}.notice-tag{display:none}.hero{grid-template-columns:1fr 40%;min-height:260px}}
@media(max-width:480px){body{padding-bottom:116px}.top-inner{height:72px;padding:0 19px}.logo{width:112px;height:61px}.icon-btn{width:40px;height:40px}main{padding:18px 16px}.hero{border-radius:22px;min-height:240px;grid-template-columns:63% 37%}.hero-copy{padding:23px 0 23px 22px}.hero h1{font-size:1.95rem;line-height:1.12;white-space:normal}.eyebrow{font-size:.65rem;letter-spacing:.12em;margin-bottom:13px}.hero p{font-size:.875rem;margin:13px 0 17px}.hero-link{font-size:.8125rem;gap:13px}.hero-photo img{width:230%;max-width:none;left:-80%;object-position:50% 50%}.hero-photo:after{background:linear-gradient(90deg,#252728 0%,#25272830 25%,transparent 65%)}.notice{padding:13px 15px;gap:12px;border-radius:15px;margin-top:12px}.notice b,.notice div>span{font-size:.8125rem}.notice>svg{width:25px}.demo-note{font-size:.75rem;margin-top:10px}h2{font-size:1.2rem;margin:23px 0 14px}.cat{padding:12px 14px;border-radius:12px;gap:12px}.section-head h2{margin:18px 0 14px}.section-count{display:none}.grid{gap:12px}.card{border-radius:18px}.pic{aspect-ratio:1.05}.card-body{padding:12px}.card h3{font-size:.9375rem;min-height:3.8em;margin-bottom:10px;line-height:1.3}.product-cat{font-size:.75rem;line-height:1.35;min-height:2.7em}.price{font-size:1.16rem}.price span{font-size:.75rem}.add{padding:10px;font-size:.8125rem;margin-top:12px;min-height:42px}.badge{top:10px;left:10px;font-size:.75rem;padding:3px 7px}.fav{width:34px;height:34px;right:8px;top:8px}.fav svg{width:17px}.page-subtitle{display:none}.cart-row{grid-template-columns:56px 1fr;gap:12px;padding:13px}.thumb{height:56px;width:56px}.qty{grid-column:2;justify-self:start}.summary,.panel{padding:20px}dialog{padding:20px}.bottom{padding:8px 6px;border-radius:21px}.nav{font-size:.75rem}.nav-icon svg{width:21px;height:21px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}

[hidden]{display:none!important}.sale-badge{background:#08c7e8;color:#103a43;font-weight:700}.old-price{font-size:12px;color:#85939a;margin-top:auto;line-height:1.5}.old-price+.price{margin-top:2px}.sale-price{color:#007f98}.promo-caption{font-size:13px;color:#68828b}.admin-entry{display:block;margin:22px 0 5px;color:#007d94;font-size:14px;text-decoration:underline}#catalogState{font-size:14px;color:#627e89;margin-bottom:10px}#catalogState:empty{display:none}
