/* ============================================
   PRODUCT PAGE CSS
   Premium Car Dealership Theme
   Version: 2.3.0 - ALL BUGS FIXED
   ============================================ */

/* ============================================
   PAGE STRUCTURE - Theme Overrides
============================================= */
.row,
.columns_wrap {
    margin-left: 0;
    margin-right: 0 !important;
}

a.trx_addons_scroll_to_top.trx_addons_icon-up.scroll_to_top_style_default.inited.show {
    display: none!important;
}
/* ============================================
   PRODUCT PAGE CSS - OPTIMIZED
   Version: 2.5.0
   ============================================ */

/* ============================================
   CSS VARIABLES
============================================= */
:root {
    --color-primary: #ea0a0b;
    --color-dark: #000;
    --color-light: #fff;
    --color-gray: #2a2a2a;
    --color-gray-light: rgba(255, 255, 255, 0.1);
    --color-gray-text: rgba(255, 255, 255, 0.7);
    --gradient-silver: linear-gradient(45deg, #999 5%, #fff 10%, #ccc 30%, #ddd 50%, #ccc 70%, #fff 80%, #999 95%);
    --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.3);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --transition: all 0.3s ease;
}

/* ============================================
   GLOBAL RESETS
============================================= */
.row,
.columns_wrap {
    margin-left: 0;
    margin-right: 0 !important;
}

a.trx_addons_scroll_to_top {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

/* ============================================
   GALLERY SLIDER
============================================= */
.gallery-section {
    width: 100%;
    overflow: hidden;
    background-color: var(--color-light);
}

.mainGallerySwiper {
    width: 100%;
}

.mainGallerySwiper .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.4s ease;
}

.mainGallerySwiper .swiper-slide-active {
    opacity: 1;
}

.slide-image {
    width: 100%;
    overflow: hidden;
}

.slide-image img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    display: block;
}

.mainGallerySwiper .swiper-button-next,
.mainGallerySwiper .swiper-button-prev {
    color: var(--color-light);
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    transition: background 0.3s ease;
}

.mainGallerySwiper .swiper-button-next:hover,
.mainGallerySwiper .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

.mainGallerySwiper .swiper-button-next::after,
.mainGallerySwiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* ============================================
   PRODUCT INFO BAR
============================================= */
.product-info-bar {
    background-color: var(--color-light);
}

/* Breadcrumb */
.product-breadcrumb .breadcrumb {
    font-size: 14px;
    margin: 0;
    background: transparent;
    padding: 0;
}

.product-breadcrumb .breadcrumb-item a {
    color: var(--color-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-breadcrumb .breadcrumb-item a:hover {
    color: var(--color-primary);
}

.product-breadcrumb .breadcrumb-item.active {
    color: var(--color-dark);
    font-weight: 600;
}

.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-dark);
}

/* Year Badge */
.year-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
}

/* WooCommerce Price Override */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce span.amount,
.woocommerce-page span.amount {
    color: var(--color-dark) !important;
}

/* Product Title */
.product-title {
    margin: 0 0 5px;
    line-height: 1.2;
    color: var(--color-dark);
    text-transform: unset !important;
}

/* Product Price */
.product-price.car-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.product-price .price-label {
    font-size: 12px;
    font-weight: 500;
    display: none;
}

.product-price .price-amount {
    font-size: 30px;
}

/* ============================================
   SPECS DISPLAY
============================================= */
.spec-item {
    flex: 1;
    text-align: center;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--color-dark);
    border-radius: 10px;
}

.spec-item svg {
    width: 30px;
    height: 30px;
}

.spec-label {
    font-size: 14px;
    color: var(--color-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: -3px;
    margin-top: 10px;
}

.spec-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark);
}

/* ============================================
   ACTION BUTTONS
============================================= */
.btn-group-custom {
    display: flex;
    gap: 10px;
    margin-top: 80px;
}

.btn-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    background: transparent;
    border: 1px solid var(--color-dark);
    color: var(--color-dark);
}

.btn-action:hover {
    background: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-light);
}

.btn-action svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Compare Button (YITH) */
.compare-button a.compare.button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    background: transparent;
    border: 1px solid var(--color-dark) !important;
    color: var(--color-dark);
    text-transform: capitalize;
}

