header .navbar__icons,header .navbar__menu,header .navbar__logo,header .navbar,header{display:flex;align-items:center;justify-content:center}header{width:100%;max-width:1440px;height:100px;margin:0 auto}header .navbar{z-index:10;width:100%;max-width:1286px;height:41px;justify-content:space-between}@media screen and (max-width: 1024px){header .navbar{max-width:936px}}@media screen and (max-width: 768px){header .navbar{max-width:700px}}@media screen and (max-width: 480px){header .navbar{max-width:450px;margin-left:-10px}}header .navbar__logo{height:41px;width:100%;max-width:185px;justify-content:space-between;font-weight:800;font-size:clamp(1.75rem,1.625rem + .4167vw,2.125rem);cursor:default}@media screen and (max-width: 768px){header .navbar__logo{justify-content:center}}@media screen and (max-width: 480px){header .navbar__logo{justify-content:center;margin-left:-7px}}header .navbar__logo img{height:32px;width:100%;max-width:50px}header .navbar__menu{list-style:none;width:100%;max-width:430px;justify-content:space-between}@media screen and (max-width: 1024px){header .navbar__menu{max-width:330px}}@media screen and (max-width: 768px){header .navbar__menu{position:absolute;top:100px;right:0;width:150px;height:auto;flex-direction:column;align-items:flex-start;gap:20px;padding:20px;background:#fff;box-shadow:0 5px 15px #0000001a;border-radius:0 0 0 3px;overflow:hidden;max-height:0;opacity:0;pointer-events:none;transition:max-height .5s ease,opacity .3s ease .2s}header .navbar__menu a{opacity:0;transition:opacity .2s ease,transform .2s ease;transition-delay:0s}}header .navbar__menu a{text-decoration:none;font-weight:500;font-size:16px;color:#000;display:inline-block;transition:transform .05s ease-in-out,color .1s}header .navbar__menu a:hover{transform:scale(1.05);color:#65501a}header .navbar__menu a:active{transform:scale(.95);color:#503f14}header .navbar__menu.active{max-height:400px;opacity:1;pointer-events:auto;transition:max-height .5s ease,opacity .3s ease 0s}header .navbar__menu.active a{opacity:1;transform:translateY(0);transition-delay:.2s}header .navbar__icons{width:100%;max-width:215px;height:28px;justify-content:space-between}@media screen and (max-width: 1024px){header .navbar__icons{max-width:175px}}@media screen and (max-width: 480px){header .navbar__icons{display:none}}header .navbar__icons img{cursor:pointer;display:inline-block;transition:transform .05s ease-in-out,color .1s}header .navbar__icons img:hover{transform:scale(1.05)}header .navbar__icons img:active{transform:scale(.95)}header .navbar__hamburger{width:100%;max-width:30px;height:30px;display:none;cursor:pointer;transition:transform .05s ease-in-out,color .1s}header .navbar__hamburger:hover{transform:scale(1.05);color:#65501a}header .navbar__hamburger:active{transform:scale(.95);color:#503f14}@media screen and (max-width: 768px){header .navbar__hamburger{display:block}}@media screen and (max-width: 480px){header .navbar__hamburger{max-width:35px;height:35px}}*{margin:0;padding:0;font-family:Poppins,sans-serif;box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit}main .shop-hero{width:100%;max-width:1440px;height:316px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin:0 auto}main .shop-hero__shop-bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}main .shop-hero__content{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default}main .shop-hero__content h2{font-weight:500;font-size:48px;color:#000}main .shop-hero__content--links{font-weight:300;font-size:16px;color:#000}main .shop-hero__content--links a{font-weight:500;font-size:16px;color:#000;cursor:pointer;text-decoration:none}
