.ec{--ink:#15120d;--orange:#ff5a00;--orange-d:#e64e00;--orange-text:#b23e00;--cream:#fff4ec;--peach:#ffe0c9;--peach2:#ffefe2;--lemon:#ffc400;--line:#f1e5d8;--muted:#6f6452;--green:#0f7548;background:var(--cream);color:var(--ink);font:400 16px/1.55 var(--font-onest,"Onest"),system-ui,sans-serif;-webkit-font-smoothing:antialiased}.ec *{box-sizing:border-box}.ec a{color:inherit;text-decoration:none}.ec button{cursor:pointer;background:0 0;border:none;font-family:inherit}.ec h1,.ec h2,.ec h3,.ec h4{margin:0}.ec a:focus-visible,.ec button:focus-visible,.ec input:focus-visible{outline:3px solid var(--orange-d);outline-offset:2px;border-radius:8px}@media (prefers-reduced-motion:reduce){.ec *,.ec :before,.ec :after{transition:none!important}.ec :hover{transform:none!important}}.ec-crumb{padding:18px 0 0}.ec-crumb ol{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;font-size:13.5px;list-style:none;display:flex}.ec-crumb a:hover{color:var(--orange-text)}.ec-crumb li[aria-current]{color:var(--ink);font-weight:600}.ec-crumb svg{opacity:.55}.ec-head{padding:18px 0 6px}.ec-h1{font-family:var(--font-unbounded,"Unbounded"),sans-serif;letter-spacing:-.01em;color:var(--ink);font-size:36px;font-weight:700;line-height:1.04}.ec-h1 b{color:var(--orange);font-weight:inherit}.ec-count{color:var(--muted);margin-top:8px;font-size:15px}.ec-count b{color:var(--ink)}.ec-lead{color:#3a342a;max-width:880px;margin:16px 0 0;font-size:15px;line-height:1.6}.ec-subs{flex-wrap:wrap;gap:9px;margin:22px 0 0;display:flex}.ec-sub{border:1.5px solid var(--line);white-space:nowrap;color:var(--ink);background:#fff;border-radius:999px;padding:9px 16px;font-size:13.5px;font-weight:600;transition:all .15s}.ec-sub:hover{border-color:var(--orange);color:var(--orange-text)}.ec-sub[data-on="1"]{background:var(--ink);color:#fff;border-color:var(--ink)}.ec-main{grid-template-columns:282px 1fr;align-items:start;gap:28px;padding:26px 0 0;display:grid}.ec-toolbar{border:1.5px solid var(--line);background:#fff;border-radius:16px;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:18px;padding:12px 16px;display:flex}.ec-sort{position:relative}.ec-sort-btn{background:var(--cream);height:44px;color:var(--ink);border-radius:11px;align-items:center;gap:10px;padding:0 16px;font-size:14.5px;font-weight:600;transition:all .15s;display:flex}.ec-sort-btn:hover{background:var(--peach2)}.ec-sort-btn .lbl{color:var(--muted);font-weight:500}.ec-sort-menu{z-index:20;border:1.5px solid var(--line);background:#fff;border-radius:14px;min-width:230px;padding:6px;position:absolute;top:52px;left:0;box-shadow:0 18px 44px #15120d24}.ec-sort-menu button{text-align:left;width:100%;color:var(--ink);border-radius:9px;justify-content:space-between;align-items:center;padding:11px 13px;font-size:14.5px;font-weight:500;display:flex}.ec-sort-menu button:hover{background:var(--cream)}.ec-sort-menu button[data-on="1"]{color:var(--orange);font-weight:700}.ec-tool-count{color:var(--muted);font-size:14px}.ec-tool-count b{color:var(--ink)}.ec-view{background:var(--cream);border-radius:11px;gap:4px;margin-left:auto;padding:4px;display:flex}.ec-view button{border-radius:8px;place-items:center;width:40px;height:38px;transition:all .15s;display:grid}.ec-view button[data-on="1"]{background:#fff;box-shadow:0 2px 8px #15120d1a}.ec-view button[data-on="1"] svg{stroke:var(--orange)}.ec-active{flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:18px;display:flex}.ec-chip{background:var(--peach2);border:1.5px solid var(--peach);color:var(--orange-text);border-radius:999px;align-items:center;gap:8px;padding:8px 10px 8px 14px;font-size:13.5px;font-weight:600;display:inline-flex}.ec-chip button{background:#ff5a0029;border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.ec-chip button:hover{background:var(--orange)}.ec-chip button:hover svg{stroke:#fff}.ec-clear{color:var(--muted);font-size:13.5px;font-weight:700;text-decoration:underline}.ec-clear:hover{color:var(--orange-text)}.ec-side{flex-direction:column;gap:14px;display:flex;position:sticky;top:104px}.ec-fbox{border:1.5px solid var(--line);background:#fff;border-radius:18px;overflow:hidden}.ec-ftitle{width:100%;color:var(--ink);justify-content:space-between;align-items:center;padding:17px 18px;font-size:15.5px;font-weight:700;display:flex}.ec-ftitle .chev{transition:transform .2s}.ec-ftitle[aria-expanded=false] .chev{transform:rotate(-90deg)}.ec-fbody{padding:2px 18px 18px}.ec-side-h{font-family:var(--font-unbounded,"Unbounded"),sans-serif;color:var(--ink);align-items:center;gap:10px;padding:2px 2px 4px;font-size:16px;font-weight:700;display:flex}.ec-opt{cursor:pointer;color:var(--ink);align-items:center;gap:11px;padding:8px 0;font-size:14.5px;display:flex}.ec-opt input{opacity:0;width:0;height:0;position:absolute}.ec-box{border:2px solid var(--line);background:#fff;border-radius:7px;flex:0 0 21px;place-items:center;height:21px;transition:all .15s;display:grid}.ec-opt:hover .ec-box{border-color:var(--orange)}.ec-opt input:checked+.ec-box{background:var(--orange);border-color:var(--orange)}.ec-opt input:checked+.ec-box svg{stroke:#fff}.ec-opt input:focus-visible+.ec-box{outline:3px solid var(--orange);outline-offset:2px}.ec-opt .nm{flex:1}.ec-opt .cnt{color:var(--muted);font-size:13px}.ec-opt.dim{opacity:.5}.ec-price-inputs{align-items:center;gap:9px;margin:6px 0 16px;display:flex}.ec-price-inputs .fld{border:1.5px solid var(--line);background:var(--cream);border-radius:11px;flex:1;align-items:center;gap:5px;height:44px;padding:0 12px;display:flex}.ec-price-inputs .fld:focus-within{border-color:var(--orange);background:#fff}.ec-price-inputs input{width:100%;font:inherit;color:var(--ink);background:0 0;border:none;outline:none;min-width:0;font-size:14.5px;font-weight:600}.ec-price-inputs .cur{color:var(--muted);font-size:13px}.ec-price-inputs .dash{color:var(--muted)}.ec-slider{background:var(--line);border-radius:3px;height:6px;margin:8px 4px 4px;position:relative}.ec-slider-fill{background:var(--orange);border-radius:3px;height:100%;position:absolute}.ec-slider input{appearance:none;pointer-events:none;background:0 0;width:100%;margin:0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ec-slider input::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;border:3px solid var(--orange);cursor:pointer;background:#fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 6px #15120d33}.ec-slider input::-moz-range-thumb{pointer-events:auto;border:3px solid var(--orange);cursor:pointer;background:#fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 6px #15120d33}.ec-switch{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;padding:4px 0;font-size:14.5px;font-weight:600;display:flex}.ec-switch input{opacity:0;position:absolute}.ec-track{background:#dccdba;border-radius:999px;flex:none;width:46px;height:26px;transition:all .18s;position:relative}.ec-track:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.ec-switch input:checked+.ec-track{background:var(--green)}.ec-switch input:checked+.ec-track:after{transform:translate(20px)}.ec-side-cta{background:var(--ink);color:#fff;border-radius:18px;padding:20px}.ec-side-cta h4{font-family:var(--font-unbounded,"Unbounded"),sans-serif;margin-bottom:6px;font-size:16px;font-weight:700}.ec-side-cta p{color:#cdc0ad;margin:0 0 14px;font-size:13px;line-height:1.5}.ec-side-cta a{color:var(--lemon);align-items:center;gap:7px;font-size:14px;font-weight:700;display:inline-flex}.ec-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.ec-grid.list{grid-template-columns:1fr;gap:14px}.ec-card{border:1.5px solid var(--line);color:var(--ink);background:#fff;border-radius:20px;flex-direction:column;padding:14px;transition:all .18s;display:flex;position:relative}.ec-card:hover{border-color:var(--orange);transform:translateY(-5px);box-shadow:0 20px 44px #ff5a0026}.ec-card-media{border-radius:14px;position:relative;overflow:hidden}.ec-card-img{-o-object-fit:contain;object-fit:contain;background:#fff;width:100%;height:158px;transition:transform .35s;display:block}.ec-card:hover .ec-card-img{transform:scale(1.06)}.ec-stamp-sm{z-index:3;background:var(--orange);color:#fff;border-radius:50%;place-items:center;width:56px;height:56px;display:grid;position:absolute;top:10px;left:10px;transform:rotate(-8deg);box-shadow:0 8px 18px #ff5a0057}.ec-stamp-sm b{font-family:var(--font-unbounded,"Unbounded"),sans-serif;text-shadow:0 1px 1.5px #00000047;font-size:15px;font-weight:800;line-height:1}.ec-tag{z-index:3;background:var(--ink);color:#fff;letter-spacing:.03em;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:800;position:absolute;top:12px;right:12px}.ec-tag-new{background:var(--green)}.ec-fav{z-index:3;opacity:0;background:#ffffffeb;border-radius:11px;place-items:center;width:38px;height:38px;transition:all .2s;display:grid;position:absolute;bottom:12px;right:12px;transform:translateY(8px)}.ec-card:hover .ec-fav{opacity:1;transform:translateY(0)}.ec-fav.on svg{fill:var(--orange);stroke:var(--orange)}.ec-meta{flex-wrap:wrap;gap:6px;margin:13px 0 0;display:flex}.ec-pill{background:var(--peach2);color:var(--orange-text);border-radius:7px;padding:4px 9px;font-size:11px;font-weight:700}.ec-pill-e{color:var(--green);background:#e7f3ec}.ec-card-cat{font:500 12px/1 var(--font-jetbrains-mono,"JetBrains Mono"),monospace;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:13px 0 7px}.ec-card-name{min-height:40px;color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.ec-card-rate{flex-wrap:wrap;align-items:center;gap:8px;margin:11px 0 13px;display:flex}.ec-stars{letter-spacing:1.5px;color:#e6d7c4;font-size:14px;position:relative}.ec-stars i{white-space:nowrap;color:var(--orange);font-style:normal;position:absolute;top:0;left:0;overflow:hidden}.ec-rate-n{font-size:12.5px;font-weight:700}.ec-rate-c{color:var(--muted);font-size:12.5px}.ec-instock{color:var(--green);align-items:center;gap:4px;margin-left:auto;font-size:12px;font-weight:700;display:inline-flex}.ec-outstock{color:#a08665;margin-left:auto;font-size:12px;font-weight:700}.ec-card-foot{justify-content:space-between;align-items:flex-end;gap:10px;margin-top:auto;display:flex}.ec-prices{flex-direction:column;gap:1px;display:flex}.ec-price-old{color:var(--muted);font-size:13px;text-decoration:line-through}.ec-price{font-family:var(--font-unbounded,"Unbounded"),sans-serif;letter-spacing:-.01em;color:var(--ink);font-size:22px;font-weight:700}.ec-permonth{color:var(--muted);margin-top:3px;font-size:11.5px}.ec-permonth b{color:var(--ink)}.ec-buy{background:var(--orange);border-radius:13px;flex:none;place-items:center;width:48px;height:48px;transition:all .16s;display:grid}.ec-buy:hover{background:var(--orange-d);transform:scale(1.06)}.ec-buy:disabled{cursor:not-allowed;background:#d4c4af;transform:none}.ec-buy svg{stroke:#fff;filter:drop-shadow(0 1px 1px #00000047)}.ec-grid.list .ec-card{grid-template-columns:230px 1fr 200px;align-items:center;gap:20px;padding:16px;display:grid}.ec-grid.list .ec-card-media,.ec-grid.list .ec-card-img{height:160px}.ec-grid.list .ec-card-name{-webkit-line-clamp:3;min-height:0;font-size:17px}.ec-grid.list .ec-list-mid{flex-direction:column;min-width:0;display:flex}.ec-grid.list .ec-list-right{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.ec-grid.list .ec-fav{opacity:1;position:static;transform:none}.ec-grid.list .ec-card-foot{flex-direction:column;align-items:flex-end;gap:10px}.ec-grid.list .ec-buy{color:#fff;text-shadow:0 1px 1.5px #00000047;gap:9px;width:auto;height:50px;padding:0 22px;font-size:15px;font-weight:700}.ec-loadmore{justify-content:center;margin-top:22px;display:flex}.ec-loadmore button{border:2px solid var(--orange);height:54px;color:var(--orange);background:#fff;border-radius:14px;padding:0 32px;font-size:15.5px;font-weight:700;transition:all .15s}.ec-loadmore button:hover{background:var(--orange);color:#fff}.ec-loadmore button:disabled{opacity:.55;cursor:not-allowed}.ec-empty{text-align:center;border:1.5px solid var(--line);background:#fff;border-radius:20px;grid-column:1/-1;padding:70px 20px}.ec-empty h3{font-family:var(--font-unbounded,"Unbounded"),sans-serif;color:var(--ink);margin:18px 0 8px;font-size:22px}.ec-empty p{color:var(--muted);margin:0 0 20px}.ec-seo{border-top:1px solid var(--line);background:#fff;margin-top:60px}.ec-seo-in{grid-template-columns:1.4fr 1fr;gap:48px;padding:54px 0 60px;display:grid}.ec-seo h2{font-family:var(--font-unbounded,"Unbounded"),sans-serif;color:var(--ink);margin-bottom:22px;font-size:28px;font-weight:700;line-height:1.1}.ec-seo-art h3{font-family:var(--font-unbounded,"Unbounded"),sans-serif;color:var(--ink);margin:24px 0 8px;font-size:18px;font-weight:600}.ec-seo-art h3:first-child{margin-top:0}.ec-seo-art p{color:#3a342a;margin:0;font-size:15px;line-height:1.7}.ec-faq-item{border-bottom:1px solid var(--line)}.ec-faq-q{text-align:left;width:100%;color:var(--ink);justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:16px;font-weight:700;display:flex}.ec-faq-q .ic{background:var(--peach2);border-radius:9px;flex:0 0 28px;place-items:center;height:28px;transition:all .2s;display:grid}.ec-faq-q[aria-expanded=true] .ic{background:var(--orange)}.ec-faq-q[aria-expanded=true] .ic svg{stroke:#fff}.ec-faq-a{color:#3a342a;max-width:92%;padding:0 0 18px;font-size:14.5px;line-height:1.65}@media (max-width:1100px){.ec-main{grid-template-columns:240px 1fr;gap:20px}.ec-grid{grid-template-columns:repeat(2,1fr)}.ec-h1{font-size:30px}.ec-seo-in{grid-template-columns:1fr;gap:32px;padding:42px 0}}@media (max-width:860px){.ec-main{grid-template-columns:1fr}.ec-side{position:static}.ec-side-cta{display:none}.ec-grid.list .ec-card{grid-template-columns:140px 1fr}.ec-grid.list .ec-list-right{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;gap:10px}.ec-grid.list .ec-card-foot{flex-direction:row;align-items:center;gap:10px}}@media (max-width:560px){.ec-h1{font-size:24px}.ec-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ec-card{padding:10px}.ec-card-img{height:130px}.ec-price{font-size:18px}.ec-grid.list .ec-card{grid-template-columns:110px 1fr;gap:12px;padding:10px}.ec-grid.list .ec-card-img{height:110px}.ec-grid.list .ec-card-name{font-size:14px}.ec-toolbar{gap:10px;padding:10px 12px}.ec-view{display:none}}