.woocommerce .product .compare:before {
    content: '' !important;
    margin: 0 !important;
    background-image: url(https://dev.thriftdeals.in/wp-content/uploads/2024/11/compare-1.svg);
    border-radius: 5px;
    padding: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    filter: invert(1);
}

.product-info-bar .product .compare:before {
    content: '' !important;
    margin: 0 !important;
    background-image: url(https://dev.thriftdeals.in/wp-content/uploads/2024/11/compare-1.svg);
    border-radius: 5px;
    padding: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    filter: none;
}

.product-info-bar .product .compare:hover {
    background-color: #000;
    color: #fff;
    
}

.product-info-bar .product .compare:hover::before {
    filter: invert(1);
}

.btn-group-custom a.compare.button:hover {
    background: var(--color-dark) !important;
    border-color: var(--color-dark);
    color: var(--color-light);
}

.book-test {
    border: 1px solid #000000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    background: var(--color-dark);
    border-radius: var(--radius-sm);
    color: var(--color-light);
}

.book-test:hover {
    transform: translateY(-2px);
    background: var(--color-light);
    color: var(--color-dark);
    border: 1px solid #000000;
}
/* ============================================
   INFO SECTION
============================================= */
.info {
    display: flex;
    margin-top: 80px;
    align-items: center;
    flex-direction: row;
    padding: 0;
}

.left-info {
    width: 40%;
}

.left-info-div {
    margin-bottom: 40px;
}

.left-info h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 50px;
}

.left-info span {
    color: gray;
    font-size: 20px;
}

.car-front {
    width: 60%;
}

.car-front img {
    width: 100%;
    border-radius: var(--radius-md);
}

.info-btn-light {
    color: var(--color-dark);
    background: var(--color-light);
    padding: 10px 30px;
    border-radius: 10px !important;
    border: 1px solid var(--color-dark);
    cursor: pointer;
    transition: var(--transition);
    flex: 1;
}

.info-btn-light:hover {
    background: var(--color-dark);
    color: var(--color-light);
}

/* ============================================
   OFFCANVAS
============================================= */
.offcanvas.offcanvas-end {
    width: 50% !important;
    margin: 0;
    overflow-y: auto;
    z-index: 11111;
}

.offcanvas-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 20px;
    margin: 0!important;
}

.offcanvas-header .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.offcanvas-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.offcanvas-body {
    padding: 0 20px 20px;
}

/* ============================================
   MOBILE BOTTOM BAR
============================================= */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background-color: var(--color-light);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.mobile-bottom-bar .mobile-cart-form {
    flex: 1;
    display: flex;
}

.mobile-bottom-bar .btn-reserve {
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--gradient-silver) !important;
    color: var(--color-dark);
    border: none;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
    transition: var(--transition);
}

.mobile-bottom-bar .btn-reserve:hover {
    transform: translateY(-2px);
}

.mobile-bottom-bar .btn-reserve span {
    color: var(--color-dark) !important;
}

.mobile-bottom-bar .btn-reserve svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: invert(1);
}

/* Call Trigger Button */
.call-trigger-btn {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.call-trigger-btn:hover {
    transform: scale(1.05);
}

.call-trigger-btn svg {
    width: 24px;
    height: 24px;
    color: var(--color-light);
}

/* ============================================
   OVERLAY
============================================= */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ============================================
   CALL OPTIONS PANEL
============================================= */
.call-options-panel {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: var(--color-dark);
    padding: 40px 25px 30px;
    z-index: 1001;
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    transition: bottom 0.4s ease;
}

.call-options-panel.active {
    bottom: 0;
}

.close-btn {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background-color: #333;
    border: 2px solid var(--color-light);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.close-btn:hover {
    transform: translateX(-50%) rotate(90deg);
}

.close-btn svg {
    width: 18px;
    height: 18px;
    color: var(--color-light);
}

.call-options-grid {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 15px;
}

.call-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--color-light);
    transition: transform 0.2s ease;
    flex: 1;
}

.call-option:hover {
    transform: translateY(-5px);
    color: var(--color-light);
}

.call-option .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.call-option .icon svg {
    width: 24px;
    height: 24px;
    color: var(--color-light);
}

.call-option .icon.mail {
    background-color: #EA4335;
}

.call-option .icon.call {
    background-color: var(--color-primary);
}

