*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--cream);color:var(--ink)}.disp{font-family:"Baloo 2",system-ui,sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}input:focus,select:focus{outline:2px solid var(--forest);outline-offset:1px}button:focus-visible,a:focus-visible{outline:2px solid var(--forest);outline-offset:2px}.wrap{max-width:1180px;margin:0 auto;padding:0 20px}.btn{transition:transform .12s ease,filter .2s ease}.btn:active{transform:scale(.96)}.btn:hover{filter:brightness(1.06)}.card{transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-6px);box-shadow:0 18px 40px -18px #2c262259}.chip{transition:all .18s ease}.link{cursor:pointer}.link:hover{color:var(--honey)}.drawer{transition:transform .32s cubic-bezier(.22,.61,.36,1)}@media(prefers-reduced-motion:reduce){.card,.btn,.drawer{transition:none!important}}.topbar{background:var(--forestDark);color:#f4ead8;font-size:13px}.topbar .wrap{padding:8px 20px;display:flex;justify-content:center;gap:8px;align-items:center}.topbar svg{width:15px;height:15px}header{position:sticky;top:0;z-index:40;background:var(--cream);border-bottom:1px solid var(--line)}header .wrap{padding:14px 20px;display:flex;align-items:center;gap:16px}.logo{font-weight:800;font-size:26px;letter-spacing:.02em;color:var(--forest);display:flex;align-items:center;gap:8px}nav.main{margin-left:12px;display:flex;gap:18px;flex:1;flex-wrap:wrap}nav.main a{font-size:15px;font-weight:500;color:var(--ink)}nav.main a:hover{color:var(--honey)}.search{position:relative}.search svg{position:absolute;left:12px;top:11px;color:var(--muted);width:17px;height:17px}.search input{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 14px 9px 36px;font-size:14px;width:180px;color:var(--ink)}.cartbtn{position:relative;border:none;background:var(--forest);color:#fff;border-radius:999px;width:44px;height:44px;display:grid;place-items:center}.cartbtn svg{width:20px;height:20px}.cartbtn .count{position:absolute;top:-4px;right:-4px;background:var(--coral);color:#fff;font-size:12px;font-weight:700;border-radius:999px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px}.hero{margin-top:44px;background:linear-gradient(120deg,var(--forest),var(--forestDark));border-radius:28px;padding:48px 40px;color:#f6efe2;position:relative;overflow:hidden}.hero .deco{position:absolute;right:-30px;bottom:-40px;font-size:220px;opacity:.12}.hero .inner{max-width:560px;position:relative}.hero .tag{display:inline-block;background:#e89a3633;color:var(--honey);padding:5px 12px;border-radius:999px;font-size:13px;font-weight:600;margin-bottom:16px}.hero h1{font-size:46px;line-height:1.05;font-weight:800;margin-bottom:14px}.hero p{font-size:17px;line-height:1.5;opacity:.9;margin-bottom:24px}.hero .cta{display:inline-block;border:none;background:var(--honey);color:var(--forestDark);font-weight:700;font-size:16px;padding:13px 26px;border-radius:999px}.trust{max-width:1180px;margin:18px auto 0;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.trust .item{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:16px 18px;display:flex;gap:12px;align-items:center}.trust .item svg{color:var(--forest);width:20px;height:20px}.trust .t{font-weight:700;font-size:15px}.trust .s{font-size:13px;color:var(--muted)}.section{max-width:1180px;margin:0 auto;padding:34px 20px 10px}.cat-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:10px}.cat-head h2{font-size:30px;font-weight:800}.cat-head .count{color:var(--muted);font-size:14px}.chips{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:26px}.chips a{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:999px;padding:8px 16px;font-size:14px;font-weight:600}.chips a.active{border-color:var(--forest);background:var(--forest);color:#fff}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.card{background:var(--paper);border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.thumb{position:relative;aspect-ratio:1/1;display:grid;place-items:center}.thumb .ph{font-size:76px}.thumb img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:12px;left:12px;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px}.cbody{padding:14px 15px 16px;display:flex;flex-direction:column;flex:1}.eyebrow{font-size:12px;color:var(--honey);font-weight:700;text-transform:uppercase;letter-spacing:.04em;min-height:15px}.cbody h3{font-size:16px;font-weight:600;margin:3px 0 6px;line-height:1.25}.cbody .desc{font-size:13px;color:var(--muted);margin-bottom:12px;line-height:1.4;flex:1}.priceRow{display:flex;align-items:center;justify-content:space-between;gap:8px}.price{font-size:20px;font-weight:800;color:var(--forest);font-family:"Baloo 2",sans-serif}.before{font-size:13px;color:var(--muted);text-decoration:line-through;margin-left:7px}.addbtn{border:none;background:var(--forest);color:#fff;border-radius:12px;width:40px;height:40px;display:grid;place-items:center;flex-shrink:0}.addbtn svg{width:20px;height:20px}.addbtn:disabled{opacity:.4;cursor:not-allowed}.empty{text-align:center;padding:60px 20px;color:var(--muted)}.product{max-width:1180px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.product .gallery{background:var(--sage);border-radius:24px;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden}.product .gallery img{width:100%;height:100%;object-fit:cover}.product .gallery .ph{font-size:120px}.product .info h1{font-size:34px;font-weight:800;margin:6px 0 10px;line-height:1.1}.product .info .p{font-size:28px;font-weight:800;color:var(--forest);font-family:"Baloo 2",sans-serif}.product .info .desc{margin:18px 0;line-height:1.6;color:#544c44}.product .variant-select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;font-size:15px;background:var(--paper);margin-bottom:14px}.product .buy{border:none;background:var(--forest);color:#fff;font-weight:700;font-size:16px;padding:15px 28px;border-radius:14px;width:100%}.product .buy:disabled{opacity:.4}footer{background:var(--forestDark);color:#d9e4da;margin-top:60px}footer .cols{padding:44px 20px 26px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px}footer .brand{font-size:24px;font-weight:800;color:#fff;display:flex;align-items:center;gap:7px}footer p{font-size:14px;opacity:.8;margin-top:10px;line-height:1.5}footer .ct{font-weight:700;color:#fff;margin-bottom:10px}footer .li{font-size:14px;opacity:.85;padding:4px 0}footer .li:hover{opacity:1;color:var(--honey)}footer .copy{border-top:1px solid rgba(255,255,255,.12);padding:16px 20px;text-align:center;font-size:13px;opacity:.7}#cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c181480;z-index:50;display:none}.drawer{position:fixed;top:0;right:0;height:100%;width:min(410px,100%);background:var(--cream);z-index:60;display:flex;flex-direction:column;transform:translate(105%);box-shadow:-20px 0 50px -20px #0006}.drawer.open{transform:translate(0)}.drawer .head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer .head .t{font-size:20px;font-weight:800}.drawer .head button{border:none;background:none;color:var(--ink)}#cart-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.items{flex:1;overflow-y:auto;padding:10px 16px}.prog{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:12px 14px;margin-bottom:14px}.prog .txt{font-size:13px;margin-bottom:8px}.prog .bar{height:7px;background:var(--sage);border-radius:999px;overflow:hidden}.prog .fill{height:100%;background:var(--honey);transition:width .3s}.line{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.line .pic{width:60px;height:60px;border-radius:12px;background:var(--sage);display:grid;place-items:center;flex-shrink:0;overflow:hidden;font-size:28px}.line .pic img{width:100%;height:100%;object-fit:cover}.line .info{flex:1;min-width:0}.line .nm{font-size:14px;font-weight:600;line-height:1.25}.line .pr{font-size:14px;color:var(--forest);font-weight:700;margin-top:2px}.stepper{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--paper);margin-top:8px}.stepper button{border:none;background:none;padding:5px 11px;color:var(--ink);font-size:15px}.stepper span{font-size:14px;font-weight:600;min-width:20px;text-align:center}.rm{border:none;background:none;font-size:13px;color:var(--muted);margin-left:10px}.rm:hover{color:var(--coral)}.foot{padding:16px 20px;border-top:1px solid var(--line);background:var(--paper)}.foot .sub{display:flex;justify-content:space-between;font-size:16px;margin-bottom:4px}.foot .sub strong{font-size:20px;font-family:"Baloo 2",sans-serif}.foot .note{font-size:12px;color:var(--muted);margin-bottom:14px}.foot .checkout{display:block;text-align:center;width:100%;border:none;background:var(--forest);color:#fff;font-weight:700;font-size:16px;padding:14px;border-radius:14px}.emptyCart{flex:1;display:grid;place-items:center;text-align:center;color:var(--muted);padding:30px}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--forestDark);color:#fff;padding:12px 20px;border-radius:999px;font-size:14px;z-index:70;display:none;align-items:center;gap:8px;box-shadow:0 10px 30px -10px #00000080}.page{max-width:760px;margin:0 auto;padding:40px 20px}.page h1{font-size:34px;font-weight:800;margin-bottom:16px}.page .rte{line-height:1.7;color:#4a443c}.page .rte p{margin-bottom:14px}@media(max-width:860px){.product{grid-template-columns:1fr}}@media(max-width:760px){nav.main{display:none}.search input{width:120px}.hero h1{font-size:34px}.hero{padding:36px 26px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
