/* === base/tokens.css === */
:root {
    --cwd-color-bg-dark: #1b1c23;
    --cwd-color-bg-dark-2: #17181f;
    --cwd-color-accent-green: #16c05f;
    --cwd-color-accent-green-2: #12a551;
    --cwd-color-accent-blue: #264470;
    --cwd-color-text: #11131a;
    --cwd-color-soft: #6a7185;
    --cwd-color-border: #e8ecf3;
    --cwd-color-card: #ffffff;
    --cwd-color-card-alt: #f6f8fc;
    --cwd-color-text-on-dark: #d7d8df;
    --cwd-shadow-soft: 0 20px 50px rgba(12, 19, 35, 0.10);
    --cwd-radius-xl: 28px;
    --cwd-radius-lg: 20px;
    --cwd-radius-md: 14px;
    --cwd-radius-sm: 10px;
    --cwd-container: 1240px;
    --cwd-transition: 180ms ease;
}

/* === base/frame.css === */
body.cwd-hf-runtime {
    margin: 0;
}

.cwd-frame-slot {
    position: relative;
    z-index: 30;
}

.cwd-header,
.cwd-footer,
.cwd-header *,
.cwd-footer * {
    box-sizing: border-box;
}

.cwd-header a,
.cwd-footer a {
    color: inherit;
    text-decoration: none;
}

.cwd-header img,
.cwd-footer img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cwd-container {
    width: min(calc(100% - 32px), var(--cwd-container));
    margin: 0 auto;
}

.cwd-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 700;
    transition: transform var(--cwd-transition), background var(--cwd-transition), color var(--cwd-transition), border-color var(--cwd-transition), box-shadow var(--cwd-transition);
}

.cwd-pill svg,
.cwd-icon-link svg,
.cwd-menu-toggle svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.cwd-pill:hover,
.cwd-icon-link:hover,
.cwd-menu-toggle:hover {
    transform: translateY(-1px);
}

.cwd-pill--green {
    color: #fff;
    background: linear-gradient(180deg, var(--cwd-color-accent-green) 0%, var(--cwd-color-accent-green-2) 100%);
}

.cwd-pill--dark {
    color: #fff;
    background: linear-gradient(180deg, var(--cwd-color-bg-dark) 0%, var(--cwd-color-bg-dark-2) 100%);
}

.cwd-pill--outline {
    color: var(--cwd-color-text);
    background: #fff;
    border: 1px solid var(--cwd-color-border);
}

.cwd-pill--full {
    width: 100%;
}

/* === base/transition.css === */
body.cwd-hf-only .cwd-frame-slot--header,
body.cwd-hf-only .cwd-frame-slot--footer {
    display: block;
}

body.cwd-hf-only .site-main,
body.cwd-hf-only main,
body.cwd-hf-only #content {
    min-height: 0;
}

body.cwd-hf-only .cwd-frame-slot--header {
    position: relative;
    z-index: 40;
}

body.cwd-hf-only .cwd-frame-slot--footer {
    position: relative;
    z-index: 30;
}

/* Fusion 0.60.4: legacy frame conflict guard.
   Applies only when body gets cwd-frame-guard--active from PHP. */
body.cwd-frame-guard--active.cwd-hf-only #site-header,
body.cwd-frame-guard--active.cwd-hf-only #site-footer,
body.cwd-frame-guard--active.cwd-hf-only #masthead,
body.cwd-frame-guard--active.cwd-hf-only #colophon,
body.cwd-frame-guard--active.cwd-hf-only header.site-header,
body.cwd-frame-guard--active.cwd-hf-only footer.site-footer,
body.cwd-frame-guard--active.cwd-hf-only .site-header,
body.cwd-frame-guard--active.cwd-hf-only .site-footer,
body.cwd-frame-guard--active.cwd-hf-only .elementor-location-header,
body.cwd-frame-guard--active.cwd-hf-only .elementor-location-footer,
body.cwd-frame-guard--active.cwd-hf-only .elementor.elementor-location-header,
body.cwd-frame-guard--active.cwd-hf-only .elementor.elementor-location-footer,
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="header"],
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="footer"],
body.cwd-frame-guard--active.cwd-hf-only .e-con[data-elementor-type="header"],
body.cwd-frame-guard--active.cwd-hf-only .e-con[data-elementor-type="footer"],
body.cwd-frame-guard--active.cwd-hf-only .elementor-header-theme-builder,
body.cwd-frame-guard--active.cwd-hf-only .elementor-footer-theme-builder,
body.cwd-frame-guard--active.cwd-hf-only .hfe-header,
body.cwd-frame-guard--active.cwd-hf-only .hfe-footer,
body.cwd-frame-guard--active.cwd-hf-only .ehf-header,
body.cwd-frame-guard--active.cwd-hf-only .ehf-footer,
body.cwd-frame-guard--active.cwd-hf-only .she-header,
body.cwd-frame-guard--active.cwd-hf-only .she-footer,
body.cwd-frame-guard--active.cwd-hf-only .main-header-bar,
body.cwd-frame-guard--active.cwd-hf-only .ast-mobile-header-wrap,
body.cwd-frame-guard--active.cwd-hf-only .ast-primary-header-bar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

