.products-section { position: relative; height: 100vh; overflow: hidden; }.product-card { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; transform: translateY(100%); }.product-card img { max-width: 60%; height: auto; border-radius: 12px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }
Skip to content