body{background-color:#f5f5f5;margin:0;padding:0;font-family:Arial,sans-serif}.header{justify-content:space-between;align-items:center;padding:20px;display:flex}.client__panel{justify-content:space-around;align-items:center;gap:20px;width:30%;display:flex}.client__panel a{color:#141414;font-size:18px;text-decoration:none}.cart-icon,.home-icon{color:#000;font-size:24px;position:relative}.cart-icon:hover .cart-badge{transform:scale(1.2)}.cart-badge{color:#fff;background:red;border-radius:50%;padding:4px 7px;font-size:8px;transition:transform .2s;position:absolute;top:-8px;right:-10px}.contact-container{flex-direction:row;justify-content:flex-start;align-items:flex-start;padding:20px;display:flex}.navigation{flex-direction:column;justify-content:space-between;width:25%;padding:20px;display:flex}.category-link{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.category-link a{color:#131313;font-size:22px;font-weight:500;text-decoration:none;transition:all .3s}.category-link a:hover{transform:scale(1.1)}.contact-info{flex-direction:column;justify-content:center;align-items:flex-start;padding:20px;display:flex}.contact-info h2{margin-bottom:10px;font-size:24px;font-weight:600}.contact-info p{margin-bottom:5px;font-size:16px}.contact-info a{color:#007bff;text-decoration:none}.contact-info a:hover{text-decoration:underline}.bestsellers-page{flex-direction:column;align-items:flex-start;gap:20px;width:75%;display:flex}.bestsellers-page-items{flex-flow:wrap;justify-content:space-around;gap:20px;display:flex}.bestsellers-item{text-wrap:initial;background-color:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;align-items:center;gap:10px;width:200px;padding:10px;display:flex}.bestsellers-item img{object-fit:contain;width:150px;height:150px}.bestsellers-item h2{text-align:center;color:#161616;font-size:18px;font-weight:500}.price{color:#000675;font-size:16px;font-weight:500}.btn-bestsellerCard{flex-direction:row;justify-content:space-around;gap:10px;width:100%;display:flex}.btn-bestsellerCard button{cursor:pointer;background-color:silver;border:none;border-radius:5px;padding:5px 10px}.btn-bestsellerCard button:hover{color:#fff;background-color:#000675}.bestsellers{flex-direction:row;gap:20px;padding:20px;display:flex}:root{--color-bg:#d3d3d3;--color-text:#1f1f1f}.item{flex-direction:row;align-items:flex-start;gap:10px;padding:20px;display:flex}.item__content{flex-direction:column;align-items:flex-start;gap:15px;width:70%;display:flex}.item img{object-fit:contain;width:30%;height:auto}.item h2{color:var(--color-text);font-size:24px;font-weight:600}.item p{color:var(--color-text);font-size:16px}.btn-item{flex-direction:row;justify-content:flex-start;gap:10px;width:100%;display:flex}.item button,.btn-item button{cursor:pointer;text-align:center;background-color:silver;border:none;border-radius:5px;padding:10px 20px}.item button:hover,.btn-item button:hover{color:#fff;background-color:#000675}.card-icons{align-items:center;gap:5px;font-size:16px;display:flex}.category-page{flex-direction:row;gap:20px;padding:20px;display:flex}.category-cards{flex-direction:column;align-items:flex-start;gap:20px;width:75%;display:flex}.category-cards-list{flex-flow:wrap;justify-content:space-around;gap:20px;display:flex}.category-card{background-color:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;align-items:center;gap:10px;width:200px;padding:10px;display:flex}.category-card img{object-fit:contain;width:150px;height:150px}.category-card h2{text-align:center;color:#161616;font-size:18px;font-weight:500}.category-card .price{color:#000675;font-size:16px;font-weight:500}.btn-category-item{flex-direction:row;justify-content:space-around;gap:10px;width:100%;display:flex}.btn-category-item button{cursor:pointer;background-color:silver;border:none;border-radius:5px;padding:5px 10px}.btn-category-item button:hover{color:#fff;background-color:#000675}.cart{align-items:flex-start;gap:20px;display:flex}.cart-left{flex:2}.cart-right{border:1px solid #ddd;border-radius:10px;flex:1;height:fit-content;padding:20px;position:sticky;top:20px}.checkout-btn{color:#fff;cursor:pointer;background:#000;border:none;width:100%;margin:10px;padding:10px}.continue-btn{color:#190c89;cursor:pointer;background:0 0;border:1px solid #190c89;width:100%;margin:10px;padding:10px}.cart-item{border-bottom:1px solid #ddd;align-items:center;gap:20px;padding:10px;display:flex}.cart-item img{object-fit:contain;width:100px;height:100px}.cart-item-details{flex-direction:column;flex:1;gap:10px;display:flex}.cart-item-details h3{color:#161616;font-size:18px;font-weight:500}.cart-item-details .price{color:#000675;font-size:16px;font-weight:500}.cart-item-details .quantity{align-items:center;gap:10px;display:flex}.cart-item-actions button{cursor:pointer;background-color:silver;border:none;border-radius:5px;margin:5px;padding:5px 10px}.cart-item-actions button:hover{color:#fff;background-color:#000675}.checkout{flex-direction:row;justify-content:space-between;gap:40px;display:flex}.checkout-left{width:25%}.checkout-right{border:1px solid #ddd;border-radius:10px;width:50%;padding:20px}form{flex-direction:column;gap:15px;display:flex}form label{color:#161616;font-weight:500}form input{border:1px solid #ddd;border-radius:5px;padding:10px}form button{color:#fff;cursor:pointer;background-color:#000675;border:none;border-radius:5px;padding:10px;font-weight:500}form button:hover{opacity:.9;background-color:#000675}.checkout-item{flex-direction:row;align-items:center;gap:10px;display:flex}.footer{color:#fff;text-align:center;background-color:#333;padding:20px}
