.fpa-woo-catalog-active {
    background: #f5f1ec;
}


/* Limpieza visual de elementos antiguos del archivo de tienda del theme. */
body.fpa-woo-catalog-active .woocommerce-products-header,
body.fpa-woo-catalog-active .woocommerce-breadcrumb,
body.fpa-woo-catalog-active .woocommerce-result-count,
body.fpa-woo-catalog-active .woocommerce-ordering,
body.fpa-woo-catalog-active .woocommerce-notices-wrapper:empty,
body.fpa-woo-catalog-active #secondary,
body.fpa-woo-catalog-active aside#secondary,
body.fpa-woo-catalog-active .woocommerce-sidebar,
body.fpa-woo-catalog-active .shop-sidebar,
body.fpa-woo-catalog-active .sidebar-shop,
body.fpa-woo-catalog-active .archive-sidebar,
body.fpa-woo-catalog-active .product-sidebar,
body.fpa-woo-catalog-active .storefront-sorting,
body.fpa-woo-catalog-active .widget_price_filter,
body.fpa-woo-catalog-active .widget_top_rated_products,
body.fpa-woo-catalog-active .widget_products,
body.fpa-woo-catalog-active .ct-trending-block,
body.fpa-woo-catalog-active [class*="ct-trending-block"],
body.fpa-woo-catalog-active .ct-products-results-count,
body.fpa-woo-catalog-active .ct-woocommerce-results-count,
body.fpa-woo-catalog-active .ct-shop-sidebar,
body.fpa-woo-catalog-active .ct-sidebar,
body.fpa-woo-catalog-active .ct-filter-widget,
body.fpa-woo-catalog-active .ct-woocommerce-filters,
body.fpa-woo-catalog-active .ct-dynamic-filter,
body.fpa-woo-catalog-active .ct-widget,
body.fpa-woo-catalog-active .ct-widget-area {
    display: none !important;
}

body.fpa-woo-catalog-active #primary,
body.fpa-woo-catalog-active .content-area,
body.fpa-woo-catalog-active .site-main,
body.fpa-woo-catalog-active .woocommerce,
body.fpa-woo-catalog-active .woocommerce-page .content-area {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    width: 100% !important;
}

.fpa-catalog,
.fpa-catalog * {
    box-sizing: border-box;
}

.fpa-catalog {
    background: #f5f1ec;
    color: #111111;
    font-family: inherit;
    line-height: 1.2;
    width: 100%;
}

.fpa-catalog__inner {
    margin: 0 auto;
    max-width: 1320px;
    padding: clamp(22px, 4vw, 44px) clamp(12px, 3vw, 32px) 56px;
}

.fpa-catalog__header {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 28px;
}

.fpa-catalog__heading {
    min-width: 0;
}

.fpa-catalog__eyebrow {
    color: #77716a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.fpa-catalog__title {
    color: #101010;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 900;
    letter-spacing: -0.065em;
    line-height: 0.92;
    margin: 0;
    text-transform: lowercase;
}

.fpa-catalog__order {
    flex: 0 0 auto;
    padding-top: 10px;
}

.fpa-catalog-select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #f9f7f3;
    background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid #ddd8d1;
    border-radius: 999px;
    color: #111111;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-height: 44px;
    padding: 0 42px 0 18px;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.fpa-catalog-select:focus {
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.12);
    outline: none;
}

.fpa-catalog__filters {
    display: grid;
    gap: 18px;
    margin-bottom: 28px;
}

