.theme-customize-hero {
    background: #f7f4e9;
    padding-top: 91px;
    overflow: hidden
}
.admin-bar .theme-customize-hero {
    padding-top: 60px
}
.theme-customize-hero.hide-logo .global_brands_item:first-child {
    display: none;
}
.theme-customize-hero .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.theme-customize-hero .wrapper:has(.right-col .hero-img img),
.theme-customize-hero .wrapper:has(.right-col .video-wrapper) {
    align-items: center;
}
.theme-customize-hero .wrapper.align-end,
.theme-customize-hero .wrapper.align-end:has(.right-col .hero-img img) {
    align-items: flex-end;
}
.theme-customize-hero .wrapper .left-col {
    width: 51%;
    display: flex;
    padding: 60px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.theme-customize-hero .wrapper .left-col .hero-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
.theme-customize-hero .wrapper .right-col .hero-img img {
    width: 100%;
    display: block;
    mix-blend-mode: darken;
}
.theme-customize-hero .wrapper .right-col .video-wrapper video {
    width: 100%;
    border-radius: 20px;
}
.theme-customize-hero .video-wrapper {
    position: relative;
    min-height: 386px;
}
.theme-customize-hero .video-wrapper .video-logo {
    position: absolute;
    left: -90px;
    top: 70px;
    background-color: #ffffff;
    padding: 15px 15px;
    border-radius: 16px;
}
.theme-customize-hero .video-wrapper .video-logo svg {
    display: block;
}
.theme-customize-hero .video-wrapper .video-logo::after {
    content: "";
    display: block;
    width: 38px;
    height: 53px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='53' viewBox='0 0 38 53' fill='none'%3E%3Cpath d='M37.2609 50.6641C18.0942 52.6641 -5.73839 50.6641 2.76131 0.164062' stroke='%23AD5151' stroke-opacity='0.3' stroke-width='2' stroke-dasharray='5 3'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 83px;
    top: 100%;
    z-index: 1;
}
.theme-customize-hero .hero-content span.h4 {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    color: var(--grey);
    font-family: var(--font-montserrat);
}
.global_brands_grid_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px -15px 0 -15px;
}
.global_brands_grid_wrap .global_brands_item {
    padding: 0 15px;
    margin: 0;
}
.global_brands_grid_wrap .global_brands_item:not(:last-child) {
    border-right: 1px solid #d9d9d9;
}
.global_brands_grid_wrap img {
    max-width: 100px;
    height: auto;
}
.global_brands_item a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-customize-hero .wrapper .right-col {
    width: 43.182%;
    display: flex
}
.theme-customize-hero .wrapper .left-col .hero-content .btn-group {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.theme-customize-hero .wrapper .left-col .hero-content h1 {
    margin-bottom: 10px
}
.theme-customize-hero .wrapper .left-col .hero-content h1 i,
.theme-customize-hero .wrapper .left-col .hero-content h1 span {
    color: var(--theme-red);
    font-style: normal;
}
.theme-customize-hero .wrapper .left-col .hero-content .btn-group .btn:not(:first-child) {
    margin-left: 10px
}
.theme-customize-hero .wrapper .right-col .image-block {
    padding-top: 60px;
    display: flex;
    align-items: flex-end;
}
.theme-customize-hero .wrapper .right-col .image-block img {
    position: inherit;
    border-radius: 0;
    object-fit: contain;
    height: auto;
}
@media only screen and (max-width:1399px) {
    .theme-customize-hero .wrapper .left-col {
        width: 50%;
    }
    .theme-customize-hero .wrapper .right-col {
        width: 48%;
    }
}
@media (max-width:1199px) {
    .theme-customize-hero .wrapper .left-col {
        width: 57%;
    }
    .theme-customize-hero .wrapper .right-col {
        display: none;
    }
    .theme-customize-hero .wrapper .left-col .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .global_brands_grid_wrap .global_brands_item {
        padding: 0 12px;
    }
    .theme-customize-hero .wrapper .left-col {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .theme-customize-hero .wrapper .right-col {
        width: 50%;
        margin: 0 auto 40px;
    }
    .theme-customize-hero .wrapper .left-col .hero-content .btn-group {
        justify-content: center;
    }
    .theme-customize-hero .hero-content span.h4,
    .theme-customize-hero .wrapper .left-col .hero-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .theme-customize-hero .wrapper .right-col:has(.video-wrapper) {
        width: 60%;
    }
    .global_brands_grid_wrap {
        justify-content: center;
    }
}
@media only screen and (max-width:991px) {
    .theme-customize-hero .wrapper .left-col .hero-content .btn-group .btn{
        padding: 12px 20px;
    }
    .theme-customize-hero .wrapper .left-col,
    .theme-customize-hero .wrapper .right-col {
        width: 100%;
    }
    .theme-customize-hero .container {
        max-width: 100%;
        padding: 0;
    }
    .theme-customize-hero .wrapper .left-col {
        padding: 40px 0 40px 0;
        padding-left: calc((100% - 680px)/ 2);
        padding-right: calc((100% - 680px)/ 2);
    }
    .theme-customize-hero .wrapper .right-col {
        padding-left: calc((100% - 680px)/ 2);
        padding-right: calc((100% - 680px)/ 2);
    }
    .theme-customize-hero {
        padding-top: 64px;
    }
    .theme-customize-hero .wrapper .right-col:has(.video-wrapper),
    .theme-customize-hero .wrapper .right-col:has(.app-slider-wrap),
    .theme-customize-hero .wrapper .right-col:has(.tablet-slider-wrap) {
        display: none;
    }
}
@media only screen and (max-width:767px) {
    .theme-customize-hero .wrapper .left-col,
    .theme-customize-hero .wrapper .right-col {
        padding-left: calc((100% - 500px) / 2);
        padding-right: calc((100% - 500px) / 2);
    }
    .theme-customize-hero .wrapper .left-col .hero-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .theme-customize-hero .wrapper .left-col .hero-content .btn-group {
        flex-direction: column;
        align-items: center;
    }
    .theme-customize-hero .wrapper .left-col .hero-content .btn-group .btn:not(:first-child) {
        margin: 10px 0 0 0;
    }
    .global_brands_grid_wrap img {
        height: auto;
        max-height: 44px;
        object-fit: contain;
    }
    .global_brands_grid_wrap {
        position: relative;
        margin: 30px -15px 0 -15px;
        overflow: hidden;
    }
    .global_brands_grid_wrap .global_brands_item {
        width: 50%;
        text-align: center;
        padding: 15px;
    }
    .theme-customize-hero.hide-logo::before {
        display: none;
    }
    .theme-customize-hero.hide-logo .global_brands_grid_wrap::before {
        display: none;
    }
    .theme-customize-hero.hide-logo .global_brands_item {
        width: 33.33%;
    }
    .theme-customize-hero.hide-logo .global_brands_grid_wrap::after {
        display: none;
    }
    .theme-customize-hero.hide-logo .global_brands_item:not(:last-child) {
        border-right: 1px solid #d9d9d9;
    }
    .global_brands_item a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .global_brands_grid_wrap .global_brands_item:not(:last-child) {
        border: 0;
    }
    .global_brands_grid_wrap:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #D9D9D9;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .global_brands_grid_wrap::after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #D9D9D9;
        left: 20px;
        top: 50%;
        width: calc(100% - 40px);
    }
    .theme-customize-hero .hero-content span.eyebrow {
        text-align: left;
    }
    .theme-customize-hero .hero-content p {
        font-size: 14px;
        line-height: 27px;
    }
    .theme-customize-hero .hero-content span.h4 {
        font-size: 16px;
        line-height: 27px;
    }
    .theme-customize-hero .wrapper .right-col:has(.hero-img img),
    .theme-customize-hero .wrapper .right-col:has(.video-wrapper) {
        display: none;
    }
}
@media only screen and (max-width:575px) {
    .theme-customize-hero .wrapper .left-col,
    .theme-customize-hero .wrapper .right-col {
        padding-left: 20px;
        padding-right: 20px;
    }

}