/*
Theme Name: TOPMODS Homepage V2
*/

:root{
    --tm-red:#e30613;
    --tm-black:#050505;
    --tm-dark:#0b0b0b;
    --tm-white:#ffffff;
    --tm-grey:#f5f5f5;
    --tm-border:rgba(0,0,0,.08);
    --tm-sidebar:260px;
}

html,
body{
    margin:0;
    padding:0;
}

body.tm-homepage-v2{
    background:#f5f5f5;
    overflow-x:hidden;
    font-family:Inter,Arial,sans-serif;
}

body.tm-homepage-v2 a{
    text-decoration:none;
}

/* LAYOUT */

.tm-layout{
    display:block;
    min-height:100vh;
}

.tm-sidebar{
    position:fixed;
    left:0;
    top:0;
    width:var(--tm-sidebar);
    height:100vh;
    background:#050505;
    color:#fff;
    z-index:9999;
    display:flex;
    flex-direction:column;
    box-shadow:18px 0 45px rgba(0,0,0,.35);
}

.tm-content{
    margin-left:var(--tm-sidebar);
    width:calc(100vw - var(--tm-sidebar));
    min-height:100vh;
    overflow:hidden;
}

/* SIDEBAR */

.tm-logo{
    padding:28px 22px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.tm-logo img{
    width:170px;
    max-width:100%;
    display:block;
}

.tm-navigation{
    flex:1;
    overflow:auto;
}

.tm-sidebar-menu,
.tm-sidebar-menu ul{
    list-style:none;
    margin:0;
    padding:0;
}

.tm-sidebar-menu > li > a{
    display:block;
    padding:15px 24px;
    color:#fff;
    text-transform:uppercase;
    font-weight:900;
    font-size:12px;
    letter-spacing:.03em;
    border-left:4px solid transparent;
}

.tm-sidebar-menu > li:first-child > a,
.tm-sidebar-menu > li.current-menu-item > a,
.tm-sidebar-menu > li.current-menu-parent > a,
.tm-sidebar-menu > li > a:hover{
    background:rgba(227,6,19,.18);
    border-left-color:#e30613;
    color:#fff;
}

.tm-sidebar-menu .sub-menu{
    display:none;
    background:#111;
}

.tm-sidebar-menu li:hover > .sub-menu{
    display:block;
}

.tm-sidebar-menu .sub-menu a{
    display:block;
    padding:11px 24px 11px 38px;
    color:#aaa;
    font-size:12px;
}

.tm-sidebar-menu .sub-menu a:hover{
    color:#fff;
}

.tm-sidebar-extra{
    border-top:1px solid rgba(255,255,255,.08);
    padding:18px 24px;
}

.tm-sidebar-extra a{
    display:block;
    color:#aaa;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:12px;
}

.tm-sidebar-extra a:hover{
    color:#fff;
}

.tm-sidebar-contact{
    padding:24px;
    border-top:1px solid rgba(255,255,255,.08);
}

.tm-sidebar-contact strong{
    display:block;
    margin-bottom:12px;
    color:#fff;
    font-size:12px;
}

.tm-sidebar-contact a{
    display:block;
    color:#fff;
    margin-bottom:8px;
    font-size:13px;
}

/* TOPBAR */

.tm-topbar{
    height:88px;
    background:#070707;
    border-bottom:1px solid rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    gap:26px;
    padding:0 54px;
    position:relative;
    z-index:30;
}

.tm-search-wrap{
    flex:1;
    max-width:720px;
}

.tm-search-wrap form{
    margin:0 !important;
}

.tm-search-wrap input[type="text"],
.tm-search-wrap input[type="search"],
.tm-search-wrap .s{
    width:100% !important;
    height:48px !important;
    background:#151515 !important;
    border:1px solid rgba(255,255,255,.08) !important;
    color:#fff !important;
    border-radius:4px !important;
    padding:0 18px !important;
}

.tm-top-actions{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:22px;
}

.tm-top-actions a{
    color:#fff;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.tm-top-actions a:hover{
    color:#e30613;
}

.tm-cart-link span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:20px;
    height:20px;
    background:#e30613;
    border-radius:999px;
    color:#fff;
    font-size:11px;
    margin-left:6px;
}

/* HERO */

.tm-hero{
    width:100%;
    box-sizing:border-box;
    min-height:690px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.74) 34%, rgba(0,0,0,.18) 100%),
        url("https://top-mods.gr/shop/wp-content/uploads/2026/06/topmods-hero.png") center center / cover no-repeat;
    display:flex;
    align-items:center;
    padding:90px;
    position:relative;
    overflow:hidden;
}

.tm-hero:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 75% 45%, rgba(227,6,19,.16), transparent 32%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.38));
    pointer-events:none;
}

.tm-hero-content{
    max-width:620px;
    color:#fff;
    position:relative;
    z-index:2;
    background:linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,0));
    padding:34px 42px;
    border-left:4px solid #e30613;
}

.tm-label{
    display:block;
    color:#e30613;
    font-weight:900;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:20px;
    font-size:13px;
}

.tm-hero h1{
    font-size:82px;
    line-height:.9;
    margin:0 0 25px;
    color:#fff;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:-.04em;
    text-shadow:0 12px 35px rgba(0,0,0,.55);
}

.tm-hero h1 span{
    color:#e30613;
}

.tm-hero p{
    max-width:500px;
    color:rgba(255,255,255,.82);
    font-size:18px;
    line-height:1.8;
}

.tm-buttons{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.tm-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:50px;
    padding:0 24px;
    text-transform:uppercase;
    font-weight:900;
    font-size:12px;
}

.tm-btn-primary{
    background:#e30613;
    color:#fff;
}

.tm-btn:not(.tm-btn-primary){
    background:rgba(255,255,255,.12);
    color:#fff;
    border:1px solid rgba(255,255,255,.2);
}

/* TRUST STRIP */

.tm-trust-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#080808;
    color:#fff;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.tm-trust-strip div{
    padding:26px 34px;
    border-right:1px solid rgba(255,255,255,.08);
}

.tm-trust-strip strong{
    display:block;
    color:#fff;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:6px;
}

.tm-trust-strip span{
    color:#999;
    font-size:13px;
}

/* SECTIONS */

.tm-section{
    padding:70px;
    background:#f4f4f4;
    border-top:1px solid rgba(0,0,0,.06);
}

.tm-white{
    background:#fff !important;
}

.tm-section-header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:35px;
    border-bottom:1px solid rgba(0,0,0,.08);
    padding-bottom:20px;
}

.tm-section-header h2{
    margin:0;
    font-size:34px;
    line-height:1;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:-.03em;
    color:#111;
    position:relative;
}