.fpa-filter-label {
    color: #7c766f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.27em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fpa-filter-chips {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fpa-filter-chip {
    align-items: center;
    background: #f9f7f3;
    border: 1px solid #ded9d1;
    border-radius: 999px;
    color: #111111;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    line-height: 1;
    min-height: 36px;
    padding: 0 18px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.fpa-filter-chip small {
    color: currentColor;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.72;
}

.fpa-filter-chip:hover,
.fpa-filter-chip:focus {
    border-color: #111111;
    color: #111111;
    outline: none;
    transform: translateY(-1px);
}

.fpa-filter-chip.is-active {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.fpa-filter-select-wrap {
    display: none;
}

.fpa-catalog__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fpa-product-card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 1px 0 rgba(17, 17, 17, 0.04);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.fpa-product-card__media {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #ebe7e2;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: clamp(14px, 2vw, 24px);
    position: relative;
    text-decoration: none;
}

.fpa-product-card__media::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.fpa-product-card__image,
.fpa-product-card__media img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 220ms ease;
    width: 100%;
}

.fpa-product-card:hover .fpa-product-card__image,
.fpa-product-card:hover .fpa-product-card__media img {
    transform: scale(1.035);
}

.fpa-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 18px 18px;
}

.fpa-product-card__meta {
    align-items: center;
    color: #aaa39c;
    display: flex;
    flex-wrap: wrap;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
    gap: 7px;
    letter-spacing: 0.18em;
    margin-bottom: 8px;
    min-height: 16px;
    text-transform: uppercase;
}

.fpa-product-card__brand {
    background: #111111;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    line-height: 1;
    padding: 5px 8px;
}

.fpa-product-card__category::before {
    content: "·";
    margin-right: 7px;
}

