/**
* 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
*/

/****************************category*********************/

.tvcategory-chain-slider-main-title-wrapper {
    position: relative;
}
.tvcmscategory-chain-slider {
    margin-bottom: 30px;
}
.tvcategory-chain-slider-wrapper {
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    /*border: 1px solid #E4E4E4;*/
    /*background-color: #FFF;*/
    /*overflow: hidden;*/
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
/*    margin-block: 11px;*/
    border-right: 1px solid #b8b8b8;
    position: relative;
}
.tvcategory-chain-slider-content-box .item:nth-child(4n){
    border-right: unset;  
} 

.tvcategory-chin-img-block {
    /*margin-left: auto;*/
    padding: 0;
    /*width: 50%;*/
    position: relative;
    text-align: center;
}
/*.tvcategory-chin-img-block:after{
    content: "";
    background-color: #E4E4E4;
    height: calc(100% - 70px);
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.lang-rtl .tvcategory-chin-img-block:after{
    right: auto;
    left: 0;
}
.tvcategory-chain-content-wrapper {
    padding: 20px 10px 20px 15px;
    text-align: center;
    /*width: 50%;*/
}
.tvcategory-chain-title {
    text-align: center;
    position: relative;
    padding-bottom: calc(25px + (20 - 11) * ((100vw - 280px) / (1920 - 280)));
}
.tvcategory-chain-title a:after {
    position: absolute;
    /*content: "";*/
    width: 40px;
    height: 1px;
    background-color: #22222210;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.tvcategory-chain-title a {
    color: #6B7689;
    /*font-family: poppins;*/
    font-size: calc(11px + (25 - 15) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.75px;
   text-transform: uppercase;
}
/*.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
/* .tvcategory-chain-title:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background-color: #f0f0f0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
} */
a.tvcategory-chain-slider-category {
    color: #7D7D7D;
    font-weight: 500;
    font-size: calc(15px + (20 - 15) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.1;
    letter-spacing: 0.03px;
    display: block;
    padding-bottom: calc(10px + (23 - 10) * ((100vw - 280px) / (1920 - 280)));
    position: relative;
    text-transform: capitalize;
}
.tvcategory-chain-slider-category:hover {
    color: #000;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 14px;
    line-height: 12px;
    margin-left: 3px;
    font-weight: 400;
}
.tvcategory-chain-slider-all-link {
    text-align: start;
    display: block;
    margin-top: calc(11px + (18 - 11) * ((100vw - 280px) / (1920 - 280)));
}
.tvcategory-chain-slider-all-link a {
    border-radius: 5px;
    color: #f39123;
    border-color: #FFBE34;
    padding: 10px 7px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    box-shadow: none;
    font-weight: 600;
    transition: .4s ease;
}
.tvcategory-chain-slider-all-link a span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3334;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: poppins;
}
.lang-rtl .tvcategory-chain-slider-all-link a {
    padding: 9px 17px 9px 15px;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin: 0 3px 0 0;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-title a {
        font-size: calc(17px + (22 - 17) * ((100vw - 280px) / (1920 - 280)));
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
        padding-bottom: 16px;
        font-size: 14px !important;
    }
}
@media (max-width:767px){
    .tvcategory-chain-slider-all-link a{
        padding: 10px 15px;
    }
    .tvcategory-chain-slider-all-link a span{
        font-size: calc(12px + (15 - 12) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
    .tvcategory-chain-slider-all-link a{
        padding: 8px 15px 6px;
    }
    .tvcategory-chain-slider-wrapper {
        flex-direction: column;
    }
    .tvcategory-chin-img-block {
        margin-left: 0;
    }
    .tvcategory-chin-img-block:after {
        background-color: transparent;
    }
    .tvcategory-chain-content-wrapper {
    width: 100%;
}
}
@media (max-width:399px) {
    .tvcategory-chain-slider-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .tvcategory-chin-img-block {
        margin-left: auto;
    }
    .tvcategory-chin-img-block:after {
        background-color: #E4E4E4;
    }
    .tvcategory-chain-content-wrapper {
    width: 50%;
}
}
/**
 * MODIFICADO: 2026-05-11 - claude AI
 * - Añadida la llave de cierre que faltaba para el @media (max-width:399px)
 *   que se abre arriba. Sin ella el bloque quedaba abierto y el siguiente
 *   @media (max-width:370px) quedaba anidado dentro, dejando todo el CSS
 *   posterior del bundle CCC atrapado en un media query → la web cargaba
 *   sin estilos al activar Smart Cache CSS.
 */
@media (max-width:370px) {
    .tvcategory-chin-img-block,
    .tvcategory-chain-content-wrapper {
        width: 100%;
        margin: 0;
    }
    .tvcategory-chin-img-block:after{
        display: none;
    }
}
/*.tvcategory-chain-slider-content-box{
    display: flex;
    background-color: #fff;

}*/







