/* VARS */
:root {
    --font-primary: 'NyghtSerif', Serif;
    --font-secondary: 'Inter', sans-serif;
    --border-radius: 30px;
    --color-primary: #DADE8B;
    --color-secondary: #4F637D;
    --color-green: #ACBD70;
    --color-white: #fff;
    --color-black: #091021;
    --color-light-blue: #BAD4F5;
    --color-light-blue-text: #4F637DB2;
}

/* FONTS */
@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Regular.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-RegularItalic.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Light.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-LightItalic.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Medium.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-MediumItalic.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Bold.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-BoldItalic.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-BoldItaXlic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Dark.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Dark.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'NyghtSerif';
    src: url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-DarkItalic.woff2') format('woff2'),
        url('../../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-DarkItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "NyghtSerif Regular";
    font-style: normal;
    font-weight: 400;
    src: url("../../../modules/iqitthemeeditor/views/fonts/NyghtSerif-Regular.woff") format("woff");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 400;
}

#main-page-content {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
}

#wrapper {
    flex: 1 !important;
}

#content-wrapper .page-title {
    font-weight: 400;
    padding: 59px 0 0 0;
}

#header nav.header-nav {
    background: none;
    padding-top: 0;
}

#header i.fa-regular,
#header i.fa-solid,
#header .header-user-icon {
    width: 28px;
    height: 28px;
    font-size: unset !important;
    font-weight: 400;
}

#header .header-user-icon {
    margin-top: -4px;
}

#header img.logo {
    width: 295px;
}

.fa-regular.fa-cart-shopping {
    color: var(--color-secondary);
}

a:hover:not(.nav-link):not(.btn) {
    color: var(--color-green);
}

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

    #header i.fa-regular,
    #header i.fa-solid,
    #header .header-user-icon {
        font-size: 2rem !important;
        font-weight: 300;
    }

    #header img.logo {
        width: 173px;
    }
}

/* GENERAL CLASSES */
.pa_custom_button_light a {
    padding: 15px 26px;
}

.pa_custom_button_light a span.elementor-button-text {
    display: flex;
    gap: 17px;
    align-items: center;
}

.pa_custom_button_light a span.elementor-button-text img {
    width: 18px;
    height: 20px;
}

.pa_nyght-serif p {
    font-family: var(--font-primary);
}

.discount-percentage,
.discount-amount {
    border-radius: var(--border-radius);
    font-size: 14px;
    padding: 4px 10px;
    color: var(--color-secondary);
}

.regular-price {
    color: var(--color-light-blue-text);
    font-size: 16px;
    font-weight: 400;
}

.btn-primary,
.btn-secondary {
    padding: 8px 14px;
    border-radius: var(--border-radius);
    transition: none !important;
}

.pa_custom-italic {
    font-style: italic;
    font-weight: 400;
}

.pa_display-flex {
    display: flex !important;
}

.pa_text-primary {
    color: var(--color-green);
}

/* INDEX */
#index #header {
    background: none;
}

#index #wrapper {
    padding-bottom: 0;
    margin-top: -91px;
}

#index .pa_underline .elementor-heading-title {
    text-decoration: underline;
    cursor: pointer;
    color: var(--color-green);
}


#index #content .pa_hero-block {
    background-image: linear-gradient(90deg, rgba(9, 16, 33, 1) 5%, rgba(79, 99, 125, 1) 38%, rgba(255, 255, 255, 0) 100%),
        url(/img/cms/home/hero-banner.png);
    background-blend-mode: overlay;
    background-position: center;
}

#index .pa_underline .elementor-heading-title:hover {
    text-decoration: none;
}

#index #desktop-header.desktop-header-style-4:not(.stuck) li.cbp-hrmenu-tab a {
    color: var(--color-white);
}

#index .pa_index-product-carousel .elementor-column-wrap.elementor-element-populated {
    padding: 0px 15px;
}

.pa_index-carousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    gap: 20px;
    width: 100% !important;
}

.pa_index-carousel-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    gap: 20px;
    width: 100% !important;
    animation: pa-carousel-loop 20s linear infinite;
}

.pa_index-carousel img {
    height: 40px;
    width: auto;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.pa_index-carousel span {
    font-family: var(--font-primary, serif);
    color: var(--color-green);
    font-weight: 400;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}


#index .pa_index-marquee .elementor-container.elementor-column-gap-default {
    max-width: 100%;
}

