/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** VTA CUSTOM CSS — Việt TV Australia ***************/


:root {
    --vt-red: #C8102E;
    --vt-red-dark: #A00D24;
    --vt-gold: #D4A843;
    --vt-gold-light: #E8C976;
    --vt-dark: #1A1A2E;
    --vt-navy: #0F3460;
    --bg-white: #FFFFFF;
    --bg-light: #F8F9FA;
    --bg-warm: #FDF8F0;
    --text-dark: #1A1A2E;
    --text-body: #555B6E;
    --text-light: #8D93A5;
    --border-light: #E8E8ED;
    --success: #2D8A4E;
    --radius: 12px;
    --radius-lg: 16px;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', -apple-system, sans-serif;
}

/* === FLATSOME TOPBAR FIX === */
#top-bar {
    background: #1A1A2E !important;
    border-bottom: none !important;
    padding: 0 !important;
}

#top-bar .nav {
    display: flex !important;
    align-items: center !important;
    gap: 0;
    margin: 0;
}

#top-bar .flex-row {
    display: flex !important;
    align-items: center !important;
    min-height: 38px;
}

#top-bar li.html.custom {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    height: 100%;
}

#top-bar li.html.custom>a,
#top-bar li.html.custom>span,
#top-bar li.html.custom>div {
    display: inline-flex !important;
    align-items: center !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.8rem;
    padding: 0 10px;
    gap: 6px;
    white-space: nowrap;
}

#top-bar li.html.custom>a:hover {
    color: #D4A843 !important;
}

#top-bar li.html.custom>a i,
#top-bar li.html.custom>span i {
    font-size: 0.85rem;
    margin-right: 4px;
}

#top-bar li.html.custom .ml-20 {
    margin-left: 10px !important;
}

/* Language switcher inside Flatsome topbar */
#top-bar .vt-lang-switch {
    display: flex !important;
    gap: 4px;
    align-items: center;
    margin-left: 10px;
    padding: 0 !important;
}

#top-bar .vt-lang-btn {
    padding: 3px 8px !important;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 1.4 !important;
    height: auto !important;
    min-height: 0 !important;
}

#top-bar .vt-lang-btn.active {
    background: #C8102E !important;
    color: #fff !important;
    border-color: #C8102E !important;
}

#top-bar .vt-lang-btn:hover:not(.active) {
    border-color: #D4A843 !important;
    color: #D4A843 !important;
}

/* =========================================
   HERO SECTION
   ========================================= */
.vt-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--vt-dark);
}

.vt-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.vt-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.vt-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.92) 0%, rgba(15, 52, 96, 0.7) 50%, rgba(26, 26, 46, 0.85) 100%);
    z-index: 2;
}

.vt-hero .container {
    position: relative;
    z-index: 3;
}

.vt-hero-content {
    max-width: 850px;
}

.vt-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 168, 67, 0.15);
    border: 1px solid rgba(212, 168, 67, 0.3);
    color: var(--vt-gold);
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 24px;
}

.vt-hero-title {
    font-size: 3.8rem;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1.15;
}

.vt-hero-title span {
    color: var(--vt-gold);
    font-style: italic;
}

.vt-hero-desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 36px;
    line-height: 1.7;
    max-width: 520px;
}

.vt-hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 50px;
}

.vt-hero-trust {
    display: flex;
    gap: 40px;
}

.vt-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.vt-trust-item i {
    color: var(--vt-gold);
    font-size: 1.1rem;
}

/* =========================================
   CATEGORY CARDS
   ========================================= */
.vt-categories {
    background: var(--bg-warm);
}

.vt-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.vt-cat-card {
    background: var(--bg-white);
    border-radius: var(--radius);
    padding: 32px 24px;
    text-align: center;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    cursor: pointer;
}

.vt-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--vt-gold);
}

.vt-cat-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--vt-red), var(--vt-red-dark));
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.vt-cat-card h3 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.vt-cat-card p {
    color: var(--text-light);
    font-size: 0.85rem;
}

/* =========================================
   ABOUT / BRAND STORY
   ========================================= */
.vt-about {
    background: var(--bg-warm);
}

.vt-about-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.vt-about-media {
    flex: 0 0 50%;
    position: relative;
}

.vt-about-img {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.vt-about-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.vt-yt-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--vt-red);
    color: #fff;
    padding: 16px 24px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(200, 16, 46, 0.3);
}

.vt-yt-badge i {
    font-size: 1.8rem;
}

.vt-yt-badge-text {
    display: flex;
    flex-direction: column;
}

.vt-yt-badge-text strong {
    font-size: 1.3rem;
    line-height: 1;
}

.vt-yt-badge-text span {
    font-size: 0.75rem;
    opacity: 0.9;
}

.vt-about-text {
    flex: 1;
}

.vt-about-text p {
    color: var(--text-body);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 24px;
}

.vt-features-mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

.vt-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vt-feature-item i {
    color: var(--vt-gold);
    font-size: 1rem;
}

.vt-feature-item span {
    font-weight: 600;
    font-size: 0.9rem;
}

/* =========================================
   WHY CHOOSE US
   ========================================= */
