:root{--wm-bg: #ffffff;--wm-fg: #2a211b;--wm-card: #ffffff;--wm-primary: #8b5b29;--wm-primary-hover: #6d461f;--wm-primary-deep: #6d461f;--wm-primary-fg: #ffffff;--wm-secondary: #faf6f1;--wm-surface-2: #f3ebe1;--wm-muted-fg: #756759;--wm-accent: #9fb59c;--wm-rose: #d4c0c9;--wm-rose-soft: #f2e9ed;--wm-border: #ece3d8;--wm-radius: .75rem;--wm-display: "Aboreto", "Newsreader", Georgia, serif;--wm-editorial: "Newsreader", Georgia, serif;--wm-font-serif: var(--wm-display);--wm-font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.wm{background:var(--wm-bg);color:var(--wm-fg);font-family:var(--wm-font-body)}.wm *{box-sizing:border-box}.wm-container{max-width:80rem;margin-inline:auto;padding-inline:1rem}.wm-container--narrow{max-width:48rem}.wm h1,.wm h2,.wm h3{font-family:var(--wm-display);font-weight:400;letter-spacing:0;margin:0}.wm-editorial{font-family:var(--wm-editorial);font-style:italic;font-weight:400}.wm p{margin:0}.wm-muted{color:var(--wm-muted-fg)}.wm-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--wm-primary)}.wm-section{padding-block:4rem}@media(min-width:768px){.wm-section{padding-block:6rem}}.wm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;cursor:pointer;border-radius:.5rem;font-weight:600;font-family:inherit;font-size:1rem;transition:opacity .15s;text-decoration:none}.wm-btn:hover{opacity:.9}.wm-btn--primary{background:var(--wm-primary);color:var(--wm-primary-fg);padding:1rem 1.5rem;box-shadow:0 1px 2px #0000000d}.wm-btn--light{background:var(--wm-bg);color:var(--wm-fg);padding:1rem 2rem}.wm-btn--outline{background:var(--wm-bg);color:var(--wm-fg);border:1px solid var(--wm-border);padding:.65rem 1.25rem;font-size:.875rem;font-weight:500}.wm-btn--outline:hover{background:var(--wm-secondary);opacity:1}.wm-btn[disabled]{opacity:.5;cursor:not-allowed}.wm-topbar{background:var(--wm-primary);color:#fff;font-size:.78rem;letter-spacing:.02em;font-weight:500}.wm-topbar__inner{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:9px 16px;text-align:center}.wm-topbar__desktop{display:none}@media(min-width:640px){.wm-topbar__desktop{display:inline}}.wm-hero{display:grid;gap:2.5rem;padding-block:2rem}@media(min-width:768px){.wm-hero{grid-template-columns:1fr 1fr;padding-block:3.5rem;align-items:start}}.wm-gallery{display:flex;flex-direction:column-reverse;gap:1rem}@media(min-width:768px){.wm-gallery{flex-direction:row}}.wm-gallery__thumbs{display:flex;gap:.75rem}@media(min-width:768px){.wm-gallery__thumbs{flex-direction:column}}.wm .wm-gallery__thumb{position:relative!important;height:5rem!important;width:5rem!important;flex-shrink:0;overflow:hidden!important;border-radius:.5rem;border:2px solid var(--wm-border);padding:0!important;cursor:pointer;background:none}.wm-gallery__thumb.is-active{border-color:var(--wm-primary)}.wm .wm-gallery__thumb img{position:absolute!important;top:0!important;left:0!important;height:100%!important;width:100%!important;max-width:none!important;object-fit:cover!important;display:block;margin:0!important}.wm .wm-gallery__main{position:relative!important;flex:1 1 0%;min-width:0;height:0!important;min-height:0!important;max-height:none!important;padding:0 0 var(--wm-gallery-ratio, 125%) 0!important;overflow:hidden!important;border-radius:1rem;background:var(--wm-surface-2)}.wm .wm-gallery__main img{position:absolute!important;top:0!important;left:0!important;height:100%!important;width:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;display:block;margin:0!important}.wm-hero__info{display:flex;flex-direction:column;gap:1.25rem}.wm-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:color-mix(in oklch,var(--wm-accent) 20%,transparent);padding:.25rem .75rem;font-size:.75rem;font-weight:500;width:fit-content}.wm-hero__title{font-size:1.875rem;line-height:1.15}@media(min-width:768px){.wm-hero__title{font-size:3rem}}.wm-hero__sub{margin-top:.75rem;font-size:1.125rem;color:var(--wm-muted-fg)}@media(min-width:768px){.wm-hero__sub{font-size:1.25rem}}.wm-rating{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.wm-stars{display:flex;gap:1px;color:var(--wm-primary)}.wm-stars svg{width:1rem;height:1rem;fill:currentColor}.wm-price-row{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.wm-price{font-size:1.875rem;font-weight:600}.wm-price--compare{font-size:.875rem;color:var(--wm-muted-fg);text-decoration:line-through}.wm-price-save{border-radius:.375rem;background:color-mix(in oklch,var(--wm-primary) 10%,transparent);padding:.125rem .5rem;font-size:.75rem;font-weight:500;color:var(--wm-primary)}.wm-bullets{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.625rem;font-size:.9375rem}.wm-bullets li{display:flex;gap:.625rem}.wm-check{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--wm-primary);margin-top:2px}.wm-option__label{margin-bottom:.5rem;font-size:.875rem;font-weight:500}.wm-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.wm-pill{border:2px solid var(--wm-border);background:var(--wm-card);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;font-family:inherit}.wm-pill.is-active{border-color:var(--wm-fg);font-weight:600}.wm-buy-row{display:flex;gap:.75rem;margin-top:.5rem}.wm-qty{display:flex;align-items:center;border:1px solid var(--wm-border);border-radius:.5rem;background:var(--wm-card)}.wm-qty button{background:none;border:0;padding:.75rem;cursor:pointer;font-size:1.1rem;line-height:1;color:inherit}.wm-qty button:hover{background:var(--wm-secondary)}.wm-qty input{width:2.5rem;text-align:center;font-weight:500;border:0;background:none;font-family:inherit;font-size:1rem;-moz-appearance:textfield}.wm-qty input::-webkit-inner-spin-button{-webkit-appearance:none}.wm-buy-row .wm-btn--primary{flex:1}.wm-microcopy{text-align:center;font-size:.875rem;color:var(--wm-muted-fg)}.wm-trust{margin-top:.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;border-radius:.75rem;background:var(--wm-secondary);padding:1rem}@media(min-width:768px){.wm-trust{grid-template-columns:repeat(4,1fr)}}.wm-trust__item{display:flex;align-items:center;gap:.75rem}.wm-trust__icon{border-radius:9999px;background:var(--wm-bg);padding:.5rem;color:var(--wm-primary);display:inline-flex}.wm-trust__icon svg{width:1.25rem;height:1.25rem}.wm-trust__label{font-size:.875rem;font-weight:600;line-height:1.2}.wm-trust__sub{font-size:.75rem;color:var(--wm-muted-fg)}.wm-bundle__card{border:1px solid var(--wm-border);background:var(--wm-card);border-radius:1rem;padding:1.5rem}@media(min-width:768px){.wm-bundle__card{padding:2.5rem}}.wm-bundle__head{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}@media(min-width:768px){.wm-bundle__head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.wm-bundle__grid{display:grid;gap:1rem}@media(min-width:768px){.wm-bundle__grid{grid-template-columns:repeat(3,1fr)}}.wm-bundle__item{display:flex;flex-direction:column;border:2px solid var(--wm-border);border-radius:.75rem;padding:1rem;cursor:pointer;transition:border-color .15s,background .15s}.wm-bundle__item.is-selected{border-color:var(--wm-primary);background:color-mix(in oklch,var(--wm-primary) 5%,transparent)}.wm-bundle__item-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.wm-bundle__item input{width:1.25rem;height:1.25rem;accent-color:var(--wm-primary)}.wm .wm-bundle__img{position:relative!important;height:0!important;padding:0 0 100%!important;overflow:hidden!important;border-radius:.5rem;background:var(--wm-secondary)}.wm .wm-bundle__img img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;display:block;margin:0!important}.wm-bundle__name{margin-top:.75rem;font-weight:500}.wm-bundle__totals{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;border-radius:.75rem;background:var(--wm-secondary);padding:1.25rem}@media(min-width:768px){.wm-bundle__totals{flex-direction:row;justify-content:space-between}}.wm-bundle__total-price{font-size:1.5rem;font-weight:600}.wm-bundle__save{font-size:.875rem;font-weight:500;color:var(--wm-primary)}.wm-cards-head{max-width:42rem;margin-inline:auto;text-align:center}.wm-cards-head h2{margin-top:.5rem;font-size:1.875rem}@media(min-width:768px){.wm-cards-head h2{font-size:2.25rem}}.wm-cards-head p{margin-top:1rem;color:var(--wm-muted-fg)}.wm-cards{margin-top:3rem;display:grid;gap:1.5rem}@media(min-width:768px){.wm-cards{grid-template-columns:repeat(3,1fr)}}.wm-card{border-radius:.75rem;background:var(--wm-bg);padding:1.5rem;box-shadow:0 1px 2px #0000000d}.wm-card--bordered{background:var(--wm-card);border:1px solid var(--wm-border);box-shadow:none}.wm-card__icon{display:inline-flex;border-radius:.5rem;background:color-mix(in oklch,var(--wm-primary) 10%,transparent);padding:.75rem;color:var(--wm-primary)}.wm-card__icon--solid{background:var(--wm-primary);color:var(--wm-primary-fg)}.wm-card__icon svg{width:1.5rem;height:1.5rem}.wm-card h3{margin-top:1rem;font-size:1.25rem}.wm-card p{margin-top:.5rem;font-size:.875rem;line-height:1.6;color:var(--wm-muted-fg)}.wm-bg-soft{background:color-mix(in oklch,var(--wm-secondary) 50%,var(--wm-bg))}.wm-bg-primary-soft{background:color-mix(in oklch,var(--wm-primary) 5%,var(--wm-bg))}.wm-split{display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.wm-split{grid-template-columns:1fr 1fr}.wm-split--founder{grid-template-columns:2fr 3fr}}.wm-split__img{overflow:hidden;border-radius:1rem}.wm .wm-split__img img{width:100%!important;height:auto;max-height:640px;object-fit:cover!important;display:block;margin:0!important}.wm .wm-split__img--square{position:relative!important;height:0!important;padding:0 0 100%!important;overflow:hidden!important}.wm .wm-split__img--square img{position:absolute!important;top:0!important;left:0!important;height:100%!important;max-height:none!important}.wm-split h2{margin-top:1rem;font-size:1.875rem}@media(min-width:768px){.wm-split h2{font-size:2.25rem}}.wm-split .wm-body{margin-top:1rem;color:var(--wm-muted-fg);line-height:1.65}.wm-checklist{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:.75rem;font-size:.875rem}.wm-checklist li{display:flex;gap:.625rem}.wm-footnote{margin-top:1.5rem;font-size:.75rem;color:var(--wm-muted-fg)}.wm-signature{margin-top:1.5rem;font-family:var(--wm-font-serif);font-size:1.125rem}@media(max-width:767px){.wm-split__img--after{order:2}}.wm-reviews__head{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.wm-reviews__head h2{font-size:1.875rem}@media(min-width:768px){.wm-reviews__head h2{font-size:2.25rem}}.wm-reviews__grid{margin-top:2.5rem;display:grid;gap:1.25rem}@media(min-width:768px){.wm-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.wm-reviews__grid{grid-template-columns:repeat(4,1fr)}}.wm-review{border-radius:.75rem;background:var(--wm-bg);padding:1.25rem;box-shadow:0 1px 2px #0000000d}.wm-review p{margin-top:.75rem;font-size:.875rem;line-height:1.6}.wm-review__meta{margin-top:1rem;border-top:1px solid var(--wm-border);padding-top:.75rem}.wm-review__name{font-size:.875rem;font-weight:600}.wm-review__context{font-size:.75rem;color:var(--wm-muted-fg)}.wm-reviews__cta{margin-top:2rem;text-align:center}.wm-faq h2{text-align:center;font-size:1.875rem}@media(min-width:768px){.wm-faq h2{font-size:2.25rem}}.wm-faq__list{margin-top:2.5rem;border:1px solid var(--wm-border);border-radius:.75rem;background:var(--wm-card);overflow:hidden}.wm-faq__item{border-bottom:1px solid var(--wm-border)}.wm-faq__item:last-child{border-bottom:0}.wm-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;font-weight:500;cursor:pointer;list-style:none}.wm-faq__item summary::-webkit-details-marker{display:none}.wm-faq__chevron{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--wm-muted-fg);transition:transform .2s}.wm-faq__item[open] .wm-faq__chevron{transform:rotate(180deg)}.wm-faq__answer{padding:0 1.25rem 1.25rem;font-size:.875rem;color:var(--wm-muted-fg);line-height:1.6}.wm-final{background:var(--wm-primary);color:var(--wm-primary-fg);text-align:center}.wm-final h2{font-size:1.875rem}@media(min-width:768px){.wm-final h2{font-size:3rem}}.wm-final p{max-width:36rem;margin:1rem auto 0;opacity:.9}.wm-final__points{margin-top:1rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 1rem;font-size:.875rem;opacity:.9}.wm-final .wm-btn--light{margin-top:2rem}.wm-sticky{position:fixed;inset-inline:0;bottom:0;z-index:40;border-top:1px solid var(--wm-border);background:color-mix(in oklch,var(--wm-bg) 95%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(100%);transition:transform .25s}.wm-sticky.is-visible{transform:translateY(0)}@media(min-width:768px){.wm-sticky{display:none}}.wm-sticky__inner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}.wm-sticky__img{height:3rem;width:3rem;border-radius:.5rem;object-fit:cover}.wm-sticky__info{min-width:0;flex:1}.wm-sticky__name{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wm-sticky__price{font-size:.875rem;font-weight:600;color:var(--wm-primary)}.wm-sticky .wm-btn--primary{padding:.75rem 1rem;font-size:.875rem}.wm .wm-placeholder{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:var(--wm-secondary);fill:var(--wm-muted-fg);opacity:.6;display:block}.wm .wm-split__img--after.wm-split__img--square{position:relative!important;height:0!important;padding:0 0 100%!important;overflow:hidden!important}.wm .wm-btn--whatsapp{margin-top:1.25rem;background:#25d366;color:#fff;padding:.75rem 1.25rem;font-size:.9375rem;gap:.5rem}.wm-hhero{display:grid;gap:2rem;padding-block:2rem 2.5rem;align-items:center}@media(min-width:768px){.wm-hhero{grid-template-columns:1.1fr .9fr;gap:3rem;padding-block:4rem 5rem}}.wm-hhero__title{font-size:2rem;line-height:1.1}@media(min-width:768px){.wm-hhero__title{font-size:3.25rem;line-height:1.05}}.wm-hhero__highlight{color:var(--wm-primary)}.wm-hhero__sub{margin-top:1.25rem;font-size:1.0625rem;color:var(--wm-muted-fg);max-width:36rem;line-height:1.6}.wm-hhero__ctas{margin-top:1.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem}.wm-btn--pill{border-radius:9999px}.wm-hhero__link{font-size:.875rem;font-weight:500;color:inherit;text-decoration:underline;text-underline-offset:4px}.wm-hhero__link:hover{color:var(--wm-primary)}.wm-hhero__imgwrap{position:relative!important;height:0!important;padding:0 0 120%!important;overflow:hidden!important;border-radius:1.5rem;background:var(--wm-secondary)}@media(min-width:768px){.wm-hhero__imgwrap{padding-bottom:125%!important}}.wm-hhero__imgwrap img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;display:block;margin:0!important}@media(max-width:767px){.wm-hhero__media{order:-1}}.wm-wave{width:100%;height:2rem;color:color-mix(in oklch,var(--wm-primary) 60%,transparent);display:block}@media(min-width:768px){.wm-wave{height:3rem}}.wm-trustbar{border-block:1px solid var(--wm-border);background:color-mix(in oklch,var(--wm-secondary) 40%,var(--wm-bg))}.wm-trustbar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding-block:2rem}@media(min-width:768px){.wm-trustbar__grid{grid-template-columns:repeat(4,1fr)}}.wm-trustbar__item{display:flex;align-items:flex-start;gap:.75rem}.wm-trustbar__icon{color:var(--wm-accent);flex-shrink:0;margin-top:2px}.wm-trustbar__icon svg{width:1.5rem;height:1.5rem}.wm-trustbar__title{font-size:.875rem;font-weight:600}.wm-trustbar__desc{font-size:.75rem;color:var(--wm-muted-fg);margin-top:2px;line-height:1.4}.wm-coll__heading{font-size:1.875rem;max-width:42rem}@media(min-width:768px){.wm-coll__heading{font-size:2.25rem}}.wm-coll__grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.wm-coll__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.wm-coll__grid{grid-template-columns:repeat(4,1fr)}}.wm-coll__link{text-decoration:none;color:inherit;display:block}.wm-coll__imgwrap{position:relative!important;height:0!important;padding:0 0 100%!important;overflow:hidden!important;border-radius:1rem;background:var(--wm-secondary);border:1px solid var(--wm-border)}.wm-coll__imgwrap img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;display:block;margin:0!important;transition:transform .4s}.wm-coll__card:hover .wm-coll__imgwrap img{transform:scale(1.04)}.wm-coll__badge{position:absolute;top:.75rem;left:.75rem;z-index:2;background:var(--wm-primary);color:var(--wm-primary-fg);font-size:.6875rem;font-weight:600;padding:.25rem .625rem;border-radius:9999px}.wm-coll__name{margin-top:.75rem;font-size:.9375rem;font-weight:500;font-family:var(--wm-font-body)!important;line-height:1.4}.wm-coll__card:hover .wm-coll__name{color:var(--wm-primary)}.wm-coll__subtitle{font-size:.75rem;color:var(--wm-muted-fg);margin-top:2px}.wm-coll__row{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.wm-coll__price{font-size:1rem;font-weight:600}.wm-coll__view{font-size:.75rem;font-weight:500;color:var(--wm-primary);text-decoration:none}.wm-coll__view:hover{text-decoration:underline}.wm-coll__add{padding:.4rem .9rem;font-size:.75rem;border-radius:9999px;border-color:var(--wm-primary);color:var(--wm-primary)}.wm-gal__heading{font-size:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.wm-gal__heading{font-size:1.875rem}}.wm-gal__track{display:flex;gap:.75rem;overflow-x:auto;margin-inline:-1rem;padding-inline:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}@media(min-width:768px){.wm-gal__track{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;overflow:visible;margin-inline:0;padding-inline:0}}.wm-gal__item{position:relative!important;flex-shrink:0;width:16rem;scroll-snap-align:start;height:0!important;padding:0 0 21.3rem!important;overflow:hidden!important;border-radius:1rem;background:var(--wm-secondary);display:block}@media(min-width:768px){.wm-gal__item{width:auto;padding:0 0 133%!important}}.wm-gal__item img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;display:block;margin:0!important;transition:transform .4s}.wm-gal__item:hover img{transform:scale(1.04)}.wm-gal__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,oklch(.22 .015 45 / .6),transparent 45%)}.wm-gal__caption{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;z-index:2;font-size:.75rem;font-weight:500;color:#fff}.wm-news{max-width:42rem;margin-inline:auto;padding-block:4rem;text-align:center}.wm-news__title{font-size:1.5rem}@media(min-width:768px){.wm-news__title{font-size:1.875rem}}.wm-news__text{margin-top:.75rem;font-size:.9375rem;color:var(--wm-muted-fg);line-height:1.6}.wm-news__row{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;max-width:28rem;margin-inline:auto}@media(min-width:640px){.wm-news__row{flex-direction:row}}.wm-news__input{flex:1;height:3rem;border-radius:9999px;border:1px solid var(--wm-border);background:var(--wm-bg);padding-inline:1.25rem;font-family:inherit;font-size:.9375rem}.wm-news__rgpd{margin-top:.75rem;font-size:.75rem;color:var(--wm-muted-fg);max-width:28rem;margin-inline:auto}.wm-news__rgpd a{color:inherit;text-decoration:underline;text-underline-offset:2px}.wm-news__ok{margin-top:1.5rem;font-weight:600;color:var(--wm-accent)}.wm-news__error{margin-top:.5rem;font-size:.8125rem;color:#df202e}
/*# sourceMappingURL=/cdn/shop/t/7/assets/wm-pdp.css.map */
