
Apple iPhone XS 256GB Unlocked (Gray)
.product-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Auto-adjust columns */ gap: 10px; /* Space between grid items */ font-family: 'Poppins', sans-serif; font-size: 16px; max-width: 100%; margin-bottom: 10px; } .product-container img { width: 100%; height: auto; border-radius: 8px; object-fit: cover; } .product-text { display: flex; align-items: center; /* Vertically center the text */ justify-content: center; /* Horizontally center the text */ font-size: 14px; padding: 6px; text-align: center; border-radius: 10px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); } .gradient-text { background: linear-gradient(135deg, #228B22, #808080); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } @media (max-width: 768px) { .product-container { grid-template-columns: 1fr; /* Stack items on smaller screens */ } } Apple iPhone