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