#cont{margin:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-row:2rem;gap:2rem;background-color:#fff}.product-card{box-sizing:border-box;text-align:center;padding:1.5rem;border-radius:10px;box-shadow:0 2px 5px #0000001a;transition:all .5s ease;color:#413c3c;font-family:Roboto,sans-serif;display:flex;flex-direction:column;align-items:center;background-color:#f0f0f0;margin:10px}.featured-tag{position:absolute;left:10px;top:10px;background:linear-gradient(90deg,#10b981,#059669);color:#fff;padding:6px 10px;border-radius:999px;font-size:.8rem;font-weight:700;box-shadow:0 6px 14px #0596691f}.card-details h3{font-size:1rem;margin-bottom:6px}.card-details p{margin:0}img[loading=lazy]{display:block;width:100%;height:auto}.product-card img{width:100%;object-fit:cover;border-radius:8px;margin-bottom:1rem}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #0003;transition:all .3s ease}.product-card h3{margin:10px 0;font-size:1.2em}.product-card p{font-size:1em;color:#333}.product-card button{background-color:#28a745;color:#333;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-size:1em}.product-card button:hover{background-color:#218838}#detailsPage{padding:5rem;background-color:#fff;margin:3rem;align-items:center;border-radius:10px;box-shadow:0 2px 5px #0000001a;font-family:Roboto,sans-serif!important;gap:2rem;display:none}#detailsPage.show{display:flex;flex-direction:column}.details img{width:300px;display:inline;object-fit:cover;border-radius:8px;margin-bottom:1rem}#sellerProducts{display:flex;gap:20px;margin-top:20px;overflow-x:auto}.seller-product{width:150px;cursor:pointer;text-align:center;padding:.4rem;border-radius:10px;box-shadow:0 2px 5px #0000001a;transition:all 2s ease;background-color:#f0f0f0}.seller-product:hover{box-shadow:10px 10px 10px #0003;transition:all .3s ease}.seller-product img{width:100%;object-fit:cover;border-radius:8px;margin-bottom:1rem}.seller-product h4{font-size:1em;margin:.5rem 0}.seller-product p{font-size:.9em;color:#333}.back-btn{margin-top:20px;padding:10px 15px;background:#218838;color:#fff;cursor:pointer;border:none;border-radius:5px;display:block;align-self:flex-start}.contact-box{margin-top:20px;padding:15px;border:1px solid #ccc;border-radius:10px;background:#f8f8f8;text-align:center}.contact-box h3{margin-bottom:10px}.contact-options{display:grid;gap:10px}.contact-btn{padding:10px 15px;border:none;background:#000;color:#fff;border-radius:6px;cursor:pointer;transition:.2s}.contact-btn:hover{transform:scale(1.05)}.explore-button{display:block;margin:20px;padding:12px 18px;background:#008000b0;color:#fff;border-radius:12px;border:none;font-weight:700;cursor:pointer;box-shadow:0 8px 24px #2f8f4924;transition:transform .18s ease,box-shadow .18s ease;max-width:90%;white-space:nowrap}.explore-button:hover{transform:translateY(-3px);box-shadow:0 18px 48px #2f8f492e}.explore-button:active{transform:translateY(-1px);box-shadow:0 12px 32px #2f8f4929}@media(max-width:768px){#cont{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:1rem;gap:1.5rem;padding:1rem}.product-card{padding:1rem}.product-card img{width:150px;height:150px}#detailsPage{grid-template-columns:1fr;padding:1.5rem;margin:1rem}}@media(max-width:480px){#cont{grid-template-columns:repeat(2,1fr);gap:.1rem;margin:-1rem}.product-card{padding:.75rem}.product-card h3{font-size:.95rem}.product-card p{font-size:1rem}}