.vt-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.vt-why-card {
    text-align: center;
    padding: 40px 30px;
    border-radius: var(--radius);
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.vt-why-card:hover {
    border-color: var(--vt-gold);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.vt-why-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--bg-warm);
    color: var(--vt-red);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.vt-why-card:hover .vt-why-icon {
    background: var(--vt-red);
    color: #fff;
}

.vt-why-card h3 {
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.vt-why-card p {
    color: var(--text-body);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* =========================================
   CTA BANNER
   ========================================= */
.vt-cta {
    background: linear-gradient(135deg, var(--vt-dark) 0%, var(--vt-navy) 100%);
    color: #fff;
    text-align: center;
}

.vt-cta h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.vt-cta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 30px;
}

.vt-payment-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.vt-payment-icon {
    width: 60px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
}

/* =========================================
   FOOTER
   ========================================= */
.vt-footer {
    background: var(--vt-dark);
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 0 0;
}

.vt-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-footer-brand p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.vt-footer-social {
    display: flex;
    gap: 10px;
}

.vt-footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
}

.vt-footer-social a:hover {
    background: var(--vt-red);
    color: #fff;
}

.vt-footer h4 {
    color: #fff;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vt-footer ul li {
    margin-bottom: 10px;
}

.vt-footer ul a {
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.vt-footer ul a:hover {
    color: var(--vt-gold);
}

.vt-footer-bottom {
    padding: 20px 0;
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
}

/* Thiết lập chung cho nút bấm */
.vt-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: var(--font-body);
    white-space: nowrap;
}


.btn-lg {
    padding: 14px 32px !important;
    font-size: 1.1rem;
}

/* Nút Vàng (Shop Collection) */
.btn-gold {
    background: #D4AF37 !important;
    /* Màu vàng Gold */
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: #c5a02e !important;
}

/* Nút Viền (Watch Our Story) */
.btn-outline {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.btn-outline:hover {
    background: #fff !important;
    color: #000 !important;
    transform: translateY(-3px);
}

/* ================================
   PREMIUM PAYMENT ICONS
================================ */

.vt-payment-icons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin-top: 25px !important;
}

/* Xóa khoảng trắng/thẻ p rỗng do WordPress tự sinh */
.vt-payment-icons p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Khung icon dạng pill/card cao cấp */
.vt-payment-icon {
    width: auto !important;
    min-width: 76px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 8px 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 12px !important;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    transition: all 0.25s ease !important;
}

/* Hover nhẹ cho cảm giác premium */
.vt-payment-icon:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.36) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24) !important;
}

/* Icon bên trong */
.vt-payment-icon i {
    font-size: 28px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    opacity: 0.92;
}

/* Mobile */
@media (max-width: 549px) {
    .vt-payment-icons {
        gap: 8px !important;
        margin-top: 22px !important;
    }

    .vt-payment-icon {
        min-width: 62px !important;
        height: 40px !important;
        padding: 6px 12px !important;
        border-radius: 10px !important;
    }

    .vt-payment-icon i {
        font-size: 23px !important;
    }
}

/* =========================================
   SECTION HEADINGS
   ========================================= */
.vt-section-title {
    margin-bottom: 50px;
}

.vt-subheading {
    display: inline-block;
    color: var(--vt-gold);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.vt-section-title h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.vt-section-desc {
    color: var(--text-body);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}


/* ===== FOOTER OVERRIDES ===== */
.vt-footer,
.vt-footer .section-content {
    color: rgba(255, 255, 255, 0.75);
}

.vt-footer h4 {
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.vt-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vt-footer ul li {
    margin-bottom: 10px;
}

.vt-footer ul a,
.vt-footer ul li a {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.vt-footer ul a:hover,
.vt-footer ul li a:hover {
    color: #D4AF37 !important;
}

.vt-footer .vt-contact-list li {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.75);
}

.vt-footer .vt-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.vt-footer .vt-footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7) !important;
    transition: all 0.2s ease;
    font-size: 1rem;
}

.vt-footer .vt-footer-social a:hover {
    background: #C8102E;
    color: #fff !important;
}

.vt-footer .vt-footer-bottom {
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-footer .vt-footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

/* ===== HERO TITLE FIX ===== */
.vt-hero-title span {
    font-style: normal !important;
}

/* ===== SOCIAL PROOF STATS BAR ===== */
.vt-stats-bar .section-content {
    padding: 30px 0 !important;
}

.vt-stat-item {
    text-align: center;
    padding: 15px 10px;
}

.vt-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #D4AF37;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.vt-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== PROGRAMS SECTION ===== */
.vt-program-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eef0f5;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.vt-program-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-color: #D4AF37;
}

.vt-program-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a2038, #2d3561);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.6rem;
    color: #D4AF37;
}

.vt-program-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2038;
    margin-bottom: 8px;
}

.vt-program-card p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* ===== PARTNER SECTION ===== */
.vt-partner .vt-why-card {
    border: 1px solid #e0e4ed;
    background: #fff;
}

.vt-partner .vt-why-card:hover {
    border-color: #D4AF37;
}

/* ===== YOUTUBE EMBED ===== */
.vt-youtube-embed {
    border: 3px solid rgba(212, 175, 55, 0.3);
}

/* ===== VTA YOUTUBE GRID (UX Builder Element) ===== */
.vta-yt-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.vta-yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.85;
    transition: opacity 0.3s ease;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.vta-yt-thumb:hover .vta-yt-play {
    opacity: 1;
}

.vta-yt-info {
    padding: 12px 4px 0;
}

.vta-yt-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vta-yt-title a {
    color: #1a2038;
    text-decoration: none;
}

.vta-yt-title a:hover {
    color: #D4AF37;
}

.vta-yt-date {
    font-size: 0.8rem;
    color: #999;
}

