/* Costa Azul Responsive Guard - mobile-only UI layer */
.caz-rg-header,
.caz-rg-overlay,
.caz-rg-drawer,
.caz-rg-bottom,
.caz-rg-product-accordion {
    display: none;
}

@media (max-width: 767px), (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    body.caz-rg-mobile .caz-rg-bottom {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }
}

#header .page-width,
#footer .page-width,
#main-content .page-width,
body .elementor-section.elementor-section-boxed > .elementor-container,
#header .pk-sub-menu .elementor {
    max-width: 1410px !important;
}

.caz-rg-hidden-price {
    display: none !important;
}

.product-miniature.caz-import-no-price .rg-price-wrap::before,
.product-miniature.caz-import-no-price .product-price-and-shipping::before,
article.product-miniature.caz-import-no-price .rg-price-wrap::before,
article.product-miniature.caz-import-no-price .product-price-and-shipping::before {
    content: "" !important;
    display: none !important;
}

.pk-search-widget .pk-search-results {
    background: #fff !important;
    border: 1px solid rgba(8, 40, 84, .14) !important;
    border-radius: 0 0 22px 22px !important;
    box-shadow: 0 20px 48px rgba(8, 40, 84, .2) !important;
    box-sizing: border-box !important;
    left: 0 !important;
    max-height: min(72vh, 680px) !important;
    overflow: auto !important;
    padding: 8px 18px 18px !important;
    width: min(960px, calc(100vw - 56px)) !important;
    z-index: 10030 !important;
}

.pk-search-widget .pk-search-results ul,
.pk-search-widget .pk-search-results ol {
    margin: 0 !important;
    padding: 0 !important;
}

.pk-search-widget .pk-search-results li {
    border-bottom: 1px solid rgba(8, 40, 84, .16) !important;
    box-sizing: border-box !important;
    list-style: none !important;
    min-height: 124px !important;
    padding: 10px 0 !important;
}

.pk-search-widget .pk-search-results li:last-child {
    border-bottom: 0 !important;
}

.pk-search-widget .pk-search-results li > a,
.pk-search-widget .pk-search-results li .flex-container {
    align-items: center !important;
    box-sizing: border-box !important;
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: 150px minmax(0, 1fr) !important;
    min-height: 104px !important;
    width: 100% !important;
}

.pk-search-widget .pk-search-results img {
    aspect-ratio: 16 / 9 !important;
    border-radius: 8px !important;
    display: block !important;
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
    width: 150px !important;
}

.pk-search-widget .pk-search-results .product-brand,
.pk-search-widget .pk-search-results .manufacturer,
.pk-search-widget .pk-search-results .brand,
.pk-search-widget .pk-search-results .price,
.pk-search-widget .pk-search-results price {
    display: none !important;
}

.pk-search-widget .pk-search-results .product-title,
.pk-search-widget .pk-search-results .product-title a,
.pk-search-widget .pk-search-results a {
    color: #060077 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: clamp(18px, 1.8vw, 24px) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.14 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.pk-search-widget .pk-search-results .btn,
.pk-search-widget .pk-search-results button,
.pk-search-widget .pk-search-results a[href*="busqueda"],
.pk-search-widget .pk-search-results .pk-goto-search {
    align-items: center !important;
    background: #095bd8 !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    justify-content: center !important;
    letter-spacing: .03em !important;
    min-height: 48px !important;
    padding: 0 28px !important;
    text-transform: none !important;
    width: auto !important;
}

.pk-search-widget .pk-search-results .pk-load-more {
    display: none !important;
}

.pk-search-widget .pk-search-results .pk-goto-search {
    font-size: 0 !important;
}

.pk-search-widget .pk-search-results .pk-goto-search::before {
    content: "Ver todos los resultados";
    font-size: 16px !important;
}

.pk-search-widget .pk-search-results .load-more-container {
    justify-content: flex-start !important;
    padding: 18px 0 2px !important;
}

html body .pk-search-widget .pk-search-results {
    background: #fff !important;
    border: 1px solid rgba(8, 40, 84, .12) !important;
    border-radius: 0 0 18px 18px !important;
    box-shadow: 0 16px 38px rgba(8, 40, 84, .18) !important;
    box-sizing: border-box !important;
    max-height: min(72vh, 560px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 14px 18px 16px !important;
    width: min(720px, calc(100vw - 48px)) !important;
}

html body .pk-search-widget .pk-search-results li.flex-container,
html body .pk-search-widget .pk-search-results li {
    align-items: center !important;
    border-bottom: 1px solid #e5e9f0 !important;
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 128px minmax(0, 1fr) !important;
    min-height: 96px !important;
    padding: 10px 0 !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
html body .pk-search-widget .pk-search-results li > a:first-child {
    display: block !important;
    grid-column: 1 !important;
    width: 128px !important;
}

html body .pk-search-widget .pk-search-results li .product-details {
    grid-column: 2 !important;
    min-width: 0 !important;
    padding: 0 !important;
}

html body .pk-search-widget .pk-search-results img {
    aspect-ratio: 16 / 9 !important;
    border-radius: 8px !important;
    display: block !important;
    height: 78px !important;
    max-height: 78px !important;
    object-fit: cover !important;
    width: 128px !important;
}

html body .pk-search-widget .pk-search-results a.product-title,
html body .pk-search-widget .pk-search-results .product-title,
html body .pk-search-widget .pk-search-results .product-title a {
    color: #06449a !important;
    display: block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.18 !important;
    margin: 0 !important;
    max-width: 100% !important;
    text-decoration: none !important;
    text-transform: none !important;
}

html body .pk-search-widget .pk-search-results .product-brand,
html body .pk-search-widget .pk-search-results .price,
html body .pk-search-widget .pk-search-results price {
    display: none !important;
}

html body .pk-search-widget .pk-search-results .load-more-container {
    align-items: center !important;
    background: #fff !important;
    border-top: 1px solid #e5e9f0 !important;
    bottom: 0 !important;
    display: flex !important;
    gap: 0 !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 14px 0 2px !important;
    position: sticky !important;
}

html body .pk-search-widget .pk-search-results .pk-load-more {
    display: none !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search {
    align-items: center !important;
    background: #095bd8 !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 0 !important;
    font-weight: 700 !important;
    height: 44px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    min-height: 44px !important;
    padding: 0 24px !important;
    text-transform: none !important;
    width: auto !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search::before {
    color: #fff !important;
    content: "Ver todos los resultados" !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
}

@media (max-width: 767px) {
    html body .pk-search-widget .pk-search-results {
        left: 10px !important;
        max-height: min(72vh, 520px) !important;
        padding: 12px 14px 14px !important;
        width: calc(100vw - 20px) !important;
    }

    html body .pk-search-widget .pk-search-results li.flex-container,
    html body .pk-search-widget .pk-search-results li {
        grid-template-columns: 104px minmax(0, 1fr) !important;
        min-height: 82px !important;
    }

    html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
    html body .pk-search-widget .pk-search-results li > a:first-child {
        width: 104px !important;
    }

    html body .pk-search-widget .pk-search-results img {
        height: 64px !important;
        max-height: 64px !important;
        width: 104px !important;
    }

    html body .pk-search-widget .pk-search-results a.product-title,
    html body .pk-search-widget .pk-search-results .product-title,
    html body .pk-search-widget .pk-search-results .product-title a {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
}

body#search #js-product-list .product-list-container,
body#search .products {
    align-items: stretch !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
}

body#search #js-product-list article.product-miniature,
body#search article.product-miniature {
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 28px rgba(8, 40, 84, .11) !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
}

body#search article.product-miniature .thumbnail-container,
body#search article.product-miniature .thumbnail,
body#search article.product-miniature .product-thumbnail {
    width: 100% !important;
}

body#search article.product-miniature .product-thumbnail img,
body#search article.product-miniature .thumbnail-container img {
    aspect-ratio: 16 / 10 !important;
    display: block !important;
    height: auto !important;
    object-fit: cover !important;
    width: 100% !important;
}

body#search article.product-miniature .product-desc-wrap,
body#search article.product-miniature .product-description {
    box-sizing: border-box !important;
    min-height: 172px !important;
    padding: 16px 62px 18px 18px !important;
}

body#search article.product-miniature .product-title,
body#search article.product-miniature .product-title a {
    color: #060077 !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
}

body#search article.product-miniature.caz-import-no-price .product-price-and-shipping,
body#search article.product-miniature .product-price-and-shipping:has(.price:empty),
body#search article.product-miniature .product-price-and-shipping:has(.price.caz-rg-hidden-price) {
    display: none !important;
}

body#search .block-categories a[href*="/3-clothes"],
body#search .block-categories a[href*="/4-men"],
body#search .block-categories a[href*="/5-women"],
body#search .block-categories a[href*="/6-accessories"],
body#search .block-categories a[href*="/7-stationery"],
body#search .block-categories a[href*="/8-home-accessories"],
body#search .block-categories a[href*="/9-art"] {
    display: none !important;
}

body#search main#main-content {
    background: #f5f2f0 !important;
}

body#search .page-width.main-content,
body#search #wrapper,
body#search #wrapper > .row {
    box-sizing: border-box !important;
    display: block !important;
    max-width: 1410px !important;
    width: 100% !important;
}

body#search #left-column,
body#search .sidebar,
body#search .pksidebar,
body#search #search_filter_toggler,
body#search #js-product-list-top {
    display: none !important;
}

body#search #main {
    box-sizing: border-box !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 1410px !important;
    padding: 48px 0 72px !important;
    width: 100% !important;
}

body#search #main h1,
body#search #main .h1,
body#search #main .page-title {
    color: #123764 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: clamp(28px, 2.4vw, 38px) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    margin: 0 0 34px !important;
    text-transform: none !important;
}

body#search #js-product-list {
    width: 100% !important;
}

body#search #js-product-list .product-list-container,
body#search .products {
    align-items: stretch !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)) !important;
    width: 100% !important;
}

body#search #js-product-list article.product-miniature,
body#search article.product-miniature {
    background: #fff !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12) !important;
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
    width: 100% !important;
}

body#search #js-product-list article.product-miniature:hover,
body#search article.product-miniature:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
    transform: translateY(-5px) !important;
}

body#search article.product-miniature .thumbnail-container,
body#search article.product-miniature .thumbnail,
body#search article.product-miniature .product-thumbnail,
body#search article.product-miniature .product-thumbnail a {
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    overflow: hidden !important;
    width: 100% !important;
}

body#search article.product-miniature .product-thumbnail img,
body#search article.product-miniature .thumbnail-container img {
    aspect-ratio: 16 / 9 !important;
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    height: auto !important;
    object-fit: cover !important;
    width: 100% !important;
}

body#search article.product-miniature .product-desc-wrap,
body#search article.product-miniature .product-description {
    background: #fff !important;
    box-sizing: border-box !important;
    min-height: 190px !important;
    padding: 1.5rem 64px 1.5rem 1.5rem !important;
}

body#search article.product-miniature .product-title,
body#search article.product-miniature .product-title a {
    color: #06449a !important;
    display: block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    line-height: 1.16 !important;
    margin: 0 0 .7rem !important;
    text-decoration: none !important;
    text-transform: none !important;
}

body#search article.product-miniature .short-desc,
body#search article.product-miniature .short-desc p {
    color: #555 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: .95rem !important;
    line-height: 1.5 !important;
    margin: 0 0 .6rem !important;
}

body#search article.product-miniature .hook-reviews {
    color: #6a7483 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: .95rem !important;
    font-weight: 700 !important;
}

body#search article.product-miniature .hook-reviews::before {
    content: "◷" !important;
    color: #6a7483 !important;
    display: inline-block !important;
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    margin: 0 6px 0 0 !important;
}

body#search article.product-miniature .product-price-and-shipping {
    margin-top: auto !important;
}

body#search article.product-miniature .product-price-and-shipping .price {
    color: #123764 !important;
    font-size: 1.15rem !important;
    margin: 0 !important;
}

body#search article.product-miniature .caz-rg-card-plus,
body#search article.product-miniature .rg-card-link {
    bottom: 20px !important;
    height: 44px !important;
    min-width: 44px !important;
    right: 20px !important;
    width: 44px !important;
}

@media (max-width: 767px) {
    body#search .page-width.main-content,
    body#search #wrapper,
    body#search #main {
        max-width: 100% !important;
    }

    body#search #main {
        padding: 28px 0 48px !important;
    }

    body#search #js-product-list .product-list-container,
    body#search .products {
        gap: 18px !important;
        grid-template-columns: 1fr !important;
    }
}

html body#search .page-width.main-content,
html body#search #wrapper.container,
html body#search #wrapper,
html body#search #wrapper > .row,
html body#search #main.container,
html body#search #main {
    box-sizing: border-box !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(1768px, calc(100vw - 96px)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: min(1768px, calc(100vw - 96px)) !important;
}

html body#search #js-product-list .product-list-container,
html body#search .products {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
}

@media (max-width: 767px) {
    html body#search .page-width.main-content,
    html body#search #wrapper.container,
    html body#search #wrapper,
    html body#search #wrapper > .row,
    html body#search #main.container,
    html body#search #main {
        max-width: calc(100vw - 28px) !important;
        width: calc(100vw - 28px) !important;
    }

    html body#search #js-product-list .product-list-container,
    html body#search .products {
        grid-template-columns: 1fr !important;
    }
}

html body a,
html body a:active,
html body a:visited {
    color: #015efb !important;
    text-decoration: none !important;
}

html body .caz-rg-drawer nav a,
html body .caz-rg-drawer nav a:active,
html body .caz-rg-drawer nav a:visited {
    color: #173761 !important;
    text-decoration: none !important;
}

html body .caz-rg-drawer nav ul ul a,
html body .caz-rg-drawer nav ul ul a:active,
html body .caz-rg-drawer nav ul ul a:visited {
    color: #4b5b74 !important;
}

html body .caz-rg-quick a,
html body .caz-rg-quick a:active,
html body .caz-rg-quick a:visited {
    background: #edf4ff !important;
    color: #173761 !important;
    text-decoration: none !important;
}

html body .caz-rg-bottom a,
html body .caz-rg-bottom a:active,
html body .caz-rg-bottom a:visited,
html body .caz-rg-bottom button {
    color: #173761 !important;
    text-decoration: none !important;
}

html body .caz-rg-bottom a span,
html body .caz-rg-bottom button span {
    color: inherit !important;
}

html body .elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper .pk-ce-widget.view_grid.pk-flex {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

html body:not(#index):not(.cms-id-4) .elementor-element-7df6c05b {
    display: none !important;
}

html body#category.page-category .elementor-widget-pkcategorysubcategories figure.pk-subcategory {
    background: #06284f !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

html body#category.page-category .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image {
    background: #06284f !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    line-height: 1 !important;
    overflow: hidden !important;
}

html body#category.page-category .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image > span {
    aspect-ratio: 16 / 9 !important;
    background: #06284f !important;
    display: block !important;
    flex: 0 0 auto !important;
    line-height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
}

html body#category.page-category .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image > span > img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
}

html body#category.page-category .elementor-widget-pkcategorysubcategories .pk-subcategory-text {
    background: #06284f !important;
    flex: 1 1 auto !important;
}

html body #header .elementor-button,
html body #header .elementor-button:active,
html body #header .elementor-button:visited,
html body #header .elementor-button .elementor-button-text,
html body #header .elementor-button span {
    color: #fff !important;
}

html body .elementor-button.elementor-size-sm {
    border-radius: 20px !important;
    font-size: 15px !important;
    padding: 15px 24px !important;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease !important;
}

html body .elementor-button.elementor-size-sm:hover,
html body .elementor-button.elementor-size-sm:focus {
    box-shadow: 0 10px 22px rgba(0, 47, 95, .18) !important;
    transform: translateY(-2px) !important;
}

html body .elementor-button.elementor-size-sm:active {
    box-shadow: 0 5px 14px rgba(0, 47, 95, .14) !important;
    transform: translateY(0) !important;
}

body.caz-product-gallery-open {
    overflow: hidden !important;
}

body#product .caz-product-gallery-modal {
    align-items: center;
    background: rgba(5, 22, 44, .82);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 100200;
}

body#product .caz-product-gallery-modal.is-open {
    display: flex;
}

body#product .caz-product-gallery-modal__dialog {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
    display: grid;
    grid-template-rows: 74px minmax(0, 1fr);
    height: min(92vh, 980px);
    max-width: 1800px;
    overflow: hidden;
    width: min(96vw, 1800px);
}

body#product .caz-product-gallery-modal__header {
    align-items: center;
    border-bottom: 1px solid #e8edf4;
    display: grid;
    gap: 16px;
    grid-template-columns: 170px minmax(0, 1fr) auto 150px;
    padding: 0 24px;
}

body#product .caz-product-gallery-modal__title {
    color: #1f2430;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body#product .caz-product-gallery-modal__back,
body#product .caz-product-gallery-modal__close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #1f2430;
    cursor: pointer;
    display: inline-flex;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    gap: 8px;
    padding: 0;
}

body#product .caz-product-gallery-modal__back {
    justify-self: start;
}

body#product .caz-product-gallery-modal__close {
    justify-self: end;
}

body#product .caz-product-gallery-modal__close span {
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
}

body#product .caz-product-gallery-modal__actions {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
}

body#product .caz-product-gallery-modal__consult,
body#product .caz-product-gallery-modal__whatsapp {
    background: #0b74de;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15px;
    font-weight: 850;
    min-height: 44px;
    padding: 0 18px;
    transition: background-color .18s ease, transform .18s ease;
    white-space: nowrap;
}

body#product .caz-product-gallery-modal__whatsapp {
    background: #25d366;
}

body#product .caz-product-gallery-modal__consult:hover {
    background: #005fd0;
    transform: translateY(-1px);
}

body#product .caz-product-gallery-modal__whatsapp:hover {
    background: #1fb457;
    transform: translateY(-1px);
}

body#product .caz-product-gallery-modal__whatsapp[hidden] {
    display: none !important;
}

body#product .caz-product-gallery-modal__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    min-height: 0;
}

body#product .caz-product-gallery-modal__masonry {
    align-content: start;
    display: grid;
    gap: 14px;
    grid-auto-flow: dense;
    grid-auto-rows: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 0;
    overflow: auto;
    padding: 16px;
}

body#product .caz-product-gallery-modal__tile {
    background: #eef3f9;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    grid-row: span 21;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

body#product .caz-product-gallery-modal__tile--short {
    grid-row: span 17;
}

body#product .caz-product-gallery-modal__tile--tall {
    grid-row: span 28;
}

body#product .caz-product-gallery-modal__tile img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease, filter .22s ease;
    width: 100%;
}

body#product .caz-product-gallery-modal__tile:hover img {
    filter: saturate(1.05);
    transform: scale(1.035);
}

body#product .caz-product-gallery-modal__aside {
    border-left: 1px solid #e8edf4;
    min-height: 0;
    overflow: auto;
    padding: 22px;
}

body#product .caz-product-gallery-modal__summary {
    color: #4d596d;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

