/* =========================================================
   Autotech Seat Cover listing — Premium UI (.page-seat-cover)
   Loaded ONLY on /seatCover. Does not affect other pages.
   Brand: #E2000F / #1A1A18 — content & functionality unchanged
   Product cards keep original black/red product-back2.png
   ========================================================= */

.page-seat-cover {
    --sc-red: #E2000F;
    --sc-red-dark: #b8000c;
    --sc-dark: #1A1A18;
    --sc-darker: #0c0c0c;
    --sc-surface: #f7f7f8;
    --sc-white: #ffffff;
    --sc-muted: #6b6d72;
    --sc-border: rgba(26, 26, 24, 0.08);
    --sc-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    --sc-shadow-hover: 0 20px 50px rgba(0, 0, 0, 0.14);
    --sc-radius: 14px;
    --sc-radius-sm: 10px;
    --sc-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    --sc-section-y: clamp(64px, 8vw, 120px);
    scroll-behavior: smooth;
    font-family: "Barlow", sans-serif;
}

.page-seat-cover .fa,
.page-seat-cover .fa:before {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-seat-cover .main-page-artical {
    overflow-x: hidden;
}

/* ---------- Sticky Nav ---------- */
.page-seat-cover .main_header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.page-seat-cover .main_header-div {
    margin: 0 clamp(12px, 3vw, 40px);
    min-height: 78px;
}

.page-seat-cover .img-max-width {
    max-width: 210px;
}

.page-seat-cover .header-custom-menu {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    backdrop-filter: blur(12px);
    padding: 4px 8px;
}

.page-seat-cover .main_header .navbar-main ul li a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 10px 16px !important;
    border-radius: 999px;
    transition: color var(--sc-transition), background var(--sc-transition);
}

.page-seat-cover .main_header .navbar-main ul li a::after {
    display: none;
}

.page-seat-cover .main_header .navbar-main ul li:hover a,
.page-seat-cover .main_header .navbar-main ul li a.active {
    color: #fff !important;
    background: rgba(226, 0, 15, 0.18);
}

.page-seat-cover .main_header .navbar-main ul li a.active {
    background: var(--sc-red);
}

.page-seat-cover .phone-svg-div {
    padding: 11px;
    border: 1px solid rgba(226, 0, 15, 0.45);
    box-shadow: 0 6px 18px rgba(226, 0, 15, 0.28);
}

.page-seat-cover .phone-svg-div:hover {
    transform: translateY(-2px) scale(1.04);
}

.page-seat-cover .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px;
    padding: 8px 10px;
}

.page-seat-cover .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(226, 0, 15, 0.35);
    outline: none;
}

@media (max-width: 991px) {
    .page-seat-cover .header-custom-menu {
        border-radius: var(--sc-radius);
        margin-top: 12px;
        padding: 12px;
        background: rgba(18, 18, 18, 0.98);
    }

    .page-seat-cover .main_header .navbar-main ul li a {
        border-radius: var(--sc-radius-sm);
        margin: 4px 0;
    }
}

/* ---------- Hero ---------- */
.page-seat-cover .ab-hero-banner {
    position: relative;
    padding: clamp(56px, 8vw, 96px) 0 clamp(40px, 5vw, 64px);
    background:
        radial-gradient(ellipse at top, rgba(226, 0, 15, 0.18) 0%, transparent 55%),
        linear-gradient(180deg, #121212 0%, #1a1a18 100%);
    overflow: hidden;
}

.page-seat-cover .ab-hero-banner::before {
    display: none;
}

.page-seat-cover .ab-hero-banner .main-title {
    color: #fff;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 12px;
}

.page-seat-cover .ab-hero-banner .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}

.page-seat-cover .ab-hero-banner .breadcrumb .breadcrumb-item,
.page-seat-cover .ab-hero-banner .breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-seat-cover .ab-hero-banner .breadcrumb .breadcrumb-item a:hover {
    color: #fff !important;
}

.page-seat-cover .ab-hero-banner .breadcrumb .breadcrumb-item.active {
    color: var(--sc-red) !important;
}

.page-seat-cover .ab-hero-banner .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.35) !important;
}

