/*** CK - AC-001.1 Visual Hierarchy ***/
html.no-scroll {
    overflow: hidden;
    touch-action: none;
}

body.archive #main {
    background-color: #F7F7F7;
}

.row.category-page-row.category-altered {
    max-width: 1440px;
    margin: auto;
    padding-top: 0;
    
    .left-side {
        padding: 8px 16px 32px 16px;
    }
    
    .right-side {
        padding: 0 16px;
    }
    
    @media screen and (min-width: 768px) {
        flex-direction: column;

        .left-side {
            max-width: 100%;
            padding: 8px 32px 32px 32px;
        }

        .right-side {
            max-width: 100%;
            padding: 0 32px;
        }
    }
    
    @media screen and (min-width: 1024px) {
        display: flex;
        flex-direction: row;
        padding: 40px 56px var(--Modules-spacing-Vertical-padding, 80px) 56px;
        justify-content: space-between;
        align-items: flex-start;
        
        .left-side, .right-side {
            padding: 0;
        }
        
        .left-side {
            max-width: 244px;
        }
    }
    
    .fitler-toggle {
        display: none;
        width: 100%;
        height: 54px;
        margin: 0;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: var(--Colours-Neutral-Black-texts, #0A0A0A);
        
        color: var(--Colours-Neutral-White, #FFF);
        font-family: "Bebas Neue";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    
    @media screen and (max-width: 1023px) {
        .fitler-toggle {
            display: flex;
        }
        
        #shop-sidebar {
            max-width: 294px;
            max-height: 100svh;
            padding: 0 20px;
            position: fixed;
            left: 0;
            top: 0;
            background-color: #F6F6F6;
            z-index: 2000;
            overflow-y: scroll;
            transition: transform 0.25s ease-out;
            transform: translateX(-100%);
        }
        
        .mobile-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100svh;
            opacity: 0.6;
            background: #000;
            z-index: 1900;
            
            .close-button {
                padding: 0;
                margin: 0;
                border: none;
                position: absolute;
                right: 0;
                top: 4px;
                
                display: flex;
                align-items: center;
                justify-content: center;
                width: 40px;
                height: 40px;
            }
        }
        
        #shop-sidebar.slide-in {
            transform: translateX(0);
        }
        
        #shop-sidebar.slide-in + .mobile-overlay {
            display: block;
        }
    }
}

.featured-title .page-title-inner {
    padding: 0;
    max-width: unset;
    background-color: #F7F7F7;
    align-items: center;
    justify-content: center;
}

