@import "https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600;700&display=swap";
:root{--c-primary:#e1c988;--c-primary-dark:#d4b86a;--c-primary-light:#f5e6c4;--c-secondary:#272724;--c-secondary-light:#4a4a4a;--c-text:#757575;--c-text-light:#999;--c-accent:#e1c988;--c-light:#e8e8e8;--c-offwhite:#f5f5f5;--c-success:#96decc;--c-dark:#181818;--c-white:#fff;--c-black:#000;--f-primary:"Mulish", sans-serif;--f-secondary:"Mulish", sans-serif;--f-display:"Mulish", sans-serif;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:36px;--text-5xl:42px;--text-6xl:46px;--weight-light:300;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--s-1:4px;--s-2:8px;--s-3:12px;--s-4:16px;--s-5:20px;--s-6:24px;--s-8:32px;--s-10:40px;--s-12:48px;--s-16:64px;--s-20:80px;--r-sm:4px;--r-md:8px;--r-lg:12px;--r-xl:20px;--r-full:9999px;--container-max:1380px;--container-padding:40px;--z-header:100;--z-modal:1000;--z-popup:1050;--z-tooltip:1100;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease}.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}@media (max-width:1024px){.container{padding:0 20px}}@media (max-width:640px){.container{padding:0 16px}}.btn{background:var(--c-primary);color:var(--c-secondary);font-weight:var(--weight-semibold);font-size:var(--text-base);border-radius:var(--r-sm);cursor:pointer;transition:all var(--transition-base);text-align:center;font-family:var(--f-primary);border:none;padding:14px 35px;text-decoration:none;display:inline-block}.btn:hover{background:var(--c-primary-dark);color:var(--c-secondary)}.btn-outline{border:1px solid var(--c-secondary);font-weight:var(--weight-medium);color:var(--c-secondary);background:0 0;padding:12px 30px}.btn-outline:hover{background:var(--c-secondary);color:var(--c-white)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--c-primary)}.text-secondary{color:var(--c-secondary)}.text-muted{color:var(--c-text)}.font-light{font-weight:var(--weight-light)}.font-normal{font-weight:var(--weight-normal)}.font-medium{font-weight:var(--weight-medium)}.font-semibold{font-weight:var(--weight-semibold)}.font-bold{font-weight:var(--weight-bold)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:var(--s-4)}.gap-6{gap:var(--s-6)}.gap-8{gap:var(--s-8)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.truncate-1{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.truncate-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.truncate-3{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#272724;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Mulish,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{color:#272724;font-family:Mulish,sans-serif;font-weight:600;line-height:1.2}h1{font-size:46px;font-weight:400}h2{font-size:42px;font-weight:400}h3{font-size:20px;font-weight:500}a{color:inherit;text-decoration:none;transition:color .15s}a:hover{color:#e1c988}img{max-width:100%;height:auto;display:block}:focus-visible{outline-offset:2px;outline:2px solid #e1c988}::selection{color:#272724;background-color:#e1c988}@media (pointer:fine){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#d1d1d1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b1b1b1}}
:root{--c-primary:#e1c988;--c-primary-dark:#d4b86a;--c-primary-light:#f5e6c4;--c-secondary:#272724;--c-secondary-light:#4a4a4a;--c-text:#757575;--c-text-light:#999;--c-accent:#e1c988;--c-light:#e8e8e8;--c-offwhite:#f5f5f5;--c-success:#96decc;--c-dark:#181818;--c-white:#fff;--c-black:#000;--f-primary:"Mulish", sans-serif;--f-secondary:"Mulish", sans-serif;--f-display:"Mulish", sans-serif;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:36px;--text-5xl:42px;--text-6xl:46px;--weight-light:300;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--s-1:4px;--s-2:8px;--s-3:12px;--s-4:16px;--s-5:20px;--s-6:24px;--s-8:32px;--s-10:40px;--s-12:48px;--s-16:64px;--s-20:80px;--r-sm:4px;--r-md:8px;--r-lg:12px;--r-xl:20px;--r-full:9999px;--container-max:1380px;--container-padding:40px;--z-header:100;--z-modal:1000;--z-popup:1050;--z-tooltip:1100;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease}
.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}@media (max-width:1024px){.container{padding:0 20px}}@media (max-width:640px){.container{padding:0 16px}}.btn{background:var(--c-primary);color:var(--c-secondary);font-weight:var(--weight-semibold);font-size:var(--text-base);border-radius:var(--r-sm);cursor:pointer;transition:all var(--transition-base);text-align:center;font-family:var(--f-primary);border:none;padding:14px 35px;text-decoration:none;display:inline-block}.btn:hover{background:var(--c-primary-dark);color:var(--c-secondary)}.btn-outline{border:1px solid var(--c-secondary);font-weight:var(--weight-medium);color:var(--c-secondary);background:0 0;padding:12px 30px}.btn-outline:hover{background:var(--c-secondary);color:var(--c-white)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--c-primary)}.text-secondary{color:var(--c-secondary)}.text-muted{color:var(--c-text)}.font-light{font-weight:var(--weight-light)}.font-normal{font-weight:var(--weight-normal)}.font-medium{font-weight:var(--weight-medium)}.font-semibold{font-weight:var(--weight-semibold)}.font-bold{font-weight:var(--weight-bold)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:var(--s-4)}.gap-6{gap:var(--s-6)}.gap-8{gap:var(--s-8)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.truncate-1{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.truncate-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.truncate-3{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
.WelcomeBar-module__w9hJda__welcomeBar{background-color:#e1c988;width:100%}.WelcomeBar-module__w9hJda__container{text-align:center;justify-content:center;align-items:center;max-width:1382px;margin:0 auto;padding:0 20px;display:flex}.WelcomeBar-module__w9hJda__message{color:#272724;text-transform:uppercase;width:100%;font-family:Mulish,sans-serif;font-size:14px;font-weight:400;line-height:43px;text-decoration:none;transition:opacity .2s;display:block}.WelcomeBar-module__w9hJda__message:hover{opacity:.8}@media (max-width:767px){.WelcomeBar-module__w9hJda__container{padding:13px 20px}.WelcomeBar-module__w9hJda__message{font-size:14px;line-height:20px}}@media (max-width:479px){.WelcomeBar-module__w9hJda__message{font-size:11px;line-height:20px}.WelcomeBar-module__w9hJda__container{padding:7px 20px}}
.LanguageSwitcher-module__Rp4Gfa__container{display:inline-block;position:relative}.LanguageSwitcher-module__Rp4Gfa__switcher{position:relative}.LanguageSwitcher-module__Rp4Gfa__currentLang{cursor:pointer;background:#fff;border:1px solid #1438521a;border-radius:5px;align-items:center;gap:8px;padding:8px 12px;transition:background .2s;display:flex}.LanguageSwitcher-module__Rp4Gfa__currentLang:hover{background:#0000000d}.LanguageSwitcher-module__Rp4Gfa__flag{object-fit:cover;border-radius:0;width:18px;height:18px}.LanguageSwitcher-module__Rp4Gfa__langName{color:#143852;font-family:Mulish,sans-serif;font-size:14px;font-weight:500}.LanguageSwitcher-module__Rp4Gfa__arrow{margin-left:4px;transition:transform .2s}.LanguageSwitcher-module__Rp4Gfa__arrowOpen{transform:rotate(180deg)}.LanguageSwitcher-module__Rp4Gfa__dropdown{z-index:1000;opacity:0;visibility:hidden;background:#fff;border:1px solid #1438521a;border-radius:5px;min-width:160px;transition:all .2s;position:absolute;top:calc(100% + 4px);left:0;transform:translateY(-8px);box-shadow:0 4px 12px #0000001a}.LanguageSwitcher-module__Rp4Gfa__dropdownOpen{opacity:1;visibility:visible;transform:translateY(0)}.LanguageSwitcher-module__Rp4Gfa__langOption{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:10px 12px;transition:background .2s;display:flex}.LanguageSwitcher-module__Rp4Gfa__langOption:hover{background:#0000000d}.LanguageSwitcher-module__Rp4Gfa__langOption.LanguageSwitcher-module__Rp4Gfa__active{background:#e1c98833}.LanguageSwitcher-module__Rp4Gfa__langOption .LanguageSwitcher-module__Rp4Gfa__flag{width:18px;height:18px}.LanguageSwitcher-module__Rp4Gfa__langOption .LanguageSwitcher-module__Rp4Gfa__langName{flex:1}@media (max-width:768px){.LanguageSwitcher-module__Rp4Gfa__currentLang{padding:6px 10px}.LanguageSwitcher-module__Rp4Gfa__langName{font-size:13px}.LanguageSwitcher-module__Rp4Gfa__dropdown{min-width:140px}.LanguageSwitcher-module__Rp4Gfa__langOption{padding:8px 10px}}@media (max-width:480px){.LanguageSwitcher-module__Rp4Gfa__langName{display:none}.LanguageSwitcher-module__Rp4Gfa__currentLang{padding:8px}.LanguageSwitcher-module__Rp4Gfa__dropdown .LanguageSwitcher-module__Rp4Gfa__langName{display:block}}
.Header-module__tPtrlq__headerWrapper{z-index:100;background:#fff;width:100%;position:relative}.Header-module__tPtrlq__desktopHeader{border-bottom:1px solid #e8e8e8}.Header-module__tPtrlq__headerContainer{justify-content:space-between;align-items:center;max-width:1382px;margin:0 auto;padding:10px 20px;display:flex}.Header-module__tPtrlq__headerLeft{flex:1;align-items:center;display:flex}.Header-module__tPtrlq__headerCenter{flex:none;justify-content:center;display:flex}.Header-module__tPtrlq__headerRight{flex:1;justify-content:flex-end;align-items:center;gap:20px;display:flex}.Header-module__tPtrlq__logo{align-items:center;text-decoration:none;display:flex}.Header-module__tPtrlq__logo img{width:auto;height:25px}.Header-module__tPtrlq__langSwitcherWrapper{position:relative}.Header-module__tPtrlq__langSwitcher{cursor:pointer;color:#143852;background:#fff;border:1px solid #1438521a;border-radius:5px;align-items:center;gap:8px;padding:8px 15px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.Header-module__tPtrlq__langSwitcher:hover{background:#00000005}.Header-module__tPtrlq__flagIcon{width:18px;height:18px}.Header-module__tPtrlq__arrowIcon{transition:transform .2s}.Header-module__tPtrlq__arrowIconOpen{transform:rotate(180deg)}.Header-module__tPtrlq__langDropdown{z-index:1000;background:#fff;border:1px solid #1438521a;border-radius:5px;min-width:180px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Header-module__tPtrlq__langOption{color:#143852;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 15px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.Header-module__tPtrlq__langOption:hover{background:#00000008}.Header-module__tPtrlq__langOptionActive{background:#e1c98826}.Header-module__tPtrlq__headerIcon{color:#272724;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:8px 0;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.Header-module__tPtrlq__headerIcon:hover{color:#e1c988}.Header-module__tPtrlq__cartBadge{color:#272724;background:#e1c988;border-radius:100px;padding:2px 6px;font-size:10px;font-weight:500;position:absolute;top:0;right:-6px}.Header-module__tPtrlq__mobileMenuBtn{cursor:pointer;background:0 0;border:none;padding:10px;display:none}.Header-module__tPtrlq__hamburger{background:#707070;width:15px;height:2px;display:block;position:relative}.Header-module__tPtrlq__hamburger:before,.Header-module__tPtrlq__hamburger:after{content:"";background:#707070;width:15px;height:2px;position:absolute;left:0}.Header-module__tPtrlq__hamburger:before{top:-5px}.Header-module__tPtrlq__hamburger:after{bottom:-5px}.Header-module__tPtrlq__mobileHeader{border-bottom:1px solid #e8e8e8;padding:0 20px;display:none}.Header-module__tPtrlq__mobileHeaderRow{justify-content:space-between;align-items:center;padding:10px 0;display:flex}.Header-module__tPtrlq__mobileHeaderRow:first-child{border-bottom:1px solid #e8e8e8}.Header-module__tPtrlq__mobileLogo{align-items:center;display:flex}.Header-module__tPtrlq__mobileLogo img{width:auto;height:22px}.Header-module__tPtrlq__mobileCart{color:#272724;text-decoration:none;position:relative}.Header-module__tPtrlq__mobileIconBtn{color:#272724;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;font-size:12px;font-weight:500;text-decoration:none;display:flex}.Header-module__tPtrlq__navMenu{background:#fff;border-bottom:1px solid #e8e8e8}.Header-module__tPtrlq__menuCloseBtn,.Header-module__tPtrlq__menuLogo{display:none}.Header-module__tPtrlq__menuList{justify-content:center;align-items:center;gap:40px;max-width:1382px;margin:0 auto;padding:5px 20px;list-style:none;display:flex}.Header-module__tPtrlq__menuItem{margin:0}.Header-module__tPtrlq__menuLink{color:#272724;padding:15px 0;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s;display:block}.Header-module__tPtrlq__menuLink:hover{color:#e1c988}.Header-module__tPtrlq__searchModal{z-index:1000;background:#000000bf;justify-content:center;align-items:flex-start;padding-top:100px;display:flex;position:fixed;inset:0}.Header-module__tPtrlq__searchModalContent{background:#fff;border-radius:8px;width:90%;max-width:600px;padding:20px}@media (max-width:1119px){.Header-module__tPtrlq__desktopHeader{display:none}.Header-module__tPtrlq__mobileHeader{display:block}.Header-module__tPtrlq__navMenu{z-index:1000;background:#fff;width:100%;max-width:400px;height:100vh;transition:left .3s;position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:0 0 15px #0000002e}.Header-module__tPtrlq__navMenuOpen{left:0}.Header-module__tPtrlq__menuCloseBtn{cursor:pointer;background:0 0;border:none;font-size:16px;display:block;position:absolute;top:15px;right:15px}.Header-module__tPtrlq__menuLogo{border-bottom:1px solid #e3e0e0;justify-content:center;padding:30px 0 20px;display:flex}.Header-module__tPtrlq__menuList{flex-direction:column;align-items:stretch;gap:0;padding:0}.Header-module__tPtrlq__menuItem{border-bottom:1px solid #e3e0e0}.Header-module__tPtrlq__menuLink{padding:20px}}@media (max-width:479px){.Header-module__tPtrlq__headerContainer{padding:7px 20px 0}.Header-module__tPtrlq__mobileHeaderRow{padding:8px 0}.Header-module__tPtrlq__langText{display:none}.Header-module__tPtrlq__langSwitcher{padding:5px}}@media (min-width:1120px){.Header-module__tPtrlq__logo{position:relative;left:36px}}
.Footer-module__MPE0dq__footer{background-color:#272724;width:100%}.Footer-module__MPE0dq__footerCTA{background-color:#272724;border-bottom:1px solid #ffffff30}.Footer-module__MPE0dq__footerCTAContent{align-items:center;gap:30px;max-width:1382px;margin:0 auto;padding:80px 20px;display:flex}.Footer-module__MPE0dq__footerCTATitle{color:#fff;width:65%;margin:0;font-family:Mulish,sans-serif;font-size:46px;font-weight:300;line-height:1.2}.Footer-module__MPE0dq__footerCTAButton{color:#272724;white-space:nowrap;background:#e1c988;border-radius:3px;padding:15px 30px;font-family:Mulish,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Footer-module__MPE0dq__footerCTAButton:hover{background:#d4b86a}.Footer-module__MPE0dq__newsletterSection{background-color:#272724;border-bottom:1px solid #ffffff30}.Footer-module__MPE0dq__newsletterContainer{align-items:center;gap:30px;max-width:1382px;margin:0 auto;padding:80px 20px;display:flex}.Footer-module__MPE0dq__newsletterText{color:#fff;width:65%;font-family:Mulish,sans-serif;font-size:18px;font-weight:400;line-height:21px}.Footer-module__MPE0dq__newsletterText strong{font-weight:700}.Footer-module__MPE0dq__newsletterForm{flex:1;gap:0;display:flex}.Footer-module__MPE0dq__newsletterInput{color:#fff;background:0 0;border:1px solid #e8e8e8;border-right:none;outline:none;flex:1;padding:12px 16px;font-family:Mulish,sans-serif;font-size:16px}.Footer-module__MPE0dq__newsletterInput::placeholder{color:#e8e8e8}.Footer-module__MPE0dq__newsletterButton{color:#fff;cursor:pointer;background:0 0;border:2px solid #e1c988;padding:12px 20px;transition:all .3s}.Footer-module__MPE0dq__newsletterButton:hover{color:#272724;background:#e1c988}.Footer-module__MPE0dq__footerMain{background-color:#272724;padding:45px 0}.Footer-module__MPE0dq__footerContainer{flex-wrap:wrap;gap:40px;max-width:1382px;margin:0 auto;padding:0 20px;display:flex}.Footer-module__MPE0dq__footerColumn{flex:1;min-width:250px}.Footer-module__MPE0dq__footerLogo{width:150px;height:auto;margin-bottom:20px}.Footer-module__MPE0dq__footerDescription{color:#fff;max-width:90%;margin-bottom:20px;font-family:Mulish,sans-serif;font-size:16px;font-weight:300;line-height:1.5}.Footer-module__MPE0dq__socialIcons{gap:10px;display:flex}.Footer-module__MPE0dq__socialIcons a{color:#fff;justify-content:center;align-items:center;width:40px;height:40px;transition:color .3s;display:flex}.Footer-module__MPE0dq__socialIcons a:hover{color:#e1c988}.Footer-module__MPE0dq__footerTitle{color:#fff;margin:0 0 20px;font-family:Mulish,sans-serif;font-size:18px;font-weight:400;line-height:21px}.Footer-module__MPE0dq__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__MPE0dq__footerLinks li{margin-bottom:12px}.Footer-module__MPE0dq__footerLinks a{color:#fff;font-family:Mulish,sans-serif;font-size:16px;font-weight:300;text-decoration:none;transition:color .3s}.Footer-module__MPE0dq__footerLinks a:hover{color:#e1c988}.Footer-module__MPE0dq__contactInfo{color:#fff}.Footer-module__MPE0dq__contactInfo p{margin:0 0 5px;font-family:Mulish,sans-serif;font-size:16px;font-weight:300}.Footer-module__MPE0dq__contactEmail{text-decoration:underline;margin-top:20px!important}.Footer-module__MPE0dq__footerBottom{background-color:#272724;border-top:1px solid #686866;padding:20px 0}.Footer-module__MPE0dq__footerBottom p{color:#fff;margin:0;font-family:Mulish,sans-serif;font-size:16px;font-weight:300}.Footer-module__MPE0dq__footerBottom a{color:#e1c988;text-decoration:underline}@media (max-width:1024px){.Footer-module__MPE0dq__footerCTAContent{flex-direction:column;align-items:flex-start;padding:45px 20px}.Footer-module__MPE0dq__footerCTATitle{width:100%;font-size:30px;line-height:40px}.Footer-module__MPE0dq__newsletterContainer{flex-direction:column;align-items:flex-start;padding:45px 20px}.Footer-module__MPE0dq__newsletterText,.Footer-module__MPE0dq__newsletterForm{width:100%}}@media (max-width:767px){.Footer-module__MPE0dq__footerCTATitle{font-size:20px;line-height:1.5}.Footer-module__MPE0dq__footerContainer{flex-direction:column;gap:30px}.Footer-module__MPE0dq__footerColumn{width:100%}.Footer-module__MPE0dq__socialIcons{margin-top:10px}}
