*,*:before,*:after{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100%;margin:0;background:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.5;text-rendering:optimizeLegibility}img,picture,svg,video{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}a:hover{color:var(--color-primary)}h1,h2,h3,h4,h5,h6{margin:0;color:var(--color-text);font-family:var(--font-heading);font-weight:700;line-height:1.15}p{margin:0}.skip-link{position:fixed;top:1rem;left:1rem;z-index:9999;transform:translateY(-150%);border-radius:var(--radius-button);background:var(--color-primary);color:#fff;padding:.75rem 1rem;font-weight:700;transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.main-content{min-height:100vh}.page-width{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:1rem}.section-spacing{padding-block:2.5rem}.surface-card{border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:0 1px 2px #1018280a}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;border:1px solid transparent;border-radius:var(--radius-button);padding:.75rem 1rem;font-weight:700;line-height:1;transition:background .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}.button:hover{transform:translateY(-1px)}.button:disabled,.button[aria-disabled=true]{cursor:not-allowed;opacity:.55;transform:none}.button--primary{background:var(--color-primary);color:#fff}.button--primary:hover{background:var(--color-primary-hover);color:#fff}.button--secondary{border-color:var(--color-primary);background:transparent;color:var(--color-primary)}.button--secondary:hover{background:#0057d814;color:var(--color-primary)}.muted{color:var(--color-muted)}.price{color:var(--color-pix);font-weight:800}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.site-header-wrapper{position:sticky;top:0;z-index:40;background:var(--color-surface)}.announcement-bar{background:var(--announcement-bg, var(--color-announcement));color:var(--announcement-text, #fff)}.announcement-bar__inner{position:relative;display:flex;min-height:36px;align-items:center;justify-content:center;padding:.5rem 2.75rem;text-align:center}.announcement-bar__text{font-size:.8125rem;font-weight:800;line-height:1.2}.site-header{border-bottom:1px solid var(--color-border);background:var(--color-surface);box-shadow:0 1px 3px #10182814}.site-header__inner{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:1rem}.site-header__logo-link{display:inline-flex;flex:0 0 auto;align-items:center;color:var(--color-text)}.site-header__logo-image{width:var(--logo-width-mobile, 150px);height:auto;display:block;max-height:48px;object-fit:contain}.site-header__logo-image--brand{width:clamp(135px,34vw,180px)}.site-header__logo-text{font-family:var(--font-heading);font-size:1.125rem;font-weight:800;line-height:1}.site-header__nav{display:none}.site-header__actions{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:.25rem}.site-header__icon-button,.site-header__menu-button{position:relative;display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:#111827;transition:background .16s ease,color .16s ease,opacity .16s ease}.site-header__icon-button:hover,.site-header__menu-button:hover{background:#f3f4f6;color:var(--color-primary)}.site-header__icon-button svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.site-header__cart-count{position:absolute;top:.125rem;right:.125rem;display:inline-flex;min-width:1.125rem;height:1.125rem;align-items:center;justify-content:center;border-radius:999px;background:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:800;line-height:1}.site-header__customer-links{display:none}.site-header__menu-button{margin-left:.125rem}.site-header__menu-icon{position:relative;display:block;width:1.125rem;height:.875rem}.site-header__menu-icon span{position:absolute;left:0;display:block;width:100%;height:2px;border-radius:999px;background:currentColor;transition:top .18s ease,transform .18s ease,opacity .14s ease}.site-header__menu-icon span:nth-child(1){top:0}.site-header__menu-icon span:nth-child(2){top:6px}.site-header__menu-icon span:nth-child(3){top:12px}.site-header__menu-button[aria-expanded=true] .site-header__menu-icon span:nth-child(1){top:6px;transform:rotate(45deg)}.site-header__menu-button[aria-expanded=true] .site-header__menu-icon span:nth-child(2){opacity:0}.site-header__menu-button[aria-expanded=true] .site-header__menu-icon span:nth-child(3){top:6px;transform:rotate(-45deg)}.mobile-menu{max-height:0;overflow:hidden;border-top:1px solid transparent;background:var(--color-surface);opacity:0;visibility:hidden;transition:max-height .24s ease,opacity .18s ease,visibility .18s ease,border-color .18s ease}.mobile-menu.is-open{max-height:80vh;border-top-color:var(--color-border);opacity:1;visibility:visible}.mobile-menu__inner{padding-block:.75rem 1rem}.mobile-menu__nav{display:grid;gap:.25rem}.mobile-menu__link{display:flex;min-height:2.5rem;align-items:center;border-radius:.625rem;padding:.625rem .75rem;color:#374151;font-size:.875rem;font-weight:600;transition:background .16s ease,color .16s ease}.mobile-menu__link:hover,.mobile-menu__link.is-active{background:#f9fafb;color:var(--color-primary)}.mobile-menu__link--whatsapp{color:var(--color-primary)}.mobile-menu__customer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding-top:.75rem}.hero-banner{position:relative;width:100%;overflow:hidden;background:#fff}.hero-banner__viewport{position:relative;overflow:hidden}.hero-banner__slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block;opacity:0;pointer-events:none;transition:opacity .52s ease}.hero-banner__slide.is-active{position:relative;z-index:1;opacity:1;pointer-events:auto}.hero-banner__link,.hero-banner__picture{display:block}.hero-banner__image{width:100%;height:auto;object-fit:contain;object-position:center}.hero-banner__dots{position:absolute;right:1rem;bottom:.75rem;z-index:2;display:flex;align-items:center;gap:.4rem}.hero-banner__dot{width:.55rem;height:.55rem;border:0;border-radius:999px;background:#ffffffb8;box-shadow:0 0 0 1px #0057d82e;padding:0;transition:background .16s ease,transform .16s ease,width .16s ease}.hero-banner__dot.is-active{width:1.3rem;background:var(--color-primary);transform:translateY(-1px)}.hero-banner__placeholder{display:grid;min-height:132px;place-items:center;background:linear-gradient(135deg,#f5f7fa,#fff);color:var(--color-text);font-family:var(--font-heading);font-weight:800;text-align:center}.benefits-section{border-bottom:1px solid #e5e7eb;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;padding-block:1.5rem}.benefit-item{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.75rem}.benefit-item__icon{display:inline-flex;flex:0 0 auto;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:999px}.benefit-item__icon svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.benefit-item__icon--green{background:#eaf2ff;color:var(--color-primary)}.benefit-item__icon--yellow{background:#fffbeb;color:#d97706}.benefit-item__icon--blue{background:#eff6ff;color:#2563eb}.benefit-item__icon--purple{background:#faf5ff;color:#9333ea}.benefit-item__text{display:grid;min-width:0;gap:.125rem}.benefit-item__text strong{color:var(--color-text);font-size:.8125rem;font-weight:800;line-height:1.15}.benefit-item__text small{color:#667085;font-size:.75rem;line-height:1.2}.featured-products{background:var(--color-background)}.featured-products__header{display:grid;gap:1rem;margin-bottom:2rem}.featured-products__header h2,.collection-grid-section__header h2,.image-text__content h2,.newsletter-card h2{font-size:clamp(1.5rem,1.25rem + 1vw,1.75rem)}.featured-products__filters{display:flex;flex-wrap:wrap;gap:.5rem}.featured-products__filter{display:inline-flex;min-height:2rem;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#111827;padding:.5rem .875rem;font-size:.75rem;font-weight:600;line-height:1;box-shadow:0 1px 2px #1018280a;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.featured-products__filter:hover,.featured-products__filter.is-active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-card);background:#fff;transition:box-shadow .18s ease,transform .18s ease}.product-card:hover{box-shadow:0 12px 24px #10182814;transform:translateY(-1px)}.product-card.is-hidden{display:none}.product-card__media-link{display:block}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:#fff;padding:.5rem}.product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .26s ease}.product-card:hover .product-card__image{transform:scale(1.045)}.product-card__image-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#d1d5db}.product-card__image-placeholder svg{width:3rem;height:3rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.product-card__sold-out{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#10182875;color:#fff;font-size:.8125rem;font-weight:800}.product-card__content{display:flex;flex:1 1 auto;flex-direction:column;padding:.75rem}.product-card__badge{align-self:flex-start;border-radius:999px;background:#f9fafb;color:#374151;padding:.1875rem .5rem;font-size:.75rem;line-height:1.2}.product-card__title{display:block;height:2.7em;max-height:2.7em;overflow:hidden;margin-top:.5rem;font-family:var(--font-body);font-size:.875rem;font-weight:800;line-height:1.35;contain:paint}.product-card__title a{display:-webkit-box;max-height:2.7em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.product-card__title a:hover{color:var(--color-primary)}.product-card__price-block{display:grid;gap:.125rem;margin-top:.625rem}.product-card__compare-price{color:#9ca3af;font-size:.75rem;line-height:1;text-decoration:line-through}.product-card__pix-badge{justify-self:start;border-radius:999px;background:#eaf2ff;color:#004fc4;padding:.0625rem .375rem;font-size:.75rem;font-weight:800;line-height:1.2}.product-card__pix-price{color:var(--color-pix);font-size:1.25rem;font-weight:900;line-height:1.05}.product-card__pix-label{color:#667085;font-size:.75rem;line-height:1}.product-card__form{margin-top:auto;padding-top:.75rem}.product-card__button{display:inline-flex;width:100%;min-height:2rem;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:var(--radius-button);background:var(--color-primary);color:#fff;padding:.5rem .75rem;font-size:.75rem;font-weight:800;line-height:1;transition:background .16s ease,opacity .16s ease}.product-card__button:hover{background:var(--color-primary-hover)}.product-card__button:disabled{cursor:not-allowed;background:#e5e7eb;color:#9ca3af}.product-card__button svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.featured-products__empty,.featured-products__empty-message{padding:2rem;color:var(--color-muted);text-align:center}.collection-page{background:var(--color-background)}.collection-page__header{display:grid;gap:1rem;margin-bottom:1.25rem}.collection-page__heading{display:grid;gap:.625rem}.collection-page__eyebrow{color:var(--color-primary);font-size:.8125rem;font-weight:800;letter-spacing:.02em;line-height:1;text-transform:uppercase}.collection-page__title{font-size:clamp(1.75rem,1.45rem + 1.2vw,2.35rem)}.collection-page__description{max-width:760px;color:var(--color-muted)}.collection-page__count{justify-self:start;border:1px solid #c7d7ff;border-radius:999px;background:#eaf2ff;color:var(--color-primary);padding:.375rem .75rem;font-size:.8125rem;font-weight:800;line-height:1}.collection-toolbar{display:grid;gap:1rem;margin-bottom:1rem;padding:1rem}.collection-toolbar__group,.collection-sort{display:grid;gap:.625rem}.collection-toolbar__label,.collection-sort__label{color:#667085;font-size:.75rem;font-weight:800;letter-spacing:.02em;line-height:1;text-transform:uppercase}.collection-toolbar__filters{display:flex;flex-wrap:wrap;gap:.5rem}.collection-sort__select{min-height:2.5rem;border:1px solid var(--color-border);border-radius:var(--radius-button);background:#fff;color:var(--color-text);padding:.55rem 2.25rem .55rem .75rem;font-size:.875rem;font-weight:700}.collection-facets{display:grid;gap:1rem;margin-bottom:1.25rem;padding:1rem}.collection-facets__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.collection-facets__header h2{font-family:var(--font-body);font-size:.9375rem;font-weight:900}.collection-facets__clear{color:var(--color-primary);font-size:.8125rem;font-weight:800}.collection-facets__grid{display:grid;gap:.75rem}.collection-facet{overflow:hidden;border:1px solid #eaecf0;border-radius:.5rem;background:#fff}.collection-facet__summary{display:flex;min-height:2.75rem;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem;color:#344054;cursor:pointer;font-size:.875rem;font-weight:800;list-style:none}.collection-facet__summary::-webkit-details-marker{display:none}.collection-facet__summary svg{width:1rem;height:1rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .16s ease}.collection-facet[open] .collection-facet__summary svg{transform:rotate(180deg)}.collection-facet__values{display:grid;gap:.5rem;padding:0 .75rem .75rem}.collection-facet__choice{display:flex;min-width:0;align-items:center;gap:.5rem;color:#475467;font-size:.875rem}.collection-facet__choice input{width:1rem;height:1rem;flex:0 0 auto;accent-color:var(--color-primary)}.collection-facet__choice span{min-width:0;flex:1 1 auto}.collection-facet__choice small{color:#98a2b3;font-size:.75rem}.collection-facet__choice.is-disabled{color:#98a2b3}.collection-facet__price{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.collection-facet__price label{display:grid;gap:.375rem;color:#667085;font-size:.75rem;font-weight:800}.collection-facet__price input{width:100%;min-height:2.4rem;border:1px solid var(--color-border);border-radius:var(--radius-button);color:var(--color-text);padding:.55rem .625rem}.collection-facets__apply{width:100%}.collection-active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:-.25rem 0 1.25rem}.collection-active-filters:empty{display:none}.collection-active-filters__item{display:inline-flex;min-height:2rem;align-items:center;gap:.375rem;border:1px solid #c7d7ff;border-radius:999px;background:#eaf2ff;color:var(--color-primary);padding:.375rem .625rem;font-size:.75rem;font-weight:800}.collection-page__grid{margin-top:1rem}.collection-page__empty{display:grid;grid-column:1 / -1;gap:.75rem;justify-items:start;padding:2rem}.collection-page__empty h2{font-family:var(--font-body);font-size:1.25rem;font-weight:900}.collection-page__empty p,.collection-page__empty-message{color:var(--color-muted)}.collection-page__empty-message{margin-top:1rem;padding:2rem;text-align:center}.collection-pagination{margin-top:2rem}.collection-pagination__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin:0;padding:0;list-style:none}.collection-pagination__link{display:inline-flex;min-width:2.35rem;min-height:2.35rem;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-button);background:#fff;color:#344054;padding:.5rem;font-size:.875rem;font-weight:800;line-height:1;transition:background .16s ease,border-color .16s ease,color .16s ease}.collection-pagination__link:hover,.collection-pagination__link.is-current{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.collection-pagination__link--wide{min-width:5.5rem;padding-inline:.875rem}.collection-pagination__link.is-disabled,.collection-pagination__link.is-gap{cursor:default;background:#f9fafb;color:#98a2b3}.image-text__grid{display:grid;gap:1.5rem;align-items:center}.image-text__media{overflow:hidden}.image-text__media img{width:100%;height:100%;object-fit:cover}.image-text__content{display:grid;gap:1rem}.image-text__eyebrow{color:var(--color-primary);font-size:.8125rem;font-weight:800;text-transform:uppercase}.image-text__text{color:var(--color-muted)}.collection-grid-section__header{margin-bottom:1.5rem}.collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.collection-card{overflow:hidden}.collection-card__media{aspect-ratio:1.2;background:#fff}.collection-card__media img{width:100%;height:100%;object-fit:cover}.collection-card__body{display:grid;gap:.25rem;padding:1rem}.collection-card__body strong{font-family:var(--font-heading);font-size:1rem}.collection-card__body span{color:var(--color-muted);font-size:.875rem}.newsletter-card{display:grid;gap:1.25rem;padding:1.5rem}.newsletter-card__content,.newsletter-card__form{display:grid;gap:.75rem}.newsletter-card__message{color:var(--color-primary);font-size:.875rem;font-weight:700}.newsletter-card__message--error{color:#dc2626}.rte{color:inherit}.rte>*+*{margin-top:.75rem}.rte ul,.rte ol{padding-left:1.25rem}.main-product{background:var(--color-background)}.main-product__back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#667085;font-size:.875rem;font-weight:600}.main-product__back svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.main-product__card{overflow:hidden}.product-gallery{background:#fff}.product-gallery__stage{display:grid;min-height:0;place-items:center;background:#f9fafb;padding:.75rem}.product-gallery__media{display:grid;width:100%;place-items:center}.product-gallery__media img,.product-gallery__fallback-image,.product-gallery__media video,.product-gallery__media iframe,.product-gallery__media model-viewer{width:auto;max-width:100%;height:auto;max-height:min(84vw,460px);object-fit:contain}.product-gallery__placeholder{display:grid;min-height:280px;place-items:center;color:#d1d5db}.product-gallery__placeholder svg{width:5rem;height:5rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.product-gallery__thumbs{display:flex;gap:.625rem;overflow-x:auto;border-top:1px solid var(--color-border);padding:.75rem;scrollbar-width:thin}.product-gallery__thumb{width:4.75rem;height:4.75rem;flex:0 0 auto;overflow:hidden;border:2px solid transparent;border-radius:.625rem;background:#f9fafb;padding:0;transition:border-color .16s ease,opacity .16s ease}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{border-color:var(--color-primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.main-product__info{display:grid;gap:1rem;padding:1.5rem}.main-product__header{display:grid;gap:.75rem}.main-product__badge{justify-self:start;border-radius:999px;background:#f3f4f6;color:#4b5563;padding:.25rem .625rem;font-size:.75rem;line-height:1.2}.main-product__title{font-size:clamp(1.5rem,1.1rem + 1vw,1.75rem)}.product-rating{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;color:#344054;font-size:.875rem;line-height:1}.product-rating__stars{position:relative;display:inline-block;color:#d0d5dd;font-size:.875rem;letter-spacing:.04em;line-height:1}.product-rating__stars-fill{position:absolute;inset:0 auto 0 0;width:var(--rating-percent, 0%);overflow:hidden;color:#f5b400;white-space:nowrap}.product-rating__value{font-weight:800}.product-rating__count{color:var(--color-muted)}.product-card__rating{margin-top:.45rem;font-size:.75rem}.main-product__rating{margin-top:.25rem}.main-product__notice{border:1px solid #fed7aa;border-radius:.625rem;background:#fff7ed;color:#c2410c;padding:.75rem;font-size:.8125rem;font-weight:700}.main-product__description,.main-product__technical{color:#475467;font-size:.875rem;line-height:1.65}.main-product__description h2,.main-product__description h3{color:var(--color-text);font-family:var(--font-body);font-size:.9375rem;font-weight:900;letter-spacing:.02em;line-height:1.25;text-transform:uppercase}.main-product__technical{display:grid;gap:.5rem}.main-product__technical h2,.product-details h2,.related-products__header h2{color:var(--color-text);font-family:var(--font-body);font-size:.9375rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.main-product__purchase{display:grid;gap:1rem;margin-top:.25rem;border-top:1px solid var(--color-border);padding-top:1rem}.product-price{display:grid;gap:.25rem}.product-price__topline{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem}.product-price__regular{color:#98a2b3;font-size:1rem;text-decoration:line-through}.product-price__badge{border-radius:999px;background:var(--color-pix);color:#fff;padding:.25rem .625rem;font-size:.75rem;font-weight:900;line-height:1.1}.product-price__pix{color:var(--color-pix);font-size:clamp(2rem,1.65rem + 1vw,2.5rem);font-weight:900;line-height:1.05}.product-price__commercial{color:#667085;font-size:.875rem}.product-form{display:grid;gap:1rem}.product-form__options{display:grid;gap:.875rem}.product-form__option{display:grid;gap:.5rem;min-width:0;border:0;margin:0;padding:0}.product-form__option legend,.product-form__quantity-label{color:#344054;font-size:.875rem;font-weight:800}.product-form__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product-form__option-label{display:inline-flex;min-height:2.25rem;align-items:center;justify-content:center;border:1px solid #d0d5dd;border-radius:999px;background:#fff;color:#344054;padding:.5rem .875rem;font-size:.875rem;font-weight:700;transition:background .16s ease,border-color .16s ease,color .16s ease}.product-form__radio:checked+.product-form__option-label{border-color:var(--color-primary);background:#eaf2ff;color:var(--color-primary)}.product-form__quantity-row{display:grid;gap:.5rem}.quantity-selector{display:inline-grid;width:9rem;grid-template-columns:2.5rem 1fr 2.5rem;align-items:center;overflow:hidden;border:1px solid #d0d5dd;border-radius:.625rem;background:#fff}.quantity-selector button{display:inline-flex;height:2.5rem;align-items:center;justify-content:center;border:0;background:transparent;color:#667085}.quantity-selector button:hover{color:var(--color-primary)}.quantity-selector svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.quantity-selector input{width:100%;height:2.5rem;border:0;color:var(--color-text);font-weight:800;text-align:center;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.product-form__submit,.shopify-payment-button__button{display:inline-flex;width:100%;min-height:3.25rem;align-items:center;justify-content:center;gap:.625rem;border:0;border-radius:var(--radius-button);background:var(--color-primary);color:#fff;padding:.875rem 1rem;font-size:1rem;font-weight:900;line-height:1;transition:background .16s ease,opacity .16s ease}.product-form__submit:hover,.shopify-payment-button__button:hover{background:var(--color-primary-hover)}.product-form__submit--secondary{border:2px solid var(--color-primary);background:#fff;color:var(--color-primary)}.product-form__submit--secondary:hover{background:#eaf2ff;color:var(--color-primary)}.product-form__submit:disabled{cursor:not-allowed;background:#e5e7eb;color:#98a2b3}.product-form__submit--secondary:disabled{border-color:#e5e7eb;background:#fff;color:#98a2b3}.product-form__submit svg{width:1.125rem;height:1.125rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.product-form__status{min-height:1.125rem;color:var(--color-primary);font-size:.8125rem;font-weight:700}.product-form__status.is-error{color:#dc2626}.product-trust-seals{display:grid;gap:.75rem;border-top:1px solid var(--color-border);padding-top:1rem}.product-trust-seal{display:flex;align-items:center;gap:.75rem;color:#667085}.product-trust-seal__icon{display:inline-flex;width:2rem;height:2rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:999px}.product-trust-seal__icon svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.product-trust-seal__icon--green{background:#eaf2ff;color:var(--color-primary)}.product-trust-seal__icon--blue{background:#eff6ff;color:#2563eb}.product-trust-seal__icon--yellow{background:#fffbeb;color:#d97706}.product-trust-seal__icon--purple{background:#faf5ff;color:#9333ea}.product-trust-seal span:last-child{display:grid;gap:.125rem}.product-trust-seal strong{color:var(--color-text);font-size:.8125rem;line-height:1.2}.product-trust-seal small{color:#667085;font-size:.75rem}.product-details{display:grid;gap:1rem;border-top:1px solid var(--color-border);padding:1.5rem}.product-details__table{display:grid;overflow:hidden;border-radius:.625rem}.product-details__row{display:grid;grid-template-columns:minmax(100px,.45fr) minmax(0,1fr);gap:.5rem;background:#fff;color:#344054;padding:.75rem 1rem;font-size:.875rem}.product-details__row:nth-child(odd){background:#f9fafb}.product-details__row span{color:#344054;font-weight:700}.product-details__row strong{font-weight:500}.product-details__html{overflow:hidden;border-radius:.625rem}.product-details__html table{width:100%;border-collapse:collapse}.product-details__html tr:nth-child(odd){background:#f9fafb}.product-details__html th,.product-details__html td{padding:.75rem 1rem;color:#344054;font-size:.875rem;line-height:1.35;text-align:left;vertical-align:top}.product-details__html th{width:45%;font-weight:700}.product-details__html td{font-weight:500}.related-products{background:var(--color-background)}.related-products:empty{display:none}.related-products__header{margin-bottom:1.5rem}.not-found-page,.search-page{background:var(--color-background)}.not-found-page__card{display:grid;max-width:760px;gap:1rem;margin-inline:auto;padding:2rem;text-align:center}.not-found-page__eyebrow,.search-page__eyebrow{color:var(--color-primary);font-size:.8125rem;font-weight:900;letter-spacing:.02em;line-height:1;text-transform:uppercase}.not-found-page__card h1,.search-page__header h1{font-size:clamp(1.8rem,1.4rem + 1.6vw,2.6rem)}.not-found-page__card p{color:var(--color-muted);font-size:1rem}.not-found-page__search,.search-page__form{display:grid;gap:.75rem}.not-found-page__search input,.search-page__form input{width:100%;min-height:3rem;border:1px solid var(--color-border);border-radius:var(--radius-button);background:#fff;color:var(--color-text);padding:.75rem .875rem}.not-found-page__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.search-page__header{display:grid;max-width:820px;gap:1rem;margin-bottom:2rem}.search-page__grid{margin-top:1rem}.search-page__empty{display:grid;gap:.75rem;justify-items:start;padding:2rem}.search-page__empty h2{font-family:var(--font-body);font-size:1.25rem;font-weight:900}.search-page__empty p{color:var(--color-muted)}.site-footer{background:var(--color-footer);color:var(--color-footer-text)}.site-footer__inner{display:grid;gap:1.5rem;padding-block:2.5rem 1.25rem}.site-footer__main{display:grid;gap:2rem}.site-footer__brand,.site-footer__column,.site-footer__newsletter{display:grid;align-content:start;gap:1rem}.site-footer__logo-link{display:inline-flex;width:fit-content;align-items:center;color:#fff}.site-footer__logo{width:min(210px,100%);height:auto;display:block}.site-footer__logo-text{color:#fff;font-family:var(--font-heading);font-size:1.35rem;font-weight:800;line-height:1}.site-footer__description{max-width:440px;color:var(--color-footer-text);font-size:.875rem;line-height:1.6}.site-footer__tagline{max-width:440px;color:#fff;font-size:.9375rem;font-weight:800;line-height:1.45}.site-footer__column h2,.site-footer__newsletter h2{color:#fff;font-family:var(--font-body);font-size:1rem;font-weight:900}.site-footer__links,.site-footer__info-list{display:grid;gap:.625rem;margin:0;padding:0;list-style:none}.site-footer__links--secondary{border-top:1px solid rgba(255,255,255,.08);padding-top:.875rem}.site-footer__links a{color:var(--color-footer-text);font-size:.875rem;transition:color .16s ease}.site-footer__links a:hover{color:#fff}.site-footer__info-list li{display:flex;align-items:flex-start;gap:.5rem;color:var(--color-footer-text);font-size:.875rem;line-height:1.45}.site-footer__info-list svg{width:1rem;height:1rem;flex:0 0 auto;margin-top:.125rem;fill:none;stroke:#ffb703;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.site-footer__socials{display:flex;flex-wrap:wrap;gap:.625rem}.site-footer__socials a{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0a;color:#fff;transition:background .16s ease,border-color .16s ease,color .16s ease}.site-footer__socials a:hover{border-color:#ffb703;background:#ffb703;color:#061b4d}.site-footer__socials svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-footer__socials a[aria-label=Facebook] svg,.site-footer__socials a[aria-label=TikTok] svg{fill:currentColor;stroke:none}.site-footer__payments{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.25rem}.site-footer__payments span{display:inline-flex;min-height:1.9rem;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:.375rem;background:#ffffff0f;color:#fff;padding:.375rem .625rem;font-size:.7rem;font-weight:900;letter-spacing:.02em;line-height:1;text-transform:uppercase}.site-footer__newsletter p{color:var(--color-footer-text);font-size:.875rem;line-height:1.55}.site-footer__newsletter-form{display:grid;gap:.625rem}.site-footer__newsletter-form input{width:100%;min-height:2.75rem;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-button);background:#ffffff0f;color:#fff;padding:.75rem .875rem}.site-footer__newsletter-form input::placeholder{color:#ffffff8c}.site-footer__newsletter-form button{min-height:2.75rem;border:0;border-radius:var(--radius-button);background:var(--color-primary);color:#fff;padding:.75rem 1rem;font-size:.875rem;font-weight:900;transition:background .16s ease}.site-footer__newsletter-form button:hover{background:var(--color-primary-hover)}.site-footer__newsletter-message{color:#bfdbfe;font-size:.8125rem;font-weight:700}.site-footer__newsletter-message--error{color:#fca5a5}.site-footer__legal{display:grid;gap:1.5rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.site-footer__legal-company,.site-footer__legal-nav{display:grid;align-content:start;gap:.875rem}.site-footer__legal h2{color:#fff;font-family:var(--font-body);font-size:1rem;font-weight:900}.site-footer__legal dl{display:grid;gap:.75rem;margin:0}.site-footer__legal dl div{display:grid;gap:.125rem}.site-footer__legal dt{color:#ffffff9e;font-size:.72rem;font-weight:900;line-height:1.2;text-transform:uppercase}.site-footer__legal dd{margin:0;color:var(--color-footer-text);font-size:.875rem;line-height:1.45}.site-footer__legal a{color:var(--color-footer-text);text-decoration:underline;text-decoration-color:#ffffff38;text-underline-offset:.18em;transition:color .16s ease,text-decoration-color .16s ease}.site-footer__legal a:hover{color:#fff;text-decoration-color:#fff}.site-footer__legal-nav ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem 1rem;margin:0;padding:0;list-style:none}.site-footer__legal-nav a{display:inline-flex;min-height:1.75rem;align-items:center;font-size:.875rem;font-weight:700;line-height:1.25}.site-footer__transparency{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-button);background:#ffffff0a;color:var(--color-footer-text);padding:.875rem;font-size:.8125rem;line-height:1.55}.footer-legal-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:1rem;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.footer-legal-page:target{opacity:1;pointer-events:auto;visibility:visible}.footer-legal-page__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1018289e}.footer-legal-page__panel{position:relative;display:grid;width:min(100%,720px);max-height:calc(100vh - 2rem);gap:.875rem;overflow-y:auto;border-radius:.75rem;background:#fff;color:var(--color-text);padding:1.5rem;box-shadow:0 24px 60px #1018283d}.footer-legal-page__close{position:absolute;top:.875rem;right:.875rem;display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-button);background:#fff;color:#344054}.footer-legal-page__close:hover{color:var(--color-primary)}.footer-legal-page__close svg{width:1.125rem;height:1.125rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.footer-legal-page__eyebrow{padding-right:2.75rem;color:var(--color-primary);font-size:.75rem;font-weight:900;letter-spacing:.02em;line-height:1;text-transform:uppercase}.footer-legal-page__panel h2{padding-right:2.75rem;font-size:clamp(1.5rem,1.25rem + .8vw,1.85rem)}.footer-legal-page__panel h3{color:var(--color-text);font-family:var(--font-body);font-size:1rem;font-weight:900}.footer-legal-page__panel p,.footer-legal-page__panel li{color:#475467;font-size:.9375rem;line-height:1.65}.footer-legal-page__panel ul{display:grid;gap:.5rem;margin:0;padding-left:1.25rem}.footer-legal-page__panel a{color:var(--color-primary);font-weight:800}.site-footer__bottom{display:grid;gap:.5rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1.25rem}.site-footer__bottom p{color:var(--color-footer-text);font-size:.8125rem;line-height:1.45}.floating-whatsapp{position:fixed;right:1.25rem;bottom:1.25rem;z-index:60;display:inline-flex;width:3.5rem;height:3.5rem;align-items:center;justify-content:center;border-radius:999px;background:var(--color-primary);color:#fff;box-shadow:0 12px 24px #0057d847;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.floating-whatsapp:before{position:absolute;top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem;z-index:-1;border-radius:inherit;background:#0057d824;content:""}.floating-whatsapp:hover{background:var(--color-primary-hover);color:#fff;transform:translateY(-2px);box-shadow:0 16px 32px #003f9e57}.floating-whatsapp img{width:2rem;height:2rem;object-fit:contain}.floating-whatsapp svg{width:1.85rem;height:1.85rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}@media(max-width:749px){.floating-whatsapp{right:1.125rem;bottom:calc(5rem + env(safe-area-inset-bottom))}}@media(max-width:989px){.featured-products__header{margin-bottom:1.25rem}.featured-products__filters,.collection-toolbar__filters{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.featured-products__filters::-webkit-scrollbar,.collection-toolbar__filters::-webkit-scrollbar{display:none}.featured-products__filter{flex:0 0 auto;min-height:2.25rem}.collection-toolbar__label{display:none}.collection-toolbar{gap:.75rem;padding:0;border:0;background:transparent;box-shadow:none}.collection-sort,.collection-sort__select{width:100%}.collection-pagination__list{justify-content:center}}body.cart-drawer-open{overflow:hidden}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#10182870;opacity:0;transition:opacity .24s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;display:grid;width:min(100vw,440px);height:100%;grid-template-rows:auto minmax(0,1fr);transform:translate(100%);background:#fff;box-shadow:-20px 0 40px #10182829;transition:transform .26s ease}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer.is-loading .cart-drawer__panel{cursor:progress}.cart-drawer__header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--color-border);padding:1rem}.cart-drawer__eyebrow,.cart-page__eyebrow{color:var(--color-primary);font-size:.75rem;font-weight:800;letter-spacing:.02em;line-height:1;text-transform:uppercase}.cart-drawer__header h2{margin-top:.25rem;font-size:1.25rem}.cart-drawer__header-actions{display:flex;flex:0 0 auto;align-items:center;gap:.625rem}.cart-drawer__count{border-radius:999px;background:#eaf2ff;color:var(--color-primary);padding:.375rem .625rem;font-size:.75rem;font-weight:800;line-height:1}.cart-drawer__close{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-button);background:#fff;color:#344054}.cart-drawer__close:hover{color:var(--color-primary)}.cart-drawer__close svg,.cart-page__empty-icon svg,.cart-drawer__empty-icon svg{width:1.125rem;height:1.125rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.cart-drawer__form{display:grid;min-height:0;grid-template-rows:minmax(0,1fr) auto}.cart-drawer__items{display:grid;align-content:start;gap:0;overflow-y:auto}.cart-line{display:grid;grid-template-columns:86px minmax(0,1fr);gap:.875rem;border-bottom:1px solid var(--color-border);padding:1rem}.cart-line__media,.cart-page-line__media{display:block;overflow:hidden;border:1px solid #eaecf0;border-radius:.625rem;background:#f9fafb}.cart-line__media{width:86px;height:86px}.cart-line__media img,.cart-page-line__media img{width:100%;height:100%;object-fit:contain}.cart-line__placeholder{display:grid;width:100%;height:100%;place-items:center;color:#d1d5db}.cart-line__placeholder svg{width:2.5rem;height:2.5rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.cart-line__content,.cart-page-line__content{display:grid;min-width:0;gap:.75rem}.cart-line__top,.cart-page-line__top{display:grid;min-width:0;gap:.375rem}.cart-line__title,.cart-page-line__title{display:-webkit-box;overflow:hidden;color:var(--color-text);font-size:.875rem;font-weight:800;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-line__variant,.cart-page-line__variant{color:#667085;font-size:.75rem}.cart-line__price,.cart-page-line__price{color:var(--color-pix);font-size:.9375rem;font-weight:900}.cart-line__bottom,.cart-page-line__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.cart-quantity{display:inline-grid;grid-template-columns:2rem 2.5rem 2rem;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-button);background:#fff}.cart-quantity button,.cart-quantity input{width:100%;min-height:2rem;border:0;background:transparent;color:var(--color-text);text-align:center}.cart-quantity button{display:inline-flex;align-items:center;justify-content:center}.cart-quantity button:hover{background:#f9fafb;color:var(--color-primary)}.cart-quantity svg{width:.875rem;height:.875rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.cart-quantity input{border-inline:1px solid var(--color-border);font-size:.8125rem;font-weight:800;-webkit-appearance:textfield;appearance:textfield}.cart-quantity input::-webkit-outer-spin-button,.cart-quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.cart-line__remove,.cart-page-line__remove{border:0;background:transparent;color:#dc2626;padding:0;font-size:.75rem;font-weight:800}.cart-drawer__footer{display:grid;gap:1rem;border-top:1px solid var(--color-border);background:#fff;padding:1rem;box-shadow:0 -8px 20px #1018280d}.cart-drawer__benefits,.cart-page__benefits{display:grid;gap:.5rem}.cart-drawer__benefits span,.cart-page__benefits span{display:flex;align-items:center;gap:.5rem;color:#667085;font-size:.75rem;font-weight:700}.cart-drawer__benefits svg,.cart-page__benefits svg{width:1rem;height:1rem;flex:0 0 auto;fill:none;stroke:var(--color-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.cart-drawer__subtotal,.cart-page__summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-drawer__subtotal span,.cart-page__summary-row span{color:#667085;font-size:.875rem;font-weight:700}.cart-drawer__subtotal strong,.cart-page__summary-row strong{color:var(--color-pix);font-size:1.25rem;font-weight:900}.cart-drawer__checkout{width:100%}.cart-drawer__continue{border:0;background:transparent;color:#667085;padding:.25rem;font-size:.8125rem;font-weight:800}.cart-drawer__continue:hover{color:var(--color-primary)}.cart-drawer__empty,.cart-page__empty{display:grid;justify-items:center;align-content:center;gap:.875rem;min-height:420px;padding:2rem;text-align:center}.cart-drawer__empty[hidden],.cart-drawer__form[hidden]{display:none}.cart-drawer__empty-icon,.cart-page__empty-icon{display:inline-flex;width:3.5rem;height:3.5rem;align-items:center;justify-content:center;border-radius:999px;background:#eaf2ff;color:var(--color-primary)}.cart-drawer__empty h3,.cart-page__empty h2{font-family:var(--font-body);font-size:1.25rem;font-weight:900}.cart-drawer__empty p,.cart-page__empty p,.cart-page__summary-note{color:#667085;font-size:.875rem}.cart-page{background:var(--color-background)}.cart-page__header{display:grid;gap:1rem;margin-bottom:1.5rem}.cart-page__header h1{margin-top:.375rem;font-size:clamp(1.75rem,1.45rem + 1.2vw,2.35rem)}.cart-page__layout{display:grid;gap:1rem}.cart-page__items{overflow:hidden}.cart-page-line{display:grid;grid-template-columns:88px minmax(0,1fr);gap:.875rem;border-bottom:1px solid var(--color-border);padding:1rem}.cart-page-line:last-child{border-bottom:0}.cart-page-line__media{width:88px;height:88px}.cart-page-line__quantity{display:grid;gap:.375rem}.cart-page-line__quantity span{color:#667085;font-size:.75rem;font-weight:800}.cart-page-line__quantity input{width:5rem;min-height:2.25rem;border:1px solid var(--color-border);border-radius:var(--radius-button);padding:.5rem;text-align:center}.cart-page__summary{display:grid;gap:1rem;padding:1rem}.cart-page__summary h2{font-family:var(--font-body);font-size:1rem;font-weight:900}.foundation-placeholder{display:grid;gap:1rem;padding:1.5rem}.foundation-placeholder__eyebrow{color:var(--color-primary);font-size:.8125rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.foundation-grid{display:grid;gap:1rem}.foundation-product-card{overflow:hidden}.foundation-product-card__media{aspect-ratio:1;background:#fff}.foundation-product-card__media img{width:100%;height:100%;object-fit:cover}.foundation-product-card__body{display:grid;gap:.5rem;padding:.875rem}.foundation-cart-line{display:grid;grid-template-columns:72px 1fr;gap:1rem;align-items:center;padding:1rem}.foundation-form-field{width:100%;min-height:2.75rem;border:1px solid var(--color-border);border-radius:var(--radius-button);background:#fff;color:var(--color-text);padding:.65rem .75rem}@media(min-width:750px){.page-width{padding-inline:1.5rem}.section-spacing{padding-block:3.5rem}.foundation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid,.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-toolbar{grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:end}.collection-facets__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-facets__apply{justify-self:start;width:auto}.newsletter-card{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);align-items:center;padding:2rem}.site-footer__main{grid-template-columns:minmax(0,1.25fr) minmax(180px,.75fr)}.site-footer__brand{grid-column:1 / -1}.site-footer__newsletter-form{grid-template-columns:minmax(0,1fr) auto}.site-footer__legal{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr)}.site-footer__transparency{grid-column:1 / -1}.site-footer__legal-nav ul{grid-template-columns:1fr}.product-trust-seals{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-page__header{grid-template-columns:minmax(0,1fr) auto;align-items:end}.cart-page-line{grid-template-columns:110px minmax(0,1fr);gap:1.25rem;padding:1.25rem}.cart-page-line__media{width:110px;height:110px}.cart-page-line__top{grid-template-columns:minmax(0,1fr) auto;align-items:start}.not-found-page__search,.search-page__form{grid-template-columns:minmax(0,1fr) auto}}@media(min-width:990px){.page-width{padding-inline:2rem}.foundation-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.foundation-product-layout,.foundation-cart-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:1.5rem;align-items:start}.announcement-bar__text{font-size:.875rem}.site-header__logo-image{width:var(--logo-width, 180px);max-height:52px}.site-header__nav{display:flex;flex:1 1 auto;align-items:center;justify-content:center;gap:1.5rem}.site-header__nav-link{display:inline-flex;align-items:center;gap:.375rem;color:#4b5563;font-size:.875rem;font-weight:600;line-height:1;transition:color .16s ease;white-space:nowrap}.site-header__nav-link:hover,.site-header__nav-link.is-active,.site-header__whatsapp{color:var(--color-primary)}.site-header__whatsapp:hover{color:var(--color-primary-hover)}.site-header__whatsapp svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.site-header__customer-links{display:flex;align-items:center;gap:.5rem}.site-header__customer-link,.site-header__register-link{display:inline-flex;min-height:2.25rem;align-items:center;justify-content:center;border-radius:var(--radius-button);padding:.5rem .875rem;font-size:.875rem;font-weight:700;line-height:1}.site-header__customer-link{color:#4b5563}.site-header__customer-link:hover{color:var(--color-primary)}.site-header__register-link{background:var(--color-primary);color:#fff}.site-header__register-link:hover{background:var(--color-primary-hover);color:#fff}.site-header__menu-button,.mobile-menu{display:none}.benefits-grid{gap:4rem}.featured-products__header{grid-template-columns:minmax(0,1fr) auto;align-items:center}.featured-products__filters{justify-content:flex-end}.collection-page__header{grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-bottom:1.5rem}.collection-page__count{justify-self:end}.collection-toolbar{margin-bottom:1.25rem;padding:1.25rem}.collection-facets{padding:1.25rem}.collection-facets__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid,.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.product-card__content{padding:.875rem}.image-text__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.image-text__grid--right .image-text__media{order:2}.main-product__card{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1fr)}.product-gallery{border-right:1px solid var(--color-border)}.product-gallery__stage{min-height:600px;padding:2.5rem}.product-gallery__media img,.product-gallery__fallback-image,.product-gallery__media video,.product-gallery__media iframe,.product-gallery__media model-viewer{width:100%;max-height:640px}.main-product__info{align-content:start;padding:2.5rem}.product-details{grid-column:1 / -1;padding:2.5rem}.site-footer__inner{gap:2rem;padding-block:3rem 1.5rem}.site-footer__main{grid-template-columns:minmax(260px,1.45fr) minmax(160px,.7fr) minmax(250px,1fr);align-items:start;gap:2.5rem}.site-footer__brand{grid-column:auto}.site-footer__newsletter{grid-column:1 / -1}.site-footer__legal{grid-template-columns:minmax(0,1.3fr) minmax(360px,1fr);gap:2.5rem}.site-footer__legal-nav ul{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__bottom{grid-template-columns:minmax(0,1fr) auto;align-items:center}.site-footer__bottom p:last-child{justify-self:end;text-align:right}.cart-drawer__panel{width:min(440px,92vw)}.cart-page__layout{grid-template-columns:minmax(0,1fr) minmax(320px,380px);align-items:start;gap:1.5rem}.cart-page__summary{position:sticky;top:7rem;padding:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