/* PLP Banner */
.plp-banner {
    width: 100%;
    height: 365px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    
    
    .banner-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 316px;
        z-index: 0;
        background: var(--bg-mobile) center/cover no-repeat;

        @media screen and (min-width: 768px) {
            background: var(--bg) center/cover no-repeat;
        }
    }
    
    .banner-content {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 1440px;
        height: 100%;
        padding: 40px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        z-index: 1;
    }
    
    .banner-header {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        
        .banner-subtext {
            margin-bottom: 0px;
            color: var(--Colours-Neutral-White, #FFF);
            font-family: "Bebas Neue";
            font-size: 32px;
            line-height: 100%;
            text-transform: uppercase;
        }
        
        .banner-title {
            display: flex;
            flex-direction: column;
            position: relative;
            padding-bottom: 12px;
            
            color: var(--Colours-Primary-Primary-1, #F58732);
            font-family: Alfarn-2;
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            text-transform: uppercase;
        }
        
        .title-underline {
            width: 100%;
            height: 12px;
            position: absolute;
            bottom: 0px;
        }
    }
    
    .banner-description {
        color: var(--Colours-Neutral-White, #FFF);
        font-family: Roboto, sans-serif;
        font-size: 16px;
        line-height: 140%; /* 22.4px */
    }
    
    .banner-vehicle-image {
        max-height: 137px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -24px;
    }
    
    /* Tablet View */
    @media screen and (min-width: 850px) {   
        height: 453px;
        
        .banner-background {
            height: 359px;
        }
        
        .banner-content {
            padding: 56px 32px;
            
            .banner-header {
                gap: 0px;
                
                .banner-subtext {
                    margin-bottom: 8px;
                    font-size: 40px;
                    line-height: 30px;
                }
                
                .banner-title {
                    font-size: 40px;
                }
            }
            
            .banner-description {
                max-width: 548px;
                font-size: 18px;
            }
        }
        
        .banner-vehicle-image {
            left: unset;
            transform: none;
            width: 530px;
            max-height: 195px;
            bottom: 31px;
            right: 0;
        }
    }
    
    /* Desktop View */
    @media screen and (min-width: 1280px) {
        height: 370px;
        
        .banner-background {
            height: 316px;
        }
        
        .banner-content {
            .banner-header {
                .banner-subtext {
                    font-size: 56px;
                    line-height: 48px;
                }

                .banner-title {
                    font-size: 56px;
                }
            }
            
            .banner-description {
                max-width: 604px;
            }
        }
        
        .banner-vehicle-image {
            right: 0;
            bottom: 8px;
            height: 233px;
        }
    }
}

/* Load More */
.more-product {
    display: flex;
    padding: 32px 0 56px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    
    .card-counter {
        color: var(--Colours-Neutral-900-Grey, #474747);
        font-family: Roboto, sans-serif;
        font-size: 16px;
        line-height: 140%; /* 22.4px */
    }
    
    .load-more {
        display: flex;
        width: 100%;
        height: 48px;
        padding: 10px 24px;
        margin: 0;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid var(--Colours-Neutral-Black-texts, #0A0A0A);
        
        color: var(--Colours-Neutral-Black-texts, #0A0A0A);
        font-family: "Bebas Neue";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 100% */
    }
    
    .load-more:hover {
        color: #fff;
        background-color: #0A0A0A;
    }
    
    @media screen and (min-width: 768px) {
        flex-direction: row;
        gap: 24px;
        
        .load-more {
            width: 240px;
        }
    }
}

/* SEO Copy */
.seo-content {
    display: flex;
    width: 100%;
    padding: var(--Modules-spacing-Vertical-padding, 56px) var(--Modules-spacing-Horizontal-padding-S, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 24px 24px 0 0;
    background: var(--Colours-Neutral-White, #FFF);
    
    .seo-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
    
    .seo-title {
        margin: 0;
        color: var(--Colours-Primary-Primary-1, #F58732);
        font-family: Alfarn-2, 'Bebas Neue';
        font-size: 40px;
        font-weight: 700;
        line-height: 100%; /* 48px */
        text-transform: uppercase;
    }
    
    .seo-subtitle {
        margin: 0;
        color: var(--Colours-Neutral-Black-texts, #0A0A0A);
        font-family: "Bebas Neue";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 28.8px */
    }
    
    .seo-copy p {
        color: var(--Colours-Neutral-900-Grey, #474747);
        font-family: Roboto, sans-serif;
        font-size: 16px;
        line-height: 140%; /* 22.4px */
    }
    
    .seo-copy p.truncated {
        display: none;
    }
    
    .expand-seo {
        padding: 0;
        margin: 0;
        display: flex;
        height: 48px;
        align-items: center;
        gap: 4px;
        align-self: stretch;
        color: var(--Colours-Neutral-Black-texts, #0A0A0A);
        font-family: "Bebas Neue";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 125% */
        text-decoration: underline;
        
        .collapse-text {
            display: none;
        }
    }
    
    .seo-copy.expanded {
        p.truncated {
            display: block;
        }
        
        .expand-seo .collapse-text {
            display: flex;
        }
        
        .expand-seo .expand-text {
            display: none;
        }
        
        .expand-seo img {
            transform: rotate(180deg);
        }
    }
    
    @media screen and (min-width: 1100px) {
        display: flex;
        flex-direction: row;
        max-width: 1440px;
        padding: var(--Modules-spacing-Vertical-padding, 80px) 20px;
        margin: auto;
        align-items: flex-start;
        justify-content: center;
        gap: 80px;
        
        .seo-header {
            width: 333px;
        }
        
        .seo-title {
            font-size: 56px;
        }
        
        .seo-subtitle {
            font-size: 40px;
        }
        
        .seo-copy {
            max-width: 607px;
        }
    }
}