/*
 * Catálogo comercial FIXU V550.
 *
 * Este archivo solo se enlaza desde QWeb en Tienda, Reparaciones y
 * resultados dedicados. Mantiene una sola cuadrícula y una sola tarjeta
 * renderizadas en el HTML inicial; no reconstruye ni oculta otra interfaz.
 */

body.o_website_sale_products {
    color: var(--fixu-search-ink, #151b2d);
    background: #fff;
}

body.o_website_sale_products #wrap.o_wsale_products_page,
body.o_website_sale_products #o_wsale_container {
    min-width: 0;
    background: #fff;
}

body.o_website_sale_products #o_wsale_container {
    padding-block: 18px 52px;
}

body.o_website_sale_products #products_grid.fixu-catalog-page-v547[data-fixu-catalog-design="marketplace-v547"] {
    --fixu-market-blue: var(--fixu-search-blue, #0003ff);
    --fixu-market-navy: var(--fixu-search-navy, #001e5b);
    --fixu-market-green: var(--fixu-search-green, #007a3d);
    --fixu-market-ink: var(--fixu-search-ink, #151b2d);
    --fixu-market-muted: var(--fixu-search-muted, #667085);
    --fixu-market-line: rgba(0, 30, 91, .13);
    --fixu-market-soft: #f6f8fd;
    width: 100%;
    min-width: 0;
}

/* Encabezado compacto único. Los controles siguen siendo los nativos de Odoo. */
body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(270px, .48fr);
    grid-template-areas:
        "breadcrumb eyebrow"
        "title proofs"
        "summary proofs"
        "categories controls";
    align-items: center !important;
    column-gap: clamp(20px, 2.5vw, 30px) !important;
    row-gap: 8px !important;
    width: min(100%, 1120px);
    margin: 0 auto 18px;
    padding: clamp(21px, 2.25vw, 27px) clamp(20px, 2.8vw, 31px) !important;
    color: var(--fixu-search-ink, #151b2d);
    background:
        radial-gradient(circle at 96% 0%, rgba(0, 3, 255, .06), transparent 30%),
        #fff;
    border: 1px solid rgba(0, 30, 91, .12);
    border-radius: 21px;
    box-shadow: 0 10px 28px rgba(0, 30, 91, .055);
    text-align: left;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    border-radius: 21px 21px 0 0;
    background: linear-gradient(90deg, #001e8f, #0003ff 62%, #28a9ff);
    content: "";
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .breadcrumb {
    grid-area: breadcrumb;
    min-width: 0;
    margin: 0 !important;
    color: var(--fixu-search-muted, #667085);
    font-size: 12.5px;
    font-weight: 650;
}

.fixu-catalog-hero-v550 .fixu-catalog-hero__eyebrow {
    grid-area: eyebrow;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
    margin: 0;
    color: var(--fixu-search-blue, #0003ff);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .105em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_category_title,
body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_shop_title {
    grid-area: title;
    min-width: 0;
    justify-content: flex-start !important;
    margin: 0 !important;
    color: var(--fixu-search-navy, #001e5b);
    font-size: clamp(38px, 3.6vw, 46px) !important;
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.04 !important;
    text-align: left !important;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550:not(.o_wsale_products_header_is_category) {
    grid-template-areas:
        "eyebrow eyebrow"
        "title proofs"
        "summary proofs"
        "categories controls";
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550:not(.o_wsale_products_header_is_category) .fixu-catalog-hero__eyebrow {
    justify-content: flex-start;
}

.fixu-catalog-hero-v550 .fixu-catalog-hero__summary {
    grid-area: summary;
    max-width: 640px;
    margin: 0;
    color: var(--fixu-search-muted, #667085);
    font-size: clamp(15px, 1.35vw, 17px);
    line-height: 1.42;
}

.fixu-catalog-hero-v550 .fixu-catalog-hero__proofs {
    grid-area: proofs;
    align-self: stretch;
    display: grid;
    align-content: center;
    gap: 10px;
    min-width: 0;
    margin: 0;
    padding: 4px 0 4px 20px;
    border-left: 1px solid rgba(0, 30, 91, .11);
    list-style: none;
}

.fixu-catalog-hero-v550 .fixu-catalog-hero__proofs > li {
    display: grid;
    grid-template-columns: 23px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-height: 24px;
    padding: 0;
    color: var(--fixu-search-navy, #001e5b);
    font-size: 12.5px;
    line-height: 1.25;
}

.fixu-catalog-hero-v550 .fixu-catalog-hero__proofs i {
    display: inline-grid;
    place-items: center;
    width: 23px;
    height: 23px;
    color: var(--fixu-search-green, #007a3d);
    background: rgba(0, 122, 61, .075);
    border-radius: 50%;
    font-size: 11px;
}

.fixu-catalog-hero-v550 .fixu-catalog-hero__proofs b {
    font-weight: 850;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 #category_header:empty {
    margin: 0;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 #category_header,
body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 #oe_structure_products_header_shop {
    grid-column: 1 / -1;
    min-width: 0;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 #o_wsale_categories_filmstrip {
    grid-area: categories;
    align-self: center;
    min-width: 0;
    width: 100%;
    margin: 7px 0 0;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip {
    justify-content: flex-start;
    gap: 7px;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_link {
    min-width: 88px;
    padding: 0;
    color: var(--fixu-search-ink, #151b2d);
    background: transparent;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    outline: 0;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_item {
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid rgba(0, 30, 91, .14);
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(0, 30, 91, .025);
    font-size: 14px;
    line-height: 1.15;
    white-space: nowrap;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_image {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin: 0 7px 0 0;
    background-color: #f7f9fe;
    background-size: contain;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_link:hover .o_wsale_filmstrip_item,
body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_link:focus-visible .o_wsale_filmstrip_item,
body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_link.active .o_wsale_filmstrip_item,
body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_link[aria-current="page"] .o_wsale_filmstrip_item {
    border-color: rgba(0, 3, 255, .34);
    box-shadow: 0 6px 16px rgba(0, 30, 91, .065);
    transform: translateY(-1px);
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 > .products_header {
    grid-area: controls;
    justify-self: end;
    align-self: center;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    margin: 7px 0 0;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 > .products_header .o_wsale_products_header_inner {
    width: auto !important;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end !important;
}

body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 > .products_header .o_wsale_products_header_dropdown_wrap {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Filtros, orden y guía conservan sus controles nativos. */
body.o_website_sale_products #products_grid.fixu-catalog-page-v547 .o_wsale_products_header_dropdown_wrap {
    min-height: 44px;
    margin: 0;
}

body.o_website_sale_products #products_grid.fixu-catalog-page-v547 .o_wsale_products_header_dropdown_wrap .btn,
body.o_website_sale_products #products_grid.fixu-catalog-page-v547 .o_wsale_products_header_dropdown_wrap .dropdown-toggle {
    min-height: 44px;
    border-color: rgba(0, 30, 91, .12);
    border-radius: 12px;
}

body.o_website_sale_products #products_grid_before {
    top: 96px !important;
    padding-top: 0 !important;
}

body.o_website_sale_products #products_grid_before .o_wsale_products_grid_before_rail {
    height: calc(100vh - 118px) !important;
    margin: 0 !important;
    padding: 17px 15px !important;
    background: #fff;
    border: 1px solid rgba(0, 30, 91, .11);
    border-radius: 17px;
    box-shadow: 0 9px 25px rgba(0, 30, 91, .045);
}

body.o_website_sale_products #products_grid_before .accordion-item {
    background: transparent;
}

.fixu-catalog-step,
.fixu-catalog-results__header {
    background: #fff;
    border: 1px solid rgba(0, 30, 91, .12);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 30, 91, .045);
}

.fixu-catalog-step {
    display: flex;
    gap: 13px;
    align-items: center;
    width: min(100%, 900px);
    margin: 0 auto 20px;
    padding: 16px 18px;
}

.fixu-catalog-step__icon {
    display: grid;
    flex: 0 0 46px;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #fff;
    background: linear-gradient(145deg, #001e8f, #0003ff);
    border-radius: 14px;
    box-shadow: 0 7px 17px rgba(0, 3, 255, .15);
    font-size: 17px;
}

.fixu-catalog-step small,
.fixu-catalog-results__header > small {
    color: var(--fixu-search-blue, #0003ff);
    font-size: 10.5px;
    font-weight: 900;
    letter-spacing: .085em;
    line-height: 1.2;
    text-transform: uppercase;
}

.fixu-catalog-step h2 {
    margin: 2px 0 3px;
    color: var(--fixu-search-navy, #001e5b);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.fixu-catalog-step p {
    margin: 0;
    color: var(--fixu-search-muted, #667085);
    font-size: 13px;
    line-height: 1.4;
}

/* Una cuadrícula, centrada y acotada. */
body.o_website_sale_products #products_grid.fixu-catalog-page-v547 #o_wsale_products_grid,
.fixu-market-grid-v547 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 280px)) !important;
    justify-content: center;
    align-items: stretch;
    gap: 18px 16px !important;
    width: 100%;
    min-width: 0;
    margin-inline: auto;
}

.fixu-market-card-shell-v547 {
    width: 100%;
    max-width: 280px;
    min-width: 0;
    grid-column: auto !important;
    justify-self: center;
}

body.o_website_sale_products .fixu-market-card-shell-v547 .o_wsale_product_grid_wrapper {
    height: 100%;
    min-width: 0;
    background: #fff;
}

.fixu-market-card-v547 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    color: var(--fixu-search-ink, #151b2d);
    background: #fff;
    border: 1px solid rgba(0, 30, 91, .14);
    border-radius: 17px;
    box-shadow: 0 7px 22px rgba(0, 30, 91, .06);
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.fixu-market-card-v547:hover {
    border-color: rgba(0, 3, 255, .3);
    box-shadow: 0 14px 32px rgba(0, 30, 91, .1);
    transform: translateY(-2px);
}

.fixu-market-card-v547__media {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    min-width: 0;
    padding: 13px;
    overflow: hidden;
    background: #f7f9fd;
    border-bottom: 1px solid rgba(0, 30, 91, .08);
    text-decoration: none;
}

.fixu-market-card-v547 .oe_product_image {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    min-width: 0;
    padding: 13px;
    overflow: hidden;
    background: #f7f9fd;
    border-bottom: 1px solid rgba(0, 30, 91, .08);
}

.fixu-market-card-v547 .oe_product_image > a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-width: 0;
}

/* Una sola imagen no debe compartir una segunda fila con el ribbon vacío. */
.fixu-market-card-v547 .oe_product_image > a:not(.oe_product_image_link_has_secondary) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixu-market-card-v547 .oe_product_image_img_wrapper {
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
}

.fixu-market-card-v547__media img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    object-position: 50% 50%;
    align-self: center;
    justify-self: center;
    transition: transform .18s ease;
}

.fixu-market-card-v547 .oe_product_image img,
.fixu-market-card-v547 .oe_product_image_img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    object-position: 50% 50%;
    align-self: center;
    justify-self: center;
    transition: transform .18s ease;
}

.fixu-market-card-v547:hover .fixu-market-card-v547__media img {
    transform: scale(1.015);
}

.fixu-market-card-v547:hover .oe_product_image img,
.fixu-market-card-v547:hover .oe_product_image_img {
    transform: scale(1.015);
}

.fixu-market-card-v547__badges {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 9px;
    left: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    pointer-events: none;
}

.fixu-market-card-v547__status {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 27px;
    padding: 5px 8px;
    border-radius: 999px;
    box-shadow: 0 2px 7px rgba(0, 30, 91, .07);
    font-size: 10.5px;
    font-weight: 850;
    line-height: 1.1;
}

.fixu-market-card-v547__status--stock {
    color: #087244;
    background: #e9f8f0;
}

.fixu-market-card-v547__status--discount {
    color: #fff;
    background: #008a4a;
}

.fixu-market-card-v547__status--service {
    color: #001e8f;
    background: #eef1ff;
}

.fixu-market-card-v547__status--order,
.fixu-market-card-v547__status--partial {
    color: #775200;
    background: #fff4cf;
}

.fixu-market-card-v547__status--soldout {
    color: #9f2424;
    background: #fff0f0;
}

.fixu-market-card-v547__status--ribbon {
    color: var(--fixu-search-navy, #001e5b);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(0, 30, 91, .13);
}

.fixu-market-card-v547__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 13px;
}

.fixu-market-card-v547__kind {
    color: var(--fixu-search-blue, #0003ff);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.fixu-market-card-v547__title {
    display: -webkit-box;
    min-width: 0;
    overflow: hidden;
    color: var(--fixu-search-ink, #151b2d);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.27;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fixu-market-card-v547__title:hover,
.fixu-market-card-v547__title:focus-visible {
    color: var(--fixu-search-blue, #0003ff);
}

.fixu-market-card-v547__rating {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    color: var(--fixu-search-muted, #667085);
    font-size: 11.5px;
    line-height: 1.2;
}

.fixu-market-card-v547__rating i {
    color: #f5a000;
}

.fixu-market-card-v547__rating strong {
    color: var(--fixu-search-ink, #151b2d);
    font-weight: 850;
}

.fixu-market-card-v547__options,
.fixu-market-card-v547__facts {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: var(--fixu-search-muted, #667085);
    font-size: 11.5px;
    line-height: 1.25;
}

.fixu-market-card-v547__colors,
.fixu-market-card-v547__fact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.fixu-market-card-v547__swatches {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    min-width: 0;
}

.fixu-market-card-v547__swatch {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    overflow: hidden;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(0, 30, 91, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}

.fixu-market-card-v547__color-more,
.fixu-market-card-v547__more,
.fixu-market-card-v547__models {
    color: var(--fixu-search-muted, #667085);
    font-size: 11.5px;
    font-weight: 700;
}

.fixu-market-card-v547__pricing {
    display: grid;
    justify-items: start;
    gap: 2px;
    min-width: 0;
    margin-top: 1px;
}

.fixu-market-card-v547__from,
.fixu-market-card-v547__base {
    color: var(--fixu-search-muted, #667085);
    font-size: 11.5px;
    line-height: 1.2;
}

.fixu-market-card-v547__base del {
    text-decoration-thickness: 1px;
}

.fixu-market-card-v547__price {
    max-width: 100%;
    color: var(--fixu-search-green, #007a3d);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1.06;
    overflow-wrap: anywhere;
}

.fixu-market-card-v547__price--consult {
    color: var(--fixu-search-navy, #001e5b);
    font-size: 18px;
    letter-spacing: -.01em;
}

.fixu-market-card-v547__fulfillment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
    margin-top: auto;
    color: #087244;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.fixu-market-card-v547__fulfillment > span,
.fixu-market-card-v547__fulfillment > small {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    min-width: 0;
}

.fixu-market-card-v547__fulfillment > .fixu-market-card-v547__promise {
    width: max-content;
    max-width: 100%;
    padding: 4px 7px;
    border-radius: 6px;
    line-height: 1.15;
    white-space: normal;
}

.fixu-market-card-v547__promise--strong {
    color: #fff;
    background: #00a650;
}

.fixu-market-card-v547__promise--soft {
    color: #087244;
    background: #e9f8f0;
}

.fixu-market-card-v547__fulfillment > small {
    color: var(--fixu-search-muted, #667085);
    font-size: 10.5px;
    font-weight: 700;
}

.fixu-market-card-v547__fulfillment i {
    flex: 0 0 auto;
    margin-top: 1px;
}

.fixu-market-card-v547__fulfillment--soldout {
    color: #a82727;
}

.fixu-market-card-v547__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    margin-top: 3px;
    padding: 9px 12px;
    color: #fff;
    background: linear-gradient(135deg, #001e8f, #0003ff);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 3, 255, .13);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
}

.fixu-market-card-v547__cta:hover,
.fixu-market-card-v547__cta:focus-visible {
    color: #fff;
    background: linear-gradient(135deg, #00186f, #0000d8);
    box-shadow: 0 8px 20px rgba(0, 3, 255, .2);
}

.fixu-market-card-v547[data-fixu-availability="soldout"] {
    background: #fbfbfc;
    border-color: rgba(102, 112, 133, .2);
    box-shadow: 0 5px 16px rgba(15, 23, 42, .045);
}

.fixu-market-card-v547[data-fixu-availability="soldout"] .fixu-market-card-v547__media {
    background: #f1f2f4;
}

.fixu-market-card-v547[data-fixu-availability="soldout"] .oe_product_image {
    background: #f1f2f4;
}

.fixu-market-card-v547[data-fixu-availability="soldout"] .fixu-market-card-v547__media img {
    filter: grayscale(.58);
    opacity: .66;
}

.fixu-market-card-v547[data-fixu-availability="soldout"] .oe_product_image img,
.fixu-market-card-v547[data-fixu-availability="soldout"] .oe_product_image_img {
    filter: grayscale(.58);
    opacity: .66;
}

.fixu-market-card-v547[data-fixu-availability="soldout"] .fixu-market-card-v547__kind,
.fixu-market-card-v547[data-fixu-availability="soldout"] .fixu-market-card-v547__fulfillment {
    color: #8a3440;
}

.fixu-market-card-v547[data-fixu-availability="soldout"] .fixu-market-card-v547__cta {
    color: var(--fixu-search-navy, #001e5b);
    background: #fff;
    border: 1px solid rgba(0, 30, 91, .18);
    box-shadow: none;
}

.fixu-market-card-v547 .o_wsale_product_action_row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin-top: 2px;
}

.fixu-market-card-v547 .o_wsale_product_action_row .btn {
    min-width: 44px;
    min-height: 44px;
    border-radius: 12px;
}

.fixu-market-card-v547 a:focus-visible,
.fixu-market-card-v547 button:focus-visible,
.fixu-catalog-page-v547 .btn:focus-visible,
.fixu-catalog-page-v547 .page-link:focus-visible {
    outline: 3px solid rgba(0, 3, 255, .52);
    outline-offset: 2px;
}

/* Resultados dedicados reutilizan exactamente la misma tarjeta. */
.fixu-catalog-results {
    width: min(100%, 1220px);
    margin-inline: auto;
}

.fixu-catalog-results__header {
    margin: 0 auto 19px;
    padding: 19px 21px;
    text-align: center;
}

.fixu-catalog-results__header h1 {
    margin: 3px 0 5px;
    color: var(--fixu-search-navy, #001e5b);
    font-size: clamp(27px, 3.4vw, 40px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.fixu-catalog-results__header p {
    margin: 0;
    color: var(--fixu-search-muted, #667085);
}

.fixu-catalog-results__scope {
    color: var(--fixu-search-blue, #0003ff);
    font-weight: 750;
}

.fixu-catalog-results__empty {
    display: grid;
    justify-items: center;
    gap: 9px;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 44px 20px;
    color: var(--fixu-search-muted, #667085);
    text-align: center;
    background: #fff;
    border: 1px solid rgba(0, 30, 91, .13);
    border-radius: 18px;
}

.fixu-catalog-results__empty > i {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: var(--fixu-search-blue, #0003ff);
    background: #f2f4ff;
    border-radius: 50%;
    font-size: 19px;
}

.fixu-catalog-results__empty h2,
.fixu-catalog-results__empty p {
    margin: 0;
}

.fixu-catalog-results__empty h2 {
    color: var(--fixu-search-navy, #001e5b);
    font-size: 21px;
    font-weight: 850;
}

body.o_website_sale_products #products_grid.fixu-catalog-page-v547 #o_wsale_pager .pagination {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
}

@media (min-width: 992px) and (max-width: 1279.98px) {
    body.o_website_sale_products #products_grid.fixu-catalog-page-v547 #o_wsale_products_grid,
    .fixu-market-grid-v547 {
        grid-template-columns: repeat(3, minmax(0, 280px)) !important;
    }
}

@media (min-width: 600px) and (max-width: 991.98px) {
    body.o_website_sale_products #products_grid.fixu-catalog-page-v547 #o_wsale_products_grid,
    .fixu-market-grid-v547 {
        grid-template-columns: repeat(2, minmax(0, 280px)) !important;
        gap: 16px !important;
    }

    body.o_website_sale_products #o_wsale_container {
        padding-block: 14px 42px;
    }
}

@media (max-width: 767.98px) {
    body.o_website_sale_products #o_wsale_container {
        padding-block: 10px 36px;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "breadcrumb eyebrow"
            "title title"
            "summary summary"
            "proofs proofs"
            "categories categories"
            "controls controls";
        column-gap: 10px !important;
        row-gap: 8px !important;
        width: 100%;
        margin-bottom: 15px;
        padding: 16px 14px 15px !important;
        border-radius: 19px;
        box-shadow: 0 9px 25px rgba(0, 30, 91, .055);
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .breadcrumb {
        font-size: 11.5px;
    }

    .fixu-catalog-hero-v550 .fixu-catalog-hero__eyebrow {
        gap: 5px;
        font-size: 9.5px;
        letter-spacing: .08em;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_category_title,
    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_shop_title {
        font-size: clamp(30px, 8.4vw, 34px) !important;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550:not(.o_wsale_products_header_is_category) {
        grid-template-areas:
            "eyebrow eyebrow"
            "title title"
            "summary summary"
            "proofs proofs"
            "categories categories"
            "controls controls";
    }

    .fixu-catalog-hero-v550 .fixu-catalog-hero__summary {
        font-size: 14px;
        line-height: 1.4;
    }

    .fixu-catalog-hero-v550 .fixu-catalog-hero__proofs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin: 2px 0 0;
        padding: 0;
        border-left: 0;
    }

    .fixu-catalog-hero-v550 .fixu-catalog-hero__proofs > li {
        grid-template-columns: 19px minmax(0, 1fr);
        gap: 5px;
        min-width: 0;
        min-height: 34px;
        font-size: 10.5px;
        text-align: left;
    }

    .fixu-catalog-hero-v550 .fixu-catalog-hero__proofs i {
        width: 19px;
        height: 19px;
        font-size: 9px;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 #o_wsale_categories_filmstrip {
        margin-top: 3px;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip {
        justify-content: flex-start;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_link {
        min-width: 82px;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_item {
        min-height: 40px;
        padding: 7px 12px;
        font-size: 13px;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 > .products_header {
        justify-self: end;
        width: 100%;
        margin-top: 2px;
    }

    body.o_website_sale_products #products_grid.fixu-catalog-page-v547 {
        padding-inline: 0;
    }

    body.o_website_sale_products #products_grid.fixu-catalog-page-v547 .o_wsale_products_header_dropdown_wrap {
        margin-bottom: 14px;
    }

    .fixu-catalog-step {
        gap: 10px;
        margin-bottom: 14px;
        padding: 13px;
        border-radius: 16px;
    }

    .fixu-catalog-step__icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 15px;
    }

    .fixu-catalog-step h2 {
        font-size: 18px;
    }

    .fixu-catalog-step p {
        font-size: 12px;
    }

    .fixu-catalog-results__header {
        padding: 16px;
    }

    .fixu-catalog-results__header h1 {
        font-size: 25px;
    }
}

@media (max-width: 599.98px) {
    body.o_website_sale_products #products_grid.fixu-catalog-page-v547 #o_wsale_products_grid,
    .fixu-market-grid-v547 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 11px 9px !important;
    }

    .fixu-market-card-shell-v547 {
        max-width: 280px;
    }

    .fixu-market-card-v547__media {
        padding: 9px;
    }

    .fixu-market-card-v547 .oe_product_image {
        padding: 9px;
    }

    .fixu-market-card-v547__badges {
        top: 7px;
        right: 7px;
        left: 7px;
        gap: 4px;
    }

    .fixu-market-card-v547__status {
        min-height: 24px;
        padding: 4px 6px;
        font-size: 9px;
    }

    .fixu-market-card-v547__body {
        gap: 7px;
        padding: 10px;
    }

    .fixu-market-card-v547__kind {
        font-size: 8.8px;
    }

    .fixu-market-card-v547__title {
        font-size: 14px;
        line-height: 1.24;
    }

    .fixu-market-card-v547__options,
    .fixu-market-card-v547__facts,
    .fixu-market-card-v547__color-more,
    .fixu-market-card-v547__more,
    .fixu-market-card-v547__models {
        font-size: 10.5px;
    }

    .fixu-market-card-v547__swatch {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .fixu-market-card-v547__price {
        font-size: 18px;
    }

    .fixu-market-card-v547__from,
    .fixu-market-card-v547__base,
    .fixu-market-card-v547__fulfillment {
        font-size: 10.5px;
    }

    .fixu-market-card-v547__cta {
        min-height: 44px;
        padding: 8px 9px;
        font-size: 11.5px;
    }

    /* Reparaciones: una tarjeta horizontal por fila. */
    body.o_website_sale_products #products_grid.fixu-catalog-page-v547[data-fixu-catalog-kind="repair"] #o_wsale_products_grid,
    .fixu-market-grid-v547[data-fixu-catalog-kind="repair"] {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px !important;
    }

    body.o_website_sale_products #products_grid.fixu-catalog-page-v547[data-fixu-catalog-kind="repair"] .fixu-market-card-shell-v547,
    .fixu-market-card-shell-v547:has(.fixu-market-card-v547--repair),
    .fixu-market-card-shell-v547[data-fixu-kind="repair"],
    .fixu-market-card-shell-v547:has(.fixu-market-card-v547[data-fixu-kind="repair"]) {
        width: 100%;
        max-width: 560px;
        grid-column: 1 / -1 !important;
    }

    body.o_website_sale_products #products_grid.fixu-catalog-page-v547[data-fixu-catalog-kind="repair"] .fixu-market-card-v547,
    .fixu-market-card-v547--repair,
    .fixu-market-card-v547[data-fixu-kind="repair"] {
        display: grid;
        grid-template-columns: minmax(118px, 37%) minmax(0, 1fr);
        min-height: 214px;
    }

    body.o_website_sale_products #products_grid.fixu-catalog-page-v547[data-fixu-catalog-kind="repair"] .fixu-market-card-v547__media,
    .fixu-market-card-v547--repair .oe_product_image,
    .fixu-market-card-v547[data-fixu-kind="repair"] .fixu-market-card-v547__media {
        aspect-ratio: auto;
        min-height: 214px;
        padding: 11px;
        border-right: 1px solid rgba(0, 30, 91, .08);
        border-bottom: 0;
    }

    body.o_website_sale_products #products_grid.fixu-catalog-page-v547[data-fixu-catalog-kind="repair"] .fixu-market-card-v547__body,
    .fixu-market-card-v547--repair .fixu-market-card-v547__body,
    .fixu-market-card-v547[data-fixu-kind="repair"] .fixu-market-card-v547__body {
        padding: 11px;
    }
}

@media (max-width: 359.98px) {
    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "breadcrumb"
            "eyebrow"
            "title"
            "summary"
            "proofs"
            "categories"
            "controls";
        padding-inline: 12px !important;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550:not(.o_wsale_products_header_is_category) {
        grid-template-areas:
            "eyebrow"
            "title"
            "summary"
            "proofs"
            "categories"
            "controls";
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .fixu-catalog-hero__eyebrow {
        justify-content: flex-start;
    }

    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_category_title,
    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_shop_title {
        font-size: 29px !important;
    }

    .fixu-catalog-hero-v550 .fixu-catalog-hero__proofs > li {
        font-size: 9.8px;
    }

    body.o_website_sale_products #products_grid.fixu-catalog-page-v547 #o_wsale_products_grid,
    .fixu-market-grid-v547 {
        grid-template-columns: minmax(0, 280px) !important;
    }

    .fixu-market-card-v547__media {
        padding: 13px;
    }

    .fixu-market-card-v547 .oe_product_image {
        padding: 13px;
    }

    body.o_website_sale_products #products_grid.fixu-catalog-page-v547 #o_wsale_pager .pagination {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fixu-market-card-v547,
    .fixu-market-card-v547__media img,
    body.o_website_sale_products #o_wsale_products_header.fixu-catalog-hero-v550 .o_wsale_filmstrip_item {
        transition: none;
    }
}
