.product-actions{display:flex;justify-content:space-evenly}.product-counter{max-width:40%;min-width:80px;min-height:40px;display:flex;justify-content:space-around;align-items:center;background-color:#f1f1f1}.product-counter-button{height:25px;width:25px;border:none;font-size:medium;font-weight:700}.product-counter-button:hover{color:#fbaf85;background-color:#e4e1e1}.product-actions-button{width:140px;height:40px;background-color:#d87d4a;color:#fff;border:none}.product-actions-button:hover{background-color:#fbaf85}.product-available{margin-top:10px;font-weight:lighter;opacity:70%}.product-error-msg{color:#d87d4a}.item-detail-card{width:80%;max-width:900px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;margin:50px auto;font-family:Manrope,sans-serif}.item-detail-back{position:relative;top:-20px;left:10px;cursor:pointer;color:#0000007f}.item-detail-back:hover{color:#d87d4a}.item-detail-card-img{width:80%;max-width:400px;min-width:280px;margin-bottom:20px}.card-description{width:90%;max-width:400px}.card-description>*{margin-bottom:20px}.card-description h1{line-height:44px;letter-spacing:1.43px;font-weight:700;font-size:1.75rem}.card-description p{line-height:25px;opacity:50%}@media (min-width: 768px){.item-detail-card{flex-direction:row}.card-description,.item-detail-card img{width:45%}}.product-card{margin:30px;max-width:300px;min-width:280px;min-height:500px}.product-card img{width:100%}.button-container{display:flex;justify-content:center;margin:0 auto 25px}.product-card-button{width:140px;height:40px;background-color:#d87d4a;color:#fff;border:none;cursor:pointer}.product-card-button:hover{background-color:#fbaf85}.product-card a{text-decoration:none}@media (min-width: 768px){.product-card-button{width:160px;max-width:100%}}.item-list-container{width:80%;display:flex;justify-content:space-evenly;flex-wrap:wrap;padding:20px;margin:20px auto;gap:30px}.cart{width:100%;background-color:#f1f1f1;text-align:center;font-family:Manrope,sans-serif;display:flex;justify-content:center;margin-top:6px}.cart-container{width:85%;max-width:800px;margin:50px auto;background-color:#fff;padding:20px 40px;border-radius:10px;font-size:1.1em}.cart-remove{color:#0000007f;cursor:pointer}.cart-remove:hover{color:#d87d4a;text-decoration:underline}.cart-header{width:100%;display:flex;justify-content:space-between;margin-bottom:30px}.cart-total{display:flex;justify-content:flex-end;text-align:right;margin-bottom:30px}.cart-total>h3{margin-right:30px}.cart-button{float:right}.cart-no-items{display:flex;flex-direction:column;justify-content:center}.cart-no-items>*{margin-bottom:20px}.cart-back{position:relative;top:-50px;float:left;cursor:pointer;color:#0000007f}.cart-back:hover{color:#d87d4a}@media (min-width: 768px){.cart-container{width:70%}.cart-header{font-size:1.1em}}.cart-item-container{display:flex;flex-direction:column}.cart-item{width:80%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin:20px auto;text-align:left;gap:30px}.cart-item-item{display:flex;text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px}.cart-item-quantity{color:#0000007f}@media (min-width: 768px){.cart-item{width:80%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:20px auto;text-align:left}.cart-item-item{display:flex;flex-direction:row;text-align:left;justify-content:flex-end;align-items:center;gap:30px}}body{font-family:Manrope,sans-serif}.checkout{width:100%;background-color:#f1f1f1;margin-top:6px}.checkout-box{width:90%;margin:70px auto}.checkout-container{display:flex;justify-content:space-evenly}.checkout-container-item{background-color:#fff;border-radius:10px;padding:10px;margin-bottom:10px}.checkout-container h4{margin-bottom:20px}.checkout-subtitle{margin-top:50px;margin-bottom:20px;color:#d87d4a}.checkout-textfield{width:100%}.checkout-confirm-box{text-align:center}.checkout-confirm-box>*{margin-bottom:20px}.checkout-message{opacity:50%}.logo{color:#000;font-weight:700;display:flex;align-items:center}header{font-family:Manrope,sans-serif}header a,.header-menu{text-decoration:none;color:#101010}.header-menu{padding:10px}.cart-icon{max-width:30px}*{box-sizing:border-box;margin:0;padding:0}#root{display:flex;flex-direction:column;min-height:100vh}footer{width:100%;min-height:200px;background-color:#101010;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;text-align:center;font-family:Manrope,sans-serif;margin-top:auto}footer .logo{margin-bottom:30px}
