/* Full-width artwork banner: desktop 8:3, mobile 1:1. */
.store-body .home-v2 .hero-stage.uploaded-banners{width:100%;max-width:none;margin:0;padding:0;border-radius:0;overflow:hidden;position:relative;background:#fff}
.store-body .uploaded-banners .hero-slides{height:auto;min-height:0;padding:0;overflow:hidden;border-radius:0}
.store-body .uploaded-banners .hero-slide.image-banner{display:block;position:relative;inset:auto;width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:8/3;margin:0;padding:0;border:0;border-radius:0;background:#fff;overflow:hidden;transform:none}
.store-body .uploaded-banners .hero-slide.image-banner[hidden]{display:none!important}
.store-body .uploaded-banners .image-banner-link,.store-body .uploaded-banners picture{display:block;width:100%;height:100%;margin:0;padding:0}
.store-body .uploaded-banners .image-banner img{display:block;position:static;width:100%!important;height:100%!important;max-width:none;max-height:none;object-fit:contain;object-position:center;margin:0;border-radius:0;transform:none}
.store-body .uploaded-banners .hero-navigation{position:absolute;left:50%;right:auto;bottom:10px;top:auto;transform:translateX(-50%);width:auto;max-width:calc(100% - 24px);padding:2px 8px;gap:10px;border-radius:28px;background:#ffffffed;color:#63288a;box-shadow:0 1px 8px #0001;z-index:3;display:flex;align-items:center}
.store-body .uploaded-banners .hero-counter{display:none}
.store-body .uploaded-banners .hero-dots{display:flex;gap:0}
.store-body .uploaded-banners .hero-dots button{width:32px;height:40px;padding:0;background:transparent;border:0;position:relative}
.store-body .uploaded-banners .hero-dots button:after{content:"";position:absolute;width:7px;height:7px;left:12px;top:16px;bottom:auto;border-radius:50%;background:#b4a0c1;opacity:1}
.store-body .uploaded-banners .hero-dots button[aria-pressed=true]:after{background:#63288a;width:17px;left:7px;border-radius:8px}
.store-body .uploaded-banners .hero-arrows{display:flex;gap:0}
.store-body .uploaded-banners .hero-arrows button{width:40px;height:40px;border:0;background:transparent;color:#63288a}
.store-body .uploaded-banners .hero-dots button[hidden],.store-body .uploaded-banners.single-banner .hero-navigation{display:none}
.store-body .home-v2 .hero-stage.no-banners{display:none}
@media(max-width:760px){
 .store-body .uploaded-banners .hero-slide.image-banner{aspect-ratio:1/1;height:auto;min-height:0;padding:0}
 .store-body .uploaded-banners .hero-navigation{bottom:8px}
 .store-body .uploaded-banners .hero-arrows{display:none}
}
