.myproduct-div{display:flex;flex-direction:row;gap:20px;align-items:center;background:#ffffff;border-radius:16px;box-shadow:0 6px 20px rgba(0,0,0,.1);padding:20px;margin:20px 0;transition:transform .3s ease,box-shadow .3s ease}.myproduct-div:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.product-image{flex:0 0 120px;height:135px;overflow:hidden;border-radius:12px;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain}.myorder-product-details{flex:1 1}.myorder-product-details h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:8px}.myorder-product-details h5{font-size:1rem;color:#555;margin-bottom:5px}.myorder-product-details h6{font-size:.95rem;color:#777}.myorder-product-details h6 b{color:#000}@media (max-width:768px){.myproduct-div{flex-direction:column;align-items:flex-start;text-align:left;padding:10px;gap:5px}.product-image{width:80%;margin:auto;height:180px}.product-image img{width:100%;height:100%;object-fit:contain}.myorder-product-details h3{font-size:1rem}.myorder-product-details h5{font-size:.75rem}.myorder-product-details h6{font-size:10px}}