/* Store editor: section headings like Total sections, only in modern design */
body.design-modern .adminStoreManagePage .storeProductsSection > h3,
body.design-modern .adminStoreManagePage .storeProductsArea .storeProductsSection > h3 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 26px 0 14px !important;
    padding: 18px 22px !important;
    border-radius: 18px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #06464e 0%, #0f7f86 100%) !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 16px 34px rgba(6, 70, 78, .18) !important;
    text-shadow: none !important;
}

body.design-modern .adminStoreManagePage .storeProductsSection > h3::before,
body.design-modern .adminStoreManagePage .storeProductsArea .storeProductsSection > h3::before {
    content: "◆" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    color: rgba(255, 255, 255, .92) !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

body.design-modern .adminStoreManagePage .storeProductsSection > h3 * {
    color: inherit !important;
}

body.design-modern .adminStoreManagePage .storeProductList {
    margin-top: 0 !important;
}

body.design-modern .adminStoreManagePage .storeProductsSection .empty,
body.design-modern .adminStoreManagePage .storeListEmpty {
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid rgba(15, 127, 134, .12) !important;
    color: #111827 !important;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .06) !important;
}

@media (max-width: 640px) {
    body.design-modern .adminStoreManagePage .storeProductsSection > h3,
    body.design-modern .adminStoreManagePage .storeProductsArea .storeProductsSection > h3 {
        margin: 18px 0 10px !important;
        padding: 14px 16px !important;
        border-radius: 14px !important;
        font-size: 18px !important;
        gap: 9px !important;
    }

    body.design-modern .adminStoreManagePage .storeProductsSection > h3::before,
    body.design-modern .adminStoreManagePage .storeProductsArea .storeProductsSection > h3::before {
        width: 14px !important;
        min-width: 14px !important;
        height: 14px !important;
        font-size: 12px !important;
    }
}
