/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.categoryHome {
    margin-bottom: 28px;
    padding: 0px 15px;
    border-bottom: 2px solid var(--color3);
    padding-bottom: 35px;
    content-visibility: auto;
}

.hookhome .categoryHome-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, max-content));
    justify-content: center;
    grid-column-gap: 10px;
        margin: 0px;
}

.categoryHome-content .info h4, .categoryHome-content .info h2, .categoryHome-content .info .h2 {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: white;
    text-transform: uppercase;
}
.category-image img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.category-image {
    position: relative;
}
.info {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px 10px;
    transform: translate(-50%, -50%);
}
.categoryHome .titleHome h3{
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #000;
    margin-top: 50px;
}
.homeCategory-body {
    width: 60%;
    margin: auto;
}
.homeCategory-body > div {
    margin: 10px 0px;
}
.homeCategory-body a {
    font-size: 15px;
    font-weight: 400;
    color: #353535;
}
.categoryHome.container.hookcategory {
    position: relative;
}
/*.hookcategory ul.categoryHome-content {
    padding: 0px 30px 0px;
    overflow: hidden;
}*/
.hookcategory ul.categoryHome-content {
    position: relative;
    display: flex;
    /* scroll-snap-type: x mandatory; */
    /* overflow: hidden; */
    /* overflow-x: auto; 
    /*-webkit-overflow-scrolling: touch;*/
   /* -ms-overflow-style: none;*/
    /*scrollbar-width: none;*/
    /* scroll-behavior: smooth; */
    /* padding-left: 97px; */
   /* -ms-overflow-style: none;*/
    /*scrollbar-width: none;*/
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 38px;
        margin-top: 30px;
}
.hookcategory ul.categoryHome-content li{
    max-width: calc(calc(100% / 6) - 25px)
    /*margin-right: 25px;
    margin-bottom: 5px;
    width: 100%;
    line-height: 1.2;
    order: 1;
    scroll-snap-align: start;
    scroll-behavior: smooth;
    color: #616161;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;*/
}
/*.categoryHome.container.hookcategory {
    padding: 0px 30px 0px;
    overflow: hidden;
    margin-bottom: 0px;
}*/
.categoryHome.container.hookcategory ul li .info h4, .categoryHome.container.hookcategory ul li .info h2 , .categoryHome.container.hookcategory ul li .info .h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    position: initial;
    color: black;
    text-transform: none;
    text-align: left;
    margin: 0px;
}
.categoryHome.container.hookcategory .info {
    position: initial;
    transform: none;
    text-align: left;
    padding: 0px;
    margin-top: 15px;
}
.categoryHome .h2 {
    margin: 2.5rem 0;
    font-weight: 500;
    text-align: center;
}

@media(max-width: 991px){
    .categoryHome {
        margin-bottom: 15px;
        padding: 0px 0px 25px 0px;
        
    }
    .hookhome .categoryHome-content li {
        max-width: calc(calc(100% / 3 ) - 7px);
    }

    .hookhome .categoryHome-content {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .hookcategory ul.categoryHome-content {
        gap: 10px;
        margin-bottom: 10px;
    }
    .hookcategory ul.categoryHome-content li {
        max-width: calc(calc(100% / 4) - 8px);
    }
}

@media (max-width: 767px) {
    .categoryHome-content, .hookhome .categoryHome-content {
        grid-template-columns: repeat(2, minmax(0, max-content));
    }
    .categoryHome .titleHome {
        font-size: 22px;
    }
    .hookcategory ul.categoryHome-content li {
        max-width: calc(calc(100% / 2) - 5px);
        /* margin-right: 15px; */
    }
    .hookcategory ul.categoryHome-content{
        padding: 0px
    }
    .hookcategory .arrows{
        display: none
    }
    .categoryHome.container.hookcategory{
        padding: 0px;
        min-height: auto;
        overflow: initial;
        margin: 20px 0 20px;
    }
    .categoryHome.container.hookcategory ul li .info h4,  .categoryHome.container.hookcategory ul li .info h2,  .categoryHome.container.hookcategory ul li .info .h2{
        font-size:13px;
    }
    .hookhome .categoryHome-content li {
        max-width: calc(calc(100% / 2 ) - 5px);
    }
}
