@media (max-width: 425px) {
    .container {
        padding-inline: 20px;
    }
}

@media (max-width: 640px) {

    /*====== CURSOR RESPONSIVE =====*/
    * {
        cursor: auto !important;
    }

    #cursor-dot,
    #cursor-ring {
        display: none !important;
    }

    /*====== TYPOGRAPHY RESPONSIVE =====*/
    .logo--font {
        font-size: 40px;
    }

    .hero--xl--font {
        font-size: 54px;
    }

    .hero--l--font {
        font-size: 36px;
    }

    .hero--m--font {
        font-size: 32px;
    }

    .section--xl--font {
        font-size: 36px;
    }

    .section--l--font {
        font-size: 28px;
    }

    .section--m--font {
        font-size: 22px;
    }

    .section--s--font {
        font-size: 20px;
    }

    .card--xl--font {
        font-size: 24px;
    }

    .card--l--font {
        font-size: 16px;
    }

    .card--m--font {
        font-size: 15px;
    }

    .body--l--font {
        font-size: 16px;
    }

    .body--m--font {
        font-size: 14px;
    }

    .btn--label--font {
        font-size: 14px;
    }

    .subheading::before {
        width: 40px;
    }
}

@media (max-width: 768px) {

    /*====== CURSOR RESPONSIVE =====*/
    * {
        cursor: auto !important;
    }

    #cursor-dot,
    #cursor-ring {
        display: none !important;
    }

    /*====== GLOBAL RESPONSIVE =====*/
    body {
        padding-top: var(--mobile-header-height);
    }

    .container {
        padding-inline: 20px;
    }
    footer .section-wrap {
        padding: 0;
    }
    .section-wrap {
        padding: 34px 0;
    }

    .section-heading .section-title {
        padding-bottom: 34px;

    }

    .section-heading {
        flex-wrap: wrap;
    }

    .section-heading .header-cta {
        padding: 0 0 15px;
        margin-top: -15px;
        display: none;
    }

    .section-wrap .cta.view-all {
        display: block !important;
    }

    .rich-text {
        text-align: left;
    }

    /*====== FLEX RESPONSIVE =====*/
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-10 {
        flex: 0 0 calc(83.3333% - 20px);
        max-width: calc(83.3333% - 20px);
    }

    .col-md-8 {
        flex: 0 0 calc(66.6667% - 20px);
        max-width: calc(66.6667% - 20px);
    }

    .col-md-6 {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .col-md-4 {
        flex: 0 0 calc(33.3333% - 14px);
        max-width: calc(33.3333% - 14px);
    }

    .col-md-3 {
        flex: 0 0 calc(25% - 15px);
        max-width: calc(25% - 15px);
    }

    .col-md-2 {
        flex: 0 0 calc(16.6667% - 17px);
        max-width: calc(16.6667% - 17px);
    }

    .col-md-1 {
        flex: 0 0 calc(8.3333% - 18px);
        max-width: calc(8.3333% - 18px);
    }

    /*====== NAVBAR RESPONSIVE =====*/
    .nav-hamburger {
        display: flex;
        width: 33px;
    }

    .nav-menu {
        position: relative;
        align-items: center;
    }

    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }

    .nav-menu .cta {
        display: none;
    }

    .nav-menu ul {
        position: fixed;
        top: 0;
        left: -100%;

        width: 100%;
        height: 100vh;

        background-color: var(--bg-base-color);

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

        gap: 24px;

        transition: left 0.3s ease-in-out;

        z-index: 999;

        margin: 0;
        padding: 0;
    }

    .nav-menu ul.open {
        left: 0;
    }

    .nav-menu ul li {
        border: none;
        padding: 0;
    }

    .nav-menu ul li a {
        font-size: 1.5rem;
    }

    .nav-menu .cta {
        display: none;
    }

    .nav-hamburger {
        display: flex;
        z-index: 1001;
    }

    .mobile-cta {
        display: block;
    }

    /*====== HEADER RESPONSIVE =====*/
    .hero-wrap {
        padding: 30px 0;
    }

    .hero-image img {
        width: 100%;
        height: auto;
    }

    /*====== FEATURED PRODUCTS RESPONSIVE =====*/

    .pc-card .card-content {
        padding-top: 10px;
    }

    .pc-card .card-content .cta .compare-at-price {
        font-size: 20px;
    }

    .pc-card .card-content .cta .actual-price {
        font-size: 24px;
    }

    .pc-card .card-content .btn-wrap button:first-of-type {
        display: none;
    }

    /*====== CTA box RESPONSIVE =====*/
    .cta-box {
        padding: 25px 0;
    }

    .cta-box .cta-btns {
        justify-content: center;
        padding: 0 25px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .cta-box .cta-btns button {
        width: 100%;
    }

    .cta-box .cta-footer {
        padding: 0 25px;
    }

    .cta-box .cta-footer .cta-footer-items {
        gap: 15px;
    }

    .our-values .our-values-list .our-values-item .content {
        padding: 25px;
    }

    .form-wrap {
        padding: 15px;
    }

    /*====== PRODUCT DETAILS RESPONSIVE =====*/
    .product-details .product-details-wrap {
        padding: 25px 0;
    }

    /*====== PRODUCT PAGE RESPONSIVE =====*/
    .product-thumbnails img {
        width: 50%;
    }

    .main-product .product-info .product-price {
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row;
    }

    .main-product .product-info {
        padding: 0;
    }

    .main-product .product-info .spec-cards-list {
        padding-bottom: 0;
    }

    .main-product .product-info .cta {
        margin-top: 10px;
    }

    /*====== MODAL RESPONSIVE =====*/
    .inquiry-modal .modal-form {
        padding: 15px;
    }

    /*====== SPECIFICATION RESPONSIVE =====*/
    .detailed-specs .full-specs .specification-list {
        background: linear-gradient(to right,
                var(--surface-color) 0%,
                var(--surface-2-color) 100%);
    }

    .specification-list li {
        flex-direction: column;
        gap: 5px;
    }

    .detailed-specs .full-specs .specification-list li:nth-child(odd),
    .detailed-specs .full-specs .specification-list li:nth-child(even) {
        padding: 0;
    }

    .why-this-build .wtb-card-big {
        padding-top: 50px ;
    }

    /*====== FOOTER RESPONSIVE =====*/
    footer .footer-wrap {
        padding: 25px 0;
    }
    .specs-table table,
    .specs-table thead,
    .specs-table tbody,
    .specs-table th,
    .specs-table td,
    .specs-table tr {
        display: block;
    }

    .specs-table thead {
        display: none;
    }

    .specs-table td {
        padding: 8px 12px;
    }

    .specs-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #00BFFF;
        display: block;
        font-size: 0.75rem;
        margin-bottom: 2px;
    }
}