/* ===== SINGLE POST LAYOUT ===== */
.vt-post-hero {
    background: linear-gradient(135deg, #0F0F23 0%, #1A1A3E 100%);
    color: #fff;
    padding: 50px 0 60px;
}

.vt-breadcrumb {
    display: flex;
    gap: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.vt-breadcrumb a {
    color: #D4AF37;
    text-decoration: none;
}

.vt-breadcrumb a:hover {
    text-decoration: underline;
}

.vt-post-hero-category {
    display: inline-block;
    background: #C8102E;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-decoration: none;
}

.vt-post-hero h1 {
    color: #fff;
    font-size: 2.6rem;
    max-width: 800px;
    margin-bottom: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.vt-post-hero-meta {
    display: flex;
    gap: 24px;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    flex-wrap: wrap;
}

.vt-post-hero-meta i {
    margin-right: 6px;
}

.vt-post-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vt-post-author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #D4AF37;
    color: #1A1A2E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
}

/* Post Layout */
.vt-post-section {
    background: #f8f9fa;
    padding: 50px 0;
}

.vt-post-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.vt-post-content {
    flex: 1;
    max-width: 780px;
    min-width: 0;
}

.vt-post-sidebar {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 80px;
}

.vt-post-featured-img {
    margin-bottom: 30px;
}

.vt-post-featured-img img {
    width: 100%;
    border-radius: 12px;
    max-height: 400px;
    object-fit: cover;
}

/* Prose Typography */
.vt-prose {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.85;
}

.vt-prose h2 {
    font-size: 1.6rem;
    color: #1A1A2E;
    margin: 40px 0 16px;
    font-weight: 700;
}

.vt-prose h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1A1A2E;
    margin: 30px 0 12px;
}

.vt-prose p {
    margin-bottom: 20px;
}

.vt-prose img {
    width: 100%;
    border-radius: 12px;
    margin: 24px 0;
}

.vt-prose ul,
.vt-prose ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.vt-prose li {
    margin-bottom: 8px;
}

.vt-prose strong {
    color: #1A1A2E;
}

.vt-prose blockquote {
    border-left: 4px solid #D4AF37;
    padding: 16px 24px;
    background: #FFF8F0;
    border-radius: 0 12px 12px 0;
    margin: 24px 0;
    font-style: italic;
    color: #1A1A2E;
}

.vt-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 0.95rem;
}

.vt-prose th,
.vt-prose td {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.vt-prose th {
    background: #1A1A2E;
    color: #fff;
    font-weight: 600;
}

.vt-prose tr:nth-child(even) {
    background: #f8f9fa;
}

/* Tags & Share */
.vt-post-footer-meta {
    margin-top: 40px;
}

.vt-post-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.vt-tag {
    padding: 5px 14px;
    background: #FFF8F0;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
}

.vt-tag:hover {
    background: #C8102E;
    color: #fff;
}

.vt-share-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.vt-share-row>span {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1A1A2E;
}

.vt-share-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    transition: transform 0.2s;
}

.vt-share-btn:hover {
    transform: scale(1.1);
}

.vt-share-fb {
    background: #1877f2;
}

.vt-share-tw {
    background: #000;
}

.vt-share-li {
    background: #0a66c2;
}

.vt-share-link {
    background: #999;
}

/* Author Box */
.vt-author-box {
    background: #FFF8F0;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    gap: 20px;
    margin: 40px 0;
}

.vt-author-box-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #C8102E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.vt-author-box h4 {
    font-size: 1rem;
    margin-bottom: 6px;
    color: #1A1A2E;
}

.vt-author-box p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.6;
}

/* Comments Section */
.vt-post-content #comments {
    margin-top: 40px;
}

.vt-post-content #respond {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
}

.vt-post-content #respond .comment-reply-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 6px;
}

.vt-post-content #respond .logged-in-as {
    font-size: 0.88rem;
    color: #999;
    margin-bottom: 20px;
}

.vt-post-content #respond .logged-in-as a {
    color: #C8102E;
    text-decoration: none;
}

.vt-post-content #respond .logged-in-as a:hover {
    text-decoration: underline;
}

.vt-post-content #respond label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1A2E;
    display: block;
    margin-bottom: 6px;
}

.vt-post-content #respond textarea,
.vt-post-content #respond input[type="text"],
.vt-post-content #respond input[type="email"],
.vt-post-content #respond input[type="url"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: inherit;
    background: #f8f9fa;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
    outline: none;
}

.vt-post-content #respond textarea:focus,
.vt-post-content #respond input[type="text"]:focus,
.vt-post-content #respond input[type="email"]:focus,
.vt-post-content #respond input[type="url"]:focus {
    border-color: #C8102E;
    background: #fff;
}

.vt-post-content #respond textarea {
    min-height: 140px;
    resize: vertical;
}

.vt-post-content #respond .form-submit {
    margin-top: 16px;
}

.vt-post-content #respond .form-submit input[type="submit"] {
    background: #C8102E;
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: none;
    letter-spacing: 0;
}

.vt-post-content #respond .form-submit input[type="submit"]:hover {
    background: #A00D24;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3);
}

/* Comment List */
.vt-post-content .comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.vt-post-content .comment-list .comment {
    border-bottom: 1px solid #f3f4f6;
    padding: 20px 0;
}

.vt-post-content .comment-list .comment:last-child {
    border-bottom: none;
}

.vt-post-content .comment-list .comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.vt-post-content .comment-list .comment-author img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.vt-post-content .comment-list .comment-author .fn {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1A1A2E;
}

.vt-post-content .comment-list .comment-metadata {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 10px;
}

.vt-post-content .comment-list .comment-metadata a {
    color: #999;
    text-decoration: none;
}

.vt-post-content .comment-list .comment-content {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
}

.vt-post-content .comment-list .reply a {
    font-size: 0.82rem;
    font-weight: 600;
    color: #C8102E;
    text-decoration: none;
}

.vt-post-content .comment-list .reply a:hover {
    text-decoration: underline;
}

/* Comments heading */
.vt-post-content .comments-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f3f4f6;
}

/* Sidebar Widgets */
.vt-widget {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.vt-widget h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
    color: #1A1A2E;
}

.vt-widget-search {
    display: flex;
    align-items: stretch;
}

.vt-widget-search input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px 0 0 8px;
    font-size: 0.88rem;
    border-right: none;
    outline: none;
    height: 42px;
    box-sizing: border-box;
    margin: 0;
}

.vt-widget-search input:focus {
    border-color: #C8102E;
}

.vt-widget-search button {
    padding: 0 16px;
    background: #C8102E;
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    height: 42px;
    box-sizing: border-box;
    margin: 0;
}

.vt-recent-post {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    text-decoration: none;
}

.vt-recent-post:last-child {
    border: none;
    padding-bottom: 0;
}