body#product .caz-product-gallery-modal__summary h3 {
    color: #1f2430;
    font-size: 18px;
    font-weight: 850;
    margin: 0 0 12px;
}

body#product .caz-product-gallery-modal__viewer {
    display: none;
}

body#product .caz-product-gallery-modal.is-viewer .caz-product-gallery-modal__masonry {
    display: none;
}

body#product .caz-product-gallery-modal.is-viewer .caz-product-gallery-modal__viewer {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) 34px 88px;
    min-height: 0;
    overflow: hidden;
    padding: 18px;
    position: relative;
}

body#product .caz-product-gallery-modal__figure {
    align-items: center;
    display: flex;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    justify-content: center;
    margin: 0;
    min-height: 0;
    width: 100%;
}

body#product .caz-product-gallery-modal__figure img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

body#product .caz-product-gallery-modal__arrow {
    align-items: center;
    background: rgba(255, 255, 255, .86);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(6, 34, 68, .12);
    color: #1f2430;
    cursor: pointer;
    display: flex;
    font-size: 44px;
    height: 54px;
    justify-content: center;
    position: absolute;
    top: calc(50% - 72px);
    transform: translateY(-50%);
    transition: background-color .18s ease, transform .18s ease;
    width: 54px;
    z-index: 3;
}

body#product .caz-product-gallery-modal__arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.04);
}

body#product .caz-product-gallery-modal__arrow--prev {
    left: 18px;
}

body#product .caz-product-gallery-modal__arrow--next {
    right: 18px;
}

body#product .caz-product-gallery-modal__counter {
    align-self: center;
    color: #1f2430;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 17px;
    font-weight: 750;
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
}

body#product .caz-product-gallery-modal__thumbs {
    display: flex;
    gap: 10px;
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 78px 4px;
    scrollbar-width: thin;
}

body#product .caz-product-gallery-modal__thumb {
    background: #eef3f9;
    border: 3px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    flex: 0 0 86px;
    height: 64px;
    overflow: hidden;
    padding: 0;
}

body#product .caz-product-gallery-modal__thumb.is-active {
    border-color: #0b74de;
}

body#product .caz-product-gallery-modal__thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1100px) {
    body#product .caz-product-gallery-modal__content {
        grid-template-columns: 1fr;
    }

    body#product .caz-product-gallery-modal__aside {
        display: none;
    }

    body#product .caz-product-gallery-modal__masonry {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body#product .caz-product-gallery-modal {
        padding: 8px;
    }

    body#product .caz-product-gallery-modal__dialog {
        border-radius: 12px;
        grid-template-rows: 112px minmax(0, 1fr);
        height: 96vh;
        width: 100%;
    }

    body#product .caz-product-gallery-modal__header {
        gap: 8px;
        grid-template-columns: 44px minmax(0, 1fr) 48px;
        grid-template-rows: 42px 44px;
        min-height: 58px;
        padding: 8px 12px 10px;
        position: relative;
        z-index: 5;
    }

    body#product .caz-product-gallery-modal__back span,
    body#product .caz-product-gallery-modal__close {
        font-size: 0;
    }

    body#product .caz-product-gallery-modal__close span {
        font-size: 32px;
    }

    body#product .caz-product-gallery-modal__title {
        font-size: 14px;
    }

    body#product .caz-product-gallery-modal__consult {
        font-size: 13px;
        min-height: 38px;
        padding: 0 12px;
    }

    body#product .caz-product-gallery-modal__actions {
        display: grid;
        gap: 6px;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
        width: 100%;
    }

    body#product .caz-product-gallery-modal__whatsapp {
        font-size: 13px;
        min-height: 38px;
        padding: 0 12px;
    }

    body#product .caz-product-gallery-modal.is-viewer .caz-product-gallery-modal__close {
        align-items: center;
        background: #fff;
        border: 1px solid #e3ebf5;
        border-radius: 999px;
        box-shadow: 0 10px 24px rgba(8, 40, 84, .18);
        display: inline-flex;
        height: 44px;
        justify-content: center;
        position: fixed;
        right: 12px;
        top: max(10px, env(safe-area-inset-top));
        width: 44px;
        z-index: 100220;
    }

    body#product .caz-product-gallery-modal__masonry {
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 10px;
    }

    body#product .caz-product-gallery-modal__tile {
        grid-row: span 18;
    }

    body#product .caz-product-gallery-modal__tile--short {
        grid-row: span 15;
    }

    body#product .caz-product-gallery-modal__tile--tall {
        grid-row: span 23;
    }

    body#product .caz-product-gallery-modal.is-viewer .caz-product-gallery-modal__viewer {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr) 30px 72px;
        padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    }

    body#product .caz-product-gallery-modal__arrow {
        display: none;
    }

    body#product .caz-product-gallery-modal__arrow--prev {
        left: 8px;
    }

    body#product .caz-product-gallery-modal__arrow--next {
        right: 8px;
    }

    body#product .caz-product-gallery-modal__thumbs {
        gap: 7px;
        padding: 0 4px 4px;
    }

    body#product .caz-product-gallery-modal__thumb {
        flex-basis: 70px;
        height: 52px;
    }
}

html body #header .elementor-shortcode .ps_mainmenu .ca-menu-icon {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    filter: none !important;
    height: 22px !important;
    object-fit: contain !important;
    padding: 0 !important;
    width: 22px !important;
}

html body #header .elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li > a {
    gap: 4px !important;
}

.pk-search-widget .svg-loader.in_progress,
#search_widget .svg-loader.in_progress,
#search_widget_mobile .svg-loader.in_progress,
form[role="search"] .svg-loader.in_progress,
form[action*="search"] .svg-loader.in_progress {
    display: none !important;
}

body#product .page-width.product-cover-thumbnails,
body#product .product-cover-thumbnails,
body#product .images-container,
body#product #product-images-cont {
    position: relative;
}

body#product .images-container,
body#product #product-images-cont {
    min-height: clamp(360px, 48vw, 760px);
}

body#product .images-container:has(#product-images-cont .rg-mosaic-gallery),
body#product #product-images-cont:has(.rg-mosaic-gallery) {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
}

body#product.caz-rg-product-gallery-loading .images-container::before,
body#product.caz-rg-product-gallery-loading #product-images-cont::before {
    animation: caz-rg-loader-shimmer 1.2s linear infinite;
    background: linear-gradient(100deg, #e6e8ec 0%, #f7f8fa 48%, #e6e8ec 100%);
    border-radius: 24px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-100%);
    z-index: 8;
}

body#product.caz-rg-product-gallery-loading .images-container::after,
body#product.caz-rg-product-gallery-loading #product-images-cont::after {
    background: #e6e8ec;
    border-radius: 24px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 7;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .product-cover,
body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .prod-image-zoom,
body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) picture,
body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .js-qv-product-cover {
    border-radius: 24px !important;
    overflow: hidden !important;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)),
body#product .images-container:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .product-cover {
    box-shadow: none !important;
    position: relative;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .product-cover::after {
    border-radius: 24px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .24),
        inset 0 12px 24px rgba(8, 40, 84, .18),
        inset 0 -14px 26px rgba(8, 40, 84, .26);
    content: "";
    inset: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    z-index: 4;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .js-qv-product-cover {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    transform-origin: center center !important;
    transition: transform .28s ease !important;
    visibility: visible !important;
    width: 100% !important;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .product-cover:hover .js-qv-product-cover {
    transform: scale(1.1) !important;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .prod-image-zoom > img.zoomImg {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body#product #product-images-cont:has(.rg-mosaic-gallery):not(:has(.rg-mosaic-bottom .rg-mosaic-thumb:nth-child(2))) {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
}

body#product #product-images-cont:has(.rg-mosaic-gallery):not(:has(.rg-mosaic-bottom .rg-mosaic-thumb:nth-child(2))) .rg-mosaic-main,
body#product #product-images-cont:has(.rg-mosaic-gallery):not(:has(.rg-mosaic-bottom .rg-mosaic-thumb:nth-child(2))) .rg-mosaic-side,
body#product #product-images-cont:has(.rg-mosaic-gallery):not(:has(.rg-mosaic-bottom .rg-mosaic-thumb:nth-child(2))) .rg-mosaic-thumb {
    box-shadow: inset 0 12px 24px rgba(8, 40, 84, .18), inset 0 -14px 26px rgba(8, 40, 84, .26) !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 .rg-mosaic-main {
    overflow: hidden !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 .rg-mosaic-main img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    transform-origin: center center !important;
    transition: transform .28s ease !important;
    visibility: visible !important;
    width: 100% !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 .rg-mosaic-main > img.zoomImg {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 .rg-mosaic-main:hover img:not(.zoomImg) {
    transform: scale(1.1) !important;
}

body#product #product-images-cont .rg-mosaic-gallery {
    margin-bottom: 0 !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
}

body#product #product-images-cont .rg-mosaic-main,
body#product #product-images-cont .rg-mosaic-side,
body#product #product-images-cont .rg-mosaic-thumb {
    background: transparent !important;
    overflow: hidden !important;
}

body#product #product-images-cont .rg-mosaic-main img:not(.zoomImg),
body#product #product-images-cont .rg-mosaic-side img:not(.zoomImg),
body#product #product-images-cont .rg-mosaic-thumb img:not(.zoomImg) {
    display: block !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
}

body#product .caz-product-gallery-modal__figure img,
body#product #product-modal .js-modal-product-cover {
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    width: auto !important;
}

body#product::before {
    animation: caz-rg-product-progress .72s ease-out both;
    background: linear-gradient(90deg, #015efb 0%, #66a3ff 52%, #015efb 100%);
    box-shadow: 0 0 14px rgba(1, 94, 251, .28);
    content: "";
    height: 3px;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform-origin: left center;
    width: 100%;
    z-index: 100000;
}

@keyframes caz-rg-product-progress {
    0% {
        opacity: 1;
        transform: scaleX(0);
    }

    72% {
        opacity: 1;
        transform: scaleX(.86);
    }

    100% {
        opacity: 0;
        transform: scaleX(1);
    }
}

.product-miniature.caz-rg-card-loading .product-thumbnail,
.product-miniature.caz-rg-card-loading .thumbnail-container > a:first-child,
article.product-miniature.caz-rg-card-loading .product-thumbnail,
article.product-miniature.caz-rg-card-loading .thumbnail-container > a:first-child {
    position: relative;
}

.product-miniature.caz-rg-card-loading .product-thumbnail::after,
.product-miniature.caz-rg-card-loading .thumbnail-container > a:first-child::after,
article.product-miniature.caz-rg-card-loading .product-thumbnail::after,
article.product-miniature.caz-rg-card-loading .thumbnail-container > a:first-child::after {
    animation: caz-rg-card-shimmer 1s linear infinite;
    background: linear-gradient(100deg, rgba(236, 238, 242, .18) 0%, rgba(255, 255, 255, .62) 48%, rgba(236, 238, 242, .18) 100%);
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-100%);
    z-index: 5;
}

.product-miniature.caz-rg-card-loading .product-thumbnail::before,
.product-miniature.caz-rg-card-loading .thumbnail-container > a:first-child::before,
article.product-miniature.caz-rg-card-loading .product-thumbnail::before,
article.product-miniature.caz-rg-card-loading .thumbnail-container > a:first-child::before {
    background: rgba(232, 235, 240, .32);
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 4;
}

@keyframes caz-rg-card-shimmer {
    to {
        transform: translateX(100%);
    }
}

.product-miniature .product-desc-wrap,
.product-miniature .product-description {
    position: relative;
}

.product-miniature .product-desc-wrap {
    padding-right: 64px;
}

.caz-rg-card-plus {
    align-items: center;
    background: #fff;
    border: 2px solid #4d7dff;
    border-radius: 999px;
    bottom: 16px;
    box-sizing: border-box;
    color: #4d7dff !important;
    display: inline-flex;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 34px;
    font-weight: 400;
    height: 44px;
    justify-content: center;
    line-height: 1;
    min-width: 44px;
    position: absolute;
    right: 18px;
    text-decoration: none !important;
    transform: translateY(-1px);
    transition: all .2s ease;
    width: 44px;
    z-index: 4;
}

.caz-rg-card-plus:hover,
.caz-rg-card-plus:focus {
    background: #4d7dff;
    color: #fff !important;
    text-decoration: none !important;
}

.product-miniature .hook-reviews.caz-rg-hotel-cta {
    align-items: center;
    color: #3887fe !important;
    display: inline-flex !important;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    gap: 0;
    min-height: 24px;
}

.product-miniature .hook-reviews.caz-rg-hotel-cta::before,
.product-miniature .hook-reviews.caz-rg-hotel-cta i,
.product-miniature .hook-reviews.caz-rg-hotel-cta svg {
    display: none !important;
}

/* Product related carousel: keep same card language as category/listing cards. */
html body#product .featured-products article.product-miniature,
html body#product .product-accessories article.product-miniature,
html body#product .products-section article.product-miniature,
html body#product .pk-products-carousel article.product-miniature,
html body#product .elementor-widget-pkproducts article.product-miniature {
    background: #fff !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12) !important;
    box-sizing: border-box !important;
    display: block !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
    width: 100% !important;
}

html body#product .featured-products article.product-miniature:hover,
html body#product .product-accessories article.product-miniature:hover,
html body#product .products-section article.product-miniature:hover,
html body#product .pk-products-carousel article.product-miniature:hover,
html body#product .elementor-widget-pkproducts article.product-miniature:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
    transform: translateY(-5px) !important;
}

html body#product .featured-products article.product-miniature .thumbnail-container,
html body#product .featured-products article.product-miniature .thumbnail,
html body#product .featured-products article.product-miniature .product-thumbnail,
html body#product .featured-products article.product-miniature .product-thumbnail a,
html body#product .product-accessories article.product-miniature .thumbnail-container,
html body#product .product-accessories article.product-miniature .thumbnail,
html body#product .product-accessories article.product-miniature .product-thumbnail,
html body#product .product-accessories article.product-miniature .product-thumbnail a,
html body#product .products-section article.product-miniature .thumbnail-container,
html body#product .products-section article.product-miniature .thumbnail,
html body#product .products-section article.product-miniature .product-thumbnail,
html body#product .products-section article.product-miniature .product-thumbnail a,
html body#product .pk-products-carousel article.product-miniature .thumbnail-container,
html body#product .pk-products-carousel article.product-miniature .thumbnail,
html body#product .pk-products-carousel article.product-miniature .product-thumbnail,
html body#product .pk-products-carousel article.product-miniature .product-thumbnail a,
html body#product .elementor-widget-pkproducts article.product-miniature .thumbnail-container,
html body#product .elementor-widget-pkproducts article.product-miniature .thumbnail,
html body#product .elementor-widget-pkproducts article.product-miniature .product-thumbnail,
html body#product .elementor-widget-pkproducts article.product-miniature .product-thumbnail a {
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    height: auto !important;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 100% !important;
}

html body#product .featured-products article.product-miniature img,
html body#product .featured-products article.product-miniature .product-thumbnail img,
html body#product .featured-products article.product-miniature .thumbnail-container img,
html body#product .product-accessories article.product-miniature img,
html body#product .product-accessories article.product-miniature .product-thumbnail img,
html body#product .product-accessories article.product-miniature .thumbnail-container img,
html body#product .products-section article.product-miniature img,
html body#product .products-section article.product-miniature .product-thumbnail img,
html body#product .products-section article.product-miniature .thumbnail-container img,
html body#product .pk-products-carousel article.product-miniature img,
html body#product .pk-products-carousel article.product-miniature .product-thumbnail img,
html body#product .pk-products-carousel article.product-miniature .thumbnail-container img,
html body#product .elementor-widget-pkproducts article.product-miniature img,
html body#product .elementor-widget-pkproducts article.product-miniature .product-thumbnail img,
html body#product .elementor-widget-pkproducts article.product-miniature .thumbnail-container img {
    aspect-ratio: auto !important;
    background-color: #fff !important;
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    height: 220px !important;
    max-height: 220px !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
}

html body#product .featured-products article.product-miniature .product-desc-wrap,
html body#product .product-accessories article.product-miniature .product-desc-wrap,
html body#product .products-section article.product-miniature .product-desc-wrap,
html body#product .pk-products-carousel article.product-miniature .product-desc-wrap,
html body#product .elementor-widget-pkproducts article.product-miniature .product-desc-wrap {
    background: #fff !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 220px !important;
    padding: 1.5rem 64px 1.5rem 1.5rem !important;
    position: relative !important;
}

html body#product .featured-products article.product-miniature .product-description,
html body#product .product-accessories article.product-miniature .product-description,
html body#product .products-section article.product-miniature .product-description,
html body#product .pk-products-carousel article.product-miniature .product-description,
html body#product .elementor-widget-pkproducts article.product-miniature .product-description {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 0 !important;
    padding: 0 !important;
    position: static !important;
}

html body#product .featured-products article.product-miniature .product-title,
html body#product .featured-products article.product-miniature .product-title a,
html body#product .product-accessories article.product-miniature .product-title,
html body#product .product-accessories article.product-miniature .product-title a,
html body#product .products-section article.product-miniature .product-title,
html body#product .products-section article.product-miniature .product-title a,
html body#product .pk-products-carousel article.product-miniature .product-title,
html body#product .pk-products-carousel article.product-miniature .product-title a,
html body#product .elementor-widget-pkproducts article.product-miniature .product-title,
html body#product .elementor-widget-pkproducts article.product-miniature .product-title a {
    color: #074696 !important;
    display: block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 1.25rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.16 !important;
    margin: 0 0 .7rem !important;
    min-height: 70px !important;
    text-decoration: none !important;
    text-transform: none !important;
}

html body#product .featured-products article.product-miniature .short-desc,
html body#product .featured-products article.product-miniature .product-description-short,
html body#product .product-accessories article.product-miniature .short-desc,
html body#product .product-accessories article.product-miniature .product-description-short,
html body#product .products-section article.product-miniature .short-desc,
html body#product .products-section article.product-miniature .product-description-short,
html body#product .pk-products-carousel article.product-miniature .short-desc,
html body#product .pk-products-carousel article.product-miniature .product-description-short,
html body#product .elementor-widget-pkproducts article.product-miniature .short-desc,
html body#product .elementor-widget-pkproducts article.product-miniature .product-description-short {
    display: none !important;
}

html body#product .featured-products article.product-miniature .hook-reviews,
html body#product .product-accessories article.product-miniature .hook-reviews,
html body#product .products-section article.product-miniature .hook-reviews,
html body#product .pk-products-carousel article.product-miniature .hook-reviews,
html body#product .elementor-widget-pkproducts article.product-miniature .hook-reviews {
    color: #6a7483 !important;
    display: block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: auto 0 0 !important;
    min-height: 18px !important;
    order: 20 !important;
}

