*{padding:0;margin:0;box-sizing:border-box;text-decoration:none;font-family:"Arial",sans-serif;color:#fff}html{scrollbar-width:none;scroll-behavior:smooth}body{background-color:#121212}main{min-height:100vh}header{position:sticky;top:0;z-index:1000;width:100%}header .navbar{background-color:#1a1a1a;color:#fff;width:100%;height:4.2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding:10px 20px;z-index:1000}@media screen and (min-width: 768px){header .navbar{padding:15px 70px;align-items:center}}header .navbar a{width:fit-content;height:fit-content}header .navbar a .logo{height:50px;border:solid 2px #fff;border-radius:20px;transition:scale .3s ease-in-out;margin-top:3px}header .navbar a .logo:hover{scale:1.1;border:solid 2px #ff6f61}header .navbar input[type=checkbox]{display:none}header .navbar ul{display:flex;list-style:none;flex-direction:column;align-items:center;justify-content:center;position:absolute;gap:15px;left:-200%;top:4.2rem;width:100%;text-align:center;background-color:#1a1a1a;padding:20px 10px;transition:all .5s ease-in-out}@media screen and (min-width: 768px){header .navbar ul{flex-direction:row;left:auto;top:auto;display:flex;position:static;width:auto;padding:0;gap:5px;background-color:rgba(0,0,0,0)}}header .navbar ul li{font-size:1.2rem;color:#fff;border-radius:20px;padding:5px 10px;border:solid 2px rgba(0,0,0,0);transition:border .3s ease-in-out,scale .3s ease-in-out;height:fit-content;width:fit-content}header .navbar ul li:hover{border:solid 2px #ff6f61;scale:1.1}header .navbar label[for=toogle-nav-menu]{display:inline-block;width:fit-content;height:fit-content;cursor:pointer}@media screen and (min-width: 768px){header .navbar label[for=toogle-nav-menu]{display:none}}header .navbar label[for=toogle-nav-menu] .hamburger-icon,header .navbar label[for=toogle-nav-menu] .close-icon{font-size:2rem;font-weight:bold;color:#fff}header .navbar label[for=toogle-nav-menu] .close-icon{display:none}header .navbar #toogle-nav-menu:checked~label .close-icon{display:inline}header .navbar #toogle-nav-menu:checked~label .hamburger-icon{display:none}header .navbar #toogle-nav-menu:checked~.nav-menu{left:0}footer{background-color:#0d0d0d;color:#bdbdbd;padding:20px 0;text-align:center}footer a{color:#fff;transition:color .3s ease-in-out}footer a:hover{color:#f5d742}footer .footer-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px}@media screen and (min-width: 768px){footer .footer-container{flex-direction:row;align-items:flex-start;justify-content:center;gap:10px;padding:0 auto}}footer .footer-container .footer-section{width:220px;margin:10px;flex-shrink:0}footer .footer-container .footer-section h4{margin-bottom:10px;font-size:1.5rem;color:silver;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#c9a227;text-decoration-thickness:2px}footer .footer-container .footer-section ul{list-style:none}footer .footer-social{display:flex;justify-content:center;align-self:center;list-style:none;gap:10px;margin:5px 0}footer .footer-social li a i{color:#fff;transition:all .3s ease-in-out}footer .footer-social li a i:hover{color:#f5d742}div.hero{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/assets/images/other/burgess-milner-unsplash.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:20px}@media screen and (min-width: 768px){div.hero{background-attachment:fixed}}div.hero h1{font-size:2rem;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.8156862745);font-family:cursive,"poppins",sans-serif}@media screen and (min-width: 768px){div.hero h1{font-size:3rem}}div.hero p{font-size:1rem;margin-bottom:20px;color:#bdbdbd;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.2352941176);font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}@media screen and (min-width: 768px){div.hero p{font-size:1.5rem}}div.hero a{background-color:#c9a227;color:#000;font-size:.875rem;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.5);padding:10px 20px;border-radius:5px;text-decoration:none;transition:background-color .3s ease}@media screen and (min-width: 768px){div.hero a{font-size:1rem}}div.hero a:hover{background-color:rgb(242.4371859296,204.7487437186,17.5628140704)}div.most-popular{display:flex;width:100%;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;gap:40px;padding:40px 10px}div.most-popular h2{font-size:2rem;color:#fff;text-align:center;margin-bottom:20px;text-decoration:underline;text-decoration-color:#c9a227;text-underline-offset:4px;font-family:cursive,"poppins",sans-serif}div.most-popular div.popular-products{display:grid;padding:10px;grid-template-columns:1fr;row-gap:25px;column-gap:15px}@media screen and (min-width: 480px){div.most-popular div.popular-products{grid-template-columns:1fr 1fr;padding:10px 30px}}@media screen and (min-width: 820px){div.most-popular div.popular-products{grid-template-columns:1fr 1fr 1fr 1fr;padding:10px 50px}}div.most-popular div.popular-products div.product-card{display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all .3s ease-in-out}div.most-popular div.popular-products div.product-card img{max-width:100%;height:auto;border-radius:5px}div.most-popular div.popular-products div.product-card h3{font-size:1.25rem;margin:10px 0;color:#fff}div.most-popular div.popular-products div.product-card p{font-size:.875rem;color:#bdbdbd}div.most-popular div.popular-products div.product-card:hover{transform:scale(1.02)}div.why-shop{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/assets/images/other/vitaly-gariev-unsplash.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 30px}@media screen and (min-width: 768px){div.why-shop{background-attachment:fixed}}div.why-shop h2{font-size:2rem;color:#fff;text-align:center;margin-bottom:20px;text-decoration:underline;text-decoration-color:#c9a227;text-underline-offset:4px;font-family:cursive,"poppins",sans-serif}div.why-shop ul{list-style:disc;padding-left:10px}div.why-shop ul li{font-size:1rem;color:#bdbdbd;margin:10px 0;text-align:justify;text-shadow:1px 1px 2px rgba(0,0,0,.5)}div.why-shop ul li strong{font-weight:bold;color:#fff}.about-container{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-evenly;padding:2rem}.about-container h1{font-size:2rem;font-weight:bold;color:#fff;text-decoration:underline;text-underline-offset:.2rem;text-decoration-color:#c9a227;text-align:center}@media screen and (min-width: 768px){.about-container h1{font-size:2.5rem;text-underline-offset:.5rem}}.about-container section{display:flex;flex-direction:column;padding-top:4.2rem;gap:.5rem}.about-container section h2{font-size:1.5rem;font-weight:bold;color:#fff;text-decoration:underline;text-underline-offset:.2rem;text-decoration-color:#c9a227;text-align:center}@media screen and (min-width: 768px){.about-container section h2{font-size:2rem;text-underline-offset:.5rem}}.about-container section p{font-size:1rem;color:#bdbdbd;line-height:1.5;text-align:justify}@media screen and (min-width: 768px){.about-container section p{font-size:1.125rem}}.about-container section ul{list-style:disc outside;padding-left:20px}.about-container section ul li{font-size:1rem;color:#bdbdbd;line-height:1.5}@media screen and (min-width: 768px){.about-container section ul li{font-size:1.125rem}}.about-container section ul li::marker{color:#c9a227}/*# sourceMappingURL=style.css.map */