.product-card{display:flex;flex-direction:column;border:2px solid #000;border-radius:0.75rem;padding:1rem;max-width:42rem;margin:1rem}.image-section{position:relative;width:100%}.image-section img{width:100%;height:300px;object-fit:cover;border-radius:0.5rem}.top-pick{position:relative;top:0.5rem;left:0.5rem;background-color:#fbbf24;color:black;padding:0.25rem 0.75rem;border-radius:9999px;font-weight:600;font-size:0.875rem}.content-section{position:relative;padding:1rem 0}.bookmark{position:absolute;top:1rem;right:0;color:#4b5563;font-size:1.25rem}.subtitle{color:#4b5563;font-weight:500;margin-bottom:0.75rem}.description{color:#374151;margin-bottom:1.5rem}.price-button{background-color:#3b82f6;color:white;padding:0.5rem 1.5rem;border-radius:0.5rem;border:none;cursor:pointer;transition:background-color 0.2s}.price-button:hover{background-color:#2563eb}@media (min-width:768px){.product-card{flex-direction:row}.image-section{width:50%}.image-section img{height:400px}.content-section{width:50%;padding-left:1.5rem}.product-card img{height:auto}}button.buy-button{padding:8px 15px;background:#000;color:#fff;border:1px solid #000;border-radius:3px;cursor:pointer}.product-card img{height:200px}@media (max-width:500px){.product-card img{height:auto}}.product-info{margin-left:16px}.product-info{width:100%}