html body#product .featured-products article.product-miniature .hook-reviews::before,
html body#product .product-accessories article.product-miniature .hook-reviews::before,
html body#product .products-section article.product-miniature .hook-reviews::before,
html body#product .pk-products-carousel article.product-miniature .hook-reviews::before,
html body#product .elementor-widget-pkproducts article.product-miniature .hook-reviews::before {
    color: #6a7483 !important;
    content: "◷" !important;
    display: inline-block !important;
    font-size: 16px !important;
    margin: 0 6px 0 0 !important;
}

html body#product .featured-products article.product-miniature .product-price-and-shipping,
html body#product .product-accessories article.product-miniature .product-price-and-shipping,
html body#product .products-section article.product-miniature .product-price-and-shipping,
html body#product .pk-products-carousel article.product-miniature .product-price-and-shipping,
html body#product .elementor-widget-pkproducts article.product-miniature .product-price-and-shipping {
    align-items: center !important;
    display: flex !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    margin: 12px 0 0 !important;
    order: 30 !important;
    width: 100% !important;
}

html body#product .featured-products article.product-miniature.caz-import-no-price .product-price-and-shipping,
html body#product .featured-products article.product-miniature .product-price-and-shipping:has(.price.caz-rg-hidden-price),
html body#product .featured-products article.product-miniature .product-price-and-shipping:has(.price:empty),
html body#product .product-accessories article.product-miniature.caz-import-no-price .product-price-and-shipping,
html body#product .product-accessories article.product-miniature .product-price-and-shipping:has(.price.caz-rg-hidden-price),
html body#product .product-accessories article.product-miniature .product-price-and-shipping:has(.price:empty),
html body#product .products-section article.product-miniature.caz-import-no-price .product-price-and-shipping,
html body#product .products-section article.product-miniature .product-price-and-shipping:has(.price.caz-rg-hidden-price),
html body#product .products-section article.product-miniature .product-price-and-shipping:has(.price:empty),
html body#product .pk-products-carousel article.product-miniature.caz-import-no-price .product-price-and-shipping,
html body#product .pk-products-carousel article.product-miniature .product-price-and-shipping:has(.price.caz-rg-hidden-price),
html body#product .pk-products-carousel article.product-miniature .product-price-and-shipping:has(.price:empty),
html body#product .elementor-widget-pkproducts article.product-miniature.caz-import-no-price .product-price-and-shipping,
html body#product .elementor-widget-pkproducts article.product-miniature .product-price-and-shipping:has(.price.caz-rg-hidden-price),
html body#product .elementor-widget-pkproducts article.product-miniature .product-price-and-shipping:has(.price:empty) {
    display: none !important;
}

html body#product .featured-products article.product-miniature .product-price-and-shipping .price,
html body#product .product-accessories article.product-miniature .product-price-and-shipping .price,
html body#product .products-section article.product-miniature .product-price-and-shipping .price,
html body#product .pk-products-carousel article.product-miniature .product-price-and-shipping .price,
html body#product .elementor-widget-pkproducts article.product-miniature .product-price-and-shipping .price {
    color: #3986fe !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

html body#product .featured-products article.product-miniature .caz-rg-card-plus,
html body#product .featured-products article.product-miniature .rg-card-link,
html body#product .product-accessories article.product-miniature .caz-rg-card-plus,
html body#product .product-accessories article.product-miniature .rg-card-link,
html body#product .products-section article.product-miniature .caz-rg-card-plus,
html body#product .products-section article.product-miniature .rg-card-link,
html body#product .pk-products-carousel article.product-miniature .caz-rg-card-plus,
html body#product .pk-products-carousel article.product-miniature .rg-card-link,
html body#product .elementor-widget-pkproducts article.product-miniature .caz-rg-card-plus,
html body#product .elementor-widget-pkproducts article.product-miniature .rg-card-link {
    align-items: center !important;
    background: #fff !important;
    border: 2px solid #4d7dff !important;
    border-radius: 50% !important;
    bottom: 22px !important;
    color: #4d7dff !important;
    display: inline-flex !important;
    font-family: Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    height: 44px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-width: 44px !important;
    position: absolute !important;
    right: 22px !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
    width: 44px !important;
    z-index: 5 !important;
}

@media (max-width: 767px) {
    html body#product .featured-products article.product-miniature img,
    html body#product .featured-products article.product-miniature .product-thumbnail img,
    html body#product .featured-products article.product-miniature .thumbnail-container img,
    html body#product .product-accessories article.product-miniature img,
    html body#product .product-accessories article.product-miniature .product-thumbnail img,
    html body#product .product-accessories article.product-miniature .thumbnail-container img,
    html body#product .products-section article.product-miniature img,
    html body#product .products-section article.product-miniature .product-thumbnail img,
    html body#product .products-section article.product-miniature .thumbnail-container img,
    html body#product .pk-products-carousel article.product-miniature img,
    html body#product .pk-products-carousel article.product-miniature .product-thumbnail img,
    html body#product .pk-products-carousel article.product-miniature .thumbnail-container img,
    html body#product .elementor-widget-pkproducts article.product-miniature img,
    html body#product .elementor-widget-pkproducts article.product-miniature .product-thumbnail img,
    html body#product .elementor-widget-pkproducts article.product-miniature .thumbnail-container img {
        height: 180px !important;
    }
}

body#category.page-category .caz-rg-hotels-heading {
    color: #123764;
    font-family: Montserrat, Arial, sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    grid-column: 1 / -1;
    line-height: 1.05;
    margin: 42px 0 18px;
    text-transform: none;
    width: 100%;
}

@media (max-width: 767px) {
    body#category.page-category .caz-rg-hotels-heading {
        font-size: 28px;
        margin: 28px 0 12px;
    }
}

html body#category.page-category .elementor-55010000 .elementor-element-731180ef {
    padding-top: 26px !important;
    padding-bottom: 32px !important;
}

html body#category.page-category .elementor-55010000 .elementor-element-731180ef .category-title {
    margin-bottom: 18px !important;
}

body#category.page-category .elementor-widget-pkcategorysubcategories.caz-rg-empty-subcategories {
    display: none !important;
}

body#category.page-category .elementor-section.caz-rg-no-subcategories,
body#category.page-category .elementor-top-section.caz-rg-no-subcategories {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

body#category.page-category .elementor-section.caz-rg-no-subcategories .category-title,
body#category.page-category .elementor-top-section.caz-rg-no-subcategories .category-title {
    margin-bottom: 0 !important;
}

.caz-rg-admin-edit {
    align-items: center;
    background: #f47e00 !important;
    border-radius: 4px;
    bottom: 14px;
    box-shadow: 0 8px 20px rgba(8, 40, 84, .18);
    color: #fff !important;
    display: inline-flex;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    height: 28px;
    justify-content: center;
    left: 14px;
    letter-spacing: 0;
    line-height: 1;
    padding: 0 12px;
    position: fixed;
    text-decoration: none !important;
    text-transform: none;
    z-index: 100050;
}

.caz-rg-admin-edit:hover,
.caz-rg-admin-edit:active,
.caz-rg-admin-edit:visited {
    background: #d96f00 !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    html body#category.page-category .elementor-55010000 .elementor-element-731180ef {
        padding-top: 20px !important;
        padding-bottom: 24px !important;
    }

    html body#category.page-category .elementor-55010000 .elementor-element-731180ef .category-title {
        margin-bottom: 14px !important;
    }

    body#category.page-category .elementor-section.caz-rg-no-subcategories,
    body#category.page-category .elementor-top-section.caz-rg-no-subcategories {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}

.product-thumbnail .svg-loader.in_progress,
.product-thumbnail .loader.in_progress,
.product-thumbnail .spinner.in_progress,
.product-thumbnail [class*="preloader"],
.subcategory-image .svg-loader.in_progress,
.subcategory-image .loader.in_progress,
.subcategory-image .spinner.in_progress,
.subcategory-image [class*="preloader"],
#product-images-cont .svg-loader.in_progress,
#product-images-cont .loader.in_progress,
#product-images-cont .spinner.in_progress,
#product-images-cont [class*="preloader"] {
    background: #e6e8ec !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    color: transparent !important;
    display: block !important;
    height: auto !important;
    inset: 0 !important;
    margin: 0 !important;
    min-height: 100% !important;
    min-width: 100% !important;
    overflow: hidden;
    position: absolute;
    width: auto !important;
}

.product-thumbnail .svg-loader.in_progress::after,
.product-thumbnail .loader.in_progress::after,
.product-thumbnail .spinner.in_progress::after,
.product-thumbnail [class*="preloader"]::after,
.subcategory-image .svg-loader.in_progress::after,
.subcategory-image .loader.in_progress::after,
.subcategory-image .spinner.in_progress::after,
.subcategory-image [class*="preloader"]::after,
#product-images-cont .svg-loader.in_progress::after,
#product-images-cont .loader.in_progress::after,
#product-images-cont .spinner.in_progress::after,
#product-images-cont [class*="preloader"]::after,
.product-thumbnail .svg-loader.in_progress svg,
.product-thumbnail .loader.in_progress svg,
.product-thumbnail .spinner.in_progress svg,
.product-thumbnail [class*="preloader"] svg,
.subcategory-image .svg-loader.in_progress svg,
.subcategory-image .loader.in_progress svg,
.subcategory-image .spinner.in_progress svg,
.subcategory-image [class*="preloader"] svg,
#product-images-cont .svg-loader.in_progress svg,
#product-images-cont .loader.in_progress svg,
#product-images-cont .spinner.in_progress svg,
#product-images-cont [class*="preloader"] svg {
    animation: none !important;
    border: 0 !important;
    box-shadow: none !important;
    content: none !important;
    display: none !important;
}

.product-thumbnail .svg-loader.in_progress::before,
.product-thumbnail .loader.in_progress::before,
.product-thumbnail .spinner.in_progress::before,
.product-thumbnail [class*="preloader"]::before,
.subcategory-image .svg-loader.in_progress::before,
.subcategory-image .loader.in_progress::before,
.subcategory-image .spinner.in_progress::before,
.subcategory-image [class*="preloader"]::before,
#product-images-cont .svg-loader.in_progress::before,
#product-images-cont .loader.in_progress::before,
#product-images-cont .spinner.in_progress::before,
#product-images-cont [class*="preloader"]::before {
    animation: caz-rg-loader-shimmer 1.2s linear infinite;
    background: linear-gradient(100deg, rgba(230, 232, 236, 0) 0%, rgba(255, 255, 255, .64) 48%, rgba(230, 232, 236, 0) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-100%);
}