.vt-recent-thumb {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.vt-recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vt-recent-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1A1A2E;
    line-height: 1.4;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vt-recent-post:hover .vt-recent-title {
    color: #C8102E;
}

.vt-recent-date {
    font-size: 0.75rem;
    color: #999;
}

.vt-cat-list a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.9rem;
    color: #555;
    text-decoration: none;
}

.vt-cat-list a:last-child {
    border: none;
}

.vt-cat-list a:hover {
    color: #C8102E;
}

.vt-filter-count {
    background: #f3f4f6;
    color: #999;
    font-size: 0.75rem;
    padding: 2px 10px;
    border-radius: 12px;
}

/* Shop CTA Widget */
.vt-widget-cta {
    background: linear-gradient(135deg, #0F0F23, #1A1A3E) !important;
    border: none !important;
    color: #fff;
    text-align: center;
}

.vt-widget-cta h4 {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}

.vt-widget-cta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.vt-sidebar-shop-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #D4AF37;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.vt-sidebar-shop-btn:hover {
    background: #c5a02e;
    transform: translateY(-2px);
}

/* ===== VTA BLOG GRID (UX Builder Element) ===== */
.vta-blog-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #eef0f5;
    overflow: hidden;
    transition: all 0.3s ease;
}

.vta-blog-card:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border-color: #D4AF37;
}

.vta-blog-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.vta-blog-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.vta-blog-card:hover .vta-blog-thumb img {
    transform: scale(1.03);
}

.vta-blog-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 6px;
    text-transform: uppercase;
}

.vta-blog-content {
    padding: 22px 24px 26px;
}

.vta-blog-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.vta-blog-meta span {
    font-size: 0.8rem;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
}

.vta-blog-meta i {
    font-size: 0.85rem;
    color: #bbb;
}

.vta-blog-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vta-blog-title a {
    color: #1A1A2E;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vta-blog-title a:hover {
    color: #C8102E;
}

.vta-blog-excerpt {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.65;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vta-blog-readmore {
    font-size: 0.88rem;
    font-weight: 700;
    color: #C8102E;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}

.vta-blog-readmore:hover {
    gap: 10px;
    color: #A00D24;
}

.vta-blog-readmore i {
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.vta-blog-readmore:hover i {
    transform: translateX(3px);
}

/* ===== WOOCOMMERCE SHOP PAGE ===== */

/* Shop Hero Banner */
.vt-shop-hero {
    background: linear-gradient(135deg, #0F0F23 0%, #1A1A3E 100%);
    padding: 50px 0 40px;
    text-align: center;
}

.vt-shop-hero .vt-breadcrumb {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.vt-shop-hero .vt-breadcrumb a {
    color: #D4AF37;
    text-decoration: none;
}

.vt-shop-hero .vt-breadcrumb a:hover {
    text-decoration: underline;
}

.vt-shop-hero h1 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0 0 10px;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-style: italic;
}

.vt-shop-hero p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    margin: 0;
}

/* Flatsome native toolbar (result count + ordering) — style as card */
.category-page-row .woocommerce-result-count,
.category-page-row .woocommerce-ordering {
    margin-bottom: 0;
}

.category-page-row .large-9>.woocommerce-notices-wrapper+.woocommerce-result-count,
.category-page-row .large-9>.woocommerce-result-count {
    font-size: 0.9rem;
    color: #555;
}

.category-page-row .large-9>.woocommerce-ordering select.orderby {
    padding: 8px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #1A1A2E;
    background: #fff;
}

/* Shop Background */
.category-page-row {
    padding: 30px 0;
}

/* ---- Product Card ---- */
.vt-product-card .col-inner {
    background: #fff;
    border: 1px solid #eef0f5;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vt-product-card .col-inner:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border-color: #D4AF37;
    transform: translateY(-5px);
}

/* Product Image */
.vt-product-card .box-image {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
}

.vt-product-card .box-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 0;
    transition: transform 0.4s ease;
}

.vt-product-card .col-inner:hover .box-image img {
    transform: scale(1.05);
}

/* Product Badge */
.vt-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 14px;
    border-radius: 6px;
    color: #fff;
    z-index: 2;
}

.vt-badge-sale {
    background: #D4AF37;
}

.vt-badge-hot {
    background: #C8102E;
}

.vt-badge-new {
    background: #2563EB;
}

/* Quick Actions on Hover */
.vt-product-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.vt-product-card .col-inner:hover .vt-product-actions {
    opacity: 1;
    transform: translateX(0);
}

/* Category */
.vt-product-category {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #C8102E;
    margin-bottom: 6px;
    text-decoration: none;
}

.vt-product-category:hover {
    text-decoration: underline;
}

/* Product Title */
.vt-product-card .name.product-title {
    margin-bottom: 6px !important;
}

.vt-product-card .name.product-title a {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #1A1A2E !important;
    line-height: 1.4 !important;
    text-decoration: none;
}

.vt-product-card .name.product-title a:hover {
    color: #C8102E !important;
}

/* Rating */
.vt-product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 6px;
}

.vt-product-rating .star-rating {
    color: #D4AF37;
    font-size: 0.8rem;
}

.vt-review-count {
    font-size: 0.78rem;
    color: #999;
}

/* Price */
.vt-product-card .price-wrapper .price {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #1A1A2E !important;
}

.vt-product-card .price-wrapper .price del {
    font-size: 0.85rem !important;
    color: #999 !important;
    font-weight: 400 !important;
}

.vt-product-card .price-wrapper .price ins {
    font-weight: 700 !important;
    color: #C8102E !important;
    text-decoration: none !important;
}

/* Box Text */
.vt-product-card .box-text {
    padding: 18px 20px 14px !important;
    flex: 1;
}

/* Add to Cart Button */
.vt-add-cart-wrap {
    margin-top: auto;
}