#index .pa_index-marquee {
    max-width: 100vw;
    overflow: hidden;
}

#index section.elementor-blog-posts .swiper-wrapper .swiper-slide {
    padding: 10px;
}

#index section.elementor-blog-posts .swiper-wrapper .swiper-slide img {
    border-radius: 20px;
}

.simpleblog__listing__post__wrapper .post-title {
    font-family: var(--font-secondary);
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.simpleblog__listing__post__wrapper__content p[itemprop="description"] {
    display: none !important;
}

.simpleblog__listing__post__wrapper__footer {
    display: none !important;
}

.pa_index-see-all-blog .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
}

.simpleblog__listing__post__wrapper__content__headline {
    border-bottom: none !important;
}

@keyframes pa-carousel-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-40%);
    }
}

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

    #index .product_image_index .elementor-image img {
        max-width: 100%;
    }

    #index #mobile-header {
        border-bottom: none;
    }

    #index .flex-row-cats .elementor-widget-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #index .pa_index-product-carousel .elementor-column-wrap.elementor-element-populated {
        padding: 0;
    }

    #index #content .pa_hero-block {
        background-image: url('/img/cms/home/home-hero-mobile.png');
        background-position: center;
    }

    #index #content .pa_hero-block .elementor-column-wrap .elementor-widget-wrap {
        height: 100%;
    }

    #index #content .pa_hero-block .elementor-column-wrap .elementor-widget-wrap .elementor-inner-section {
        position: absolute;
        top: 13em;
    }

    #index #content .pa_hero-block .elementor-column-wrap .elementor-widget-wrap .pa_custom_button_light {
        position: absolute;
        bottom: 2em;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    #index .elementor-section .gato1 {
        width: 200px;
        margin-left: 15px;
    }

    #index .elementor-section .gato2 {
        width: 200px;
        margin-left: -15px;
    }

    .pa_index-icon-grid .elementor-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 16px;
        padding: 3em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* PRODUCT GRID */
.js-product-miniature-wrapper .thumbnail-container {
    position: relative;
    overflow: hidden;
}

.js-product-miniature-wrapper .product-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.js-product-miniature-wrapper .product-thumbnail picture {
    display: block;
    width: 100%;
    aspect-ratio: 421 / 540;
    overflow: hidden;
}

.js-product-miniature-wrapper .product-thumbnail picture+picture {
    position: absolute;
    inset: 0;
}

.js-product-miniature-wrapper .product-thumbnail picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
}

.js-product-miniature-wrapper span.regular-price.text-muted {
    color: #4F637D80 !important;
}

.js-product-miniature-wrapper .product-description .product-title {
    font-family: Inter, Sans-serif;
    font-size: 14px;
}

.js-product-miniature-wrapper .product-description div.row {
    flex-direction: column;
}

.js-product-miniature-wrapper .product-description div.row .product-miniature-right {
    text-align: left;
}

.js-product-miniature-wrapper .product-description div.row .product-miniature-right .product-price-and-shipping {
    display: flex;
    align-items: center;
}

.js-product-miniature-wrapper .product-description div.row .product-miniature-right .product-price-and-shipping .product-price {
    font-size: 16px;
}

.js-product-miniature-wrapper .product-description div.row .product-miniature-right .product-price-and-shipping .regular-price.text-muted {
    font-size: 14px;
    margin-left: 10px;
}

ul.product-flags.js-product-flags li {
    border-radius: var(--border-radius);
    font-size: 14px;
    height: 15px !important;
    padding: 4px 10px;
    color: #4F637D;
}

ul.product-flags.js-product-flags {
    margin: 10px 0px 0px 10px;
}

.product-price-and-shipping:has(.regular-price) .product-price,
#product .product-prices:has(.product-discount) .product-price {
    color: var(--color-green) !important;
}

/* CATEGORY */
#pa_category-header-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
    align-items: center;
}

#pa_category-header-wrapper #js-product-list-top.products-selection {
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

#category #content-wrapper .page-title {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#category #wrapper {
    padding-top: 0;
}

.products-selection .form-control {
    border-radius: 25px;
}

#category div.elementor {
    margin: 160px 0 160px 0;
}

#category .page-title {
    font-style: italic;
}

