/* =============================================
   Main Header - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .main-header .main-header-menu-list {
        gap: 18px;
    }

    .main-header .main-header-menu {
        margin-right: 18px;
    }

    .main-header .main-header-menu-link {
        font-size: 14px;
    }

    .main-header .main-header-logo-img {
        width: 200px;
    }

    .main-header .main-header-logo {
        margin-top: -20px;
        margin-bottom: -28px;
    }
}

@media (max-width: 991.98px) {
    .main-header .main-header-inner {
        min-height: 72px;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .main-header .main-header-logo {
        margin-top: -16px;
        margin-bottom: -20px;
        order: 1;
        position: relative;
        z-index: 220;
    }

    .main-header .main-header-logo-img {
        width: 150px;
    }

    .main-header .main-header-actions {
        order: 2;
        margin-left: auto;
        gap: 14px;
        position: relative;
        z-index: 220;
    }

    .main-header .main-header-toggler {
        display: inline-flex;
        order: 3;
        margin-left: 0;
        position: relative;
        z-index: 220;
    }

    .main-header .main-header-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 210;
        background-color: rgba(0, 0, 0, 0.55);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .main-header .main-header-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .main-header .main-header-menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        margin: 0;
        padding: 120px 24px 40px;
        border: none;
        background-color: var(--cb-dark);
        z-index: 215;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.35s ease;
        order: unset;
    }

    .main-header .main-header-menu.is-open {
        transform: translateX(0);
    }

    .main-header .main-header-menu-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .main-header .main-header-menu-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .main-header .main-header-menu-link {
        width: 100%;
        justify-content: space-between;
        padding: 16px 0;
        font-size: 16px;
    }

    .main-header .main-header-action,
    .main-header .main-header-action-icon {
        width: 22px;
        height: 22px;
    }

    body.main-header-menu-open {
        overflow: hidden;
    }

    .cta-banner-section .cta-banner-section-cta {
        border: none;
    }
}

@media (max-width: 575.98px) {
    .main-header .main-header-promo-text {
        font-size: 12px;
        padding: 7px 0;
    }

    .main-header .main-header-inner {
        min-height: 64px;
        gap: 10px;
    }

    .main-header .main-header-logo-img {
        width: 120px;
    }

    .main-header .main-header-logo {
        margin-top: -10px;
        margin-bottom: -14px;
    }

    .main-header .main-header-actions {
        gap: 10px;
    }

    .main-header .main-header-toggler {
        width: 38px;
        height: 38px;
    }
}

/* =============================================
   Hero Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .hero-section {
        min-height: 600px;
        padding: 60px 0 50px;
    }

    .hero-section .hero-section-title {
        font-size: 52px;
    }

    .hero-section .hero-section-description {
        font-size: 20px;
    }

    .hero-section-features .container {
        gap: 20px;
    }

    .hero-section-features .hero-section-feature-text {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: 550px;
        padding: 50px 0 40px;
    }

    .hero-section .hero-section-content {
        margin-bottom: 40px;
    }

    .hero-section .hero-section-title {
        font-size: 42px;
    }

    .hero-section .hero-section-description {
        font-size: 18px;
        max-width: 100%;
    }

    .hero-section .hero-section-buttons {
        gap: 12px;
    }

    .hero-section .hero-section-btn {
        padding: 14px 28px;
        font-size: 13px;
        min-width: 160px;
    }

    .hero-section-features {
        padding: 28px 0;
    }

    .hero-section-features .container {
        flex-wrap: wrap;
        gap: 20px 16px;
    }

    .hero-section-features .hero-section-feature {
        flex: 1 1 calc(50% - 16px);
        min-width: 200px;
    }

    .hero-section-features .hero-section-feature-icon {
        width: 32px;
        height: 32px;
    }

    .hero-section-features .hero-section-feature-text {
        font-size: 14px;
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 500px;
        padding: 40px 0 30px;
    }

    .hero-section .hero-section-title {
        font-size: 36px;
    }

    .hero-section .hero-section-description {
        font-size: 16px;
    }

    .hero-section-features .container {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .hero-section-features .hero-section-feature {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: flex-start;
        text-align: start;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        min-height: 450px;
        padding: 30px 0 20px;
    }

    .hero-section .hero-section-title {
        font-size: 28px;
    }

    .hero-section .hero-section-description {
        font-size: 15px;
    }

    .hero-section .hero-section-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-section .hero-section-btn {
        width: 100%;
    }

    .hero-section-features {
        padding: 24px 0;
    }

    .hero-section-features .container {
        gap: 14px;
    }

    .hero-section-features .hero-section-feature-text {
        font-size: 13px;
    }
}

/* =============================================
   Find Products Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .find-products-section {
        padding: 60px 0;
    }

    .find-products-section .find-products-section-title {
        font-size: 28px;
    }

    .find-products-section .find-products-section-form {
        gap: 12px;
    }

    .find-products-section .find-products-section-select {
        padding: 12px 14px;
        font-size: 14px;
    }

    .find-products-section .find-products-section-btn {
        padding: 12px 28px;
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .find-products-section {
        padding: 50px 0;
    }

    .find-products-section .find-products-section-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .find-products-section .find-products-section-form {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .find-products-section .find-products-section-field {
        width: 100%;
    }

    .find-products-section .find-products-section-btn {
        width: 100%;
        padding: 14px 24px;
    }

    .find-products-section .find-products-section-help {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .find-products-section {
        padding: 40px 0;
    }

    .find-products-section .find-products-section-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .find-products-section .find-products-section-label {
        font-size: 13px;
    }

    .find-products-section .find-products-section-select {
        padding: 12px 14px;
        font-size: 14px;
    }

    .find-products-section .find-products-section-help {
        font-size: 14px;
    }
}

/* =============================================
   Shop By Category Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .shop-category-section {
        padding: 60px 0;
    }

    .shop-category-section .shop-category-section-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .shop-category-section .shop-category-section-card {
        min-height: 240px;
        padding: 20px 14px 18px;
    }

    .shop-category-section .shop-category-section-card-img {
        max-width: 150px;
        max-height: 140px;
    }
}

@media (max-width: 767.98px) {
    .shop-category-section {
        padding: 50px 0;
    }

    .shop-category-section .shop-category-section-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .shop-category-section .shop-category-section-card {
        min-height: 220px;
        padding: 18px 12px 16px;
    }

    .shop-category-section .shop-category-section-card-media {
        min-height: 130px;
    }

    .shop-category-section .shop-category-section-card-img {
        max-width: 130px;
        max-height: 120px;
    }

    .shop-category-section .shop-category-section-card-title {
        font-size: 13px;
        margin-top: 12px;
    }
}

@media (max-width: 575.98px) {
    .shop-category-section {
        padding: 40px 0;
    }

    .shop-category-section .shop-category-section-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .shop-category-section .shop-category-section-card {
        min-height: 200px;
        padding: 16px 10px 14px;
    }

    .shop-category-section .shop-category-section-card-media {
        min-height: 110px;
    }

    .shop-category-section .shop-category-section-card-img {
        max-width: 110px;
        max-height: 100px;
    }

    .shop-category-section .shop-category-section-card-title {
        font-size: 12px;
    }
}

/* =============================================
   Featured Vehicle Packages Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .featured-packages-section {
        padding: 0 0 60px;
    }

    .featured-packages-section .featured-packages-section-title {
        font-size: 28px;
    }

    .featured-packages-section .featured-packages-section-subtitle {
        margin-bottom: 32px;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .featured-packages-section {
        padding: 0 0 50px;
    }

    .featured-packages-section .featured-packages-section-title {
        font-size: 24px;
    }

    .featured-packages-section .featured-packages-section-subtitle {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .featured-packages-section .featured-packages-section-card-body {
        padding: 18px 16px 20px;
    }

    .featured-packages-section .featured-packages-section-card-title {
        font-size: 14px;
    }

    .featured-packages-section .featured-packages-section-actions {
        margin-top: 32px;
    }
}

@media (max-width: 575.98px) {
    .featured-packages-section {
        padding: 0 0 40px;
    }

    .featured-packages-section .featured-packages-section-title {
        font-size: 20px;
    }

    .featured-packages-section .featured-packages-section-subtitle {
        margin-bottom: 24px;
        font-size: 13px;
    }

    .featured-packages-section .featured-packages-section-card-top {
        flex-direction: column;
        gap: 8px;
    }

    .featured-packages-section .featured-packages-section-card-prices {
        align-items: flex-start;
    }

    .featured-packages-section .featured-packages-section-btn {
        width: 100%;
        min-width: 0;
    }

    .featured-packages-section .featured-packages-section-actions {
        margin-top: 28px;
    }
}

/* =============================================
   Best Selling Products Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .best-selling-section,
    .product-range-section {
        padding: 0 0 60px;
    }

    .best-selling-section .best-selling-section-title,
    .product-range-section .product-range-section-title {
        font-size: 28px;
        margin-bottom: 32px;
    }
}

@media (max-width: 767.98px) {
    .best-selling-section,
    .product-range-section {
        padding: 0 0 50px;
    }

    .best-selling-section .best-selling-section-title,
    .product-range-section .product-range-section-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .best-selling-section .best-selling-section-card-media,
    .product-range-section .best-selling-section-card-media {
        padding: 16px;
    }

    .best-selling-section .best-selling-section-card-title,
    .product-range-section .best-selling-section-card-title {
        font-size: 13px;
    }

    .best-selling-section .best-selling-section-actions,
    .product-range-section .best-selling-section-actions {
        margin-top: 32px;
    }
}

@media (max-width: 575.98px) {
    .best-selling-section,
    .product-range-section {
        padding: 0 0 40px;
    }

    .best-selling-section .best-selling-section-title,
    .product-range-section .product-range-section-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .best-selling-section .best-selling-section-card-body,
    .product-range-section .best-selling-section-card-body {
        padding: 0 12px 12px;
    }

    .best-selling-section .best-selling-section-card-title,
    .product-range-section .best-selling-section-card-title {
        font-size: 12px;
    }

    .best-selling-section .best-selling-section-card-price,
    .product-range-section .best-selling-section-card-price {
        font-size: 14px;
    }

    .best-selling-section .best-selling-section-card-btn,
    .product-range-section .best-selling-section-card-btn {
        padding: 10px 12px;
        font-size: 12px;
    }

    .best-selling-section .best-selling-section-btn,
    .product-range-section .best-selling-section-btn {
        width: 100%;
        min-width: 0;
    }

    .best-selling-section .best-selling-section-actions,
    .product-range-section .best-selling-section-actions {
        margin-top: 28px;
    }
}

/* =============================================
   Vehicle Solutions Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .vehicle-solutions-section {
        padding: 60px 0 0;
    }

    .vehicle-solutions-section .vehicle-solutions-section-title {
        font-size: 36px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-top {
        margin-bottom: 56px;
    }
}

@media (max-width: 991.98px) {
    .vehicle-solutions-section .vehicle-solutions-section-content {
        max-width: 100%;
        margin-bottom: 32px;
        text-align: center;
    }

    .vehicle-solutions-section .vehicle-solutions-section-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .vehicle-solutions-section .vehicle-solutions-section-top {
        margin-bottom: 48px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-features {
        padding-bottom: 32px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-features-title {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-feature {
        padding: 0 12px 24px;
        text-align: center;
    }

    .vehicle-solutions-section .vehicle-solutions-section-feature-text {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575.98px) {
    .vehicle-solutions-section {
        padding: 40px 0 0;
    }

    .vehicle-solutions-section .vehicle-solutions-section-title {
        font-size: 28px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-btn {
        width: 100%;
        min-width: 0;
    }

    .vehicle-solutions-section .vehicle-solutions-section-top {
        margin-bottom: 40px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-features {
        padding-bottom: 24px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-features-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-feature-title {
        font-size: 14px;
    }

    .vehicle-solutions-section .vehicle-solutions-section-feature-text {
        font-size: 13px;
    }
}

/* =============================================
   How It Works Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .how-it-works-section {
        padding: 60px 0;
    }

    .how-it-works-section .how-it-works-section-title {
        font-size: 28px;
    }

    .how-it-works-section .how-it-works-section-step {
        grid-template-columns: 49px minmax(120px, 180px) 1fr;
        gap: 16px;
    }
}

@media (max-width: 991.98px) {
    .how-it-works-section .how-it-works-section-content {
        max-width: 100%;
        margin-bottom: 16px;
        text-align: center;
    }

    .how-it-works-section .how-it-works-section-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .how-it-works-section .how-it-works-section-steps {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .how-it-works-section .how-it-works-section-step {
        grid-template-columns: 49px 1fr;
        gap: 12px 16px;
    }

    .how-it-works-section .how-it-works-section-step-text {
        grid-column: 2;
    }
}

@media (max-width: 575.98px) {
    .how-it-works-section {
        padding: 40px 0;
    }

    .how-it-works-section .how-it-works-section-title {
        font-size: 24px;
    }

    .how-it-works-section .how-it-works-section-text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .how-it-works-section .how-it-works-section-btn {
        width: 100%;
        min-width: 0;
    }

    .how-it-works-section .how-it-works-section-step {
        padding: 18px 0;
    }

    .how-it-works-section .how-it-works-section-step-number {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .how-it-works-section .how-it-works-section-step-title {
        font-size: 13px;
    }

    .how-it-works-section .how-it-works-section-step-text {
        font-size: 13px;
    }
}

/* =============================================
   Why Choose Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-section .why-choose-section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .why-choose-section .why-choose-section-logo {
        max-width: 320px;
    }
}

@media (max-width: 991.98px) {
    .why-choose-section .why-choose-section-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .why-choose-section .why-choose-section-logo-col {
        order: 0;
        margin: 8px 0;
    }

    .why-choose-section .why-choose-section-logo-wrap {
        margin: 8px 0 16px;
    }

    .why-choose-section .why-choose-section-list {
        gap: 28px;
        align-items: stretch;
    }

    .why-choose-section .why-choose-section-item {
        max-width: 100%;
    }

    .why-choose-section .why-choose-section-logo {
        max-width: 260px;
    }
}

@media (max-width: 575.98px) {
    .why-choose-section {
        padding: 40px 0;
    }

    .why-choose-section .why-choose-section-title {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .why-choose-section .why-choose-section-list {
        gap: 24px;
    }

    .why-choose-section .why-choose-section-item-title {
        font-size: 14px;
    }

    .why-choose-section .why-choose-section-item-text {
        font-size: 13px;
    }

    .why-choose-section .why-choose-section-logo {
        max-width: 200px;
    }
}

/* =============================================
   Installation Guides Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .installation-guides-section {
        padding: 60px 0;
    }

    .installation-guides-section .installation-guides-section-title {
        font-size: 28px;
    }

    .installation-guides-section .installation-guides-section-subtitle {
        margin-bottom: 32px;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .installation-guides-section {
        padding: 50px 0;
    }

    .installation-guides-section .installation-guides-section-title {
        font-size: 24px;
    }

    .installation-guides-section .installation-guides-section-subtitle {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .installation-guides-section .installation-guides-section-card-body {
        padding: 16px 14px;
    }

    .installation-guides-section .installation-guides-section-card-title {
        font-size: 14px;
    }

    .installation-guides-section .installation-guides-section-actions {
        margin-top: 32px;
    }
}

@media (max-width: 575.98px) {
    .installation-guides-section {
        padding: 40px 0;
    }

    .installation-guides-section .installation-guides-section-title {
        font-size: 20px;
    }

    .installation-guides-section .installation-guides-section-subtitle {
        margin-bottom: 24px;
        font-size: 13px;
    }

    .installation-guides-section .installation-guides-section-card-play,
    .installation-guides-section .installation-guides-section-card-play img {
        width: 48px;
        height: 48px;
    }

    .installation-guides-section .installation-guides-section-btn {
        width: 100%;
        min-width: 0;
    }

    .installation-guides-section .installation-guides-section-actions {
        margin-top: 28px;
    }
}

/* =============================================
   Testimonials Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-section .testimonials-section-title {
        font-size: 28px;
    }

    .testimonials-section .testimonials-section-header {
        margin-bottom: 32px;
    }

    .testimonials-section .testimonials-section-card-body {
        padding: 24px 20px;
    }

    .testimonials-section .testimonials-section-card-title {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .testimonials-section .testimonials-section-title {
        font-size: 24px;
        text-align: center;
    }

    .testimonials-section .testimonials-section-header {
        flex-direction: column;
        gap: 16px;
    }

    .testimonials-section .testimonials-section-card-media {
        width: 42%;
    }
}

@media (max-width: 767.98px) {
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonials-section .testimonials-section-card {
        flex-direction: column;
    }

    .testimonials-section .testimonials-section-card-media {
        width: 100%;
        min-height: 200px;
        aspect-ratio: 16 / 10;
    }

    .testimonials-section .testimonials-section-card-body {
        padding: 22px 18px;
    }

    .testimonials-section .testimonials-section-actions {
        margin-top: 32px;
    }
}

@media (max-width: 575.98px) {
    .testimonials-section {
        padding: 40px 0;
    }

    .testimonials-section .testimonials-section-title {
        font-size: 20px;
    }

    .testimonials-section .testimonials-section-google {
        max-width: 150px;
    }

    .testimonials-section .testimonials-section-card-title {
        font-size: 17px;
    }

    .testimonials-section .testimonials-section-card-quote {
        font-size: 13px;
    }

    .testimonials-section .testimonials-section-btn {
        width: 100%;
        min-width: 0;
    }

    .testimonials-section .testimonials-section-actions {
        margin-top: 28px;
    }
}

/* =============================================
   FAQ Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-section .faq-section-title {
        font-size: 24px;
    }

    .faq-section .faq-section-sidebar {
        padding: 32px 24px;
    }
}

@media (max-width: 991.98px) {
    .faq-section .faq-section-sidebar {
        margin-bottom: 8px;
    }

    .faq-section .faq-section-sidebar-logo {
        max-width: 150px;
        margin-bottom: 28px;
    }

    .faq-section .faq-section-title {
        font-size: 22px;
        margin-bottom: 24px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-section .faq-section-sidebar {
        padding: 28px 20px;
    }

    .faq-section .faq-section-sidebar-text {
        font-size: 14px;
    }

    .faq-section .faq-section-title {
        font-size: 20px;
    }

    .faq-section .faq-section-item-trigger,
    .product-support-section .faq-section-item-trigger {
        padding: 16px;
    }

    .faq-section .faq-section-item-question,
    .product-support-section .faq-section-item-question {
        font-size: 13px;
    }

    .faq-section .faq-section-item-panel,
    .product-support-section .faq-section-item-panel {
        padding: 0 16px 16px;
    }

    .faq-section .faq-section-item-answer,
    .product-support-section .faq-section-item-answer {
        font-size: 13px;
    }
}

/* =============================================
   Articles Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .articles-section {
        padding: 60px 0;
    }

    .articles-section .articles-section-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .articles-section .articles-section-card-title {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .articles-section {
        padding: 50px 0;
    }

    .articles-section .articles-section-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .articles-section .articles-section-card-title {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .articles-section {
        padding: 40px 0;
    }

    .articles-section .articles-section-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .articles-section .articles-section-card-meta {
        font-size: 13px;
    }

    .articles-section .articles-section-card-title {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .articles-section .articles-section-card-btn {
        width: 100%;
    }
}

/* =============================================
   CTA Banner Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .cta-banner-section {
        padding: 50px 0;
    }

    .cta-banner-section .cta-banner-section-title {
        font-size: 28px;
    }

    .cta-banner-section .cta-banner-section-cta {
        padding-right: 28px;
    }

    .cta-banner-section .cta-banner-section-newsletter {
        padding-left: 28px;
    }
}

@media (max-width: 991.98px) {
    .cta-banner-section .cta-banner-section-cta {
        padding-right: 0;
        text-align: center;
    }

    .cta-banner-section .cta-banner-section-text {
        margin-left: auto;
        margin-right: auto;
    }

    .cta-banner-section .cta-banner-section-buttons {
        justify-content: center;
    }

    .cta-banner-section .cta-banner-section-newsletter {
        padding-left: 0;
        padding-top: 28px;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.35);
        text-align: center;
    }

    .cta-banner-section .cta-banner-section-form {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575.98px) {
    .cta-banner-section {
        padding: 40px 0;
    }

    .cta-banner-section .cta-banner-section-title {
        font-size: 24px;
    }

    .cta-banner-section .cta-banner-section-text {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .cta-banner-section .cta-banner-section-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .cta-banner-section .cta-banner-section-btn {
        width: 100%;
        min-width: 0;
    }

    .cta-banner-section .cta-banner-section-newsletter-title {
        font-size: 20px;
    }

    .cta-banner-section .cta-banner-section-form {
        flex-direction: column;
        max-width: 100%;
    }

    .cta-banner-section .cta-banner-section-submit {
        width: 100%;
    }
}

/* =============================================
   Site Footer - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .site-footer {
        padding-top: 60px;
    }

    .site-footer .site-footer-contact-value--email {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .site-footer .site-footer-main {
        padding-bottom: 40px;
    }

    .site-footer .site-footer-right {
        margin-top: 8px;
    }

    .site-footer .site-footer-payments {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px 20px;
    }

    .site-footer .site-footer-logo {
        width: 90px;
    }
}

@media (max-width: 575.98px) {
    .site-footer {
        padding-top: 40px;
    }

    .site-footer .site-footer-contact-grid {
        grid-template-columns: 1fr;
    }

    .site-footer .site-footer-contact-value--email {
        font-size: 16px;
    }

    .site-footer .site-footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 16px;
        padding: 20px 0 24px;
    }

    .site-footer .site-footer-bottom-line {
        order: -1;
        flex: 0 0 100%;
        width: 100%;
    }

    .site-footer .site-footer-logo {
        width: 80px;
    }
}

/* =============================================
   Product Detail Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-detail-section {
        padding: 28px 0 60px;
    }

    .product-detail-section .product-detail-section-title {
        font-size: 28px;
    }

    .product-detail-section .product-detail-section-thumbs {
        width: 64px;
    }

    .product-detail-section .product-detail-section-thumb {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 991.98px) {
    .product-detail-section .product-detail-section-gallery {
        flex-direction: column-reverse;
    }

    .product-detail-section .product-detail-section-thumbs {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
    }

    .product-detail-section .product-detail-section-thumb {
        flex: 0 0 64px;
    }

    .product-detail-section .product-detail-section-title {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .product-detail-section {
        padding: 20px 0 40px;
    }

    .product-detail-section .product-detail-section-breadcrumb {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .product-detail-section .product-detail-section-title {
        font-size: 22px;
    }

    .product-detail-section .product-detail-section-price {
        font-size: 24px;
    }

    .product-detail-section .product-detail-section-price-wrap {
        padding: 16px;
    }

    .product-detail-section .product-detail-section-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-detail-section .product-detail-section-tools {
        gap: 8px;
    }

    .product-detail-section .product-detail-section-tool {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
        padding: 10px 8px;
        font-size: 12px;
    }

    .product-detail-section .product-detail-section-chip {
        min-width: 0;
        flex: 1 1 auto;
    }
}

/* =============================================
   Product Find Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-find-section .product-find-section-card {
        padding: 40px 28px 32px;
    }

    .product-find-section .product-find-section-title {
        font-size: 28px;
    }

    .product-find-section .product-find-section-feature {
        padding: 0 16px;
    }
}

@media (max-width: 991.98px) {
    .product-find-section {
        padding: 60px 0;
    }

    .product-find-section .product-find-section-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-find-section .product-find-section-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-find-section .product-find-section-feature {
        padding: 0;
    }

    .product-find-section .product-find-section-feature:not(:last-child) {
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(68, 68, 68, 0.2);
    }
}

@media (max-width: 575.98px) {
    .product-find-section {
        padding: 40px 0;
    }

    .product-find-section .product-find-section-card {
        padding: 28px 16px 24px;
    }

    .product-find-section .product-find-section-title {
        margin-bottom: 24px;
        font-size: 22px;
    }

    .product-find-section .product-find-section-form {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .product-find-section .product-find-section-actions {
        margin-bottom: 28px;
    }

    .product-find-section .product-find-section-btn {
        width: 100%;
        min-width: 0;
    }
}

/* =============================================
   Product Benefits Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-benefits-section .product-benefits-section-title {
        font-size: 28px;
    }

    .product-benefits-section .product-benefits-section-item {
        padding: 0 12px;
    }
}

@media (max-width: 991.98px) {
    .product-benefits-section {
        padding: 60px 0;
    }

    .product-benefits-section .product-benefits-section-title {
        margin-bottom: 36px;
        font-size: 26px;
    }

    .product-benefits-section .product-benefits-section-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 32px;
    }

    .product-benefits-section .product-benefits-section-item:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .product-benefits-section .product-benefits-section-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 28px;
    }
}

@media (max-width: 575.98px) {
    .product-benefits-section {
        padding: 40px 0;
    }

    .product-benefits-section .product-benefits-section-title {
        margin-bottom: 28px;
        font-size: 22px;
    }

    .product-benefits-section .product-benefits-section-list {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .product-benefits-section .product-benefits-section-item {
        padding: 0 0 24px;
        margin-bottom: 24px;
    }

    .product-benefits-section .product-benefits-section-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .product-benefits-section .product-benefits-section-item:not(:last-child)::after {
        display: block;
        top: auto;
        right: 50%;
        bottom: 0;
        width: 74px;
        height: 1px;
        transform: translateX(50%);
    }

    .product-benefits-section .product-benefits-section-item-desc {
        max-width: none;
    }
}

/* =============================================
   Product Install Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-install-section .product-install-section-title {
        font-size: 28px;
    }

    .product-install-section .product-install-section-detail {
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
    }

    .product-install-section .product-install-section-detail-desc {
        max-width: none;
    }

    .product-install-section .product-install-section-detail-features {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 991.98px) {
    .product-install-section {
        padding: 60px 0;
    }

    .product-install-section .product-install-section-visual {
        position: static;
        height: auto;
    }

    .product-install-section .product-install-section-media {
        flex: none;
        min-height: 240px;
    }
}

@media (max-width: 575.98px) {
    .product-install-section {
        padding: 40px 0;
    }

    .product-install-section .product-install-section-title {
        font-size: 22px;
    }

    .product-install-section .product-install-section-subtitle {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .product-install-section .product-install-section-item {
        gap: 10px;
        padding: 14px 12px;
    }

    .product-install-section .product-install-section-item-title {
        font-size: 14px;
    }

    .product-install-section .product-install-section-item-desc {
        font-size: 12px;
    }

    .product-install-section .product-install-section-detail {
        padding: 18px 16px;
        gap: 18px;
    }

    .product-install-section .product-install-section-detail-title {
        font-size: 18px;
    }

    .product-install-section .product-install-section-detail-features {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .product-install-section .product-install-section-feature {
        flex-direction: row;
        justify-content: flex-start;
        min-width: 0;
        padding: 14px 0;
    }

    .product-install-section .product-install-section-feature:not(:last-child)::after {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        width: 74px;
        height: 1px;
        transform: none;
    }
}

/* =============================================
   Product Info Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-info-section .product-info-section-title {
        font-size: 28px;
    }

    .product-info-section .product-info-section-tabs {
        gap: 8px 28px;
    }
}

@media (max-width: 991.98px) {
    .product-info-section {
        padding: 60px 0;
    }

    .product-info-section .product-info-section-panel {
        padding: 0 16px;
    }

    .product-info-section .product-info-section-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .product-info-section {
        padding: 40px 0;
    }

    .product-info-section .product-info-section-panel {
        padding: 0;
    }

    .product-info-section .product-info-section-title {
        margin-bottom: 24px;
        font-size: 22px;
    }

    .product-info-section .product-info-section-tabs {
        justify-content: flex-start;
        gap: 8px 20px;
        margin-bottom: 28px;
        flex-wrap: nowrap;
    }

    .product-info-section .product-info-section-tab {
        flex: 0 0 auto;
        font-size: 16px;
        line-height: 22px;
    }

    .product-info-section .product-info-section-heading {
        font-size: 18px;
    }

    .product-info-section .product-info-section-cards {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   Product Specs Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-specs-section .product-specs-section-title {
        font-size: 28px;
    }

    .product-specs-section .product-specs-section-grid {
        gap: 0 32px;
    }
}

@media (max-width: 991.98px) {
    .product-specs-section {
        padding: 48px 0;
    }

    .product-specs-section .product-specs-section-body {
        padding: 40px 28px;
    }

    .product-specs-section .product-specs-section-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .product-specs-section .product-specs-section-grid::before {
        display: none;
    }

    .product-specs-section .product-specs-section-col:first-child {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--cb-red);
    }
}

@media (max-width: 575.98px) {
    .product-specs-section {
        padding: 40px 0;
    }

    .product-specs-section .product-specs-section-body {
        padding: 28px 16px;
    }

    .product-specs-section .product-specs-section-title {
        margin-bottom: 28px;
        font-size: 22px;
    }

    .product-specs-section .product-specs-section-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 14px 0;
    }

    .product-specs-section .product-specs-section-label,
    .product-specs-section .product-specs-section-value {
        font-size: 14px;
    }

    .product-specs-section .product-specs-section-value {
        text-align: left;
    }
}

/* =============================================
   Product Steps Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-steps-section .product-steps-section-title {
        font-size: 28px;
    }

    .product-steps-section .product-steps-section-list {
        gap: 16px;
    }

    .product-steps-section .product-steps-section-card-title {
        font-size: 18px;
        line-height: 22px;
    }

    .product-steps-section .product-steps-section-card-text {
        font-size: 14px;
        line-height: 22px;
    }

    .product-steps-section .product-steps-section-line {
        top: 112px;
    }
}

@media (max-width: 991.98px) {
    .product-steps-section {
        padding: 60px 0;
    }

    .product-steps-section .product-steps-section-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .product-steps-section .product-steps-section-line {
        display: none;
    }

    .product-steps-section .product-steps-section-card {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .product-steps-section {
        padding: 40px 0;
    }

    .product-steps-section .product-steps-section-title {
        margin-bottom: 28px;
        font-size: 22px;
    }

    .product-steps-section .product-steps-section-list {
        grid-template-columns: 1fr;
    }

    .product-steps-section .product-steps-section-icon {
        width: 56px;
        height: 56px;
    }

    .product-steps-section .product-steps-section-card-title {
        font-size: 18px;
    }
}

/* =============================================
   Product How-To Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-howto-section .product-howto-section-title {
        font-size: 28px;
    }

    .product-howto-section .product-howto-section-grid {
        gap: 32px;
    }

    .product-howto-section .product-howto-section-media-col {
        padding-right: 32px;
    }

    .product-howto-section .product-howto-section-video::after {
        right: -32px;
    }
}

@media (max-width: 991.98px) {
    .product-howto-section {
        padding: 60px 0;
    }

    .product-howto-section .product-howto-section-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .product-howto-section .product-howto-section-media-col {
        padding-right: 0;
    }

    .product-howto-section .product-howto-section-video::after {
        display: none;
    }

    .product-howto-section .product-howto-section-calc-col {
        padding-top: 28px;
        border-top: 1px solid var(--cb-red);
    }
}

@media (max-width: 575.98px) {
    .product-howto-section {
        padding: 40px 0;
    }

    .product-howto-section .product-howto-section-title {
        margin-bottom: 24px;
        font-size: 22px;
    }

    .product-howto-section .product-howto-section-calc-title {
        font-size: 20px;
    }

    .product-howto-section .product-howto-section-fields {
        flex-wrap: wrap;
        gap: 12px 16px;
    }

    .product-howto-section .product-howto-section-field {
        flex: 1 1 calc(50% - 24px);
    }

    .product-howto-section .product-howto-section-multiply {
        margin-bottom: 0;
        align-self: center;
    }

    .product-howto-section .product-howto-section-play img {
        width: 56px;
        height: 56px;
    }

    .product-howto-section .product-howto-section-caption {
        font-size: 12px;
    }

    .product-howto-section .product-howto-section-reset {
        width: 100%;
    }
}

/* =============================================
   Product Reviews Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-reviews-section .product-reviews-section-title {
        font-size: 28px;
    }

    .product-reviews-section .product-reviews-section-card {
        gap: 24px;
        padding: 28px;
    }
}

@media (max-width: 991.98px) {
    .product-reviews-section {
        padding: 60px 0;
    }

    .product-reviews-section .product-reviews-section-summary {
        grid-template-columns: 1fr;
        max-width: 640px;
    }

    .product-reviews-section .product-reviews-section-score {
        border-right: none;
        border-bottom: 1px solid rgba(68, 68, 68, 0.25);
    }

    .product-reviews-section .product-reviews-section-slider {
        padding: 0 56px;
    }

    .product-reviews-section .product-reviews-section-card {
        grid-template-columns: 1fr;
    }

    .product-reviews-section .product-reviews-section-card-media {
        max-width: 280px;
    }
}

@media (max-width: 575.98px) {
    .product-reviews-section {
        padding: 40px 0;
    }

    .product-reviews-section .product-reviews-section-title {
        margin-bottom: 24px;
        font-size: 22px;
    }

    .product-reviews-section .product-reviews-section-score,
    .product-reviews-section .product-reviews-section-breakdown {
        padding: 20px 16px;
    }

    .product-reviews-section .product-reviews-section-score-value span {
        font-size: 32px;
    }

    .product-reviews-section .product-reviews-section-slider {
        padding: 0 44px;
    }

    .product-reviews-section .product-reviews-section-nav {
        width: 40px;
        height: 40px;
    }

    .product-reviews-section .product-reviews-section-card {
        padding: 20px 16px;
        min-height: 0;
    }

    .product-reviews-section .product-reviews-section-card-title {
        font-size: 18px;
    }

    .product-reviews-section .product-reviews-section-card-media {
        max-width: none;
    }
}

/* =============================================
   Product Support Section - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-support-section {
        padding: 60px 0;
    }

    .product-support-section .product-support-section-title {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .product-support-section .product-support-section-title {
        margin-bottom: 28px;
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .product-support-section {
        padding: 40px 0;
    }

    .product-support-section .product-support-section-title {
        margin-bottom: 24px;
        font-size: 20px;
    }
}

/* =============================================
   Product Sticky Bar - Responsive
   ============================================= */

