*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:var(--color-foreground);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2;color:var(--color-primary)}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;border-radius:var(--border-radius);transition:all .2s ease;white-space:nowrap}.button--primary{background-color:var(--color-primary);color:var(--color-primary-foreground)}.button--primary:hover{opacity:.9}.button--secondary{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.button--secondary:hover{background-color:var(--color-primary);color:var(--color-primary-foreground)}.button--accent{background-color:var(--color-accent);color:var(--color-accent-foreground)}.button--large{padding:1rem 2rem;font-size:1rem}.button--icon{padding:.5rem;border-radius:50%}.badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase}.badge--sale{background-color:#ef4343;color:#fff}.badge--new{background-color:var(--color-accent);color:#fff}.badge--bestseller{background-color:var(--color-primary);color:#fff}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:992px){.grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}.section{padding:4rem 0}.section--small{padding:2rem 0}.section--large{padding:6rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header__title{margin-bottom:1rem}.section-header__description{color:var(--color-muted);max-width:600px;margin:0 auto}.announcement-bar{background-color:var(--color-primary);color:var(--color-primary-foreground);padding:.5rem 0;text-align:center;font-size:.875rem;font-weight:500}.header{position:sticky;top:0;z-index:100;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.header__wrapper{display:flex;align-items:center;justify-content:space-between;height:4rem}.header__logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--color-primary)}.header__nav{display:flex;gap:2rem}.header__nav-link{font-size:.875rem;font-weight:500;color:var(--color-muted);transition:color .2s}.header__nav-link:hover{color:var(--color-foreground)}.header__icons{display:flex;align-items:center;gap:.5rem}.header__icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.header__icon:hover{background-color:var(--color-secondary)}.header__icon svg{width:1.25rem;height:1.25rem}.header__cart-count{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;background-color:var(--color-accent);color:#fff;font-size:.75rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.header__nav{display:none}}.hero{background-color:var(--color-secondary);padding:4rem 0}.hero__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:992px){.hero__wrapper{grid-template-columns:1fr;text-align:center}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero__title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.hero__title-accent{color:var(--color-accent)}@media(max-width:768px){.hero__title{font-size:2.5rem}}.hero__description{font-size:1.125rem;color:var(--color-muted);max-width:500px;margin-bottom:2rem}@media(max-width:992px){.hero__description{margin:0 auto 2rem}}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:992px){.hero__buttons{justify-content:center}}.hero__trust{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;font-size:.875rem;color:var(--color-muted)}@media(max-width:992px){.hero__trust{justify-content:center}}.hero__trust-item{display:flex;align-items:center;gap:.5rem}.hero__trust-icon{color:var(--color-accent)}.hero__image-wrapper{position:relative}.hero__image{border-radius:var(--border-radius-large);overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.hero__image img{width:100%;height:auto;aspect-ratio:1;object-fit:cover}.hero__floating-badge{position:absolute;bottom:-1rem;left:-1rem;background-color:#fff;padding:1rem;border-radius:var(--border-radius-large);box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;gap:.75rem}.hero__floating-icon{width:3rem;height:3rem;background-color:#2da6991a;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero__floating-icon svg{color:var(--color-accent)}.category-slider{padding:4rem 0}.category-slider__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.category-slider__nav{display:flex;gap:.5rem}.category-slider__scroll{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1rem}.category-slider__scroll::-webkit-scrollbar{display:none}.category-card{flex-shrink:0;width:12rem;scroll-snap-align:start}.category-card__image{position:relative;width:100%;aspect-ratio:1;border-radius:var(--border-radius-large);overflow:hidden}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-card:hover img{transform:scale(1.1)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,26,46,.8),transparent)}.category-card__content{position:absolute;bottom:1rem;left:1rem;right:1rem;color:#fff}.category-card__title{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;color:#fff}.category-card__count{font-size:.875rem;opacity:.8}.product-grid{padding:4rem 0;background-color:#f3f4f64d}.trust-badges{background-color:var(--color-primary);color:var(--color-primary-foreground);padding:4rem 0}.trust-badges__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:768px){.trust-badges__grid{grid-template-columns:repeat(2,1fr)}}.trust-badge{text-align:center}.trust-badge__icon{width:4rem;height:4rem;margin:0 auto 1rem;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-badge__icon svg{width:2rem;height:2rem}.trust-badge__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#fff}.trust-badge__description{font-size:.875rem;opacity:.8}.reviews{background-color:var(--color-secondary);padding:4rem 0}.reviews__card{max-width:800px;margin:0 auto;background-color:#fff;padding:3rem;border-radius:var(--border-radius-large);box-shadow:0 10px 40px #0000001a;text-align:center}.reviews__stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.reviews__stars svg{width:1.5rem;height:1.5rem;fill:var(--color-gold);color:var(--color-gold)}.reviews__quote{font-size:1.25rem;font-style:italic;color:var(--color-foreground);margin-bottom:1.5rem;line-height:1.6}.reviews__author{font-weight:600;color:var(--color-primary)}.reviews__verified{font-size:.875rem;color:var(--color-muted);display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.25rem}.reviews__verified svg{width:1rem;height:1rem;color:var(--color-accent)}.reviews__nav{display:flex;justify-content:center;gap:1rem;margin-top:2rem;align-items:center}.reviews__dots{display:flex;gap:.5rem}.reviews__dot{width:.5rem;height:.5rem;border-radius:50%;background-color:#1a1a2e4d;border:none;cursor:pointer;transition:all .2s}.reviews__dot--active{width:1.5rem;border-radius:.25rem;background-color:var(--color-primary)}.newsletter{background-color:var(--color-accent);color:#fff;padding:4rem 0}.newsletter__wrapper{max-width:600px;margin:0 auto;text-align:center}.newsletter__title{font-size:2.25rem;margin-bottom:1rem;color:#fff}.newsletter__description{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.newsletter__form{display:flex;gap:.75rem;max-width:400px;margin:0 auto}@media(max-width:480px){.newsletter__form{flex-direction:column}}.newsletter__input{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:var(--border-radius);background-color:#ffffff1a;color:#fff;font-size:1rem}.newsletter__input::placeholder{color:#fff9}.newsletter__input:focus{outline:none;border-color:#fff}.newsletter__disclaimer{font-size:.875rem;opacity:.7;margin-top:1rem}.footer{background-color:var(--color-primary);color:var(--color-primary-foreground);padding:4rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:992px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}.footer__brand-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer__brand-description{opacity:.8;margin-bottom:1.5rem;max-width:300px}.footer__contact{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem;margin-bottom:1.5rem}.footer__contact a{display:flex;align-items:center;gap:.5rem;opacity:.8;transition:opacity .2s}.footer__contact a:hover{opacity:1}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:50%;transition:background-color .2s}.footer__social-link:hover{background-color:var(--color-accent)}.footer__social-link svg{width:1.25rem;height:1.25rem}.footer__column-title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__links a{opacity:.8;transition:opacity .2s,color .2s}.footer__links a:hover{opacity:1;color:var(--color-accent)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.875rem;opacity:.6}.footer__legal{display:flex;gap:1.5rem}.footer__legal a:hover{color:var(--color-accent)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}
/*# sourceMappingURL=/cdn/shop/t/1/assets/base.css.map */
