/* Falcon Blue / Red / Pink / Orange / Green / Teal / Light / Dark
   Katalog kartları: Vitrin kalıbı — her zaman görünür varyant + sepet, overlay yok */

body.theme-flex-premium .artlist-grid {
    gap: 1rem !important;
}

body.theme-flex-premium .artlist-grid .art {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 0.85rem !important;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    padding: 0.75rem 0.75rem 0.85rem !important;
    height: 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

body.theme-flex-premium .artlist-grid .art:hover,
body.theme-flex-premium .artlist-grid .art.active {
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
    border-color: rgba(0, 0, 0, 0.14) !important;
    z-index: auto !important;
}

body.theme-flex-premium .artlist-grid .art-picture-block {
    margin: -0.15rem -0.15rem 0.7rem;
    border-radius: 0.65rem;
    overflow: hidden;
    background: #f7f8fa;
    aspect-ratio: 1 / 1;
}

body.theme-flex-premium .artlist .art-name {
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.35;
    min-height: 2.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.theme-flex-premium .artlist-grid .art-price-block {
    text-align: left;
    margin-top: 0.35rem;
}

body.theme-flex-premium .artlist-grid .art-price-block .art-price,
body.theme-flex-premium .artlist-grid .art-price-block .art-finalprice {
    justify-content: flex-start;
}

body.theme-flex-premium .artlist-grid .art-price-value,
body.theme-flex-premium .artlist-grid .art-finalprice {
    font-weight: 800;
    font-size: 1.05rem;
}

body.theme-flex-premium .artlist .art-badge,
body.theme-flex-premium .artlist .badge {
    border-radius: 0.4rem !important;
    font-weight: 700 !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.02em;
}

/* Hover overlay kapat — varyant ve sepet kartın içinde */
body.theme-flex-premium .artlist-grid .art-drop {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    height: auto !important;
    inset: auto !important;
    bottom: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    clip-path: none !important;
    overflow: visible !important;
    z-index: auto !important;
    margin-top: 0.55rem;
    padding: 0 !important;
}

body.theme-flex-premium .artlist-grid .art-drop .art-btn-group,
body.theme-flex-premium .artlist-grid .art-drop .row.art-btn-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.35rem;
    margin: 0;
}

body.theme-flex-premium .artlist-grid .art-drop .art-btn {
    border-radius: 999px !important;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.4rem !important;
}

body.theme-flex-premium .artlist-grid .art-drop .add-to-cart-button {
    flex: 1 1 auto;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
}

body.theme-flex-premium .artlist-grid .art-drop .btn-secondary {
    flex: 0 0 38px;
    width: 38px;
    max-width: 38px;
    border-radius: 50% !important;
    padding: 0 !important;
}

body.theme-flex-premium .page-title,
body.theme-flex-premium h1.page-title {
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.theme-flex-premium .artlist-actions {
    align-items: center;
}

body.theme-flex-premium .block {
    border-radius: 0.75rem;
}

/* Dark */
body.theme-falcon-dark.theme-flex-premium .artlist-grid .art {
    background: #1c2428 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

body.theme-falcon-dark.theme-flex-premium .artlist-grid .art-picture-block {
    background: #151b1e;
}

body.theme-falcon-dark.theme-flex-premium .artlist .art-name a {
    color: #f3f4f6 !important;
}

body.theme-falcon-dark.theme-flex-premium .artlist-grid .art-price-value,
body.theme-falcon-dark.theme-flex-premium .artlist-grid .art-finalprice {
    color: #fff;
}

body.theme-falcon-dark.theme-flex-premium .artlist-grid .art-drop .btn-secondary {
    background: #2a3338;
    border-color: #3a444a;
    color: #eee;
}