@media (max-width: 991px) {

    /*====== CURSOR RESPONSIVE =====*/
    * {
        cursor: auto !important;
    }

    #cursor-dot,
    #cursor-ring {
        display: none !important;
    }

    /*====== FOOTER RESPONSIVE =====*/

    footer .footer-menus {
        display: flex;
        flex-direction: column;
    }

    /* Newsletter comes first */
    footer .footer-menus .menu-item.newsletter {
        order: 1;
    }

    /* Two collapsible menu columns next */
    footer .footer-menus .menu-item.collapsible-col {
        order: 2;
    }

    /* Brand/contact block comes last */
    footer .footer-menus .menu-item.brand-col {
        order: 3;
    }

    /* Collapsible toggle button */
    .collapsible-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: none;
        border: none;
        cursor: pointer;
        padding: 25px 0 0;
        color: inherit;
    }

    .collapsible-toggle .toggle-icon {
        display: inline-block;
        transition: transform 0.3s ease;
        font-style: normal;
        font-size: 1.1rem;
    }

    .collapsible-toggle[aria-expanded="true"] .toggle-icon {
        transform: rotate(180deg);
    }

    /* Hide the static title when toggle is shown */
    .collapsible-col>.menu-title {
        display: none;
    }

    /* Collapsible body */
    .collapsible-body {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.35s ease;
    }

    .collapsible-body.open {
        max-height: 400px;
    }

    .our-values .our-values-list .our-values-item .content {
        padding: 25px;
    }

    /*====== IMAGE BANNER RESPONSIVE =====*/
    .image-banner {
        padding: 100px 0;
    }

    /*====== QUOTE FORM RESPONSIVE =====*/
    .quote-form {
        padding: 15px;
    }

    .form-group {
        padding-bottom: 0;
    }

    .form-row {
        padding: 0 0 20px;
    }
}

/* Hide toggle button on desktop */
@media (min-width: 992px) {
    .collapsible-toggle {
        display: none;
    }
}

@media (min-width: 1024px) {
    /*====== TYPOGRAPHY RESPONSIVE =====*/
    /* .logo--font          { font-size: 30px; }
    .hero--xl--font      { font-size: 56px; }
    .hero--l--font       { font-size: 48px; }
    .hero--m--font       { font-size: 42px; }
    .section--xl--font   { font-size: 36px; }
    .section--l--font    { font-size: 30px; }
    .section--m--font    { font-size: 26px; }
    .section--s--font    { font-size: 22px; }
    .card--xl--font      { font-size: 20px; }
    .card--l--font       { font-size: 18px; }
    .card--m--font       { font-size: 16px; }
    .body--l--font       { font-size: 17px; } */

    /*====== GLOBAL RESPONSIVE =====*/
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-10 {
        flex: 0 0 calc(83.3333% - 20px);
        max-width: calc(83.3333% - 20px);
    }

    .col-lg-9 {
        flex: 0 0 calc(75% - 20px);
        max-width: calc(75% - 20px);
    }

    .col-lg-8 {
        flex: 0 0 calc(66.6667% - 20px);
        max-width: calc(66.6667% - 20px);
    }

    .col-lg-6 {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .col-lg-4 {
        flex: 0 0 calc(33.3333% - 14px);
        max-width: calc(33.3333% - 14px);
    }

    .col-lg-3 {
        flex: 0 0 calc(25% - 15px);
        max-width: calc(25% - 15px);
    }

    .col-lg-2 {
        flex: 0 0 calc(16.6667% - 17px);
        max-width: calc(16.6667% - 17px);
    }

    .col-lg-1 {
        flex: 0 0 calc(8.3333% - 18px);
        max-width: calc(8.3333% - 18px);
    }
}

@media (min-width: 1440px) {
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xl-10 {
        flex: 0 0 calc(83.3333% - 20px);
        max-width: calc(83.3333% - 20px);
    }

    .col-xl-9 {
        flex: 0 0 calc(75% - 20px);
        max-width: calc(75% - 20px);
    }

    .col-xl-8 {
        flex: 0 0 calc(66.6667% - 20px);
        max-width: calc(66.6667% - 20px);
    }

    .col-xl-6 {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .col-xl-4 {
        flex: 0 0 calc(33.3333% - 14px);
        max-width: calc(33.3333% - 14px);
    }

    .col-xl-3 {
        flex: 0 0 calc(25% - 15px);
        max-width: calc(25% - 15px);
    }

    .col-xl-2 {
        flex: 0 0 calc(16.6667% - 17px);
        max-width: calc(16.6667% - 17px);
    }

    .col-xl-1 {
        flex: 0 0 calc(8.3333% - 18px);
        max-width: calc(8.3333% - 18px);
    }
}