body{box-sizing:border-box;padding:0;margin:0;font-family:Arial,sans-serif}.header{display:flex;justify-content:space-around;align-items:center;padding:10px 20px;background-color:#333;color:#fff}.logo{font-size:24px}.search-bar input{outline:none;width:35vw;padding:8px;border:none;border-radius:4px;font-size:1rem}.search-bar{position:relative}.dropdown{cursor:pointer;position:relative;display:flex;justify-content:space-evenly;align-items:center;height:35px;width:60px;background-color:green;border-radius:4px}.dropdown p{position:relative;top:2px}.main{margin-top:20px;width:100%;display:flex;justify-content:space-around}.filter__section{background-color:#333;color:#fff;text-align:center;height:90vh;width:20%;border:1px solid #000}.filter__section h2{font-size:1.5rem}.clear-filter{margin-top:50px;width:85%;font-weight:500;padding-block:12px;border-radius:5px;cursor:pointer;border:none}.products__container{height:min-content;padding-bottom:20px;width:70%}.filter{margin:18px 0 0 10px;display:flex;gap:5px}.filter input{margin:5px;cursor:pointer}.filter__container{margin-top:2rem}.product img{height:160px;width:283px;object-fit:cover}.product{min-width:283px;overflow:hidden;border-radius:5px;height:min-content;width:min-content;border:1px solid #cfcfcf;text-align:center}.product p{margin:8px;font-size:18px;font-weight:700}.rating-products span{font-size:.9rem}.rating-products{display:flex;justify-content:center}.product span{font-weight:400}.product-detail{margin-block:1rem}.product-detail button{width:80%;height:2rem;color:#ffffffef;font-size:1rem;border-radius:6px}.out-of-stock{background-color:#6c6cfd}.in-stock{background-color:#3232f8;cursor:pointer}.products__detail{gap:20px;display:flex;flex-wrap:wrap}.cart__products__container{position:absolute;right:12vw;min-height:50px;max-height:108px;overflow-y:auto;width:30vw;border-radius:4px;border:1.5px solid #333;background:#ffffffc5}.cartBtn{margin-left:1.5vw;cursor:pointer;border-radius:5px;width:90%;height:28px;margin-bottom:5px;background-color:#3232f8;color:#ffffffe2}.cart__products__container p{text-align:center;font-size:1.2rem}.cart__products img{height:45px;width:45px;border-radius:50%;object-fit:cover}.cart__products p{font-size:14px}.cart__products{width:92%;padding:10px;display:flex;justify-content:space-evenly;align-items:center}.style__rating{cursor:pointer;margin-left:10px;font-size:1rem}@media (max-width: 600px){.header{justify-content:space-between}.filter__section{width:30%}.products__container{width:60%}.filter{margin:18px 0 0 2px;font-size:12px;gap:0}.filter__section h2{font-size:22px}.clear-filter{width:80%;font-size:.9rem;padding-block:8px}.product img{height:140px;width:58vw;object-fit:cover}.product{min-width:58vw}.cart__products__container{right:10vw;width:54vw}.cartBtn{margin-left:2.1vw}}.cart__section{height:500px}.cart__section button{background-color:#4141ff;color:#ffffffda;width:90%;font-size:16px;padding:8px;cursor:pointer;border-radius:5px;border:none;margin-top:30px}.cart__section button:hover{background-color:#3232ff}.cart__section p,h2{margin-top:36px}.cart__product img{height:100px;width:100px;object-fit:cover;border-radius:5px}.cart__product{display:flex;justify-content:space-between;align-items:center;padding:5px 5px 4px;border:1px solid #cecece}.cart__product p{font-size:18px;font-weight:700}.products__quantity{width:5vw;min-width:40px}.cart__product-detail{margin-left:2px;width:90%;display:flex;justify-content:space-evenly;align-items:center}@media (max-width: 600px){.card__container{gap:20px;display:flex;flex-wrap:wrap}.cart__product img{height:140px;width:58vw;object-fit:cover}.cart__product span{font-weight:400}.cart__product{padding:0;flex-direction:column;overflow:hidden;border-radius:5px;height:min-content;width:min-content;text-align:center}.cart__product p{margin:0 8px 8px}.cart__product-detail{flex-direction:column;margin-block:1rem}.cart__product-detail button{width:80%;height:2rem;color:#ffffffef;font-size:1rem;border-radius:6px}}.Error{margin-top:100px;text-align:center}.Error p{font-size:18px;font-weight:700}.not-found{opacity:.5}
