:root{--bg-color:#faf8f5;--surface-color:#f0eae1;--surface-color-hover:#e6dfd3;--text-primary:#6b1724;--text-secondary:#903040;--accent-gold:#b82c40;--accent-gold-hover:#962232;--border-color:#dcd3c6;--error-color:#e63946;--success-color:#2a9d8f;--accent-red:#ff3f6c;--font-heading:"Cormorant Garamond", serif;--font-body:"Inter", sans-serif;--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--max-width:1400px}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.05em;font-weight:400}@media (max-width:600px){h1{font-size:2rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}h4{font-size:1.1rem!important}h5{font-size:1rem!important}h6{font-size:.9rem!important}.title,.sectionTitle,.heroTitle,.discoverTitle{margin-bottom:1.5rem!important;font-size:1.7rem!important;line-height:1.2!important}.heroSubtitle,.description{font-size:.85rem!important;line-height:1.4!important}}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:var(--accent-gold)}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}input,select,textarea{font-family:var(--font-body);background-color:var(--surface-color);border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-sm);outline:none;padding:.75rem 1rem;transition:border-color .3s}input:focus,select:focus,textarea:focus{border-color:var(--accent-gold)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media (max-width:1024px){html{font-size:15px}.container{padding:0 1.5rem}}@media (max-width:768px){html{font-size:14px}.container{padding:0 1.25rem}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}}
.Header-module__HmnIjW__header{z-index:100;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;transition:background-color .4s,padding .4s;display:flex;position:fixed;top:0}.Header-module__HmnIjW__headerScrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);background-color:#6b1724;padding:1rem 2rem}.Header-module__HmnIjW__logo{font-family:var(--font-heading);letter-spacing:.2em;color:var(--text-primary);font-size:1.8rem;font-weight:600}.Header-module__HmnIjW__nav{gap:2.5rem;display:flex}.Header-module__HmnIjW__navLink{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);opacity:.8;font-size:.85rem;transition:opacity .3s,color .3s}.Header-module__HmnIjW__navLink:hover{opacity:1;color:var(--accent-gold)}.Header-module__HmnIjW__actions{gap:1.5rem;display:flex}.Header-module__HmnIjW__iconBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.2rem;transition:color .3s;display:flex}.Header-module__HmnIjW__iconBtn:hover{color:var(--accent-gold)}.Header-module__HmnIjW__iconWrapper{align-items:center;display:flex;position:relative}.Header-module__HmnIjW__badge{color:#fff;background-color:#ef4444;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-8px;right:-8px}.Header-module__HmnIjW__countBadge{background-color:var(--accent-gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.Header-module__HmnIjW__hamburgerBtn,.Header-module__HmnIjW__closeMenuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}@media (max-width:768px){.Header-module__HmnIjW__header{padding:1rem 1.5rem}.Header-module__HmnIjW__logo{letter-spacing:.1em;font-size:1.1rem}.Header-module__HmnIjW__hamburgerBtn{align-items:center;display:flex}.Header-module__HmnIjW__nav{background-color:var(--bg-color);z-index:200;flex-direction:column;gap:2rem;width:250px;height:100vh;padding:4rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.Header-module__HmnIjW__nav.Header-module__HmnIjW__navOpen{right:0}.Header-module__HmnIjW__closeMenuBtn{display:block;position:absolute;top:1.5rem;right:1.5rem}.Header-module__HmnIjW__actions{gap:1rem}}.Header-module__HmnIjW__headerScrolled .Header-module__HmnIjW__logo,.Header-module__HmnIjW__headerScrolled .Header-module__HmnIjW__navLink,.Header-module__HmnIjW__headerScrolled .Header-module__HmnIjW__iconBtn,.Header-module__HmnIjW__headerScrolled .Header-module__HmnIjW__hamburgerBtn{color:var(--bg-color)}.Header-module__HmnIjW__headerScrolled .Header-module__HmnIjW__navLink:hover,.Header-module__HmnIjW__headerScrolled .Header-module__HmnIjW__iconBtn:hover{color:var(--surface-color-hover)}@media (max-width:768px){.Header-module__HmnIjW__headerScrolled .Header-module__HmnIjW__navLink{color:var(--text-primary)}.Header-module__HmnIjW__headerScrolled .Header-module__HmnIjW__navLink:hover{color:var(--accent-gold)}.Header-module__HmnIjW__searchBarWrapper.Header-module__HmnIjW__isOpen,.Header-module__HmnIjW__searchResultsDropdown{width:250px!important}}.Header-module__HmnIjW__searchContainer{align-items:center;display:flex;position:relative}.Header-module__HmnIjW__searchBarWrapper{opacity:0;visibility:hidden;z-index:50;background-color:#fff;border-radius:20px;align-items:center;width:40px;transition:width .4s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;position:absolute;top:50%;right:0;overflow:hidden;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.Header-module__HmnIjW__searchBarWrapper.Header-module__HmnIjW__isOpen{opacity:1;visibility:visible;width:400px}.Header-module__HmnIjW__searchInput{font-family:var(--font-body);color:#333;background:0 0;border:none;outline:none;flex:1;padding:.5rem 1rem .5rem 1.25rem;font-size:.9rem}.Header-module__HmnIjW__searchInput::placeholder{color:#999}.Header-module__HmnIjW__searchCloseBtn{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem .75rem;display:flex}.Header-module__HmnIjW__searchCloseBtn:hover{color:#333}.Header-module__HmnIjW__searchResultsDropdown{z-index:60;opacity:0;background-color:#fff;border-radius:8px;width:400px;animation:.3s ease-out forwards Header-module__HmnIjW__slideDown;position:absolute;top:calc(100% + 15px);right:0;overflow:hidden;transform:translateY(-10px);box-shadow:0 10px 25px #00000026}@keyframes Header-module__HmnIjW__slideDown{to{opacity:1;transform:translateY(0)}}.Header-module__HmnIjW__searchResultItem{border-bottom:1px solid #f0f0f0;align-items:center;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__HmnIjW__searchResultItem:hover{background-color:#f9f9f9}.Header-module__HmnIjW__searchResultImage{object-fit:cover;border-radius:4px;width:40px;height:50px;margin-right:1rem}.Header-module__HmnIjW__searchResultInfo{flex:1;min-width:0}.Header-module__HmnIjW__searchResultName{font-family:var(--font-body);color:#333;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:.85rem;font-weight:600;overflow:hidden}.Header-module__HmnIjW__searchResultPrice{color:#666;font-size:.8rem}.Header-module__HmnIjW__searchAllBtn{text-align:center;color:#333;width:100%;font-family:var(--font-body);cursor:pointer;background-color:#f5f5f5;border:none;padding:.75rem;font-size:.85rem;font-weight:600;text-decoration:none;display:block}.Header-module__HmnIjW__searchAllBtn:hover{background-color:#ebebeb}
.Footer-module__cyaCmW__footer{background-color:var(--surface-color);border-top:1px solid var(--border-color);margin-top:1rem;padding:4rem 2rem 2rem}.Footer-module__cyaCmW__content{max-width:var(--max-width);grid-template-columns:repeat(4,1fr);gap:3rem;margin:0 auto;display:grid}.Footer-module__cyaCmW__column h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:1.5rem;font-size:.85rem}.Footer-module__cyaCmW__column ul{list-style:none}.Footer-module__cyaCmW__column li{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.8rem;display:flex}.Footer-module__cyaCmW__link{color:var(--text-secondary);font-size:.9rem;transition:color .3s}.Footer-module__cyaCmW__link:hover{color:var(--accent-gold)}.Footer-module__cyaCmW__contactText{color:var(--text-secondary);font-size:.9rem}.Footer-module__cyaCmW__bottom{max-width:var(--max-width);border-top:1px solid var(--border-color);color:var(--text-secondary);justify-content:space-between;align-items:center;margin:4rem auto 0;padding-top:2rem;font-size:.8rem;display:flex}.Footer-module__cyaCmW__logo{font-family:var(--font-heading);letter-spacing:.2em;color:var(--text-primary);font-size:1.5rem}.Footer-module__cyaCmW__wrapper{font-family:var(--font-body);flex-direction:column;align-items:flex-start;list-style:none;display:inline-flex}.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__icon{background:var(--bg-color);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin:8px 0;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:relative;box-shadow:0 4px 6px #0000001a}.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__icon a{color:inherit;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__tooltip{background:var(--text-primary);color:var(--bg-color);opacity:0;pointer-events:none;white-space:nowrap;border-radius:5px;padding:5px 8px;font-size:12px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:absolute;left:60px;box-shadow:0 4px 6px #0000001a}.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__tooltip:before{content:"";background:var(--text-primary);width:8px;height:8px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:absolute;top:50%;left:-4px;transform:translateY(-50%)rotate(45deg)}.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__icon:hover .Footer-module__cyaCmW__tooltip{opacity:1;visibility:visible;pointer-events:auto;left:55px}.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__icon:hover span,.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__icon:hover .Footer-module__cyaCmW__tooltip{text-shadow:0 -1px #0000001a}.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__threads:hover,.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__threads:hover .Footer-module__cyaCmW__tooltip,.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__threads:hover .Footer-module__cyaCmW__tooltip:before{color:#fff;background:#000}.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__instagram:hover,.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__instagram:hover .Footer-module__cyaCmW__tooltip,.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__instagram:hover .Footer-module__cyaCmW__tooltip,.Footer-module__cyaCmW__wrapper .Footer-module__cyaCmW__instagram:hover .Footer-module__cyaCmW__tooltip:before{color:#fff;background:#e4405f}@media (max-width:900px){.Footer-module__cyaCmW__content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:600px){.Footer-module__cyaCmW__content{grid-template-columns:1fr;gap:2rem}.Footer-module__cyaCmW__bottom{text-align:center;flex-direction:column;gap:1.5rem}}
