/* IranStores Step 74
   فقط نمایش کاور در صفحه اختصاصی فروشگاه.
   فایل اصلی 1600×900 دست نخورده می‌ماند. */

.store-page .store-cover,
.store-show-page .store-cover,
.store-hero .store-cover,
.store-cover{
    width:100% !important;
    height:clamp(280px, 34vw, 460px) !important;
    aspect-ratio:auto !important;
    overflow:hidden !important;
    border-radius:18px !important;
    background:#f8fafc !important;
}

.store-page .store-cover img,
.store-show-page .store-cover img,
.store-hero .store-cover img,
.store-cover img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
   object-position: center 32% !important;
}

/* موبایل: کاور کوتاه و متناسب */
@media(max-width:767.98px){
    .store-page .store-cover,
    .store-show-page .store-cover,
    .store-hero .store-cover,
    .store-cover{
        height:210px !important;
        min-height:0 !important;
        border-radius:14px !important;
    }
}

@media(max-width:420px){
    .store-page .store-cover,
    .store-show-page .store-cover,
    .store-hero .store-cover,
    .store-cover{
        height:185px !important;
    }
}
