:root{--mint:#cfe8d8;--mint-soft:#eaf4ee;--green:#2e8b6b;--green-deep:#206b51;--teal:#5f9ea3;--ink:#2a3b3d;--ink-soft:#6d8385;--line:#e1eee7;--white:#ffffff;--moon:#fdfefc;--font-display:var(--font-display-poppins),"Segoe UI",system-ui,sans-serif;--font-body:var(--font-body-nunito),"Segoe UI",system-ui,sans-serif;--font-script:var(--font-script-dancing),"Segoe Script",cursive;--radius:16px;--radius-lg:20px;--shadow-card:0 10px 26px rgba(42,59,61,0.08);--shadow-hover:0 16px 32px rgba(42,59,61,0.14);--maxw:1180px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--white);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100dvh;display:flex;flex-direction:column}a{color:inherit}main{flex:1 0 auto}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}.btn{display:inline-block;font-family:var(--font-display);font-weight:600;border:0;cursor:pointer;background:var(--green);color:#fff;padding:.78rem 1.6rem;border-radius:999px;text-decoration:none;transition:background .15s ease,transform .15s ease}.btn:hover{background:var(--green-deep)}.btn--sm{padding:.5rem 1.15rem;font-size:.9rem}.btn--light{background:#fff;color:var(--green-deep)}.btn--light:hover{background:var(--mint-soft)}.btn--ghost{background:transparent;color:var(--green-deep);border:1.5px solid var(--green)}.btn--ghost:hover,.util-bar{background:var(--mint-soft)}.util-bar{border-bottom:1px solid var(--line);font-size:.8rem;color:var(--ink-soft)}.util-bar__inner{display:flex;gap:1.25rem;align-items:center;padding:.5rem 1.25rem;flex-wrap:wrap}.util-bar b{color:var(--green)}.util-bar__right{margin-left:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:var(--white);border-bottom:1px solid var(--line)}.head__inner{display:flex;align-items:center;gap:1.25rem;padding:.85rem 1.25rem}.burger{display:none;color:var(--green);font-weight:700;border:1.5px solid var(--mint);border-radius:999px;padding:.4rem .9rem;font-size:.9rem;background:none;cursor:pointer}.brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none}.brand__logo{border-radius:50%;object-fit:cover;box-shadow:0 3px 12px rgba(42,59,61,.15)}.search{margin-left:auto;display:flex;flex:1 1;max-width:440px}.search input{flex:1 1;border:1.5px solid var(--mint);border-right:0;border-radius:999px 0 0 999px;padding:.6rem 1rem;font:inherit;outline:none}.search button{border:0;background:var(--green);color:#fff;border-radius:0 999px 999px 0;padding:0 1.2rem;font-weight:700;cursor:pointer}.nav{border-top:1px solid var(--line)}.nav__inner{display:flex;gap:1.5rem;align-items:center;padding:.7rem 1.25rem;font-weight:600;font-size:.95rem}.nav a{color:var(--ink);text-decoration:none}.nav a:hover{color:var(--green)}.nav__promo{margin-left:auto;color:var(--green-deep);border:1.5px solid var(--green);border-radius:999px;padding:.35rem 1rem;font-size:.85rem;text-decoration:none}.nav__item{position:relative}.nav__trigger{color:var(--ink);cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav__item:hover .nav__trigger{color:var(--green)}.nav__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:var(--white);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-card);padding:.5rem;display:none;flex-direction:column;gap:.1rem;z-index:30}.nav__item:focus-within .nav__dropdown,.nav__item:hover .nav__dropdown{display:flex}.nav__dropdown a{padding:.5rem .75rem;border-radius:8px;font-weight:600;color:var(--ink);text-decoration:none}.nav__dropdown a:hover{background:var(--mint-soft);color:var(--green-deep)}.nav__head{display:none}.nav__head-title{font-family:var(--font-display);font-weight:800;font-size:1.25rem;color:var(--green-deep)}.nav__close{border:1.5px solid var(--mint);background:var(--white);color:var(--green-deep);border-radius:999px;width:42px;height:42px;font-size:1rem;font-weight:700;cursor:pointer}.filters{gap:1.5rem;margin-bottom:1.5rem}.filters,.filters__group{display:flex;flex-wrap:wrap}.filters__group{align-items:center;gap:.6rem}.filters__title{font-weight:700;color:var(--ink-soft);font-size:.85rem}.filters__chips{display:flex;gap:.5rem;flex-wrap:wrap}.chip{padding:.35rem .9rem;border-radius:999px;border:1.5px solid var(--line);background:var(--white);color:var(--ink);font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s ease}.chip:hover{border-color:var(--mint)}.chip--active{background:var(--green);border-color:var(--green);color:#fff}.attrs{margin:1.5rem 0 0;border-top:1px solid var(--line)}.attrs__row{display:flex;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--line)}.attrs__key{width:8rem;flex-shrink:0;color:var(--ink-soft);font-weight:700;margin:0}.attrs__val{margin:0}.photo{position:relative;background:linear-gradient(135deg,#bfe0cf 0,var(--mint-soft) 55%,#d8e9e0 100%);overflow:hidden}.photo>img{object-fit:cover;z-index:0}.photo__tag{position:absolute;top:.6rem;left:.6rem;z-index:2;background:rgba(42,59,61,.72);color:#fff;font-size:.72rem;padding:.3rem .6rem;border-radius:6px;max-width:72%}.photo__overlay{width:100%;height:100%;display:flex;background:linear-gradient(90deg,rgba(24,46,40,.55),rgba(24,46,40,.12) 55%,rgba(24,46,40,0))}.photo__overlay,.split__overlay{position:relative;z-index:1}.hero{min-height:min(72vh,560px);display:flex}.hero .photo{flex:1 1;display:flex}.hero__overlay{align-items:center}.hero__box{padding:2rem 0}.hero__kicker{font-family:var(--font-script);color:var(--slot-text,#eafff5);font-size:1.9rem;margin:0}.hero__title{font-family:var(--font-display);font-weight:800;color:var(--slot-text,#fff);font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.02;margin:.2rem 0 .6rem}.hero__sub{color:var(--slot-text,#eef6f2);font-size:1.1rem;margin:0 0 1.3rem;max-width:34ch}.section{padding:2.75rem 0}.section__title{font-family:var(--font-display);font-weight:700;text-align:center;font-size:1.5rem;margin:0 0 1.5rem}.section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem}.section__head .section__title{text-align:left;margin:0}.section__link{color:var(--green);font-weight:700;font-size:.9rem;text-decoration:none}.ocasiones{display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap}.ocasion{text-align:center;flex:1 1;min-width:88px;text-decoration:none}.ocasion__img{width:80px;height:80px;margin:0 auto .5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.9rem;transition:transform .15s ease}.ocasion:hover .ocasion__img{transform:translateY(-3px)}.ocasion__label{color:var(--green-deep);font-weight:700;font-size:.82rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}.product-grid--home{grid-template-columns:repeat(4,1fr)}.product-card{display:flex;flex-direction:column;background:var(--moon);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.product-card__media{position:relative;aspect-ratio:1;background:var(--mint-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__img{object-fit:cover}.product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--font-script);font-size:1.5rem;color:var(--teal)}.product-card__badge{position:absolute;top:.6rem;left:.6rem;background:var(--green);color:#fff;font-size:.68rem;font-weight:700;padding:.25rem .7rem;border-radius:999px}.product-card__body{padding:.9rem;display:flex;flex-direction:column;gap:.4rem;align-items:center;text-align:center}.product-card__name{font-weight:600;font-size:.92rem;line-height:1.3}.product-card__price{color:var(--green-deep);font-weight:700;font-size:1.05rem}.editorial{margin:2.75rem 0;min-height:min(52vh,420px);display:flex}.editorial .photo{flex:1 1;display:flex}.editorial__overlay{align-items:flex-end}.editorial__box{padding:2rem 0}.editorial__script{font-family:var(--font-script);color:var(--slot-text,#eafff5);font-size:1.7rem;margin:0}.editorial__title{font-family:var(--font-display);font-weight:700;color:var(--slot-text,#fff);font-size:clamp(1.6rem,4vw,2.6rem);margin:.1rem 0 .5rem}.editorial__copy{color:var(--slot-text,#eef6f2);max-width:36ch;margin:0 0 1rem}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.split .photo{min-height:340px;border-radius:var(--radius-lg);display:flex}.split__overlay{flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:1.25rem;gap:.6rem;width:100%;height:100%;background:linear-gradient(180deg,rgba(24,46,40,0) 40%,rgba(24,46,40,.55))}.split__kicker{color:var(--slot-text,#eafff5);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0}.split__script{font-family:var(--font-script);color:var(--slot-text,#fff);font-size:1.7rem;margin:0}.split__copy{color:var(--slot-text,rgba(255,255,255,.92));font-size:.92rem;margin:0;max-width:32ch}.why{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.why__item{text-align:center}.why__item span{font-size:1.8rem;display:block;margin-bottom:.5rem}.why__item b{font-family:var(--font-display);display:block;margin-bottom:.3rem}.why__item p{color:var(--ink-soft);font-size:.88rem;margin:0}.newsletter{background:var(--green);color:#fff}.newsletter__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.75rem 1.25rem;flex-wrap:wrap}.newsletter b{font-family:var(--font-display);font-size:1.2rem}.newsletter p{margin:.25rem 0 0;opacity:.9;font-size:.9rem}.newsletter__form{display:flex;gap:.5rem}.newsletter__form input{border:0;border-radius:999px;padding:.6rem 1rem;font:inherit;min-width:220px}.newsletter .btn{background:var(--green-deep)}.empty{text-align:center;padding:3rem 1.25rem;color:var(--ink-soft);background:var(--mint-soft);border:1px dashed var(--line);border-radius:var(--radius)}.empty__title{font-family:var(--font-display);font-size:1.25rem;color:var(--ink);margin:0 0 .5rem}.empty a{color:var(--green);font-weight:700;text-decoration:none}.detail{display:grid;grid-gap:1.75rem;gap:1.75rem;padding:2rem 0}@media (min-width:820px){.detail{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem}}.detail__media{position:relative;aspect-ratio:4/5;background:var(--mint-soft);border-radius:var(--radius);overflow:hidden}.detail__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--font-script);font-size:2rem;color:var(--teal)}.detail__title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.8rem,6vw,2.6rem);margin:0 0 .5rem}.detail__price{color:var(--green-deep);font-size:1.5rem;font-weight:700;margin:0 0 1.25rem}.detail__desc{color:var(--ink-soft);line-height:1.65;white-space:pre-line}.detail__back{display:inline-block;margin-bottom:1rem;color:var(--green);text-decoration:none;font-weight:600}.gallery{display:flex;flex-direction:column;gap:.75rem}.gallery__thumbs{display:flex;gap:.6rem;flex-wrap:wrap}.gallery__thumb{position:relative;width:72px;height:72px;border-radius:10px;overflow:hidden;border:2px solid var(--line);background:var(--mint-soft);cursor:pointer;padding:0;transition:border-color .15s ease}.gallery__thumb:hover{border-color:var(--mint)}.gallery__thumb.is-active{border-color:var(--green)}.site-footer{flex-shrink:0;background:var(--mint-soft);border-top:1px solid var(--line)}.site-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem;padding:2.5rem 1.25rem}.site-footer .footer-libro{margin-top:.6rem;font-weight:600;color:var(--green)}.site-footer .footer-libro:hover{color:var(--green);text-decoration:underline}.site-footer b{display:block;margin-bottom:.6rem;color:var(--ink);font-family:var(--font-display)}.site-footer a{display:block;color:var(--ink-soft);font-size:.9rem;margin-bottom:.4rem;text-decoration:none}.site-footer a:hover{color:var(--green)}.site-footer p{color:var(--ink-soft);font-size:.85rem;max-width:30ch}.notfound{text-align:center;padding:4rem 1.25rem}.notfound__code{font-family:var(--font-display);font-weight:800;font-size:3rem;color:var(--green);margin:0}@media (max-width:860px){.container{padding-left:1.5rem;padding-right:1.5rem}.product-grid,.product-grid--home,.why{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.search{order:3;max-width:100%;flex-basis:100%}.head__inner{flex-wrap:wrap}.why{grid-template-columns:1fr 1fr}input,select,textarea{font-size:16px}.burger{display:inline-block}.nav__inner{display:none}.nav--open{position:fixed;inset:0;z-index:60;background:var(--white);overflow-y:auto;border-top:0}.nav--open .nav__inner{display:flex;flex-direction:column;align-items:stretch;gap:.1rem;min-height:100dvh;padding:1rem 1.5rem 2.5rem}.nav--open .nav__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.85rem;border-bottom:1px solid var(--line)}.nav--open .nav__item{position:static}.nav--open .nav__trigger{display:block;padding:.75rem 0 .25rem;font-weight:700;color:var(--ink-soft)}.nav--open .nav__dropdown{position:static;display:flex;min-width:0;z-index:auto;border:0;box-shadow:none;background:transparent;padding:0 0 .5rem .9rem}.nav--open .nav__dropdown a{padding:.55rem .5rem;font-size:1.02rem}.nav--open .nav__inner>a{padding:.85rem 0;border-bottom:1px solid var(--line);font-size:1.05rem}.nav--open .nav__promo{margin:1rem 0 0;border-bottom:1.5px solid var(--green);text-align:center;border:1.5px solid var(--green);font-size:1rem}}.legal{max-width:760px;margin:0 auto}.legal h1{font-family:var(--font-display);font-size:1.9rem;margin-bottom:.5rem}.legal h2{font-size:1.2rem;margin:1.8rem 0 .6rem;color:var(--ink)}.legal li,.legal p{color:var(--ink-soft);line-height:1.75}.legal ul{padding-left:1.25rem;margin:.5rem 0}.legal li{margin-bottom:.35rem}.legal a{color:var(--green-deep)}.legal__updated{margin-bottom:1.5rem}.legal__note,.legal__updated{color:var(--ink-soft);font-size:.85rem}.legal__note{background:var(--mint-soft);border:1px solid var(--line);border-radius:var(--radius);padding:12px 16px;margin:0 0 1.75rem}.form{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:1.1rem}.form__section{border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.25rem 1.4rem;background:var(--white)}.form__section h2{font-size:1.05rem;margin-bottom:1rem}.form__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form__field{display:flex;flex-direction:column}.form__field.full{grid-column:1/-1}.form label{font-weight:600;font-size:.88rem;margin-bottom:.35rem;color:var(--ink)}.form label .req{color:#c0483b}.form input,.form select,.form textarea{width:100%;border:1.5px solid var(--mint);border-radius:var(--radius);padding:.6rem .9rem;font:inherit;background:var(--white);color:var(--ink);outline:none}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--mint-soft)}.form textarea{min-height:96px;resize:vertical}.form__radios{display:flex;gap:1.25rem}.form__radios label{display:inline-flex;align-items:center;gap:.4rem;font-weight:500}.form__error{background:#f9e7e3;border:1px solid #f0ccc4;color:#bd4436;border-radius:var(--radius);padding:.7rem 1rem;font-size:.88rem}.form__ok{text-align:center;max-width:560px;margin:0 auto;background:var(--mint-soft);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem 1.5rem}.form__ok .code{font-size:1.5rem;font-weight:800;color:var(--green-deep);letter-spacing:.02em;margin:.5rem 0 1rem}@media (max-width:640px){.form__grid,.site-footer__inner{grid-template-columns:1fr}.site-footer__inner{gap:2rem;padding:2rem 1.25rem}.site-footer p{max-width:none}}.add-to-cart{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.add-to-cart,.qty{align-items:center}.qty{display:inline-flex;border:1.5px solid var(--mint);border-radius:999px;overflow:hidden}.qty button{width:38px;height:40px;border:0;background:var(--mint-soft);color:var(--ink);font-size:1.1rem;font-weight:700;cursor:pointer}.qty button:hover{background:var(--mint)}.qty input{width:48px;text-align:center;border:0;border-left:1px solid var(--mint);border-right:1px solid var(--mint);font:inherit;font-weight:700;padding:.5rem 0;outline:none}.fav-btn,.qty input{background:var(--white)}.fav-btn{display:inline-flex;align-items:center;gap:.4rem;border:1.5px solid var(--mint);color:var(--ink-soft);border-radius:999px;padding:.5rem 1rem;font:inherit;font-weight:600;font-size:.88rem;cursor:pointer}.fav-btn:hover{border-color:var(--green)}.fav-btn.is-fav{color:#c0483b;border-color:#f0ccc4;background:#fdf0ee}.fav-heart{position:absolute;top:.6rem;right:.6rem;width:34px;height:34px;border-radius:50%;border:0;background:rgba(255,255,255,.9);display:grid;place-items:center;cursor:pointer;font-size:1rem;box-shadow:var(--shadow-card)}.cart-badge{display:inline-flex;align-items:center;gap:.3rem;position:relative}.cart-badge__count{background:var(--green);color:#fff;border-radius:999px;font-size:.68rem;font-weight:800;min-width:18px;height:18px;display:inline-grid;place-items:center;padding:0 4px}.cart{display:grid;grid-template-columns:1fr 320px;grid-gap:2rem;gap:2rem;align-items:start}.cart__items{display:flex;flex-direction:column;gap:1rem}.cart__item{display:flex;gap:1rem;align-items:center;border:1px solid var(--line);border-radius:var(--radius);padding:1rem;background:var(--white)}.cart__thumb{width:72px;height:72px;border-radius:var(--radius-sm);object-fit:cover;flex:none;background:var(--mint-soft)}.cart__info{flex:1 1;min-width:0}.cart__info b{font-size:.95rem}.cart__info small{color:var(--ink-soft);display:block;font-size:.8rem}.cart__line-total{font-weight:700;white-space:nowrap}.cart__remove{border:0;background:none;color:var(--ink-soft);cursor:pointer;font-size:1.1rem}.cart__remove:hover{color:#c0483b}.summary{border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.4rem;background:var(--white);position:-webkit-sticky;position:sticky;top:1rem}.summary h2{font-size:1.05rem;margin-bottom:1rem}.summary__row{display:flex;justify-content:space-between;padding:.5rem 0;color:var(--ink-soft);font-size:.9rem}.summary__row.total{border-top:1px solid var(--line);margin-top:.5rem;padding-top:.9rem;color:var(--ink);font-weight:800;font-size:1.15rem}.coupon{display:flex;gap:.5rem;margin:.75rem 0}.coupon input{flex:1 1;border:1.5px solid var(--mint);border-radius:var(--radius);padding:.55rem .8rem;font:inherit;outline:none}.account{max-width:820px;margin:0 auto}.account__head{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.account__avatar{width:56px;height:56px;border-radius:50%;background:var(--mint);color:var(--green-deep);display:grid;place-items:center;font-weight:800;font-size:1.3rem}.account__card{border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem;background:var(--white);margin-bottom:1.5rem}.account__card h2{font-size:1.05rem;margin-bottom:1rem}.fav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:1rem;gap:1rem}@media (max-width:760px){.cart{grid-template-columns:1fr}}.share{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.5rem}.share__label{font-weight:700;font-size:.85rem;color:var(--ink-soft)}.share__btn{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;color:var(--green-deep);background:var(--mint-soft);border:1px solid var(--line);border-radius:999px;padding:.4rem .85rem;text-decoration:none;cursor:pointer;font-family:inherit}.share__btn:hover{background:var(--mint)}.share__ico{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:none;cursor:pointer;line-height:0;border-radius:10px;transition:transform .15s ease}.share__ico:hover{transform:translateY(-2px) scale(1.06)}.share__toast{font-size:.82rem;color:var(--green-deep);font-weight:700;align-self:center}.fav-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.fav-card__media{position:relative;display:block;aspect-ratio:1;background:var(--mint-soft);overflow:hidden}.fav-card__body{padding:.8rem;display:flex;flex-direction:column;gap:.45rem;align-items:center;text-align:center}.fav-card__name{font-weight:600;font-size:.9rem;line-height:1.3;color:var(--ink);text-decoration:none}.fav-card__name:hover,.fav-card__price{color:var(--green-deep)}.fav-card__price{font-weight:700;font-size:1rem}.fav-card__note{color:var(--ink-soft);font-size:.82rem;font-style:italic}.fav-card__remove{margin-top:.35rem}.confirm-anchor{position:relative;display:inline-flex}.confirm-pop{position:absolute;z-index:30;bottom:calc(100% + .5rem);left:50%;transform:translateX(-50%);width:max-content;max-width:240px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:.8rem;text-align:center}.confirm-pop__msg{margin:0 0 .6rem;font-size:.88rem;font-weight:600;color:var(--ink)}.confirm-pop__actions{display:flex;gap:.5rem;justify-content:center}.confirm-pop__danger{background:#c0483b}.confirm-pop__danger:hover{background:#a63b30}.fav-heart-anchor{position:absolute;top:.6rem;right:.6rem;z-index:5}.fav-heart-anchor .fav-heart{position:static;top:auto;right:auto}.fav-heart-anchor .confirm-pop{bottom:auto;top:calc(100% + .4rem);left:auto;right:0;transform:none;max-width:min(220px,78vw)}.stars{display:inline-flex;gap:.05em;line-height:1;white-space:nowrap}.stars,.stars .star{color:var(--line)}.stars .star--on{color:#e6b400}.stars--pick{gap:.1em}.stars--pick .star{background:none;border:0;padding:0 1px;cursor:pointer;font-size:1.5rem;color:var(--line)}.stars--pick .star--on{color:#e6b400}.reviews{margin:2.5rem auto 0;border-top:1px solid var(--line);padding-top:1.5rem}.reviews__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.reviews__title{font-family:var(--font-display);font-weight:800;font-size:1.35rem;color:var(--green-deep);margin:0}.reviews__summary{display:inline-flex;align-items:center;gap:.5rem}.reviews__avg{color:var(--ink);font-size:1.05rem}.reviews__count{color:var(--ink-soft);font-size:.85rem}.reviews__empty{color:var(--ink-soft);font-size:.9rem;margin:0}.reviews__list{list-style:none;margin:1.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.review{border:1px solid var(--line);border-radius:var(--radius);padding:1rem;background:var(--white)}.review__top{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.review__author{color:var(--ink);font-size:.92rem}.review__date{color:var(--ink-soft);font-size:.78rem;margin-left:auto}.review__badge{font-size:.72rem;font-weight:700;color:var(--green-deep);background:var(--mint-soft);border:1px solid var(--mint);border-radius:999px;padding:.1rem .5rem}.review__comment{margin:.5rem 0 0;color:var(--ink-soft);font-size:.92rem;line-height:1.5;white-space:pre-wrap}.review-form{margin:1.5rem 0 0;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;background:var(--mint-soft)}.review-form__title{font-weight:800;color:var(--green-deep);margin:0 0 .75rem;font-size:1.05rem}.review-form__row{display:flex;flex-wrap:wrap;gap:.6rem}.review-form__row input{flex:1 1 200px}.review-form input,.review-form textarea{width:100%;border:1.5px solid var(--mint);border-radius:12px;padding:.6rem .9rem;font:inherit;color:var(--ink);background:var(--white);outline:none}.review-form input:focus,.review-form textarea:focus{border-color:var(--green)}.review-form textarea{margin-top:.6rem;resize:vertical}.review-form__rate{display:flex;align-items:center;gap:.6rem;margin-top:.6rem;color:var(--ink-soft);font-size:.88rem;font-weight:600}.review-form .btn{margin-top:.8rem}.review-form__ok{margin:0;font-weight:700;color:var(--green-deep)}.review-form__err{margin:.5rem 0 0;color:#c0483b;font-size:.82rem}.testimonials{padding:3rem 0;background:var(--mint-soft)}.testimonials__title{text-align:center;font-family:var(--font-display);font-weight:800;font-size:1.6rem;color:var(--green-deep);margin:0 0 1.75rem}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.testimonial{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.testimonial__quote{margin:0;color:var(--ink);font-size:.95rem;line-height:1.55;font-style:italic}.testimonial__author{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;color:var(--ink);font-size:.9rem;margin-top:auto}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_1848dd{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_1848dd{--font-display-poppins:"Poppins","Poppins Fallback"}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans Fallback;src:local("Arial");ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.00%;size-adjust:101.39%}.__className_d96fa1{font-family:Nunito Sans,Nunito Sans Fallback;font-style:normal}.__variable_d96fa1{--font-body-nunito:"Nunito Sans","Nunito Sans Fallback"}@font-face{font-family:Dancing Script;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/325259dae461ae2a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Dancing Script;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d8f3713f2c4f699b-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Dancing Script;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0e9d289c6eb42bf7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/325259dae461ae2a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d8f3713f2c4f699b-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0e9d289c6eb42bf7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Dancing Script Fallback;src:local("Arial");ascent-override:112.99%;descent-override:34.39%;line-gap-override:0.00%;size-adjust:81.43%}.__className_bbb2fd{font-family:Dancing Script,Dancing Script Fallback;font-style:normal}.__variable_bbb2fd{--font-script-dancing:"Dancing Script","Dancing Script Fallback"}