/* TEMPLATE SINGLE */

.super-catalogo .entry-title {
    margin-bottom: 38px;
    text-align: center;
}

.post-producto-image-main {
    margin-bottom: 20px;
}

.post-producto-thumb-row {
    margin-bottom: 20px;
}

.post-producto-image-mini {
    margin-bottom: 20px;
}

.post-producto-text-name {
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.post-producto-text-desc {
    margin: 15px 0;
}

.post-producto-label-detalle {
    margin: 15px 15px 15px;
    font-weight: 600;
    width: 100%;
}

.post-producto-text-detalle {
    margin: 0 15px 38px;
    width: 100%;
}

.post-producto-badge {
    font-weight: 400 !important;
}

.post-producto-button-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.post-producto-button {
    min-width: 300px;
    text-align: center;
}

.post-producto-mapa {
    margin-bottom: 62px;
}


@media only screen and (max-width: 670px) {

    .post-producto-button {
        width: 100%;
    }

}



/* TEMPLATE ARCHIVE */

.tax-catalogo h1.page-title {
    text-align: center;
}

.tax-catalogo .taxonomy-description {
    text-align: center;
}

.archive .super-catalogo {
    border-top: 1px #aaa dashed;
    padding: 30px 50px;
}

.archive-producto-text-name {
    font-weight: 600;
}

.archive .super-catalogo h1.entry-title {
    text-align: left;
}

.archive-producto-badge {
    font-weight: 400 !important;
}


@media only screen and (max-width: 670px) {

    .archive .super-catalogo {
        padding: 30px 5px;
    }

    .archive-producto-text-name {
        text-align: center;
        margin: 12px 0;
    }

    .archive-producto-button {
        width: 100%;
        margin: 5px 0;
    }

    .archive .super-catalogo h1.entry-title {
        text-align: center;
    }

}

/* SHORTCODE GRILLA TAXONOMIAS*/

.grilla-producto-tax-col {
    text-align: center;
    margin: 30px 0;
}

.grilla-producto-tax-button {
    width: 100%;
}

.grilla-producto-tax-nombre {
    margin: 10px auto;
}


/* SHORTCODE GRILLA*/

.grilla-producto-col {
    text-align: center;
    margin: 30px 0;
}

.grilla-producto-button {
    width: 100%;
}

.grilla-producto-nombre {
    margin: 10px auto;
}


/* SHORTCODE LISTA*/

.lista-producto-perfil-row {
    margin-top: 24px;
    margin-bottom: 24px;
}

.lista-producto-perfil-nombre {
    margin: 10px 0;
}

.lista-producto-perfil-data {
    font-size: .9em;
    line-height: .8em;
}

.lista-producto-perfil-button {
    margin: 5px;
}

@media only screen and (max-width: 670px) {

    .lista-producto-perfil-button {
        width: 100%;
    }

    .lista-producto-perfil-nombre {
        text-align: center;
    }

}


/* ------------------------------------------------------------------------------------------
Exclusive For screen -670px
   ------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 670px) {

    .lista-producto-perfil-button {
        width: 100%;
    }

    .lista-producto-perfil-nombre {
        text-align: center;
    }

    .post-producto-button {
        width: 100%;
    }

    .archive .super-catalogo {
        padding: 30px 5px;
    }

    .archive-producto-text-nombre {
        text-align: center;
        margin: 12px 0;
    }

    .archive-producto-button {
        width: 100%;
        margin: 5px 0;
    }

}

/* FILTROS DE IMAGEN DEL PLUGIN */

/* Zoom */
.super-catalogo-filter-zoom {
    overflow: hidden;
}

.super-catalogo-filter-zoom img {
    -webkit-transition: all 500ms ease;
    /* Safari and Chrome */
    -moz-transition: all 500ms ease;
    /* Firefox */
    -ms-transition: all 500ms ease;
    /* IE 9 */
    -o-transition: all 500ms ease;
    /* Opera */
    transition: all 500ms ease;
}

.super-catalogo-filter-zoom:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}

/* Rotar*/
.super-catalogo-filter-rote {
    overflow: hidden;
}

.mktpcat-slider-wrapper {
    display: flex;
    flex-direction: column;
}

