SmartWings Motorized Zipper Track Windproof Outdoor Shades
.features-section1 { text-align: center; background: #fff; font-family: sans-serif; padding: 40px 20px; } .features-title1 { font-size: 32px; font-weight: bold; text-align: center; margin-bottom: 10px; } .features-grid1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; } @media (max-width: 768px) { .features-grid1 { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 480px) { .features-grid1 { grid-template-columns: 1fr; } } .flip-card1 { perspective: 1000px; } .flip-card-inner1 { position: relative; width: 100%; height: 240px; transition: transform 0.6s; transform-style: preserve-3d; } .flip-card1:hover .flip-card-inner1 { transform: rotateY(180deg); } .flip-card-front1, .flip-card-back1 { position: absolute; width: 100%; height: 100%; border: 1px solid #e0e