.tm-section-header h2:after{
    content:"";
    display:block;
    width:56px;
    height:3px;
    background:#e30613;
    margin-top:14px;
}

.tm-section-header a{
    color:#111;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.tm-section-header a:hover{
    color:#e30613;
}

/* VEHICLES */

.tm-vehicle-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
}

.tm-vehicle-card{
    min-height:230px;
    background:
        linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.94)),
        radial-gradient(circle at center, rgba(255,255,255,.18), transparent 45%),
        #111;
    border-radius:7px;
    border:1px solid rgba(0,0,0,.12);
    color:#fff;
    padding:26px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-start;
    box-shadow:0 16px 36px rgba(0,0,0,.12);
    overflow:hidden;
    position:relative;
}

.tm-vehicle-card:hover{
    transform:translateY(-4px);
    color:#fff;
}

.tm-vehicle-card span{
    font-size:20px;
    font-weight:950;
    text-transform:uppercase;
    color:#fff;
}

.tm-vehicle-card small{
    margin-top:5px;
    color:rgba(255,255,255,.7);
    font-size:12px;
    text-transform:uppercase;
    font-weight:800;
}

.tm-vehicle-card b{
    margin-top:18px;
    width:42px;
    height:42px;
    background:#e30613;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

/* WOO GRID */

.tm-section ul.products{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:24px !important;
    margin:0 !important;
    padding:0 !important;
}

.tm-section ul.products:before,
.tm-section ul.products:after{
    display:none !important;
}

.tm-section ul.products li.product{
    width:auto !important;
    float:none !important;
    margin:0 !important;
    padding:22px !important;
    background:#fff !important;
    border:1px solid rgba(0,0,0,.08) !important;
    border-radius:8px !important;
    box-shadow:0 12px 30px rgba(0,0,0,.045) !important;
    transition:transform .2s ease, box-shadow .2s ease !important;
    text-align:left !important;
    overflow:hidden !important;
    min-height:430px;
}

.tm-section ul.products li.product:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 48px rgba(0,0,0,.09) !important;
}

.tm-section ul.products li.product img{
    width:100% !important;
    height:250px !important;
    object-fit:contain !important;
    margin:0 auto 18px !important;
    display:block !important;
    background:#fff;
    border-radius:6px;
}

.tm-section ul.products li.product .woocommerce-loop-product__title,
.tm-section ul.products li.product h2,
.tm-section ul.products li.product h3{
    min-height:42px;
    color:#111 !important;
    font-size:15px !important;
    line-height:1.35 !important;
    font-weight:800 !important;
    text-transform:none !important;
    margin:0 0 12px !important;
}

.tm-section ul.products li.product .price{
    color:#111 !important;
    font-size:15px !important;
    font-weight:900 !important;
    margin-bottom:16px !important;
    display:block !important;
}

.tm-section ul.products li.product .button,
.tm-section ul.products li.product .add_to_cart_button{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:42px !important;
    width:100%;
    padding:0 18px !important;
    background:#111 !important;
    color:#fff !important;
    border-radius:4px !important;
    font-size:12px !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
    border:none !important;
}

.tm-section ul.products li.product .button:hover,
.tm-section ul.products li.product .add_to_cart_button:hover{
    background:#e30613 !important;
    color:#fff !important;
}

.tm-section ul.products li.product .button:after,
.tm-section ul.products li.product .add_to_cart_button:after{
    content:" →";
    margin-left:6px;
}

/* PERFORMANCE */

.tm-performance-band{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:32px;
    padding:75px 70px;
    background:
        radial-gradient(circle at 40% 0%, rgba(227,6,19,.18), transparent 35%),
        #060606;
    color:#fff;
}

.tm-performance-left span{
    display:block;
    color:#e30613;
    font-size:13px;
    font-weight:900;
    letter-spacing:.18em;
    text-transform:uppercase;
    margin-bottom:18px;
}

.tm-performance-left h2{
    margin:0 0 25px;
    color:#fff;
    font-size:46px;
    line-height:.95;
    font-weight:950;
    text-transform:uppercase;
}

.tm-performance-left p{
    color:rgba(255,255,255,.7);
    line-height:1.7;
}

.tm-performance-left a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:44px;
    padding:0 20px;
    color:#fff;
    border:1px solid rgba(255,255,255,.35);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.tm-performance-cars{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.tm-performance-card{
    min-height:260px;
    padding:30px;
    background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}

.tm-performance-card h3{
    margin:0 0 8px;
    color:#fff;
    font-size:20px;
    font-weight:900;
    text-transform:uppercase;
}

.tm-performance-card small{
    color:rgba(255,255,255,.6);
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:22px;
}

.tm-performance-card strong{
    color:#e30613;
    font-size:36px;
    line-height:1;
}

.tm-performance-card span{
    color:#fff;
    font-size:30px;
    font-weight:900;
}

/* BRANDS */

.tm-brands-row{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:18px;
}

.tm-brands-row div{
    min-height:105px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:7px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111;
    font-size:24px;
    font-weight:950;
    text-transform:uppercase;
    box-shadow:0 12px 30px rgba(0,0,0,.04);
}

/* FOOTER STRIP */

.tm-footer-strip{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:1px;
    background:#fff;
    border-top:1px solid rgba(0,0,0,.08);
}

.tm-footer-strip div{
    padding:28px 20px;
    background:#fff;
    color:#111;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    text-align:center;
    border-right:1px solid rgba(0,0,0,.08);
}

/* RESPONSIVE */

@media(max-width:1400px){
    .tm-section ul.products{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }

    .tm-vehicle-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:1100px){
    :root{
        --tm-sidebar:0px;
    }

    .tm-sidebar{
        position:relative;
        width:100%;
        height:auto;
    }

    .tm-content{
        margin-left:0;
        width:100%;
    }

    .tm-topbar{
        padding:18px 24px;
        height:auto;
        flex-direction:column;
        align-items:stretch;
    }

    .tm-top-actions{
        margin-left:0;
        justify-content:space-between;
    }

    .tm-hero{
        padding:50px 30px;
        min-height:560px;
    }

    .tm-hero h1{
        font-size:52px;
    }

    .tm-section{
        padding:50px 30px;
    }

    .tm-section ul.products{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }

    .tm-vehicle-grid,
    .tm-performance-cars{
        grid-template-columns:1fr;
    }

    .tm-performance-band{
        grid-template-columns:1fr;
        padding:55px 30px;
    }

    .tm-brands-row{
        grid-template-columns:repeat(3,1fr);
    }

    .tm-footer-strip{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .tm-hero-content{
        padding:24px;
        border-left:3px solid #e30613;
    }

    .tm-hero h1{
        font-size:42px;
    }

    .tm-section ul.products{
        grid-template-columns:1fr !important;
    }

    .tm-section ul.products li.product img{
        height:220px !important;
    }

    .tm-section-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .tm-section-header h2{
        font-size:26px;
    }

    .tm-brands-row{
        grid-template-columns:1fr;
    }
}
/* ==========================================
   TOP BAR
========================================== */

.tm-topbar{
    height:88px;
    background:#070707;
    border-bottom:1px solid rgba(255,255,255,.08);

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 50px;
}

.tm-top-actions{
    display:flex;
    align-items:center;
    gap:25px;
}

.tm-top-actions a{
    color:#fff;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.tm-top-actions a:hover{
    color:#e30613;
}

.tm-cart-link span{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:20px;
    height:20px;

    background:#e30613;
    color:#fff;

    border-radius:999px;

    font-size:11px;
    margin-left:6px;
}
/* ==========================================
   TRUST STRIP
========================================== */

.tm-trust-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    background:#080808;
    color:#fff;

    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.tm-trust-strip div{
    padding:25px 30px;
    border-right:1px solid rgba(255,255,255,.08);
}

.tm-trust-strip strong{
    display:block;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:6px;
}

.tm-trust-strip span{
    color:#999;
    font-size:13px;
}
/* ==========================================
   SHOP BY VEHICLE
========================================== */

.tm-vehicle-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.tm-vehicle-card{
    min-height:240px;
    background:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.94)),#111;
    border-radius:10px;
    color:#fff !important;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:25px;
    overflow:hidden;
    transition:.25s ease;
    box-shadow:0 18px 40px rgba(0,0,0,.16);
}

