.bundle-city[hidden] { display: none !important; }
.bundle-city { position: relative; width: 100%; aspect-ratio: 4 / 3; margin: 16px 0; overflow: hidden; isolation: isolate; background: #bbab91; }
/* Zoom both layers together so product anchors remain aligned with the fixed pads. */
.bundle-city__background, .bundle-city__layers { position: absolute; inset: 0; display: block; width: 100%; height: 100%; transform: scale(1.1); transform-origin: 50% 60%; }
.bundle-city__background { object-fit: cover; }
.bundle-city__layers { overflow: hidden; }
.bundle-city__product { filter: drop-shadow(0 2px 2px #0005); }
@media (max-width: 640px) { .bundle-city { margin: 12px 0; } }