@media screen and (max-width: 767px) {
    #category div.elementor {
        margin: 60px 0 60px 0;
    }
}


/* PRODUCT */
#product .product-prices.js-product-prices {
    display: flex;
    margin-bottom: 16px;
}

#product .pa_shipping-advice {
    font-size: 14px;
    color: var(--color-light-blue-text);
    line-height: 10px;
}

#product .discount-percentage {
    padding: 10px 20px;
}

#product h1.h1.page-title {
    font-weight: 400;
    margin-bottom: 30px;
}

#product .product_header_container .product-description {
    color: var(--color-light-blue-text);
    font-size: 14px;
    margin-bottom: 30px;
}

#product .tax-shipping-delivery-label {
    font-size: 14px;
}

#product .product-cover img {
    margin: 0 auto;
    width: 100%;
}

.products-grid {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important;
}

.products-grid .js-product-miniature-wrapper {
    padding: 0.5em !important;
}

#product #col-product-info {
    padding: 2em 1.5em 2em 1.5em;
    border: 1px solid var(--color-secondary);
    border-radius: 20px;
}


#product .product-description-section .section-content {
    font-size: 14px !important;
}

#product .product-description-section .section-title span {
    font-style: italic;
}

#product .images-container {
    padding-bottom: 0;
    margin-bottom: 0;
}

#product .after-cover-tumbnails2.mt-4,
#product .product-info-row {
    margin-top: 0 !important;
}

#product #product-images-large #swiper-wrapper-column-images {
    margin: -6px;
}

#product #swiper-wrapper-column-images picture img {
    border-radius: 20px;
}

#product #main-product-wrapper .product-lmage-large {
    padding: 6px;
}

#product .tabs.product-tabs.product-sections {
    margin-top: 12px;
}

#product .product-info-row {
    margin-bottom: 0;
}

#product .product-description-section>.elementor+.section-title {
    margin-top: 2em;
}

#product #product-details-wrapper {
    display: none;
}

#product section.category-products .section-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 48px;
    padding-bottom: 0;
}

#product .product-prices.js-product-prices * {
    font-weight: 400 !important;
}

#product .product-description-section>.elementor~.section-title.product-section-title,
#product .product-description-section>.elementor~.section-content .section-title.product-section-title {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 14px;
}

#product .product-sections .elementor .elementor-row>.elementor-column {
    width: 58.3%;
}

#product .section-title.product-section-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    font-style: italic;
    width: 58.3%;
}

#product .product-description-section .section-content {
    width: 58.3%;
}

#product .product_header_container .badge-discount {
    margin-bottom: 30px;
}

.product_header_container {
    border-bottom: 1px solid var(--color-secondary);
}

.product-additional-info {
    border-top: 1px solid var(--color-secondary);
}

#col-product-info {
    z-index: 20;
    background: var(--color-white);
    transition: none !important;
    animation: none !important;
}

.col-product-info--fixed {
    position: fixed !important;
    top: 120px !important;
    transition: none !important;
    animation: none !important;
}

.col-product-info--stopped {
    position: absolute !important;
    transition: none !important;
    /* transition: top 0.05s linear; */
}

#product .add .fa-cart-shopping {
    padding-left: 0.4em;
}

@media screen and (min-width: 1024px) {
    #product .col-product-image {
        padding-right: 0;
    }

    #product .col-product-info {
        padding-left: 0;
    }

    #product .row.product-info-row {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
        padding-left: 1em;
    }

}

@media screen and (max-width: 1024px) {
    #product #product-images-large #swiper-wrapper-column-images {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    #product #main-product-wrapper section.product-description-section.block-section>div.elementor .elementor-image img {
        max-width: 100%;
    }

    #product .elementor .elementor-row>.elementor-column,
    #product .section-title.product-section-title,
    #product .product-description-section .section-content,
    #product .product-sections .elementor .elementor-row>.elementor-column {
        width: 100%;
    }

    #product .product_header_container .badge-discount {
        margin-bottom: 30px;
    }

    #product .section-title.product-section-title {
        font-size: 24px;
    }

    #product #content-wrapper .page-title {
        font-size: 36px;
    }

    #product #main-product-wrapper .product-lmage-large {
        padding: 0;
    }

    #product section.category-products .section-title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 18px;
    }

    #product section.product-description-section *:not(.section-title span, .section-title, h3, h4, h6, h6, div.elementor *) {
        font-size: 13px !important;
    }

    #product .product-add-to-cart .row.product-quantity {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    #product .product-add-to-cart .col-add-qty {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    #product .product-add-to-cart .col-add-btn {
        flex: 1 1 auto;
        width: auto;
        max-width: none;
    }

    #product .product-add-to-cart .col-add-btn div.add {
        height: 100%;
    }

    #product .product-add-to-cart .add-to-cart {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        white-space: nowrap;
        font-size: 14px;
        height: 100%;

    }

    #product .bootstrap-touchspin {
        min-width: 120px;
    }
}