@keyframes caz-rg-loader-shimmer {
    to {
        transform: translateX(100%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-thumbnail .svg-loader.in_progress::before,
    .product-thumbnail .loader.in_progress::before,
    .product-thumbnail .spinner.in_progress::before,
    .product-thumbnail [class*="preloader"]::before,
    .subcategory-image .svg-loader.in_progress::before,
    .subcategory-image .loader.in_progress::before,
    .subcategory-image .spinner.in_progress::before,
    .subcategory-image [class*="preloader"]::before,
    #product-images-cont .svg-loader.in_progress::before,
    #product-images-cont .loader.in_progress::before,
    #product-images-cont .spinner.in_progress::before,
    #product-images-cont [class*="preloader"]::before {
        animation: none;
        transform: none;
    }
}

@media (max-width: 767px), (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    html,
    body {
        max-width: 100%;
        overflow-x: clip !important;
    }

    body.caz-rg-mobile {
        background: #f4f0ed;
        color: #173761;
        font-family: Montserrat, Arial, sans-serif;
        padding-top: calc(64px + env(safe-area-inset-top)) !important;
        padding-bottom: calc(22px + env(safe-area-inset-bottom));
    }

    body.caz-rg-mobile,
    body.caz-rg-mobile #wrapper,
    body.caz-rg-mobile #main,
    body.caz-rg-mobile main,
    body.caz-rg-mobile .main-content,
    body.caz-rg-mobile .page-width {
        max-width: 100vw !important;
        overflow-x: clip !important;
    }

    body.caz-rg-mobile #header {
        display: none !important;
    }

    body.caz-rg-mobile .pk-mobile-bottom-panel,
    body.caz-rg-mobile .caz-rg-bottom,
    body.caz-rg-mobile .pk-fixed-button.pk-cookie-toggler,
    body.caz-rg-mobile .cc-window,
    body.caz-rg-mobile .cc-banner,
    body.caz-rg-mobile .cookie-consent,
    body.caz-rg-mobile #cookie-consent,
    body.caz-rg-mobile [class*="cookie"][class*="banner"] {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .caz-rg-header {
        background: rgba(8, 40, 84, .98);
        box-shadow: 0 10px 24px rgba(4, 18, 38, .18);
        color: #fff;
        display: none;
        left: 0;
        min-height: calc(64px + env(safe-area-inset-top));
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10020;
    }

    body.caz-rg-mobile .caz-rg-header {
        display: block;
    }

    .caz-rg-header__bar {
        align-items: center;
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) 42px 42px;
        padding: calc(10px + env(safe-area-inset-top)) 14px 10px;
    }

    .caz-rg-logo {
        align-items: center;
        display: inline-flex;
        justify-content: flex-start;
        min-width: 126px;
    }

    .caz-rg-logo img {
        display: block;
        height: auto;
        max-height: 44px;
        max-width: 172px;
        object-fit: contain;
        width: min(44vw, 172px);
    }

    .caz-rg-search {
        background: #fff;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 999px;
        display: flex;
        min-width: 0;
        overflow: hidden;
    }

    .caz-rg-search--header {
        box-shadow: 0 10px 24px rgba(4, 19, 40, .18);
        display: none;
        grid-column: 1 / -1;
        margin-top: 2px;
    }

    .caz-rg-header--search-open .caz-rg-search--header {
        display: flex;
    }

    .caz-rg-search input {
        background: transparent;
        border: 0;
        color: #173761;
        flex: 1;
        font: 700 16px/1.2 Montserrat, Arial, sans-serif;
        min-width: 0;
        outline: 0;
        padding: 10px 8px 10px 14px;
    }

    .caz-rg-search input::placeholder {
        color: #6d778b;
        opacity: 1;
    }

    .caz-rg-search button,
    .caz-rg-search-toggle,
    .caz-rg-menu-toggle,
    .caz-rg-drawer__close {
        appearance: none;
        border: 0;
        cursor: pointer;
    }

    .caz-rg-search button {
        align-items: center;
        background: transparent;
        color: #2f6fec;
        display: inline-flex;
        font-size: 20px;
        justify-content: center;
        padding: 0 12px 0 4px;
    }

    .caz-rg-search-toggle {
        align-items: center;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 14px;
        color: #fff;
        display: inline-flex;
        height: 42px;
        justify-content: center;
        width: 42px;
    }

    .caz-rg-menu-toggle {
        align-items: center;
        background: rgba(77, 125, 255, .92);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 14px;
        color: #fff;
        display: inline-flex;
        flex-direction: column;
        gap: 4px;
        height: 42px;
        justify-content: center;
        width: 42px;
    }

    .caz-rg-menu-toggle span {
        background: currentColor;
        border-radius: 999px;
        display: block;
        height: 2px;
        width: 19px;
    }

    .caz-rg-search-toggle > span {
        border: 2px solid currentColor;
        border-radius: 50%;
        box-sizing: border-box;
        display: block;
        height: 17px;
        position: relative;
        width: 17px;
    }

    .caz-rg-search-toggle > span::after {
        background: currentColor;
        border-radius: 999px;
        bottom: -6px;
        content: "";
        height: 8px;
        position: absolute;
        right: -4px;
        transform: rotate(-45deg);
        transform-origin: center;
        width: 2px;
    }

    .caz-rg-search-toggle:hover,
    .caz-rg-search-toggle:focus,
    .caz-rg-search-toggle:active,
    .caz-rg-menu-toggle:hover,
    .caz-rg-menu-toggle:focus,
    .caz-rg-menu-toggle:active {
        background: rgba(77, 125, 255, .92) !important;
        border-color: rgba(255, 255, 255, .24) !important;
        color: #fff !important;
        outline: 0 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .caz-rg-overlay {
        background: rgba(4, 19, 40, .54);
        display: block;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity .2s ease;
        z-index: 10021;
    }

    .caz-rg-drawer {
        background: #fff;
        border-radius: 0 28px 28px 0;
        box-shadow: 18px 0 40px rgba(4, 19, 40, .22);
        color: #173761;
        display: block;
        height: 100dvh;
        left: 0;
        max-width: min(88vw, 360px);
        overflow: auto;
        padding: 0 14px 18px;
        position: fixed;
        top: 0;
        transform: translateX(-104%);
        transition: transform .24s ease;
        width: 340px;
        z-index: 10022;
    }

    body.caz-rg-menu-open {
        overflow: hidden !important;
    }

    body.caz-rg-menu-open .caz-rg-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    body.caz-rg-menu-open .caz-rg-drawer {
        transform: translateX(0);
    }

    .caz-rg-drawer__head {
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #e5edf7;
        display: flex;
        justify-content: space-between;
        margin: 0 -14px 12px;
        padding: 16px 14px;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .caz-rg-drawer__title {
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .caz-rg-drawer__close {
        background: #edf4ff;
        border-radius: 14px;
        color: #173761;
        font-size: 28px;
        height: 42px;
        line-height: 1;
        width: 42px;
    }

    .caz-rg-drawer nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .caz-rg-drawer nav li {
        border-bottom: 0;
        margin: 0 0 8px;
        position: relative;
    }

    .caz-rg-drawer nav a {
        align-items: center;
        background: #f3f7fe;
        border: 1px solid #e0ebfa;
        border-radius: 16px;
        color: #173761;
        display: flex;
        font-size: 16px;
        font-weight: 850;
        gap: 12px;
        justify-content: flex-start;
        min-height: 48px;
        padding: 12px 14px;
        text-decoration: none;
    }

    .caz-rg-drawer nav img,
    .caz-rg-drawer nav svg {
        flex: 0 0 auto;
        height: 22px;
        object-fit: contain;
        width: 22px;
    }

    .caz-rg-drawer__item--has-children > a {
        padding-right: 52px;
    }

    .caz-rg-drawer__accordion {
        align-items: center;
        appearance: none;
        background: #fff;
        border: 1px solid #d6e5fb;
        border-radius: 13px;
        color: #095bd8;
        cursor: pointer;
        display: inline-flex;
        font-size: 26px;
        font-weight: 700;
        height: 38px;
        justify-content: center;
        position: absolute;
        right: 6px;
        top: 6px;
        width: 38px;
    }

    .caz-rg-drawer__accordion span::before {
        content: "+";
        display: block;
        line-height: 1;
        transform: translateY(-1px);
    }

    .caz-rg-drawer__item--has-children.is-open > .caz-rg-drawer__accordion span::before {
        content: "−";
    }

    .caz-rg-drawer nav ul ul,
    .caz-rg-drawer__submenu {
        border-left: 2px solid #dce8f8;
        display: none;
        margin: 8px 0 10px 14px;
        padding: 0 0 0 12px;
    }

    .caz-rg-drawer__item--has-children.is-open > .caz-rg-drawer__submenu {
        display: block;
    }

    .caz-rg-drawer nav ul ul a {
        background: #fff;
        border-color: #e8eef8;
        border-radius: 13px;
        color: #4b5b74;
        font-size: 14px;
        font-weight: 750;
        min-height: 42px;
        padding: 10px 12px;
    }

    .caz-rg-quick {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        margin-top: 18px;
    }

    .caz-rg-quick a {
        background: #edf4ff;
        border-radius: 16px;
        color: #173761;
        font-weight: 800;
        padding: 14px 12px;
        text-align: center;
        text-decoration: none;
    }

    .caz-rg-bottom {
        background: rgba(255, 255, 255, .96);
        border-top: 1px solid #dce7f3;
        bottom: 0;
        box-shadow: 0 -10px 26px rgba(8, 40, 84, .12);
        display: none;
        gap: 2px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        left: 0;
        padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right));
        position: fixed;
        right: 0;
        z-index: 10018;
    }

    body.caz-rg-mobile .caz-rg-bottom {
        display: grid;
    }

    .caz-rg-bottom a,
    .caz-rg-bottom button {
        align-items: center;
        appearance: none;
        background: transparent;
        border: 0;
        border-radius: 14px;
        color: #173761;
        display: flex;
        flex-direction: column;
        font: 800 10px/1.08 Montserrat, Arial, sans-serif;
        gap: 4px;
        justify-content: center;
        min-height: 48px;
        text-decoration: none;
    }

    .caz-rg-bottom a:active,
    .caz-rg-bottom button:active {
        background: #edf4ff;
    }

    .caz-rg-bottom__icon {
        font-size: 18px;
        line-height: 1;
    }

    body.caz-rg-mobile #search_widget input[type="text"],
    body.caz-rg-mobile #search_widget_mobile input[type="text"] {
        font-family: Montserrat, Arial, sans-serif !important;
    }

    body.caz-rg-mobile .ca-wa-float,
    body.caz-rg-mobile .caz-advisor-bubble {
        display: none !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    body.caz-rg-mobile .pk-fixed-button:not(.pk-whatsapp),
    body.caz-rg-mobile .joinchat,
    body.caz-rg-mobile [class*="joinchat"],
    body.caz-rg-mobile [class*="whatsapp"][class*="float"]:not(.ca-wa-float),
    body.caz-rg-mobile [class*="whatsapp"][class*="fixed"]:not(.ca-wa-float) {
        display: none !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    body.caz-rg-mobile .ca-wa-float,
    body.caz-rg-mobile .pk-whatsapp {
        align-items: center !important;
        background: #25d366 !important;
        border-radius: 999px !important;
        bottom: calc(88px + env(safe-area-inset-bottom)) !important;
        box-shadow: 0 14px 34px rgba(37, 211, 102, .34) !important;
        color: #fff !important;
        display: flex !important;
        height: 54px !important;
        justify-content: center !important;
        pointer-events: auto !important;
        position: fixed !important;
        right: 18px !important;
        visibility: visible !important;
        width: 54px !important;
        z-index: 10016 !important;
    }

    body.caz-rg-mobile .ca-wa-float span:not(:first-child),
    body.caz-rg-mobile .pk-whatsapp span:not(:first-child) {
        display: none !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible {
        bottom: calc(82px + env(safe-area-inset-bottom)) !important;
        left: 18px !important;
        max-height: min(250px, 34vh) !important;
        max-width: none !important;
        overflow: auto !important;
        right: 18px !important;
        top: auto !important;
        width: auto !important;
        z-index: 10017 !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor {
        border-radius: 18px !important;
        padding: 10px 12px 12px !important;
        width: 100% !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__header {
        gap: 9px !important;
        margin-bottom: 7px !important;
        padding-right: 34px !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__photo {
        flex-basis: 46px !important;
        height: 46px !important;
        width: 46px !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__eyebrow {
        font-size: 10px !important;
        margin-bottom: 2px !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__header strong {
        font-size: 18px !important;
        line-height: 1.05 !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__header small {
        font-size: 12px !important;
        line-height: 1.2 !important;
        margin-top: 2px !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__message {
        display: -webkit-box !important;
        font-size: 12px !important;
        line-height: 1.32 !important;
        margin: 5px 0 10px !important;
        max-height: 34px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__actions {
        display: grid !important;
        gap: 7px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__actions a,
    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__actions button {
        border-radius: 12px !important;
        flex-direction: column !important;
        font-size: 11px !important;
        gap: 2px !important;
        min-height: 46px !important;
        padding: 7px 4px !important;
        white-space: nowrap !important;
    }

    body.caz-rg-mobile .caz-advisor-widget.is-visible .caz-advisor__actions span {
        font-size: 15px !important;
    }

    body.caz-rg-mobile .caz-home-hero {
        margin: 0 !important;
        overflow: hidden;
    }

    body.caz-rg-mobile .caz-home-hero__viewport {
        height: clamp(410px, 112vw, 530px) !important;
        min-height: 0 !important;
    }

    body.caz-rg-mobile .caz-home-hero__track,
    body.caz-rg-mobile .caz-home-hero__slide {
        height: 100% !important;
    }

    body.caz-rg-mobile .caz-home-hero__image {
        height: 48% !important;
        object-fit: cover !important;
    }

    body.caz-rg-mobile .caz-home-hero__shade {
        background: linear-gradient(180deg, rgba(8, 40, 84, .10) 0%, rgba(8, 40, 84, .16) 42%, #082854 49%, #082854 100%) !important;
    }

    body.caz-rg-mobile .caz-home-hero__content {
        bottom: 104px !important;
        left: 18px !important;
        box-sizing: border-box !important;
        max-width: min(320px, calc(100vw - 36px)) !important;
        right: 18px !important;
        width: min(320px, calc(100vw - 36px)) !important;
    }

    body.caz-rg-mobile .caz-home-hero__eyebrow {
        font-size: 11px !important;
        letter-spacing: .08em !important;
        margin-bottom: 8px !important;
    }

    body.caz-rg-mobile .caz-home-hero__title {
        font-size: clamp(24px, 7.2vw, 30px) !important;
        line-height: 1.05 !important;
        letter-spacing: 0 !important;
        max-width: min(320px, calc(100vw - 36px)) !important;
        overflow-wrap: normal !important;
        white-space: normal !important;
        width: min(320px, calc(100vw - 36px)) !important;
        word-break: normal !important;
    }

    body.caz-rg-mobile .caz-home-hero__subtitle {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin-top: 12px !important;
        max-width: min(320px, calc(100vw - 36px)) !important;
        overflow-wrap: normal !important;
        white-space: normal !important;
        width: min(320px, calc(100vw - 36px)) !important;
    }

    body.caz-rg-mobile .caz-home-hero__button {
        font-size: 14px !important;
        margin-top: 18px !important;
        max-width: 100% !important;
        min-height: 44px !important;
        padding: 0 18px !important;
    }

    body.caz-rg-mobile .caz-home-hero__arrow {
        bottom: 24px !important;
        display: none !important;
        font-size: 20px !important;
        height: 42px !important;
        width: 42px !important;
    }

    body.caz-rg-mobile .caz-home-hero__arrow--prev {
        right: 74px !important;
    }

    body.caz-rg-mobile .caz-home-hero__arrow--next {
        right: 24px !important;
    }

    body.caz-rg-mobile .caz-home-hero__dots {
        bottom: 39px !important;
        left: 18px !important;
    }

    body.caz-rg-mobile .caz-home-hero__dot {
        height: 8px !important;
        width: 32px !important;
    }

    body.caz-rg-mobile .caz-home-hero__slide.caz-rg-hero-empty .caz-home-hero__image {
        height: 100% !important;
    }

    body.caz-rg-mobile .caz-home-hero__slide.caz-rg-hero-empty .caz-home-hero__shade {
        background: linear-gradient(180deg, rgba(8, 40, 84, .18), rgba(8, 40, 84, .40)) !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories {
        margin: 0 !important;
        overflow: visible !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper {
        margin: 0 !important;
        overflow: visible !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid,
    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid.pk-flex {
        display: flex !important;
        gap: 14px !important;
        grid-template-columns: none !important;
        margin: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 4px 18px 18px !important;
        scroll-padding-left: 18px !important;
        scroll-snap-type: x proximity !important;
        width: 100% !important;
        -webkit-overflow-scrolling: touch !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid::-webkit-scrollbar {
        display: none !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories figure.pk-subcategory {
        border-radius: 16px !important;
        display: block !important;
        flex: 0 0 152px !important;
        height: auto !important;
        margin: 0 !important;
        max-width: 152px !important;
        min-width: 152px !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
        width: 152px !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image {
        border-radius: 16px !important;
        display: grid !important;
        grid-template-rows: 92px minmax(64px, auto) !important;
        height: auto !important;
        min-height: 158px !important;
        overflow: hidden !important;
        text-decoration: none !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image > span {
        aspect-ratio: auto !important;
        display: block !important;
        height: 92px !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image > span > img {
        height: 100% !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories .pk-subcategory-text {
        align-items: center !important;
        display: flex !important;
        justify-content: center !important;
        min-height: 64px !important;
        padding: 10px 9px !important;
        text-align: center !important;
    }

    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories .pk-subcategory-text,
    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories .pk-subcategory-text *,
    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories figcaption,
    body.caz-rg-mobile#category.page-category .elementor-widget-pkcategorysubcategories figcaption * {
        color: #fff !important;
        font-family: Montserrat, Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
        line-height: 1.15 !important;
        overflow-wrap: normal !important;
        text-transform: none !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    body.caz-rg-mobile#category.page-category #js-product-list,
    body.caz-rg-mobile#search #js-product-list {
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100vw - 32px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: calc(100vw - 32px) !important;
    }

    body.caz-rg-mobile#category.page-category #js-product-list .products,
    body.caz-rg-mobile#category.page-category #js-product-list .product-list-container,
    body.caz-rg-mobile#search #js-product-list .products,
    body.caz-rg-mobile#search #js-product-list .product-list-container {
        box-sizing: border-box !important;
        display: grid !important;
        gap: 22px !important;
        grid-template-columns: 1fr !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        overflow: visible !important;
        padding: 0 0 24px !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature,
    body.caz-rg-mobile#search #js-product-list article.product-miniature {
        box-sizing: border-box !important;
        margin: 0 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature .thumbnail-container,
    body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature .product-description,
    body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature .product-desc-wrap,
    body.caz-rg-mobile#search #js-product-list article.product-miniature .thumbnail-container,
    body.caz-rg-mobile#search #js-product-list article.product-miniature .product-description,
    body.caz-rg-mobile#search #js-product-list article.product-miniature .product-desc-wrap {
        max-width: 100% !important;
        width: 100% !important;
    }

    body.caz-rg-mobile .elementor-widget-pkproducts .pk-ce-widget.view_grid,
    body.caz-rg-mobile .elementor-widget-pkproducts .products {
        display: flex !important;
        gap: 16px !important;
        overflow-x: auto !important;
        padding: 8px 2px 18px !important;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    body.caz-rg-mobile .elementor-widget-pkproducts .pk-ce-widget.view_grid::-webkit-scrollbar,
    body.caz-rg-mobile .elementor-widget-pkproducts .products::-webkit-scrollbar {
        display: none;
    }

    body.caz-rg-mobile .elementor-widget-pkproducts article.product-miniature {
        flex: 0 0 min(78vw, 280px) !important;
        max-width: min(78vw, 280px) !important;
        min-width: min(78vw, 280px) !important;
        scroll-snap-align: start;
        width: min(78vw, 280px) !important;
    }

    body.caz-rg-mobile .elementor-widget-pkproducts .thumbnail-container,
    body.caz-rg-mobile .elementor-widget-pkproducts .product-desc-wrap,
    body.caz-rg-mobile .elementor-widget-pkproducts .product-description,
    body.caz-rg-mobile .elementor-widget-pkproducts .product-title,
    body.caz-rg-mobile .elementor-widget-pkproducts .product-title a {
        width: auto !important;
    }

    body.caz-rg-mobile .elementor-widget-pkproducts .product-title {
        font-size: 18px !important;
        line-height: 1.08 !important;
        min-height: 58px;
    }

    body.caz-rg-mobile .elementor-widget-heading,
    body.caz-rg-mobile .elementor-widget-heading .elementor-widget-container,
    body.caz-rg-mobile .elementor-widget-heading .elementor-heading-title {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    body.caz-rg-mobile .elementor-widget-heading .elementor-heading-title {
        white-space: normal !important;
        word-break: normal !important;
    }

    body.caz-rg-mobile .elementor-element-dc82a9f .elementor-heading-title {
        font-size: 24px !important;
        line-height: 1.08 !important;
        margin: 6px 0 14px !important;
        max-width: 310px;
    }

    body.caz-rg-mobile#product .product-prices .current-price,
    body.caz-rg-mobile#product .product-price,
    body.caz-rg-mobile#product .current-price span {
        font-family: Montserrat, Arial, sans-serif !important;
    }

    body.caz-rg-mobile#product .breadcrumb,
    body.caz-rg-mobile#product .breadcrumb-wrapper,
    body.caz-rg-mobile#product nav.breadcrumb,
    body.caz-rg-mobile#product .page-header {
        display: none !important;
    }

    body.caz-rg-mobile#product #wrapper,
    body.caz-rg-mobile#product #main {
        padding-top: 14px !important;
    }

    body.caz-rg-mobile#product .main-content {
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#product #wrapper,
    body.caz-rg-mobile#product #wrapper > .row,
    body.caz-rg-mobile#product #content-wrapper,
    body.caz-rg-mobile#product #main {
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#product .page-content,
    body.caz-rg-mobile#product .row.product-container,
    body.caz-rg-mobile#product .product-info-section,
    body.caz-rg-mobile#product .tabs.page-width,
    body.caz-rg-mobile#product .tabs-container {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#product .product-container,
    body.caz-rg-mobile#product .product-info,
    body.caz-rg-mobile#product .product-information,
    body.caz-rg-mobile#product .product-actions,
    body.caz-rg-mobile#product .product-prices {
        max-width: 100% !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#product h1,
    body.caz-rg-mobile#product .h1,
    body.caz-rg-mobile#product .product-title {
        font-size: clamp(28px, 8.8vw, 39px) !important;
        line-height: 1.03 !important;
        margin-bottom: 12px !important;
    }

    body.caz-rg-mobile#product .product-prices {
        margin-bottom: 18px !important;
    }

    body.caz-rg-mobile#product .product-prices .current-price,
    body.caz-rg-mobile#product .current-price span {
        font-size: clamp(30px, 9vw, 42px) !important;
        line-height: 1 !important;
    }

    body.caz-rg-mobile#product .page-width.product-cover-thumbnails,
    body.caz-rg-mobile#product .product-cover-thumbnails,
    body.caz-rg-mobile#product .images-container {
        margin: 0 auto 18px !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#product .images-container {
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 14px 34px rgba(8, 40, 84, .12);
        display: block !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: hidden;
        padding: 0 !important;
    }

    body.caz-rg-mobile#product #product-images-cont.rg-gallery-ready .pp-img-carousel,
    body.caz-rg-mobile#product #product-images-cont.rg-gallery-ready .product-images {
        display: none !important;
    }

    body.caz-rg-mobile#product #product-images-cont .rg-mosaic-gallery {
        display: flex !important;
        gap: 8px !important;
        grid-template-areas: none !important;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
        height: auto !important;
        max-height: none !important;
        overflow-x: auto !important;
        padding: 0 !important;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        width: 100% !important;
    }

    body.caz-rg-mobile#product #product-images-cont .rg-mosaic-gallery::-webkit-scrollbar {
        display: none;
    }

    body.caz-rg-mobile#product #product-images-cont .rg-mosaic-bottom {
        display: contents !important;
    }

    body.caz-rg-mobile#product #product-images-cont .rg-mosaic-main,
    body.caz-rg-mobile#product #product-images-cont .rg-mosaic-side,
    body.caz-rg-mobile#product #product-images-cont .rg-mosaic-thumb {
        aspect-ratio: 4 / 3 !important;
        border: 0 !important;
        border-radius: 20px !important;
        flex: 0 0 82% !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: hidden !important;
        scroll-snap-align: start;
        width: auto !important;
    }

    body.caz-rg-mobile#product #product-images-cont .rg-mosaic-side,
    body.caz-rg-mobile#product #product-images-cont .rg-mosaic-thumb {
        flex-basis: 62% !important;
    }

    body.caz-rg-mobile#product #product-images-cont .rg-mosaic-gallery img {
        display: block !important;
        height: 100% !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#product .product-cover,
    body.caz-rg-mobile#product .images-container .product-cover {
        border-radius: 24px 24px 0 0 !important;
        height: auto !important;
        margin: 0 !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: hidden;
        padding: 0 !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#product .product-cover img,
    body.caz-rg-mobile#product .js-qv-product-cover {
        aspect-ratio: 4 / 3;
        display: block !important;
        height: auto !important;
        max-height: none !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#product .product-images {
        display: flex !important;
        gap: 8px;
        margin: 0 !important;
        overflow-x: auto !important;
        padding: 10px !important;
        scrollbar-width: none;
        width: 100% !important;
    }

    body.caz-rg-mobile#product .product-images::-webkit-scrollbar {
        display: none;
    }

    body.caz-rg-mobile#product .thumb-container {
        flex: 0 0 74px !important;
        height: 58px !important;
        margin: 0 !important;
        overflow: hidden;
        padding: 0 !important;
        width: 74px !important;
    }

    body.caz-rg-mobile#product .thumb-container img,
    body.caz-rg-mobile#product .js-thumb {
        border-radius: 12px;
        display: block !important;
        height: 58px !important;
        object-fit: cover !important;
        width: 74px !important;
    }

    body.caz-rg-mobile#product .tabs-container .nav-tabs,
    body.caz-rg-mobile#product .tabs-container #tab-content {
        display: none !important;
    }

    .caz-rg-product-accordion {
        display: none;
    }

    body.caz-rg-mobile#product .caz-rg-product-accordion {
        display: grid;
        gap: 10px;
        margin: 20px 0;
        max-width: 100%;
        width: 100%;
    }

    .caz-rg-acc-item {
        background: #fff;
        border: 1px solid #dce7f3;
        border-radius: 18px;
        box-shadow: 0 10px 24px rgba(8, 40, 84, .08);
        overflow: hidden;
    }

    .caz-rg-acc-item summary {
        color: #173761;
        cursor: pointer;
        font-size: 15px;
        font-weight: 900;
        list-style: none;
        padding: 16px 18px;
    }

    .caz-rg-acc-item summary::-webkit-details-marker {
        display: none;
    }

    .caz-rg-acc-item summary::after {
        content: "+";
        float: right;
        font-size: 22px;
        line-height: .8;
    }

    .caz-rg-acc-item[open] summary::after {
        content: "-";
    }

    .caz-rg-acc-content {
        border-top: 1px solid #e8eef6;
        color: #4d596d;
        font-size: 14px;
        line-height: 1.65;
        padding: 16px 18px 18px;
    }

    .caz-rg-acc-content a {
        color: #2f6fec;
        font-weight: 800;
    }

    body.caz-rg-mobile#product .social-sharing,
    body.caz-rg-mobile#product .product-additional-info .social-sharing {
        display: none !important;
    }
}

@media (max-width: 520px) {
    .caz-rg-header__bar {
        grid-template-columns: minmax(126px, 1fr) 46px 46px;
        gap: 8px;
        padding: 10px 11px;
    }

    .caz-rg-logo img {
        max-height: 42px;
        max-width: 158px;
        width: min(45vw, 158px);
    }

    .caz-rg-search input {
        padding-left: 12px;
    }

    .caz-rg-search-toggle,
    .caz-rg-menu-toggle {
        height: 46px;
        width: 46px;
    }
}

/* Search results should reuse the category/section visual system. */
html body#search main#main-content {
    background: #f5f2f0 !important;
}

html body#search main#main-content .page-width.top-content,
html body#search #left-column,
html body#search .sidebar,
html body#search .pksidebar,
html body#search #search_filter_toggler,
html body#search #js-product-list-top {
    display: none !important;
}