html body.cwd-frame-guard--active.cwd-hf-only,
html body.cwd-frame-guard--active.cwd-frame--plugin {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
}

body.cwd-frame-guard--active.cwd-hf-only > #page,
body.cwd-frame-guard--active.cwd-hf-only > .site,
body.cwd-frame-guard--active.cwd-hf-only .site,
body.cwd-frame-guard--active.cwd-hf-only .site-content,
body.cwd-frame-guard--active.cwd-hf-only .content-area,
body.cwd-frame-guard--active.cwd-hf-only #content,
body.cwd-frame-guard--active.cwd-hf-only main#main,
body.cwd-frame-guard--active.cwd-hf-only main.site-main,
body.cwd-frame-guard--active.cwd-hf-only .site-main,
body.cwd-frame-guard--active.cwd-hf-only .woocommerce,
body.cwd-frame-guard--active.cwd-hf-only .woocommerce-page,
body.cwd-frame-guard--active.cwd-hf-only .elementor-location-single,
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="single-post"],
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="single-product"],
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="product"] {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

body.cwd-frame-guard--active.cwd-hf-only > .cwd-frame-slot,
body.cwd-frame-guard--active.cwd-hf-only .cwd-frame-slot,
body.cwd-frame-guard--active.cwd-hf-only .cwd-header,
body.cwd-frame-guard--active.cwd-hf-only .cwd-footer {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

/* === components/header.css === */
.cwd-header {
    position: relative;
    z-index: 50;
    background: #ffffff;
    border-bottom: 1px solid rgba(37, 48, 80, 0.08);
}

.cwd-header .cwd-container {
    width: min(calc(100% - 36px), 1840px);
    max-width: 1840px;
    margin: 0 auto;
}

.cwd-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 70px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.cwd-header__mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 66px;
}

.cwd-header__brand {
    min-width: 0;
}

.cwd-header__logo {
    display: inline-flex;
    align-items: center;
}

.cwd-header__logo-image {
    display: block;
    width: auto;
    max-width: 112px;
    max-height: 42px;
    height: auto;
    object-fit: contain;
}

.cwd-brand-text {
    font-weight: 800;
    font-size: 22px;
}

.cwd-header__nav-wrap {
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: visible;
}

.cwd-nav,
.cwd-mobile-nav {
    display: block;
    width: 100%;
}

.cwd-nav__list,
.cwd-mobile-nav__list,
.cwd-footer-links,
.cwd-footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cwd-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 3px;
    min-width: 0;
    max-width: 100%;
}

.cwd-nav__list > li {
    position: relative;
    flex: 0 0 auto;
}

.cwd-nav__list a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 10px;
    color: #253050;
    font-size: clamp(16px, 0.88vw, 17px);
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    border-radius: 14px;
    letter-spacing: -0.01em;
}

.cwd-nav__list a:hover,
.cwd-nav__list .current-menu-item > a,
.cwd-nav__list .current-menu-ancestor > a {
    background: #f1f4f8;
}

.cwd-nav .menu-item-has-children > a::after {
    content: '';
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    opacity: 0.75;
}

.cwd-nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 60;
    min-width: 236px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.cwd-nav .sub-menu li {
    display: block;
}

.cwd-nav .sub-menu a {
    display: flex;
    min-height: 0;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 12px;
}

.cwd-nav .menu-item-has-children:hover > .sub-menu,
.cwd-nav .menu-item-has-children:focus-within > .sub-menu {
    display: block;
}

.cwd-header__actions,
.cwd-header__mobile-actions,
.cwd-mobile-quick-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cwd-header__actions {
    flex-wrap: nowrap;
    margin-left: auto;
}

.cwd-header__actions > *,
.cwd-header__mobile-actions > * {
    flex-shrink: 0;
}

