/**
* 2007-2023 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-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badcategorytext-wrapper-block {
  background-color: var(--theme-background-color);
  padding: 80px 0;
  margin-bottom: 80px;
}
.badcategorytext-wrapper-block .badsearch-content-box-wrapper{
    padding: 0 15px;
}
.category-text-content .category-product-count {
    max-width: 155px;
    margin: auto;
    padding-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    background: var(--theme-background-gradiant);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    letter-spacing: 0.34px;
}
.category-text-content .badmain-title-wrapper .badmain-desc {
  padding-bottom: 30px;
}
.badcategorytext-wrapper-block .badcategory-name-image {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.badcategorytext-wrapper-block .bad-sub-category-wrapper {
    width: auto;
    padding: 0 15px;
    margin: 0;
}
.badcategorytext-wrapper-block .badcategory-name .category-name {
    color: #454545;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    font-weight: 500;
    padding-right: 5px;
}
.badcategorytext-wrapper-block .category-product-number {
    font-size: 15px;
    color: #F5025F;
    text-align: center;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
}
.badcategorytext-wrapper-block .badcategory-name {
    border-radius: 6px;
    min-width: 330px;
    margin-bottom: 30px;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.08);
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.badcategorytext-wrapper-block .badcategory-name:hover .category-name{
    color: #fff;
} 
.badcategorytext-wrapper-block .badcategory-name:hover{
  background: var(--theme-background-gradiant);
}
@media(max-width: 1200px){
    .badcategorytext-wrapper-block {
      padding: 50px 0;
      margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badcategorytext-wrapper-block {
      padding: 30px 0;
      margin-bottom: 30px;
    }
    .category-text-content .badmain-title-wrapper .badmain-desc {
        padding-bottom: 20px;
    }
}
@media(max-width: 575px){
    .badcategorytext-wrapper-block .badcategory-name {
        min-width: 280px;
        margin-bottom: 20px;
    }
    .category-text-content .category-product-count {
        max-width: 105px;
        padding-bottom: 10px;
        font-size: 42px;
        line-height: 60px;
    }
    .badcategorytext-wrapper-block .badcategory-name .category-name {
        font-size: 14px;
        line-height: 24px;
    }
    .badcategorytext-wrapper-block .category-product-number {
        font-size: 13px;
        padding: 5px 6px;
    }
}