.tm-vehicle-card:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 55px rgba(0,0,0,.24);
}

.tm-vehicle-card span{
    display:block;
    font-size:22px;
    font-weight:950;
    text-transform:uppercase;
}

.tm-vehicle-card small{
    display:block;
    margin-top:5px;
    color:rgba(255,255,255,.70);
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.tm-vehicle-card b{
    width:42px;
    height:42px;
    background:#e30613;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:18px;
    font-size:22px;
}

/* ==========================================
   SIDEBAR EXTRA LINKS
========================================== */

.tm-sidebar-extra{
    padding:20px 24px;
    border-top:1px solid rgba(255,255,255,.08);
}

.tm-sidebar-extra a{
    display:block;
    color:#aaa;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:12px;
}

.tm-sidebar-extra a:hover{
    color:#fff;
}

/* ==================================================
   TOPMODS SITE MENU BUILDER — PREMIUM MEGA MENU
================================================== */

.tm-site-mega-menu > li{
    position:relative;
}

.tm-site-mega-menu > li.has-mega > a:after{
    content:"›";
    float:right;
    font-size:18px;
    opacity:.65;
}

.tm-site-mega-menu > li:hover > a{
    background:rgba(227,6,19,.18) !important;
    border-left-color:#e30613 !important;
    color:#fff !important;
}

/* Mega Panel */

.tm-mega-panel{
    position:fixed;
    left:var(--tm-sidebar) !important;
    top:88px !important;

    width:calc(100vw - var(--tm-sidebar) - 24px) !important;
    max-width:none !important;

    max-height:calc(100vh - 110px);
    overflow:auto;

    display:grid;
    grid-template-columns:minmax(0,1fr) 380px;
    gap:50px;

    padding:48px 56px !important;

    background:
        linear-gradient(
            135deg,
            #ece8df 0%,
            #dcd6ca 100%
        );

    backdrop-filter:blur(14px);

    border:1px solid rgba(0,0,0,.08);
    border-left:5px solid #e30613;

    border-radius:0 26px 26px 0;

    box-shadow:
        0 35px 100px rgba(0,0,0,.28),
        0 15px 40px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.70);

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transform:translateX(-20px);

    transition:
        opacity .22s ease,
        transform .22s ease,
        visibility .22s ease;

    z-index:100000;
}
.tm-mega-title{
    color:#111;
    font-size:42px;
    font-weight:950;
    letter-spacing:-.05em;
    text-transform:uppercase;
}

.tm-mega-column h4{
    color:#111;
    font-size:18px;
    font-weight:950;
    text-transform:uppercase;
    border-bottom:2px solid #e30613;
    padding-bottom:12px;
}

.tm-mega-column a{
    color:#2f2f2f !important;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.02em;
    transition:.15s ease;
}

.tm-mega-column a:hover{
    color:#e30613 !important;
    padding-left:8px;
}

.tm-mega-panel::-webkit-scrollbar{
    width:10px;
}

.tm-mega-panel::-webkit-scrollbar-track{
    background:#d8d2c7;
}

.tm-mega-panel::-webkit-scrollbar-thumb{
    background:#b8b0a2;
    border-radius:20px;
}

.tm-mega-panel::-webkit-scrollbar-thumb:hover{
    background:#9e9688;
}

.tm-site-mega-menu > li:hover > .tm-mega-panel,
.tm-mega-panel:hover{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateX(0);
}

/* Brand accents */

