*{box-sizing:border-box;scroll-behavior:smooth}.home-item{border:2px solid var(--mainColor);border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:center;justify-content:space-around;padding:30px;transition:box-shadow .3s}.home-item:hover{box-shadow:1px 0 3px 2px rgba(0,0,0,.199)}.home-item img{height:300px;width:300px}.home-item-image img{width:100%}.home-item-title{font-size:100%;font-weight:bolder}.home-item-price{font-size:80%;font-weight:700}.home-item button{background-color:#fff;border:1px solid var(--mainColor);border-radius:5px;color:var(--mainColor);padding:5px}.home-item button:hover{background-color:var(--mainColor);border:1px solid var(--mainColor);color:#fff}.category-btns{display:flex;flex-direction:row;flex-wrap:wrap}.category-btns button{margin:5px;width:200px}.content{margin:30px}.home-items{grid-gap:1rem;align-items:center;display:grid;gap:1rem;justify-content:center;margin:0 auto;max-width:1200px}@media (min-width:700px){.home-items{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.home-items{grid-template-columns:repeat(3,1fr)}}.product-item{align-items:center;border:2px solid var(--mainColor);border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;height:auto;justify-content:center;margin:20px;padding:20px;transition:box-shadow .3s}.product-item:hover{box-shadow:1px 0 3px 2px rgba(0,0,0,.199)}.product-details{display:flex;flex-direction:column;justify-content:space-between;width:90%}.product-item img{height:300px;margin:0 40px 0 0;width:300px}.product-desc h3{cursor:pointer}.product-desc p{display:none}.show-desc{display:visible!important}@media screen and (max-width:800px){.product-item{align-items:center;display:flex;flex-direction:column;justify-content:center}}.btn{border:1px solid var(--mainColor);border-radius:5px;color:var(--mainColor);padding:5px;transition:all .3s;width:150px}.btn:hover{background-color:var(--mainColor);color:#fff}*{margin:0;padding:0}:root{--fontMain:"Lato",sans-serif;--fontSec:"Lato",sans-serif;--mainColor:#000}header{box-shadow:2px 2px 2px 1px rgba(0,0,0,.2);position:-webkit-sticky;position:sticky;top:0;z-index:1}ul{background-color:#fff;font-family:Lato,sans-serif;font-family:var(--fontMain);height:50px}header ul{align-items:center;display:flex;justify-content:space-around}ul li{list-style:none;text-decoration:none}.search-bar{border:2px solid #000;border:2px solid var(--mainColor);border-radius:10px;padding:5px;width:30vw}.nav-element button{font-family:Lato,sans-serif;font-family:var(--fontMain)}.nav-element{border:none;color:#000;color:var(--mainColor);font-weight:bolder;text-decoration:none!important}.cart-icon:hover,.nav-element:hover{color:rgba(0,0,0,.701)!important;transition:color .1s ease-in-out}.cart-icon{fill:#000;fill:var(--mainColor);color:#000}.cart-badge{background:#000;background:var(--mainColor);border-radius:10px;color:#fff;font-size:12px;padding:0 5px;vertical-align:top}.burger{cursor:pointer;display:flex;display:none;flex-direction:column}.l1,.l2,.l3{background-color:#000;box-sizing:border-box;height:5px;margin:4px;transition:all .3s;width:30px}.nav-hidden{display:none}@-webkit-keyframes pulsate{0%{fill:red;opacity:1;-webkit-transform:scale(1)}to{fill:red;opacity:.5;-webkit-transform:scale(1.07)}}@keyframes pulsate{0%{fill:red;opacity:1;-webkit-transform:scale(1)}to{fill:red;opacity:.5;-webkit-transform:scale(1.07)}}.align-side-by-side{display:flex}.m-10{margin:10px}.m-auto-w-80vw{margin:auto;width:80vw}.cart-container{display:flex;flex-direction:column}#totalPrice{align-self:center;font-size:24px;font-weight:700}footer{align-items:center;bottom:0;box-shadow:1px -2px 1px 1px rgba(0,0,0,.121);display:flex;height:100%;justify-content:center;margin-top:30px;position:static;width:100%}footer p{padding:5px}
/*# sourceMappingURL=main.6a630de4.css.map*/