/* FOOTER  */
#footer div.elementor-social-icons-wrapper {
    .elementor-social-icon-tiktok {
        outline: 1px solid var(--color-white);
        outline-offset: -5px;
    }

    .elementor-social-icon-instagram {
        outline: 1px solid var(--color-white);
        outline-offset: -5px;
    }

    .elementor-social-icon-facebook {
        outline: 1px solid var(--color-white);
        outline-offset: -5px;
    }
}

#footer #footer-container-main {
    background: var(--color-black);
    padding-top: 0;
}

#footer .elementor-links .block-links ul>li a::before {
    display: none;
}

#footer .elementor-links .block-links ul>li a {
    padding-left: 0;
}

#footer-container-main .block-content.footer-contact a {
    font-size: 14px;
    font-family: Inter, Sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-white);
}

#footer-container-main .block-content.footer-contact .fa-whatsapp,
#footer-container-main .block-content.footer-contact .fa-envelope {
    color: var(--color-light-blue);
}

#footer #footer-container-main .block {
    padding-bottom: 0;
}

#footer #footer-copyrights-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#footer #footer-copyrights-flex i {
    margin-right: 0.5rem;
}

#footer #footer-copyrights-flex p {
    margin: 0;
    color: var(--color-black);
}

#footer-copyrights p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

@media screen and (max-width: 767px) {
    #footer #footer-copyrights-flex {
        flex-direction: column;
    }
}

/* BLOG */
#module-ph_simpleblog-list p[itemprop="description"] {
    color: var(--color-light-blue-text);
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper img {
    border-radius: 30px;
}

#module-ph_simpleblog-single .author-card__block--thumb {
    flex: unset !important;
}

.ps-shoppingcart.dropdown #blockcart-content {
    min-width: 420px;
}

@media screen and (max-width: 767px) {
    .ps-shoppingcart.dropdown #blockcart-content {
        min-width: 320px;
    }
}

/* CART */
#cart .product-price {
    font-weight: 300;
}

#_desktop_blockcart-content .cart-totals * {
    font-size: 24px;
}

#blockcart-content {
    margin-top: 17px;
}

/* TOUCHSPIN (QUANTITIES) */
.bootstrap-touchspin {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    border: 1px solid var(--color-secondary);
    border-radius: var(--border-radius);
    overflow: hidden;
    background: var(--color-white);
}

/* Input de cantidad */
.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input[type="number"] {
    width: 40px !important;
    min-width: 40px;
    max-width: 50px;
    height: 36px;
    text-align: center;
    border: none !important;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    -moz-appearance: textfield;
}

.bootstrap-touchspin input[type="number"]::-webkit-inner-spin-button,
.bootstrap-touchspin input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bootstrap-touchspin input:focus {
    outline: none;
    box-shadow: none;
}

/* Botones de + y - */
.bootstrap-touchspin .input-group-btn {
    display: flex;
    align-items: center;
}

.bootstrap-touchspin .btn-touchspin {
    width: 36px;
    height: 36px;
    padding: 9px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none !important;
    color: var(--color-secondary);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: rgba(79, 99, 125, 0.1);
}

/* Ocultar prefijos y postfijos */
.bootstrap-touchspin .bootstrap-touchspin-prefix,
.bootstrap-touchspin .bootstrap-touchspin-postfix {
    display: none !important;
}

/* Quitar el ancho fijo del contenedor .qty en producto */
.product-quantity .qty {
    width: auto;
    height: auto;
}

.product-quantity .qty .input-group {
    height: auto;
}

/* Block cart (carrito lateral/modal) */
.block-cart-content .bootstrap-touchspin {
    width: auto;
    min-width: 100px;
}

.block-cart-content .block-cart-product-quantity {
    height: auto;
}