.call-option .label {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: var(--color-light);
}

/* ============================================
   CF7 MODAL
============================================= */
#cf7Modal .modal-content {
    background-color: #ffffff;
    border: none;
    color: #000000;
    border-radius: var(--radius-lg);
}

#cf7Modal .modal-header {
    border-bottom: 1px solid rgb(0 0 0);
    padding: 20px;
}

#cf7Modal .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

#cf7Modal .modal-subtitle {
    font-size: 14px;
    color: #000;
    margin: 5px 0 0;
}

#cf7Modal .modal-body {
    padding: 20px;
}

#cf7Modal .wpcf7-form input[type="text"], #cf7Modal .wpcf7-form input[type="email"], #cf7Modal .wpcf7-form input[type="tel"], #cf7Modal .wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgb(255 255 255);
    border: 1px solid rgb(0 0 0);
    border-radius: var(--radius-sm);
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
}

#cf7Modal .wpcf7-form input:focus,
#cf7Modal .wpcf7-form textarea:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #000;
    outline: none;
}

#cf7Modal .wpcf7-form input::placeholder,
#cf7Modal .wpcf7-form textarea::placeholder {
    color: #000;
}

#cf7Modal .wpcf7-submit {
    width: 100%;
    padding: 14px 20px;
    background: var(--gradient-silver);
    border: none;
    border-radius: var(--radius-sm);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: var(--transition);
}

#cf7Modal .wpcf7-submit:hover {
    transform: translateY(-2px);
}

.wpcf7 label {
    width: 100%;
    color: #000;
}
/* ============================================
   SECTION HEADER
============================================= */
.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 15px;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding-right: 20px;
    white-space: nowrap;
    color: var(--color-dark);
}

.section-line {
    flex: 1;
    height: 2px;
    background-color: var(--color-dark);
    min-width: 50px;
}

/* ============================================
   TABS
============================================= */
.product-tabs {
    margin: 20px 0;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    gap: 5px;
}

.tab-buttons button {
    flex: 1;
    min-width: 120px;
    padding: 15px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    transition: var(--transition);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}

.tab-buttons button:hover {
    background: rgba(0, 0, 0, 0.05);
    color: var(--color-dark);
}

.tab-buttons button svg {
    width: 24px;
    height: 24px;
}

.tab-buttons button.active {
    color: var(--color-light) !important;
    background: var(--color-dark) !important;
}

.tab-buttons button.active svg {
    color: var(--color-light);
}

.tab-content {
    display: none;
    padding: 30px 25px;
    background-color: #f5f5f5;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    color: var(--color-dark);
    line-height: 1.8;
}

.tab-content.active {
    display: block;
}

.tab-content p {
    margin: 0 0 15px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-content p:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* ============================================
   COMPARE SECTION
============================================= */
.compare-section {
    background-color: var(--color-light);
}

.compare-header .arrow-icon svg {
    color: var(--color-dark);
}

.compare-header .section-title {
    font-size: 32px;
    color: var(--color-dark);
    padding-right: 0;
}

.compare-header .section-desc {
    color: var(--color-dark);
    line-height: 1.7;
    margin: 0;
}

.compare-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #000;
}

.compare-image {
    height: 100%;
    min-height: 220px;
}

.compare-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compare-details {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.compare-details .year-badge {
    background: #eee;
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    display: inline-block;
    width: fit-content;
}

.compare-details .car-title {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    color: #000;
    line-height: 1.3;
}

.compare-details span.amount {
    color: #fff!important;
}

.compare-details .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.compare-details .car-price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.compare-details .car-price span {
    color: #000!important;
}

.compare-details .specs-grid {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #000;
    flex-wrap: wrap;
}

.compare-details .spec-item {
    flex: 1;
    min-width: 60px;
    padding: 0;
    border: none;
    text-align: center;
}

.compare-details .spec-item svg {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    color: #000;
}

.compare-details .spec-label {
    font-size: 10px;
    color: #000;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.compare-details .spec-value {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: block;
}

.compare-details .compare-button a.compare.button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: 1px solid #000000 !important;
    color: #000000;
    text-transform: capitalize;
}
/* ============================================
   CALCULATOR SECTION
============================================= */
.cars-calculator-section {
    background-color: var(--color-light);
}