/* ---------- Product grid ---------- */
.page-seat-cover .product-list-content {
    padding: var(--sc-section-y) 0 !important;
    background:
        radial-gradient(ellipse at top, rgba(226, 0, 15, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #fafafa 0%, #f3f3f4 100%);
}

.page-seat-cover .product-list-content .container {
    max-width: 1200px;
}

.page-seat-cover .product-list-content .row > [class*="col-"] {
    display: flex;
}

.page-seat-cover .product-top-margin {
    margin-top: 28px !important;
    margin-bottom: 8px !important;
}

.page-seat-cover .product-list-content a:has(.product-item) {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.page-seat-cover .product-list-content a:has(.product-item):focus-visible {
    outline: 3px solid var(--sc-red);
    outline-offset: 4px;
    border-radius: var(--sc-radius);
}

/* Keep original black / red split image background */
.page-seat-cover .product-item.product-seat {
    background: url('../images/product-back2.png') no-repeat center center / cover !important;
    border: 1px solid transparent;
    border-radius: var(--sc-radius);
    padding: 80px 20px 15px !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform var(--sc-transition), box-shadow var(--sc-transition), border-color var(--sc-transition);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 2;
}

.page-seat-cover .product-item.product-seat:hover {
    transform: translateY(-8px);
    border-color: rgba(226, 0, 15, 0.55);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
}

.page-seat-cover .product-item-img {
    width: 100%;
}

.page-seat-cover .product-item-img-margin {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-seat-cover .product-item-img-margin img {
    width: auto;
    max-width: 100%;
    height: 240px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.page-seat-cover .product-item.product-seat:hover .product-item-img-margin img {
    transform: scale(1.06);
}

.page-seat-cover .product-item-content {
    text-align: center;
    padding: 16px 16px 20px;
    width: 100%;
}

.page-seat-cover .product-item-title {
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 18px !important;
    text-shadow: none;
    background: none;
}

.page-seat-cover .product-item-title:hover {
    color: #fff !important;
    background: none;
}

.page-seat-cover .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    max-width: 200px;
    transition: transform var(--sc-transition), box-shadow var(--sc-transition), background var(--sc-transition), color var(--sc-transition);
}

.page-seat-cover .theme-btn-light {
    background: var(--sc-white) !important;
    color: var(--sc-dark) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.page-seat-cover .theme-btn-light:hover {
    background: var(--sc-red) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(226, 0, 15, 0.32);
}

.page-seat-cover .theme-btn-light::before,
.page-seat-cover .theme-btn-light::after {
    display: none;
}

@media (max-width: 767px) {
    .page-seat-cover .product-item-img-margin img {
        height: 140px;
    }

    .page-seat-cover .product-item.product-seat {
        padding: 28px 10px 14px !important;
    }
}

/* ---------- Footer ---------- */
.page-seat-cover .footer-content {
    background: #111113;
}

.page-seat-cover .main-footer-top-inner {
    padding: 28px 32px;
    background: #18181b;
    border-radius: var(--sc-radius);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.page-seat-cover .footer-top-area {
    padding-top: 40px;
}

.page-seat-cover .footer-top-social {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.page-seat-cover .footer-top-social .ft-icon,
.page-seat-cover .ft-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
    margin-left: 0;
    transition: background var(--sc-transition), transform var(--sc-transition), border-color var(--sc-transition);
}

.page-seat-cover .footer-top-social .ft-icon i,
.page-seat-cover .ft-icon i {
    color: #fff !important;
    font-size: 18px;
}

.page-seat-cover .footer-top-social .ft-icon:hover,
.page-seat-cover .ft-icon:hover {
    background: var(--sc-red);
    border-color: var(--sc-red);
    transform: translateY(-2px);
}

.page-seat-cover .footer-middle-area {
    padding: 48px 0 32px;
}

.page-seat-cover .footer-main-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.page-seat-cover .footer-main-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--sc-red);
}

.page-seat-cover .footer-about-text {
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    line-height: 1.7;
}

.page-seat-cover .ft-li a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    font-weight: 500;
    transition: color var(--sc-transition), padding-left var(--sc-transition);
    display: inline-block;
    padding: 6px 0;
}

.page-seat-cover .ft-li a:hover {
    color: #fff;
    padding-left: 6px;
}

.page-seat-cover .footer-contact-col {
    background: #18181b;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--sc-radius);
    padding: 28px 24px;
    max-width: 370px;
    width: 100%;
}

.page-seat-cover .ft-info-li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.page-seat-cover .ft-info-li-next {
    align-items: flex-start;
}

.page-seat-cover .ft-contact-text,
.page-seat-cover .footer-contact-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}

.page-seat-cover .footer-contact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(226, 0, 15, 0.15);
    border: 1px solid rgba(226, 0, 15, 0.25);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--sc-red);
    font-size: 16px;
}

.page-seat-cover .footer-contact-icon i,
.page-seat-cover .footer-contact-icon .fa {
    color: var(--sc-red) !important;
    font-size: 16px;
}

.page-seat-cover .ft-info-li:hover .footer-contact-icon {
    background: var(--sc-red);
    border-color: var(--sc-red);
}

.page-seat-cover .ft-info-li:hover .footer-contact-icon i {
    color: #fff !important;
}

.page-seat-cover .footer-bottom-area {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
}