.tm-site-mega-menu > li:nth-child(1) .tm-mega-panel{border-left-color:#e30613;}
.tm-site-mega-menu > li:nth-child(2) .tm-mega-panel{border-left-color:#2f7fff;}
.tm-site-mega-menu > li:nth-child(3) .tm-mega-panel{border-left-color:#c9a227;}
.tm-site-mega-menu > li:nth-child(4) .tm-mega-panel{border-left-color:#b59b6a;}
.tm-site-mega-menu > li:nth-child(5) .tm-mega-panel{border-left-color:#3eb489;}

/* Mega Content */

.tm-mega-main{
    min-width:0;
}

.tm-mega-title-row{
    display:flex;
    align-items:center;
    gap:24px;
    padding-bottom:26px;
    margin-bottom:30px;
    border-bottom:1px solid rgba(0,0,0,.12);
}

.tm-mega-title-row img{
    max-width:96px;
    max-height:56px;
    object-fit:contain;
}

.tm-mega-title{
    color:#111;
    font-size:38px;
    line-height:.95;
    font-weight:950;
    letter-spacing:-.05em;
    text-transform:uppercase;
}

.tm-mega-title-row p{
    margin:10px 0 0;
    max-width:640px;
    color:#5e5e5e;
    font-size:14px;
    line-height:1.65;
}

/* Columns */

.tm-mega-columns{
    display:grid;
    grid-template-columns:repeat(6,minmax(110px,1fr));
    gap:30px;
}

.tm-mega-column h4{
    color:#111;
    font-size:18px;
    font-weight:950;
    text-transform:uppercase;
    margin:0 0 14px;
    padding-bottom:11px;
    border-bottom:2px solid #e30613;
}

.tm-mega-column a{
    display:block;
    color:#303030 !important;
    font-size:12px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.02em;
    padding:8px 0;
    border-bottom:1px solid rgba(0,0,0,.07);
    transition:.15s ease;
}

.tm-mega-column a:hover{
    color:#e30613 !important;
    padding-left:7px;
}

/* Visual Panel */

.tm-mega-visual{
    min-height:430px;
    border-radius:18px;
    background-size:cover;
    background-position:center;
    border:1px solid rgba(0,0,0,.10);
    box-shadow:
        0 20px 48px rgba(0,0,0,.18),
        inset 0 0 0 1px rgba(255,255,255,.25);
    position:relative;
    overflow:hidden;
}

.tm-mega-visual:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,0,0,.36)),
        radial-gradient(circle at 50% 0%,rgba(227,6,19,.14),transparent 42%);
}

/* Fallback if no visual */

.tm-mega-panel:not(:has(.tm-mega-visual)){
    grid-template-columns:1fr;
}

.tm-mega-panel:not(:has(.tm-mega-visual)) .tm-mega-columns{
    grid-template-columns:repeat(8,minmax(95px,1fr));
}

/* Mobile */

@media(max-width:1100px){
    .tm-vehicle-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tm-mega-panel{
        display:none !important;
    }
}

@media(max-width:767px){
    .tm-vehicle-grid{
        grid-template-columns:1fr;
    }
}
/* ==================================================
   TOPMODS FEATURED PRODUCTS
================================================== */

.tm-home-products{
    padding:80px 70px;
    background:#f5f5f2;
}

.tm-home-products-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
    margin-bottom:40px;
}

.tm-home-products-header h2{
    margin:0;
    font-size:42px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:-.04em;
    color:#111;
}

.tm-home-products-header p{
    margin:10px 0 0;
    color:#666;
    max-width:650px;
}

.tm-home-products-link{
    color:#111;
    font-weight:900;
    text-transform:uppercase;
    text-decoration:none;
}

.tm-home-products-list{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
}

/* Card */

.tm-home-product-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    border:1px solid rgba(0,0,0,.08);
    box-shadow:0 14px 35px rgba(0,0,0,.06);
    transition:.22s ease;
}

.tm-home-product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 55px rgba(0,0,0,.12);
}

.tm-home-product-image{
    display:block;
    background:#fff;
    padding:20px;
}

.tm-home-product-image img{
    width:100%;
    height:260px;
    object-fit:contain;
}

.tm-home-product-info{
    padding:22px;
}

.tm-home-product-sku{
    display:inline-block;
    margin-bottom:10px;
    color:#888;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.tm-home-product-info h3{
    margin:0 0 14px;
    min-height:54px;
    font-size:15px;
    line-height:1.45;
    font-weight:850;
}

.tm-home-product-info h3 a{
    color:#111;
    text-decoration:none;
}

.tm-home-product-price{
    font-size:20px;
    font-weight:950;
    color:#111;
    margin-bottom:18px;
}

.tm-home-product-button{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:46px;
    background:#111;
    color:#fff !important;
    text-decoration:none !important;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    border-radius:6px;
    transition:.18s ease;
}

.tm-home-product-button:hover{
    background:#e30613;
}

/* Responsive */

