:root{--bg:#fff;--surface:#fff;--ink:#161616;--ink-soft:#676767;--ink-faint:#a5a5a5;--accent:#c96a41;--accent-soft:#c96a411a;--border:#16161617;--wa:#1faa55;--wa-dark:#178a45;--danger:#c0392b;--radius:16px;--radius-sm:10px;--font-display:"Sora", ui-sans-serif, system-ui, sans-serif;--font-body:"Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;--shadow-sm:0 1px 2px #1616160f;--shadow-md:0 12px 40px #16161624;--shadow-lg:0 20px 60px #16161633;--header-h:60px;--safe-b:env(safe-area-inset-bottom,0px);--safe-t:env(safe-area-inset-top,0px)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:clip}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;touch-action:manipulation;margin:0;font-size:16px;line-height:1.5;overflow-x:clip}#root{flex-direction:column;min-height:100dvh;display:flex}img{max-width:100%;display:block}button{font-family:inherit;font-size:inherit;cursor:pointer;color:inherit;-webkit-tap-highlight-color:transparent;background:0 0;border:none}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}input,select,textarea{color:inherit;font-family:inherit;font-size:16px}h1,h2,h3{font-family:var(--font-display);margin:0;line-height:1.15}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 16px}.header{z-index:40;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.header-in{min-height:var(--header-h);padding:0 16px;padding-top:var(--safe-t);justify-content:space-between;align-items:center;gap:12px;display:flex}.brand{align-items:center;display:flex}.brand-logo{object-fit:contain;width:auto;max-width:60vw;height:34px;display:block}.cart-btn{background:var(--surface);border:1px solid var(--border);width:44px;height:44px;color:var(--ink);border-radius:50%;place-items:center;transition:border-color .15s,color .15s;display:grid;position:relative}.cart-btn:hover{border-color:var(--ink)}.cart-btn svg{width:22px;height:22px}.cart-badge{background:var(--accent);color:#fff;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.72rem;font-weight:700;display:grid;position:absolute;top:-3px;right:-3px}.search-wrap{padding:14px 0 0}.search{max-width:1180px;margin:0 auto;padding:0 16px;position:relative}.search svg{width:18px;height:18px;color:var(--ink-faint);pointer-events:none;position:absolute;top:50%;left:31px;transform:translateY(-50%)}.search input{border:1px solid var(--border);background:var(--surface);width:100%;height:48px;box-shadow:var(--shadow-sm);border-radius:999px;outline:none;padding:0 18px 0 44px;transition:border-color .15s,box-shadow .15s}.search input:focus{border-color:var(--ink);box-shadow:0 0 0 4px #1616160d}.search input::placeholder{color:var(--ink-faint)}.chips{flex-wrap:wrap;gap:8px;width:100%;min-width:0;max-width:1180px;margin:0 auto;padding:12px 16px 4px;display:flex}.chip{border:1px solid var(--border);background:var(--surface);min-height:38px;color:var(--ink-soft);white-space:nowrap;border-radius:999px;flex:none;padding:0 16px;font-size:.85rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.chip:hover{border-color:var(--ink);color:var(--ink)}.chip.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}.catalog-top{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;padding:24px 2px 16px;display:flex}.section-title{letter-spacing:-.01em;font-size:1.4rem;font-weight:600}.count{color:var(--ink-soft);white-space:nowrap;font-size:.85rem;font-weight:500}.catalog-actions{align-items:center;gap:14px;margin-left:auto;display:flex}.sort{font:inherit;color:var(--ink);background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23676767' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;border:1px solid var(--border);cursor:pointer;appearance:none;border-radius:999px;padding:8px 34px 8px 14px;font-size:.85rem;font-weight:500}@media (width<=639px){.count{display:none}}.grid{grid-template-columns:repeat(2,1fr);gap:26px 14px;padding-bottom:130px;display:grid}@media (width>=640px){.grid{grid-template-columns:repeat(3,1fr);gap:30px 18px}}@media (width>=960px){.grid{grid-template-columns:repeat(4,1fr)}}.empty-state{text-align:center;color:var(--ink-soft);padding:60px 24px}.empty-state h3{color:var(--ink);margin-bottom:6px;font-size:1.2rem}.empty-state .btn{margin-top:8px}.skeleton{background:#eceae7;border-radius:8px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);animation:1.3s ease-in-out infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-thumb{aspect-ratio:3/4;border-radius:var(--radius)}.skeleton-thumb-sm{border-radius:10px;flex:none;width:62px;height:78px}.skeleton-line{border-radius:6px;height:12px}.skeleton-title{border-radius:8px;width:72%;height:26px;margin-top:10px}.skeleton-price{border-radius:8px;width:40%;height:22px;margin-top:14px}.skeleton-size{border-radius:12px;min-width:56px;height:52px}.skeleton-chip{border-radius:999px;flex:none;width:96px;height:38px}.skeleton-btn{border-radius:14px;flex:1;height:52px}@media (prefers-reduced-motion:reduce){.skeleton:after{display:none}}.card{display:block}.card-thumb{aspect-ratio:3/4;border-radius:var(--radius);background:#f1f1ee;position:relative;overflow:hidden}.card-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}@media (hover:hover){.card:hover .card-thumb img{transform:scale(1.03)}}.badge-off{background:var(--accent);color:#fff;z-index:1;border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}.card-body{padding:10px 2px 0}.card-name{font-size:.95rem;font-weight:600;line-height:1.3}.card-price{letter-spacing:-.01em;margin-top:3px;font-size:1rem;font-weight:700}.price-old{color:var(--ink-faint);margin-right:6px;font-weight:500;text-decoration:line-through}.btn{-webkit-tap-highlight-color:transparent;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:0 20px;font-size:1rem;font-weight:600;transition:filter .15s,transform .1s,box-shadow .15s,border-color .15s,background .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn svg{flex:none;width:20px;height:20px}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{background:#000}.btn-accent{background:var(--accent);color:#fff}.btn-wa{background:var(--wa);color:#fff;box-shadow:0 8px 24px #1faa5547}.btn-wa:hover{filter:brightness(1.05)}.btn-wa svg{fill:#fff}.btn-outline{background:var(--surface);border:1.5px solid var(--border);color:var(--ink)}.btn-outline:hover{border-color:var(--ink)}.btn-block{width:100%}.btn-lg{min-height:56px}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.product-img{aspect-ratio:3/4;background:#f1f1ee;position:relative}.product-img img{object-fit:cover;width:100%;height:100%}.back-btn{top:calc(var(--header-h) + var(--safe-t) + 10px);z-index:45;border:1px solid var(--border);width:42px;height:42px;box-shadow:var(--shadow-md);color:var(--ink);background:#fffffff2;border-radius:50%;place-items:center;display:grid;position:fixed;left:14px}.thumbs{overscroll-behavior-x:contain;scrollbar-width:none;gap:8px;padding:10px 16px 0;display:flex;overflow-x:auto}.thumbs::-webkit-scrollbar{display:none}.thumb{background:0 0;border:2px solid #0000;border-radius:10px;flex:none;width:62px;height:78px;padding:2px;overflow:hidden}.thumb img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.thumb.is-active{border-color:var(--accent)}.product-body{max-width:640px;margin:0 auto;padding:22px 16px 40px}.product-cat{color:var(--ink-faint);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:600}.product-title{letter-spacing:-.01em;margin-top:6px;font-size:clamp(1.5rem,4vw,1.9rem);font-weight:600;line-height:1.15}.product-price{align-items:baseline;gap:8px;margin-top:10px;font-size:clamp(1.4rem,4vw,1.7rem);font-weight:700;display:flex}.product-price .price-old{font-size:1.05rem}.product-desc{color:var(--ink-soft);margin:14px 0 0;line-height:1.6}.section-label{align-items:center;gap:8px;margin:26px 0 10px;font-size:.9rem;font-weight:600;display:flex}.section-label .qty-hint{color:var(--ink-faint);font-size:.82rem;font-weight:500}.section-label.is-nudge{color:var(--danger);animation:.4s nudge}@keyframes nudge{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.sizes{flex-wrap:wrap;gap:10px;display:flex}.size-btn{border:1.5px solid var(--border);background:var(--surface);border-radius:12px;justify-content:center;align-items:center;min-width:56px;min-height:52px;padding:0 18px;font-size:.95rem;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex;position:relative}.size-btn:disabled{opacity:.4}.size-btn:disabled:after{content:"";background:currentColor;height:1.5px;position:absolute;top:50%;left:8px;right:8px;transform:rotate(-20deg)}.size-btn.is-selected{border-color:var(--ink);background:var(--ink);color:#fff}.stock-hint{color:var(--ink-soft);min-height:1.2em;margin-top:12px;font-size:.88rem}.stock-hint.ok{color:var(--wa-dark);font-weight:600}.stock-hint.empty{color:var(--danger)}.qty{border:1.5px solid var(--border);border-radius:12px;align-items:center;display:inline-flex;overflow:hidden}.qty button{place-items:center;width:48px;height:48px;font-size:1.4rem;font-weight:600;display:grid}.qty button:disabled{opacity:.35}.qty span{text-align:center;min-width:48px;font-size:1.05rem;font-weight:600}.action-bar{grid-template-columns:1fr 1fr;gap:10px;margin-top:26px;display:grid}@media (width>=760px){.product-wrap{grid-template-columns:minmax(0,5fr) minmax(0,4fr);gap:48px;width:100%;max-width:1180px;margin:0 auto;padding:40px 16px 80px;display:grid}.product-hero{top:calc(var(--header-h) + 24px);align-self:start;align-items:flex-start;gap:14px;display:flex;position:sticky}.product-img{border-radius:var(--radius);aspect-ratio:3/4;flex:1;min-width:0;overflow:hidden}.product-img img{border-radius:0}.thumbs{flex-direction:column;flex:0 0 64px;order:-1;gap:10px;max-height:min(620px,100vh - 200px);padding:0;overflow-y:auto}.back-btn{position:absolute;top:14px;left:14px}.product-body{flex-direction:column;max-width:none;margin:0;padding:6px 0 0;display:flex}.action-bar{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;grid-template-columns:1fr;margin-top:auto;padding:0;position:static}.btn-buy{order:-1;grid-column:auto}}.related{padding:8px 16px 0}.related .grid{padding-bottom:130px}.related-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;padding:24px 2px 16px;display:flex}.overlay{z-index:50;background:#16161680;animation:.2s fade;position:fixed;inset:0}.drawer{z-index:51;background:var(--bg);box-shadow:var(--shadow-lg);border-radius:20px 20px 0 0;flex-direction:column;animation:.28s cubic-bezier(.2,.8,.3,1) sheetUp;display:flex;position:fixed;inset:12% 0 0}@media (width>=768px){.drawer{border-radius:20px 0 0 20px;width:420px;animation:.28s cubic-bezier(.2,.8,.3,1) drawerIn;inset:0 0 0 auto}}@keyframes fade{0%{opacity:0}}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes drawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-head{border-bottom:1px solid var(--border);background:var(--surface);border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}@media (width>=768px){.drawer-head{border-radius:0}}.drawer-head h2{font-size:1.25rem;font-weight:600}.close-btn{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--ink);border-radius:50%;place-items:center;display:grid}.drawer-items{flex:1;padding:4px 20px;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border);grid-template-columns:64px 1fr auto;align-items:start;gap:14px;padding:16px 0;display:grid}.cart-item:last-child{border-bottom:none}.cart-item-img{object-fit:cover;background:#f1f1ee;border-radius:12px;width:64px;height:84px}.cart-item-name{font-size:.95rem;font-weight:600;line-height:1.3}.cart-item-size{color:var(--ink-soft);margin-top:2px;font-size:.85rem}.cart-item-price{margin-top:6px;font-size:.95rem;font-weight:700}.cart-item-right{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.remove-btn{color:var(--ink-faint);text-underline-offset:3px;min-height:28px;padding:0 4px;font-size:.8rem;text-decoration:underline}.qty-sm{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;display:inline-flex;overflow:hidden}.qty-sm button{place-items:center;width:34px;height:34px;font-weight:600;display:grid}.qty-sm button:disabled{opacity:.35}.qty-sm span{text-align:center;min-width:30px;font-size:.9rem;font-weight:600}.drawer-foot{padding:16px 20px calc(16px + var(--safe-b));background:var(--surface);border-top:1px solid var(--border);border-radius:20px 20px 0 0}@media (width>=768px){.drawer-foot{border-radius:0}}.drawer-total-row{font-family:var(--font-display);justify-content:space-between;margin-bottom:12px;font-size:1.1rem;font-weight:700;display:flex}.drawer-note{color:var(--ink-soft);text-align:center;margin-bottom:12px;font-size:.8rem;line-height:1.5}.drawer-empty{text-align:center;color:var(--ink-soft);padding:60px 24px}.drawer-empty svg{width:56px;height:56px;color:var(--ink-faint);margin:0 auto 16px}.drawer-empty h3{color:var(--ink)}.toast{bottom:calc(20px + var(--safe-b));z-index:60;background:var(--ink);color:#fff;text-align:center;box-shadow:var(--shadow-md);border-radius:999px;padding:11px 18px;font-size:.9rem;font-weight:500;animation:.25s toastIn;position:fixed;left:50%;transform:translate(-50%)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.footer{border-top:1px solid var(--border);background:var(--surface);padding:36px 16px calc(36px + var(--safe-b));text-align:center;margin-top:auto}.footer-logo{object-fit:contain;width:auto;height:28px;margin:0 auto 14px}.footer-links{justify-content:center;gap:22px;margin-bottom:12px;display:flex}.footer-links a{color:var(--ink);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);font-size:.9rem;font-weight:600;transition:color .15s,text-decoration-color .15s}.footer-links a:hover{color:var(--accent);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.footer-note{color:var(--ink-soft);font-size:.85rem}.hidden{display:none!important}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}
