.textinfo-banner{
    padding-left: 10px;
    padding-right: 10px;
    .content{
        padding-top: 3px;
        padding-bottom: 3px;
        letter-spacing: 3.6px;
        font-size: 10px;
        svg{
            vertical-align: middle;
            margin-right: 10px;
            height: 19px;
        }
        @media (min-width: 768px){
            padding-top: 10px;
            padding-bottom: 10px;
        }
        @media (min-width: 992px){
            font-size: 12px;
        } 
    }
   

   
}

.sale-banner{
    padding: 25px;
    .pre-title{
        font-size: 15px;
        margin-bottom: 10px;

    }
    h2{
        font-size: 22px;
        font-weight: 200;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .alert{
        font-size: 14px;
        font-weight: 700;
        padding: 4px 9px;
        display: inline-block;
        border-radius: 0;
        margin-bottom: 18px;
        +.alert{
            margin-left: 10px;
        }
    }
    .disclaimer{
        font-size: 11px;
        font-weight: 300;
    }
    @media (min-width: 576px){
        h2{
            font-size: 25px;
        }
    }
    @media (min-width: 768px){
        h2{
            font-size: 34px;
        }
    }
    @media (min-width: 992px) {
        h2{
            font-size: 45px;
        }
    }
   
}

.tag-banner{
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 12.24px;
    padding-top: 5px;
    padding-bottom: 5px;
    @media (min-width: 576px){
        font-size: 30px;
    }
    @media (min-width: 768px){
       font-size: 42px;
    }
    @media (min-width: 992px) {
      font-size: 51px;
    }
}

.collections-list{  
    .content{
        position: relative;
        height: 240px;
        @media (min-width: 576px){
             height: 300px;
        }
        @media (min-width: 768px){
             height: 380px;
        }
        @media (min-width: 992px){
             height: 442px;
        }
        width: 100%;
        &.half{
            height: 115px;
            @media (min-width: 576px){
                height: 145px;
            }
            @media (min-width: 768px){
                height: 380px;
            }
            @media (min-width: 992px){
                height: 442px;
            }
        }

    }
    .collection-title{
        position: absolute;
        font-weight: 700;

        font-size: 11px;
         &.left{    
            left: 9px;
        }
        &.right{
            right: 9px;
        }
        &.bottom{
            bottom:6px;
        }
        &.top{
            top:6px;
        }
        
        &.center{
            top:50%;
        }
        &.white{
            color: #fff;
        }   
        @media (min-width: 768px){
            font-size: 13px;
            &.left{          
                left: 21px;
            }
            &.right{
                right: 21px;
            }
            &.bottom{
                bottom:16px;
            }
            &.top{
                top:16px;
            }
        }
    }

    [class*='flex-col-']{
        margin-bottom: 10px;
        &.no-bot-marg{
            margin-bottom: 0;
            @media (min-width: 768px){
                margin-bottom: 10px;
            }
        }
    }

    .img-bg{
        width: 100%;   
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.brands-banner{
    h2{
        display: inline-block;
        font-size: 28px;
        font-weight: 200;
        letter-spacing: 12.24px;
        margin-bottom: 30px;
        margin-top: 0;
        @media (min-width: 768px) {
            font-size: 51px;
            margin-bottom: 40px;
        }
    }
    .header{
        text-align: center;
        position: relative;
        a{
            position: absolute;
            right: 0;
            top: 0;
            padding: 10px 20px;
            border: 1px #000 solid;
            font-size: 12px;
            font-weight: 700;

            color: #000;
        
            svg{
                display: none;
            }
            @media (min-width: 768px) {
                padding: 20px 25px;

                svg{
                    margin-left: 10px;
                    display: inline-block;
                }
            }
        }
    }
    .content{
        width: 100%;
        height: 156px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F6F6F6;
         @media (min-width: 768px){
            height: 229px;
        }
        img{
            max-width: 95%w;
        }
    }

    .flex-col-33{
        margin-bottom: 10px;
    }
   
}
.ctas-banner{
    .flex-col-lg-66{
        .cta-banner{
            height: 255px;
            margin-bottom: 10px;
        }
    }
    .flex-col-lg-33{
        .cta-banner{
            height: 577px;
            width: 100%;
        }
    }

    @media (min-width: 768px) {
        .flex-col-lg-66{
            .cta-banner{
                height: 300px;
               
            }
        }
        .flex-col-lg-33{
            .cta-banner{
                height: 620px;
            }
        }
    }

    @media (min-width: 992px) {
        .flex-col-lg-66{
            .cta-banner{
                height: 350px;
                margin-bottom: 0;
                +.cta-banner{
                    margin-top: 10px;
                }              
            }
        }
        .flex-col-lg-33{
            .cta-banner{
                height: 710px;
            }
        }
    }
}

.cta-button{
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    svg{
        display: none;
    }
    @media (min-width: 768px) {
        padding: 20px 25px;
        svg{
            margin-left: 10px;
            display: inline-block;
        }
    }
}

.cta-banner{
    position: relative;
     .img-bg{
        width: 100%;   
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .content{
        position: absolute;
        max-width: 48%;
        top:20px;
        &.left{
            left: 10px;
        }
        &.right{
            right: 5px;
        }
        &.center{
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            text-align: center;
            height: 87%;
            justify-content: space-between;
        }
        h3{
            font-size: 24px;
            font-weight: 300;
            letter-spacing: 4px;
            margin-bottom: 12px;
	    margin-top:0;	
        }
        p{
            font-size: 14px;
            margin-bottom: 0;
            +a{
                margin-top: 15px;
            }
        }

        @media (min-width: 768px) {
           top:30px;
           max-width: 280px;
            &.left{
                left: 30px;
            }
            &.right{
                right: 30px;
            }
            h3{
                 font-size: 32px;
                 margin-bottom: 15px;
            }
            p{
 
                +a{
                    margin-top: 25px;
                }
            }
        }

       @media (min-width: 992px) {
            top:50px;
        
        }
       

        @media (min-width: 1200px) {
            max-width: 300px;
            top:60px;
            &.left{
                left: 45px;
            }
            &.right{
                right: 45px;
            }
             h3{
                font-size: 38.687px;
    
            }
        }
    }
}

.image-cta-banner{
    height: 292px;
    position: relative;
    .img-bg{
        width: 100%;   
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 1;
        &.top{
         object-position: top;
        }
    }
    .content{
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);

        z-index: 2;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        h2{
            font-size: 30px;
            font-weight: 300;
            letter-spacing: 4.642px;
            margin-bottom: 0;
            +p{
                margin-top: 10px;
            }
            +a{
                margin-top: 20px;
            }
        }
        p{
            font-size: 14px;
            margin-bottom: 0;
            +a{
                margin-top: 20px;
            }
            
        }
    }

    @media (min-width: 768px) {
        height: 360px;
         h2{
            font-size: 38.687px;
            +a{
                margin-top: 50px;
            }
         }
         p{
            +a{
                margin-top: 50px;
            }
        }
    }

    @media (min-width: 992px) {
        height: 440px;
    }
}

.infos-banner{
    text-transform: uppercase;
       h2{
        font-size: 24px;
        margin-bottom: 30px;
        font-weight: 200;
        letter-spacing: 5.76px;
        svg{
            height: 25px;
            margin-right: 16px;
        }
        @media (max-width: 767px) {
            display: flex;
            flex-direction: column-reverse;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 20px;
            margin-bottom: 50px;
            svg {
                margin-top: 10px;
            }
        }
    }
    .content{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        svg{
            height: 30px;
        }
        @media (min-width: 768px) {
            svg{
                height: 40px;
            }
             
        }
    }
    p{
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 1.44px;
        @media (min-width: 768px) {
            font-size: 12px;
         }
    }
    .flex-row{
        >div{
            .content{
                border-right: 0.25px solid #000;
            }
            &:last-child{
                .content{
                    border-right: none;
                }
            }
        }
    }
}

.img-gradient{
    &:before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
     }
}

.product-slider-banner{
    .slider-content{
        width: 100%;
        min-height: 520px;
        position: relative;
        .img-bg{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
        .slider{
            position: absolute;
            left:5%;
            right: 5%;
            bottom: 20px;
        }
    }
    .content{
        width: 100%;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 20px;
        justify-content: center;
        align-items: center;
        h1{
            font-size: 30px;
            letter-spacing: 5px;
            margin-top: 0;
        }
        p{
            font-size: 14px;
            font-weight: 200;
        }
       
    }

    .swiper-slide{
        p{
           font-weight: 700;
            background: #fff;
            color: #000;
            padding-top: 5px;
            padding-bottom: 5px;
            text-align: center;
        }
        img{
            width: 100%;
            height: 135px;
            object-fit: cover;
            object-position: center;
        }
    }

    .swiper-button-prev,.swiper-button-next{
        height: 68px;
        width: 25px;
        background-color: rgba(255,255,255,0.8);
        top: calc(50% - 34px);
    }
    .swiper-button-disabled{
        display: none;
    }

    @media (min-width: 768px) {
        .slider-content{
            min-height: 580px;
        }
        .content{
             h1{
                margin-top: 30px;
            }
            p{
                margin-bottom: 30px;
            }
            a{
                 display: block;
                position: absolute;
                left: 20px;
                right: 20px;
                bottom: 40px;
            }
        }
    }

    @media (min-width: 992px) {
        .slider-content{
            min-height: 642px;
        }
        .content{
            padding: 40px;
            a{
                left: 40px;
                right: 40px;
                bottom: 60px;
            }
            h1{
                margin-top: 50px;
                font-size: 38px;
            }
             p{
                margin-bottom: 50px;

            }
        }
        .slider{
            left:15%;
            right: 15%;
            bottom: 60px;
        }
        .swiper-slide{
            img{
                height: 185px;
            }
        }
    }

     @media (min-width: 1200px) {
        .slider-content{
            min-height: 692px;
        }
        .content{
            padding: 50px;
             a{
                left: 50px;
                right: 50px;
                bottom: 60px;
            }
        }
    }
}