.fpa-product-card__title {
    color: #111111;
    font-size: clamp(17px, 1.8vw, 21px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.02;
    margin: 0 0 16px;
}

.fpa-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.fpa-product-card__title a:hover,
.fpa-product-card__title a:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.fpa-product-card__footer {
    align-items: flex-end;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto;
}

.fpa-product-card__price {
    color: #111111;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.04em;
    min-width: 0;
}

.fpa-product-card__price del {
    color: #89827a;
    display: block;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.75;
}

.fpa-product-card__price ins {
    background: transparent;
    text-decoration: none;
}

.fpa-product-card__button {
    align-items: center;
    background: #111111;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 26px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease;
    width: 38px;
}

.fpa-product-card__button:hover,
.fpa-product-card__button:focus {
    background: #2a2a2a;
    color: #ffffff;
    outline: none;
    transform: scale(1.05);
}

.fpa-catalog__pagination {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.fpa-catalog__pagination ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fpa-catalog__pagination li {
    margin: 0;
}

.fpa-catalog__pagination a,
.fpa-catalog__pagination span {
    align-items: center;
    background: #f9f7f3;
    border: 1px solid #ded9d1;
    border-radius: 999px;
    color: #111111;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    min-width: 38px;
    padding: 0 12px;
    text-decoration: none;
}

.fpa-catalog__pagination .current {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.fpa-catalog__empty {
    background: #ffffff;
    border-radius: 22px;
    padding: 34px;
    text-align: center;
}

.fpa-catalog__empty h2 {
    font-size: 26px;
    letter-spacing: -0.04em;
    margin: 0 0 8px;
}

.fpa-catalog__empty p {
    color: #6f6861;
    margin: 0 0 18px;
}

.fpa-catalog__empty-link {
    background: #111111;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    min-height: 42px;
    padding: 12px 20px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .fpa-catalog__inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .fpa-catalog__header {
        align-items: stretch;
        display: grid;
        gap: 18px;
    }

    .fpa-catalog__order {
        padding-top: 0;
    }

    .fpa-catalog-order-select,
    .fpa-filter-select {
        width: 100%;
    }

    .fpa-filter-chips {
        display: none;
    }

    .fpa-filter-select-wrap {
        display: grid;
        gap: 7px;
    }

    .fpa-filter-select-wrap label {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .fpa-catalog__grid {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .fpa-catalog__inner {
        padding-bottom: 38px;
        padding-top: 18px;
    }

    .fpa-catalog__eyebrow {
        font-size: 10px;
        letter-spacing: 0.22em;
        margin-bottom: 8px;
    }

    .fpa-catalog__title {
        font-size: clamp(38px, 13vw, 56px);
    }

    .fpa-catalog__filters {
        gap: 12px;
        margin-bottom: 16px;
    }

    .fpa-catalog-select {
        font-size: 13px;
        min-height: 42px;
    }

    .fpa-product-card {
        border-radius: 16px;
    }

    .fpa-product-card__media {
        padding: 10px;
    }

    .fpa-product-card__body {
        padding: 12px 11px 12px;
    }

    .fpa-product-card__meta {
        font-size: 8px;
        gap: 4px;
        letter-spacing: 0.12em;
        margin-bottom: 6px;
    }

    .fpa-product-card__brand {
        padding: 4px 6px;
    }

    .fpa-product-card__category::before {
        margin-right: 4px;
    }

    .fpa-product-card__title {
        font-size: 15px;
        letter-spacing: -0.045em;
        margin-bottom: 12px;
    }

    .fpa-product-card__footer {
        align-items: center;
        gap: 8px;
    }

    .fpa-product-card__price {
        font-size: 16px;
    }

    .fpa-product-card__button {
        font-size: 21px;
        height: 34px;
        width: 34px;
    }
}

@media (max-width: 360px) {
    .fpa-catalog__grid {
        gap: 9px;
    }

    .fpa-product-card__title {
        font-size: 14px;
    }

    .fpa-product-card__price {
        font-size: 15px;
    }
}

/* =========================================================
   FPA Global footer
   ========================================================= */
body.fpa-footer-active .ct-footer,
body.fpa-footer-active footer.ct-footer,
body.fpa-footer-active .site-footer:not(.fpa-site-footer),
body.fpa-footer-active #colophon:not(.fpa-site-footer),
body.fpa-footer-active .footer-widgets,
body.fpa-footer-active [data-footer*="type-1"],
body.fpa-footer-active [data-footer*="type-2"] {
    display: none !important;
}

.fpa-site-footer,
.fpa-site-footer * {
    box-sizing: border-box;
}

.fpa-site-footer {
    background: #f3f0eb;
    color: #f7f4ee;
    padding: clamp(28px, 4vw, 52px) clamp(16px, 4vw, 56px);
    font-family: inherit;
}

.fpa-site-footer__inner {
    width: min(1290px, 100%);
    margin: 0 auto;
    background: #111;
    border-radius: 26px;
    padding: clamp(34px, 5vw, 56px) clamp(28px, 5vw, 72px) 30px;
    display: grid;
    grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(130px, .68fr)) minmax(270px, 1.1fr);
    gap: clamp(22px, 3vw, 46px);
}

.fpa-site-footer__brand,
.fpa-site-footer__nav,
.fpa-site-footer__newsletter {
    min-width: 0;
}

.fpa-site-footer__brand {
    max-width: 330px;
}

.fpa-site-footer__logo {
    display: inline-block;
    color: #fff !important;
    font-size: clamp(44px, 4.45vw, 70px);
    line-height: .9;
    letter-spacing: -0.065em;
    font-weight: 900;
    text-decoration: none !important;
    margin-bottom: 12px;
}

.fpa-site-footer__brand p,
.fpa-site-footer__newsletter p {
    color: rgba(255,255,255,.55);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.fpa-site-footer__nav h2,
.fpa-site-footer__newsletter h2 {
    color: rgba(255,255,255,.42);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .28em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.fpa-site-footer__nav a {
    display: table;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.fpa-site-footer__nav a:hover {
    opacity: .72;
}

.fpa-newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 18px;
    position: relative;
}

.fpa-newsletter-form input[type="email"] {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(255,255,255,.22) !important;
    background: rgba(255,255,255,.05) !important;
    color: #fff !important;
    border-radius: 9px !important;
    padding: 0 16px !important;
    font-size: 14px;
    outline: none;
}

.fpa-newsletter-form input[type="email"]::placeholder {
    color: rgba(255,255,255,.58);
}

.fpa-newsletter-form button {
    min-height: 46px;
    border: 0 !important;
    border-radius: 9px !important;
    background: #159aa4 !important;
    color: #fff !important;
    padding: 0 22px !important;
    font-weight: 800;
    cursor: pointer;
    text-transform: lowercase;
}

.fpa-newsletter-form button:hover {
    filter: brightness(1.07);
}

.fpa-newsletter-form__trap {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.fpa-newsletter-form__message {
    grid-column: 1 / -1;
    min-height: 18px;
    margin: 4px 0 0 !important;
    color: rgba(255,255,255,.7) !important;
    font-size: 12px !important;
}

.fpa-newsletter-form.is-error .fpa-newsletter-form__message {
    color: #ffb4b4 !important;
}

.fpa-newsletter-form.is-success .fpa-newsletter-form__message {
    color: #b8f7e4 !important;
}

.fpa-site-footer__bottom {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255,255,255,.38);
    font-size: 10px;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.fpa-site-footer__bottom a {
    color: rgba(255,255,255,.62) !important;
    text-decoration: none !important;
}

.fpa-site-footer__bottom a:hover {
    color: #fff !important;
}

@media (max-width: 1180px) {
    .fpa-site-footer__inner {
        grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(110px, .7fr)) minmax(250px, 1fr);
        gap: 26px;
    }

    .fpa-site-footer__logo {
        font-size: clamp(42px, 4.1vw, 58px);
    }
}

@media (max-width: 1050px) {
    .fpa-site-footer__inner {
        grid-template-columns: 1.1fr 1fr 1fr;
    }

    .fpa-site-footer__brand {
        max-width: 280px;
    }

    .fpa-site-footer__newsletter {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .fpa-site-footer {
        padding: 22px 14px;
    }

    .fpa-site-footer__inner {
        border-radius: 24px;
        grid-template-columns: 1fr 1fr;
        padding: 34px 24px 24px;
        gap: 30px 22px;
    }

    .fpa-site-footer__brand,
    .fpa-site-footer__newsletter,
    .fpa-site-footer__bottom {
        grid-column: 1 / -1;
    }

    .fpa-site-footer__logo {
        font-size: 50px;
    }

    .fpa-site-footer__nav h2,
    .fpa-site-footer__newsletter h2 {
        margin-bottom: 14px;
    }

    .fpa-site-footer__nav a {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .fpa-site-footer__bottom {
        display: grid;
        gap: 10px;
        letter-spacing: .18em;
        line-height: 1.6;
    }
}

@media (max-width: 460px) {
    .fpa-site-footer__inner {
        grid-template-columns: 1fr;
    }

    .fpa-newsletter-form {
        grid-template-columns: 1fr;
    }

    .fpa-newsletter-form button {
        width: 100%;
    }
}

/* =========================================================
   FPA Single product
   ========================================================= */
body.fpa-single-product-active .ct-trending-block,
body.fpa-single-product-active [class*="ct-trending-block"],
body.fpa-single-product-active .related.products,
body.fpa-single-product-active .upsells.products,
body.fpa-single-product-active .cross-sells,
body.fpa-single-product-active .woocommerce-tabs,
body.fpa-single-product-active .ct-sidebar,
body.fpa-single-product-active aside.sidebar,
body.fpa-single-product-active .sidebar {
    display: none !important;
}

.fpa-single,
.fpa-single * {
    box-sizing: border-box;
}

.fpa-single {
    background: #f3f0eb;
    color: #101010;
    padding: clamp(24px, 4vw, 48px) 20px clamp(38px, 6vw, 72px);
    font-family: inherit;
}

.fpa-single__inner {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.fpa-single__notices {
    margin-bottom: 18px;
}

.fpa-single__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: #777;
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: lowercase;
}

.fpa-single__breadcrumb a,
.fpa-single__breadcrumb span {
    color: inherit !important;
    text-decoration: none !important;
}

.fpa-single__breadcrumb span:last-child {
    color: #111 !important;
    text-transform: uppercase;
    font-weight: 800;
}

.fpa-single__breadcrumb-sep {
    letter-spacing: 0;
    opacity: .65;
}

.fpa-single__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: start;
}

.fpa-single-gallery__main {
    background: #ebe8e4;
    border-radius: 22px;
    min-height: clamp(360px, 44vw, 560px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 4vw, 62px);
    overflow: hidden;
}

.fpa-single-gallery__main img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 18px;
}

.fpa-single-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 10px;
}

.fpa-single-gallery__thumb {
    width: 56px;
    height: 56px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #e9e5df;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fpa-single-gallery__thumb.is-active {
    border-color: #111;
    background: #fff;
}

.fpa-single-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.fpa-single__long-description {
    margin-top: clamp(32px, 5vw, 56px);
    background: #ebe8e4;
    border-radius: 24px;
    padding: clamp(26px, 4vw, 54px);
    color: #27231f;
    scroll-margin-top: 110px;
}

.fpa-single__long-description-kicker {
    margin-bottom: 14px;
    color: #8d867d;
    font-size: 10px;
    letter-spacing: .28em;
    text-transform: uppercase;
    font-weight: 900;
}

.fpa-single__long-description-content {
    max-width: 850px;
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.78;
    color: #3e3a34;
}

.fpa-single__long-description-content > *:first-child {
    margin-top: 0 !important;
}

.fpa-single__long-description-content > *:last-child {
    margin-bottom: 0 !important;
}

.fpa-single__long-description-content h2,
.fpa-single__long-description-content h3,
.fpa-single__long-description-content h4 {
    color: #111 !important;
    letter-spacing: -0.045em !important;
    line-height: 1.04 !important;
    margin: 30px 0 14px !important;
}

.fpa-single__long-description-content ul,
.fpa-single__long-description-content ol {
    padding-left: 1.2em;
}

.fpa-single__summary-col {
    padding-top: 6px;
}

.fpa-single__meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #9a948d;
    font-size: 8px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 700;
}

.fpa-single__meta-line span:not(:last-child)::after {
    content: "·";
    margin-left: 7px;
    color: #b7b0a8;
}

.fpa-single__meta-line .is-strong {
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 5px 8px 4px;
    letter-spacing: .08em;
}

.fpa-single__meta-line .is-strong::after {
    display: none;
}

.fpa-single__title {
    margin: 0 0 10px !important;
    color: #111 !important;
    font-size: clamp(42px, 5vw, 68px) !important;
    line-height: .9 !important;
    letter-spacing: -0.075em !important;
    font-weight: 900 !important;
    text-transform: none !important;
}

.fpa-single__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #777;
    font-size: 12px;
    margin: 12px 0 14px;
}

.fpa-single__rating strong {
    color: #111;
}

.fpa-single__star {
    color: #111;
    font-size: 14px;
}

.fpa-single__short-description {
    color: #3e3b36;
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 18px;
}

.fpa-single__short-description p {
    margin: 0 0 10px;
}

.fpa-single__read-more {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
    color: #159aa4 !important;
    font-size: 12px;
    font-weight: 900;
    text-transform: lowercase;
    text-decoration: none !important;
}

.fpa-single__read-more:hover {
    text-decoration: underline !important;
}

.fpa-single__price {
    color: #111;
    font-size: 20px;
    font-weight: 900;
    margin: 6px 0 14px;
}

.fpa-single__price del {
    opacity: .4;
    margin-right: 8px;
}

.fpa-single__cart-card form.cart {
    margin: 0 !important;
}

.fpa-single__cart-card .variations_form,
.fpa-single__cart-card form.cart {
    display: block;
}

.fpa-single__cart-card table.variations {
    width: 100%;
    margin: 0 0 16px !important;
    border: 0 !important;
}

.fpa-single__cart-card table.variations th,
.fpa-single__cart-card table.variations td {
    border: 0 !important;
    padding: 0 0 12px !important;
    display: block;
    text-align: left;
}

.fpa-single__cart-card table.variations label,
.fpa-variation-chip-group__label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    color: #918a82;
    font-size: 9px;
    letter-spacing: .28em;
    text-transform: uppercase;
    font-weight: 800;
}

.fpa-single__cart-card table.variations select {
    width: 100%;
    border: 1px solid #ded8d0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    min-height: 42px;
    padding: 0 14px !important;
}

.fpa-variation-chip-groups {
    display: grid;
    gap: 16px;
    margin-bottom: 16px;
}

.fpa-variation-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fpa-variation-chip {
    border: 1px solid #d9d4cd;
    background: #fff;
    color: #111;
    border-radius: 10px;
    min-height: 36px;
    padding: 0 13px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.fpa-variation-chip.is-selected {
    border-color: #111;
    box-shadow: inset 0 0 0 1px #111;
}

.fpa-variation-chip:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.fpa-single__cart-card form.variations_form.fpa-variation-chips-ready table.variations {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.fpa-single__cart-card .single_variation_wrap {
    display: block;
}

.fpa-single__cart-card .woocommerce-variation-price {
    font-weight: 900;
    margin: 0 0 12px;
}

.fpa-single__cart-card .woocommerce-variation-availability {
    margin: 0 0 12px;
    font-size: 12px;
}

.fpa-single__cart-card .woocommerce-variation-description {
    display: none;
}

.fpa-single__cart-card .single_variation_wrap .woocommerce-variation-add-to-cart,
.fpa-single__cart-card form.cart:not(.variations_form) {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    align-items: center;
    width: 100%;
    clear: both;
}

.fpa-single__cart-card .quantity {
    flex: 0 0 104px !important;
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    min-height: 46px;
    margin: 0 !important;
    border: 1px solid #e0dbd4;
    background: #fff;
    border-radius: 999px;
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    align-items: center;
    overflow: hidden;
    position: relative;
    float: none !important;
}

.fpa-single__cart-card .quantity .ct-increase,
.fpa-single__cart-card .quantity .ct-decrease,
.fpa-single__cart-card .quantity .plus:not(.fpa-qty-btn),
.fpa-single__cart-card .quantity .minus:not(.fpa-qty-btn),
.fpa-single__cart-card .quantity .qty-button:not(.fpa-qty-btn) {
    display: none !important;
}

.fpa-single__cart-card .quantity input.qty {
    width: 100% !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    text-align: center;
    font-weight: 900;
    padding: 0 !important;
    -moz-appearance: textfield;
}

.fpa-single__cart-card .quantity input.qty::-webkit-outer-spin-button,
.fpa-single__cart-card .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fpa-qty-btn {
    height: 44px;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-weight: 900;
    cursor: pointer;
    padding: 0 !important;
    min-width: 0 !important;
}

.fpa-single__cart-card button.single_add_to_cart_button,
.fpa-single__cart-card .single_add_to_cart_button {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 999px !important;
    background: #159aa4 !important;
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    text-transform: lowercase;
    padding: 0 24px !important;
    white-space: normal;
    text-align: center;
}

.fpa-single__cart-card .reset_variations {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    color: #777 !important;
}

.fpa-single__club-card {
    margin: 20px 0 24px;
    background: #159aa4;
    color: #fff;
    border-radius: 14px;
    padding: 20px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.fpa-single__club-card strong {
    display: block;
    font-size: 18px;
    line-height: 1.05;
    margin-bottom: 4px;
}

.fpa-single__club-card p {
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
    color: rgba(255,255,255,.85);
}

.fpa-single__club-card a {
    flex: 0 0 auto;
    background: #fff;
    color: #159aa4 !important;
    border-radius: 999px;
    text-decoration: none !important;
    padding: 13px 17px;
    font-weight: 900;
    font-size: 12px;
}

.fpa-single__details {
    border-top: 1px solid #ddd7cf;
    margin-top: 8px;
}

.fpa-single__detail-row {
    min-height: 36px;
    border-bottom: 1px solid #ddd7cf;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    font-size: 12px;
}

.fpa-single__detail-row span {
    color: #8d8780;
    text-transform: lowercase;
}

.fpa-single__detail-row strong {
    color: #111;
    text-align: right;
    font-size: 11px;
    max-width: 260px;
}

@media (max-width: 920px) {
    .fpa-single {
        padding: 20px 16px 42px;
    }

    .fpa-single__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .fpa-single-gallery__main {
        min-height: 0;
        aspect-ratio: 1 / 1;
        padding: 30px;
    }

    .fpa-single__summary-col {
        padding-top: 0;
    }
}

@media (max-width: 560px) {
    .fpa-single {
        padding-left: 14px;
        padding-right: 14px;
    }

    .fpa-single__breadcrumb {
        font-size: 9px;
        margin-bottom: 20px;
    }

    .fpa-single-gallery__main {
        border-radius: 18px;
        padding: 26px;
    }

    .fpa-single-gallery__thumb {
        width: 48px;
        height: 48px;
    }

    .fpa-single__title {
        font-size: 40px !important;
    }

    .fpa-single__cart-card .quantity {
        flex-basis: 84px !important;
        width: 84px !important;
        min-width: 84px !important;
        max-width: 84px !important;
        grid-template-columns: 24px minmax(0, 1fr) 24px;
    }

    .fpa-single__cart-card button.single_add_to_cart_button,
    .fpa-single__cart-card .single_add_to_cart_button {
        padding-left: 14px !important;
        padding-right: 14px !important;
        font-size: 13px !important;
    }

    .fpa-single__long-description {
        margin-top: 30px;
        border-radius: 18px;
        padding: 24px 20px;
    }

    .fpa-single__long-description-content {
        font-size: 14px;
        line-height: 1.72;
    }

    .fpa-single__club-card {
        border-radius: 12px;
        padding: 16px;
    }

    .fpa-single__club-card strong {
        font-size: 16px;
    }

    .fpa-single__club-card a {
        padding: 11px 14px;
    }

    .fpa-single__detail-row {
        grid-template-columns: 1fr;
        gap: 3px;
        padding: 9px 0;
        align-items: start;
    }

    .fpa-single__detail-row strong {
        text-align: left;
        max-width: none;
    }
}


/* Compatibilidad visual con Side Cart WooCommerce (XootiX) */
body .xoo-wsc-modal .xoo-wsc-container {
    background: #f4efe8 !important;
    border-radius: 28px 0 0 28px !important;
    overflow: hidden !important;
    box-shadow: -18px 0 50px rgba(0, 0, 0, 0.18) !important;
}

body .xoo-wsc-modal .xoo-wsc-opac {
    background: rgba(0, 0, 0, 0.52) !important;
    backdrop-filter: blur(5px);
}

body .xoo-wsc-modal .xoo-wsc-header,
body .xoo-wsc-modal .xoo-wsc-footer {
    background: #f4efe8 !important;
}

body .xoo-wsc-modal .xoo-wsc-header {
    border-bottom: 1px solid #ddd7cf !important;
}

body .xoo-wsc-modal .xoo-wsc-footer {
    border-top: 1px solid #ddd7cf !important;
}

body .xoo-wsc-modal .xoo-wsc-ft-btn,
body .xoo-wsc-modal .xoo-wsc-ft-buttons-cont a,
body .xoo-wsc-modal a.xoo-wsc-ft-btn {
    border-radius: 999px !important;
    min-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 800 !important;
    text-transform: lowercase !important;
    border: 0 !important;
}

body .xoo-wsc-modal .xoo-wsc-ft-btn-checkout,
body .xoo-wsc-modal .xoo-wsc-ft-btn:hover,
body .xoo-wsc-modal .xoo-wsc-ft-buttons-cont a:hover {
    background: #139aa0 !important;
    color: #fff !important;
}

body .xoo-wsc-modal .xoo-wsc-product,
body .xoo-wsc-modal .xoo-wsc-empty-cart {
    border-radius: 18px !important;
}

body .xoo-wsc-modal .xoo-wsc-img-col img,
body .xoo-wsc-modal .xoo-wsc-pimg img,
body .xoo-wsc-modal img.attachment-woocommerce_thumbnail {
    border-radius: 14px !important;
}

body .xoo-wsc-basket,
body .xoo-wsc-cart-trigger,
body .ct-header-cart a,
body a[href*="cart-2"],
body a[href*="carrito"] {
    border-radius: 999px !important;
}

body .xoo-wsc-bki,
body .xoo-wsc-sc-count,
body .xoo-wsc-items-count,
body .ct-dynamic-count-cart {
    border-radius: 999px !important;
}

@media (max-width: 640px) {
    body .xoo-wsc-modal .xoo-wsc-container {
        width: min(94vw, 425px) !important;
        border-radius: 24px 0 0 24px !important;
    }
}