@media(max-width:1400px){

    .tm-home-products-list{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:991px){

    .tm-home-products{
        padding:50px 30px;
    }

    .tm-home-products-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .tm-home-products-list{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .tm-home-products-list{
        grid-template-columns:1fr;
    }

}
/* ==================================================
   TOPMODS MOBILE UX MENU — OFF CANVAS ACCORDION
================================================== */

.tm-mobile-menu-toggle,
.tm-mobile-overlay{
    display:none;
}

@media(max-width:1100px){

    body.tm-mobile-menu-is-open{
        overflow:hidden;
    }

    .tm-mobile-menu-toggle{
        display:flex !important;
        flex-direction:column;
        justify-content:center;
        gap:5px;
        position:fixed;
        top:14px;
        left:14px;
        width:48px;
        height:48px;
        background:#080808;
        border:1px solid rgba(255,255,255,.12);
        border-radius:14px;
        z-index:999999;
        box-shadow:0 12px 35px rgba(0,0,0,.35);
    }

    .tm-mobile-menu-toggle span{
        display:block;
        width:23px;
        height:2px;
        background:#fff;
        margin:0 auto;
        border-radius:20px;
    }

    .tm-mobile-overlay{
        display:block !important;
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.72);
        backdrop-filter:blur(6px);
        opacity:0;
        visibility:hidden;
        transition:.25s ease;
        z-index:999997;
    }

    .tm-mobile-overlay.active{
        opacity:1;
        visibility:visible;
    }

    .tm-sidebar{
        position:fixed !important;
        top:0 !important;
        left:-340px !important;
        width:320px !important;
        height:100vh !important;
        z-index:999998 !important;
        background:#050505 !important;
        transition:.28s ease !important;
        overflow-y:auto !important;
        -webkit-overflow-scrolling:touch;
        box-shadow:25px 0 70px rgba(0,0,0,.55);
    }

    .tm-sidebar.tm-mobile-open{
        left:0 !important;
    }

    .tm-logo{
        padding:26px 24px !important;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .tm-logo img{
        max-width:150px !important;
    }

    .tm-content,
    .tm-product-main{
        margin-left:0 !important;
        width:100% !important;
    }

    .tm-topbar{
        padding-left:76px !important;
        min-height:72px;
    }

    /* Mobile menu list */

    .tm-sidebar .tm-navigation,
    .tm-sidebar .tm-sidebar-menu{
        width:100%;
    }

    .tm-site-mega-menu,
    .tm-site-mega-menu ul{
        list-style:none;
        margin:0;
        padding:0;
    }

    .tm-site-mega-menu > li{
        border-bottom:1px solid rgba(255,255,255,.07);
    }

    .tm-site-mega-menu > li > a{
        display:flex !important;
        align-items:center;
        justify-content:space-between;
        min-height:56px;
        padding:0 22px !important;
        color:#fff !important;
        font-size:13px !important;
        font-weight:900 !important;
        text-transform:uppercase;
        text-decoration:none !important;
        background:transparent !important;
        border-left:0 !important;
    }

    .tm-site-mega-menu > li.has-mega > a:after{
        content:"+";
        float:none;
        font-size:22px;
        opacity:1;
        color:#e30613;
    }

    .tm-site-mega-menu > li.tm-mobile-subopen > a{
        background:rgba(227,6,19,.12) !important;
        color:#fff !important;
    }

    .tm-site-mega-menu > li.tm-mobile-subopen > a:after{
        content:"−";
    }

    /* Convert desktop mega panel to mobile accordion */

    .tm-mega-panel{
        position:static !important;
        display:none !important;
        width:auto !important;
        max-width:none !important;
        max-height:none !important;
        overflow:visible !important;
        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto !important;
        transform:none !important;
        box-shadow:none !important;
        border:0 !important;
        border-left:3px solid #e30613 !important;
        border-radius:0 !important;
        padding:18px 20px 22px !important;
        background:#0d0d0d !important;
        grid-template-columns:1fr !important;
    }

    .tm-site-mega-menu > li.tm-mobile-subopen > .tm-mega-panel{
        display:block !important;
    }

    .tm-mega-title-row{
        display:none !important;
    }

    .tm-mega-visual{
        display:none !important;
    }

    .tm-mega-columns{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:16px !important;
    }

    .tm-mega-column{
        background:rgba(255,255,255,.035);
        border:1px solid rgba(255,255,255,.06);
        border-radius:12px;
        padding:14px;
    }

    .tm-mega-column h4{
        color:#fff !important;
        font-size:14px !important;
        font-weight:950 !important;
        margin:0 0 10px !important;
        padding-bottom:8px !important;
        border-bottom:1px solid rgba(227,6,19,.7) !important;
    }

    .tm-mega-column a{
        display:block !important;
        color:rgba(255,255,255,.78) !important;
        padding:9px 0 !important;
        font-size:12px !important;
        font-weight:800 !important;
        border-bottom:1px solid rgba(255,255,255,.05) !important;
        text-decoration:none !important;
    }

    .tm-mega-column a:hover{
        color:#fff !important;
        padding-left:0 !important;
    }

    .tm-sidebar-extra{
        padding:18px 22px !important;
    }

    .tm-sidebar-extra a{
        min-height:40px;
        display:flex !important;
        align-items:center;
        color:#aaa !important;
        font-size:12px !important;
        font-weight:900 !important;
        text-transform:uppercase;
    }

    .tm-sidebar-contact{
        padding:22px !important;
        background:#080808;
    }
}
/* ==================================================
   FINAL MOBILE MENU OVERRIDE — TOPMODS
   Must be LAST in topmods-homepage-v2.css
================================================== */

@media(max-width:1100px){

    :root{
        --tm-sidebar:320px !important;
    }

    body.tm-mobile-menu-is-open{
        overflow:hidden !important;
    }

    .tm-mobile-menu-toggle{
        display:flex !important;
        flex-direction:column !important;
        justify-content:center !important;
        gap:5px !important;
        position:fixed !important;
        top:14px !important;
        left:14px !important;
        width:48px !important;
        height:48px !important;
        background:#080808 !important;
        border:1px solid rgba(255,255,255,.12) !important;
        border-radius:14px !important;
        z-index:999999 !important;
        box-shadow:0 12px 35px rgba(0,0,0,.35) !important;
        cursor:pointer !important;
    }

    .tm-mobile-menu-toggle span{
        display:block !important;
        width:23px !important;
        height:2px !important;
        background:#fff !important;
        margin:0 auto !important;
        border-radius:20px !important;
    }

    .tm-mobile-overlay{
        display:block !important;
        position:fixed !important;
        inset:0 !important;
        background:rgba(0,0,0,.72) !important;
        backdrop-filter:blur(6px) !important;
        opacity:0 !important;
        visibility:hidden !important;
        transition:.25s ease !important;
        z-index:999997 !important;
    }

    .tm-mobile-overlay.active{
        opacity:1 !important;
        visibility:visible !important;
    }

    .tm-sidebar{
        position:fixed !important;
        top:0 !important;
        left:-340px !important;
        width:320px !important;
        max-width:86vw !important;
        height:100vh !important;
        min-height:100vh !important;
        z-index:999998 !important;
        background:#050505 !important;
        transition:.28s ease !important;
        overflow-y:auto !important;
        overflow-x:hidden !important;
        -webkit-overflow-scrolling:touch !important;
        box-shadow:25px 0 70px rgba(0,0,0,.55) !important;
        display:flex !important;
        flex-direction:column !important;
    }

    .tm-sidebar.tm-mobile-open{
        left:0 !important;
    }

    .tm-content,
    .tm-product-main{
        margin-left:0 !important;
        width:100% !important;
    }

    .tm-topbar{
        padding-left:76px !important;
        min-height:72px !important;
    }

    .tm-sidebar .tm-navigation{
        display:block !important;
        flex:0 0 auto !important;
        overflow:visible !important;
    }

    .tm-site-mega-menu,
    .tm-site-mega-menu ul{
        list-style:none !important;
        margin:0 !important;
        padding:0 !important;
    }

    .tm-site-mega-menu > li{
        display:block !important;
        border-bottom:1px solid rgba(255,255,255,.07) !important;
    }

    .tm-site-mega-menu > li > a{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        min-height:56px !important;
        padding:0 22px !important;
        color:#fff !important;
        font-size:13px !important;
        font-weight:900 !important;
        text-transform:uppercase !important;
        background:transparent !important;
        border-left:0 !important;
    }

    .tm-site-mega-menu > li.has-mega > a:after{
        content:"+" !important;
        float:none !important;
        font-size:22px !important;
        opacity:1 !important;
        color:#e30613 !important;
        margin-left:auto !important;
    }

    .tm-site-mega-menu > li.tm-mobile-subopen > a{
        background:rgba(227,6,19,.14) !important;
    }

    .tm-site-mega-menu > li.tm-mobile-subopen > a:after{
        content:"−" !important;
    }

    .tm-mega-panel{
        position:static !important;
        display:none !important;
        width:100% !important;
        max-width:none !important;
        max-height:none !important;
        overflow:visible !important;
        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto !important;
        transform:none !important;
        box-shadow:none !important;
        border:0 !important;
        border-left:3px solid #e30613 !important;
        border-radius:0 !important;
        padding:16px 18px 20px !important;
        background:#0d0d0d !important;
        grid-template-columns:1fr !important;
        backdrop-filter:none !important;
    }

    .tm-site-mega-menu > li.tm-mobile-subopen > .tm-mega-panel{
        display:block !important;
    }

    .tm-mega-title-row,
    .tm-mega-visual{
        display:none !important;
    }

    .tm-mega-columns{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:14px !important;
    }

    .tm-mega-column{
        display:block !important;
        background:rgba(255,255,255,.035) !important;
        border:1px solid rgba(255,255,255,.06) !important;
        border-radius:12px !important;
        padding:14px !important;
    }

    .tm-mega-column h4{
        color:#fff !important;
        font-size:14px !important;
        font-weight:950 !important;
        margin:0 0 10px !important;
        padding-bottom:8px !important;
        border-bottom:1px solid rgba(227,6,19,.7) !important;
    }

    .tm-mega-column a{
        display:block !important;
        color:rgba(255,255,255,.78) !important;
        padding:9px 0 !important;
        font-size:12px !important;
        font-weight:800 !important;
        border-bottom:1px solid rgba(255,255,255,.05) !important;
    }

    .tm-sidebar-extra{
        padding:18px 22px !important;
        border-top:1px solid rgba(255,255,255,.08) !important;
    }

    .tm-sidebar-contact{
        padding:22px !important;
        background:#080808 !important;
    }
}
/* ==================================================
   TOP PREMIUM ICON ACTIONS
================================================== */

.tm-top-actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:12px !important;
    margin-left:auto !important;
}

.tm-top-icon{
    position:relative;
    min-height:44px;
    padding:0 15px;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:9px;
    color:#fff !important;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.10);
    border-radius:14px;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    text-decoration:none !important;
    line-height:1;
    transition:.18s ease;
}

.tm-top-icon svg{
    width:20px;
    height:20px;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
    flex:0 0 20px;
}

.tm-top-icon:hover{
    color:#fff !important;
    border-color:rgba(227,6,19,.75);
    background:rgba(227,6,19,.18);
    transform:translateY(-2px);
}

.tm-cart-link b{
    position:absolute !important;

    top:-7px !important;
    right:-7px !important;

    min-width:20px !important;
    width:auto !important;

    height:20px !important;

    padding:0 6px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#fff !important;
    color:#111 !important;

    border-radius:999px !important;

    font-size:10px !important;
    font-weight:900 !important;

    line-height:1 !important;

    border:2px solid #111 !important;

    box-sizing:border-box !important;
}

.tm-cart-link > span + span{
    display:none;
}

@media(max-width:1100px){
    .tm-top-actions{
        gap:8px !important;
    }

    .tm-top-icon{
        width:44px;
        height:44px;
        min-height:44px;
        padding:0;
        border-radius:13px;
    }

    .tm-top-icon span{
        display:none !important;
    }

    .tm-top-icon svg{
        width:21px;
        height:21px;
        flex-basis:21px;
    }
}
.tm-cart-link b{
    position:static !important;
    background:none !important;
    border:0 !important;
    color:#e30613 !important;
    font-size:12px !important;
    font-weight:900 !important;
    padding:0 !important;
    min-width:auto !important;
    height:auto !important;
}
/* ==================================================
   TOPMODS TOP ICONS + CART PREVIEW FIX
   MUST BE LAST
================================================== */

.tm-topbar{
    overflow:visible !important;
}

.tm-top-actions{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:12px !important;
    margin-left:auto !important;
    z-index:99999 !important;
}

.tm-top-icon{
    position:relative !important;
    min-height:44px !important;
    padding:0 15px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:9px !important;

    color:#fff !important;
    background:rgba(255,255,255,.06) !important;
    border:1px solid rgba(255,255,255,.14) !important;
    border-radius:14px !important;

    font-size:12px !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
    text-decoration:none !important;

    line-height:1 !important;
    transition:.18s ease !important;
}

.tm-top-icon svg{
    width:20px !important;
    height:20px !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:1.8 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
    flex:0 0 20px !important;
}

.tm-top-icon:hover{
    border-color:rgba(227,6,19,.85) !important;
    background:rgba(227,6,19,.18) !important;
    transform:translateY(-2px) !important;
}

/* Cart badge - premium pill, όχι κόκκινο κυκλάκι μέσα */

.tm-cart-link b{
    position:relative !important;
    top:auto !important;
    right:auto !important;

    min-width:22px !important;
    height:22px !important;
    padding:0 7px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#fff !important;
    color:#111 !important;

    border-radius:999px !important;
    border:0 !important;

    font-size:11px !important;
    font-weight:950 !important;
    line-height:1 !important;

    box-shadow:none !important;
}

/* Cart preview */

.tm-cart-hover-wrap{
    position:relative !important;
}

.tm-cart-preview{
    position:absolute !important;
    top:calc(100% + 14px) !important;
    right:0 !important;

    width:390px !important;
    max-width:calc(100vw - 40px) !important;

    background:#fff !important;
    color:#111 !important;

    border:1px solid rgba(0,0,0,.10) !important;
    border-top:4px solid #e30613 !important;
    border-radius:18px !important;

    padding:20px !important;

    box-shadow:0 30px 90px rgba(0,0,0,.38) !important;

    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(10px) !important;

    transition:.18s ease !important;
    z-index:1000000 !important;
}

.tm-cart-hover-wrap:hover .tm-cart-preview{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translateY(0) !important;
}

.tm-cart-preview:before{
    content:"" !important;
    position:absolute !important;
    top:-12px !important;
    right:34px !important;
    width:18px !important;
    height:18px !important;
    background:#fff !important;
    transform:rotate(45deg) !important;
    border-left:1px solid rgba(0,0,0,.08) !important;
    border-top:1px solid rgba(0,0,0,.08) !important;
}

.tm-cart-preview-title{
    display:block !important;
    color:#111 !important;
    font-size:14px !important;
    font-weight:950 !important;
    text-transform:uppercase !important;
    margin-bottom:16px !important;
}

.tm-cart-preview-items{
    display:grid !important;
    gap:12px !important;
    max-height:310px !important;
    overflow:auto !important;
    padding-right:4px !important;
}

.tm-cart-preview-item{
    display:grid !important;
    grid-template-columns:68px 1fr 18px !important;
    gap:12px !important;
    align-items:center !important;

    background:#f8f8f8 !important;
    border:1px solid rgba(0,0,0,.07) !important;
    border-radius:14px !important;

    padding:10px !important;
}

.tm-cart-preview-item img{
    width:68px !important;
    height:68px !important;
    object-fit:contain !important;
    background:#fff !important;
    border-radius:10px !important;
}

.tm-cart-preview-item span{
    display:block !important;
    color:#111 !important;
    font-size:12px !important;
    font-weight:850 !important;
    line-height:1.35 !important;
}

.tm-cart-preview-item small{
    display:block !important;
    color:#666 !important;
    margin-top:5px !important;
    font-size:12px !important;
    font-weight:800 !important;
}

.tm-cart-preview-total{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    margin-top:16px !important;
    padding-top:15px !important;
    border-top:1px solid rgba(0,0,0,.10) !important;
}

.tm-cart-preview-total span{
    color:#555 !important;
    font-size:12px !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
}

.tm-cart-preview-total strong{
    color:#111 !important;
    font-size:18px !important;
    font-weight:950 !important;
}

.tm-cart-preview-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    margin-top:16px !important;
}

