html{box-sizing:border-box;font-size:100%}*,*::before,*::after{margin:0;padding:0;box-sizing:inherit}body{font-family:"League Spartan",sans-serif;color:var(--Dark-Grey)}:root{--Dark-Gray: hsl(0, 0%, 63%);--Black: hsl(0, 0%, 0%);--Overlay: hsla(0, 0%, 0%, 0.541);--White: hsl(0, 0%, 100%);--Very-Dark-Gray: hsl(0, 0%, 27%)}h1,h2,h3{font-weight:700;line-height:1;margin-top:0;margin-bottom:1rem}h1{font-size:clamp(1.25rem,1.25rem + 4vw,5rem)}@media(min-width: 56.25em){h1{font-size:clamp(1.25rem,1.5625rem + 1vw,2.5rem)}}h2{font-size:clamp(1.375rem,0.875rem + 1.5vw,2.25rem)}p{font-size:1rem;color:var(--Dark-Gray);margin-bottom:2rem;line-height:1.4}@media(min-width: 56.25em){p{font-size:0.9375rem}}a,a:visited,a:active{text-decoration:none}li{list-style:none}.main{z-index:-1}@media(min-width: 56.25em){.main{height:auto;display:flex;flex-direction:column}}@media(min-width: 90em){.main{max-width:90rem;margin:0 auto}}.main__heroSection{width:100%;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:space-between}@media(min-width: 56.25em){.main__heroSection{flex-direction:row;height:28.125rem}}.main__heroSection--slideImage{flex:1 1 45dvh;background-image:url("/images/mobile-image-hero-1.jpg");background-position:center;background-size:cover;padding:3.125rem 1.875rem;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:relative;transition:background-image .3s ease-in-out}@media(min-width: 56.25em){.main__heroSection--slideImage{flex:0 0 60%;background-image:url("/images/desktop-image-hero-1.jpg")}.main__heroSection--slideImage>img{display:none}}.main__heroSection--slideImage--hamburger{position:absolute;left:1.875rem;transition:all .3s ease-in-out;cursor:pointer}.main__heroSection--slideImage--hamburger:hover{transform:scale(1.2)}.main__heroSection--slideImage--control{position:absolute;bottom:0;right:0;display:flex;z-index:100}@media(min-width: 56.25em){.main__heroSection--slideImage--control{right:-9.25rem}}.main__heroSection--slideImage--control>a{padding:1.25rem 1.875rem;background:var(--Black)}.main__heroSection--slideImage--control>a:hover{background:var(--Very-Dark-Gray)}.main__heroSection--description{flex:1 1 55dvh;background-color:var(--White);padding:3.75rem 1.875rem;display:flex;flex-direction:column;justify-content:center;align-items:left}@media(min-width: 56.25em){.main__heroSection--description{justify-content:center;flex:0 0 40%;padding:1.875rem 3.125rem}}.main__heroSection--description>h1,.main__heroSection--description p{opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease-in-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.main__heroSection--description--shopNow{padding:0.625rem 0;letter-spacing:0.625rem;color:var(--Black);font-weight:600;font-size:1.125rem}@media(min-width: 56.25em){.main__heroSection--description--shopNow{margin-top:-1.625rem;font-size:0.75rem}}.main__heroSection--description--shopNow:hover .main__heroSection--description--shopNow--iconArrow{margin-left:0.9375rem}.main__heroSection--description--shopNow--iconArrow{margin-left:0.3125rem;transition:all .3s ease-in-out}@media(min-width: 56.25em){.main__aboutSection{height:auto;display:flex}}.main__aboutSection--image1{width:100%;height:16.625rem;background-image:url("/images/image-about-dark.jpg");background-position:center;background-size:cover}@media(min-width: 56.25em){.main__aboutSection--image1{flex:1 1 25%;height:auto}}.main__aboutSection--paragraph{padding:3.75rem 1.875rem}@media(min-width: 56.25em){.main__aboutSection--paragraph{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;align-items:left}}.main__aboutSection--paragraph h2{font-size:1.125rem;letter-spacing:0.375rem;opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease-in-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.main__aboutSection--paragraph p{margin-bottom:-0.625rem;opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease-in-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.main__aboutSection--image2{width:100%;height:16.625rem;background-image:url("/images/image-about-light.jpg");background-position:center;background-size:cover}@media(min-width: 56.25em){.main__aboutSection--image2{flex:1 1 25%;height:auto}}.header{position:relative}@media(min-width: 90em){.header{max-width:90rem;margin:0 auto}}.header__nav--desktop{display:none}@media(min-width: 56.25em){.header__nav--desktop{position:absolute;top:0;z-index:100;margin:3.75rem;display:block}.header__nav--desktop--list{display:flex}.header__nav--desktop--list li:first-child .header__nav--desktop--link::after{content:none}.header__nav--desktop--item{margin-right:2.1875rem}.header__nav--desktop--item:first-of-type{margin-right:4.375rem}.header__nav--desktop--link{color:var(--White);font-weight:700;padding:1.125rem 0;position:relative}.header__nav--desktop--link::after{content:"";visibility:hidden;position:absolute;left:50%;bottom:0.625rem;transform:translate(-50%);width:0%;height:0.125rem;background-color:var(--White);transition:width .3s ease-in-out}.header__nav--desktop--link:hover::after{visibility:visible;width:50%}}.header__overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:var(--Overlay);visibility:hidden;opacity:0;transition:opacity .3s ease-in-out;z-index:900}.header__overlay.show-overlay{visibility:visible;opacity:1}.header__nav{position:fixed;width:100%;background-color:var(--White);padding:3.125rem 1.25rem;z-index:1000;transition:all .8s ease-in-out;top:-100%}.header__nav.show-navbar{top:0}.header__nav-list{display:flex;justify-content:space-between;align-items:center;list-style:none;margin:0;padding:0}.header__nav-item{margin-right:1.25rem;font-size:1rem}.header__nav-item:first-child{flex-basis:20%}.header__nav-item:first-child a .icon-close{transition:all .3s ease-in-out}.header__nav-item:first-child a .icon-close:hover{transform:rotate(135deg)}.header__nav-link{color:var(--Black);text-transform:lowercase;font-weight:900}/*# sourceMappingURL=style.css.map */