.vt-add-cart {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100% !important;
    padding: 13px 20px !important;
    background: #1A1A2E !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 0 14px 14px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background 0.3s !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

.vt-add-cart:hover {
    background: #C8102E !important;
    color: #fff !important;
}

.vt-add-cart i {
    font-size: 0.9rem;
}

/* Hide Flatsome default Add to Cart if duplicated */
.vt-product-card .image-tools.bottom {
    display: none !important;
}

/* ---- Sidebar ---- */
#shop-sidebar {
    padding: 0 !important;
    border: none !important;
    position: sticky;
    top: 80px;
    align-self: flex-start;
}

#shop-sidebar .widget {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}

#shop-sidebar .widget:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

#shop-sidebar .widget-title,
#shop-sidebar .widgettitle {
    display: block !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #1A1A2E !important;
    padding-bottom: 14px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* Remove Flatsome's default thick divider — collapse completely */
#shop-sidebar .widget-title::after,
#shop-sidebar .widgettitle::after,
#shop-sidebar .widget .is-divider {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    border: none !important;
}

#shop-sidebar .widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#shop-sidebar .widget ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #f3f4f6;
}

#shop-sidebar .widget ul li:last-child {
    border-bottom: none;
}

#shop-sidebar .widget ul li a {
    font-size: 0.9rem;
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

#shop-sidebar .widget ul li a:hover,
#shop-sidebar .widget ul li.current-cat>a {
    color: #C8102E;
    font-weight: 600;
}

/* Count number */
#shop-sidebar .widget ul li .count,
#shop-sidebar .widget ul li span.count {
    background: #f3f4f6;
    color: #999;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 12px;
    margin-left: auto;
    line-height: 1.8em;
}

/* Price Filter */
#shop-sidebar .widget_price_filter .ui-slider {
    background: #e5e7eb !important;
    margin: 10px 0 16px !important;
}

#shop-sidebar .widget_price_filter .ui-slider-range {
    background: #C8102E !important;
}

#shop-sidebar .widget_price_filter .ui-slider-handle {
    background: #C8102E !important;
    border: 2px solid #fff !important;
}

#shop-sidebar .widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

#shop-sidebar .widget_price_filter .price_slider_amount .button {
    background: #C8102E !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 18px !important;
    font-size: 0.82rem !important;
    white-space: nowrap;
    flex-shrink: 0;
}

#shop-sidebar .widget_price_filter .price_slider_amount .price_label {
    font-size: 0.85rem;
    color: #555;
    white-space: nowrap;
}

/* Rating Stars */
#shop-sidebar .widget .star-rating {
    color: #D4AF37 !important;
}

/* ---- Toolbar (Result Count + Ordering) ---- */
.woocommerce-result-count {
    font-size: 0.9rem;
    color: #555;
}

.woocommerce-ordering select,
.woocommerce .woocommerce-ordering select.orderby {
    padding: 8px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #1A1A2E;
    background: #fff;
}

/* ---- Pagination ---- */
.woocommerce-pagination ul,
.page-numbers {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.woocommerce-pagination ul li,
.page-numbers li {
    margin: 0 !important;
    border: none !important;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.page-numbers li a,
.page-numbers li span {
    width: 40px;
    height: 40px;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #1A1A2E;
    transition: all 0.2s;
    text-decoration: none;
}

.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span.current,
.page-numbers li a:hover,
.page-numbers li span.current {
    background: #C8102E !important;
    color: #fff !important;
    border-color: #C8102E !important;
}

/* Hide Flatsome default sale badge (we use custom) */
.vt-product-card .badge-container {
    display: none !important;
}

/* ===== RESPONSIVE ===== */
@media only screen and (max-width: 48em) {
    /*************** MOBILE ONLY CSS ***************/

    .vt-stat-number {
        font-size: 1.5rem;
    }

    .vt-stat-label {
        font-size: 0.75rem;
    }

    .vt-stat-item {
        padding: 10px 5px;
    }

    .vt-program-card {
        padding: 25px 20px;
        margin-bottom: 15px;
    }

    .vt-program-icon {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }

    /* YouTube Grid mobile: 1 column */
    .vta-yt-grid {
        grid-template-columns: 1fr !important;
    }

    /* Blog Grid mobile: 1 column */
    .vta-blog-grid {
        grid-template-columns: 1fr !important;
    }

    .vta-blog-thumb img {
        height: 180px;
    }

    /* Single Post mobile */
    .vt-post-sidebar {
        display: none;
    }

    .vt-post-hero h1 {
        font-size: 1.8rem;
    }

    .vt-post-layout {
        flex-direction: column;
    }

    .vt-post-content {
        max-width: 100%;
    }

    .vt-author-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* ============================================================
   VTA Custom Single Product Reviews
   ============================================================ */

.vta-customer-reviews-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e5e7eb;
    max-width: 900px;
}

.vta-reviews-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 30px;
}

.vta-review-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vta-review-item {
    margin-bottom: 0;
    padding: 16px 0;
    border-bottom: 1px solid #eef0f5;
}

.vta-review-item:last-child {
    border-bottom: none;
}

/* Comment Header */
.vta-review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.vta-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vta-review-meta {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vta-review-author {
    font-size: 1.05rem;
    color: #1A1A2E;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vta-review-date {
    font-size: 0.85rem;
    color: #9ca3af;
}

/* Admin Badge */
.vta-admin-badge {
    background: #C8102E;
    color: #fff;
    font-size: 0.65rem;
    padding: 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.vta-review-rating {
    margin-bottom: 6px;
    margin-left: 60px;
}

.vta-review-rating .star-rating {
    font-size: 0.85rem;
    color: #D4AF37;
    margin: 0;
}

.vta-review-text {
    margin-left: 60px;
    color: #4b5563;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Admin Reply Styling */
.vta-review-content.is-admin-reply {
    margin-left: 64px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border-left: 3px solid #C8102E;
}

.vta-review-content.is-admin-reply .vta-review-rating,
.vta-review-content.is-admin-reply .vta-review-text {
    margin-left: 0;
}

/* View More Button */
.vta-view-more-reviews-wrap {
    text-align: center;
    margin: 30px 0;
}

#vta-view-more-reviews {
    border-radius: 20px;
    padding: 8px 30px;
    border-color: #1A1A2E;
    color: #1A1A2E;
    font-weight: 600;
}

#vta-view-more-reviews:hover {
    background: #1A1A2E;
    color: #fff;
}

/* Review Form Styling */
.vta-review-form-wrapper {
    margin-top: 40px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #eef0f5;
}

.comment-reply-title {
    font-size: 1.25rem !important;
    margin-bottom: 20px !important;
    color: #1A1A2E;
}

.comment-form-rating label,
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
    font-weight: 600;
    color: #1A1A2E;
    margin-bottom: 8px;
    display: block;
}

#review_form input[type="text"],
#review_form input[type="email"],
#review_form textarea {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 12px 16px;
    width: 100%;
}

