/**
* 2007-2024 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-2024 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.
*/


.site-title,
.site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.page-numbers.current {
    background-color: #000;
    /* Fondo negro */
    color: #fff;
    /* Texto blanco */
    padding: 5px 10px;
    /* Relleno para darle más tamaño */
    border-radius: 50%;
    /* Hacerlo redondo */
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    color: #333;
    text-decoration: none;
    border-radius: 50%;
}

.page-numbers:hover {
    background-color: #f0f0f0;
    /* Color de fondo al pasar el ratón */
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Crea 3 columnas iguales */
    gap: 24px;
    margin: 0 auto;
}

.grid-container article {
    /* background-color: #f0f0f0; Puedes cambiar el color de fondo 
                padding: 15px;
                border-radius: 5px;*/
}

.zoom-gallery {
    text-align: center;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.post-thumbnail img:hover {
    border: 2px solid #00A6FB;
    border-radius: 4px;
}

.widget-title{
    font-family: "Satoshi";
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #0657A1;
}

.cat-item a {
    color: #35353A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.cat-item.current a {
    color: #0657A1 !important;
}
.cat-item a{
    color: #0657A1 !important;
}

.cat-item.current{
    background: #DBEAFF;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    border-radius: 4px;
}
.cat-item{
    background: #FFFFFF;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}
.cat-item:not(.current):hover {
    background: #F7F7F7;
}

#module-ascatalogo-catalogo .category-big-div, #module-ascatalogo-category .category-big-div{
background: url(../../../../c/4-category_large/neumaticos.jpg) no-repeat center center;
    background-size: cover;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    margin-bottom: 110px;
}

#module-ascatalogo-catalogo .breadcrumb .my-bread, #module-ascatalogo-category .breadcrumb .my-bread{
    margin-left: -80px;
    padding-top: 20px;
    padding-bottom: 64px;
}
#module-ascatalogo-catalogo .categoria-breadcrump, #module-ascatalogo-category .categoria-breadcrump{
    padding-top: 80px;
    padding-top: 132px;
}

#module-ascatalogo-catalogo .category-big-div h1, #module-ascatalogo-category .category-big-div h1{
    padding-bottom: 32px;
}
#module-ascatalogo-catalogo .path-title, #module-ascatalogo-category .path-title{
    color: #156AE7;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-family: 'IBM Plex Sans';
}
.category-big-div p {
    padding-left: 0;
    width: 953px;
    font-size: 18px;
    padding-top: 0;
    line-height: 24px;
    color: #6F6F72;
    font-weight: 400;
}
.header-catalogo-wrapper {
    background: url(/../../img/cms/header-card-catalogue.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    position: relative;
    margin-top: -20px;
    margin-bottom: 24px;
    height: auto;
}
.header-catalogo-wrapper {
    aspect-ratio: 1200 / 390; /* Ajusta estos valores al aspect ratio real de tu imagen (ancho/alto) */
}
@media (max-width: 768px) {
    .category-big-div p {
        width: auto;
    }
    .breadcrumb .row {
        display: block;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .header-catalogo-wrapper {
        background: url(/../../img/cms/header-card-catalogue-responsive.png) no-repeat;
        background-size: 100% auto;
        background-position: center;
        width: 100%;
        margin-bottom: 24px;
        aspect-ratio: auto; 
        position: relative;
    }
    
    .header-catalogo-wrapper::before {
        content: "";
        display: block;
        padding-bottom: calc(1035 / 768 * 100%); 
    }
    #module-ascatalogo-catalogo .category-big-div, #module-ascatalogo-category .category-big-div {
        background: url(../../../../c/4-category_large/neumaticos.jpg) no-repeat;
        background-size: cover;
        width: auto;
        margin-left: 0;
        margin-top: 0;
        height: auto;
        margin-bottom: 64px;
    }
    #module-ascatalogo-catalogo .breadcrumb .my-bread, #module-ascatalogo-category .breadcrumb .my-bread {
        margin-left: -20px;
        /* padding-top: 32px; */
        padding-bottom: 64px;
    }
    .content-wrapper-catalogo{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .row-catalogo {
        display: flex;
        flex-direction: column;
    }
    
    .row-catalogo #left-column {
        order: 1;
        margin-bottom: 20px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    .row-catalogo #content-wrapper {
        order: 2;
    }
}

.catalogo-titulo{
    color:#020202;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
}

.catalogo-desc{
    font-weight: 400  !important;
}

.row-catalogo{
    margin-bottom:80px;
}

/* Estilos de la lista desktop */
@media screen and (min-width: 769px) {
    .mobile-dropdown-container {
        display: none;
    }
}

/* Estilos para el desplegable en móvil */
@media screen and (max-width: 768px) {
    .desktop-list {
        display: none;
    }
    
    .mobile-dropdown-container {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 32px;
    }
    
    .mobile-dropdown {
        position: relative;
        width: 100%;
    }
    
    .selected-option {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 12px 15px;
        cursor: pointer;
        background-color: #fff;
    }
    
    .dropdown-icon {
        transition: transform 0.3s ease;
    }
    
    .dropdown-icon.active {
        transform: rotate(180deg);
    }
    
    .dropdown-options {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ddd;
        border-top: none;
        border-radius: 0 0 4px 4px;
        z-index: 10;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        visibility: hidden;
    }
    
    .dropdown-options.active {
        max-height: 300px;
        visibility: visible;
        overflow-y: auto;
    }
    
    .option {
        padding: 10px 15px;
        cursor: pointer;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .option:hover {
        background-color: #f8f8f8;
    }
    
    .option:last-child {
        border-bottom: none;
    }
}

/* BTN - Ver catálogo */
.zoom-gallery {
  position: relative;
  overflow: hidden;
}
.catalog-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0657A1;
  padding: 16px 24px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#module-ascatalogo-catalogo .catalog-overlay-button a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 500;
  line-height: 24px;
}
#module-ascatalogo-catalogo .catalog-overlay-button:hover {
    background-color: #00A6FB;
}
.zoom-gallery:hover .catalog-overlay-button {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}


@media only screen and (max-width: 767px) {
    #module-ascatalogo-catalogo .catalogo-titulo, #module-ascatalogo-catalogo .catalogo-desc {
        margin-bottom: 0px;
    }
    #module-ascatalogo-catalogo #left-column {
        margin-top: 0px;
    }
    #module-ascatalogo-catalogo .catalogo-titulo {
        padding-top: 32px;
    }
}

#module-ascatalogo-catalogo .mobile-dropdown-container, #module-ascatalogo-catalogo .dropdown-options {
    color: #6F6F72;
}

article.post {
    background: #f7f7f7;
    border-radius: 4px;
}

article.post img {
    padding: 32px 62px;
}