html {
    scrollbar-gutter: stable !important;
    margin-top: 0 !important;
}

footer {
    display: none !important;
}

div#wpadminbar {
    display: none !important;
}

body.admin-bar .header-wrapper {
    top: 0 !important;
}

#content {
    overflow: hidden !important;
}

.page-template-template-brands-page .container,
.page-template-template-all-collections .container {
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
}

.slides-brand-wrapper {
    position: relative;
    height: 100vh;
}

.section-brand {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    visibility: hidden;
}

.section-brand .outer,
.section-brand .inner {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.section-brand .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
}

.section-brand .bg h2 {
    z-index: 2;
}

.section-brand .bg .clip-text {
    overflow: hidden;
}

.section-brand_main .bg {
    background-image: url('/wp-content/uploads/2025/06/TOM_DIXON-2-scaled.jpg');
}

@media screen and (max-width: 767px) {
    .section-brand_main .bg {
        background-image: url('/wp-content/uploads/2025/06/TOM_DIXON-scaled.jpg');   
    }
}

.section-heading {
    font-size: 6rem !important;
    color: #23232c;
    font-weight: 400;
    font-family: Montserrat, Assistant, sans-serif;
    margin: 0;
    line-height: 1;
    padding-bottom: 35px;
    text-transform: uppercase;
}

.first .section-heading {
    color: #fff;
    font-weight: 400;
}

.section-brand__brand-list-item img {
    filter: invert(1);
    height: 100%;
    max-width: 120px;
    object-fit: contain;
}

.section-brand__brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.section-brand__brand-list-item {
    flex: 1 1 calc(25% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-brand {
    pointer-events: none;
}

.section-brand.is-active {
    pointer-events: auto;
}



/* brand slides style */
.section-brand-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.section-brand-content__overlay {
    background: #23242b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
}

.section-brand-content__sale-box {
    height: 100%;
    padding-right: 5%;
    width: 40%;
    padding-top: 150px;
    position: relative;
}

.section-brand-content__container {
    height: 100%;
}

.section-brand-content__title {
    color: #fff;
    margin-top: 0 !important;
    font-weight: 400 !important;
    font-family: "Montserrat", Assistant !important;
    font-size: 50px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    line-height: 60px !important;
    word-spacing: 0px !important;
}

.section-brand-content__detail {
    color: #fff;
    margin-bottom: 30px;
    color: var(--e-global-color-primary);
    font-family: "Montserrat", Assistant;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
}

.section-brand-content__sale-box .elementor-button {
    background: #fff !important;
    color: #000 !important;
}

.section-brand-content__sale-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}



/* last slide footer */
.section-brand footer {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
}

.site-footer .footer-content:before {
    display: none;
}

@media screen and (max-height: 780px) {
    footer .menu-item a {
        padding: 5px 0 !important;
    }
}

.bg__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


@media screen and (min-width: 1025px) {
    .footer-content {
        height: 100%;
        display: flex;
        align-items: center;
    }
}





@media screen and (max-width: 767px) {
    .section-brand-content__overlay {
        width: 100%;
    }

    .section-brand-content__sale-box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 120px;
        justify-content: space-between;
        flex-direction: column;
        display: flex;
        padding-bottom: 20px;
    }

    .section-brand-content__detail {
/*         display: none; */
    }

    .section-brand-content__sale-box .elementor-button {
        align-self: center;
        width: 280px;
    }

    .section-brand-content__title {
        font-size: 23px !important;
        line-height: 1.3em;
    }

    .first .section-heading {
        text-align: center;
    }



    .section-brand__brand-list-item {
        flex: 1 1 calc(50% - 20px);
    }
}



/* rtl */
.rtl .section-brand-content__sale-box .elementor-button .elementor-button-icon svg {
    transform: rotate(180deg);
}
.rtl .section-brand-content__sale-box {
    padding-right: 0;
    padding-left: 5%;
}



/* collections page */
.section-brand__brand-list-item_name {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}




.section-brand__brand-list {
	display: none;
}