#review_form input[type="submit"] {
    background: #1A1A2E;
    color: #fff;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

#review_form input[type="submit"]:hover {
    background: #C8102E;
}

/* ============================================================
   VTA YouTube Grid (vta_youtube_grid shortcode)
   ============================================================ */
.vta-yt-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vta-yt-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(26, 26, 46, 0.1);
    /* Elegant dark navy shadow */
    border-color: #D4AF37;
    /* Premium Gold border */
}

.vta-yt-thumb {
    overflow: hidden;
    position: relative;
}

/* The thumb image has inline border-radius:10px, we should reset it so it flushes with the top corners */
.vta-yt-thumb img {
    border-radius: 12px 12px 0 0 !important;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    display: block;
}

.vta-yt-item:hover .vta-yt-thumb img {
    transform: scale(1.05);
    /* Smooth premium zoom */
}

/* Play button hover effect */
.vta-yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* Let clicks pass through to the wrapper */
}

.vta-yt-play circle {
    transition: fill 0.3s ease;
}

.vta-yt-item:hover .vta-yt-play circle {
    fill: #C8102E !important;
    /* VTA Red */
}

.vta-yt-info {
    padding: 18px 20px;
    background: #ffffff;
}

.vta-yt-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.5;
}

.vta-yt-title a {
    color: #1A1A2E;
    transition: color 0.3s ease;
    text-decoration: none;
}

.vta-yt-item:hover .vta-yt-title a {
    color: #C8102E;
    /* Red title on hover */
}

.vta-yt-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #6b7280;
    border-top: 1px solid #f3f4f6;
    padding-top: 12px;
    margin-top: 12px;
}

.vta-yt-duration {
    font-weight: 600;
}

/* ============================================================
   VTA Footer
   ============================================================ */
.vt-footer ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
}

.vt-footer ul li {
    padding: 4px 0 !important;
    margin: 0 !important;
    line-height: 1.5;
}

.vt-footer ul.vt-contact-list {
    padding: 0 !important;
}

/* ============================================================
   SINGLE PRODUCT PAGE — Sidebar & Divider Fix
   Match blog sidebar (.vt-widget) style
   ============================================================ */

/* Remove vertical divider between content and sidebar */
.single-product .product-container .col.large-9,
.single-product .product-container .col.large-3,
.single-product .row.content-row .col.large-9,
.single-product .row.content-row .col.large-3 {
    border-left: none !important;
    border-right: none !important;
}

/* Also hide any Flatsome .is-divider.vertical */
.single-product .is-divider.vertical,
.single-product .product-page-aside .is-divider {
    display: none !important;
}

/* Remove padding/border from sidebar container */
#product-sidebar {
    padding: 0 !important;
    border: none !important;
    position: sticky;
    top: 80px;
    align-self: flex-start;
}

/* Card-style widgets — matching .vt-widget from blog sidebar */
#product-sidebar .widget {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}

#product-sidebar .widget:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Widget title — clean, no uppercase, with subtle bottom border */
#product-sidebar .widget-title,
#product-sidebar .widgettitle {
    display: block !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #1A1A2E !important;
    padding-bottom: 14px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* Remove Flatsome thick divider after titles — collapse completely */
#product-sidebar .widget-title::after,
#product-sidebar .widgettitle::after,
#product-sidebar .widget .is-divider {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    border: none !important;
}

/* List items inside product sidebar widgets */
#product-sidebar .widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#product-sidebar .widget ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #f3f4f6;
}

#product-sidebar .widget ul li:last-child {
    border-bottom: none;
}

#product-sidebar .widget ul li a {
    font-size: 0.9rem;
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

#product-sidebar .widget ul li a:hover,
#product-sidebar .widget ul li.current-cat>a {
    color: #C8102E;
    font-weight: 600;
}

/* Count numbers */
#product-sidebar .widget ul li .count,
#product-sidebar .widget ul li span.count {
    background: #f3f4f6;
    color: #999;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 12px;
    margin-left: auto;
    line-height: 1.8em;
}

/* Rating Stars */
#product-sidebar .widget .star-rating {
    color: #D4AF37 !important;
}

/* Price Filter */
#product-sidebar .widget_price_filter .ui-slider {
    background: #e5e7eb !important;
    margin: 10px 0 16px !important;
}

#product-sidebar .widget_price_filter .ui-slider-range {
    background: #C8102E !important;
}

#product-sidebar .widget_price_filter .ui-slider-handle {
    background: #C8102E !important;
    border: 2px solid #fff !important;
}

/* Recently viewed products inside sidebar */
#product-sidebar .widget .product_list_widget {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#product-sidebar .widget .product_list_widget li {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    gap: 0 12px;
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
    align-items: center;
}

#product-sidebar .widget .product_list_widget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#product-sidebar .widget .product_list_widget li a {
    display: contents;
    text-decoration: none;
}

#product-sidebar .widget .product_list_widget li img {
    grid-row: 1 / 3;
    grid-column: 1;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
}

#product-sidebar .widget .product_list_widget li .product-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1A1A2E;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#product-sidebar .widget .product_list_widget li a:hover .product-title {
    color: #C8102E;
}

