.site-header{z-index:60;background-color:#cadfd6;background-color:var(--sage-500);width:100%;box-shadow:0 2px 10px rgba(58,42,31,.06);box-shadow:var(--shadow-soft);position:fixed;top:0}.header-top{justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.header-logo{flex-shrink:0;display:inline-flex}.header-logo img{width:auto;height:40px}.header-icons{align-items:center;gap:.25rem;display:flex}.header-greeting{color:var(--primary-strong);white-space:nowrap;margin-right:.4rem;font-size:.85rem;font-weight:600}.icon-btn{color:var(--primary-strong);width:2.5rem;height:2.5rem;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex;position:relative}.icon-btn:hover{background-color:#f0e5cc;background-color:var(--linen-100);color:var(--accent)}.icon-btn__badge{background-color:#c16540;background-color:var(--accent);color:var(--accent-foreground);min-width:1.05rem;height:1.05rem;border-radius:50%;justify-content:center;align-items:center;padding:0 .15rem;font-size:.62rem;font-weight:700;display:inline-flex;position:absolute;top:.05rem;right:.05rem}.header-nav{background-color:#3e6855;background-color:var(--sage-600);display:block}@media (max-width:879px){.header-nav,.header-greeting{display:none}:root{--nav-height:56px}}.header-nav__inner{justify-content:space-between;display:flex}.header-nav__list{align-items:stretch;gap:0;width:100%;display:flex}.header-nav__item{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.header-nav__item+.header-nav__item:before{content:"";background-color:rgba(255,255,255,.25);width:1px;height:56%;position:absolute;top:22%;left:0}.header-nav__link{width:100%;font-family:var(--font-lexend);color:#fff;justify-content:center;align-items:center;gap:.3rem;padding:.75rem .9rem;font-size:.9rem;font-weight:400;transition:color .15s,background-color .15s;display:flex}.header-nav__item:hover .header-nav__link{color:#fff;background-color:rgba(255,255,255,.15)}.header-nav__item:focus-within .header-nav__link{color:#fff;background-color:rgba(255,255,255,.15)}.has-dropdown .header-dropdown{background-color:#fff;background-color:var(--surface);border-radius:6px;border-radius:var(--radius-sm);min-width:240px;box-shadow:0 18px 40px rgba(58,42,31,.14);box-shadow:var(--shadow-lift);opacity:0;pointer-events:none;z-index:50;padding:.5rem;transition:opacity .16s,transform .16s;position:absolute;top:100%;left:50%;transform:translate(-50%,6px)}.has-dropdown .header-dropdown:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.has-dropdown:hover .header-dropdown,.has-dropdown .header-dropdown.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,2px)}.has-dropdown:focus-within .header-dropdown{opacity:1;pointer-events:auto;transform:translate(-50%,2px)}.header-dropdown li a{border-radius:6px;border-radius:var(--radius-sm);text-transform:none;letter-spacing:normal;color:var(--primary-strong);padding:.65rem .9rem;font-size:.88rem;font-weight:600;display:block}.header-dropdown li a:hover{background-color:#f0e5cc;background-color:var(--linen-100);color:var(--accent)}.header-dropdown li.has-subcategories>a{padding-bottom:.35rem;font-weight:700}.header-subdropdown{padding:0 0 .35rem}.header-subdropdown__link{border-radius:6px;border-radius:var(--radius-sm);display:block;color:var(--ink-soft)!important;padding:.35rem .9rem .35rem 1.6rem!important;font-size:.82rem!important;font-weight:400!important}.header-subdropdown__link:hover{background-color:#f0e5cc;background-color:var(--linen-100);color:var(--accent)!important}.drawer-overlay{z-index:100;background-color:rgba(44,34,24,.45);animation:.18s fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}.drawer{background-color:#fff;background-color:var(--surface);width:min(420px,100%);height:100%;box-shadow:0 18px 40px rgba(58,42,31,.14);box-shadow:var(--shadow-lift);flex-direction:column;animation:.22s slideIn;display:flex;position:fixed;top:0;right:0}@keyframes fadeIn{0%{opacity:0}}@keyframes slideIn{0%{transform:translate(100%)}}.drawer__header{border-bottom:1px solid #e2d3b5;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.drawer__body{flex:1;padding:1.25rem 1.5rem;overflow-y:auto}.drawer-items{flex-direction:column;gap:1.4rem;display:flex}.drawer-item{align-items:flex-start;gap:.9rem;display:flex}.drawer-item__image{border-radius:6px;border-radius:var(--radius-sm);background-color:#f0e5cc;background-color:var(--surface-muted);flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden}.drawer-item__info{flex-direction:column;flex:1;gap:.2rem;min-width:0;font-size:.9rem;font-weight:600;display:flex}.drawer-item__price{color:var(--primary-strong);font-weight:700}.drawer-item__qty{align-items:center;gap:.5rem;margin-top:.2rem;display:inline-flex}.drawer-item__qty button{border:1px solid #d4be95;border:1px solid var(--border-strong);border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:inline-flex}.drawer-item__remove{color:var(--clay-600);text-underline-offset:2px;align-self:flex-start;font-size:.78rem;font-weight:700;text-decoration:underline}.drawer__footer{border-top:1px solid #e2d3b5;border-top:1px solid var(--border);flex-direction:column;gap:.65rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.drawer__total{justify-content:space-between;margin-bottom:.3rem;font-size:1.1rem;font-weight:700;display:flex}.drawer .empty-state{color:var(--border-strong);flex-direction:column;align-items:center;display:flex}.drawer .empty-state svg{margin-bottom:.75rem}.drawer .empty-state h3{color:var(--primary-strong);font-size:1.1rem}.drawer .empty-state p{color:var(--muted-foreground);max-width:260px;font-size:.92rem}
.mobile-nav{display:none}@media (max-width:879px){.mobile-nav{display:flex}.header-logo img{height:24px}}.mobile-nav__panel{z-index:110;background-color:#3e6855;background-color:var(--sage-600);color:#fff;padding:0 max(1.25rem,min(4vw,2.5rem)) 2.5rem;padding:0 var(--gutter) 2.5rem;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.mobile-nav__top{background-color:#cadfd6;background-color:var(--sage-500);margin:0 calc(-1*max(1.25rem,min(4vw,2.5rem)));margin:0 calc(-1 * var(--gutter));padding:.75rem max(1.25rem,min(4vw,2.5rem));padding:.75rem var(--gutter);justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.mobile-nav__brand{font-family:Fraunces,Georgia,serif;font-family:var(--font-display);color:var(--primary-strong);font-size:1.3rem;font-weight:600}.mobile-nav__top .icon-btn{color:var(--primary-strong)}.mobile-nav__top .icon-btn:hover{background-color:#f0e5cc;background-color:var(--linen-100);color:var(--accent)}.mobile-nav__links{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav__links>a{font-family:Fraunces,Georgia,serif;font-family:var(--font-display);color:#fff;font-size:1.65rem;font-weight:500}.mobile-nav__group{flex-direction:column;gap:1rem;display:flex}.mobile-nav__group-row{justify-content:space-between;align-items:center;display:flex}.mobile-nav__group-row a{font-family:Fraunces,Georgia,serif;font-family:var(--font-display);color:#fff;font-size:1.65rem;font-weight:500}.mobile-nav__chevron{color:rgba(255,255,255,.7);padding:.5rem;transition:transform .2s;display:inline-flex}.mobile-nav__chevron.is-open{transform:rotate(180deg)}.mobile-nav__sublist{border-left:2px solid rgba(255,255,255,.25);flex-direction:column;gap:.85rem;margin-left:.25rem;padding-left:1.1rem;display:flex}.mobile-nav__sublist a{color:rgba(255,255,255,.85);font-size:1rem;font-weight:500}.mobile-nav__tagline{color:rgba(255,255,255,.75);border-top:1px solid rgba(255,255,255,.2);max-width:380px;margin-top:2.5rem;padding-top:1.75rem;font-size:.92rem}.mobile-nav__social{gap:.75rem;margin-top:1.5rem;display:flex}.mobile-nav__social a{color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background-color .15s,border-color .15s;display:inline-flex}.mobile-nav__social a:hover{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.6)}
.site-footer{background-color:#cadfd6;background-color:var(--sage-500);color:var(--primary-strong);padding-top:max(2rem,min(4vw,2.5rem))}.footer-top{border-bottom:1px solid rgba(62,104,85,.25);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-bottom:max(1.5rem,min(3vw,2rem));display:flex}.footer-logo{width:auto;height:48px}.footer-en71{-o-object-fit:contain;object-fit:contain;width:80px;height:auto}.footer-partner-badge{height:auto}.footer-grid{grid-gap:2.5rem;grid-template-columns:1fr 1fr 1.2fr;gap:2.5rem;padding:max(2rem,min(4vw,3rem)) 0;display:grid}.footer-col h4{color:var(--primary-strong);font-family:var(--font-lexend);text-transform:none;margin-bottom:1.1rem;font-size:1.25rem;font-weight:400}.footer-col:nth-child(2){border-left:1px solid rgba(62,104,85,.35);padding-left:2rem}@media (max-width:719px){.footer-grid{grid-template-columns:1fr}.footer-col:nth-child(2){border-left:none;padding-left:0}}.footer-col ul{flex-direction:column;gap:.75rem;display:flex}.footer-col a{color:var(--primary-strong);font-size:.94rem;transition:color .15s}.footer-col a:hover{color:var(--accent)}.footer-contact a,.footer-contact__address{align-items:center;gap:.55rem;display:flex}.footer-contact__address{color:var(--primary-strong);align-items:flex-start;font-size:.94rem}.footer-contact__address svg{flex-shrink:0;margin-top:.2rem}.footer-newsletter h4{font-size:1.1rem}.footer-newsletter p{color:var(--primary-strong);margin-bottom:1.1rem;font-size:.9rem}.newsletter-form{flex-direction:column;gap:.75rem;display:flex}.newsletter-form__row{gap:.5rem;display:flex}.newsletter-form__row input{border-radius:6px;border-radius:var(--radius-sm);color:var(--foreground);min-width:0;background-color:rgba(255,255,255,.6);border:1px solid rgba(62,104,85,.4);flex:1;padding:.65rem .9rem;font-size:.88rem}.newsletter-form__row input::-webkit-input-placeholder{color:var(--ink-soft)}.newsletter-form__row input::placeholder{color:var(--ink-soft)}.newsletter-form__row input:focus{border-color:#3e6855;border-color:var(--sage-600);background-color:#fff;outline:none}.newsletter-form__consent{color:var(--primary-strong);cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.78rem;display:flex}.newsletter-form__consent input{flex-shrink:0;margin-top:.2rem}.newsletter-done{color:var(--sage-600);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.footer-bottom{background-color:#3e6855;background-color:var(--sage-600);border-top:1px solid rgba(62,104,85,.25);padding:1.5rem 0}.footer-bottom__inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.footer-legal{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.footer-legal a{color:rgba(255,255,255,.8);font-size:.8rem}.footer-legal a:hover{color:#fff}.footer-bottom p{color:rgba(255,255,255,.8);font-size:.8rem}.whatsapp-fab{z-index:70;color:#fff;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:3.4rem;height:3.4rem;transition:transform .18s;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem}.whatsapp-fab:hover{transform:translateY(-3px)}
@media (prefers-color-scheme:light){.styles-module__18oyDa__wrapper{--box-border-color:#e5e7eb;--color:#1f2937;--bg-color:#f3f4f6;--btn-color:#1f2937;--btn-bg-color:#e5e7eb;--btn-color-hover:#1f2937;--btn-bg-color-hover:#d1d5db}}@media (prefers-color-scheme:dark){.styles-module__18oyDa__wrapper{--box-border:#111827;--color:#f3f4f6;--bg-color:#111827;--btn-color:#f3f4f6;--btn-bg-color:#1f2937;--btn-color-hover:#f3f4f6;--btn-bg-color-hover:#334155}}.styles-module__18oyDa__wrapper>.mep-next-iubenda-loading{text-align:center;width:100%;color:var(--color);background-color:var(--bg-color);border:1px solid var(--box-border-color);border-radius:.375rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 2rem;display:flex}.styles-module__18oyDa__wrapper>.mep-next-iubenda-consent-not-granted{text-align:center;width:100%;color:var(--color);background-color:var(--bg-color);border:1px solid var(--box-border-color);border-radius:.375rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 2rem;display:flex}.styles-module__18oyDa__wrapper>.mep-next-iubenda-loading button{color:var(--btn-color);background-color:var(--btn-bg-color);border-radius:.375rem;padding:.5rem 1rem;font-size:.9rem}.styles-module__18oyDa__wrapper>.mep-next-iubenda-consent-not-granted button{color:var(--btn-color);background-color:var(--btn-bg-color);border-radius:.375rem;padding:.5rem 1rem;font-size:.9rem}.styles-module__18oyDa__wrapper>.mep-next-iubenda-loading button:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-color-hover)}.styles-module__18oyDa__wrapper>.mep-next-iubenda-consent-not-granted button:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-color-hover)}