.tm-cart-preview-actions a{
    min-height:46px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    border-radius:10px !important;

    background:#111 !important;
    color:#fff !important;

    font-size:12px !important;
    font-weight:950 !important;
    text-transform:uppercase !important;
    text-decoration:none !important;
}

.tm-cart-preview-actions a:last-child{
    background:#e30613 !important;
}

.tm-cart-preview-empty{
    color:#555 !important;
    font-size:14px !important;
    margin:0 0 15px !important;
}

/* Mobile: icons only, no hover cart */

@media(max-width:1100px){
    .tm-top-actions{
        gap:8px !important;
    }

    .tm-top-icon{
        width:44px !important;
        height:44px !important;
        min-height:44px !important;
        padding:0 !important;
        border-radius:13px !important;
    }

    .tm-top-icon span{
        display:none !important;
    }

    .tm-top-icon svg{
        width:21px !important;
        height:21px !important;
        flex-basis:21px !important;
    }

    .tm-cart-link b{
        position:absolute !important;
        top:-6px !important;
        right:-6px !important;
        min-width:20px !important;
        height:20px !important;
        padding:0 6px !important;
        background:#fff !important;
        color:#111 !important;
        border:2px solid #111 !important;
    }

    .tm-cart-preview{
        display:none !important;
    }
}
/* ==================================================
   TOPMODS GLOBAL FOOTER
================================================== */

