@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--primary:#6b705c;--primary-light:#a5a58d;--bg-color:#f8f5f2;--text-dark:#2c2c2c;--text-muted:#757575;--glass-bg:#ffffffa6;--glass-border:#fff6;--glass-shadow:0 8px 32px 0 #1f26870d;--transition:all .3s cubic-bezier(.25, .8, .25, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-dark);min-height:100vh;font-family:Outfit,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#a5a58d26 0%,#fff0 70%);border-radius:50%;width:60%;height:60%;position:fixed;top:-20%;left:-10%}body:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#cb997e1a 0%,#fff0 70%);border-radius:50%;width:70%;height:70%;position:fixed;bottom:-20%;right:-10%}a{color:inherit;text-decoration:none}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.btn{cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:1px;border:none;border-radius:30px;padding:12px 28px;font-size:.9rem;font-weight:500;display:inline-block}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 15px #6b705c4d}.btn-primary:hover{background-color:#555b46;transform:translateY(-2px);box-shadow:0 6px 20px #6b705c66}.btn-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-dark);background:#ffffffb3;border:1px solid #ffffff80}.btn-glass:hover{background:#ffffffe6;transform:translateY(-2px)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4{margin-bottom:1rem;font-weight:400}.title{letter-spacing:-1px;font-size:3rem;line-height:1.2}.subtitle{color:var(--text-muted);font-size:1.2rem;font-weight:300}.section{padding:6rem 0}.section-title{text-align:center;color:var(--primary);margin-bottom:3rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background-color:var(--primary);width:60px;height:2px;margin:1rem auto 0;display:block}
.Header-module__hBw1pG__header{z-index:1000;border-bottom:1px solid #ffffff4d;width:100%;padding:1rem 0;transition:all .3s;position:sticky;top:0;left:0}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo a{color:var(--primary);letter-spacing:2px;text-transform:uppercase;text-shadow:0 2px 4px #ffffff80;font-size:1.5rem;font-weight:600}.Header-module__hBw1pG__nav{gap:2.5rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-dark);font-size:1rem;font-weight:500;transition:color .3s;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--primary)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__actions{gap:1.5rem;display:flex}.Header-module__hBw1pG__iconBtn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;transition:color .3s,transform .2s}.Header-module__hBw1pG__iconBtn:hover{color:var(--primary);transform:scale(1.1)}.Header-module__hBw1pG__cartBadge{background-color:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0003}.Header-module__hBw1pG__searchOverlay{background:var(--bg-color);z-index:999;border-bottom:1px solid #0000001a;width:100%;padding:2rem 0;animation:.3s forwards Header-module__hBw1pG__slideDown;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000000d}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__searchFormExpanded{align-items:center;max-width:800px;margin:0 auto;display:flex;position:relative}.Header-module__hBw1pG__searchInputExpanded{border:none;border-bottom:2px solid var(--primary);width:100%;color:var(--text-dark);background:0 0;outline:none;padding:1rem 4rem 1rem 1rem;font-family:inherit;font-size:1.5rem;transition:border-color .3s}.Header-module__hBw1pG__searchInputExpanded:focus{border-color:#111}.Header-module__hBw1pG__searchInputExpanded::placeholder{color:var(--text-muted);font-weight:300}.Header-module__hBw1pG__searchSubmitBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;transition:transform .2s;position:absolute;right:3rem}.Header-module__hBw1pG__searchSubmitBtn:hover{transform:scale(1.1)}.Header-module__hBw1pG__searchCloseBtn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;transition:color .3s,transform .2s;position:absolute;right:0}.Header-module__hBw1pG__searchCloseBtn:hover{color:var(--primary);transform:rotate(90deg)}.Header-module__hBw1pG__hamburgerBtn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;transition:color .3s;display:none}.Header-module__hBw1pG__hamburgerBtn:hover{color:var(--primary)}@media (max-width:900px){.Header-module__hBw1pG__hamburgerBtn{justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__nav{background:var(--bg-color);border-bottom:1px solid #0000001a;flex-direction:column;gap:0;width:100%;padding:1rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 15px #0000000d}.Header-module__hBw1pG__nav.Header-module__hBw1pG__navOpen{animation:.3s forwards Header-module__hBw1pG__slideDown;display:flex}.Header-module__hBw1pG__navLink{border-bottom:1px solid #00000008;width:100%;padding:1rem 2rem}.Header-module__hBw1pG__navLink:after{display:none}.Header-module__hBw1pG__navLink:hover{background-color:#6b705c0d}.Header-module__hBw1pG__searchInputExpanded{padding:1rem;font-size:1rem}}
.Footer-module__S6Hkya__footer{color:var(--text-dark);background-color:#f0ebe1;border-top:1px solid #0000000d;padding-top:4rem;position:relative}.Footer-module__S6Hkya__newsletterSection{z-index:10;margin-top:-8rem;margin-bottom:5rem;position:relative}.Footer-module__S6Hkya__newsletterCard{background:#ffffffd9;border-radius:24px;justify-content:space-between;align-items:center;gap:3rem;padding:3rem 4rem;display:flex;box-shadow:0 15px 35px #0000000d}.Footer-module__S6Hkya__newsletterContent h3{color:var(--primary);margin-bottom:.5rem;font-size:1.8rem}.Footer-module__S6Hkya__newsletterContent p{color:var(--text-muted);font-size:1rem}.Footer-module__S6Hkya__newsletterForm{flex:1;gap:1rem;max-width:500px;display:flex}.Footer-module__S6Hkya__newsletterInput{border:1px solid #0000001a;border-radius:30px;outline:none;flex:1;padding:12px 20px;font-family:inherit;font-size:1rem;transition:all .3s}.Footer-module__S6Hkya__newsletterInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6b705c1a}.Footer-module__S6Hkya__footerContainer{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;padding-bottom:4rem;display:grid}.Footer-module__S6Hkya__columnBrand{padding-right:2rem}.Footer-module__S6Hkya__description{color:var(--text-muted);margin-bottom:2rem;line-height:1.8}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socials a{width:40px;height:40px;color:var(--primary);background-color:#6b705c1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__socials a:hover{background-color:var(--primary);color:#fff;transform:translateY(-3px)}.Footer-module__S6Hkya__heading{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.Footer-module__S6Hkya__list{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__list li{margin-bottom:1rem}.Footer-module__S6Hkya__list a{color:var(--text-muted);transition:color .3s;position:relative}.Footer-module__S6Hkya__list a:hover{color:var(--primary)}.Footer-module__S6Hkya__contactItem{color:var(--text-muted);align-items:center;gap:1rem;margin-bottom:1.2rem;font-size:.95rem;display:flex}.Footer-module__S6Hkya__contactItem svg{color:var(--primary);flex-shrink:0}.Footer-module__S6Hkya__bottom{border-top:1px solid #0000000d;padding:2rem 0}.Footer-module__S6Hkya__bottomContent{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.Footer-module__S6Hkya__bottomLinks{gap:2rem;display:flex}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--primary)}@media (max-width:1024px){.Footer-module__S6Hkya__newsletterCard{text-align:center;flex-direction:column;padding:2.5rem}.Footer-module__S6Hkya__newsletterForm{width:100%}.Footer-module__S6Hkya__footerContainer{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:768px){.Footer-module__S6Hkya__footerContainer{grid-template-columns:1fr}.Footer-module__S6Hkya__columnBrand{padding-right:0}.Footer-module__S6Hkya__bottomContent{text-align:center;flex-direction:column;gap:1rem}}
.Topbar-module__LfIHZq__topbar{background-color:var(--primary);color:#fff;z-index:100;letter-spacing:.5px;width:100%;padding:8px 0;font-size:.85rem;font-weight:500;position:relative;overflow:hidden}.Topbar-module__LfIHZq__marqueeContainer{white-space:nowrap;width:100%;overflow:hidden}.Topbar-module__LfIHZq__marqueeContent{animation:30s linear infinite Topbar-module__LfIHZq__marquee;display:inline-block}.Topbar-module__LfIHZq__marqueeContent:hover{animation-play-state:paused}.Topbar-module__LfIHZq__spacer{opacity:.5;margin:0 30px}@keyframes Topbar-module__LfIHZq__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