.cwd-icon-link,
.cwd-menu-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(37, 48, 80, 0.14);
    background: #ffffff;
    color: #253050;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.cwd-icon-link svg,
.cwd-menu-toggle svg {
    width: 18px;
    height: 18px;
}

.cwd-icon-link:hover,
.cwd-menu-toggle:hover {
    background: #f6f8fb;
}

.cwd-icon-link__badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.cwd-icon-link--bag {
    border-color: rgba(37, 48, 80, 0.10);
}

.cwd-cart-total {
    display: inline-flex;
    align-items: center;
    color: #253050;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.cwd-pill--whatsapp-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 18px;
    border: 1.5px solid #22c55e;
    border-radius: 999px;
    background: #ffffff;
    color: #16a34a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.cwd-pill--whatsapp-outline:hover {
    background: #f3fff7;
}

.cwd-pill--whatsapp-outline svg {
    width: 18px;
    height: 18px;
}

.cwd-mobile-menu {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.cwd-mobile-nav__list {
    display: grid;
    gap: 10px;
    padding: 12px 0 0;
}

.cwd-mobile-nav__list a {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f7f8fb;
    color: #253050;
    font-weight: 600;
}

.cwd-mobile-nav__list .menu-item-has-children {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 8px;
}

.cwd-mobile-nav__list .menu-item-has-children > a {
    grid-column: 1;
}

.cwd-mobile-submenu-toggle {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(37, 48, 80, 0.14);
    border-radius: 12px;
    background: #f7f8fb;
    color: #253050;
    cursor: pointer;
}

.cwd-mobile-submenu-toggle::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    transition: transform 0.18s ease;
}

.cwd-mobile-nav__list .menu-item-has-children.is-open > .cwd-mobile-submenu-toggle::before {
    transform: rotate(180deg);
}

.cwd-mobile-nav__list .sub-menu {
    grid-column: 1 / -1;
    display: none;
    gap: 10px;
    padding: 4px 0 0 18px;
}

.cwd-mobile-nav__list .menu-item-has-children.is-open > .sub-menu {
    display: grid;
}

.cwd-mobile-quick-links {
    display: grid;
    gap: 12px;
    padding: 18px 0 8px;
}

.cwd-cart-total--mobile {
    font-size: 14px;
}

@media (max-width: 1760px) {
    .cwd-header .cwd-container {
        width: min(calc(100% - 28px), 1760px);
    }

    .cwd-header__inner {
        gap: 15px;
    }

    .cwd-header__logo-image {
        max-width: 108px;
        max-height: 40px;
    }

    .cwd-nav__list a {
        padding: 8px 9px;
        font-size: 16px;
    }
}

@media (max-width: 1600px) {
    .cwd-header__logo-image {
        max-width: 106px;
        max-height: 40px;
    }

    .cwd-nav__list {
        gap: 4px 2px;
    }

    .cwd-nav__list a {
        padding: 8px 8px;
        font-size: 15.5px;
    }

    .cwd-pill--whatsapp-outline {
        padding: 10px 16px;
        font-size: 14px;
    }

    .cwd-cart-total {
        font-size: 15px;
    }
}

@media (max-width: 1420px) {
    .cwd-header__logo-image {
        max-width: 96px;
        max-height: 38px;
    }

    .cwd-nav__list a {
        padding: 7px 6px;
        font-size: 14.5px;
    }

    .cwd-pill--whatsapp-outline span {
        display: none;
    }

    .cwd-pill--whatsapp-outline {
        width: 42px;
        min-width: 42px;
        height: 42px;
        padding: 0;
        border-radius: 50%;
    }
}

@media (max-width: 1260px) {
    .cwd-cart-total {
        display: none;
    }
}

@media (max-width: 1120px) {
    .cwd-header__inner {
        gap: 12px;
    }

    .cwd-nav__list a {
        padding: 7px 6px;
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .cwd-header--desktop {
        display: none;
    }
}

@media (min-width: 981px) {
    .cwd-header--mobile {
        display: none;
    }
}

@media (max-width: 680px) {
    .cwd-header .cwd-container {
        width: min(calc(100% - 24px), 100%);
    }

    .cwd-header__mobile-bar {
        min-height: 66px;
        gap: 12px;
    }

    .cwd-header__logo-image {
        max-width: 96px;
        max-height: 38px;
    }

    .cwd-cart-total--mobile {
        display: none;
    }
}

/* === components/footer.css === */
.cwd-footer {
    margin-top: 72px;
    background: linear-gradient(180deg, var(--cwd-color-bg-dark) 0%, var(--cwd-color-bg-dark-2) 100%);
    color: var(--cwd-color-text-on-dark);
}

.cwd-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 42px 0 24px;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.cwd-footer__logo {
    display: inline-flex;
    align-items: center;
}

.cwd-footer__logo-image {
    width: 170px;
    max-width: 100%;
    height: auto;
    display: block;
}

.cwd-footer__cta-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cwd-footer__columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    padding: 30px 0 34px;
}

