.overlay{align-items:center;background-color:#000c;display:none;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:9999}.overlay-open{display:flex}.overlay .nav-link{color:#fff;font-size:1.5rem}.overlay .nav-link:hover{color:#ffc107}.overlay .navbar-toggle{position:absolute;right:1rem;top:1rem}.product-container{border:1px solid var(--black);border-radius:2em;margin-bottom:20px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;padding:5px 15px;text-align:center}.product-container img{height:80px;width:80px}.product-name{font-size:10px;font-weight:700;margin:0}.product-price{color:var(--red);font-size:12px;margin:0}.add-to-cart{font-size:10px}.add-to-cart:hover,.view-cart{color:var(--red)}.view-cart{text-decoration:none}.add-to-cart{background:none;border:none;color:inherit;cursor:pointer}:root{--black:#403c39;--red:#f38160;--grey1:#949494;--grey2:#909090;--yellow:#f0b70d;--white:#fafafa;--font-family1:"Montserrat",sans-serif;--font-family2:"Poppins",sans-serif}ul{display:flex;flex-wrap:wrap;justify-content:space-between;list-style-type:none;padding:0}li{font-size:12px;margin-bottom:10px;width:48%}li:before{background-color:var(--yellow);border-radius:50%;color:var(--white);content:"\2713";line-height:1.2em;margin-right:8px;padding:.2em}.product-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin:0 20px}.products{text-align:center}.products img{align-items:start;height:auto}.products h6{font-size:15px;font-weight:500}.products p{font-size:12px;font-weight:200}
/*# sourceMappingURL=main.281c816d.css.map*/