.calculator-card {
    background-color: var(--color-gray);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--color-gray);
}

.calculator {
    background: var(--color-light);
}

.calculator-indicative {
    font-size: 28px;
    margin-bottom: 40px;
    color: var(--color-dark);
}

.calculator-indicative b {
    color: var(--color-dark);
}

.slider-label {
    font-size: 14px;
    color: var(--color-dark);
}

.range-value {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
}

/* EMI Slider */
.emi-slider {
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: #00000059;
    border-radius: 4px;
    outline: none;
}

.emi-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--color-dark);
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.emi-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.emi-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--color-dark);
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* Calculator Button */
.calculator-btn {
    border: 1px solid var(--color-dark);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    background: var(--color-light);
    border-radius: var(--radius-sm);
    color: var(--color-dark);
}

.calculator-btn:hover {
    transform: translateY(-2px);
    background: var(--color-dark);
    color: var(--color-light);
    border: 1px solid var(--color-light);
}

/* Calculator Background */
.calculator-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.calculator-description {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 29%);
    display: flex;
    flex-direction: column;
}

.calculator-description h2 {
    color: var(--color-light);
    font-weight: 700;
}

.calculator-description small {
    color: var(--color-light);
}

.calculator-description h4 {
    color: var(--color-light);
}

.calculator-description span.woocommerce-Price-amount.amount {
    color: #fff!important;
}

.calculator-hr {
    margin: 10px 0 !important;
    border-color: var(--color-light);
}

.calculator-divider {
    margin: 20px 0 10px !important;
    border-color: var(--color-light);
}

.calculator-disclaimer {
    font-size: 13px;
    color: var(--color-dark);
    line-height: 1.6;
}
/* ============================================
   FALLBACK TOAST
============================================= */
.fallback-toast {
    font-family: inherit;
}

/* ============================================
   FOCUS STATES (Accessibility)
============================================= */
button:focus-visible,
a:focus-visible,
input:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* ============================================
   SCROLLBAR
============================================= */
.tab-buttons::-webkit-scrollbar {
    height: 3px;
}

