/*  ==========  MAIN SLIDER SECTION  ==========  */
/* #main-carousel{
    width: 100%;
    margin-top: 25px;
    position: relative;
}
#main-carousel::before{
    content: '';
    z-index: -2;
    height: 8px;
    left: 35px;
    right: 35px;
    bottom: -8px;
    background-color: rgba(0 0 0 / 15%);
    position: absolute;
    border-radius: 0 0 6px 6px;
}
#main-carousel::after{
    content: '';
    z-index: -2;
    height: 8px;
    left: 50px;
    right: 50px;
    bottom: -16px;
    background-color: rgba(0 0 0 / 5%);
    position: absolute;
    border-radius: 0 0 6px 6px;
}
#main-carousel img{
    width: 100%;
    border-radius: 6px;
} */
/*  ==========  END MAIN SLIDER SECTION  ==========  */





/*  ==========  MAIN SECTION  ==========  */
#main{
    width: 100%;
    height: 450px;
    background: url('../assets/main-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}
#main .blackout{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 60%);
}
#main .group{
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
#main .group h1{
    color: #fff;
    font-family: var(--font-secondary);
}
#main .grid-col-3{
    width: 100%;
    gap: 20px;
}
#main .grid-col-3 .item{
    display: grid;
    align-items: center;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    color: #fff;
    font-size: 12px;
}
#main .grid-col-3 .item .icon{
    width: 32px;
    height: 32px;
}
#main .grid-col-3 .item .icon.i1{
    background: url('../assets/engineering.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#main .grid-col-3 .item .icon.i2{
    background: url('../assets/protections.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#main .grid-col-3 .item .icon.i3{
    background: url('../assets/time-management.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 767px){
    #main .blackout{padding: 25px; box-sizing: border-box;}
    #main .group{width: 100%;}
}
@media screen and (max-width: 480px){
    #main h1{
        font-size: 24px;
    }
    #main .group{
        align-items: center;
    }
}
/*  ==========  END MAIN SECTION  ==========  */





/*  ==========  BRANDS SECTION  ==========  */
#brands{padding: 0 40px;}
#brands img{
    height: 50px;
    object-fit: contain;
}
#brands .slick-next:before,
#brands .slick-prev:before{
    color: #3a3a3a;
    z-index: 2;
}
#brands .slick-prev{left: 0;}
#brands .slick-next{right: 0;}
#brands .slick-dots {
    left: 0;
    display: flex;
    justify-content: center;
}
#brands .slick-dots li {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
}
/*  ==========  END BRANDS SECTION  ==========  */





/*  ==========  CATALOG SECTION  ==========  */
#catalog .button-all-products{
    display: flex;
    align-items: center;
    gap: 7px;
    background-color: #fff;
    color: #131313;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid var(--color-border);
    margin-top: 20px;
}
/*  ==========  END CATALOG SECTION  ==========  */





/*  ==========  QUICK ORDER SECTION  ==========  */
#quick-order{
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgba(255,204,25,.5);
}
#quick-order .title{
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--color-text-main);
    width: 320px;
    font-size: 22px;
    font-family: var(--font-secondary);
}
#quick-order .title span{font-size: 18px;}
#quick-order form{
    flex: 1;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px){
    #quick-order{flex-direction: column;}
    #quick-order .title{width: 100%; text-align: center;}
}
/*  ==========  END QUICK ORDER SECTION  ==========  */





/*  ==========  REVIEWS SECTION  ==========  */

/*  ==========  END REVIEWS SECTION  ==========  */