:root{--cream:#fbf7f0;--cream-2:#f5eee4;--blush:#f6e7e9;--blush-2:#f0d6da;--rose:#b76e79;--rose-deep:#9a5561;--gold:#c9a96a;--ink:#2e2a28;--ink-soft:#6b615c;--line:#e7dcce;--white:#fff;--plum:#33262a;--shadow:0 18px 40px -22px #3a2a2e59;--radius:16px;--emoji:"Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji";--serif:"Cormorant Garamond", Georgia, var(--emoji), serif;--sans:"Jost", system-ui, var(--emoji), sans-serif;--maxw:1240px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html.no-scroll,html.no-scroll body{height:100%;overflow:hidden}html,body{overflow-x:clip}body{font-family:var(--sans);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;font-weight:300;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2.5rem)}.eyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--rose);margin-bottom:.9rem;font-size:.72rem;font-weight:500}em{color:var(--rose);font-style:italic}.btn{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.9rem;font-size:.82rem;font-weight:500;transition:all .35s cubic-bezier(.2,.7,.3,1);display:inline-flex}.btn--solid{background:var(--rose);color:#fff}.btn--solid:hover{background:var(--rose-deep);box-shadow:0 12px 24px -12px var(--rose);transform:translateY(-2px)}.btn--ghost{color:var(--ink);border-color:var(--line);background:0 0}.btn--ghost:hover{border-color:var(--rose);color:var(--rose)}.btn--lg{padding:1.1rem 2.4rem;font-size:.85rem}.topbar{background:var(--plum);color:#f4e9e6;overflow:hidden}.topbar__track{white-space:nowrap;letter-spacing:.18em;text-transform:uppercase;gap:3rem;width:max-content;padding:.55rem 0;font-size:.72rem;animation:26s linear infinite marquee;display:flex}.topbar__track span{opacity:.85}@keyframes marquee{to{transform:translate(-50%)}}.header{z-index:50;border-bottom:1px solid var(--line);background:#fbf7f0d1;transition:all .3s;position:sticky;top:0}.header:before{content:"";-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:-1;position:absolute;inset:0}.header.scrolled{box-shadow:0 8px 30px -20px #3a2a2e66}.header__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.85rem 0;display:grid}.nav{letter-spacing:.06em;gap:1.8rem;font-size:.82rem;display:flex}.nav a{color:var(--ink-soft);padding:.3rem 0;transition:all .25s;position:relative}.nav a:after{content:"";background:var(--rose);width:0;height:1px;transition:all .3s;position:absolute;bottom:-2px;left:0}.nav a:hover{color:var(--ink)}.nav a:hover:after{width:100%}.brand{text-align:center;flex-direction:column;align-items:center;line-height:1;display:flex}.brand__mark{font-family:var(--serif);letter-spacing:.02em;color:var(--rose);font-size:1.9rem;font-weight:600}.brand__tag{letter-spacing:.42em;text-transform:uppercase;color:var(--ink-soft);margin-top:.25rem;font-size:.58rem}.brand__mark--light{color:#fff}.header__actions{justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.icon-btn{cursor:pointer;color:var(--ink);background:0 0;border:none;border-radius:50%;place-items:center;width:42px;height:42px;transition:all .25s;display:grid;position:relative}.icon-btn:hover{background:var(--blush)}.icon-btn svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.cart__count{background:var(--rose);color:#fff;border-radius:50%;place-items:center;width:16px;height:16px;font-size:.6rem;display:grid;position:absolute;top:4px;right:2px}.header__burger{display:none}.nav-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:49;cursor:pointer;background:#2e2a2866;border:none;animation:.3s backdrop-in;display:none;position:fixed;inset:0}@keyframes backdrop-in{0%{opacity:0}}.hero{background:radial-gradient(120% 120% at 80% 0%, var(--blush) 0%, var(--cream) 55%);padding:clamp(2.5rem,6vw,5rem) 0 clamp(3rem,7vw,6rem)}.hero__inner{grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}.hero__title{font-family:var(--serif);letter-spacing:-.01em;margin-bottom:1.4rem;font-size:clamp(3rem,7vw,5.4rem);font-weight:500;line-height:1.02}.hero__lead{color:var(--ink-soft);max-width:34ch;margin-bottom:2.1rem;font-size:1.06rem}.hero__cta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero__meta{align-items:center;gap:1.6rem;margin-top:2.6rem;display:flex}.hero__meta strong{font-family:var(--serif);color:var(--ink);font-size:1.7rem;display:block}.hero__meta span{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);font-size:.74rem}.hero__meta-div{background:var(--line);width:1px;height:40px}.hero__media{position:relative}.hero__frame{box-shadow:var(--shadow);aspect-ratio:4/5;border-radius:220px 220px 22px 22px;position:relative;overflow:hidden}.hero__frame:after{content:"";pointer-events:none;border:1px solid #ffffff8c;border-radius:200px 200px 14px 14px;position:absolute;inset:14px}.hero__frame img{object-fit:cover;width:100%;height:100%}.hero__chip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffeb;border-radius:14px;align-items:center;gap:.7rem;padding:.6rem .85rem .6rem .6rem;display:flex;position:absolute;bottom:24px;left:-26px}.hero__chip img{object-fit:cover;border-radius:10px;width:54px;height:54px}.hero__chip-name{font-size:.82rem;display:block}.hero__chip-price{font-family:var(--serif);color:var(--rose);font-size:1.05rem;font-weight:600;display:block}.trust{border-block:1px solid var(--line);background:var(--white)}.trust__grid{grid-template-columns:repeat(3,1fr);gap:2rem;padding:2.6rem 0;display:grid}.trust__item{text-align:center;padding-inline:1rem}.trust__item svg{fill:none;width:30px;height:30px;stroke:var(--rose);stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;margin:0 auto .8rem}.trust__item h3{font-family:var(--serif);margin-bottom:.3rem;font-size:1.35rem;font-weight:600}.trust__item p{color:var(--ink-soft);max-width:30ch;margin-inline:auto;font-size:.9rem}.section{padding:clamp(3rem,7vw,6rem) 0}.section--cream{background:var(--cream-2)}.section__head{text-align:center;margin-bottom:3rem}.section__title{font-family:var(--serif);font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:500}.section__head--row{text-align:left;justify-content:space-between;align-items:flex-end;display:flex}.link-more{letter-spacing:.1em;text-transform:uppercase;color:var(--rose);border-top:none;border-bottom:1px solid #0000;cursor:pointer;font-size:.82rem;font-family:var(--sans);background:0 0;border-inline:none;padding-bottom:2px;transition:all .25s}.link-more:hover{border-bottom-color:var(--rose)}.cats{grid-template-columns:repeat(6,1fr);gap:1.4rem;display:grid}.cat{text-align:center}.cat__img{aspect-ratio:1;box-shadow:var(--shadow);border-radius:180px 180px 20px 20px;margin-bottom:1rem;position:relative;overflow:hidden}.cat__img:after{content:"";opacity:0;background:linear-gradient(#0000 45%,#9a556126);transition:all .4s;position:absolute;inset:0}.cat__img img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.7,.3,1)}.cat:hover .cat__img img{transform:scale(1.08)}.cat:hover .cat__img:after{opacity:1}.cat__name{font-family:var(--serif);font-size:1.2rem;font-weight:500;transition:all .25s}.cat:hover .cat__name{color:var(--rose)}.grid-products{grid-template-columns:repeat(4,1fr);gap:1.6rem;display:grid}.card{background:var(--white);border-radius:var(--radius);border:1px solid var(--line);transition:all .4s cubic-bezier(.2,.7,.3,1);overflow:hidden}.card:hover{box-shadow:var(--shadow);border-color:#0000;transform:translateY(-6px)}.card__media{aspect-ratio:1;background:var(--cream);display:block;position:relative;overflow:hidden}.card__media img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.card:hover .card__media img{transform:scale(1.06)}.badge{z-index:2;background:var(--rose);color:#fff;letter-spacing:.08em;border-radius:999px;padding:.3rem .6rem;font-size:.68rem;font-weight:500;position:absolute;top:12px;left:12px}.badge--soldout{background:var(--ink-soft)}.card--soldout .card__media img{filter:grayscale(.6);opacity:.75}.product__lowstock{color:var(--rose-deep);margin-bottom:.9rem;font-size:.88rem;font-weight:500}.card__add{color:#fff;font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;opacity:0;background:#2e2a28eb;border:none;border-radius:999px;padding:.75rem;font-size:.75rem;transition:all .35s;position:absolute;bottom:12px;left:12px;right:12px;transform:translateY(12px)}.card:hover .card__add,.card__add:focus-visible{opacity:1;transform:translateY(0)}.card__add:hover{background:var(--rose)}.card__body{padding:1.1rem 1.2rem 1.4rem}.card__name{font-family:var(--serif);margin-bottom:.5rem;font-size:1.22rem;font-weight:500;line-height:1.2}.card__price{flex-wrap:wrap;align-items:baseline;gap:.6rem;display:flex}.card__price .now,.card__price .was{white-space:nowrap}.card__price .now{color:var(--ink);font-size:1.15rem;font-weight:600}.card__price .was{color:var(--ink-soft);font-size:.9rem;text-decoration:line-through}.feature{background:linear-gradient(115deg, var(--blush) 0%, var(--blush-2) 100%);overflow:hidden}.feature__inner{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);padding-block:clamp(2rem,4vw,3rem);display:grid}.feature__media{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3;overflow:hidden}.feature__media img{object-fit:cover;width:100%;height:100%}.feature__title{font-family:var(--serif);margin-bottom:1.2rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:500;line-height:1.02}.feature__lead{color:var(--ink-soft);max-width:38ch;margin-bottom:1.8rem}.feature__mini{gap:1rem;margin-bottom:2rem;display:flex}.mini-card{background:#ffffffb3;border:1px solid #ffffffe6;border-radius:14px;width:150px;padding:.7rem;transition:all .3s}.mini-card:hover{background:#fff;transform:translateY(-3px)}.mini-card img{aspect-ratio:1;object-fit:cover;border-radius:9px;width:100%;margin-bottom:.6rem}.mini-card__name{font-size:.82rem;display:block}.mini-card__price{font-family:var(--serif);color:var(--rose);font-weight:600;display:block}.product{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.product__main{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:1;background:var(--cream);overflow:hidden}.product__main img{object-fit:cover;width:100%;height:100%}.product__main--track{scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.product__main--track::-webkit-scrollbar{display:none}.product__slide{scroll-snap-align:center;cursor:zoom-in;background:0 0;border:none;flex:0 0 100%;padding:0}.product__slide img{object-fit:cover;aspect-ratio:1;width:100%;height:100%}.product__dots{justify-content:center;gap:.5rem;margin-top:.8rem;display:none}.dot{background:var(--blush-2);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}.dot.is-active{background:var(--rose);transform:scale(1.25)}.product__thumbs{gap:.8rem;margin-top:.9rem;display:flex}.thumb{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:12px;width:80px;height:80px;padding:0;transition:all .25s;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.thumb.is-active,.thumb:hover{border-color:var(--rose)}.product__title{font-family:var(--serif);margin-bottom:.6rem;font-size:clamp(2.2rem,4vw,3rem);font-weight:500}.product__price{align-items:center;gap:.8rem;margin-bottom:1.2rem;display:flex}.product__price .now{font-family:var(--serif);color:var(--rose);font-size:2rem;font-weight:600}.product__price .was{color:var(--ink-soft);text-decoration:line-through}.badge--inline{position:static}.product__desc{color:var(--ink-soft);max-width:44ch;margin-bottom:1.4rem}.includes{gap:.6rem;margin-bottom:2rem;list-style:none;display:grid}.includes li{color:var(--ink);padding-left:1.8rem;position:relative}.includes li:before{content:"";background:var(--blush);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B76E79' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;width:18px;height:18px;position:absolute;top:.15rem;left:0}.opt{margin-bottom:1.4rem}.opt__label{letter-spacing:.06em;color:var(--ink-soft);margin-bottom:.6rem;font-size:.85rem}.opt__label strong{color:var(--ink);font-weight:500}.opt__values{flex-wrap:wrap;gap:.6rem;display:flex}.swatch{background:var(--swatch);border:2px solid var(--white);outline:1.5px solid var(--line);cursor:pointer;width:34px;height:34px;font-family:var(--sans);color:var(--ink);border-radius:50%;font-size:.78rem;transition:all .25s}.swatch:hover{outline-color:var(--rose);transform:scale(1.08)}.swatch.is-active{outline:2px solid var(--rose);transform:scale(1.12)}.custom-field{max-width:440px;margin-bottom:1.4rem}.custom-field__label{letter-spacing:.06em;color:var(--ink-soft);margin-bottom:.5rem;font-size:.85rem;display:block}.custom-field__req{color:var(--rose-deep)}.custom-field__opt{opacity:.8;font-size:.75rem}.custom-field input,.custom-field textarea{border:1px solid var(--line);background:var(--white);width:100%;font-family:var(--sans);color:var(--ink);resize:vertical;border-radius:12px;padding:.8rem 1rem;font-size:.92rem;transition:all .25s}.custom-field input:focus,.custom-field textarea:focus{border-color:var(--rose);outline:none}.custom-field.has-error input,.custom-field.has-error textarea{border-color:#c0392b}.custom-field__foot{justify-content:space-between;gap:1rem;margin-top:.3rem;font-size:.75rem;display:flex}.custom-field__error{color:#c0392b}.custom-field__count{color:var(--ink-soft);margin-left:auto}.product__buy{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.qty{border:1px solid var(--line);border-radius:999px;align-items:center;display:flex;overflow:hidden}.qty button{cursor:pointer;width:44px;height:48px;color:var(--ink);font-size:1.2rem;font-family:var(--sans);background:0 0;border:none;transition:all .2s}.qty button:hover{background:var(--blush);color:var(--rose)}.qty span{text-align:center;width:38px;font-weight:500}.product__note{color:var(--ink-soft);letter-spacing:.04em;margin-top:1.3rem;font-size:.82rem}.news{background:var(--plum);color:#f4e9e6;padding:clamp(3rem,6vw,5rem) 0}.news__inner{text-align:center;max-width:640px}.news__title{font-family:var(--serif);color:#fff;margin-bottom:.7rem;font-size:clamp(2rem,4vw,3rem);font-weight:500}.news__lead{color:#d9c9c6;margin-bottom:2rem}.news__form{gap:.7rem;max-width:480px;margin-inline:auto;display:flex}.news__form input{color:#fff;font-family:var(--sans);background:#ffffff0f;border:1px solid #ffffff40;border-radius:999px;flex:1;padding:1rem 1.4rem;font-size:.95rem}.news__form input::placeholder{color:#c6b4b1}.news__form input:focus{border-color:var(--rose);outline:none}.news__error{color:#ffb3a7;margin-top:.9rem;font-size:.85rem}.footer{background:var(--plum);color:#d9c9c6;padding-top:clamp(2.5rem,5vw,4rem)}.footer__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer__brand .brand__mark{margin-bottom:.9rem;font-size:1.8rem;display:block}.footer__brand p{max-width:32ch;margin-bottom:1.3rem;font-size:.9rem}.socials{gap:.6rem;display:flex}.socials a{border:1px solid #fff3;border-radius:50%;place-items:center;width:38px;height:38px;transition:all .25s;display:grid}.socials a:hover{background:var(--rose);border-color:var(--rose)}.socials svg{fill:none;stroke:#fff;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.footer__col h4{font-family:var(--serif);color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:500}.footer__col a,.footer__col span{margin-bottom:.6rem;font-size:.9rem;transition:all .2s;display:block}.footer__col a:hover{color:#fff}.footer__pay{color:var(--gold);margin-top:.4rem;font-size:.82rem}.footer__bottom{letter-spacing:.04em;max-width:var(--maxw);padding:1.4rem 0;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2.5rem);font-size:.78rem;display:flex}.wa{z-index:60;background:#25d366;border-radius:50%;place-items:center;width:56px;height:56px;transition:all .3s;display:grid;position:fixed;bottom:22px;left:22px;box-shadow:0 10px 26px -8px #25d366b3}.wa:hover{transform:scale(1.08)}.wa svg{fill:none;stroke:#fff;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.searchbar{border-top:1px solid var(--line);background:var(--cream);animation:.25s searchbar-in}@keyframes searchbar-in{0%{opacity:0;transform:translateY(-6px)}}.searchbar__form{align-items:center;gap:.8rem;padding-block:.8rem;display:flex}.searchbar__form svg{fill:none;width:20px;height:20px;stroke:var(--ink-soft);stroke-width:1.6px;stroke-linecap:round;flex-shrink:0}.searchbar__form input{font-family:var(--sans);color:var(--ink);background:0 0;border:none;flex:1;min-width:0;font-size:1rem}.searchbar__form input:focus{outline:none}.searchbar__form .btn{padding:.65rem 1.4rem;font-size:.75rem}.toolbar{flex-wrap:wrap;align-items:center;gap:.7rem;margin-bottom:2.2rem;display:flex}.toolbar__search{background:var(--white);border:1px solid var(--line);border-radius:999px;flex:220px;align-items:center;gap:.5rem;min-width:200px;padding:0 1rem;transition:all .25s;display:flex}.toolbar__search:focus-within{border-color:var(--rose)}.toolbar__search svg{fill:none;width:16px;height:16px;stroke:var(--ink-soft);stroke-width:1.6px;stroke-linecap:round;flex-shrink:0}.toolbar__search input{font-family:var(--sans);color:var(--ink);background:0 0;border:none;flex:1;min-width:0;padding:.7rem 0;font-size:.88rem}.toolbar__search input:focus{outline:none}.toolbar__select{appearance:none;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B615C' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .9rem center / 12px;border:1px solid var(--line);font-family:var(--sans);color:var(--ink);cursor:pointer;border-radius:999px;padding:.7rem 2.4rem .7rem 1.1rem;font-size:.85rem;transition:all .25s}.toolbar__select:hover,.toolbar__select:focus{border-color:var(--rose);outline:none}.toolbar__toggle{border:1px solid var(--line);cursor:pointer;background:var(--white);-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.1rem;font-size:.85rem;transition:all .25s;display:inline-flex}.toolbar__toggle input{appearance:none;border:1.5px solid var(--ink-soft);cursor:pointer;border-radius:50%;width:14px;height:14px;transition:all .2s}.toolbar__toggle.on{border-color:var(--rose);background:var(--blush);color:var(--rose-deep)}.toolbar__toggle.on input{background:var(--rose);border-color:var(--rose)}.toolbar__count{color:var(--ink-soft);letter-spacing:.04em;white-space:nowrap;font-size:.85rem}.catalog-empty{text-align:center;color:var(--ink-soft);justify-items:center;gap:.6rem;padding:4rem 1rem;display:grid}.catalog-empty__title{font-family:var(--serif);color:var(--ink);font-size:1.6rem}.catalog-empty .btn{margin-top:1rem}.cat-chips{flex-wrap:wrap;gap:.6rem;margin-bottom:2.2rem;display:flex}.chip{border:1px solid var(--line);background:var(--white);border-radius:999px;padding:.5rem 1.1rem;font-size:.85rem;transition:all .25s}.chip:hover{border-color:var(--rose);color:var(--rose)}.chip--active{background:var(--rose);border-color:var(--rose);color:#fff}.drawer-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:70;cursor:pointer;background:#2e2a2866;border:none;position:fixed;inset:0}.drawer{background:var(--cream);z-index:71;width:min(92vw,420px);height:100dvh;max-height:100dvh;box-shadow:var(--shadow);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0}.drawer__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1.2rem 1.4rem;display:flex}.drawer__title{font-family:var(--serif);font-size:1.6rem;font-weight:500}.drawer__items{overscroll-behavior:contain;flex:1;align-content:start;gap:1.1rem;min-height:0;padding:1.2rem 1.4rem;display:grid;overflow-y:auto}.drawer__empty{text-align:center;color:var(--ink-soft);padding:3rem 1rem}.drawer__empty .brand__mark{margin-bottom:.6rem;display:block}.citem{background:var(--white);border:1px solid var(--line);border-radius:14px;grid-template-columns:72px 1fr auto;align-items:center;gap:.9rem;padding:.7rem;display:grid}.citem img{object-fit:cover;border-radius:10px;width:72px;height:72px}.citem__name{font-family:var(--serif);margin-bottom:.3rem;font-size:1.05rem;font-weight:500;line-height:1.15}.citem__price{color:var(--rose);font-size:.88rem;font-weight:500}.citem__qty{align-items:center;gap:.15rem;margin-top:.4rem;display:flex}.citem__qty button{border:1px solid var(--line);cursor:pointer;width:26px;height:26px;color:var(--ink);font-family:var(--sans);background:0 0;border-radius:50%;line-height:1;transition:all .2s}.citem__qty button:hover{background:var(--blush);border-color:var(--rose);color:var(--rose)}.citem__qty span{text-align:center;width:28px;font-size:.9rem;font-weight:500}.citem__remove{cursor:pointer;color:var(--ink-soft);background:0 0;border:none;align-self:start;padding:.2rem;transition:all .2s}.citem__remove:hover{color:var(--rose-deep)}.citem__remove svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;width:16px;height:16px}.drawer__foot{border-top:1px solid var(--line);padding:1.2rem 1.4rem calc(1.4rem + env(safe-area-inset-bottom));background:var(--white)}.drawer__total{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.drawer__total strong{font-family:var(--serif);color:var(--rose);font-size:1.6rem}.drawer__note{color:var(--ink-soft);text-align:center;margin-top:.7rem;font-size:.76rem}.btn--wa{background:#25d366;gap:.5rem;width:100%}.btn--wa:hover{background:#1eb856;box-shadow:0 12px 24px -12px #25d366}.btn--wa svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.cartpage{grid-template-columns:1.6fr 1fr;align-items:start;gap:2.5rem;display:grid}.cartpage__list{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.crow{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:1.1rem;padding:1rem;display:grid}.crow__img img{object-fit:cover;border-radius:12px;width:96px;height:96px}.crow__name{font-family:var(--serif);font-size:1.2rem;font-weight:500;line-height:1.2}.crow__name:hover{color:var(--rose)}.crow__unit{color:var(--ink-soft);margin-top:.3rem;font-size:.82rem}.crow__actions{justify-items:end;gap:.5rem;display:grid}.crow__line{color:var(--rose);font-weight:600}.summary{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;position:sticky;top:90px}.summary__title{font-family:var(--serif);margin-bottom:1.2rem;font-size:1.5rem;font-weight:500}.coupon{gap:.6rem;margin-bottom:.5rem;display:flex}.coupon input{border:1px solid var(--line);font-family:var(--sans);text-transform:uppercase;border-radius:999px;flex:1;min-width:0;padding:.7rem 1.1rem;font-size:.88rem}.coupon input:focus{border-color:var(--rose);outline:none}.coupon .btn{padding:.7rem 1.2rem;font-size:.75rem}.coupon__error{color:#c0392b;margin-bottom:.8rem;font-size:.8rem}.summary__coupon{background:var(--blush);border-radius:12px;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem;padding:.8rem 1rem;font-size:.85rem;display:flex}.summary__rows{gap:.6rem;margin:1.2rem 0 1.4rem;display:grid}.summary__rows>div{justify-content:space-between;gap:1rem;display:flex}.summary__rows dt{color:var(--ink-soft)}.summary__discount dd{color:#1e8e4e;font-weight:500}.summary__total{border-top:1px solid var(--line);padding-top:.8rem}.summary__total dt{color:var(--ink);font-weight:500}.summary__total dd{font-family:var(--serif);color:var(--rose);font-size:1.5rem;font-weight:600}.summary__cta{width:100%}.summary__items{gap:.9rem;max-height:320px;display:grid;overflow-y:auto}.sitem{grid-template-columns:52px 1fr auto;align-items:center;gap:.8rem;display:grid}.sitem img{object-fit:cover;border-radius:9px;width:52px;height:52px}.sitem__name{font-size:.9rem;line-height:1.3}.sitem__price{white-space:nowrap;font-size:.9rem;font-weight:500}.checkoutpage{grid-template-columns:1.4fr 1fr;align-items:start;gap:2.5rem;display:grid}.checkout-form{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);gap:1.2rem;padding:1.8rem;display:grid}.fld{gap:.4rem;display:grid}.fld label{letter-spacing:.06em;color:var(--ink-soft);font-size:.85rem}.fld input,.fld textarea{border:1px solid var(--line);background:var(--cream);font-family:var(--sans);color:var(--ink);resize:vertical;border-radius:12px;width:100%;padding:.85rem 1rem;font-size:.95rem;transition:all .25s}.fld input:focus,.fld textarea:focus{border-color:var(--rose);background:var(--white);outline:none}.fld.has-error input{border-color:#c0392b}.fld__error{color:#c0392b;font-size:.78rem}.checkout-form .btn--wa{width:100%}.btn:disabled{opacity:.6;pointer-events:none}.drawer__cta{width:100%;margin-bottom:.6rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;display:grid}.bcard{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;transition:all .4s cubic-bezier(.2,.7,.3,1);display:flex;overflow:hidden}.bcard:hover{box-shadow:var(--shadow);border-color:#0000;transform:translateY(-6px)}.bcard__cover{aspect-ratio:16/10;overflow:hidden}.bcard__cover img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.bcard:hover .bcard__cover img{transform:scale(1.05)}.bcard__body{align-content:start;gap:.6rem;padding:1.4rem;display:grid}.bcard__date{letter-spacing:.18em;text-transform:uppercase;color:var(--rose);font-size:.72rem}.bcard__title{font-family:var(--serif);font-size:1.45rem;font-weight:500;line-height:1.2}.bcard__excerpt{color:var(--ink-soft);font-size:.9rem}.post{max-width:760px}.post__head{justify-items:start;gap:.8rem;margin-bottom:2rem;display:grid}.post__title{font-family:var(--serif);font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:500;line-height:1.1}.post__cover{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:16/9;margin-bottom:2.2rem;overflow:hidden}.post__cover img{object-fit:cover;width:100%;height:100%}.post__foot{border-top:1px solid var(--line);justify-items:start;gap:.8rem;margin-top:2.5rem;padding-top:1.8rem;display:grid}.prose{color:var(--ink);grid-template-columns:minmax(0,1fr);gap:1rem;font-size:1rem;line-height:1.75;display:grid}.prose h2{font-family:var(--serif);margin-top:1.2rem;font-size:1.7rem;font-weight:500}.prose h3{font-family:var(--serif);margin-top:.8rem;font-size:1.3rem;font-weight:500}.prose ul,.prose ol{gap:.4rem;padding-left:1.3rem;display:grid}.prose a{color:var(--rose-deep);text-underline-offset:3px;text-decoration:underline}.prose blockquote{border-left:3px solid var(--rose);background:var(--blush);border-radius:0 12px 12px 0;padding:1rem 1.3rem;font-style:italic}.prose table{border-collapse:collapse;width:100%;font-size:.92rem;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--line);text-align:left;padding:.6rem .8rem}.prose th{background:var(--cream-2);font-weight:500}.prose strong{font-weight:600}.faq{gap:.8rem;display:grid}.faq__item{background:var(--white);border:1px solid var(--line);border-radius:14px;transition:all .25s}.faq__item[open]{border-color:var(--rose)}.faq__item summary{cursor:pointer;font-family:var(--serif);padding:1.1rem 3rem 1.1rem 1.3rem;font-size:1.15rem;font-weight:500;list-style:none;position:relative}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";color:var(--rose);font-size:1.4rem;font-family:var(--sans);transition:all .25s;position:absolute;top:50%;right:1.3rem;transform:translateY(-50%)}.faq__item[open] summary:after{content:"−"}.faq__item p{color:var(--ink-soft);padding:0 1.3rem 1.2rem;line-height:1.7}.thanks{text-align:center;justify-items:center;gap:.8rem;max-width:560px;padding-block:2rem;display:grid}.thanks__icon svg{fill:none;width:58px;height:58px;stroke:var(--rose);stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round}.thanks__title{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:500}.thanks__code{background:var(--blush);border-radius:999px;padding:.6rem 1.4rem;font-size:.95rem}.thanks__code strong{color:var(--rose-deep);letter-spacing:.06em}.thanks__lead{color:var(--ink-soft);max-width:42ch}.thanks .btn{margin-top:.8rem}.thanks__back{margin-top:.6rem}.lightbox{z-index:90;cursor:zoom-out;background:#2e2a28e0;border:none;place-items:center;padding:4vmin;animation:.25s lightbox-in;display:grid;position:fixed;inset:0}@keyframes lightbox-in{0%{opacity:0}}.lightbox img{border-radius:12px;max-width:100%;max-height:92vh;box-shadow:0 30px 80px -20px #0009}.lightbox__close{color:#fff;opacity:.85;font-size:1.4rem;position:absolute;top:18px;right:22px}.citem__meta{color:var(--ink-soft);font-size:.76rem;line-height:1.35}.citem__meta--custom{font-style:italic}.reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.7,.3,1);transform:translateY(24px)}.reveal.in{opacity:1;transform:none}@media (width<=1024px){.cats,.grid-products{grid-template-columns:repeat(3,1fr)}}@media (width<=820px){.header__inner{grid-template-columns:auto 1fr auto}.header__burger{display:grid}.nav-backdrop{display:block}.nav{background:var(--cream);width:min(78vw,320px);padding:5rem 2rem calc(2rem + env(safe-area-inset-bottom));visibility:hidden;box-shadow:var(--shadow);z-index:55;flex-direction:column;gap:0;transition:transform .4s,visibility .4s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.nav.open{visibility:visible;transform:none}.nav a{border-bottom:1px solid var(--line);padding:1rem 0;font-size:1rem}.brand{align-items:flex-start}.header__actions{justify-content:flex-end}.hero__inner{grid-template-columns:1fr;gap:2.5rem}.hero__media{width:100%;max-width:420px;margin-inline:auto}.product{grid-template-columns:1fr}.cartpage,.checkoutpage{grid-template-columns:minmax(0,1fr)}.blog-grid{grid-template-columns:1fr;max-width:480px;margin-inline:auto}.summary{position:static}.product__dots{display:flex}.product__thumbs{display:none}.feature__inner{grid-template-columns:1fr}.feature__media{order:-1;max-height:340px}.grid-products{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.trust__grid{grid-template-columns:1fr;gap:1.6rem;padding:2rem 0}.cats{grid-template-columns:repeat(2,1fr)}.section__head--row{flex-direction:column;align-items:flex-start;gap:.8rem}.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.news__form{flex-direction:column}.news__form .btn{width:100%}}@media (width<=480px){.prose table{font-size:.78rem}.prose th,.prose td{padding:.45rem .5rem}.crow{grid-template-columns:72px minmax(0,1fr)}.crow__img img{width:72px;height:72px}.crow__actions{border-top:1px solid var(--line);grid-column:1/-1;justify-content:space-between;align-items:center;gap:.8rem;padding-top:.8rem;display:flex}.crow__line{font-size:1.05rem}}@media (width<=420px){.grid-products{grid-template-columns:1fr 1fr;gap:.9rem}.card__name{font-size:1.05rem}.footer__grid{grid-template-columns:1fr}}