.tab-buttons::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.tab-buttons::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 3px;
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 767px)
============================================= */
@media (max-width: 767px) {
    body.single-product {
        padding-bottom: 85px;
    }
    
    /* Gallery */
    .slide-image img {
        height: 45vh;
    }
    
    .mainGallerySwiper .swiper-slide {
        opacity: 1;
    }
    
    .mainGallerySwiper .swiper-button-next,
    .mainGallerySwiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .mainGallerySwiper .swiper-button-next::after,
    .mainGallerySwiper .swiper-button-prev::after {
        font-size: 14px;
    }
    
    /* Product Info */
    .product-info-bar {
        padding: 20px 15px;
    }
    
    .product-title {
        font-size: 24px;
    }
    
    .product-price .price-amount {
        font-size: 24px;
    }
    
    /* Specs */
    .spec-item {
        flex: 0 0 calc(50% - 5px);
        padding: 12px 8px;
    }
    
    .spec-item svg {
        width: 24px;
        height: 24px;
    }
    
    .spec-label {
        font-size: 11px;
        margin-top: 5px;
    }
    
    .spec-value {
        font-size: 14px;
    }
    
    /* Buttons */
    .btn-group-custom {
        margin-top: 40px;
        flex-direction: column;
    }
    
    .btn-action {
        padding: 8px 12px;
        font-size: 12px;
        flex: 1;
        min-width: 140px;
    }
    
    /* Info Section */
    .info {
        margin-top: 40px;
        flex-direction: column;
    }
    
    .left-info,
    .car-front {
        width: 100%;
    }
    
    .left-info {
        margin-bottom: 30px;
    }
    
    .left-info h3 {
        /* font-size: 20px; */
        margin: 20px 0;
    }
    
    /* Offcanvas */
    .offcanvas.offcanvas-end {
        width: 100% !important;
    }
    .tab-buttons::-webkit-scrollbar {
    height: 6px; /* horizontal scrollbar height */
}

.tab-buttons::-webkit-scrollbar-track {
    background: #f1f1f1; /* track color */
}

.tab-buttons::-webkit-scrollbar-thumb {
    background: #888; /* scroll thumb color */
    border-radius: 10px;
}

.tab-buttons::-webkit-scrollbar-thumb:hover {
    background: #555;
}
    
    /* Section */
    .section-header {
        margin-bottom: 25px;
    }
    
    .section-title {
        font-size: 22px;
        white-space: normal;
    }
    
    /* Tabs */
    .tab-buttons {
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 0;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
    }
    
    .tab-buttons button {
        flex: 0 0 auto;
        min-width: 100px;
        padding: 12px 15px;
        font-size: 12px;
    }
    
    .tab-buttons button svg {
        width: 16px;
        height: 16px;
    }
    
    .tab-content {
        padding: 20px 15px;
    }
    
    /* Compare */
    .compare-header .section-title {
        font-size: 24px;
    }
    
    .compare-image {
        min-height: 180px;
    }
    
    .compare-details {
        padding: 20px;
    }
    
    .compare-details .car-title {
        font-size: 18px;
    }
    
    .compare-details .specs-grid {
        gap: 10px;
    }
    
    /* Calculator */
    .cars-calculator-section {
        padding: 0 15px;
    }
    .calculator-indicative {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .calculator {
        padding: 20px !important;
    }
    
    /* Mobile Bar */
    .mobile-bottom-bar {
        padding: 12px 15px;
    }
    
    .mobile-bottom-bar .btn-reserve {
        height: 48px;
        font-size: 14px;
    }
    
    .call-trigger-btn {
        width: 48px;
        height: 48px;
    }
    
    /* Call Panel */
    .call-options-panel {
        padding: 35px 20px 25px;
    }
    
    .call-option .icon {
        width: 45px;
        height: 45px;
    }
    
    .call-option .icon svg {
        width: 20px;
        height: 20px;
    }
    
    .call-option .label {
        font-size: 11px;
    }
    .compare-section {
        padding: 0 15px;
    }
    .compare-header {
        display: none;
    }
}

/* ============================================
   RESPONSIVE - TABLET (768px - 1023px)
============================================= */
@media (min-width: 768px) and (max-width: 1023px) {
    body.single-product {
        padding-bottom: 85px;
    }
    
    .slide-image img {
        height: 55vh;
    }
    
    .product-title {
        font-size: 32px;
    }
    
    .product-price .price-amount {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 26px;
    }
    
    .tab-buttons button {
        padding: 14px 18px;
        font-size: 13px;
    }
    
    .calculator-indicative {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .compare-details .specs-grid {
        flex-wrap: wrap;
    }
    
    .compare-details .spec-item {
        flex: 0 0 calc(50% - 8px);
        margin-bottom: 10px;
    }
    
    .offcanvas.offcanvas-end {
        width: 75% !important;
    }
    
    .info {
        flex-direction: column;
    }
    
    .left-info,
    .car-front {
        width: 100%;
    }
    
    .left-info h3 {
        margin: 20px 0;
    }
}

/* ============================================
   RESPONSIVE - LAPTOP (1024px+)
============================================= */
@media (min-width: 1024px) {
    .slide-image img {
        height: 70vh;
    }
    
    .product-title {
        font-size: 36px;
    }
    
    .spec-value {
        font-size: 16px;
    }
    
    .calculator-indicative {
        font-size: 26px;
    }
}

/* ============================================
   RESPONSIVE - LARGE (1440px+)
============================================= */
@media (min-width: 1440px) {
    .slide-image img {
        height: 90vh;
    }
    
    .product-title {
        font-size: 44px;
    }
    
    .product-price .price-amount {
        font-size: 38px;
    }
    
    .spec-value {
        font-size: 22px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .calculator-indicative {
        font-size: 32px;
    }
}

/* ============================================
   ACCESSIBILITY - Reduced Motion
============================================= */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   ACCESSIBILITY - High Contrast
============================================= */
@media (prefers-contrast: high) {
    .compare-card,
    .calculator-card {
        border: 2px solid var(--color-light);
    }
}

/* ============================================
   PRINT STYLES
============================================= */
@media print {
    .mobile-bottom-bar,
    .call-options-panel,
    .overlay,
    .swiper-button-next,
    .swiper-button-prev,
    .btn-action,
    #cf7Modal {
        display: none !important;
    }
    
    .product-info-bar,
    .compare-section,
    .cars-calculator-section {
        background-color: var(--color-light) !important;
        color: var(--color-dark) !important;
    }
}