.page-seat-cover .footer-copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.page-seat-cover .ft-footer-text {
    color: #fff;
    font-weight: 600;
}

/* ---------- WhatsApp ---------- */
.page-seat-cover .flotting-incone-whatsapp .float {
    width: 56px;
    height: 56px;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.4);
    transition: transform var(--sc-transition), box-shadow var(--sc-transition);
}

.page-seat-cover .flotting-incone-whatsapp .float:hover {
    transform: scale(1.08);
}

/* ---------- Focus / a11y ---------- */
.page-seat-cover a:focus-visible,
.page-seat-cover button:focus-visible {
    outline: 3px solid rgba(226, 0, 15, 0.5);
    outline-offset: 3px;
}

/* ---------- Responsive / native mobile ---------- */
@media (max-width: 991px) {
    .page-seat-cover {
        --sc-section-y: 40px;
        background: #ececef;
    }

    .page-seat-cover .ab-hero-banner {
        min-height: 0 !important;
        height: auto !important;
        padding: 22px 16px 18px !important;
        display: block !important;
        background:
            radial-gradient(ellipse 90% 80% at 50% 0%, rgba(226, 0, 15, 0.22) 0%, transparent 55%),
            linear-gradient(180deg, #0e0e10 0%, #1a1a18 100%) !important;
    }

    .page-seat-cover .ab-hero-banner::before {
        display: none !important;
    }

    .page-seat-cover .ab-hero-banner .main-title {
        font-size: 26px !important;
        font-weight: 800;
        letter-spacing: -0.03em;
        margin-bottom: 6px !important;
        color: #fff !important;
    }

    .page-seat-cover .ab-hero-banner .breadcrumb .breadcrumb-item,
    .page-seat-cover .ab-hero-banner .breadcrumb .breadcrumb-item a {
        font-size: 11px !important;
        letter-spacing: 0.14em;
        color: rgba(255, 255, 255, 0.65) !important;
    }

    .page-seat-cover .ab-hero-banner .breadcrumb .breadcrumb-item.active {
        color: var(--sc-red) !important;
    }

    .page-seat-cover .product-list-content {
        padding: 14px 10px 24px !important;
        background:
            linear-gradient(180deg, #1a1a18 0%, #ececef 28px, #ececef 100%) !important;
    }

    .page-seat-cover .product-list-content .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    /* Keep outer wrapper full width (do NOT force 50%) */
    .page-seat-cover .product-list-content > .container > .row > .col-lg-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: block !important;
    }

    .page-seat-cover .product-list-content .col-lg-12 > .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
        margin-left: -5px !important;
        margin-right: -5px !important;
        row-gap: 10px;
    }

    .page-seat-cover .product-list-content .product-top-margin {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        display: block !important;
    }

    .page-seat-cover .product-list-content a:has(.product-item) {
        display: block;
        height: 100%;
    }

    .page-seat-cover .product-item.product-seat {
        padding: 18px 10px 12px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
        transform: none !important;
        background:
            linear-gradient(180deg, #2a2a2e 0%, #141416 55%, #101012 100%) !important;
        min-height: 100%;
    }

    .page-seat-cover .product-item.product-seat:hover {
        transform: none !important;
    }

    .page-seat-cover .product-item-img-margin img {
        height: 132px !important;
    }

    .page-seat-cover .product-item-content {
        padding: 10px 4px 2px !important;
    }

    .page-seat-cover .product-item-title {
        font-size: 14px !important;
        letter-spacing: 0.06em;
        margin-bottom: 10px !important;
        color: #fff !important;
        background: none !important;
    }

    .page-seat-cover .theme-btn,
    .page-seat-cover .theme-btn-light {
        min-height: 36px !important;
        padding: 8px 12px !important;
        font-size: 11px !important;
        max-width: 100% !important;
        width: 100% !important;
        border-radius: 8px !important;
        border: 0 !important;
        background: #fff !important;
        color: #121214 !important;
        transform: none !important;
    }

    .page-seat-cover .theme-btn::before,
    .page-seat-cover .theme-btn::after,
    .page-seat-cover .theme-btn-light::before,
    .page-seat-cover .theme-btn-light::after {
        display: none !important;
    }

    .page-seat-cover .theme-btn-light:hover {
        background: var(--sc-red) !important;
        color: #fff !important;
        transform: none !important;
    }

    .page-seat-cover .main_header-div {
        margin: 0 8px;
        min-height: 68px;
    }

    .page-seat-cover .img-max-width {
        max-width: 160px;
    }
}

@media (max-width: 480px) {
    .page-seat-cover .ab-hero-banner .main-title {
        font-size: 24px !important;
    }

    .page-seat-cover .product-item-title {
        font-size: 13px !important;
    }

    .page-seat-cover .product-item-img-margin img {
        height: 118px !important;
    }
}
