/**
 * أنماط كروت المنتج — ٥ تصاميم مختلفة كلياً (محرر المتجر)
 * المفاتيح: flat | soft | shadow | outline | lift
 * يُحمَّل بعد skin_verre.css / skin_custom.css
 */

/* ── إلغاء المظهر الافتراضي عند تفعيل نمط محدد ── */
body.theme-verre[class*="fc-card-style-"] .ln-card:hover,
body.theme-magazine[class*="fc-card-style-"] .ln-card:hover,
body.theme-atelier[class*="fc-card-style-"] .ln-card:hover,
body.theme-market[class*="fc-card-style-"] .ln-card:hover,
body.theme-custom[class*="fc-card-style-"] .product-box:hover {
    transform: none;
}

/* ═══════════════════════════════════════════════════════════════
   ١ flat — تحريري Editorial: صورة بعرض الكرت، خط فاصل، بدون ظل
   ═══════════════════════════════════════════════════════════════ */
body.theme-verre.fc-card-style-flat .ln-card,
body.theme-magazine.fc-card-style-flat .ln-card,
body.theme-atelier.fc-card-style-flat .ln-card,
body.theme-market.fc-card-style-flat .ln-card,
body.theme-custom.fc-card-style-flat .product-box,
body.sb-store-custom.fc-card-style-flat .product-box {
    padding: 0 !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    background: var(--fc-card-bg, var(--ln-surface, #fff)) !important;
    overflow: hidden;
}

body.theme-verre.fc-card-style-flat .ln-card__img,
body.theme-magazine.fc-card-style-flat .ln-card__img,
body.theme-atelier.fc-card-style-flat .ln-card__img,
body.theme-market.fc-card-style-flat .ln-card__img {
    border-radius: 0 !important;
    aspect-ratio: 4 / 5;
    background: color-mix(in srgb, var(--ln-bg-2, #f5f5f4) 70%, var(--ln-accent, #2c2c2c) 6%) !important;
}

body.theme-verre.fc-card-style-flat .ln-card__body,
body.theme-magazine.fc-card-style-flat .ln-card__body,
body.theme-atelier.fc-card-style-flat .ln-card__body,
body.theme-market.fc-card-style-flat .ln-card__body {
    padding: 10px 2px 8px !important;
    border-top: 1px solid color-mix(in srgb, var(--ln-ink, #1a1a1a) 12%, transparent);
    gap: 6px !important;
}

body.theme-verre.fc-card-style-flat .ln-card__name,
body.theme-magazine.fc-card-style-flat .ln-card__name,
body.theme-atelier.fc-card-style-flat .ln-card__name,
body.theme-market.fc-card-style-flat .ln-card__name {
    font-size: 0.76rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em;
    min-height: auto !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

body.theme-verre.fc-card-style-flat .ln-card__price,
body.theme-magazine.fc-card-style-flat .ln-card__price,
body.theme-atelier.fc-card-style-flat .ln-card__price,
body.theme-market.fc-card-style-flat .ln-card__price {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    color: var(--ln-ink, #1a1a1a) !important;
}

body.theme-verre.fc-card-style-flat .ln-card__add,
body.theme-magazine.fc-card-style-flat .ln-card__add,
body.theme-atelier.fc-card-style-flat .ln-card__add,
body.theme-market.fc-card-style-flat .ln-card__add {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: var(--ln-accent) !important;
    border: 1.5px solid color-mix(in srgb, var(--ln-accent) 55%, transparent) !important;
}

body.theme-custom.fc-card-style-flat .product-box {
    padding: 0 !important;
}

body.theme-custom.fc-card-style-flat .product-img-wrapper {
    padding: 0 !important;
    height: 200px !important;
    border-radius: 0 !important;
    background: color-mix(in srgb, var(--fc-card-bg, #fff) 75%, var(--fc-button, #1851a0) 8%) !important;
}

body.theme-custom.fc-card-style-flat .product-info {
    padding: 10px 8px 12px !important;
    border-top: 1px solid color-mix(in srgb, var(--fc-ink-on-card, #334155) 14%, transparent);
    text-align: start !important;
}

body.theme-custom.fc-card-style-flat .product-title {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

body.theme-custom.fc-card-style-flat .current-price {
    font-size: 0.9rem !important;
    color: var(--fc-ink-on-card, #1a1816) !important;
}

body.theme-custom.fc-card-style-flat .btn-view {
    border-radius: 6px !important;
    background: transparent !important;
    color: var(--fc-button, var(--primary)) !important;
    border: 1.5px solid color-mix(in srgb, var(--fc-button, #1851a0) 45%, transparent) !important;
    box-shadow: none !important;
}

@media (hover: hover) {
    body.theme-verre.fc-card-style-flat .ln-card:hover,
    body.theme-magazine.fc-card-style-flat .ln-card:hover,
    body.theme-atelier.fc-card-style-flat .ln-card:hover,
    body.theme-market.fc-card-style-flat .ln-card:hover,
    body.theme-custom.fc-card-style-flat .product-box:hover {
        transform: translateY(-1px) !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   ٢ soft — بوتيك Boutique: إطار داخلي، صورة منحنية، زر عريض
   ═══════════════════════════════════════════════════════════════ */
body.theme-verre.fc-card-style-soft .ln-card,
body.theme-magazine.fc-card-style-soft .ln-card,
body.theme-atelier.fc-card-style-soft .ln-card,
body.theme-market.fc-card-style-soft .ln-card,
body.theme-custom.fc-card-style-soft .product-box,
body.sb-store-custom.fc-card-style-soft .product-box {
    padding: 14px !important;
    border: 1px solid color-mix(in srgb, var(--fc-border-accent, var(--ln-border-2)) 40%, transparent) !important;
    border-radius: calc(var(--fc-card-radius, var(--ln-r-md, 14px)) + 4px) !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06) !important;
    background: var(--fc-card-bg, var(--ln-surface, #fff)) !important;
}

body.theme-verre.fc-card-style-soft .ln-card__img,
body.theme-magazine.fc-card-style-soft .ln-card__img,
body.theme-atelier.fc-card-style-soft .ln-card__img,
body.theme-market.fc-card-style-soft .ln-card__img {
    border-radius: calc(var(--ln-r-md, 14px) - 2px) !important;
    aspect-ratio: 1;
    margin-bottom: 12px;
    background: color-mix(in srgb, var(--ln-bg-2) 55%, var(--ln-accent-light, #e8f4f8) 45%) !important;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ln-accent) 10%, transparent);
}

body.theme-verre.fc-card-style-soft .ln-card__body,
body.theme-magazine.fc-card-style-soft .ln-card__body,
body.theme-atelier.fc-card-style-soft .ln-card__body,
body.theme-market.fc-card-style-soft .ln-card__body {
    padding: 0 !important;
    text-align: center;
    align-items: center;
}

body.theme-verre.fc-card-style-soft .ln-card__name,
body.theme-magazine.fc-card-style-soft .ln-card__name,
body.theme-atelier.fc-card-style-soft .ln-card__name,
body.theme-market.fc-card-style-soft .ln-card__name {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    min-height: auto !important;
}

body.theme-verre.fc-card-style-soft .ln-card__foot,
body.theme-magazine.fc-card-style-soft .ln-card__foot,
body.theme-atelier.fc-card-style-soft .ln-card__foot,
body.theme-market.fc-card-style-soft .ln-card__foot {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100%;
}

body.theme-verre.fc-card-style-soft .ln-card__prices,
body.theme-magazine.fc-card-style-soft .ln-card__prices,
body.theme-atelier.fc-card-style-soft .ln-card__prices,
body.theme-market.fc-card-style-soft .ln-card__prices {
    justify-content: center !important;
}

body.theme-verre.fc-card-style-soft .ln-card__add,
body.theme-magazine.fc-card-style-soft .ln-card__add,
body.theme-atelier.fc-card-style-soft .ln-card__add,
body.theme-market.fc-card-style-soft .ln-card__add {
    width: 100% !important;
    height: 34px !important;
    border-radius: 10px !important;
    font-size: 0.72rem !important;
}

body.theme-custom.fc-card-style-soft .product-img-wrapper {
    margin: 0 0 12px !important;
    height: 168px !important;
    padding: 0 !important;
    border-radius: calc(var(--fc-card-radius, 14px) - 2px) !important;
    background: color-mix(in srgb, var(--fc-card-bg, #fff) 70%, var(--fc-button, #1851a0) 12%) !important;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fc-button) 12%, transparent);
}

body.theme-custom.fc-card-style-soft .product-info {
    text-align: center !important;
    padding: 0 4px 4px !important;
}

body.theme-custom.fc-card-style-soft .btn-view {
    width: 100% !important;
    border-radius: 10px !important;
    margin-top: 6px;
    box-shadow: none !important;
}

@media (hover: hover) {
    body.theme-verre.fc-card-style-soft .ln-card:hover,
    body.theme-magazine.fc-card-style-soft .ln-card:hover,
    body.theme-atelier.fc-card-style-soft .ln-card:hover,
    body.theme-market.fc-card-style-soft .ln-card:hover,
    body.theme-custom.fc-card-style-soft .product-box:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1) !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   ٣ shadow — كلاسيك Classic: صورة ملاصقة للأعلى، ظل عميق، زر دائري
   ═══════════════════════════════════════════════════════════════ */
body.theme-verre.fc-card-style-shadow .ln-card,
body.theme-magazine.fc-card-style-shadow .ln-card,
body.theme-atelier.fc-card-style-shadow .ln-card,
body.theme-market.fc-card-style-shadow .ln-card,
body.theme-custom.fc-card-style-shadow .product-box,
body.sb-store-custom.fc-card-style-shadow .product-box {
    padding: 0 !important;
    border: none !important;
    border-radius: var(--fc-card-radius, var(--ln-r-md, 14px)) !important;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 14px 36px rgba(15, 23, 42, 0.14) !important;
    background: var(--fc-card-bg, var(--ln-surface, #fff)) !important;
}

body.theme-verre.fc-card-style-shadow .ln-card__img,
body.theme-magazine.fc-card-style-shadow .ln-card__img,
body.theme-atelier.fc-card-style-shadow .ln-card__img,
body.theme-market.fc-card-style-shadow .ln-card__img {
    border-radius: var(--fc-card-radius, var(--ln-r-md, 14px)) var(--fc-card-radius, var(--ln-r-md, 14px)) 0 0 !important;
    aspect-ratio: 1.05;
}

body.theme-verre.fc-card-style-shadow .ln-card__body,
body.theme-magazine.fc-card-style-shadow .ln-card__body,
body.theme-atelier.fc-card-style-shadow .ln-card__body,
body.theme-market.fc-card-style-shadow .ln-card__body {
    padding: 12px 14px 14px !important;
}

body.theme-verre.fc-card-style-shadow .ln-card__name,
body.theme-magazine.fc-card-style-shadow .ln-card__name,
body.theme-atelier.fc-card-style-shadow .ln-card__name,
body.theme-market.fc-card-style-shadow .ln-card__name {
    font-size: 0.84rem !important;
    font-weight: 700 !important;
}

body.theme-verre.fc-card-style-shadow .ln-card__price,
body.theme-magazine.fc-card-style-shadow .ln-card__price,
body.theme-atelier.fc-card-style-shadow .ln-card__price,
body.theme-market.fc-card-style-shadow .ln-card__price {
    font-size: 1rem !important;
}

body.theme-verre.fc-card-style-shadow .ln-card__add,
body.theme-magazine.fc-card-style-shadow .ln-card__add,
body.theme-atelier.fc-card-style-shadow .ln-card__add,
body.theme-market.fc-card-style-shadow .ln-card__add {
    width: 36px !important;
    height: 36px !important;
    box-shadow: 0 4px 12px color-mix(in srgb, var(--ln-accent) 35%, transparent);
}

body.theme-custom.fc-card-style-shadow .product-img-wrapper {
    padding: 0 !important;
    height: 210px !important;
    border-radius: var(--fc-card-radius, 14px) var(--fc-card-radius, 14px) 0 0 !important;
}

body.theme-custom.fc-card-style-shadow .product-info {
    padding: 12px 14px 14px !important;
}

body.theme-custom.fc-card-style-shadow .btn-view {
    border-radius: 999px !important;
    font-weight: 700 !important;
}

@media (hover: hover) {
    body.theme-verre.fc-card-style-shadow .ln-card:hover,
    body.theme-magazine.fc-card-style-shadow .ln-card:hover,
    body.theme-atelier.fc-card-style-shadow .ln-card:hover,
    body.theme-market.fc-card-style-shadow .ln-card:hover,
    body.theme-custom.fc-card-style-shadow .product-box:hover {
        transform: translateY(-8px) !important;
        box-shadow:
            0 8px 12px rgba(15, 23, 42, 0.06),
            0 22px 48px rgba(15, 23, 42, 0.18) !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   ٤ outline — معرض Gallery: شريط علوي، صورة داخل إطار، عناوين كابيتال
   ═══════════════════════════════════════════════════════════════ */
body.theme-verre.fc-card-style-outline .ln-card,
body.theme-magazine.fc-card-style-outline .ln-card,
body.theme-atelier.fc-card-style-outline .ln-card,
body.theme-market.fc-card-style-outline .ln-card,
body.theme-custom.fc-card-style-outline .product-box,
body.sb-store-custom.fc-card-style-outline .product-box {
    position: relative !important;
    padding: 12px !important;
    border: 2px solid var(--fc-button, var(--ln-accent, #2c2c2c)) !important;
    border-radius: var(--fc-card-radius, var(--ln-r-md, 14px)) !important;
    box-shadow: none !important;
    background: var(--fc-card-bg, var(--ln-surface, #fff)) !important;
    overflow: visible !important;
}

body.theme-verre.fc-card-style-outline .ln-card::before,
body.theme-magazine.fc-card-style-outline .ln-card::before,
body.theme-atelier.fc-card-style-outline .ln-card::before,
body.theme-market.fc-card-style-outline .ln-card::before,
body.theme-custom.fc-card-style-outline .product-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(
        90deg,
        var(--fc-button, var(--ln-accent)),
        color-mix(in srgb, var(--fc-button, var(--ln-accent)) 55%, #fff)
    );
    z-index: 3;
}

body.theme-verre.fc-card-style-outline .ln-card__img,
body.theme-magazine.fc-card-style-outline .ln-card__img,
body.theme-atelier.fc-card-style-outline .ln-card__img,
body.theme-market.fc-card-style-outline .ln-card__img {
    border-radius: calc(var(--ln-r-md, 14px) - 4px) !important;
    aspect-ratio: 1;
    margin-top: 6px;
    border: 1px solid color-mix(in srgb, var(--ln-accent) 22%, var(--ln-border-2)) !important;
    background: var(--ln-bg-2) !important;
}

body.theme-verre.fc-card-style-outline .ln-card__body,
body.theme-magazine.fc-card-style-outline .ln-card__body,
body.theme-atelier.fc-card-style-outline .ln-card__body,
body.theme-market.fc-card-style-outline .ln-card__body {
    padding: 10px 2px 4px !important;
}

body.theme-verre.fc-card-style-outline .ln-card__name,
body.theme-magazine.fc-card-style-outline .ln-card__name,
body.theme-atelier.fc-card-style-outline .ln-card__name,
body.theme-market.fc-card-style-outline .ln-card__name {
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: color-mix(in srgb, var(--ln-ink-2) 85%, var(--ln-accent)) !important;
    min-height: auto !important;
}

body.theme-verre.fc-card-style-outline .ln-card__price,
body.theme-magazine.fc-card-style-outline .ln-card__price,
body.theme-atelier.fc-card-style-outline .ln-card__price,
body.theme-market.fc-card-style-outline .ln-card__price {
    font-size: 0.95rem !important;
    font-weight: 900 !important;
}

body.theme-verre.fc-card-style-outline .ln-card__add,
body.theme-magazine.fc-card-style-outline .ln-card__add,
body.theme-atelier.fc-card-style-outline .ln-card__add,
body.theme-market.fc-card-style-outline .ln-card__add {
    border-radius: 8px !important;
    width: 32px !important;
    height: 32px !important;
}

body.theme-custom.fc-card-style-outline .product-img-wrapper {
    height: 170px !important;
    margin-top: 8px;
    padding: 0 !important;
    border: 1px solid color-mix(in srgb, var(--fc-button) 25%, var(--fc-border-accent)) !important;
    border-radius: calc(var(--fc-card-radius, 14px) - 4px) !important;
}

body.theme-custom.fc-card-style-outline .product-title {
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.theme-custom.fc-card-style-outline .btn-view {
    border-radius: 8px !important;
    border: 2px solid var(--fc-button, var(--primary)) !important;
    background: transparent !important;
    color: var(--fc-button, var(--primary)) !important;
}

@media (hover: hover) {
    body.theme-verre.fc-card-style-outline .ln-card:hover,
    body.theme-magazine.fc-card-style-outline .ln-card:hover,
    body.theme-atelier.fc-card-style-outline .ln-card:hover,
    body.theme-market.fc-card-style-outline .ln-card:hover,
    body.theme-custom.fc-card-style-outline .product-box:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 10px 24px color-mix(in srgb, var(--fc-button, #1851a0) 18%, transparent) !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   ٥ lift — فاخر Luxe: شريط سفلي داكن، سعر بارز، صورة سينمائية
   ═══════════════════════════════════════════════════════════════ */
body.theme-verre.fc-card-style-lift .ln-card,
body.theme-magazine.fc-card-style-lift .ln-card,
body.theme-atelier.fc-card-style-lift .ln-card,
body.theme-market.fc-card-style-lift .ln-card,
body.theme-custom.fc-card-style-lift .product-box,
body.sb-store-custom.fc-card-style-lift .product-box {
    padding: 0 !important;
    border: none !important;
    border-radius: var(--fc-card-radius, var(--ln-r-md, 14px)) !important;
    box-shadow:
        0 20px 40px rgba(15, 23, 42, 0.12),
        0 8px 16px rgba(15, 23, 42, 0.08) !important;
    background: var(--fc-card-bg, var(--ln-surface, #fff)) !important;
    overflow: hidden;
}

body.theme-verre.fc-card-style-lift .ln-card__img,
body.theme-magazine.fc-card-style-lift .ln-card__img,
body.theme-atelier.fc-card-style-lift .ln-card__img,
body.theme-market.fc-card-style-lift .ln-card__img {
    aspect-ratio: 4 / 5;
    border-radius: 0 !important;
}

body.theme-verre.fc-card-style-lift .ln-card__img::after,
body.theme-magazine.fc-card-style-lift .ln-card__img::after,
body.theme-atelier.fc-card-style-lift .ln-card__img::after,
body.theme-market.fc-card-style-lift .ln-card__img::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.55), transparent);
    pointer-events: none;
    z-index: 1;
}

body.theme-verre.fc-card-style-lift .ln-card__body,
body.theme-magazine.fc-card-style-lift .ln-card__body,
body.theme-atelier.fc-card-style-lift .ln-card__body,
body.theme-market.fc-card-style-lift .ln-card__body {
    padding: 10px 12px 0 !important;
    gap: 4px !important;
}

body.theme-verre.fc-card-style-lift .ln-card__name,
body.theme-magazine.fc-card-style-lift .ln-card__name,
body.theme-atelier.fc-card-style-lift .ln-card__name,
body.theme-market.fc-card-style-lift .ln-card__name {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    min-height: auto !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

body.theme-verre.fc-card-style-lift .ln-card__foot,
body.theme-magazine.fc-card-style-lift .ln-card__foot,
body.theme-atelier.fc-card-style-lift .ln-card__foot,
body.theme-market.fc-card-style-lift .ln-card__foot {
    margin-top: 0 !important;
    padding: 11px 12px !important;
    background: color-mix(in srgb, var(--ln-ink, #1a1a1a) 88%, var(--ln-accent) 12%) !important;
    border-radius: 0 !important;
}

body.theme-verre.fc-card-style-lift .ln-card__price,
body.theme-magazine.fc-card-style-lift .ln-card__price,
body.theme-atelier.fc-card-style-lift .ln-card__price,
body.theme-market.fc-card-style-lift .ln-card__price {
    color: #fff !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
}

body.theme-verre.fc-card-style-lift .ln-card__old,
body.theme-magazine.fc-card-style-lift .ln-card__old,
body.theme-atelier.fc-card-style-lift .ln-card__old,
body.theme-market.fc-card-style-lift .ln-card__old {
    color: rgba(255, 255, 255, 0.65) !important;
}

body.theme-verre.fc-card-style-lift .ln-card__add,
body.theme-magazine.fc-card-style-lift .ln-card__add,
body.theme-atelier.fc-card-style-lift .ln-card__add,
body.theme-market.fc-card-style-lift .ln-card__add {
    background: #fff !important;
    color: var(--ln-accent) !important;
    width: 34px !important;
    height: 34px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

body.theme-custom.fc-card-style-lift .product-img-wrapper {
    height: 200px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative;
}

body.theme-custom.fc-card-style-lift .product-img-wrapper::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.5), transparent);
    pointer-events: none;
    z-index: 1;
}

body.theme-custom.fc-card-style-lift .product-info {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

body.theme-custom.fc-card-style-lift .product-title {
    padding: 10px 12px 6px !important;
    font-size: 0.82rem !important;
    margin: 0 !important;
}

body.theme-custom.fc-card-style-lift .price-row {
    padding: 12px 12px !important;
    margin: 0 !important;
    background: color-mix(in srgb, var(--fc-ink-on-card, #1a1816) 90%, var(--fc-button) 10%) !important;
}

body.theme-custom.fc-card-style-lift .current-price {
    color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
}

body.theme-custom.fc-card-style-lift .old-price {
    color: rgba(255, 255, 255, 0.6) !important;
}

body.theme-custom.fc-card-style-lift .btn-view {
    margin: 0 12px 12px !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--fc-button, var(--primary)) !important;
    font-weight: 800 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

@media (hover: hover) {
    body.theme-verre.fc-card-style-lift .ln-card:hover,
    body.theme-magazine.fc-card-style-lift .ln-card:hover,
    body.theme-atelier.fc-card-style-lift .ln-card:hover,
    body.theme-market.fc-card-style-lift .ln-card:hover,
    body.theme-custom.fc-card-style-lift .product-box:hover {
        transform: translateY(-10px) scale(1.01) !important;
        box-shadow:
            0 28px 56px rgba(15, 23, 42, 0.2),
            0 12px 24px rgba(15, 23, 42, 0.1) !important;
    }
}