.cwd-footer__col h3 {
    margin: 0 0 18px;
    color: #8f92a3;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cwd-footer-links {
    display: grid;
    gap: 12px;
}

.cwd-footer-links__link,
.cwd-footer-links__text {
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    line-height: 1.45;
}

.cwd-footer-links__link:hover {
    color: #fff;
}

.cwd-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.cwd-footer-social__link,
.cwd-footer-social a {
    color: #8f92a3;
    font-size: 15px;
}

.cwd-footer-social__link:hover,
.cwd-footer-social a:hover {
    color: #fff;
}

.cwd-footer__bottom {
    padding: 22px 0 28px;
    border-top: 1px solid rgba(255,255,255,0.09);
}

.cwd-footer__copy {
    color: #8f92a3;
    font-size: 14px;
    line-height: 1.5;
}

.cwd-footer--mobile {
    padding: 28px 0 24px;
}

.cwd-footer__mobile-top {
    padding-bottom: 14px;
}

.cwd-footer__cta-group--mobile {
    margin-top: 18px;
}

.cwd-footer__accordion {
    border-top: 1px solid rgba(255,255,255,0.09);
}

.cwd-footer-accordion {
    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.cwd-footer-accordion summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 18px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cwd-footer-accordion summary::-webkit-details-marker {
    display: none;
}

.cwd-footer-accordion summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8f92a3;
    font-size: 22px;
    font-weight: 400;
}

.cwd-footer-accordion[open] summary::after {
    content: '−';
}

.cwd-footer-accordion__body {
    padding: 0 0 18px;
}

.cwd-footer__bottom--mobile {
    padding-bottom: 0;
    border-top: 0;
}

@media (max-width: 980px) {
    .cwd-footer--desktop {
        display: none;
    }

    .cwd-footer__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 981px) {
    .cwd-footer--mobile {
        display: none;
    }
}