@media (max-width: 1199.98px) {
    .product-sticky-bar .product-sticky-bar-inner {
        gap: 16px;
    }

    .product-sticky-bar .product-sticky-bar-thumb {
        width: 96px;
        height: 64px;
    }

    .product-sticky-bar .product-sticky-bar-btn,
    .product-sticky-bar .product-sticky-bar-btn--cart,
    .product-sticky-bar .product-sticky-bar-btn--buy {
        min-width: 0;
        padding: 0 16px;
    }
}

@media (max-width: 991.98px) {
    .product-sticky-bar {
        padding: 12px 0;
    }

    .product-sticky-bar .product-sticky-bar-inner {
        flex-wrap: wrap;
        gap: 12px;
    }

    .product-sticky-bar .product-sticky-bar-product {
        flex: 1 1 220px;
    }

    .product-sticky-bar .product-sticky-bar-prices {
        margin-right: auto;
    }

    .product-sticky-bar .product-sticky-bar-actions {
        width: 100%;
        margin-left: 0;
    }

    .product-sticky-bar .product-sticky-bar-btn,
    .product-sticky-bar .product-sticky-bar-btn--cart,
    .product-sticky-bar .product-sticky-bar-btn--buy {
        flex: 1 1 auto;
        min-width: 0;
    }

    .product-sticky-bar .product-sticky-bar-thumb {
        width: 72px;
        height: 56px;
    }
}

@media (max-width: 575.98px) {

    .product-sticky-bar .product-sticky-bar-thumb {
        width: 52px;
        height: 52px;
    }

    .product-sticky-bar .product-sticky-bar-title {
        font-size: 13px;
    }

    .product-sticky-bar .product-sticky-bar-variant {
        font-size: 12px;
    }

    .product-sticky-bar .product-sticky-bar-price {
        font-size: 16px;
    }

    .product-sticky-bar .product-sticky-bar-qty-btn {
        width: 36px;
        height: 42px;
    }

    .product-sticky-bar .product-sticky-bar-qty-input {
        width: 36px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

    .product-sticky-bar .product-sticky-bar-btn {
        height: 42px;
        font-size: 12px;
        gap: 6px;
        padding: 0 10px;
    }

    .product-sticky-bar .product-sticky-bar-btn img {
        width: 16px;
        height: 16px;
    }

    .product-sticky-bar .product-sticky-bar-wishlist {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
    }
}