.other-products{
    background: url(../../assets/img/brandsbg1.png) repeat top left,url(../../assets/img/brandsbg2.png) repeat top left,var(--white);
    background-blend-mode: hard-light,normal;
    padding: 3.33rem 0 4rem;

}



.other-products .container>.row{

    grid-gap: 20px 0;

}



.other-products .container>.row>*{

    padding: 0 10px;

}



.other-products .container>.row>*:first-child,

.other-products .container>.row>*:nth-child(2){

    display: flex;

    display: -webkit-flex;

    flex-direction: column;

    -ms-flex-direction: column;

    justify-content: flex-end;

    -webkit-justify-content: flex-end;

}



.other-products .tit{

    text-transform: uppercase;

    color: var(--title);

    font-size: 18px;

    font-weight: 900;

    line-height: 22px;

    letter-spacing: -0.27px;

    margin-bottom: 10px;

}



/* .other-products .cats{

    position: sticky;

    top: calc(107px + 2rem);

} */



.other-products .tax{

    position: relative;

    border-bottom: 1px solid var(--line);

    padding-bottom: 20px;

}



.other-products .tax::before{

    content: '';

    position: absolute;

    inset: auto auto -1px 0;

    width: 63.88888%;

    height: 3px;

    background-color: var(--red);

}



.other-products .tax img{

    width: 201px;

    max-width: 100%;

    aspect-ratio: 1/.45273;

    object-fit: contain;

    -o-object-fit: contain;

}



.other-products .search{

    width: 380px;

    max-width: 100%;

    margin-bottom: 20px;

}



.search button{

    height: 42px;

}



.other-products .row>*:has(.pagination){

    margin-top: 25px;

}



.other-products .row .row{

    grid-gap: 1rem 0;

}



.other-products .row .row>*{

    padding: 0 10px;

}



.other-products .box{

    width: 100%;

    background-color: var(--white);

    border: 1px solid var(--line);

    box-shadow: 0px 0px 38.065px -16.313px rgba(0, 0, 0, 0.10);

}



.other-products .box .top{

    padding: 21px 24px;

}



.other-products .box .img{

    position: relative;

    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    width: 100%;

    aspect-ratio: 1/1.24609;

    border: 1px solid var(--line);

    background: url(../../assets/img/prodsboxbg.svg) repeat top left;

    padding: 27px;

}



.other-products .box .img .brand{

    position: absolute;

    inset: 0 auto auto 0;

    width: 59.375%;

    aspect-ratio: 1/.28947;

    border: 1px solid var(--line2);

    background-color: var(--white);

}



.other-products .box .img .brand img{

    width: 100%;

    height: 100%;

    object-fit: contain;

    -o-object-fit: contain;

}



.other-products .box .img>img{

    width: fit-content;

}



.other-products .box .title{

    color: #3C3C3B;

    font-size: 17.401px;

    line-height: 21px;

    margin-top: 21px;

}



.other-products .box .sm{

    display: flex;

    display: -webkit-flex;

    align-items: center;

    grid-gap: 0;

    width: 100%;

    color: #AAADB6;

    font-size: 17.401px;

    font-weight: 700;

    line-height: 20.664px;

    letter-spacing: 0.026px;

    border-top: 1px solid var(--line);

    padding: 13px 25px;

    transition: all .3s ease-in-out;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

}



.other-products .box .sm::after{

    content: url('data:image/svg+xml;utf8,<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.552734 0.555664L9.2532 5.45339L0.552734 10.3437V5.45339V0.555664Z" fill="rgb(236,28,36)"/></svg>');

    width: 0;

    overflow: hidden;

    transition: all .3s ease-in-out;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

}



.other-products .box:hover .sm{

    color: var(--red);

    grid-gap: 1rem;

}



.other-products .box:hover .sm::after{

    width: 10px;

}



@media(min-width:992px){

    .other-products .search{

        margin-left: auto;

    }

}



@media(max-width:992px){

    .other-products{

        padding: 2rem 0;

    }

    .other-products .search{

        width: 100%;

    }

    .other-products .cats{

        flex-direction: row;

        -ms-flex-direction: row;

        flex-wrap: wrap;

        -ms-flex-wrap: wrap;

    }

    .other-products .cats>*{

        flex: 1 1 calc(50% - 10px);

    }

}



@media(max-width:768px){

    .other-products .cats>*{

        flex-basis: 100%;

    }

}