/* =========================================================
   SoloUsados interior catalogue experience 1.5.9
   Scope: shop, product taxonomies and WooCommerce searches.
   The home page and individual products are excluded by PHP.
   ========================================================= */

body.sum-catalog-archive .sum-scroll-anchor{
    position:relative;
    display:block;
    top:-18px;
    width:1px;
    height:1px;
    overflow:hidden;
}

/* Category hero actions */
body.sum-catalog-archive .sum-category-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
}
body.sum-catalog-archive .sum-category-hero-btn{
    display:inline-flex;
    min-height:42px;
    align-items:center;
    justify-content:center;
    padding:0 16px;
    border-radius:10px;
    text-decoration:none!important;
    font-size:12px;
    font-weight:900;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
body.sum-catalog-archive .sum-category-hero-btn:hover{
    transform:translateY(-2px);
}
body.sum-catalog-archive .sum-category-hero-btn-primary{
    background:#ffd600;
    color:#102033!important;
    box-shadow:0 10px 22px rgba(5,22,53,.20);
}
body.sum-catalog-archive .sum-category-hero-btn-secondary{
    border:1px solid rgba(255,255,255,.55);
    background:rgba(255,255,255,.10);
    color:#fff!important;
}
body.sum-catalog-archive .sum-category-hero-btn-secondary:hover{
    background:rgba(255,255,255,.18);
}

/* Product cards: real Astra wrappers, not the home cards. */
body.sum-catalog-archive .sum-woo-container ul.products li.product{
    display:flex!important;
    flex-direction:column!important;
    height:100%;
    min-height:0!important;
    padding:0 0 16px!important;
    border:1px solid #dfe5ee!important;
    border-radius:16px!important;
    background:#fff!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap{
    position:relative;
    display:block!important;
    min-height:208px;
    padding:14px 14px 8px!important;
    border-bottom:1px solid #edf1f6;
    background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
    box-sizing:border-box!important;
    overflow:hidden!important;
}
/* The product link may temporarily contain the transfer-price element before
 * the archive script relocates it. A vertical flow prevents that text from
 * pushing the image sideways during initial rendering. */
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap>a.woocommerce-LoopProduct-link{
    display:flex!important;
    width:100%;
    min-width:0;
    min-height:184px;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:center!important;
    background:transparent!important;
    overflow:hidden!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap img,
body.sum-catalog-archive .sum-woo-container ul.products li.product img{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    max-height:184px!important;
    min-width:0!important;
    min-height:0!important;
    margin:auto!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    object-fit:contain!important;
    object-position:center!important;
    box-sizing:border-box!important;
    flex-shrink:1!important;
}
/* Fast purchase button on the image: keep only the real add-to-cart action,
 * restyle it to match SoloUsados and suppress the confusing Astra tooltip/other
 * thumbnail actions. The complete labelled button below remains available. */
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-select-options-trigger,
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-quick-view-trigger,
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-card-action-tooltip,
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .sum-card-overlay-disabled{
    display:none!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button{
    position:absolute!important;
    top:12px!important;
    right:12px!important;
    left:auto!important;
    bottom:auto!important;
    z-index:4!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    margin:0!important;
    padding:0!important;
    border:2px solid #ffffff!important;
    border-radius:999px!important;
    background:#155eef!important;
    color:#ffffff!important;
    box-shadow:0 10px 24px rgba(21,94,239,.18)!important;
    text-decoration:none!important;
    line-height:1!important;
    overflow:visible!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    transition:background-color .18s ease, box-shadow .18s ease, transform .18s ease!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button:hover,
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button:focus-visible{
    background:#0d4fd3!important;
    color:#ffffff!important;
    box-shadow:0 12px 28px rgba(21,94,239,.26)!important;
    transform:translateY(-1px)!important;
    outline:none!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button.sum-added-to-cart{
    background:#155eef!important;
    box-shadow:0 12px 28px rgba(21,94,239,.28)!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button::before{
    content:''!important;
    display:block!important;
    width:22px!important;
    height:22px!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:contain!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2l2.2 10.4a1 1 0 0 0 1 .8h8.9a1 1 0 0 0 1-.77L20 8H7.1'/%3E%3C/svg%3E")!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button.sum-added-to-cart::before{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E")!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button::after{
    content:attr(data-sum-tooltip)!important;
    position:absolute!important;
    top:calc(100% + 8px)!important;
    right:0!important;
    min-width:122px!important;
    padding:8px 10px!important;
    border-radius:10px!important;
    background:#102033!important;
    color:#ffffff!important;
    box-shadow:0 10px 24px rgba(16,32,51,.18)!important;
    white-space:nowrap!important;
    font-size:11.5px!important;
    font-weight:800!important;
    letter-spacing:0!important;
    line-height:1.2!important;
    text-transform:none!important;
    pointer-events:none!important;
    opacity:0!important;
    transform:translateY(-4px)!important;
    transition:opacity .16s ease, transform .16s ease!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button:hover::after,
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button:focus-visible::after{
    opacity:1!important;
    transform:translateY(0)!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button svg,
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button i,
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button span{
    display:none!important;
}
/* Safe fallback before JavaScript relocates the existing transfer-price node. */
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .su-transfer-price-loop{
    width:100%!important;
    margin:8px 0 0!important;
    padding:7px 9px!important;
    border:1px solid #dbe6f7!important;
    border-radius:8px!important;
    background:#f5f8fd!important;
    box-sizing:border-box!important;
    text-align:left!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap>.added_to_cart{
    display:none!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-summary-wrap{
    display:flex!important;
    flex:1 1 auto;
    flex-direction:column!important;
    padding:10px 18px 0!important;
    box-sizing:border-box!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .ast-woo-product-category{
    display:block!important;
    margin:0 0 5px!important;
    padding:0!important;
    color:#667085!important;
    font-size:11px!important;
    line-height:1.35!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .woocommerce-loop-product__title{
    min-height:58px!important;
    margin:0 0 10px!important;
    padding:0!important;
    color:#102033!important;
    font-size:13px!important;
    line-height:1.42!important;
    font-weight:750!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .price{
    display:block!important;
    margin:0 0 11px!important;
    padding:0!important;
    color:#102033!important;
    font-size:20px!important;
    line-height:1.15!important;
    font-weight:900!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    align-items:start!important;
    column-gap:14px!important;
    width:100%!important;
    margin:0 0 10px!important;
    padding:0 2px!important;
    box-sizing:border-box!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price{
    min-width:0!important;
    margin:0!important;
    color:#102033!important;
    font-family:inherit!important;
    font-size:18px!important;
    font-weight:900!important;
    line-height:1.05!important;
    letter-spacing:-.01em!important;
    white-space:nowrap!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .su-transfer-price-loop{
    min-width:0!important;
    width:100%!important;
    margin:0!important;
    align-self:start!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-summary-wrap>.button,
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-summary-wrap>.added_to_cart{
    width:100%!important;
    margin:7px 0 0!important;
    box-sizing:border-box!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product>.button,
body.sum-catalog-archive .sum-woo-container ul.products li.product>.added_to_cart{
    width:calc(100% - 36px)!important;
    margin:7px 18px 0!important;
    box-sizing:border-box!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .su-transfer-price-loop{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:flex-end!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    box-sizing:border-box!important;
    text-align:right!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-summary-wrap>.su-transfer-price-loop{
    width:auto!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product>.su-transfer-price-loop{
    width:calc(100% - 36px)!important;
    margin:7px 18px 10px!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .su-transfer-price-loop strong,
body.sum-catalog-archive .sum-woo-container ul.products li.product .su-transfer-price-loop span{
    display:block!important;
    margin:0!important;
    padding:0!important;
    color:#102033!important;
    line-height:1.02!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .su-transfer-price-loop strong{
    color:#102033!important;
    font-family:inherit!important;
    font-size:18px!important;
    font-weight:900!important;
    line-height:1.05!important;
    letter-spacing:-.01em!important;
    white-space:nowrap!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .su-transfer-price-loop span{
    order:-1!important;
    margin-bottom:2px!important;
    color:#667085!important;
    font-size:10px!important;
    font-weight:800!important;
    line-height:1.1!important;
    text-transform:uppercase!important;
    letter-spacing:.02em!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .su-transfer-price-loop em{
    display:block!important;
    margin-top:3px!important;
    color:#667085!important;
    font-family:inherit!important;
    font-size:10.5px!important;
    line-height:1.1!important;
    font-style:normal!important;
    font-weight:700!important;
    white-space:nowrap!important;
}
/* WooCommerce adds this link after an AJAX add-to-cart action. The script
 * keeps it beside the visible purchase button, never inside the image. */
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-view-cart-link,
body.sum-catalog-archive .sum-woo-container ul.products li.product .added_to_cart.sum-view-cart-link{
    display:flex!important;
    min-height:36px!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    margin:7px 0 0!important;
    padding:8px 12px!important;
    border:1px solid #b8dfc5!important;
    border-radius:9px!important;
    background:#edf9f1!important;
    color:#137333!important;
    box-sizing:border-box!important;
    text-align:center!important;
    text-decoration:none!important;
    font-size:12px!important;
    line-height:1.2!important;
    font-weight:900!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product>.sum-view-cart-link{
    width:calc(100% - 36px)!important;
    margin:7px 18px 0!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .su-mlwc-buttons{
    width:auto!important;
    margin:7px 0 0!important;
    padding:0!important;
    box-sizing:border-box!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product>.su-mlwc-buttons{
    margin:7px 18px 0!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .su-mlwc-buttons .su-mlwc-btn{
    width:100%!important;
    box-sizing:border-box!important;
}

/* Keep pagination attached to the catalogue, before the commercial close. */
body.sum-catalog-archive .sum-woo-container nav.woocommerce-pagination{
    margin:30px 0 0!important;
    padding:0 0 4px;
}

/* Complete commercial close */
body.sum-catalog-archive .sum-catalog-closing{
    display:grid;
    gap:24px;
    margin-top:38px;
    padding-top:6px;
}
body.sum-catalog-archive .sum-catalog-section-heading>span,
body.sum-catalog-archive .sum-catalog-seo-heading>span,
body.sum-catalog-archive .sum-catalog-cta-copy>span{
    display:block;
    margin-bottom:6px;
    color:#155eef;
    font-size:11px;
    font-weight:900;
    letter-spacing:.075em;
    text-transform:uppercase;
}
body.sum-catalog-archive .sum-catalog-section-heading h2,
body.sum-catalog-archive .sum-catalog-seo-heading h2,
body.sum-catalog-archive .sum-catalog-cta h2{
    margin:0!important;
    color:#102033!important;
    font-size:clamp(23px,2.2vw,31px)!important;
    line-height:1.12!important;
    letter-spacing:-.03em!important;
    text-wrap:balance;
}
body.sum-catalog-archive .sum-catalog-section-heading>p{
    max-width:760px;
    margin:9px 0 0!important;
    color:#667085;
    font-size:14px;
    line-height:1.58;
}

/* Trust: compact, structured and not four oversized cards. */
body.sum-catalog-archive .sum-catalog-trust{
    display:grid;
    grid-template-columns:minmax(220px,.82fr) minmax(0,1.8fr);
    gap:26px;
    align-items:center;
    padding:26px;
    border:1px solid #dfe6f0;
    border-radius:18px;
    background:linear-gradient(145deg,#fff 0%,#f8fbff 100%);
    box-shadow:0 10px 28px rgba(15,23,42,.055);
}
body.sum-catalog-archive .sum-catalog-trust-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}
body.sum-catalog-archive .sum-catalog-trust-grid article{
    display:flex;
    min-width:0;
    align-items:flex-start;
    gap:11px;
    padding:14px;
    border:1px solid #e5eaf2;
    border-radius:14px;
    background:#fff;
}
body.sum-catalog-archive .sum-catalog-trust-grid i,
body.sum-catalog-archive .sum-catalog-guide-grid i{
    display:flex;
    width:38px;
    height:38px;
    flex:0 0 38px;
    align-items:center;
    justify-content:center;
    border-radius:11px;
    background:#eaf1ff;
    color:#155eef;
    font-style:normal;
}
body.sum-catalog-archive .sum-catalog-trust-grid svg,
body.sum-catalog-archive .sum-catalog-guide-grid svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}
body.sum-catalog-archive .sum-catalog-trust-grid h3,
body.sum-catalog-archive .sum-catalog-guide-grid h3{
    margin:0!important;
    color:#102033!important;
    font-size:14px!important;
    line-height:1.28!important;
    font-weight:850!important;
}
body.sum-catalog-archive .sum-catalog-trust-grid p,
body.sum-catalog-archive .sum-catalog-guide-grid p{
    margin:4px 0 0!important;
    color:#667085;
    font-size:12px;
    line-height:1.45;
}

/* Category-level guidance. It does not duplicate product-level recommended use. */
body.sum-catalog-archive .sum-catalog-guide{
    padding:28px;
    border:1px solid #dfe6f0;
    border-radius:18px;
    background:#fff;
}
body.sum-catalog-archive .sum-catalog-guide-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-top:20px;
}
body.sum-catalog-archive .sum-catalog-guide-grid article{
    min-width:0;
    padding:17px;
    border:1px solid #e3e8f0;
    border-radius:14px;
    background:#fbfcfe;
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
body.sum-catalog-archive .sum-catalog-guide-grid article:hover{
    transform:translateY(-2px);
    border-color:#bfd0f6;
    box-shadow:0 10px 24px rgba(15,23,42,.065);
}
body.sum-catalog-archive .sum-catalog-guide-grid i{
    margin-bottom:13px;
    background:#fff4c2;
    color:#8b6200;
}

/* Strong conversion block */
body.sum-catalog-archive .sum-catalog-cta{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(240px,.72fr);
    gap:28px;
    align-items:center;
    overflow:hidden;
    padding:32px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:20px;
    background:
        radial-gradient(circle at 88% 18%,rgba(72,149,255,.34),transparent 28%),
        linear-gradient(125deg,#082c67 0%,#104b9f 58%,#1769cf 100%);
    box-shadow:0 18px 38px rgba(8,44,103,.20);
}
body.sum-catalog-archive .sum-catalog-cta:after{
    content:"";
    position:absolute;
    right:-74px;
    bottom:-108px;
    width:250px;
    height:250px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:50%;
    pointer-events:none;
}
body.sum-catalog-archive .sum-catalog-cta-copy,
body.sum-catalog-archive .sum-catalog-cta-actions{
    position:relative;
    z-index:1;
}
body.sum-catalog-archive .sum-catalog-cta-copy>span{
    color:#bcd7ff;
}
body.sum-catalog-archive .sum-catalog-cta h2{
    max-width:720px;
    color:#fff!important;
    font-size:clamp(27px,2.7vw,38px)!important;
}
body.sum-catalog-archive .sum-catalog-cta p{
    max-width:720px;
    margin:12px 0 0!important;
    color:rgba(255,255,255,.90);
    font-size:15px;
    line-height:1.58;
}
body.sum-catalog-archive .sum-catalog-cta-actions{
    display:grid;
    gap:10px;
}
body.sum-catalog-archive .sum-catalog-btn{
    display:flex;
    width:100%;
    min-height:48px;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 18px;
    border-radius:11px;
    text-align:center;
    text-decoration:none!important;
    font-size:13px;
    font-weight:900;
    box-sizing:border-box;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
body.sum-catalog-archive .sum-catalog-btn:hover{
    transform:translateY(-2px);
}
body.sum-catalog-archive .sum-catalog-btn svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}
body.sum-catalog-archive .sum-catalog-btn-primary{
    background:#ffd600;
    color:#102033!important;
    box-shadow:0 12px 24px rgba(5,22,53,.24);
}
body.sum-catalog-archive .sum-catalog-btn-secondary{
    border:1px solid rgba(255,255,255,.52);
    background:rgba(255,255,255,.10);
    color:#fff!important;
}
body.sum-catalog-archive .sum-catalog-btn-secondary:hover{
    background:rgba(255,255,255,.17);
}

/* SEO content is secondary and collapsible. */
body.sum-catalog-archive .sum-catalog-seo{
    display:grid;
    grid-template-columns:minmax(210px,.72fr) minmax(0,1.8fr);
    gap:24px;
    align-items:start;
    padding:25px 26px;
    border:1px solid #e1e6ee;
    border-radius:18px;
    background:#f8fafc;
}
body.sum-catalog-archive .sum-catalog-seo-heading h2{
    font-size:22px!important;
}
body.sum-catalog-archive .sum-catalog-faq{
    display:grid;
    gap:8px;
}
body.sum-catalog-archive .sum-catalog-faq details{
    border:1px solid #dfe5ee;
    border-radius:12px;
    background:#fff;
    overflow:hidden;
}
body.sum-catalog-archive .sum-catalog-faq summary{
    position:relative;
    display:block;
    padding:14px 44px 14px 16px;
    color:#102033;
    cursor:pointer;
    list-style:none;
    font-size:13px;
    line-height:1.4;
    font-weight:850;
}
body.sum-catalog-archive .sum-catalog-faq summary::-webkit-details-marker{
    display:none;
}
body.sum-catalog-archive .sum-catalog-faq summary:after{
    content:"+";
    position:absolute;
    top:50%;
    right:16px;
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#eaf1ff;
    color:#155eef;
    transform:translateY(-50%);
    font-size:17px;
    font-weight:800;
}
body.sum-catalog-archive .sum-catalog-faq details[open] summary:after{
    content:"−";
}
body.sum-catalog-archive .sum-catalog-faq details>div{
    padding:0 16px 15px;
    border-top:1px solid #edf0f4;
}
body.sum-catalog-archive .sum-catalog-faq details p{
    margin:13px 0 0!important;
    color:#5f6b7a;
    font-size:13px;
    line-height:1.62;
}
body.sum-catalog-archive .sum-catalog-faq [data-sum-catalog-copy-target] > *{
    margin:13px 0 0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#5f6b7a!important;
    font-size:13px!important;
    line-height:1.62!important;
}
body.sum-catalog-archive .sum-catalog-faq [data-sum-catalog-copy-target] a{
    color:#155eef;
    text-decoration:underline;
    text-underline-offset:2px;
}

@media(max-width:1050px){
    body.sum-catalog-archive .sum-catalog-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    body.sum-catalog-archive .sum-catalog-trust{grid-template-columns:1fr}
}
@media(max-width:780px){
    body.sum-catalog-archive .sum-category-hero-actions{align-items:stretch;flex-direction:column}
    body.sum-catalog-archive .sum-category-hero-btn{width:100%}
    body.sum-catalog-archive .sum-catalog-closing{gap:18px;margin-top:30px}
    body.sum-catalog-archive .sum-catalog-trust,
    body.sum-catalog-archive .sum-catalog-guide,
    body.sum-catalog-archive .sum-catalog-seo{padding:21px;border-radius:16px}
    body.sum-catalog-archive .sum-catalog-cta{grid-template-columns:1fr;padding:25px 22px;border-radius:17px}
    body.sum-catalog-archive .sum-catalog-cta-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
    body.sum-catalog-archive .sum-catalog-seo{grid-template-columns:1fr}
}
@media(max-width:560px){
    body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap{min-height:226px}
    body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap a{min-height:202px}
    body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap img,
    body.sum-catalog-archive .sum-woo-container ul.products li.product img{height:202px!important}
    body.sum-catalog-archive .sum-catalog-trust-grid,
    body.sum-catalog-archive .sum-catalog-guide-grid,
    body.sum-catalog-archive .sum-catalog-cta-actions{grid-template-columns:1fr}
    body.sum-catalog-archive .sum-catalog-section-heading h2,
    body.sum-catalog-archive .sum-catalog-cta h2{font-size:24px!important}
}

@media (max-width: 544px){
    body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button{
        width:42px!important;
        height:42px!important;
        min-width:42px!important;
        min-height:42px!important;
        top:10px!important;
        right:10px!important;
    }
    body.sum-catalog-archive .sum-woo-container ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button::after{
        min-width:0!important;
        font-size:11px!important;
    }
}


/* 1.5.15 — exact price alignment and protected inner margins. */
@media (max-width:420px){
    body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row{
        column-gap:10px!important;
        padding-inline:0!important;
    }
    body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price,
    body.sum-catalog-archive .sum-woo-container ul.products li.product .su-transfer-price-loop strong{
        font-size:16px!important;
    }
    body.sum-catalog-archive .sum-woo-container ul.products li.product .su-transfer-price-loop em{
        font-size:9.5px!important;
    }
}


/* =========================================================
   1.5.21 — PRECIOS EN OFERTA: TARJETAS INTERIORES
   Mantiene el precio anterior arriba y alinea el precio de
   oferta con el precio por transferencia, sin solapamientos.
   ========================================================= */
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:0!important;
    overflow:visible!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price del{
    display:block!important;
    width:100%!important;
    margin:0 0 3px!important;
    padding:0!important;
    color:#667085!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1.1!important;
    opacity:.9!important;
    white-space:nowrap!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price del .woocommerce-Price-amount,
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price del .woocommerce-Price-currencySymbol{
    color:inherit!important;
    font-family:inherit!important;
    font-size:inherit!important;
    font-weight:inherit!important;
    line-height:inherit!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price ins{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    color:#102033!important;
    font-size:18px!important;
    font-weight:900!important;
    line-height:1.05!important;
    letter-spacing:-.01em!important;
    text-decoration:none!important;
    white-space:nowrap!important;
}
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price ins .woocommerce-Price-amount,
body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price ins .woocommerce-Price-currencySymbol{
    color:inherit!important;
    font-family:inherit!important;
    font-size:inherit!important;
    font-weight:inherit!important;
    line-height:inherit!important;
}
/* En productos rebajados, reserva arriba en la columna derecha
 * el mismo espacio utilizado por el precio anterior tachado. */
body.sum-catalog-archive .sum-woo-container ul.products li.product.sale .sum-price-row .su-transfer-price-loop,
body.sum-catalog-archive .sum-woo-container ul.products li.product:has(.sum-price-row .price del) .sum-price-row .su-transfer-price-loop{
    padding-top:15px!important;
}
@media (max-width:420px){
    body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price ins{
        font-size:16px!important;
    }
    body.sum-catalog-archive .sum-woo-container ul.products li.product .sum-price-row .price del{
        font-size:10px!important;
    }
    body.sum-catalog-archive .sum-woo-container ul.products li.product.sale .sum-price-row .su-transfer-price-loop,
    body.sum-catalog-archive .sum-woo-container ul.products li.product:has(.sum-price-row .price del) .sum-price-row .su-transfer-price-loop{
        padding-top:14px!important;
    }
}

/* =========================================================
   1.5.30 - Aletas contextuales por categoria
   ========================================================= */
body.sum-catalog-archive .sum-category-pathways{
    position:relative;
    margin:18px 0 22px;
    padding:18px 20px;
    border:1px solid #dfe7f1;
    border-radius:16px;
    background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
    box-shadow:0 8px 22px rgba(15,23,42,.06);
    overflow:hidden;
}
body.sum-catalog-archive .sum-category-pathways::before{
    content:'';
    position:absolute;
    inset:0 auto 0 0;
    width:4px;
    background:linear-gradient(180deg,#ffd600 0%,#155eef 100%);
}
body.sum-catalog-archive .sum-category-pathways-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:13px;
}
body.sum-catalog-archive .sum-category-pathways-head>div{
    min-width:0;
}
body.sum-catalog-archive .sum-category-pathways-head span{
    display:block;
    margin-bottom:3px;
    color:#155eef;
    font-size:10.5px;
    font-weight:900;
    letter-spacing:.055em;
    text-transform:uppercase;
}
body.sum-catalog-archive .sum-category-pathways-head h2{
    margin:0!important;
    color:#102033;
    font-size:clamp(17px,2vw,21px)!important;
    line-height:1.25;
}
body.sum-catalog-archive .sum-category-clear-filter{
    flex:0 0 auto;
    display:inline-flex;
    min-height:34px;
    align-items:center;
    justify-content:center;
    padding:0 11px;
    border:1px solid #cdd9e8;
    border-radius:999px;
    background:#fff;
    color:#155eef!important;
    text-decoration:none!important;
    font-size:11px;
    font-weight:850;
}
body.sum-catalog-archive .sum-category-clear-filter:hover{
    border-color:#155eef;
    background:#eef5ff;
}
body.sum-catalog-archive .sum-solution-scroll,
body.sum-catalog-archive .sum-category-related-content{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0;
    padding:0;
}
body.sum-catalog-archive .sum-solution-chip{
    display:inline-flex;
    min-height:40px;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 10px 0 13px;
    border:1px solid #d6e0ec;
    border-radius:999px;
    background:#fff;
    color:#23364d!important;
    text-decoration:none!important;
    font-size:12px;
    font-weight:850;
    line-height:1;
    white-space:nowrap;
    box-shadow:0 2px 5px rgba(15,23,42,.03);
    transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
body.sum-catalog-archive .sum-solution-chip:hover,
body.sum-catalog-archive .sum-solution-chip:focus-visible{
    border-color:#91b2ee;
    background:#f4f8ff;
    box-shadow:0 5px 14px rgba(21,94,239,.09);
    transform:translateY(-1px);
    outline:none;
}
body.sum-catalog-archive .sum-solution-chip em{
    display:inline-flex;
    min-width:23px;
    height:23px;
    align-items:center;
    justify-content:center;
    padding:0 6px;
    border-radius:999px;
    background:#edf2f8;
    color:#52647a;
    font-size:10px;
    font-style:normal;
    font-weight:900;
}
body.sum-catalog-archive .sum-solution-chip.is-active{
    border-color:#ffd600;
    background:#ffd600;
    color:#102033!important;
    box-shadow:0 7px 18px rgba(255,214,0,.24);
}
body.sum-catalog-archive .sum-solution-chip.is-active em{
    background:rgba(255,255,255,.76);
    color:#102033;
}
body.sum-catalog-archive .sum-category-related{
    margin-top:13px;
    padding-top:12px;
    border-top:1px solid #e4eaf2;
}
body.sum-catalog-archive .sum-category-related>summary{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0 0 9px;
    color:#34465c;
    cursor:default;
    list-style:none;
    font-size:11.5px;
    font-weight:900;
}
body.sum-catalog-archive .sum-category-related>summary::-webkit-details-marker{
    display:none;
}
body.sum-catalog-archive .sum-category-related>summary small{
    color:#75869a;
    font-size:10.5px;
    font-weight:700;
}
body.sum-catalog-archive .sum-category-related>summary b{
    display:none;
    margin-left:auto;
    font-size:14px;
    transition:transform .18s ease;
}
body.sum-catalog-archive .sum-category-filter-status{
    margin:12px 0 0!important;
    color:#667085;
    font-size:11.5px;
    line-height:1.45;
}
body.sum-catalog-archive .sum-category-filter-status strong{
    color:#102033;
}

@media(max-width:720px){
    body.sum-catalog-archive .sum-category-pathways{
        margin:14px 0 18px;
        padding:15px 14px 14px;
        border-radius:14px;
    }
    body.sum-catalog-archive .sum-category-pathways-head{
        align-items:center;
        margin-bottom:11px;
    }
    body.sum-catalog-archive .sum-category-pathways-head h2{
        font-size:16px!important;
    }
    body.sum-catalog-archive .sum-category-clear-filter{
        min-height:32px;
        padding:0 9px;
        font-size:10.5px;
    }
    body.sum-catalog-archive .sum-solution-scroll,
    body.sum-catalog-archive .sum-category-related-content{
        flex-wrap:nowrap;
        width:calc(100% + 14px);
        margin-right:-14px;
        padding:2px 14px 7px 0;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x proximity;
        scrollbar-width:none;
        -webkit-overflow-scrolling:touch;
    }
    body.sum-catalog-archive .sum-solution-scroll::-webkit-scrollbar,
    body.sum-catalog-archive .sum-category-related-content::-webkit-scrollbar{
        display:none;
    }
    body.sum-catalog-archive .sum-solution-chip{
        flex:0 0 auto;
        min-height:42px;
        scroll-snap-align:start;
        font-size:12px;
    }
    body.sum-catalog-archive .sum-category-related{
        margin-top:10px;
        padding-top:9px;
    }
    body.sum-catalog-archive .sum-category-related>summary{
        min-height:42px;
        margin:0;
        padding:0 10px;
        border:1px solid #dbe4ef;
        border-radius:11px;
        background:#fff;
        cursor:pointer;
        -webkit-tap-highlight-color:transparent;
    }
    body.sum-catalog-archive .sum-category-related>summary b{
        display:block;
    }
    body.sum-catalog-archive .sum-category-related[open]>summary{
        margin-bottom:9px;
        border-color:#b9cdf5;
        background:#f4f8ff;
    }
    body.sum-catalog-archive .sum-category-related[open]>summary b{
        transform:rotate(180deg);
    }
    body.sum-catalog-archive .sum-category-filter-status{
        margin-top:8px!important;
    }
}

@media(min-width:721px){
    body.sum-catalog-archive .sum-category-related:not([open])>.sum-category-related-content{
        display:flex!important;
    }
}
