@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth;text-decoration:none}:root{font-family:Poppins,serif;font-style:normal;font-weight:400}.App{padding-bottom:2vh;padding-left:2vw;padding-right:2vw}header{align-items:center;background-color:#febd69;border-bottom:1px solid;display:flex;font-family:Poppins,serif;font-style:normal;font-weight:700;height:5vh;justify-content:center}header a{color:#000}.main-header{align-items:center;background-color:#0f1111;display:flex;height:5vh;justify-content:space-between;padding-left:1.1vw;padding-right:1.1vw}.main-header .main-header-left-section{border:2px solid #fff;border-radius:5px;height:70%;width:6vw}.main-header .main-header-left-section img{height:100%;object-fit:cover;width:100%}.main-header .main-header-central-section{gap:.5vw}.main-header .main-header-central-section,.main-header .main-header-central-section form{align-items:center;display:flex;height:100%;justify-content:center}.main-header .main-header-central-section form input{height:50%}.main-header .main-header-central-section button{aspect-ratio:1/1;border-radius:25px;height:80%}.main-header .main-header-central-section button img{height:100%;object-fit:scale-down;width:50%}.main-header .main-header-right-section label{color:#fff;margin-right:.5vw}.products-wrapper{grid-column-gap:2.5vw;grid-row-gap:2.8vh;column-gap:2.5vw;display:grid;grid-template-columns:repeat(4,auto);row-gap:2.8vh}.products-wrapper .product-box{align-items:center;border:2px solid;border-radius:5px;display:flex;flex-direction:column;padding:1vh 1vw}.products-wrapper .product-box h4{margin-bottom:1vh}.products-wrapper .product-box .product-content{display:flex;gap:1vw}.products-wrapper .product-box .product-content .product-image{flex:2 1;height:20vh}.products-wrapper .product-box .product-content .product-image img{height:100%;object-fit:scale-down;object-position:top;width:100%}.products-wrapper .product-box .product-content .product-buttons{align-items:center;display:grid;flex:1 1;grid-template-columns:repeat(1)}.products-wrapper .product-box .product-content .product-buttons button{align-items:center;background-color:#ffa41c;border:none;border-radius:25px;box-shadow:1px 1px 8px gray;cursor:pointer;display:flex;font-family:Poppins,serif;font-style:normal;font-weight:400;height:25%;justify-content:center;padding-left:.3vw;padding-right:.3vw}.cart-wrapper .cart-box{display:flex;gap:1.2vw;margin-bottom:1vh;margin-top:1vh}.cart-wrapper .cart-box .cart-box-image{height:5vh;width:4vw}.cart-wrapper .cart-box .cart-box-image img{height:100%;object-fit:scale-down;object-position:top;width:100%}.cart-wrapper button{align-items:center;background-color:#ffa41c;border:none;border-radius:25px;box-shadow:1px 1px 8px gray;cursor:pointer;display:flex;font-family:Poppins,serif;font-style:normal;font-weight:400;height:25%;justify-content:center;padding-left:.5vw;padding-right:.5vw}
/*# sourceMappingURL=main.e7075006.css.map*/