Y-zip Bug Bivy

Y-zip Bug Bivy

$125.00
{{option.name}}: {{selected_options[option.position]}}
{{value_obj.value}}

.ymg-container { display: flex; align-items: flex-start; /* align image and text to the top */ justify-content: space-between; gap: 50px; padding: 0px; /* Important: don't wrap on desktop so it stays two columns */ flex-wrap: nowrap; } /* Text fills remaining space; allow shrinking and prevent overflow issues */ .ymg-text-content { flex: 1 1 auto; min-width: 0; } /* Image stays at 35% width on desktop */ .ymg-image-content { flex: 0 0 35%; max-width: 35%; } .ymg-image-content img { width: 100%; height: auto; display: block; border-radius: 8px; } /* Mobile: collapse to one column */ @media (max-width: 768px) { .ymg-container { flex-direction: column; align-items: stretch; /* make children full width */ flex-wrap: nowrap; /* not needed, but explicit */ } .ymg-text-content, .ymg-image-content {

Show More Show Less