.DetailImage_detailImage__KpIva{display:flex;flex-direction:column;align-items:center;gap:1rem;width:fit-content}.DetailImage_detailImage__KpIva figcaption{width:100%;display:flex;justify-content:space-around}.DetailImage_badge__QLHDQ svg{font-size:larger}.DetailImage_badge__QLHDQ:first-child svg{color:#ffc107}.detail_detailSection__O2zGW{width:fit-content;display:flex;flex-direction:column;align-items:center;gap:2rem;margin:2rem auto}@media (min-width:768px){.detail_detailSection__O2zGW{flex-direction:row}}.cart-section{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;padding:40px 20px}.container{max-width:900px;margin:0 auto;background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.header h1{font-size:2rem;margin-bottom:30px;font-weight:700;text-align:center}.cart-content{gap:30px}.cart-content,.cart-items{display:flex;flex-direction:column}.cart-items{gap:20px}.cart-item{display:flex;gap:20px;border-bottom:1px solid #e0e0e0;padding-bottom:20px}.item-image img{width:100px;height:100px;object-fit:cover;border-radius:8px}.item-details{flex:1;display:flex;justify-content:space-between;flex-wrap:wrap}.item-info{display:flex;flex-direction:column;gap:10px}.item-name{font-weight:700;font-size:1.1rem}.item-price-quantity{display:flex;align-items:center;gap:20px}.item-price{font-weight:500;font-size:1rem;color:#333}.quantity-controls{display:flex;align-items:center;gap:10px}.quantity-button{padding:6px 10px;background-color:#ddd;border:none;border-radius:4px;cursor:pointer}.quantity-button:hover{background-color:#ccc}.quantity-display{min-width:20px;text-align:center;font-weight:700}.item-remove .remove-button{background:none;border:none;color:#cc0000;font-size:1.1rem;cursor:pointer}.item-remove .remove-button:hover{color:#a10000}.cart-summary{border-top:1px solid #ddd;padding-top:20px}.summary-item,.summary-total{display:flex;justify-content:space-between;margin-bottom:10px}.total-label,.total-value{font-size:1.2rem;font-weight:700}.checkout-button-container{display:flex;justify-content:flex-end;margin-top:20px}.checkout-button{background-color:black;color:white;border:none;padding:12px 24px;font-size:1rem;font-weight:700;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background-color .3s}.checkout-button:hover{background-color:#333}.wrapper{position:relative;display:inline-block}.message{position:absolute;top:-1.5rem;left:0;background-color:#4caf50;color:white;padding:4px 8px;border-radius:4px;font-size:.8rem;animation:fadeOut 1s forwards}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0;transform:translateY(-10px)}}.DetailPresentation_detailPresentation__1KGFX{display:flex;flex-direction:column;gap:1rem}.DetailPresentation_description__l_b_o>*{display:block}.Reviews_reviewSection__eo8ik,.Reviews_reviewSection__eo8ik article{width:fit-content}.Reviews_reviewSection__eo8ik{margin:0 auto;padding-inline:1rem;display:flex;flex-direction:column;gap:1rem}.Reviews_reviews__blD0q{display:flex;flex-direction:column;gap:.33rem}.Reviews_reviewCard__6GsY8{width:100%;padding-block:.2rem;padding-inline:.5rem 2rem;border-radius:.5rem;display:flex;flex-direction:column-reverse;gap:.25rem;background-color:white}.Reviews_reviewCard__6GsY8 p:first-child{width:175px;font-size:smaller;display:flex;justify-content:space-between}.Reviews_reviewCard__6GsY8 p:first-child b{font-size:smaller}.Reviews_reviewCard__6GsY8 p:first-child i{font-size:smaller;text-align:left}.Reviews_reviewCard__6GsY8 p:last-child{color:black}.Reviews_form__i2kpl{display:flex;flex-direction:column;gap:.5rem}.Reviews_form__i2kpl label{font-size:small}.Reviews_form__i2kpl button,.Reviews_form__i2kpl input,.Reviews_form__i2kpl textarea{display:block;width:100%;max-width:25rem;padding:.5rem}.Reviews_form__i2kpl textarea{font-family:var(--font-body);resize:none;height:7rem}