.product-detail{padding:3rem 1rem;background-color:#FAFAF5;min-height:70vh}.back-button,.product-detail{font-family:Poppins,sans-serif}.back-button{display:inline-flex;align-items:center;background-color:#73334A;color:#FAFAF5;padding:.5rem 1rem;border:none;border-radius:6px;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .2s ease;text-decoration:none;margin-bottom:2rem;margin-left:1rem}.back-button:hover{background-color:#BD8355}.product-wrapper{max-width:1000px;margin:0 auto;display:flex;gap:2rem;flex-wrap:wrap;align-items:center}.product-image{width:100%;max-width:400px;border-radius:8px;object-fit:cover;flex:1 1 300px}.product-info{flex:1 1 300px}.product-info h1{font-size:2rem;color:#7D825A;margin-bottom:1rem}.product-description{font-size:1rem;color:#73334A;margin-bottom:1rem;line-height:1.7}.product-description p{margin-bottom:1rem;text-align:justify}.product-description strong{color:#7D825A;font-weight:700}.product-description .highlight{color:#73334A;font-style:italic}.product-info h4{margin-top:1.5rem;font-size:1.1rem;color:#7D825A}.product-info ul{padding-left:1.25rem;color:#73334A;margin-bottom:1rem}.product-volumen{color:#4A4A4A;font-style:italic;margin-bottom:1rem}.product-price{font-size:1.5rem;font-weight:600;color:#BD8355;margin:1rem 0}.product-info button{background-color:#7D825A;color:#FAFAF5;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.product-info button:hover{background-color:#BD8355}.product-status{font-size:1.1rem;font-weight:600;margin-top:1rem;padding:.75rem 1.25rem;border-radius:6px;display:inline-block;background-color:#CBC0B1;color:#73334A}@media (max-width:768px){.product-wrapper{flex-direction:column;text-align:center}.product-info h1{font-size:1.6rem}.product-description,.product-info ul li,.product-price{font-size:1rem}}