html body#search .page-width.main-content,
html body#search #wrapper.container,
html body#search #wrapper,
html body#search #wrapper > .row,
html body#search #content-wrapper-left,
html body#search #main.container,
html body#search #main {
    background: transparent !important;
    box-sizing: border-box !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

html body#search #main {
    padding-bottom: 72px !important;
    padding-top: 0 !important;
}

html body#search #main h1,
html body#search #main .h1,
html body#search #main .page-title {
    background: linear-gradient(180deg, #183869 0%, #3986fe 100%) !important;
    box-shadow: 0 0 0 100vmax #245aa6 !important;
    clip-path: inset(0 -100vmax) !important;
    color: #fff !important;
    display: block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    margin: 0 0 62px !important;
    padding: 52px max(24px, calc((100vw - 1768px) / 2)) 78px !important;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .16) !important;
    text-transform: none !important;
    width: auto !important;
}

html body#search #js-product-list {
    box-sizing: border-box !important;
    margin: 0 auto !important;
    max-width: min(1768px, calc(100vw - 96px)) !important;
    padding: 0 !important;
    width: min(1768px, calc(100vw - 96px)) !important;
}

html body#search #js-product-list .product-list-container,
html body#search .products {
    align-items: stretch !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

html body#search #js-product-list article.product-miniature,
html body#search article.product-miniature {
    background: #fff !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12) !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 390px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    transform: none !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
    width: 100% !important;
}

html body#search #js-product-list article.product-miniature:hover,
html body#search article.product-miniature:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
    transform: translateY(-5px) !important;
}

html body#search article.product-miniature .thumbnail-container,
html body#search article.product-miniature .thumbnail,
html body#search article.product-miniature .product-thumbnail,
html body#search article.product-miniature .product-thumbnail a {
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    flex: 0 0 auto !important;
    height: auto !important;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 100% !important;
}

html body#search article.product-miniature .product-thumbnail img,
html body#search article.product-miniature .thumbnail-container img {
    aspect-ratio: 16 / 9 !important;
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
    width: 100% !important;
}

html body#search article.product-miniature .product-desc-wrap,
html body#search article.product-miniature .product-description {
    background: #fff !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 190px !important;
    padding: 1.5rem 64px 1.5rem 1.5rem !important;
    position: relative !important;
    width: 100% !important;
}

html body#search article.product-miniature .product-title,
html body#search article.product-miniature .product-title a {
    color: #06449a !important;
    display: block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 1.25rem !important;
    font-style: normal !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    line-height: 1.16 !important;
    margin: 0 0 .7rem !important;
    text-decoration: none !important;
    text-transform: none !important;
}

html body#search article.product-miniature .short-desc,
html body#search article.product-miniature .short-desc p {
    color: #555 !important;
    display: block !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: .95rem !important;
    line-height: 1.5 !important;
    margin: 0 0 .6rem !important;
}

html body#search article.product-miniature .short-desc p:not(:first-child),
html body#search article.product-miniature .short-desc::after {
    display: none !important;
}

html body#search article.product-miniature .hook-reviews {
    color: #6a7483 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: .95rem !important;
    font-weight: 700 !important;
    margin-top: auto !important;
}

html body#search article.product-miniature .hook-reviews::before {
    color: #6a7483 !important;
    content: "◷" !important;
    display: inline-block !important;
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    margin: 0 6px 0 0 !important;
}

html body#search article.product-miniature.caz-import-no-price .product-price-and-shipping,
html body#search article.product-miniature .product-price-and-shipping:has(.price.caz-rg-hidden-price),
html body#search article.product-miniature .product-price-and-shipping:has(.price:empty) {
    display: none !important;
}

html body#search article.product-miniature .product-price-and-shipping {
    align-items: center !important;
    display: flex !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    margin-top: auto !important;
    width: 100% !important;
}

html body#search article.product-miniature .product-price-and-shipping .price {
    color: #123764 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

html body#search article.product-miniature .caz-rg-card-plus,
html body#search article.product-miniature .rg-card-link {
    align-items: center !important;
    background: #fff !important;
    border: 2px solid #4d7dff !important;
    border-radius: 999px !important;
    bottom: 20px !important;
    color: #4d7dff !important;
    display: inline-flex !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: 400 !important;
    height: 44px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-width: 44px !important;
    position: absolute !important;
    right: 20px !important;
    text-decoration: none !important;
    width: 44px !important;
}

@media (max-width: 767px) {
    html body#search #main h1,
    html body#search #main .h1,
    html body#search #main .page-title {
        font-size: 26px !important;
        margin-bottom: 32px !important;
        padding: 34px 14px 42px !important;
    }

    html body#search #js-product-list {
        max-width: calc(100vw - 28px) !important;
        width: calc(100vw - 28px) !important;
    }

    html body#search #js-product-list .product-list-container,
    html body#search .products {
        gap: 18px !important;
        grid-template-columns: 1fr !important;
    }
}

/* Header predictive search: delicate list, not a product grid. */
html body .pk-search-widget .pk-search-results {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 0 16px 16px !important;
    box-shadow: 0 18px 42px rgba(8, 40, 84, .14) !important;
    box-sizing: border-box !important;
    max-height: min(74vh, 640px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 18px 24px 24px !important;
    width: min(760px, calc(100vw - 64px)) !important;
}

html body .pk-search-widget .pk-search-results ul,
html body .pk-search-widget .pk-search-results ol {
    margin: 0 !important;
    padding: 0 !important;
}

html body .pk-search-widget .pk-search-results li,
html body .pk-search-widget .pk-search-results li.flex-container {
    align-items: center !important;
    background: transparent !important;
    border-bottom: 2px solid #d6d6d6 !important;
    box-sizing: border-box !important;
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    list-style: none !important;
    min-height: 82px !important;
    padding: 12px 0 !important;
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results li:last-child {
    border-bottom: 2px solid #d6d6d6 !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
html body .pk-search-widget .pk-search-results li > a:first-child {
    align-self: center !important;
    background: #bbb !important;
    border-radius: 7px !important;
    display: block !important;
    grid-column: 1 !important;
    height: 54px !important;
    line-height: 0 !important;
    overflow: hidden !important;
    width: 92px !important;
}

html body .pk-search-widget .pk-search-results img {
    aspect-ratio: 92 / 54 !important;
    background: #bbb !important;
    border-radius: 7px !important;
    display: block !important;
    height: 54px !important;
    max-height: 54px !important;
    object-fit: cover !important;
    opacity: .9 !important;
    width: 92px !important;
}

html body .pk-search-widget .pk-search-results li .product-details {
    align-self: center !important;
    grid-column: 2 !important;
    min-width: 0 !important;
    padding: 0 !important;
}

html body .pk-search-widget .pk-search-results a.product-title,
html body .pk-search-widget .pk-search-results .product-title,
html body .pk-search-widget .pk-search-results .product-title a {
    color: #06449a !important;
    display: block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    line-height: 1.18 !important;
    margin: 0 !important;
    max-width: 100% !important;
    text-decoration: none !important;
    text-transform: none !important;
}

html body .pk-search-widget .pk-search-results .product-brand,
html body .pk-search-widget .pk-search-results .manufacturer,
html body .pk-search-widget .pk-search-results .brand,
html body .pk-search-widget .pk-search-results .price,
html body .pk-search-widget .pk-search-results price,
html body .pk-search-widget .pk-search-results .product-price,
html body .pk-search-widget .pk-search-results .product-price-and-shipping {
    display: none !important;
}

html body .pk-search-widget .pk-search-results .load-more-container {
    align-items: center !important;
    background: #fff !important;
    border: 0 !important;
    display: flex !important;
    gap: 0 !important;
    justify-content: flex-start !important;
    margin: 22px 0 0 92px !important;
    padding: 0 !important;
    position: static !important;
}

html body .pk-search-widget .pk-search-results .pk-load-more {
    display: none !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search {
    align-items: center !important;
    background: #095bd8 !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 0 !important;
    font-weight: 700 !important;
    height: 48px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    min-height: 48px !important;
    padding: 0 28px !important;
    text-transform: none !important;
    width: auto !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search::before {
    color: #fff !important;
    content: "Ver todos los resultados" !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
}

@media (max-width: 767px) {
    html body .pk-search-widget .pk-search-results {
        left: 10px !important;
        padding: 14px 16px 18px !important;
        width: calc(100vw - 20px) !important;
    }

    html body .pk-search-widget .pk-search-results li,
    html body .pk-search-widget .pk-search-results li.flex-container {
        gap: 14px !important;
        grid-template-columns: 78px minmax(0, 1fr) !important;
        min-height: 74px !important;
        padding: 10px 0 !important;
    }

    html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
    html body .pk-search-widget .pk-search-results li > a:first-child,
    html body .pk-search-widget .pk-search-results img {
        height: 48px !important;
        max-height: 48px !important;
        width: 78px !important;
    }

    html body .pk-search-widget .pk-search-results a.product-title,
    html body .pk-search-widget .pk-search-results .product-title,
    html body .pk-search-widget .pk-search-results .product-title a {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    html body .pk-search-widget .pk-search-results .load-more-container {
        margin-left: 78px !important;
    }
}

/* Search results: exact section card parity. Keep only search layout differences. */
html body#search #js-product-list {
    margin: 0 auto !important;
    max-width: min(1768px, calc(100vw - 96px)) !important;
    width: min(1768px, calc(100vw - 96px)) !important;
}

html body#search #js-product-list .product-list-container,
html body#search #js-product-list .products {
    align-items: stretch !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body#search #js-product-list article.product-miniature,
html body#search article.product-miniature {
    background: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12) !important;
    display: block !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    transform: none;
    transition: transform .25s ease, box-shadow .25s ease !important;
}

html body#search #js-product-list article.product-miniature:hover,
html body#search article.product-miniature:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
    transform: translateY(-5px) !important;
}

html body#search article.product-miniature .thumbnail-container,
html body#search article.product-miniature .thumbnail,
html body#search article.product-miniature .product-thumbnail,
html body#search article.product-miniature .product-thumbnail a {
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    height: auto !important;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 100% !important;
}

html body#search article.product-miniature img,
html body#search article.product-miniature .product-thumbnail img,
html body#search article.product-miniature .thumbnail-container img {
    aspect-ratio: auto !important;
    background-color: #fff !important;
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    height: 220px !important;
    max-height: 220px !important;
    object-fit: cover !important;
    width: 100% !important;
}

html body#search article.product-miniature .product-desc-wrap {
    background: #fff !important;
    box-sizing: border-box !important;
    display: block !important;
    min-height: 0 !important;
    padding: 1.5rem !important;
    position: relative !important;
}

html body#search.pm-details-layout4 #main-content .view_grid .product-description,
html body#search article.product-miniature .product-description {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    padding: 0 !important;
}

html body#search article.product-miniature .product-title,
html body#search.pm-details-layout4 #main-content .view_grid .product-description .product-title {
    margin-bottom: 5px !important;
    order: 1 !important;
}

html body#search article.product-miniature .product-title a {
    color: #074696 !important;
    display: block !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 1.25rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.16 !important;
    margin-bottom: 5px !important;
    min-height: 70px !important;
    text-decoration: none !important;
    text-transform: none !important;
}

html body#search article.product-miniature .short-desc,
html body#search article.product-miniature .short-desc.product-description-short.shown {
    border: none !important;
    margin-bottom: 0 !important;
    order: 2 !important;
    padding: 0 !important;
}

html body#search article.product-miniature .short-desc p,
html body#search article.product-miniature .short-desc.product-description-short.shown p {
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    color: #555 !important;
    display: -webkit-box !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: .95rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    max-height: calc(1.45em * 3) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

html body#search article.product-miniature .short-desc p:not(:first-child),
html body#search article.product-miniature .short-desc.product-description-short.shown p:not(:first-child) {
    display: none !important;
}

html body#search article.product-miniature .short-desc::after {
    background: #e5e5e5 !important;
    content: "" !important;
    display: block !important;
    height: 2px !important;
    margin: 1.2rem 0 !important;
}

html body#search.pm-details-layout4 #main-content .view_grid .product-description .hook-reviews,
html body#search article.product-miniature .hook-reviews {
    color: #3986fe !important;
    font-size: 14px !important;
    order: 3 !important;
}

html body#search article.product-miniature .hook-reviews::before {
    display: none !important;
}

html body#search article.product-miniature.caz-import-no-price .product-price-and-shipping,
html body#search article.product-miniature .product-price-and-shipping:has(.price.caz-rg-hidden-price),
html body#search article.product-miniature .product-price-and-shipping:has(.price:empty) {
    display: none !important;
}

html body#search #js-product-list .product-price-and-shipping {
    align-items: center !important;
    display: flex !important;
    gap: 12px !important;
    justify-content: space-between !important;
    order: 4 !important;
    width: 100% !important;
}

html body#search #js-product-list .product-price-and-shipping .price {
    color: #123764 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

html body#search #js-product-list .rg-card-link,
html body#search article.product-miniature .caz-rg-card-plus {
    align-items: center !important;
    background: #fff !important;
    border: 2px solid #4d7dff !important;
    border-radius: 999px !important;
    color: #4d7dff !important;
    display: inline-flex !important;
    height: 44px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-width: 44px !important;
    text-decoration: none !important;
    transition: all .2s ease !important;
    width: 44px !important;
}

html body#search #js-product-list .rg-card-link span,
html body#search article.product-miniature .caz-rg-card-plus {
    font-size: 34px !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 767px) {
    html body#search #js-product-list {
        max-width: calc(100vw - 28px) !important;
        width: calc(100vw - 28px) !important;
    }

    html body#search #js-product-list .product-list-container,
    html body#search #js-product-list .products {
        grid-template-columns: 1fr !important;
    }

    html body#search article.product-miniature img,
    html body#search article.product-miniature .product-thumbnail img,
    html body#search article.product-miniature .thumbnail-container img {
        height: 180px !important;
        max-height: 180px !important;
    }

    html body#search article.product-miniature .product-title a {
        font-size: 1.1rem !important;
    }
}

/* Header predictive search final: same width as the search pill. */
html body .pk-search-widget {
    position: relative !important;
}

html body .pk-search-widget .pk-search-results {
    background: #fff !important;
    border: 1px solid rgba(8, 40, 84, .18) !important;
    border-top: 0 !important;
    border-radius: 0 0 28px 28px !important;
    box-shadow: 0 20px 46px rgba(8, 40, 84, .16) !important;
    box-sizing: border-box !important;
    left: 0 !important;
    max-height: min(76vh, 650px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 14px 20px 26px !important;
    right: auto !important;
    top: calc(100% - 1px) !important;
    transform: none !important;
    width: 100% !important;
    z-index: 10030 !important;
}

html body .pk-search-widget .pk-search-results ul,
html body .pk-search-widget .pk-search-results ol {
    margin: 0 !important;
    padding: 0 !important;
}

html body .pk-search-widget .pk-search-results li,
html body .pk-search-widget .pk-search-results li.flex-container {
    align-items: center !important;
    background: transparent !important;
    border-bottom: 2px solid #d2d2d2 !important;
    box-sizing: border-box !important;
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    list-style: none !important;
    min-height: 57px !important;
    padding: 8px 0 !important;
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
html body .pk-search-widget .pk-search-results li > a:first-child {
    align-self: center !important;
    background: #b9b9b9 !important;
    border-radius: 5px !important;
    display: block !important;
    grid-column: 1 !important;
    height: 36px !important;
    line-height: 0 !important;
    overflow: hidden !important;
    width: 58px !important;
}

html body .pk-search-widget .pk-search-results img {
    aspect-ratio: 58 / 36 !important;
    background: #b9b9b9 !important;
    border-radius: 5px !important;
    display: block !important;
    height: 36px !important;
    max-height: 36px !important;
    object-fit: cover !important;
    opacity: .92 !important;
    width: 58px !important;
}

html body .pk-search-widget .pk-search-results li .product-details {
    align-self: center !important;
    grid-column: 2 !important;
    min-width: 0 !important;
    padding: 0 !important;
}

html body .pk-search-widget .pk-search-results a.product-title,
html body .pk-search-widget .pk-search-results .product-title,
html body .pk-search-widget .pk-search-results .product-title a {
    color: #074696 !important;
    display: block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    margin: 0 !important;
    max-width: 100% !important;
    text-decoration: none !important;
    text-transform: none !important;
}

html body .pk-search-widget .pk-search-results .product-brand,
html body .pk-search-widget .pk-search-results .manufacturer,
html body .pk-search-widget .pk-search-results .brand,
html body .pk-search-widget .pk-search-results .price,
html body .pk-search-widget .pk-search-results price,
html body .pk-search-widget .pk-search-results .product-price,
html body .pk-search-widget .pk-search-results .product-price-and-shipping {
    display: none !important;
}

html body .pk-search-widget .pk-search-results .load-more-container {
    align-items: center !important;
    background: #fff !important;
    border: 0 !important;
    display: flex !important;
    justify-content: center !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results .pk-load-more {
    display: none !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search {
    align-items: center !important;
    background: #095bd8 !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 0 !important;
    font-weight: 750 !important;
    height: 43px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    min-height: 43px !important;
    padding: 0 28px !important;
    text-transform: none !important;
    width: auto !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search::before {
    color: #fff !important;
    content: "Ver todos los resultados" !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
}

@media (max-width: 767px) {
    html body .pk-search-widget .pk-search-results {
        padding: 12px 14px 20px !important;
    }

    html body .pk-search-widget .pk-search-results li,
    html body .pk-search-widget .pk-search-results li.flex-container {
        gap: 12px !important;
        grid-template-columns: 56px minmax(0, 1fr) !important;
    }

    html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
    html body .pk-search-widget .pk-search-results li > a:first-child,
    html body .pk-search-widget .pk-search-results img {
        height: 34px !important;
        max-height: 34px !important;
        width: 54px !important;
    }

    html body .pk-search-widget .pk-search-results a.product-title,
    html body .pk-search-widget .pk-search-results .product-title,
    html body .pk-search-widget .pk-search-results .product-title a {
        font-size: 15px !important;
    }
}

/* Search results: mirror category section cards. */
html body#search main#main-content {
    background: #f5f2f0 !important;
}

html body#search #js-product-list {
    box-sizing: border-box !important;
    margin: 0 auto !important;
    max-width: 1410px !important;
    padding: 48px 0 80px !important;
    width: calc(100vw - 96px) !important;
}

html body#search #js-product-list .product-list-container,
html body#search #js-product-list .products {
    align-items: stretch !important;
    display: grid !important;
    gap: 20px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

html body#search #js-product-list article.product-miniature,
html body#search article.product-miniature {
    background: #fff !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12) !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 312px !important;
    overflow: hidden !important;
    width: 100% !important;
}

html body#search article.product-miniature .thumbnail-container,
html body#search article.product-miniature .thumbnail,
html body#search article.product-miniature .product-thumbnail,
html body#search article.product-miniature .product-thumbnail a {
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    height: 160px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 100% !important;
}

html body#search article.product-miniature img,
html body#search article.product-miniature .product-thumbnail img,
html body#search article.product-miniature .thumbnail-container img {
    border-radius: 14px 14px 0 0 !important;
    display: block !important;
    height: 160px !important;
    max-height: 160px !important;
    object-fit: cover !important;
    width: 100% !important;
}