.mktpcat-slider-wrapper.thumb-position-left {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.mktpcat-slider-wrapper.thumb-position-right {
    flex-direction: row;
    align-items: flex-start;
}

.mktpcat-slider-wrapper .post-super-catalogo-main-row {
    width: 100%;
}

.mktpcat-slider-wrapper.thumb-position-left .post-super-catalogo-main-row,
.mktpcat-slider-wrapper.thumb-position-right .post-super-catalogo-main-row {
    width: 80%;
}

.mktpcat-slider-wrapper .swiper-container {
    width: 100%;
}

.mktpcat-slider-wrapper.thumb-position-left .swiper-container,
.mktpcat-slider-wrapper.thumb-position-right .swiper-container {
    width: 20%;
    height: auto;
}

.mktpcat-slider-wrapper .swiper-wrapper {
    display: flex;
}

.mktpcat-slider-wrapper.thumb-position-left .swiper-wrapper,
.mktpcat-slider-wrapper.thumb-position-right .swiper-wrapper {
    flex-direction: column;
}

.mktpcat-slider-wrapper .swiper-slide {
    cursor: pointer;
    margin-bottom: 10px;
}

.super-catalogo-filter-rote img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.super-catalogo-filter-rote img:hover {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}


/* Flashing */
.super-catalogo-filter-flash:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

/* Estilos para Pestañas */
.mktpcat-text-detalle .nav-tabs {
    margin-bottom: 15px;
}

/* Estilos para Acordeón */
.mktpcat-text-detalle .card {
    margin-bottom: 5px;
}

.mktpcat-text-detalle .card-header {
    padding: .75rem 1.25rem;
}

/*
 * Mktpcat Catalogo Styles
 */
.mktpcat-catalogo-wrapper {
    margin-top: 20px;
}

/* Sidebar Filters */
.mktpcat-sidebar {
    padding-right: 20px;
}

.mktpcat-sidebar h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a202c;
}

.mktpcat-sidebar .small {
    color: #4a5568;
    margin-bottom: 1rem;
}

.mktpcat-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.mktpcat-sidebar li {
    margin-bottom: 10px;
}

.mktpcat-sidebar label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #2d3748;
}

.mktpcat-sidebar input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 0;
    cursor: pointer;
    flex-shrink: 0;
}

/* Grid Items */
.mktpcat-grid-items {
    margin-left: -15px;
    margin-right: -15px;
}

.mktpcat-item {
    margin-bottom: 30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mktpcat-item .mktpcat-card {
    height: 100%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.mktpcat-item .mktpcat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.3), 0 10px 10px -5px rgba(59, 130, 246, 0.2);
}

.mktpcat-item.filtered-out {
    display: none !important;
}

.mktpcat-item.page-hidden {
    display: none !important;
}

/* Pagination */
.mktpcat-pagination {
    margin-top: 40px;
    margin-bottom: 30px;
}

.mktpcat-pagination .pagination {
    justify-content: center;
    gap: 5px;
}

.mktpcat-pagination .page-item {
    margin: 0 3px;
}

.mktpcat-pagination .page-link {
    color: #1a202c;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.mktpcat-pagination .page-link:hover {
    background-color: #f7fafc;
    border-color: #cbd5e0;
    color: #2d3748;
}

.mktpcat-pagination .page-item.active .page-link {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: #ffffff;
}

.mktpcat-pagination .page-item.disabled .page-link {
    color: #cbd5e0;
    pointer-events: none;
    background-color: transparent;
}

/* Mobile Filter */
.mktpcat-mobile-filter {
    margin-bottom: 20px;
}

.mktpcat-mobile-filter .btn {
    text-align: left;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mktpcat-mobile-filter .card {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    margin-top: 10px;
}

.mktpcat-mobile-filter .card-body {
    padding: 1rem 2.25rem;
    background-color: #f8f9fa;
}

.mktpcat-mobile-filter ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.mktpcat-mobile-filter li {
    margin-bottom: 12px;
}

.mktpcat-mobile-filter li:last-child {
    margin-bottom: 0;
}

.mktpcat-mobile-filter label {
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #2d3748;
    padding: 4px 0;
}

.mktpcat-mobile-filter input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 0;
    cursor: pointer;
    flex-shrink: 0;
}