#product-sidebar .widget .product_list_widget li>.woocommerce-Price-amount,
#product-sidebar .widget .product_list_widget li>span>.woocommerce-Price-amount {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.85rem;
    font-weight: 700;
    color: #C8102E;
}

/* ==========================================================================
   CONTACT FORM 7 — Custom Styling for VTA Contact Page
   ========================================================================== */

.vt-cf7-form {
    width: 100%;
}

.vt-cf7-form .vt-cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 4px;
}

.vt-cf7-form label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1A1A2E;
    display: block;
    margin-bottom: 6px;
    margin-top: 12px;
}

.vt-cf7-form .wpcf7-form-control-wrap {
    display: block;
}

.vt-cf7-form input[type="text"],
.vt-cf7-form input[type="email"],
.vt-cf7-form input[type="tel"],
.vt-cf7-form select,
.vt-cf7-form textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-size: 0.92rem !important;
    background: #f8f9fa !important;
    outline: none !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    color: #333 !important;
    transition: border-color 0.2s ease !important;
}

.vt-cf7-form input[type="text"]:focus,
.vt-cf7-form input[type="email"]:focus,
.vt-cf7-form input[type="tel"]:focus,
.vt-cf7-form select:focus,
.vt-cf7-form textarea:focus {
    border-color: #C8102E !important;
    box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.08) !important;
}

.vt-cf7-form textarea {
    resize: vertical !important;
    min-height: 120px;
}

.vt-cf7-form select {
    color: #555 !important;
    -webkit-appearance: auto;
    appearance: auto;
}

/* Submit Button */
.vt-cf7-form input.wpcf7-submit,
.vt-cf7-form .vt-cf7-submit {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 14px 36px !important;
    background: #C8102E !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    margin-top: 16px;
}

.vt-cf7-form input.wpcf7-submit:hover,
.vt-cf7-form .vt-cf7-submit:hover {
    background: #A00D24 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3);
}

/* Validation Messages */
.vt-cf7-form .wpcf7-not-valid-tip {
    color: #C8102E;
    font-size: 0.8rem;
    margin-top: 4px;
}

.vt-cf7-form .wpcf7-response-output {
    border-radius: 10px !important;
    padding: 14px 20px !important;
    margin: 16px 0 0 !important;
    font-size: 0.9rem;
}

/* Success message */
.vt-cf7-form .wpcf7-mail-sent-ok {
    border-color: #22c55e !important;
    background: #f0fdf4 !important;
    color: #166534 !important;
}

/* Spinner */
.vt-cf7-form .wpcf7-spinner {
    margin-left: 12px;
}

/* ═══════════════════════════════════
   PRODUCT PAGE — TAB SPACING
   ═══════════════════════════════════ */
.product-footer .woocommerce-tabs ul.tabs {
    margin-top: 0 !important;
}

.product-page-tabs,
.woocommerce-tabs {
    margin-top: 15px !important;
}

/* ═══════════════════════════════════
   SIDEBAR — WIDGET PRODUCT LIST SALE PRICE FIX
   ═══════════════════════════════════
   Root cause: Flatsome's <a> uses display:contents so img + .product-title
   become direct grid items of <li>. del/ins auto-place into col 1 (image).
   Fix: grid-column:2 forces price into content column. */

.product_list_widget li>del,
.product_list_widget li>ins {
    grid-column: 2 !important;
    margin-left: 0 !important;
}

.product_list_widget li>del {
    font-size: 0.85em;
    opacity: 0.55;
    margin-right: 6px;
    display: inline !important;
}

.product_list_widget li>ins {
    text-decoration: none !important;
    font-weight: 700;
    color: #d4111e;
    display: inline !important;
}

.product_list_widget li>.screen-reader-text {
    display: none !important;
}

/* ═══════════════════════════════════
   ABOUT SECTION — LAYOUT FIX
   ═══════════════════════════════════ */
.vt-about-section .row {
    display: flex !important;
    align-items: center !important;
}

.vt-about-img img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.vt-about-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.vt-about-content h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0;
}

.vt-about-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    max-width: 500px;
}

.vt-features-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 8px 0;
}

.vt-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #1a1a2e;
}

.vt-feature-item i {
    color: #c8a94e;
    font-size: 1.1rem;
}

/* ═══════════════════════════════════
   ARCHIVE / CATEGORY PAGE
   ═══════════════════════════════════ */

/* Hero description */
.vt-archive-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    margin-top: 8px;
    max-width: 600px;
}

/* Post card grid */
.vt-archive-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Individual post card */
.vt-archive-card {
    display: flex;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.vt-archive-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    border-color: #ddd;
}

/* Card image — 4:3 aspect ratio */
.vt-archive-card-img {
    position: relative;
    flex-shrink: 0;
    width: 300px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.vt-archive-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.vt-archive-card:hover .vt-archive-card-img img {
    transform: scale(1.06);
}

.vt-archive-no-img {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ccc;
}

/* Category badge on image */
.vt-archive-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #C8102E;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 1;
}

/* Card body */
.vt-archive-card-body {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.vt-archive-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
}

.vt-archive-card-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vt-archive-card-title a:hover {
    color: #C8102E;
}

.vt-archive-excerpt {
    color: #666;
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0 0 14px;
}

.vt-archive-card-meta {
    display: flex;
    gap: 16px;
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 14px;
}

.vt-archive-card-meta i {
    margin-right: 4px;
}

/* Read more link */
.vt-archive-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1e3a5f;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.vt-archive-read-more:hover {
    color: #C8102E;
    gap: 10px;
}

/* Active category in sidebar */
.vt-cat-list a.active {
    background: #f0f4ff;
    color: #1e3a5f;
    font-weight: 700;
    border-radius: 6px;
}

/* Pagination */
.vt-archive-pagination {
    margin-top: 40px;
    text-align: center;
}

.vt-archive-pagination .page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.vt-archive-pagination .page-numbers li {
    display: inline;
}