@media (max-width: 680px) {
    .cwd-footer__columns {
        grid-template-columns: 1fr;
    }

    .cwd-footer__cta-group {
        width: 100%;
    }

    .cwd-footer__top {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Fusion 0.68.2: pulido visual Woo nativo sin Elementor. */
.cwd-template--single-product .cwd-single-product,
.cwd-template--product-cat .cwd-product-cat-hero,
.cwd-template--product-cat .cwd-product-grid-section,
.cwd-template--product-cat .cwd-related-terms-section{box-sizing:border-box;color:var(--cwd-color-text)}
.cwd-template--single-product .cwd-single-product{background:linear-gradient(180deg,#f7f9fd 0%,#fff 34%);padding:42px 0 72px;overflow:hidden}
.cwd-single-product__grid{display:grid;grid-template-columns:minmax(280px,0.92fr) minmax(320px,1.08fr);gap:clamp(26px,4vw,64px);align-items:start}
.cwd-single-product__gallery{position:sticky;top:96px;align-self:start;background:#fff;border:1px solid var(--cwd-color-border);border-radius:var(--cwd-radius-xl);padding:clamp(18px,2.4vw,28px);box-shadow:var(--cwd-shadow-soft)}
.cwd-single-product__image{display:block;width:100%;height:auto;border-radius:22px;background:#f2f5fb;object-fit:contain;aspect-ratio:1/1}.cwd-single-product__image--placeholder{min-height:360px}.cwd-single-product__thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:14px}.cwd-single-product__thumb{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid var(--cwd-color-border);background:#fff}
.cwd-single-product__summary{background:#fff;border:1px solid var(--cwd-color-border);border-radius:var(--cwd-radius-xl);padding:clamp(22px,3vw,38px);box-shadow:var(--cwd-shadow-soft)}.cwd-single-product__summary .woocommerce-breadcrumb{margin:0 0 18px;color:var(--cwd-color-soft);font-size:.92rem}.cwd-single-product__eyebrow{margin:0 0 10px;color:var(--cwd-color-accent-green);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.cwd-single-product__summary h1{margin:0 0 18px;font-size:clamp(2rem,4vw,3.8rem);line-height:1.03;letter-spacing:-.045em}.cwd-single-product__price{font-size:clamp(1.45rem,2.2vw,2rem);font-weight:850;margin:0 0 18px}.cwd-single-product__price del{color:var(--cwd-color-soft);font-weight:600;margin-right:8px}.cwd-single-product__price ins{text-decoration:none}.cwd-single-product__excerpt{font-size:1.06rem;line-height:1.7;color:#434b61;margin-bottom:22px}.cwd-single-product__cart{margin:22px 0;padding:20px;border-radius:20px;background:#f7f9fd;border:1px solid var(--cwd-color-border)}.cwd-single-product__cart form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:0}.cwd-single-product__cart .quantity input.qty{width:86px;min-height:48px;border-radius:14px;border:1px solid var(--cwd-color-border);text-align:center;font-weight:800}.cwd-single-product__cart .button,.cwd-single-product__cart button.single_add_to_cart_button{min-height:50px;border:0;border-radius:999px;padding:0 24px;background:linear-gradient(180deg,var(--cwd-color-accent-green) 0%,var(--cwd-color-accent-green-2) 100%);color:#fff;font-weight:850;cursor:pointer}.cwd-single-product__support{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.cwd-single-product__support a{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--cwd-color-border);border-radius:999px;padding:12px 18px;text-decoration:none;font-weight:800;color:var(--cwd-color-text);background:#fff}.cwd-single-product__meta{font-size:.92rem;color:var(--cwd-color-soft)}.cwd-single-product__description{margin-top:34px;background:#fff;border:1px solid var(--cwd-color-border);border-radius:var(--cwd-radius-xl);padding:clamp(22px,3vw,42px);box-shadow:var(--cwd-shadow-soft);line-height:1.75}.cwd-single-product__description :where(h2,h3){letter-spacing:-.025em}.cwd-single-product__related{margin-top:36px}
.cwd-template--product-cat .cwd-product-cat-hero{padding:52px 0;background:linear-gradient(180deg,#f7f9fd 0%,#fff 100%)}.cwd-product-cat-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:32px;align-items:center}.cwd-product-cat-hero__eyebrow{margin:0 0 10px;color:var(--cwd-color-accent-green);font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.cwd-product-cat-hero h1{margin:0 0 16px;font-size:clamp(2.2rem,5vw,4.4rem);line-height:1;letter-spacing:-.05em}.cwd-product-cat-hero__lead{font-size:1.08rem;line-height:1.75;color:#485168;max-width:860px}.cwd-product-cat-hero__box{border-radius:var(--cwd-radius-xl);background:#fff;border:1px solid var(--cwd-color-border);box-shadow:var(--cwd-shadow-soft);padding:28px;text-align:center}.cwd-product-cat-hero__box strong{display:block;font-size:clamp(2.2rem,4vw,4rem);line-height:1}.cwd-product-cat-hero__box span{color:var(--cwd-color-soft);font-weight:700}.cwd-product-grid-section{padding:46px 0 76px}.cwd-product-grid-section__ordering{display:flex;justify-content:flex-end;margin-bottom:20px}.cwd-linked-landing-note{background:#10131c;color:#fff}.cwd-linked-landing-note__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0}.cwd-linked-landing-note span{display:block;color:rgba(255,255,255,.72);margin-top:4px}.cwd-template--product-cat .cwd-related-terms-section{padding:34px 0;background:#fff}.cwd-template--product-cat .cwd-section-head{margin-bottom:18px}.cwd-template--product-cat .cwd-section-head__eyebrow{color:var(--cwd-color-accent-green);font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.cwd-template--product-cat .cwd-section-head h2{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);letter-spacing:-.035em}
@media (max-width: 900px){.cwd-single-product__grid,.cwd-product-cat-hero__grid{grid-template-columns:1fr}.cwd-single-product__gallery{position:relative;top:auto}.cwd-single-product__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.cwd-linked-landing-note__inner{align-items:flex-start;flex-direction:column}.cwd-product-grid-section__ordering{justify-content:flex-start}}
@media (max-width: 560px){.cwd-template--single-product .cwd-single-product{padding-top:24px}.cwd-single-product__summary,.cwd-single-product__gallery,.cwd-single-product__description{border-radius:20px}.cwd-single-product__cart form.cart{display:grid;grid-template-columns:1fr}.cwd-single-product__cart .quantity input.qty{width:100%}.cwd-single-product__cart .button,.cwd-single-product__cart button.single_add_to_cart_button{width:100%}.cwd-single-product__thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* Fusion 0.68.4: QA visual Woo nativo, tarjetas de producto y responsive final. */
.cwd-template--single-product .cwd-container,
.cwd-template--product-cat .cwd-container{width:min(1180px,calc(100% - 32px));max-width:1180px;margin-inline:auto}
.cwd-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.4vw,28px);align-items:stretch}
.cwd-product-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--cwd-color-border);border-radius:26px;box-shadow:var(--cwd-shadow-soft);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.cwd-product-card:hover{transform:translateY(-3px);box-shadow:0 22px 60px rgba(16,19,28,.12);border-color:rgba(38,201,105,.34)}
.cwd-product-card__image-link{display:block;background:#f4f7fb;text-decoration:none;overflow:hidden}.cwd-product-card__image{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;padding:18px;background:#f7f9fd}.cwd-product-card__image--placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,#eef3fa,#fff)}
.cwd-product-card__body{display:flex;flex-direction:column;gap:12px;flex:1;padding:20px}.cwd-product-card h3{margin:0;font-size:1.15rem;line-height:1.22;letter-spacing:-.02em}.cwd-product-card h3 a{color:var(--cwd-color-text);text-decoration:none}.cwd-product-card h3 a:hover{color:var(--cwd-color-accent-green)}
.cwd-product-card__price-row,.cwd-single-product__meta-row{display:flex;align-items:center;gap:10px;justify-content:space-between;flex-wrap:wrap}.cwd-product-card__price{font-weight:850;font-size:1.08rem}.cwd-product-card__price del{color:var(--cwd-color-soft);font-weight:650;margin-right:6px}.cwd-product-card__price ins{text-decoration:none}.cwd-product-card__excerpt{margin:0;color:#596277;line-height:1.55;font-size:.95rem}.cwd-product-card .cwd-pill--full{margin-top:auto;width:100%;justify-content:center;text-align:center}.cwd-stock-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;font-size:.76rem;font-weight:850;line-height:1;border:1px solid transparent;white-space:nowrap}.cwd-stock-badge--instock{color:#116c35;background:#e9fbf0;border-color:#b9efcc}.cwd-stock-badge--onbackorder{color:#8a5a00;background:#fff7dd;border-color:#ffe3a3}.cwd-stock-badge--outofstock{color:#9a1c1c;background:#fff1f1;border-color:#ffc9c9}.cwd-single-product__sku{margin:-6px 0 14px;color:var(--cwd-color-soft);font-size:.92rem}.cwd-single-product__summary :where(.variations,.variations td,.variations th){border:0}.cwd-single-product__summary table.variations{width:100%;margin:0 0 14px}.cwd-single-product__summary table.variations select{width:100%;min-height:46px;border:1px solid var(--cwd-color-border);border-radius:14px;padding:0 12px;background:#fff}.cwd-single-product__summary .reset_variations{display:inline-block;margin-top:8px;font-size:.86rem}.cwd-single-product__summary .woocommerce-variation-price{font-weight:850;margin:10px 0}.cwd-term-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cwd-term-card{display:flex;min-width:0;flex-direction:column;gap:8px;border:1px solid var(--cwd-color-border);border-radius:22px;padding:18px;background:#fff;text-decoration:none;color:var(--cwd-color-text);box-shadow:var(--cwd-shadow-soft);transition:transform .18s ease,border-color .18s ease}.cwd-term-card:hover{transform:translateY(-2px);border-color:rgba(38,201,105,.34)}.cwd-term-card__eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--cwd-color-accent-green);font-weight:850}.cwd-term-card__title{font-size:1.05rem;line-height:1.2}.cwd-term-card__meta{color:var(--cwd-color-soft);font-size:.9rem}.cwd-term-card__cta{margin-top:auto;font-weight:850;color:var(--cwd-color-accent-green)}
@media (max-width: 1024px){.cwd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cwd-term-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cwd-template--single-product .cwd-container,.cwd-template--product-cat .cwd-container{width:min(100% - 28px,1180px)}}
@media (max-width: 640px){.cwd-product-grid,.cwd-term-grid{grid-template-columns:1fr}.cwd-product-card__body{padding:18px}.cwd-product-card__image{padding:14px}.cwd-product-cat-hero__box{text-align:left}.cwd-single-product__meta-row{align-items:flex-start}.cwd-stock-badge{font-size:.72rem}.cwd-template--single-product .cwd-container,.cwd-template--product-cat .cwd-container{width:min(100% - 22px,1180px)}}

