Crossbody Bag – Summer Colors Lightweight – Mini Crossbody Bag for Essentials & Coins, Ideal for Girls and Kids
.description-container { display: flex; flex-direction: column; gap: 40px; margin-top: 20px; } .desc-row { display: flex; align-items: center; gap: 30px; } /* Alternate rows reverse */ .desc-row:nth-child(even) { flex-direction: row-reverse; } .desc-image { flex: 1; } .desc-image img { width: 100%; max-width: 380px; border-radius: 16px; } .desc-card { flex: 1; background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); font-size: 14px; line-height: 1.6; color: #333; transition: transform 0.2s ease, box-shadow 0.2s ease; } .desc-card:hover { transform: translateY(-4px); box-shadow: 0 6px 16px rgba(0,0,0,0.1); } .desc-title { font-size: 16px; font-weight: 600; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; color: #222; } .desc-title span { font-size: 18px; }