/* Página del carrito */
.cart-overview .bootstrap-touchspin {
    max-width: 120px;
}

/* Listado de productos */
.input-group-add-cart .bootstrap-touchspin {
    width: auto;
    min-width: 90px;
}

/* Quick view modal */
.quickview .bootstrap-touchspin {
    width: auto;
}

#blockcart-content .cart-products .bootstrap-touchspin {
    width: unset !important;
}

/* NAVIGATION ARROWS */
/* Navegador de imagenes en la ficha de producto */
.product-image-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
    top: unset !important;
    margin-top: unset !important;
}

.swiper-button-prev {
    margin-right: 2em;
}

.fa-arrow-right,
.fa-arrow-left {
    font-size: 36px;
    color: var(--color-secondary);
}

.images-container .swiper-button-arrow {
    background: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

/* Carrusel de productos relacionados y blogs*/
.category-products .product-image-navigation,
.elementor-products .product-image-navigation {
    margin-top: 20px;
}

.category-products .swiper-pagination,
.elementor-products .swiper-pagination,
.elementor-blog-posts .swiper-pagination {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    color: var(--color-secondary);
}

#index section.ph_simpleblog .fa-arrow-right,
#index section.ph_simpleblog .fa-arrow-left {
    color: var(--color-white);
}


@media screen and (max-width: 767px) {
    .product-image-navigation {
        height: 60px;
    }

    .swiper-button-prev {
        margin-right: 2em;
    }

    .category-products .swiper-pagination,
    .elementor-products .swiper-pagination,
    .elementor-blog-posts .swiper-pagination {
        display: block;
        position: static;
        margin-top: 10px;
    }
}

/* CMS */
#cms .pa_aboutus-desions,
#cms .pa_aboutus-responsability {
    height: 50%;
    align-items: center;
    display: flex;
}

#cms .pa_aboutus-responsability h2 {
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 47px;
}



#cms.cms-id-7 #content,
#cms.cms-id-7 #wrapper,
#cms.cms-id-7 #content-wrapper .page-title {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #cms .pa_aboutus-responsability h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

/* BLOG PAGE */
#module-ph_simpleblog-single h1,
#module-ph_simpleblog-single h2,
#module-ph_simpleblog-single h3,
#module-ph_simpleblog-single h4,
#module-ph_simpleblog-single h5,
#module-ph_simpleblog-single h6 {
    font-weight: 400;
}

#module-ph_simpleblog-single #inner-wrapper {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    background: var(--color-white);
}

#module-ph_simpleblog-single .simpleblog__post.blog-mb.cardblog {
    width: 100%;
}

/* Wrapper para la imagen sticky */
#module-ph_simpleblog-single .simpleblog__image-wrapper {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
    line-height: 0;
}

#module-ph_simpleblog-single .simpleblog__post.blog-mb.cardblog a.simpleblog__post-featured {
    display: block;
    width: 100%;
    line-height: 0;
}

#module-ph_simpleblog-single .simpleblog__post.blog-mb.cardblog img {
    width: 100%;
    display: block;
}

#module-ph_simpleblog-single div.simpleblog__post__content {
    position: relative;
    z-index: 2;
    background: var(--color-white);
    padding-bottom: 40px;
    padding: 3rem 3rem;
}

#module-ph_simpleblog-single div.simpleblog__post__content .rte-content {
    color: var(--color-secondary);
}

#module-ph_simpleblog-single header.page-header {
    padding-bottom: 30px;
}

/* Asegurar que la navegación y otros elementos estén por encima */
#module-ph_simpleblog-single nav,
#module-ph_simpleblog-single .simpleblog__post__after-content,
#module-ph_simpleblog-single .simpleblog__share,
#module-ph_simpleblog-single .post-author {
    position: relative;
    z-index: 2;
    background: var(--color-white);
}

/* Forzar fondo blanco en paginación y otros elementos */
#module-ph_simpleblog-single nav ul.pagination {
    background: var(--color-white);
    padding: 20px 0;
    margin-top: 0;
}

#module-ph_simpleblog-single .author-card__block.author-card__block--desc {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

/* CONTACT */
#contact form section.form-fields .form-group.row:first-child {
    display: none;
}

#contact #content-wrapper .page-title {
    margin-bottom: 0.8em;
    padding-bottom: 0;
}