html body#search article.product-miniature .product-desc-wrap {
    background: #fff !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex: 1 1 auto !important;
    padding: 24px 24px 18px !important;
}

html body#search article.product-miniature .product-description {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 126px !important;
    padding: 0 52px 0 0 !important;
    position: relative !important;
}

html body#search article.product-miniature .product-title,
html body#search article.product-miniature .product-title a {
    color: #074696 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    min-height: 48px !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
}

html body#search article.product-miniature .short-desc,
html body#search article.product-miniature .short-desc.product-description-short.shown,
html body#search article.product-miniature .short-desc::after,
html body#search article.product-miniature .rg-price-wrap {
    display: none !important;
}

html body#search article.product-miniature .product-price-and-shipping {
    display: block !important;
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    order: 30 !important;
    padding: 0 !important;
}

html body#search article.product-miniature .product-price-and-shipping .price,
html body#search article.product-miniature .product-price-and-shipping .regular-price,
html body#search article.product-miniature .product-price-and-shipping .discount-percentage {
    display: none !important;
}

html body#search article.product-miniature .hook-reviews {
    color: #3986fe !important;
    display: block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: auto 0 0 !important;
    min-height: 18px !important;
    order: 20 !important;
}

html body#search article.product-miniature .hook-reviews:empty::before,
html body#search article.product-miniature .hook-reviews::before {
    display: none !important;
}

html body#search #js-product-list .rg-card-link,
html body#search article.product-miniature .caz-rg-card-plus {
    align-items: center !important;
    background: #fff !important;
    border: 2px solid #4d7dff !important;
    border-radius: 50% !important;
    bottom: 0 !important;
    color: #4d7dff !important;
    display: inline-flex !important;
    height: 44px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-width: 44px !important;
    position: absolute !important;
    right: 0 !important;
    text-decoration: none !important;
    width: 44px !important;
}

html body#search #js-product-list .rg-card-link span,
html body#search article.product-miniature .caz-rg-card-plus {
    color: #4d7dff !important;
    font-family: Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 1199px) {
    html body#search #js-product-list .product-list-container,
    html body#search #js-product-list .products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    html body#search #js-product-list {
        padding: 28px 0 56px !important;
        width: calc(100vw - 28px) !important;
    }

    html body#search #js-product-list .product-list-container,
    html body#search #js-product-list .products {
        grid-template-columns: 1fr !important;
    }
}

html body#search article.product-miniature.caz-search-card-ready .product-desc-wrap {
    display: none !important;
}

html body#search article.product-miniature .caz-search-card-body {
    background: #fff !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 152px !important;
    padding: 24px 24px 18px !important;
    position: relative !important;
}

html body#search article.product-miniature .caz-search-card-title {
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    color: #074696 !important;
    display: -webkit-box !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    max-height: 63px !important;
    min-height: 48px !important;
    overflow: hidden !important;
    padding-right: 44px !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
}

html body#search article.product-miniature .caz-search-card-meta {
    color: #3986fe !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-top: auto !important;
    min-height: 18px !important;
    padding-right: 56px !important;
    text-transform: lowercase !important;
}

html body#search article.product-miniature .caz-search-card-plus {
    align-items: center !important;
    background: #fff !important;
    border: 2px solid #4d7dff !important;
    border-radius: 50% !important;
    bottom: 18px !important;
    color: #4d7dff !important;
    display: inline-flex !important;
    height: 44px !important;
    justify-content: center !important;
    line-height: 1 !important;
    position: absolute !important;
    right: 24px !important;
    text-decoration: none !important;
    width: 44px !important;
}

html body#search article.product-miniature .caz-search-card-plus span {
    color: #4d7dff !important;
    font-family: Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
}

