:root{--bg:#fff;--bg-2:#f7f5f1;--bg-3:#efece6;--ink:#17181c;--ink-2:#5c5e66;--ink-3:#9b9da6;--terra:#cf6c47;--terra-d:#b35733;--terra-l:#f9ebe3;--sand:#f0e9dd;--sage:#dce5da;--blush:#f5e3db;--green:#2e7d4f;--green-d:#246540;--line:#ececef;--line-2:#d9d9de;--blue:var(--terra);--blue-d:var(--terra-d);--blue-l:var(--terra-l);--sea:var(--terra);--sea-dark:var(--terra-d);--sea-soft:var(--terra-l);--clay:var(--terra);--clay-soft:var(--terra-l);--coral:var(--terra);--coral-soft:var(--terra-l);--orange:var(--terra);--ok:var(--green);--paper:var(--bg-2);--paper-2:var(--bg-3);--paper-3:var(--bg-3);--r:14px;--rl:18px;--radius:14px;--shadow-sm:0 1px 4px #17181c0f;--shadow-md:0 10px 26px #17181c1a;--color-border:var(--line);--color-muted:var(--bg-2);--color-muted-foreground:var(--ink-3);--wrap:1280px}*{box-sizing:border-box}[hidden]{display:none!important}body{background:var(--bg);color:var(--ink);margin:0;font-family:Manrope,Arial,sans-serif;font-size:14.5px;line-height:1.55}h1,h2,h3{letter-spacing:-.015em;margin:0;font-family:Manrope,sans-serif;font-weight:800;line-height:1.18}h1{font-size:30px}h2{font-size:23px}h3{font-size:17px}p{margin:0 0 12px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 clamp(16px,2.4vw,42px)}.topbar{background:linear-gradient(90deg,var(--terra) 0%,#e08b60 60%,#f9c74f 130%);color:#fff;font-size:12.5px;font-weight:700}.topbar .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:32px;display:flex}header{background:#fff}.head{flex-wrap:wrap;align-items:center;gap:22px;padding-block:16px;display:flex}.logo{flex:none;align-items:center;gap:10px;display:flex}.logo-i{flex:none;width:46px;height:46px;display:block}.logo-i svg{width:100%;height:100%;display:block}.logo-t{letter-spacing:-.02em;font-size:23px;font-weight:800;line-height:1;display:block}.logo-t b{color:var(--terra)}.logo-s{color:var(--ink-3);margin-top:3px;font-size:10.5px;font-weight:600;display:block}.search{background:var(--bg-2);border-radius:12px;flex:1;min-width:220px;display:flex;overflow:hidden}.search:focus-within{outline:2px solid var(--terra)}.search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:none;flex:1;padding:11px 16px;font-family:inherit;font-size:14px}.search button{background:var(--terra);color:#fff;cursor:pointer;border:0;border-radius:10px;margin:4px;padding:0 20px;font-family:inherit;font-size:13.5px;font-weight:700}.search button:hover{background:var(--terra-d)}.hphone{text-align:right;flex:none}.hphone a{white-space:nowrap;font-size:16.5px;font-weight:800;display:block}.hphone .ph-i{display:none}.hphone .ph-s{color:var(--ink-3);font-size:11.5px;font-weight:600}.hcart{background:var(--terra);color:#fff;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid;position:relative}.hcart:hover{background:var(--terra-d)}.hcart b{color:#17181c;background:#f9c74f;border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10.5px;display:grid;position:absolute;top:-5px;right:0}.mbar{border-bottom:1px solid var(--line);background:#fff}.mbar .wrap{flex-wrap:wrap;align-items:center;gap:6px;padding-bottom:10px;display:flex}.mbar a{border-radius:10px;padding:8px 14px;font-size:13.5px;font-weight:700;display:block}.mbar a:hover{background:var(--sand)}.mbar .cat-btn{background:var(--terra);color:#fff}.mbar .cat-btn:hover{background:var(--terra-d)}.btn{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s;display:inline-flex}.btn-p{background:var(--terra);color:#fff}.btn-p:hover{background:var(--terra-d)}.btn-c{background:var(--terra);color:#fff}.btn-c:hover{background:var(--terra-d)}.btn-o{background:var(--bg-2);color:var(--ink)}.btn-o:hover{background:var(--bg-3)}.btn:disabled{opacity:.5;cursor:not-allowed}.grid{grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:14px;display:grid}.card{border:1px solid var(--line);border-radius:var(--r);background:#fff;flex-direction:column;padding:12px;transition:box-shadow .18s,border-color .18s;display:flex;position:relative}.card:hover{box-shadow:var(--shadow-md);border-color:var(--line-2)}.card-img{aspect-ratio:1;background:var(--bg-2);border-radius:10px;place-items:center;margin-bottom:10px;display:grid;overflow:hidden}.card-img img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.card-b{flex-direction:column;flex:1;gap:6px;display:flex}.card-art{color:var(--ink-3);font-size:10.5px;font-weight:600}.card-n{color:var(--ink);flex:1;font-size:13.5px;line-height:1.4}.card:hover .card-n{color:var(--terra-d)}.card-p{font-size:18px;font-weight:800}.tag{z-index:2;color:#fff;border-radius:8px;padding:4px 10px;font-size:10.5px;font-weight:800;position:absolute;top:10px;left:10px}.tag-hit{background:var(--ink)}.tag-out{background:var(--bg-3);color:var(--ink-2)}.tag-new{background:var(--terra)}.stock{color:var(--green);font-size:12px;font-weight:700}.stock.no{color:var(--ink-3);font-weight:600}.card-buy{cursor:pointer;background:var(--terra);color:#fff;border:0;border-radius:10px;width:100%;margin-top:8px;padding:10px 0;font-family:inherit;font-size:13px;font-weight:800;transition:background .15s}.card-buy:hover{background:var(--terra-d)}.card-buy.done{background:var(--green)}.sec{padding:26px 0}.block{background:var(--bg-2);border-radius:var(--rl);border:0;padding:24px}.sec-h{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.sec-h h2{font-size:22px}.sec-h a{color:var(--terra-d);font-size:13.5px;font-weight:700}.sec-h a:hover{text-decoration:underline}.lead{color:var(--ink-2)}.eyebrow{color:var(--terra-d);text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px;font-size:12px;font-weight:800}footer{background:var(--ink);color:#a7a9b0;margin-top:30px;padding:34px 0 18px;font-size:13px}footer h4{color:#fff;margin-bottom:12px;font-size:14px;font-weight:800}footer a:hover{color:#fff;text-decoration:underline}.f-grid{grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:24px;display:grid}.f-req{font-size:12.5px;line-height:1.75}.f-req b{color:#fff}.f-bot{color:#7c7e86;border-top:1px solid #2c2d33;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:22px;padding-top:12px;font-size:12px;display:flex}.crumbs{color:var(--ink-3);flex-wrap:wrap;gap:6px;padding:12px 0;font-size:12.5px;font-weight:600;display:flex}.crumbs a{color:var(--terra-d)}.crumbs a:hover{text-decoration:underline}@media (width<=900px){.f-grid{grid-template-columns:1fr 1fr}.hphone{text-align:right;margin-left:auto}.search{flex:none;order:3;width:100%}}@media (width<=640px){.topbar{font-size:11.5px}.topbar .wrap{justify-content:center;min-height:28px}.tb-fop{display:none}.head{gap:10px;padding-block:10px}.logo{gap:8px}.logo-i{border-radius:12px;width:40px;height:40px}.logo-t{font-size:19px}.logo-s{font-size:9.5px}.hphone{margin-left:auto}.hphone a{background:var(--bg-2);width:44px;height:44px;color:var(--ink);border-radius:12px;place-items:center;display:grid}.hphone a:active{background:var(--terra-l);color:var(--terra-d)}.hphone .ph-i{display:block}.hphone .ph-t,.hphone .ph-s{display:none}.search input{padding:10px 14px}.search button{padding:0 16px}.mbar .wrap{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:8px;overflow-x:auto;mask-image:linear-gradient(90deg,#000 91%,#0000)}.mbar .wrap::-webkit-scrollbar{display:none}.mbar a{white-space:nowrap;flex:none;padding:8px 12px;font-size:13px}.mbar a:last-child{margin-right:24px}.grid{grid-template-columns:repeat(2,1fr);gap:9px}.card{padding:9px}.card-p{font-size:16px}h1{font-size:23px}h2{font-size:19px}.sec{padding:16px 0}.block{padding:16px}.f-grid{grid-template-columns:1fr}.f-bot{text-align:center;justify-content:center}}@media (prefers-reduced-motion:reduce){.card,.btn{transition:none}}
