/* Correct the separate View All Styles card renderer. */
.all-styles-page #shopStyleGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1100px;margin-inline:auto}
.all-styles-page #shopStyleGrid .shop-style-card{width:100%;min-width:0;height:auto!important;aspect-ratio:auto!important}
.all-styles-page #shopStyleGrid .style-landscape{display:block!important;margin:0!important;padding:0!important;width:100%!important;aspect-ratio:9/16!important;height:auto!important;min-height:0!important;overflow:hidden;background:#080808}
.all-styles-page #shopStyleGrid .shop-style-card img{display:block!important;position:static!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:9/16!important;object-fit:contain!important}
@media(max-width:600px){.all-styles-page #shopStyleGrid{grid-template-columns:1fr;gap:16px}}

/* Hidden gallery players must remain hidden when a photo is selected. */
.canonical-main video[hidden],.product-preview video[hidden],.checkout-photo-viewport video[hidden],.product-lightbox video[hidden]{display:none!important}

/* Portrait collection listings on subpages. Full-media galleries are independent. */
body:not(.homepage) .discovery-card img,
body:not(.homepage) .color-product-image,
body:not(.homepage) .color-product-image img,
body:not(.homepage) .shop-style-image,
body:not(.homepage) .shop-style-image img{aspect-ratio:9/16!important;height:auto!important;object-fit:contain!important}