.tm-global-footer{
    background:#0d0d0d;
    color:#fff;
    margin-top:80px;
    border-top:1px solid rgba(255,255,255,.08);
}

/* CTA */

.tm-footer-cta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;

    padding:70px;

    border-bottom:1px solid rgba(255,255,255,.08);

    background:
    radial-gradient(circle at right center,
    rgba(227,6,19,.12),
    transparent 40%);
}

.tm-footer-cta span{
    color:#e30613;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.15em;
}

.tm-footer-cta h2{
    margin:10px 0;
    font-size:48px;
    line-height:1;
    font-weight:900;
    color:#fff;
}

.tm-footer-cta p{
    max-width:700px;
    color:rgba(255,255,255,.72);
    font-size:16px;
    line-height:1.7;
}

.tm-footer-cta-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.tm-footer-cta-actions a{
    min-height:52px;
    padding:0 24px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    text-decoration:none;

    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.05em;

    transition:.18s ease;
}

.tm-footer-cta-actions a:first-child{
    background:#e30613;
    color:#fff;
}

.tm-footer-cta-actions a:first-child:hover{
    background:#c80010;
}

.tm-footer-cta-actions a:last-child{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
}

.tm-footer-cta-actions a:last-child:hover{
    border-color:#e30613;
}

/* MAIN */

.tm-footer-main{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr 1fr;

    gap:50px;

    padding:70px;
}

.tm-footer-brand h3{
    margin:0 0 16px;
    font-size:42px;
    line-height:1;
    font-weight:900;
    color:#fff;
}

.tm-footer-brand p{
    color:rgba(255,255,255,.70);
    font-size:15px;
    line-height:1.8;
    max-width:450px;
}

.tm-footer-main h4{
    margin:0 0 18px;

    color:#fff;

    font-size:14px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.tm-footer-main a,
.tm-footer-main span{
    display:block;

    color:rgba(255,255,255,.70);

    text-decoration:none;

    margin-bottom:12px;

    font-size:14px;

    transition:.18s ease;
}

.tm-footer-main a:hover{
    color:#e30613;
    transform:translateX(4px);
}

/* BOTTOM */

.tm-footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:20px;

    padding:24px 70px;

    border-top:1px solid rgba(255,255,255,.08);

    color:rgba(255,255,255,.55);

    font-size:13px;
}

/* PREMIUM EFFECT */

.tm-global-footer{
    position:relative;
    overflow:hidden;
}

.tm-global-footer:before{
    content:"";

    position:absolute;

    top:-300px;
    right:-300px;

    width:700px;
    height:700px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(227,6,19,.06),
        transparent 70%
    );

    pointer-events:none;
}

/* TABLET */

@media(max-width:1200px){

    .tm-footer-main{
        grid-template-columns:repeat(2,1fr);
    }

    .tm-footer-brand{
        grid-column:1 / -1;
    }
}

/* MOBILE */

@media(max-width:767px){

    .tm-footer-cta{
        padding:40px 25px;
        flex-direction:column;
        align-items:flex-start;
    }

    .tm-footer-cta h2{
        font-size:34px;
    }

    .tm-footer-main{
        grid-template-columns:1fr;
        gap:30px;
        padding:40px 25px;
    }

    .tm-footer-brand h3{
        font-size:34px;
    }

    .tm-footer-bottom{
        flex-direction:column;
        text-align:center;
        padding:20px 25px;
    }

    .tm-footer-cta-actions{
        width:100%;
    }

    .tm-footer-cta-actions a{
        flex:1;
    }
}
/* ==================================================
   TOPMODS GLOBAL FOOTER — FINAL FIX
   Must be LAST
================================================== */

.tm-content .tm-global-footer{
    margin-top:0 !important;
    width:100% !important;
    box-sizing:border-box !important;
}

.tm-global-footer{
    background:#050505 !important;
    color:#fff !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
    overflow:hidden !important;
}

