.Header-module__hBw1pG__header{z-index:100;background-color:var(--stone);border-bottom:1px solid var(--border);padding:1.5rem 0;position:sticky;top:0}.Header-module__hBw1pG__navContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logoGroup{flex-direction:column;display:flex}.Header-module__hBw1pG__logo{color:var(--slate);letter-spacing:.05em;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400}.Header-module__hBw1pG__tagline{color:var(--warm-grey);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;font-size:.65rem;font-weight:400}.Header-module__hBw1pG__navLinks{align-items:center;gap:2.5rem;display:flex}.Header-module__hBw1pG__navLinks a:not(.Header-module__hBw1pG__mobileCta){text-transform:uppercase;letter-spacing:.05em;color:var(--slate);opacity:.7;font-size:.8rem;font-weight:400;transition:opacity .3s}.Header-module__hBw1pG__navLinks a:hover:not(.Header-module__hBw1pG__mobileCta){opacity:1}.Header-module__hBw1pG__mobileCta{display:none}.Header-module__hBw1pG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__hamburger{color:var(--slate);display:none}@media (max-width:992px){.Header-module__hBw1pG__desktopCta{display:none}.Header-module__hBw1pG__hamburger{display:block}.Header-module__hBw1pG__navLinks{background-color:var(--stone);border-bottom:1px solid var(--border);clip-path:polygon(0 0,100% 0,100% 0,0 0);flex-direction:column;gap:2rem;padding:3rem 2rem;transition:clip-path .4s ease-in-out;position:absolute;top:100%;left:0;right:0}.Header-module__hBw1pG__navLinks.Header-module__hBw1pG__open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.Header-module__hBw1pG__mobileCta{width:100%;margin-top:2rem;display:inline-flex}}.Header-module__hBw1pG__brandToggleBar{background-color:var(--stone-darker);border-bottom:1px solid var(--border)}.Header-module__hBw1pG__brandToggle{scrollbar-width:none;gap:2rem;padding:.75rem 0;display:flex;overflow-x:auto}.Header-module__hBw1pG__brandToggle::-webkit-scrollbar{display:none}.Header-module__hBw1pG__brandTab{color:var(--slate);white-space:nowrap;align-items:center;gap:.5rem;padding-bottom:2px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.Header-module__hBw1pG__brandTab:hover{color:var(--pine)}.Header-module__hBw1pG__activeBrand{color:var(--pine);border-bottom:2px solid var(--pine)}
.Footer-module__S6Hkya__footer{background-color:var(--stone);color:var(--slate);border-top:1px solid var(--border);padding:3rem 0 0}.Footer-module__S6Hkya__footerContainer{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:2rem;display:flex}.Footer-module__S6Hkya__brandSection{max-width:350px}.Footer-module__S6Hkya__logo{color:var(--slate);letter-spacing:.05em;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:400}.Footer-module__S6Hkya__tagline{color:var(--warm-grey);font-weight:300;line-height:1.7}.Footer-module__S6Hkya__linksSection{flex-wrap:wrap;gap:6rem;display:flex}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__S6Hkya__linkGroup h3{color:var(--warm-grey);text-transform:uppercase;letter-spacing:.1em;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.Footer-module__S6Hkya__linkGroup a{color:var(--slate);font-size:.95rem;font-weight:300;transition:opacity .3s}.Footer-module__S6Hkya__linkGroup a:hover{opacity:.6}.Footer-module__S6Hkya__whatsappBtn{letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.75rem;font-size:.875rem;font-weight:400;transition:opacity .3s;display:inline-flex;color:var(--slate)!important}.Footer-module__S6Hkya__whatsappBtn:hover{opacity:.6}.Footer-module__S6Hkya__copyright{border-top:1px solid var(--border);text-align:center;color:var(--warm-grey);letter-spacing:.05em;padding:2rem 0;font-size:.8rem;font-weight:300}@media (max-width:768px){.Footer-module__S6Hkya__footerContainer{flex-direction:column;gap:4rem}.Footer-module__S6Hkya__linksSection{gap:4rem}}
.CartSidebar-module__-gSEkW__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background-color:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.CartSidebar-module__-gSEkW__sidebar{background-color:var(--stone);z-index:1001;border-left:1px solid var(--border);flex-direction:column;width:400px;max-width:100vw;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-400px;box-shadow:-5px 0 30px #0000001a}.CartSidebar-module__-gSEkW__open{right:0}.CartSidebar-module__-gSEkW__header{border-bottom:1px solid var(--border);background-color:var(--stone);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.CartSidebar-module__-gSEkW__header h3{color:var(--slate);align-items:center;gap:.5rem;margin:0;font-family:Playfair Display,serif;font-size:1.5rem;display:flex}.CartSidebar-module__-gSEkW__closeBtn{cursor:pointer;color:var(--warm-grey);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .3s;display:flex}.CartSidebar-module__-gSEkW__closeBtn:hover{color:var(--terracotta)}.CartSidebar-module__-gSEkW__body{flex:1;padding:2rem;overflow-y:auto}.CartSidebar-module__-gSEkW__emptyState{height:100%;color:var(--warm-grey);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.CartSidebar-module__-gSEkW__emptyIcon{color:var(--border);margin-bottom:1rem}.CartSidebar-module__-gSEkW__startBtn{background-color:var(--terracotta);color:#fff;cursor:pointer;border:none;border-radius:30px;margin-top:1.5rem;padding:.75rem 2rem;font-family:Inter,sans-serif;font-weight:500;transition:background-color .3s}.CartSidebar-module__-gSEkW__startBtn:hover{background-color:#b81e1b}.CartSidebar-module__-gSEkW__itemList{flex-direction:column;gap:1.5rem;display:flex}.CartSidebar-module__-gSEkW__item{border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;padding-bottom:1.5rem;display:flex}.CartSidebar-module__-gSEkW__itemInfo{flex-direction:column;display:flex}.CartSidebar-module__-gSEkW__itemInfo h4{color:var(--slate);margin:0 0 .25rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500}.CartSidebar-module__-gSEkW__variant{color:var(--warm-grey);margin-bottom:.25rem;font-size:.85rem}.CartSidebar-module__-gSEkW__price{color:var(--slate);font-weight:600}.CartSidebar-module__-gSEkW__actions{justify-content:space-between;align-items:center;display:flex}.CartSidebar-module__-gSEkW__quantityControl{background-color:var(--stone-darker);border-radius:20px;align-items:center;gap:1rem;padding:.25rem .5rem;display:flex}.CartSidebar-module__-gSEkW__quantityControl button{cursor:pointer;color:var(--slate);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.CartSidebar-module__-gSEkW__quantityControl button:hover{color:var(--terracotta)}.CartSidebar-module__-gSEkW__quantityControl span{color:var(--slate);text-align:center;min-width:1rem;font-weight:500}.CartSidebar-module__-gSEkW__removeBtn{color:var(--warm-grey);cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline}.CartSidebar-module__-gSEkW__removeBtn:hover{color:var(--terracotta)}.CartSidebar-module__-gSEkW__footer{background-color:var(--stone-darker);border-top:1px solid var(--border);padding:2rem}.CartSidebar-module__-gSEkW__total{color:var(--slate);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;display:flex}.CartSidebar-module__-gSEkW__checkoutBtn{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.CartSidebar-module__-gSEkW__checkoutBtn:hover{background-color:#219653;transform:translateY(-2px);box-shadow:0 4px 15px #27ae604d}.CartSidebar-module__-gSEkW__modalOverlay{z-index:10000;background-color:#121c26b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CartSidebar-module__-gSEkW__modalContent{background-color:var(--stone);text-align:center;border-radius:12px;width:100%;max-width:500px;padding:2.5rem;box-shadow:0 10px 30px #00000026}.CartSidebar-module__-gSEkW__modalHeader{margin-bottom:1.5rem}.CartSidebar-module__-gSEkW__modalHeader h4{color:var(--slate);margin:0;font-family:Playfair Display,serif;font-size:1.5rem}.CartSidebar-module__-gSEkW__modalBody{color:var(--slate);margin-bottom:2rem;line-height:1.6}.CartSidebar-module__-gSEkW__modalFooter{justify-content:center;gap:1rem;display:flex}.CartSidebar-module__-gSEkW__primaryBtn{background-color:var(--terracotta);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 2rem;font-family:Inter,sans-serif;font-weight:500;transition:background-color .3s}.CartSidebar-module__-gSEkW__primaryBtn:hover{background-color:#b81e1b}.CartSidebar-module__-gSEkW__secondaryBtn{color:var(--slate);border:1px solid var(--slate);cursor:pointer;background-color:#0000;border-radius:4px;padding:.75rem 2rem;font-family:Inter,sans-serif;font-weight:500;transition:all .3s}.CartSidebar-module__-gSEkW__secondaryBtn:hover{background-color:var(--slate);color:#fff}
.FloatingCartButton-module__o6BqZW__fab{background-color:var(--terracotta);color:#fff;cursor:pointer;z-index:999;border:none;border-radius:50px;align-items:center;gap:.75rem;max-width:60px;padding:1rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;overflow:hidden;box-shadow:0 4px 20px #db252166}.FloatingCartButton-module__o6BqZW__fab:hover{background-color:#b81e1b;max-width:200px;transform:translateY(-5px);box-shadow:0 8px 25px #db252180}.FloatingCartButton-module__o6BqZW__iconWrapper{justify-content:center;align-items:center;min-width:24px;display:flex;position:relative}.FloatingCartButton-module__o6BqZW__badge{color:var(--terracotta);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-10px;box-shadow:0 2px 5px #0003}.FloatingCartButton-module__o6BqZW__text{white-space:nowrap;opacity:0;font-family:Inter,sans-serif;font-weight:600;transition:opacity .3s}.FloatingCartButton-module__o6BqZW__fab:hover .FloatingCartButton-module__o6BqZW__text{opacity:1}@media (max-width:768px){.FloatingCartButton-module__o6BqZW__fab{max-width:200px;bottom:1.5rem;right:1.5rem}.FloatingCartButton-module__o6BqZW__text{opacity:1}}