.vt-archive-pagination .page-numbers a,
.vt-archive-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #e0e0e0;
    color: #555;
    background: #fff;
}

.vt-archive-pagination .page-numbers a:hover {
    background: #1e3a5f;
    color: #fff;
    border-color: #1e3a5f;
}

.vt-archive-pagination .page-numbers .current {
    background: #1e3a5f;
    color: #fff;
    border-color: #1e3a5f;
}

/* Empty state */
.vt-archive-empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.vt-archive-empty i {
    font-size: 3rem;
    margin-bottom: 16px;
    color: #ddd;
}

.vt-archive-empty h3 {
    color: #1a1a2e;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .vt-archive-card {
        flex-direction: column;
    }

    .vt-archive-card-img {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .vt-archive-card-body {
        padding: 18px 20px;
    }

    .vt-archive-card-title {
        font-size: 1.05rem;
    }
}

/* ═══════════════════════════════════════════════════════════
   🛍️ PRODUCT CARD DESIGN — Clean & Modern
   ═══════════════════════════════════════════════════════════
   Design: White card on #f4f4f4 bg, navy blue CTA, rounded 12px.
   Inspired by modern SaaS product card layouts. */

/* ─── Section Background ─── */
.va-feature-product {
    background-color: #f4f4f4 !important;
    padding: 50px 0 60px !important;
}

/* ─── Card Container ─── */
.product-small .col-inner {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.product-small .col-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    border-color: #d0d0d0;
}

/* ─── Product Image ─── */
.product-small .box-image {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.product-small .box-image img {
    transition: transform 0.4s ease;
    width: 100%;
    height: auto;
}

.product-small .col-inner:hover .box-image img {
    transform: scale(1.04);
}

/* ─── Category Label ─── */
.product-small .product-cat {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d4111e;
    opacity: 0.85;
    margin-bottom: 2px;
}

/* ─── Product Title ─── */
.product-small .product-title {
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    color: #1a1a2e !important;
    transition: color 0.2s ease;
    margin-bottom: 4px !important;
}

.product-small .col-inner:hover .product-title {
    color: #1e3a5f !important;
}

/* ─── Star Rating ─── */
.product-small .star-rating {
    margin: 0 !important;
}

/* ─── Price ─── */
.product-small .price {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #d4111e !important;
    margin-bottom: 14px !important;
    letter-spacing: -0.02em;
}

.product-small .price .amount {
    color: #d4111e !important;
    font-weight: 800;
}

/* Sale price combo */
.product-small .price del {
    font-size: 0.85rem !important;
    font-weight: 500;
    opacity: 0.5;
    margin-right: 6px;
}

.product-small .price del .amount {
    color: #888 !important;
    font-weight: 500;
}

.product-small .price ins {
    text-decoration: none;
    background: none;
}

/* ─── ADD TO CART Button — Navy Blue, Full Width, Rounded ─── */
.product-small .add_to_cart_button,
.product-small .product_type_simple,
.product-small .button.add_to_cart_button {
    display: block !important;
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin: 0 auto 16px !important;
    padding: 9px 20px !important;
    background: #1e3a5f !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.3px;
    text-transform: none !important;
    text-align: center;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}

/* NO emoji icon */
.product-small .add_to_cart_button::before,
.product-small .product_type_simple::before {
    content: none !important;
}

.product-small .add_to_cart_button::after,
.product-small .product_type_simple::after {
    content: none !important;
}

/* Hover */
.product-small .add_to_cart_button:hover,
.product-small .product_type_simple:hover {
    background: #15304f !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3) !important;
}

/* Active / Click */
.product-small .add_to_cart_button:active,
.product-small .product_type_simple:active {
    transform: translateY(0);
    background: #0f2640 !important;
}

/* Loading state */
.product-small .add_to_cart_button.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Added to cart — green confirmation */
.product-small .add_to_cart_button.added {
    background: #16a34a !important;
}

/* ─── "View Cart" link after adding ─── */
.product-small .added_to_cart {
    display: block !important;
    width: calc(100% - 32px) !important;
    margin: 4px auto 10px !important;
    padding: 7px 16px !important;
    background: transparent !important;
    color: #1e3a5f !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    text-align: center;
    text-decoration: none !important;
    border: 1.5px solid #1e3a5f !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

.product-small .added_to_cart:hover {
    background: #1e3a5f !important;
    color: #fff !important;
}

/* ─── Hide "View Cart" link on homepage slider (prevents overflow) ─── */
.home-products .added_to_cart {
    display: none !important;
}

/* ─── Sale Badge (Flatsome default — hide on homepage) ─── */
.home-products .badge-container {
    display: none !important;
}

/* ─── VTA Custom Homepage Badges ─── */
.product-small.home-products {
    position: relative !important;
}

.product-small.home-products>.box-text {
    position: static !important;
}

.vt-home-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 14px;
    border-radius: 6px;
    color: #fff;
    z-index: 10;
    line-height: 1.4;
    pointer-events: none;
}

.vt-home-badge-sale {
    background: #D4AF37;
}

.vt-home-badge-new {
    background: #2563EB;
}

/* ─── Quick-view & Wishlist icons ─── */
.product-small .quick-view,
.product-small .wishlist-button {
    transition: all 0.2s ease;
}

.product-small .quick-view:hover,
.product-small .wishlist-button:hover {
    transform: scale(1.1);
    color: #1e3a5f;
}

/* ─── Product Card Bottom Padding ─── */
.product-small .box-text {
    padding: 14px 16px 4px !important;
    text-align: center;
}

/* ─── Responsive: Mobile cards ─── */
@media (max-width: 549px) {
    .product-small .col-inner {
        border-radius: 10px;
    }

    .product-small .col-inner:hover {
        transform: translateY(-3px);
    }

    .product-small .add_to_cart_button,
    .product-small .product_type_simple {
        padding: 11px 16px !important;
        font-size: 0.8rem !important;
    }

    .product-small .price {
        font-size: 1.1rem !important;
    }
}