.tm-footer-cta{
    padding:64px 70px !important;
    background:
        linear-gradient(135deg, #080808 0%, #160000 55%, #050505 100%) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
}

.tm-footer-cta h2{
    color:#fff !important;
    font-size:42px !important;
    margin:10px 0 !important;
}

.tm-footer-cta p{
    color:rgba(255,255,255,.70) !important;
    margin:0 !important;
}

.tm-footer-main{
    padding:58px 70px !important;
    background:#050505 !important;
    display:grid !important;
    grid-template-columns:1.8fr 1fr 1fr 1fr 1fr !important;
    gap:46px !important;
}

.tm-footer-brand h3,
.tm-footer-main h4{
    color:#fff !important;
}

.tm-footer-main a,
.tm-footer-main span,
.tm-footer-brand p{
    color:rgba(255,255,255,.68) !important;
}

.tm-footer-bottom{
    padding:22px 70px !important;
    background:#030303 !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
}

/* Remove awkward big spacing from previous sections */
.tm-brands-trust + .tm-global-footer,
.tm-product-footer-strip-v2 + .tm-global-footer,
.tm-footer-strip + .tm-global-footer{
    margin-top:0 !important;
}

/* On desktop, footer stays inside the content area, not under sidebar */
@media(min-width:1101px){
    .tm-layout .tm-content > .tm-global-footer{
        margin-left:0 !important;
    }
}

/* Tablet */
@media(max-width:1200px){
    .tm-footer-main{
        grid-template-columns:1fr 1fr !important;
    }

    .tm-footer-brand{
        grid-column:1 / -1 !important;
    }
}

/* Mobile */
@media(max-width:767px){
    .tm-footer-cta,
    .tm-footer-main,
    .tm-footer-bottom{
        padding-left:24px !important;
        padding-right:24px !important;
    }

    .tm-footer-main{
        grid-template-columns:1fr !important;
        gap:30px !important;
    }

    .tm-footer-cta h2{
        font-size:30px !important;
    }
}
/* ==================================================
   TOPMODS HOMEPAGE V2 — NEW SECTIONS FIX
   MUST BE LAST
================================================== */

/* Trust strip Greek with icons */

.tm-trust-strip-greek > div{
    display:grid !important;
    grid-template-columns:46px 1fr !important;
    gap:12px 16px !important;
    align-items:center !important;
    padding:28px 30px !important;
}

.tm-trust-strip-greek .tm-trust-icon{
    grid-row:1 / span 2;
    width:46px;
    height:46px;
    border-radius:14px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    color:#e30613 !important;
    display:flex;
    align-items:center;
    justify-content:center;
}

.tm-trust-strip-greek .tm-trust-icon svg{
    width:23px;
    height:23px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.tm-trust-strip-greek strong{
    margin:0 !important;
    font-size:13px !important;
    line-height:1.25 !important;
}

.tm-trust-strip-greek div > span:not(.tm-trust-icon){
    grid-column:2;
    color:rgba(255,255,255,.62) !important;
    font-size:12px !important;
}

/* Section kicker */

.tm-section-kicker{
    display:block;
    color:#e30613;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.12em;
    margin-bottom:8px;
}

/* Brand product carousel */

.tm-home-brand-showcase{
    overflow:hidden;
}

.tm-home-products-carousel{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(250px, 1fr);
    gap:22px;
    overflow-x:auto;
    padding:4px 4px 18px;
    scroll-snap-type:x mandatory;
}

.tm-home-products-carousel::-webkit-scrollbar{
    height:8px;
}

.tm-home-products-carousel::-webkit-scrollbar-track{
    background:#eee;
    border-radius:20px;
}

.tm-home-products-carousel::-webkit-scrollbar-thumb{
    background:#bbb;
    border-radius:20px;
}

.tm-home-products-carousel .tm-home-product-card{
    scroll-snap-align:start;
}

/* New product cards */

.tm-home-product-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 16px 38px rgba(0,0,0,.06);
    transition:.22s ease;
}

.tm-home-product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 26px 58px rgba(0,0,0,.12);
}

.tm-home-product-image{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:260px;
    background:#fff;
    padding:24px;
}

.tm-home-product-image img{
    width:100%;
    height:230px;
    object-fit:contain;
    display:block;
}

.tm-home-product-body{
    padding:22px;
    border-top:1px solid rgba(0,0,0,.06);
}

.tm-home-product-body > span{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 10px;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-size:10px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:12px;
}

.tm-home-product-body h3{
    min-height:58px;
    margin:0 0 14px;
    font-size:15px;
    line-height:1.35;
    font-weight:850;
}

.tm-home-product-body h3 a{
    color:#111;
    text-decoration:none;
}

.tm-home-product-body h3 a:hover{
    color:#e30613;
}

.tm-home-product-price{
    color:#111;
    font-size:18px;
    font-weight:950;
    margin-bottom:18px;
}

.tm-home-product-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.tm-home-product-actions a{
    min-height:42px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    text-decoration:none;
}

.tm-home-product-actions a:first-child{
    background:#f3f3f3;
    color:#111;
}

.tm-home-product-actions a:last-child{
    background:#e30613;
    color:#fff;
}

.tm-home-product-actions a:hover{
    transform:translateY(-2px);
}

/* Sales / recommendation block */

.tm-home-sales-block{
    margin:0;
    padding:80px 70px;
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:42px;
    align-items:center;
    background:
        radial-gradient(circle at 80% 20%, rgba(227,6,19,.16), transparent 34%),
        linear-gradient(135deg,#090909,#151515);
    color:#fff;
}

.tm-home-sales-copy > span{
    color:#e30613;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.14em;
}

.tm-home-sales-copy h2{
    margin:14px 0 18px;
    max-width:820px;
    color:#fff;
    font-size:48px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.04em;
}

.tm-home-sales-copy p{
    max-width:720px;
    color:rgba(255,255,255,.72);
    font-size:16px;
    line-height:1.75;
}

.tm-home-sales-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.tm-home-sales-actions a{
    min-height:52px;
    padding:0 24px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    text-decoration:none;
}

.tm-home-sales-actions a:first-child{
    background:#e30613;
    color:#fff;
}

.tm-home-sales-actions a:last-child{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
}

.tm-home-sales-points{
    display:grid;
    gap:16px;
}

.tm-home-sales-points div{
    padding:24px;
    border-radius:18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
}

.tm-home-sales-points strong{
    display:block;
    color:#fff;
    font-size:28px;
    font-weight:950;
    text-transform:uppercase;
    margin-bottom:6px;
}

.tm-home-sales-points span{
    color:rgba(255,255,255,.65);
    font-size:13px;
    font-weight:800;
}

/* Fix old WooCommerce section only inside custom homepage */

.tm-homepage-v2 .tm-section.tm-white .tm-home-products-carousel + ul.products{
    display:none !important;
}

/* Responsive */

@media(max-width:1200px){
    .tm-home-sales-block{
        grid-template-columns:1fr;
    }

    .tm-home-sales-copy h2{
        font-size:40px;
    }
}

@media(max-width:767px){
    .tm-trust-strip-greek{
        grid-template-columns:1fr !important;
    }

    .tm-trust-strip-greek > div{
        grid-template-columns:42px 1fr !important;
        padding:22px !important;
    }

    .tm-home-products-carousel{
        grid-auto-columns:82%;
        gap:16px;
    }

    .tm-home-sales-block{
        padding:48px 24px;
    }

    .tm-home-sales-copy h2{
        font-size:32px;
    }

    .tm-home-sales-actions{
        flex-direction:column;
    }

    .tm-home-sales-actions a{
        width:100%;
    }

    .tm-home-product-image{
        min-height:220px;
    }

    .tm-home-product-image img{
        height:200px;
    }
}
/* ==================================================
   TOPMODS FEATURED CLEAN SECTION FIX
================================================== */

.tm-featured-main-header{
    align-items:flex-start !important;
}

.tm-featured-main-header p{
    margin:10px 0 0;
    color:#666;
    font-size:15px;
    line-height:1.6;
}

/* Hide duplicate title/subtitle/link coming from shortcode */
.tm-featured-clean-section .tm-home-products-header{
    display:none !important;
}

.tm-featured-clean-section .tm-home-products-link{
    display:none !important;
}

/* Remove unwanted inner spacing if shortcode has its own wrapper */
.tm-featured-clean-section .tm-home-products{
    padding:0 !important;
    background:transparent !important;
}

.tm-featured-clean-section .tm-home-products-list{
    margin-top:0 !important;
}