/* Header predictive search: compact list, final override. */
html body .pk-search-widget .pk-search-results,
html body .pk-search-widget .pk-dropdown-results {
    background: #fff !important;
    border: 1px solid rgba(8, 40, 84, .18) !important;
    border-top: 0 !important;
    border-radius: 0 0 28px 28px !important;
    box-shadow: 0 18px 40px rgba(8, 40, 84, .14) !important;
    box-sizing: border-box !important;
    left: 0 !important;
    max-height: min(76vh, 650px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 18px 40px 26px !important;
    top: calc(100% - 1px) !important;
    transform: none !important;
    width: 100% !important;
    z-index: 10030 !important;
}

html body .pk-search-widget .pk-search-results ul,
html body .pk-search-widget .pk-search-results ol,
html body .pk-search-widget .pk-dropdown-results ul,
html body .pk-search-widget .pk-dropdown-results ol {
    margin: 0 !important;
    padding: 0 !important;
}

html body .pk-search-widget .pk-search-results li,
html body .pk-search-widget .pk-search-results li.flex-container,
html body .pk-search-widget .pk-dropdown-results li,
html body .pk-search-widget .pk-dropdown-results li.flex-container {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 3px solid #d1d1d1 !important;
    box-sizing: border-box !important;
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    height: auto !important;
    margin: 0 !important;
    min-height: 86px !important;
    padding: 8px 0 !important;
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
html body .pk-search-widget .pk-search-results li > a:first-child,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail,
html body .pk-search-widget .pk-dropdown-results li > a:first-child {
    align-items: center !important;
    align-self: center !important;
    background: #b8b8b8 !important;
    border-radius: 8px !important;
    display: block !important;
    height: 68px !important;
    line-height: 0 !important;
    margin: 0 !important;
    max-height: 68px !important;
    min-height: 68px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 118px !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-search-results li > a:first-child img,
html body .pk-search-widget .pk-search-results img,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-dropdown-results li > a:first-child img,
html body .pk-search-widget .pk-dropdown-results img {
    border-radius: 8px !important;
    display: block !important;
    height: 68px !important;
    max-height: 68px !important;
    object-fit: cover !important;
    width: 118px !important;
}

html body .pk-search-widget .pk-search-results .product-details,
html body .pk-search-widget .pk-dropdown-results .product-details {
    align-self: center !important;
    display: block !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    text-align: left !important;
    width: auto !important;
}

html body .pk-search-widget .pk-search-results a.product-title,
html body .pk-search-widget .pk-search-results .product-title,
html body .pk-search-widget .pk-search-results .product-title a,
html body .pk-search-widget .pk-dropdown-results a.product-title,
html body .pk-search-widget .pk-dropdown-results .product-title,
html body .pk-search-widget .pk-dropdown-results .product-title a {
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    color: #074696 !important;
    display: -webkit-box !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    margin: 0 !important;
    max-height: 50px !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

html body .pk-search-widget .pk-search-results .product-brand,
html body .pk-search-widget .pk-search-results .brand,
html body .pk-search-widget .pk-search-results .price,
html body .pk-search-widget .pk-search-results .product-price,
html body .pk-search-widget .pk-search-results .product-price-and-shipping,
html body .pk-search-widget .pk-dropdown-results .product-brand,
html body .pk-search-widget .pk-dropdown-results .brand,
html body .pk-search-widget .pk-dropdown-results .price,
html body .pk-search-widget .pk-dropdown-results .product-price,
html body .pk-search-widget .pk-dropdown-results .product-price-and-shipping {
    display: none !important;
}

html body .pk-search-widget .pk-search-results .load-more-container,
html body .pk-search-widget .pk-dropdown-results .load-more-container {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results .pk-load-more,
html body .pk-search-widget .pk-dropdown-results .pk-load-more {
    display: none !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search,
html body .pk-search-widget .pk-dropdown-results .pk-goto-search {
    align-items: center !important;
    background: #095bd8 !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 0 !important;
    font-weight: 750 !important;
    height: 46px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    padding: 0 34px !important;
    text-transform: none !important;
    width: auto !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search::before,
html body .pk-search-widget .pk-dropdown-results .pk-goto-search::before {
    color: #fff !important;
    content: "Ver todos los resultados" !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
}

@media (max-width: 767px) {
    html body .pk-search-widget .pk-search-results,
    html body .pk-search-widget .pk-dropdown-results {
        padding: 14px 22px 24px !important;
    }

    html body .pk-search-widget .pk-search-results li,
    html body .pk-search-widget .pk-search-results li.flex-container,
    html body .pk-search-widget .pk-dropdown-results li,
    html body .pk-search-widget .pk-dropdown-results li.flex-container {
        gap: 14px !important;
        grid-template-columns: 78px minmax(0, 1fr) !important;
        min-height: 66px !important;
        padding: 7px 0 !important;
    }

    html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
    html body .pk-search-widget .pk-search-results li > a:first-child,
    html body .pk-search-widget .pk-search-results li > a.product-thumbnail img,
    html body .pk-search-widget .pk-search-results li > a:first-child img,
    html body .pk-search-widget .pk-search-results img,
    html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail,
    html body .pk-search-widget .pk-dropdown-results li > a:first-child,
    html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail img,
    html body .pk-search-widget .pk-dropdown-results li > a:first-child img,
    html body .pk-search-widget .pk-dropdown-results img {
        height: 48px !important;
        max-height: 48px !important;
        min-height: 48px !important;
        width: 78px !important;
    }

    html body .pk-search-widget .pk-search-results a.product-title,
    html body .pk-search-widget .pk-search-results .product-title,
    html body .pk-search-widget .pk-search-results .product-title a,
    html body .pk-search-widget .pk-dropdown-results a.product-title,
    html body .pk-search-widget .pk-dropdown-results .product-title,
    html body .pk-search-widget .pk-dropdown-results .product-title a {
        font-size: 16px !important;
        max-height: 38px !important;
    }
}

/* Header predictive search: denser results and hover feedback. */
html body .pk-search-widget .pk-search-results,
html body .pk-search-widget .pk-dropdown-results {
    max-height: min(78vh, 620px) !important;
    padding: 12px 30px 20px !important;
}

html body .pk-search-widget .pk-search-results li,
html body .pk-search-widget .pk-search-results li.flex-container,
html body .pk-search-widget .pk-dropdown-results li,
html body .pk-search-widget .pk-dropdown-results li.flex-container {
    border-bottom: 2px solid #d2d2d2 !important;
    border-radius: 8px !important;
    gap: 14px !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    min-height: 60px !important;
    padding: 6px 8px !important;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease !important;
}

html body .pk-search-widget .pk-search-results li:hover,
html body .pk-search-widget .pk-search-results li:focus-within,
html body .pk-search-widget .pk-dropdown-results li:hover,
html body .pk-search-widget .pk-dropdown-results li:focus-within {
    background: rgba(9, 91, 216, .08) !important;
    border-bottom-color: rgba(9, 91, 216, .35) !important;
    transform: translateX(2px) !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
html body .pk-search-widget .pk-search-results li > a:first-child,
html body .pk-search-widget .pk-search-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-search-results li > a:first-child img,
html body .pk-search-widget .pk-search-results img,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail,
html body .pk-search-widget .pk-dropdown-results li > a:first-child,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-dropdown-results li > a:first-child img,
html body .pk-search-widget .pk-dropdown-results img {
    height: 48px !important;
    max-height: 48px !important;
    min-height: 48px !important;
    width: 92px !important;
}

html body .pk-search-widget .pk-search-results a.product-title,
html body .pk-search-widget .pk-search-results .product-title,
html body .pk-search-widget .pk-search-results .product-title a,
html body .pk-search-widget .pk-dropdown-results a.product-title,
html body .pk-search-widget .pk-dropdown-results .product-title,
html body .pk-search-widget .pk-dropdown-results .product-title a {
    font-size: 17px !important;
    line-height: 1.12 !important;
    max-height: 39px !important;
}

html body .pk-search-widget .pk-search-results .load-more-container,
html body .pk-search-widget .pk-dropdown-results .load-more-container {
    margin-top: 14px !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search,
html body .pk-search-widget .pk-dropdown-results .pk-goto-search {
    height: 40px !important;
    padding: 0 28px !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search::before,
html body .pk-search-widget .pk-dropdown-results .pk-goto-search::before {
    font-size: 14px !important;
}

/* Header predictive search: tighter final density. */
html body .pk-search-widget .pk-search-results,
html body .pk-search-widget .pk-dropdown-results {
    max-height: min(78vh, 590px) !important;
    padding: 10px 28px 16px !important;
}

html body .pk-search-widget .pk-search-results li,
html body .pk-search-widget .pk-search-results li.flex-container,
html body .pk-search-widget .pk-dropdown-results li,
html body .pk-search-widget .pk-dropdown-results li.flex-container {
    border-bottom: 2px solid #d2d2d2 !important;
    border-radius: 7px !important;
    gap: 12px !important;
    grid-template-columns: 80px minmax(0, 1fr) !important;
    min-height: 52px !important;
    padding: 5px 8px !important;
}

html body .pk-search-widget .pk-search-results li:hover,
html body .pk-search-widget .pk-search-results li:focus-within,
html body .pk-search-widget .pk-dropdown-results li:hover,
html body .pk-search-widget .pk-dropdown-results li:focus-within {
    background: rgba(9, 91, 216, .12) !important;
    box-shadow: inset 3px 0 0 #095bd8 !important;
    transform: translateX(2px) !important;
}

html body .pk-search-widget .pk-search-results li:hover a.product-title,
html body .pk-search-widget .pk-search-results li:focus-within a.product-title,
html body .pk-search-widget .pk-dropdown-results li:hover a.product-title,
html body .pk-search-widget .pk-dropdown-results li:focus-within a.product-title {
    color: #063982 !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
html body .pk-search-widget .pk-search-results li > a:first-child,
html body .pk-search-widget .pk-search-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-search-results li > a:first-child img,
html body .pk-search-widget .pk-search-results img,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail,
html body .pk-search-widget .pk-dropdown-results li > a:first-child,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-dropdown-results li > a:first-child img,
html body .pk-search-widget .pk-dropdown-results img {
    height: 42px !important;
    max-height: 42px !important;
    min-height: 42px !important;
    width: 80px !important;
}

html body .pk-search-widget .pk-search-results a.product-title,
html body .pk-search-widget .pk-search-results .product-title,
html body .pk-search-widget .pk-search-results .product-title a,
html body .pk-search-widget .pk-dropdown-results a.product-title,
html body .pk-search-widget .pk-dropdown-results .product-title,
html body .pk-search-widget .pk-dropdown-results .product-title a {
    font-size: 15px !important;
    line-height: 1.12 !important;
    max-height: 34px !important;
}

html body .pk-search-widget .pk-search-results .load-more-container,
html body .pk-search-widget .pk-dropdown-results .load-more-container {
    margin-top: 10px !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search,
html body .pk-search-widget .pk-dropdown-results .pk-goto-search {
    height: 36px !important;
    padding: 0 26px !important;
}

html body .pk-search-widget .pk-search-results .pk-goto-search::before,
html body .pk-search-widget .pk-dropdown-results .pk-goto-search::before {
    font-size: 13px !important;
}

/* Header predictive search: use the full dropdown width. */
html body .pk-search-widget .pk-search-results,
html body .pk-search-widget .pk-dropdown-results {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

html body .pk-search-widget .pk-search-results li,
html body .pk-search-widget .pk-search-results li.flex-container,
html body .pk-search-widget .pk-dropdown-results li,
html body .pk-search-widget .pk-dropdown-results li.flex-container {
    box-sizing: border-box !important;
    gap: clamp(12px, 2.1vw, 22px) !important;
    grid-template-columns: clamp(82px, 18%, 150px) minmax(0, 1fr) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
html body .pk-search-widget .pk-search-results li > a:first-child,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail,
html body .pk-search-widget .pk-dropdown-results li > a:first-child {
    height: clamp(42px, 7.8vw, 78px) !important;
    max-height: 78px !important;
    min-height: 42px !important;
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-search-results li > a:first-child img,
html body .pk-search-widget .pk-search-results img,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-dropdown-results li > a:first-child img,
html body .pk-search-widget .pk-dropdown-results img {
    height: 100% !important;
    max-height: 78px !important;
    min-height: 42px !important;
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results .product-details,
html body .pk-search-widget .pk-dropdown-results .product-details {
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results a.product-title,
html body .pk-search-widget .pk-search-results .product-title,
html body .pk-search-widget .pk-search-results .product-title a,
html body .pk-search-widget .pk-dropdown-results a.product-title,
html body .pk-search-widget .pk-dropdown-results .product-title,
html body .pk-search-widget .pk-dropdown-results .product-title a {
    font-size: clamp(15px, 2.45vw, 22px) !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Header predictive search: compact rows, full text width. */
html body .pk-search-widget .pk-search-results,
html body .pk-search-widget .pk-dropdown-results {
    padding: 10px 12px 16px !important;
}

html body .pk-search-widget .pk-search-results li,
html body .pk-search-widget .pk-search-results li.flex-container,
html body .pk-search-widget .pk-dropdown-results li,
html body .pk-search-widget .pk-dropdown-results li.flex-container {
    gap: 12px !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;
    min-height: 54px !important;
    padding: 5px 8px !important;
    width: 100% !important;
}

html body .pk-search-widget .pk-search-results li > a.product-thumbnail,
html body .pk-search-widget .pk-search-results li > a:first-child,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail,
html body .pk-search-widget .pk-dropdown-results li > a:first-child,
html body .pk-search-widget .pk-search-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-search-results li > a:first-child img,
html body .pk-search-widget .pk-search-results img,
html body .pk-search-widget .pk-dropdown-results li > a.product-thumbnail img,
html body .pk-search-widget .pk-dropdown-results li > a:first-child img,
html body .pk-search-widget .pk-dropdown-results img {
    height: 42px !important;
    max-height: 42px !important;
    min-height: 42px !important;
    width: 84px !important;
}

html body .pk-search-widget .pk-search-results a.product-title,
html body .pk-search-widget .pk-search-results .product-title,
html body .pk-search-widget .pk-search-results .product-title a,
html body .pk-search-widget .pk-dropdown-results a.product-title,
html body .pk-search-widget .pk-dropdown-results .product-title,
html body .pk-search-widget .pk-dropdown-results .product-title a {
    font-size: 15px !important;
    line-height: 1.12 !important;
    max-height: 34px !important;
    width: 100% !important;
}

/* Search results: align title band with the card grid. */
html body#search .page-width.main-content,
html body#search #wrapper,
html body#search #wrapper > .row,
html body#search #content-wrapper-left,
html body#search #main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html body#search #main h1,
html body#search #main .h1,
html body#search #main .page-title {
    margin-bottom: 0 !important;
    padding: 52px max(24px, calc((100vw - 1410px) / 2)) 72px !important;
}

html body#search #js-product-list {
    padding-top: 34px !important;
}

/* Product cards: every main image must fill its visual frame without white gutters. */
html body article.product-miniature .thumbnail-container,
html body article.product-miniature .thumbnail,
html body article.product-miniature .product-thumbnail {
    background: transparent !important;
}

html body article.product-miniature .product-thumbnail,
html body article.product-miniature .product-thumbnail > a,
html body article.product-miniature .thumbnail-container > a:first-child {
    display: block !important;
    height: 160px !important;
    line-height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
}

html body article.product-miniature .product-thumbnail picture,
html body article.product-miniature .thumbnail-container picture,
html body article.product-miniature .product-thumbnail > a > picture,
html body article.product-miniature .thumbnail-container > a:first-child > picture {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}

html body article.product-miniature .product-thumbnail img,
html body article.product-miniature .thumbnail-container img {
    background: transparent !important;
    display: block !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 100% !important;
    min-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
}

@media (max-width: 767px) {
    html body.caz-rg-mobile#category.page-category #js-product-list,
    html body.caz-rg-mobile#search #js-product-list {
        box-sizing: border-box !important;
        margin: 0 auto !important;
        max-width: calc(100vw - 32px) !important;
        overflow: visible !important;
        padding: 0 0 24px !important;
        width: calc(100vw - 32px) !important;
    }

    html body.caz-rg-mobile#category.page-category #js-product-list .products,
    html body.caz-rg-mobile#category.page-category #js-product-list .product-list-container,
    html body.caz-rg-mobile#search #js-product-list .products,
    html body.caz-rg-mobile#search #js-product-list .product-list-container {
        box-sizing: border-box !important;
        display: grid !important;
        gap: 22px !important;
        grid-template-columns: minmax(0, 1fr) !important;
        margin: 0 !important;
        max-width: 100% !important;
        overflow: visible !important;
        padding: 0 !important;
        width: 100% !important;
    }

    html body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature,
    html body.caz-rg-mobile#search #js-product-list article.product-miniature {
        box-sizing: border-box !important;
        display: block !important;
        float: none !important;
        margin: 0 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    html body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature .product-title,
    html body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature .product-title a,
    html body.caz-rg-mobile#search #js-product-list article.product-miniature .product-title,
    html body.caz-rg-mobile#search #js-product-list article.product-miniature .product-title a {
        display: block !important;
        height: auto !important;
        line-height: 1.12 !important;
        max-width: 100% !important;
        min-height: 0 !important;
        overflow: visible !important;
        overflow-wrap: anywhere !important;
        text-overflow: clip !important;
        white-space: normal !important;
        width: 100% !important;
        word-break: normal !important;
    }

    html body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature h2.product-title,
    html body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature h2.product-title > a,
    html body.caz-rg-mobile#search #js-product-list article.product-miniature h2.product-title,
    html body.caz-rg-mobile#search #js-product-list article.product-miniature h2.product-title > a {
        max-width: calc(100vw - 82px) !important;
        width: calc(100vw - 82px) !important;
    }

    html body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature .product-description,
    html body.caz-rg-mobile#category.page-category #js-product-list article.product-miniature .product-desc-wrap,
    html body.caz-rg-mobile#search #js-product-list article.product-miniature .product-description,
    html body.caz-rg-mobile#search #js-product-list article.product-miniature .product-desc-wrap {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }
}
/* Footer credit */
.caz-footer-credit {
    background: #f4f1ef;
    box-sizing: border-box;
    clear: both;
    color: #0a3f8f;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 auto;
    padding: 14px 16px 22px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.caz-footer-credit a {
    color: inherit;
    text-decoration: none;
}

.caz-footer-credit a:hover,
.caz-footer-credit a:focus {
    color: #0078d8;
    text-decoration: underline;
}

/* Costa Azul palette guard: prevent inherited red hover states. */
html body .caz-product-filters a:hover,
html body .caz-product-filters button:hover,
html body .caz-product-filters input:hover,
html body .caz-product-filters [role="option"]:hover,
html body .caz-product-filters__suggestions button:hover,
html body .caz-product-filters__suggestions button:focus,
html body .caz-rg-bottom a:hover,
html body .caz-rg-bottom button:hover,
html body .caz-rg-mobile-menu a:hover,
html body .caz-rg-mobile-menu button:hover,
html body .pk-search-widget .pk-search-results li:hover,
html body .pk-search-widget .pk-search-results li:focus-within,
html body .pk-search-widget .pk-dropdown-results li:hover,
html body .pk-search-widget .pk-dropdown-results li:focus-within {
    border-color: rgba(8, 118, 234, .35) !important;
    color: #06449a !important;
}

html body .caz-product-filters a:hover,
html body .caz-product-filters button:not([type="submit"]):hover,
html body .caz-product-filters [role="option"]:hover,
html body .caz-product-filters__suggestions button:hover,
html body .caz-product-filters__suggestions button:focus,
html body .caz-rg-mobile-menu a:hover,
html body .caz-rg-mobile-menu button:hover,
html body .pk-search-widget .pk-search-results li:hover,
html body .pk-search-widget .pk-search-results li:focus-within,
html body .pk-search-widget .pk-dropdown-results li:hover,
html body .pk-search-widget .pk-dropdown-results li:focus-within {
    background-color: #edf4ff !important;
}

html body .caz-product-filters button[type="submit"]:hover,
html body .elementor-button.elementor-size-sm:hover,
html body .btn-primary:hover,
html body .btn-primary:focus {
    background-color: #ec7600 !important;
    border-color: #ec7600 !important;
    color: #ffffff !important;
}

/* Product price wording */
body.page-product .product-prices.price::before,
body#product .product-prices.price::before {
    color: #596273 !important;
    content: "Tarifa desde:";
    display: block;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 0 6px !important;
}

body.page-product .tax-shipping-delivery-label,
body#product .tax-shipping-delivery-label {
    color: #596273 !important;
    display: inline-block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    margin-left: 6px !important;
    margin-top: 0 !important;
    vertical-align: baseline !important;
}

/* Product tabs: clearer labels and requested order handled in JS. */
body.page-product .tabs-container .nav-tabs,
body#product .tabs-container .nav-tabs,
body.page-product .product-tabs .nav-tabs,
body#product .product-tabs .nav-tabs,
body.page-product ul.nav-tabs,
body#product ul.nav-tabs {
    gap: 12px !important;
}

body.page-product .tabs-container .nav-tabs a,
body#product .tabs-container .nav-tabs a,
body.page-product .product-tabs .nav-tabs a,
body#product .product-tabs .nav-tabs a,
body.page-product ul.nav-tabs a,
body#product ul.nav-tabs a {
    color: #0b2348 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: .06em !important;
    line-height: 1.2 !important;
    padding: 18px 18px !important;
    text-transform: uppercase !important;
}

body.page-product .tabs-container .nav-tabs a.active,
body#product .tabs-container .nav-tabs a.active,
body.page-product .tabs-container .nav-tabs li.active a,
body#product .tabs-container .nav-tabs li.active a,
body.page-product .product-tabs .nav-tabs a.active,
body#product .product-tabs .nav-tabs a.active,
body.page-product .product-tabs .nav-tabs li.active a,
body#product .product-tabs .nav-tabs li.active a,
body.page-product ul.nav-tabs a.active,
body#product ul.nav-tabs a.active,
body.page-product ul.nav-tabs li.active a,
body#product ul.nav-tabs li.active a {
    border-bottom: 4px solid #005fff !important;
    color: #082f73 !important;
}

/* Product custom tabs: preserve line breaks entered in the backoffice. */
body.page-product .tabs-container .tab-content .tab-pane,
body#product .tabs-container .tab-content .tab-pane,
body.page-product .product-tabs .tab-content .tab-pane,
body#product .product-tabs .tab-content .tab-pane,
body.page-product .tab-content .tab-pane,
body#product .tab-content .tab-pane,
body.caz-rg-mobile#product .caz-rg-acc-content {
    white-space: pre-line !important;
}

body.page-product .tabs-container .tab-content .tab-pane *,
body#product .tabs-container .tab-content .tab-pane *,
body.page-product .product-tabs .tab-content .tab-pane *,
body#product .product-tabs .tab-content .tab-pane *,
body.page-product .tab-content .tab-pane *,
body#product .tab-content .tab-pane *,
body.caz-rg-mobile#product .caz-rg-acc-content * {
    white-space: inherit !important;
}

body.page-product .tab-content .tab-pane table,
body#product .tab-content .tab-pane table,
body.page-product .tab-content .tab-pane table *,
body#product .tab-content .tab-pane table *,
body.page-product .tab-content .tab-pane button,
body#product .tab-content .tab-pane button,
body.page-product .tab-content .tab-pane input,
body#product .tab-content .tab-pane input,
body.page-product .tab-content .tab-pane select,
body#product .tab-content .tab-pane select,
body.page-product .tab-content .tab-pane textarea,
body#product .tab-content .tab-pane textarea,
body.page-product .tab-content .tab-pane .wk-tarifas-programa,
body#product .tab-content .tab-pane .wk-tarifas-programa,
body.page-product .tab-content .tab-pane .wk-tarifas-programa *,
body#product .tab-content .tab-pane .wk-tarifas-programa *,
body.caz-rg-mobile#product .caz-rg-acc-content table,
body.caz-rg-mobile#product .caz-rg-acc-content table *,
body.caz-rg-mobile#product .caz-rg-acc-content button,
body.caz-rg-mobile#product .caz-rg-acc-content input,
body.caz-rg-mobile#product .caz-rg-acc-content select,
body.caz-rg-mobile#product .caz-rg-acc-content textarea,
body.caz-rg-mobile#product .caz-rg-acc-content .wk-tarifas-programa,
body.caz-rg-mobile#product .caz-rg-acc-content .wk-tarifas-programa * {
    white-space: normal !important;
}

/* Product tariffs: compact card layout matching Costa Azul product cards. */
body#product .wk-tarifas-programa,
body.page-product .wk-tarifas-programa {
    box-sizing: border-box !important;
    color: #082f73 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    margin: 28px auto 18px !important;
    max-width: 100% !important;
    width: 100% !important;
}

body#product .wk-tarifas-programa .wk-tarifas-title,
body.page-product .wk-tarifas-programa .wk-tarifas-title {
    color: #082f73 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 0 14px !important;
    text-transform: none !important;
}

body#product .wk-tarifas-programa .wk-tarifas-list,
body.page-product .wk-tarifas-programa .wk-tarifas-list {
    display: grid !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body#product .wk-tarifas-programa .wk-tarifa-card,
body.page-product .wk-tarifas-programa .wk-tarifa-card {
    align-items: center !important;
    background: #f7faff !important;
    border: 1px solid #cfe0f7 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: grid !important;
    gap: 26px !important;
    grid-template-columns: 220px minmax(260px, 1fr) auto !important;
    margin: 0 !important;
    min-height: 148px !important;
    padding: 16px 18px !important;
    width: 100% !important;
}

body#product .wk-tarifas-programa .wk-tarifa-media,
body.page-product .wk-tarifas-programa .wk-tarifa-media {
    align-self: stretch !important;
    border-radius: 10px !important;
    display: block !important;
    height: 112px !important;
    margin: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 220px !important;
}

body#product .wk-tarifas-programa .wk-tarifa-img,
body.page-product .wk-tarifas-programa .wk-tarifa-img {
    display: block !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
}

body#product .wk-tarifas-programa .wk-tarifa-body,
body.page-product .wk-tarifas-programa .wk-tarifa-body {
    min-width: 0 !important;
    padding: 0 !important;
}

body#product .wk-tarifas-programa .wk-tarifa-name,
body.page-product .wk-tarifas-programa .wk-tarifa-name {
    color: #082f73 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    margin: 0 0 8px !important;
    max-width: 620px !important;
    text-transform: none !important;
}

body#product .wk-tarifas-programa .wk-tarifa-ref,
body.page-product .wk-tarifas-programa .wk-tarifa-ref {
    color: #2f7fff !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0 0 8px !important;
}

body#product .wk-tarifas-programa .wk-tarifa-price,
body.page-product .wk-tarifas-programa .wk-tarifa-price,
body#product .wk-tarifas-programa .wk-current-price,
body.page-product .wk-tarifas-programa .wk-current-price {
    color: #082f73 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 0 !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
}

body#product .wk-tarifas-programa .wk-current-price span,
body.page-product .wk-tarifas-programa .wk-current-price span {
    color: #082f73 !important;
    display: inline-block !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
}

body#product .wk-tarifas-programa .wk-tarifa-cta,
body.page-product .wk-tarifas-programa .wk-tarifa-cta {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    min-width: 420px !important;
    padding: 0 !important;
}

body#product .wk-tarifas-programa .wk-btn-consultar-wspp,
body.page-product .wk-tarifas-programa .wk-btn-consultar-wspp,
body#product .wk-tarifas-programa .wk-btn-consultar,
body.page-product .wk-tarifas-programa .wk-btn-consultar {
    align-items: center !important;
    border-radius: 28px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    height: 46px !important;
    justify-content: center !important;
    letter-spacing: .02em !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-width: 170px !important;
    padding: 0 26px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
    white-space: nowrap !important;
}

body#product .wk-tarifas-programa .wk-btn-consultar-wspp,
body.page-product .wk-tarifas-programa .wk-btn-consultar-wspp {
    background: #25d366 !important;
    border: 1px solid #25d366 !important;
    color: #ffffff !important;
    min-width: 250px !important;
}

body#product .wk-tarifas-programa .wk-btn-consultar,
body.page-product .wk-tarifas-programa .wk-btn-consultar {
    background: #005fff !important;
    border: 1px solid #005fff !important;
    color: #ffffff !important;
}

body#product .wk-tarifas-programa .wk-btn-consultar-wspp:hover,
body.page-product .wk-tarifas-programa .wk-btn-consultar-wspp:hover {
    background: #1fbd5c !important;
    border-color: #1fbd5c !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(37, 211, 102, .18) !important;
    transform: translateY(-1px) !important;
}

body#product .wk-tarifas-programa .wk-btn-consultar:hover,
body.page-product .wk-tarifas-programa .wk-btn-consultar:hover {
    background: #004fd6 !important;
    border-color: #004fd6 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(0, 95, 255, .18) !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 1024px) {
    body#product .wk-tarifas-programa .wk-tarifa-card,
    body.page-product .wk-tarifas-programa .wk-tarifa-card {
        gap: 18px !important;
        grid-template-columns: 180px minmax(0, 1fr) !important;
    }

    body#product .wk-tarifas-programa .wk-tarifa-media,
    body.page-product .wk-tarifas-programa .wk-tarifa-media {
        height: 106px !important;
        width: 180px !important;
    }

    body#product .wk-tarifas-programa .wk-tarifa-cta,
    body.page-product .wk-tarifas-programa .wk-tarifa-cta {
        grid-column: 1 / -1 !important;
        justify-content: flex-start !important;
        min-width: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    body#product .wk-tarifas-programa,
    body.page-product .wk-tarifas-programa {
        margin-top: 22px !important;
    }

    body#product .wk-tarifas-programa .wk-tarifas-title,
    body.page-product .wk-tarifas-programa .wk-tarifas-title {
        font-size: 21px !important;
    }

    body#product .wk-tarifas-programa .wk-tarifa-card,
    body.page-product .wk-tarifas-programa .wk-tarifa-card {
        border-radius: 14px !important;
        gap: 14px !important;
        grid-template-columns: 96px minmax(0, 1fr) !important;
        padding: 12px !important;
    }

    body#product .wk-tarifas-programa .wk-tarifa-media,
    body.page-product .wk-tarifas-programa .wk-tarifa-media {
        height: 82px !important;
        width: 96px !important;
    }

    body#product .wk-tarifas-programa .wk-tarifa-name,
    body.page-product .wk-tarifas-programa .wk-tarifa-name {
        font-size: 17px !important;
    }

    body#product .wk-tarifas-programa .wk-tarifa-ref,
    body.page-product .wk-tarifas-programa .wk-tarifa-ref {
        font-size: 13px !important;
    }

    body#product .wk-tarifas-programa .wk-current-price span,
    body.page-product .wk-tarifas-programa .wk-current-price span {
        font-size: 19px !important;
    }

    body#product .wk-tarifas-programa .wk-tarifa-cta,
    body.page-product .wk-tarifas-programa .wk-tarifa-cta {
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    body#product .wk-tarifas-programa .wk-btn-consultar-wspp,
    body.page-product .wk-tarifas-programa .wk-btn-consultar-wspp,
    body#product .wk-tarifas-programa .wk-btn-consultar,
    body.page-product .wk-tarifas-programa .wk-btn-consultar {
        height: 44px !important;
        min-width: 0 !important;
        width: 100% !important;
    }
}

body#product .caz-rg-native-product-block-hidden,
body.page-product .caz-rg-native-product-block-hidden {
    display: none !important;
}

body#product section.pk-carousel-categories,
body.page-product section.pk-carousel-categories,
body#product section.pk-carousel-viewed,
body.page-product section.pk-carousel-viewed,
body#product section.pk-carousel-viewed-products,
body.page-product section.pk-carousel-viewed-products,
body#product .ps-viewedproduct,
body.page-product .ps-viewedproduct,
body#product .viewed-products,
body.page-product .viewed-products {
    display: none !important;
}

/* Home mobile QA 2026-08-10: page overflow and bottom nav overlap from screenshots. */
@media (max-width: 767px), (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    body.caz-rg-mobile#index,
    body.caz-rg-mobile.page-index {
        padding-top: calc(64px + env(safe-area-inset-top)) !important;
        padding-bottom: calc(32px + env(safe-area-inset-bottom)) !important;
    }

    body.caz-rg-mobile#index #main-content,
    body.caz-rg-mobile#index #wrapper,
    body.caz-rg-mobile#index main,
    body.caz-rg-mobile#index .elementor,
    body.caz-rg-mobile#index .elementor-section,
    body.caz-rg-mobile#index .elementor-container,
    body.caz-rg-mobile.page-index #main-content,
    body.caz-rg-mobile.page-index #wrapper,
    body.caz-rg-mobile.page-index main,
    body.caz-rg-mobile.page-index .elementor,
    body.caz-rg-mobile.page-index .elementor-section,
    body.caz-rg-mobile.page-index .elementor-container {
        box-sizing: border-box !important;
        max-width: 100vw !important;
        overflow-x: clip !important;
    }

    body.caz-rg-mobile#index .elementor-section,
    body.caz-rg-mobile.page-index .elementor-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.caz-rg-mobile#index .elementor-section.elementor-section-boxed > .elementor-container,
    body.caz-rg-mobile.page-index .elementor-section.elementor-section-boxed > .elementor-container {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100vw - 28px) !important;
        width: calc(100vw - 28px) !important;
    }

    body.caz-rg-mobile#index .elementor-column,
    body.caz-rg-mobile#index .elementor-widget-wrap,
    body.caz-rg-mobile#index .elementor-widget-container,
    body.caz-rg-mobile.page-index .elementor-column,
    body.caz-rg-mobile.page-index .elementor-widget-wrap,
    body.caz-rg-mobile.page-index .elementor-widget-container {
        box-sizing: border-box !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper .pk-ce-widget.view_grid.pk-flex,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper .pk-ce-widget.view_grid.pk-flex {
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: 1fr !important;
        margin: 0 auto !important;
        max-width: calc(100vw - 28px) !important;
        overflow: visible !important;
        width: calc(100vw - 28px) !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figure.pk-subcategory,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figure.pk-subcategory {
        border-radius: 8px !important;
        margin: 0 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a {
        display: block !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figure.pk-subcategory img,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figure.pk-subcategory img {
        display: block !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figure.pk-subcategory,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figure.pk-subcategory {
        aspect-ratio: 1.55 / 1 !important;
        min-height: 0 !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image {
        height: 100% !important;
        min-height: 0 !important;
        position: relative !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a > span,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a > span,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image > span,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image > span {
        display: block !important;
        height: 100% !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figure.pk-subcategory img,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figure.pk-subcategory img {
        height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories .pk-subcategory-text,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories .pk-subcategory-text,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figcaption,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figcaption {
        bottom: 24px !important;
        box-sizing: border-box !important;
        left: 24px !important;
        max-width: calc(100% - 48px) !important;
        padding: 0 !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: calc(100% - 48px) !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories .pk-subcategory-text,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories .pk-subcategory-text *,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figcaption,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figcaption *,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories .pk-subcategory-text,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories .pk-subcategory-text *,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figcaption,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figcaption * {
        max-width: 100% !important;
        overflow-wrap: normal !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories .pk-subcategory-text h2,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories .pk-subcategory-text h3,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figcaption h2,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figcaption h3,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories .pk-subcategory-text h2,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories .pk-subcategory-text h3,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figcaption h2,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figcaption h3 {
        font-size: clamp(22px, 6.4vw, 30px) !important;
        line-height: 1.08 !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories .pk-subcategory-text p,
    body.caz-rg-mobile#index .elementor-widget-pkcategorysubcategories figcaption p,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories .pk-subcategory-text p,
    body.caz-rg-mobile.page-index .elementor-widget-pkcategorysubcategories figcaption p {
        font-size: 12px !important;
        line-height: 1.25 !important;
        margin-top: 8px !important;
    }

    body.caz-rg-mobile#index .products,
    body.caz-rg-mobile#index .product-list-container,
    body.caz-rg-mobile#index .slick-list,
    body.caz-rg-mobile#index .swiper,
    body.caz-rg-mobile#index .owl-stage-outer,
    body.caz-rg-mobile.page-index .products,
    body.caz-rg-mobile.page-index .product-list-container,
    body.caz-rg-mobile.page-index .slick-list,
    body.caz-rg-mobile.page-index .swiper,
    body.caz-rg-mobile.page-index .owl-stage-outer {
        max-width: calc(100vw - 28px) !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        width: calc(100vw - 28px) !important;
    }

    body.caz-rg-mobile#index article.product-miniature,
    body.caz-rg-mobile.page-index article.product-miniature {
        max-width: min(78vw, 300px) !important;
        min-width: min(78vw, 300px) !important;
    }

    body.caz-rg-mobile#index [id*="blog"],
    body.caz-rg-mobile#index [class*="blog"],
    body.caz-rg-mobile.page-index [id*="blog"],
    body.caz-rg-mobile.page-index [class*="blog"] {
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.caz-rg-mobile#index [id*="blog"] .elementor-container,
    body.caz-rg-mobile#index [class*="blog"] .elementor-container,
    body.caz-rg-mobile.page-index [id*="blog"] .elementor-container,
    body.caz-rg-mobile.page-index [class*="blog"] .elementor-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    body.caz-rg-mobile#index [id*="blog"] .elementor-column,
    body.caz-rg-mobile#index [class*="blog"] .elementor-column,
    body.caz-rg-mobile.page-index [id*="blog"] .elementor-column,
    body.caz-rg-mobile.page-index [class*="blog"] .elementor-column {
        width: 100% !important;
    }

    body.caz-rg-mobile#index [id*="blog"] h2,
    body.caz-rg-mobile#index [class*="blog"] h2,
    body.caz-rg-mobile#index [id*="blog"] h3,
    body.caz-rg-mobile#index [class*="blog"] h3,
    body.caz-rg-mobile.page-index [id*="blog"] h2,
    body.caz-rg-mobile.page-index [class*="blog"] h2,
    body.caz-rg-mobile.page-index [id*="blog"] h3,
    body.caz-rg-mobile.page-index [class*="blog"] h3 {
        font-size: clamp(24px, 7.6vw, 34px) !important;
        line-height: 1.12 !important;
        overflow-wrap: anywhere !important;
    }

    body.caz-rg-mobile#index [id*="blog"] p,
    body.caz-rg-mobile#index [class*="blog"] p,
    body.caz-rg-mobile.page-index [id*="blog"] p,
    body.caz-rg-mobile.page-index [class*="blog"] p {
        font-size: 16px !important;
        line-height: 1.48 !important;
        overflow-wrap: anywhere !important;
    }

    body.caz-rg-mobile .caz-rg-drawer {
        max-width: calc(100vw - 34px) !important;
        width: calc(100vw - 34px) !important;
    }

    body.caz-rg-mobile .pk-whatsapp {
        bottom: calc(24px + env(safe-area-inset-bottom)) !important;
        right: 16px !important;
    }

    body.caz-rg-mobile .caz-rg-header {
        box-sizing: border-box !important;
        left: 0 !important;
        max-width: 100vw !important;
        overflow: hidden !important;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        width: 100vw !important;
        z-index: 10080 !important;
    }

    body.caz-rg-mobile .caz-rg-header__bar {
        align-items: center !important;
        box-sizing: border-box !important;
        display: grid !important;
        gap: 8px !important;
        grid-template-columns: minmax(0, 1fr) 42px 42px !important;
        max-width: 100vw !important;
        padding: calc(10px + env(safe-area-inset-top)) 14px 10px !important;
        width: 100vw !important;
    }

    body.caz-rg-mobile .caz-rg-logo {
        grid-column: 1 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    body.caz-rg-mobile .caz-rg-search-toggle,
    body.caz-rg-mobile .caz-rg-menu-toggle {
        box-sizing: border-box !important;
        background-color: rgba(255, 255, 255, .08) !important;
        border: 1px solid rgba(255, 255, 255, .18) !important;
        border-radius: 14px !important;
        color: #fff !important;
        height: 42px !important;
        margin: 0 !important;
        max-height: 42px !important;
        max-width: 42px !important;
        min-height: 42px !important;
        min-width: 42px !important;
        position: static !important;
        transform: none !important;
        width: 42px !important;
    }

    body.caz-rg-mobile .caz-rg-menu-toggle {
        background-color: rgba(77, 125, 255, .92) !important;
    }

    body.caz-rg-mobile .caz-rg-search-toggle {
        grid-column: 2 !important;
    }

    body.caz-rg-mobile .caz-rg-menu-toggle {
        grid-column: 3 !important;
    }

    body.caz-rg-mobile .caz-rg-logo img {
        max-width: min(160px, calc(100vw - 128px)) !important;
        width: auto !important;
    }

    @media (max-width: 360px) {
        body.caz-rg-mobile .caz-rg-header__bar {
            grid-template-columns: minmax(0, 1fr) 40px 40px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        body.caz-rg-mobile .caz-rg-search-toggle,
        body.caz-rg-mobile .caz-rg-menu-toggle {
            height: 40px !important;
            max-height: 40px !important;
            max-width: 40px !important;
            min-height: 40px !important;
            min-width: 40px !important;
            width: 40px !important;
        }
    }

    body.caz-rg-mobile .caz-rg-header__bar {
        min-height: calc(64px + env(safe-area-inset-top)) !important;
        position: relative !important;
    }

    body.caz-rg-mobile .caz-rg-search-toggle,
    body.caz-rg-mobile .caz-rg-menu-toggle {
        align-items: center !important;
        display: inline-flex !important;
        justify-content: center !important;
        opacity: 1 !important;
        position: absolute !important;
        top: calc(10px + env(safe-area-inset-top)) !important;
        visibility: visible !important;
        z-index: 2 !important;
    }

    body.caz-rg-mobile .caz-rg-search-toggle {
        right: 66px !important;
    }

    body.caz-rg-mobile .caz-rg-menu-toggle {
        right: 14px !important;
    }

    body.caz-rg-mobile .caz-rg-logo {
        padding-right: 106px !important;
    }

    body.caz-rg-mobile#index .elementor-element-f52564b,
    body.caz-rg-mobile#index .elementor-element-429cef3,
    body.caz-rg-mobile#index .elementor-element-f30cfae,
    body.caz-rg-mobile#index .elementor-element-6b7f9e16,
    body.caz-rg-mobile#index .elementor-element-3c2ff85,
    body.caz-rg-mobile#index .elementor-element-3f8e6a63,
    body.caz-rg-mobile#index .elementor-element-ba9e19e,
    body.caz-rg-mobile.page-index .elementor-element-f52564b,
    body.caz-rg-mobile.page-index .elementor-element-429cef3,
    body.caz-rg-mobile.page-index .elementor-element-f30cfae,
    body.caz-rg-mobile.page-index .elementor-element-6b7f9e16,
    body.caz-rg-mobile.page-index .elementor-element-3c2ff85,
    body.caz-rg-mobile.page-index .elementor-element-3f8e6a63,
    body.caz-rg-mobile.page-index .elementor-element-ba9e19e {
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100vw !important;
        overflow: hidden !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        width: 100vw !important;
    }

    body.caz-rg-mobile#index .elementor-element-f52564b > .elementor-container,
    body.caz-rg-mobile#index .elementor-element-429cef3 > .elementor-container,
    body.caz-rg-mobile#index .elementor-element-f30cfae > .elementor-container,
    body.caz-rg-mobile#index .elementor-element-6b7f9e16 > .elementor-container,
    body.caz-rg-mobile#index .elementor-element-3c2ff85 > .elementor-container,
    body.caz-rg-mobile#index .elementor-element-3f8e6a63 > .elementor-container,
    body.caz-rg-mobile#index .elementor-element-ba9e19e > .elementor-container,
    body.caz-rg-mobile.page-index .elementor-element-f52564b > .elementor-container,
    body.caz-rg-mobile.page-index .elementor-element-429cef3 > .elementor-container,
    body.caz-rg-mobile.page-index .elementor-element-f30cfae > .elementor-container,
    body.caz-rg-mobile.page-index .elementor-element-6b7f9e16 > .elementor-container,
    body.caz-rg-mobile.page-index .elementor-element-3c2ff85 > .elementor-container,
    body.caz-rg-mobile.page-index .elementor-element-3f8e6a63 > .elementor-container,
    body.caz-rg-mobile.page-index .elementor-element-ba9e19e > .elementor-container {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-element-f52564b .elementor-column,
    body.caz-rg-mobile#index .elementor-element-429cef3 .elementor-column,
    body.caz-rg-mobile#index .elementor-element-f30cfae .elementor-column,
    body.caz-rg-mobile#index .elementor-element-6b7f9e16 .elementor-column,
    body.caz-rg-mobile#index .elementor-element-3c2ff85 .elementor-column,
    body.caz-rg-mobile.page-index .elementor-element-f52564b .elementor-column,
    body.caz-rg-mobile.page-index .elementor-element-429cef3 .elementor-column,
    body.caz-rg-mobile.page-index .elementor-element-f30cfae .elementor-column,
    body.caz-rg-mobile.page-index .elementor-element-6b7f9e16 .elementor-column,
    body.caz-rg-mobile.page-index .elementor-element-3c2ff85 .elementor-column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-heading,
    body.caz-rg-mobile.page-index .elementor-widget-heading {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-heading .elementor-heading-title,
    body.caz-rg-mobile.page-index .elementor-widget-heading .elementor-heading-title {
        box-sizing: border-box !important;
        max-width: 100% !important;
        overflow-wrap: normal !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    body.caz-rg-mobile#index .elementor-element-dc82a9f .elementor-heading-title,
    body.caz-rg-mobile.page-index .elementor-element-dc82a9f .elementor-heading-title,
    body.caz-rg-mobile#index .elementor-element-1c165316 .elementor-heading-title,
    body.caz-rg-mobile.page-index .elementor-element-1c165316 .elementor-heading-title {
        display: block !important;
        font-size: clamp(21px, 6vw, 25px) !important;
        line-height: 1.12 !important;
        max-width: calc(100vw - 36px) !important;
        overflow: visible !important;
        overflow-wrap: anywhere !important;
        white-space: normal !important;
        width: calc(100vw - 36px) !important;
        word-break: break-word !important;
    }

    body.caz-rg-mobile#index .elementor-element-dc82a9f .elementor-heading-title,
    body.caz-rg-mobile.page-index .elementor-element-dc82a9f .elementor-heading-title {
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
        min-height: 84px !important;
        overflow: visible !important;
        position: relative !important;
        text-shadow: none !important;
        visibility: hidden !important;
        -webkit-text-fill-color: transparent !important;
    }

    body.caz-rg-mobile#index .elementor-element-dc82a9f .elementor-heading-title::before,
    body.caz-rg-mobile.page-index .elementor-element-dc82a9f .elementor-heading-title::before {
        color: #082854 !important;
        content: "Ofertas en paquetes\A turisticos para los\A mejores destinos" !important;
        display: block !important;
        font-family: Montserrat, Arial, sans-serif !important;
        font-size: 23px !important;
        font-weight: 850 !important;
        left: 2px !important;
        letter-spacing: 0 !important;
        line-height: 1.12 !important;
        max-width: calc(100vw - 44px) !important;
        position: absolute !important;
        text-shadow: none !important;
        top: 0 !important;
        visibility: visible !important;
        white-space: pre-line !important;
        width: calc(100vw - 44px) !important;
        -webkit-text-fill-color: #082854 !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkproducts,
    body.caz-rg-mobile#index .elementor-widget-pkblog,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts,
    body.caz-rg-mobile.page-index .elementor-widget-pkblog {
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkproducts .pk-ce-widget-wrapper,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .pk-ce-widget-wrapper {
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        padding: 0 0 22px !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkproducts .pk-ce-widget.view_grid,
    body.caz-rg-mobile#index .elementor-widget-pkproducts .products,
    body.caz-rg-mobile#index .elementor-widget-pkproducts .slick-track,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .pk-ce-widget.view_grid,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .products,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .slick-track {
        align-items: stretch !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 18px !important;
        margin: 0 !important;
        transform: none !important;
        width: max-content !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkproducts article.product-miniature,
    body.caz-rg-mobile#index .elementor-widget-pkproducts .slick-slide,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts article.product-miniature,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .slick-slide {
        box-sizing: border-box !important;
        flex: 0 0 min(82vw, 312px) !important;
        float: none !important;
        margin: 0 !important;
        max-width: min(82vw, 312px) !important;
        min-width: min(82vw, 312px) !important;
        width: min(82vw, 312px) !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkblog .pk-ce-widget-wrapper,
    body.caz-rg-mobile#index .elementor-widget-pkblog .pk-ce-widget.view_grid,
    body.caz-rg-mobile.page-index .elementor-widget-pkblog .pk-ce-widget-wrapper,
    body.caz-rg-mobile.page-index .elementor-widget-pkblog .pk-ce-widget.view_grid {
        display: grid !important;
        gap: 18px !important;
        grid-template-columns: 1fr !important;
        margin: 0 !important;
        max-width: 100% !important;
        overflow: visible !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkblog .simpleblog__listing__post,
    body.caz-rg-mobile#index .elementor-widget-pkblog .slpw,
    body.caz-rg-mobile.page-index .elementor-widget-pkblog .simpleblog__listing__post,
    body.caz-rg-mobile.page-index .elementor-widget-pkblog .slpw {
        box-sizing: border-box !important;
        display: block !important;
        float: none !important;
        margin: 0 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkblog .blog-headline a,
    body.caz-rg-mobile.page-index .elementor-widget-pkblog .blog-headline a {
        display: block !important;
        font-size: clamp(20px, 6.2vw, 26px) !important;
        line-height: 1.14 !important;
        max-width: 100% !important;
        overflow-wrap: normal !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkproducts .pk-ce-widget-wrapper,
    body.caz-rg-mobile#index .elementor-widget-pkproducts .slick-list,
    body.caz-rg-mobile#index .elementor-widget-pkproducts .elementor-image-carousel-wrapper,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .pk-ce-widget-wrapper,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .slick-list,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .elementor-image-carousel-wrapper {
        height: auto !important;
        max-width: 100% !important;
        overflow: visible !important;
        padding: 0 !important;
        transform: none !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkproducts .slick-track,
    body.caz-rg-mobile#index .elementor-widget-pkproducts .pk-ce-widget.view_grid,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .slick-track,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .pk-ce-widget.view_grid {
        display: grid !important;
        gap: 18px !important;
        grid-template-columns: 1fr !important;
        height: auto !important;
        margin: 0 !important;
        max-width: 100% !important;
        transform: none !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkproducts .slick-slide.slick-cloned,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .slick-slide.slick-cloned {
        display: none !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkproducts .slick-slide,
    body.caz-rg-mobile#index .elementor-widget-pkproducts article.product-miniature,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .slick-slide,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts article.product-miniature {
        box-sizing: border-box !important;
        display: block !important;
        float: none !important;
        height: auto !important;
        margin: 0 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        opacity: 1 !important;
        transform: none !important;
        width: 100% !important;
    }

    body.caz-rg-mobile#index .elementor-widget-pkproducts .slick-arrow,
    body.caz-rg-mobile#index .elementor-widget-pkproducts .slick-dots,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .slick-arrow,
    body.caz-rg-mobile.page-index .elementor-widget-pkproducts .slick-dots {
        display: none !important;
    }
}

@media (max-width: 767px), (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    body.caz-rg-mobile .caz-rg-bottom {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }
}
