.search-bar{display:flex;background-color:#fff;width:100%;max-width:500px;justify-content:space-between;box-shadow:0 1px 2px #000;gap:13px;padding-right:13px}.search-input{padding:13px;flex-grow:1;border:none;outline:none;font-size:.8rem;font-weight:500px;border-right:1px solid #ddd}.search-button{background:none;border:none;font-size:1rem;display:flex;align-items:center;justify-content:center;color:#333}.cart-button{font-size:1.5rem;display:flex;align-items:center;justify-content:center;padding:5px;border:none;background:none;cursor:pointer;position:relative;margin-left:20px;color:#333}.cart-status{background-color:red;width:15px;height:15px;position:absolute;top:0;left:0;color:#fff;font-size:11px;font-weight:600;border-radius:15px;display:flex;align-items:center;justify-content:center}.header{background-color:#fff159;position:fixed;width:100%;z-index:1;box-sizing:border-box;height:80px}.header>div{display:flex;justify-content:space-between;align-items:center;padding:20px}.cart{position:fixed;right:0;top:0;width:100%;max-width:330px;background-color:#fff;height:100vh;padding:100px 20px 20px;display:flex;flex-direction:column;justify-content:space-between;transform:translate(110%);transition:all .4s ease}.cart-items{flex-grow:1;overflow:auto}.cart-resume{font-size:1.8rem;font-weight:500;padding:35px 0 15px;border-top:1px solid #ddd}.cart-items .cart-item:last-child{border-bottom:none}.cart--active{transform:translate(0)}.cart-item{position:relative;display:flex;border-bottom:1px solid gray;align-items:flex-start;padding-bottom:20px;margin-bottom:20px}.cart-item-content{padding:0 35px 0 10px}.cart-item-title{font-size:.85rem;font-weight:500;align-items:center;color:#00000080;margin-bottom:8px}.cart-item-price{font-size:25px;font-weight:500}.cart-item-image{width:70px;height:auto}.button-remove-cart{position:absolute;top:0;right:0;color:#d83232;border:none;background:none;font-size:1.4rem;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif}body{background-color:#ebebeb}.container{max-width:1100px;margin:0 auto}.product-card{width:100%;max-width:300px;background-color:#fff;display:flex;flex-direction:column;cursor:pointer;margin:0 auto;position:relative}.product-image{width:100%}.product-infos{padding:20px;border-top:1px solid #ddd}.product-price{font-size:30px;font-weight:400;display:block;margin-bottom:10px}.product-title{font-size:15px;color:#000;line-height:1.5;font-weight:500}.button-add-cart{position:absolute;top:0;right:0;width:45px;height:45px;margin:12px 15px;color:#0c5dd6;display:none;justify-content:center;align-items:center;border:none;border-radius:50px;background-color:#fffc;font-size:1.5rem;cursor:pointer}.product-card:hover{box-shadow:0 2px 10px #0000001a}.product-card:hover .button-add-cart{display:flex}.products{padding:120px 20px 50px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.loading{width:100%;font-size:2rem;margin:200px auto 0;animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
