/* SiteEcuador Flash Checkout - Catálogo optimizado v6.0.2 */

/* ===== Buscador y filtros: ocupar todo el ancho disponible ===== */
body.sefc-shop-enabled .woocommerce .shop-filters,
body.sefc-shop-enabled.woocommerce .shop-filters{
    width:100%!important;
    max-width:none!important;
    float:none!important;
    clear:both!important;
    display:block!important;
    box-sizing:border-box!important;
}
body.sefc-shop-enabled .woocommerce .sefc-shop-toolbar,
body.sefc-shop-enabled.woocommerce .sefc-shop-toolbar{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    flex:0 0 100%!important;
    align-self:stretch!important;
    grid-column:1 / -1!important;
    float:none!important;
    clear:both!important;
    display:block!important;
    box-sizing:border-box!important;
    background:var(--sefc-shop-toolbar);
    border:1px solid rgba(15,23,42,.08);
    border-radius:14px;
    padding:18px;
    margin:0 0 26px!important;
    box-shadow:0 2px 10px rgba(15,23,42,.04);
}
.sefc-shop-toolbar-main{display:flex;width:100%;gap:10px;align-items:center;box-sizing:border-box}
.sefc-shop-search-wrap{position:relative;display:block;flex:1 1 auto;min-width:220px;max-width:none!important}
.sefc-shop-search-wrap input{display:block;width:100%!important;max-width:none!important;min-height:48px;padding:10px 14px 10px 42px!important;border:1px solid #d8dee9!important;border-radius:10px!important;background:#fff!important;box-sizing:border-box!important}
.sefc-search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);font-size:22px;color:#64748b;z-index:2}
.sefc-shop-clear{flex:0 0 auto;min-height:46px;padding:0 16px;border:1px solid #d8dee9;background:#fff;border-radius:9px;cursor:pointer}
.sefc-shop-filters{display:flex;width:100%;gap:12px;flex-wrap:wrap;margin-top:14px;box-sizing:border-box}
.sefc-shop-filters label{font-size:12px;font-weight:700;color:#475569;min-width:170px;flex:1 1 180px;max-width:280px}
.sefc-shop-filters select{display:block;width:100%;margin-top:5px;min-height:40px;border:1px solid #d8dee9;border-radius:8px;background:#fff;padding:0 10px;box-sizing:border-box}
.sefc-shop-feedback{display:flex;justify-content:space-between;gap:12px;margin-top:10px;font-size:12px;color:#64748b}.sefc-shop-feedback .is-loading{font-weight:700;color:var(--sefc-shop-primary)}

/* ===== Grid ===== */
body.sefc-shop-enabled .woocommerce ul.products,
body.sefc-shop-enabled.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(var(--sefc-shop-cols),minmax(0,1fr))!important;gap:24px!important;margin:0!important;clear:both}
body.sefc-shop-enabled .woocommerce ul.products::before,
body.sefc-shop-enabled .woocommerce ul.products::after,
body.sefc-shop-enabled.woocommerce ul.products::before,
body.sefc-shop-enabled.woocommerce ul.products::after{display:none!important}
body.sefc-shop-enabled .woocommerce ul.products li.product,
body.sefc-shop-enabled.woocommerce ul.products li.product{position:relative!important;float:none!important;width:100%!important;margin:0!important;padding:14px!important;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--sefc-shop-radius);box-shadow:var(--sefc-shop-shadow);display:flex!important;flex-direction:column!important;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden;box-sizing:border-box!important}
body.sefc-shop-enabled.sefc-shop-education .woocommerce ul.products li.product:hover,
body.sefc-shop-enabled.sefc-shop-compact .woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(15,23,42,.14)}
body.sefc-shop-enabled.sefc-shop-minimal .woocommerce ul.products li.product{box-shadow:none!important;border-color:#e5e7eb}
body.sefc-shop-enabled.sefc-shop-compact .woocommerce ul.products li.product{padding:10px!important}

/* ===== Compatibilidad BeTheme: elimina iconos flotantes sobre la imagen ===== */
body.sefc-shop-enabled .woocommerce ul.products li.product .image_links,
body.sefc-shop-enabled.woocommerce ul.products li.product .image_links,
body.sefc-shop-enabled .woocommerce .products .product .image_links,
body.sefc-shop-enabled.woocommerce .products .product .image_links{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}
body.sefc-shop-enabled .woocommerce ul.products li.product .image_frame .image_wrapper .mask,
body.sefc-shop-enabled.woocommerce ul.products li.product .image_frame .image_wrapper .mask{
    pointer-events:none!important;
}

/* ===== Imagen, título y precio ===== */
body.sefc-shop-enabled .woocommerce ul.products li.product a img,
body.sefc-shop-enabled.woocommerce ul.products li.product a img{height:var(--sefc-shop-image-height)!important;width:100%!important;object-fit:contain!important;margin:0 0 12px!important;background:#fff;border-radius:calc(var(--sefc-shop-radius) - 4px)}
body.sefc-shop-enabled .woocommerce ul.products li.product .image_frame,
body.sefc-shop-enabled.woocommerce ul.products li.product .image_frame{width:100%!important;max-width:100%!important;margin:0!important}
body.sefc-shop-enabled .woocommerce ul.products li.product .image_wrapper,
body.sefc-shop-enabled.woocommerce ul.products li.product .image_wrapper{width:100%!important}
body.sefc-shop-enabled .woocommerce ul.products li.product .desc,
body.sefc-shop-enabled.woocommerce ul.products li.product .desc{padding:0!important;margin:0!important;flex:1 1 auto!important;width:100%!important;box-sizing:border-box!important}
body.sefc-shop-enabled .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.sefc-shop-enabled.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.sefc-shop-enabled .woocommerce ul.products li.product .desc h4,
body.sefc-shop-enabled.woocommerce ul.products li.product .desc h4{font-size:16px!important;line-height:1.35!important;padding:4px 0!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:50px}
body.sefc-shop-enabled .woocommerce ul.products li.product .price,
body.sefc-shop-enabled.woocommerce ul.products li.product .price{font-size:18px!important;font-weight:800!important;color:var(--sefc-shop-price)!important;margin:8px 0 10px!important}

/* ===== Descripción en hover de la tarjeta ===== */
.sefc-product-hover-description{display:none}
@media (hover:hover) and (pointer:fine){
    body.sefc-shop-enabled.sefc-hover-description-enabled .woocommerce ul.products li.product .sefc-product-hover-description,
    body.sefc-shop-enabled.sefc-hover-description-enabled.woocommerce ul.products li.product .sefc-product-hover-description{
        display:flex!important;
        position:absolute!important;
        z-index:8!important;
        top:14px!important;
        left:14px!important;
        right:14px!important;
        height:var(--sefc-shop-image-height)!important;
        box-sizing:border-box!important;
        padding:20px!important;
        border-radius:calc(var(--sefc-shop-radius) - 4px)!important;
        background:rgba(255,255,255,.96)!important;
        color:#24324a!important;
        flex-direction:column!important;
        justify-content:center!important;
        align-items:flex-start!important;
        text-align:left!important;
        opacity:0!important;
        visibility:hidden!important;
        transform:translateY(6px)!important;
        transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important;
        pointer-events:none!important;
        overflow:hidden!important;
        box-shadow:0 8px 24px rgba(15,23,42,.10)!important;
    }
    body.sefc-shop-enabled.sefc-hover-description-enabled .woocommerce ul.products li.product:hover .sefc-product-hover-description,
    body.sefc-shop-enabled.sefc-hover-description-enabled.woocommerce ul.products li.product:hover .sefc-product-hover-description,
    body.sefc-shop-enabled.sefc-hover-description-enabled .woocommerce ul.products li.product:focus-within .sefc-product-hover-description,
    body.sefc-shop-enabled.sefc-hover-description-enabled.woocommerce ul.products li.product:focus-within .sefc-product-hover-description{
        opacity:1!important;
        visibility:visible!important;
        transform:translateY(0)!important;
    }
    .sefc-product-hover-description .sefc-hover-label{display:block;margin:0 0 8px;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:var(--sefc-shop-primary)}
    .sefc-product-hover-description p{margin:0!important;font-size:14px!important;line-height:1.55!important;color:#334155!important}
}

/* ===== Acciones visibles SIEMPRE debajo del precio ===== */
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-actions,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    margin:10px 0 0!important;
    padding:0!important;
    position:relative!important;
    z-index:12!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    box-sizing:border-box!important;
}
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-actions .button,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-actions .button,
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-buy-now,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-buy-now,
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-details,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-details{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    float:none!important;
    width:100%!important;
    max-width:none!important;
    min-height:42px!important;
    height:auto!important;
    margin:0!important;
    padding:10px 12px!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    border-radius:8px!important;
    box-sizing:border-box!important;
    pointer-events:auto!important;
    clip:auto!important;
    overflow:visible!important;
    line-height:1.25!important;
    font-size:14px!important;
    text-decoration:none!important;
}
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-buy-now,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-buy-now{background:var(--sefc-shop-primary)!important;color:#fff!important;border:1px solid var(--sefc-shop-primary)!important;font-weight:800!important}
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-buy-now:hover,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-buy-now:hover{filter:brightness(.94)}
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-details,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-details{background:#fff!important;color:var(--sefc-shop-primary)!important;border:1px solid color-mix(in srgb,var(--sefc-shop-primary) 35%,#d8dee9)!important;font-weight:700!important}
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-options,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-options{background:var(--sefc-shop-primary)!important;color:#fff!important}
body.sefc-shop-enabled.sefc-hide-default-cart .woocommerce ul.products li.product .add_to_cart_button:not(.sefc-shop-buy-now),
body.sefc-shop-enabled.sefc-hide-default-cart.woocommerce ul.products li.product .add_to_cart_button:not(.sefc-shop-buy-now),
body.sefc-shop-enabled.sefc-hide-default-cart .woocommerce ul.products li.product .product_type_simple:not(.sefc-shop-buy-now),
body.sefc-shop-enabled.sefc-hide-default-cart.woocommerce ul.products li.product .product_type_simple:not(.sefc-shop-buy-now){display:none!important}

/* ===== Paginación AJAX ===== */
.sefc-ajax-pagination{display:flex;justify-content:center;gap:7px;margin:26px 0}.sefc-ajax-pagination button{min-width:38px;height:38px;border:1px solid #d8dee9;background:#fff;border-radius:8px;cursor:pointer}.sefc-ajax-pagination button.is-current{background:var(--sefc-shop-primary);border-color:var(--sefc-shop-primary);color:#fff}.sefc-no-products{grid-column:1/-1}

@media(max-width:1199px){
    body.sefc-shop-enabled .woocommerce ul.products,body.sefc-shop-enabled.woocommerce ul.products{grid-template-columns:repeat(var(--sefc-shop-cols-tablet),minmax(0,1fr))!important}
}
@media(max-width:767px){
    body.sefc-shop-enabled .woocommerce ul.products,body.sefc-shop-enabled.woocommerce ul.products{grid-template-columns:repeat(var(--sefc-shop-cols-mobile),minmax(0,1fr))!important;gap:12px!important}
    body.sefc-shop-enabled .woocommerce .sefc-shop-toolbar,body.sefc-shop-enabled.woocommerce .sefc-shop-toolbar{padding:13px!important}
    .sefc-shop-toolbar-main{align-items:stretch;flex-direction:column}
    .sefc-shop-search-wrap{min-width:0;width:100%}
    .sefc-shop-clear{width:100%}
    .sefc-shop-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .sefc-shop-filters label{min-width:0;max-width:none}
    .sefc-shop-feedback{flex-direction:column}
    .sefc-shop-enabled .woocommerce ul.products li.product,.sefc-shop-enabled.woocommerce ul.products li.product{padding:10px!important}
    .sefc-shop-enabled .woocommerce ul.products li.product .woocommerce-loop-product__title,.sefc-shop-enabled .woocommerce ul.products li.product .desc h4{font-size:14px!important;min-height:44px}
    .sefc-shop-enabled .woocommerce ul.products li.product .price{font-size:16px!important}
}
@media(max-width:420px){.sefc-shop-filters{grid-template-columns:1fr}}

/* ===== v6.0.3: compatibilidad reforzada con BeTheme ===== */
body.sefc-shop-enabled .shop-filters,
body.sefc-shop-enabled.woocommerce-page .shop-filters,
body.sefc-shop-enabled.woocommerce-shop .shop-filters{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    float:none!important;
    clear:both!important;
    display:block!important;
    box-sizing:border-box!important;
}

/* BeTheme genera los iconos de carrito/enlace directamente dentro de image_links. */
body.sefc-shop-enabled .products .product .image_links,
body.sefc-shop-enabled .products .product .image_wrapper > .image_links,
body.sefc-shop-enabled .products .product .image_frame .image_links,
body.sefc-shop-enabled .image_frame .image_wrapper .image_links,
body.sefc-shop-enabled .image_links.double,
body.sefc-shop-enabled .image_links.single{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    width:0!important;
    height:0!important;
    min-height:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
    transform:none!important;
}

/* Neutraliza la máscara de hover del tema para dejar protagonismo a la descripción. */
body.sefc-shop-enabled .products .product .image_wrapper .mask{
    opacity:0!important;
    background:transparent!important;
}

/* Las acciones propias quedan dentro de .desc en BeTheme y siempre son visibles. */
body.sefc-shop-enabled .products .product .desc .sefc-shop-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    margin-top:12px!important;
    opacity:1!important;
    visibility:visible!important;
    height:auto!important;
    overflow:visible!important;
}
body.sefc-shop-enabled .products .product .desc{
    overflow:visible!important;
}
body.sefc-shop-enabled .products .product{
    height:auto!important;
    min-height:0!important;
}

/* El buscador, si JS lo mueve junto al listado, ocupa exactamente el mismo ancho del catálogo. */
body.sefc-shop-enabled .sefc-toolbar-normalized{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
}

@media(max-width:767px){
    body.sefc-shop-enabled .products .product .desc .sefc-shop-actions{
        grid-template-columns:1fr!important;
    }
}

/* ============================================================
   FICHA INDIVIDUAL DE PRODUCTO / CURSO - v6.1.0
   Compatible con la estructura estándar de WooCommerce y BeTheme
   ============================================================ */
body.sefc-single-product-enabled.single-product #Content .section_wrapper,
body.sefc-single-product-enabled.single-product #Content .container{
    max-width:var(--sefc-single-max-width)!important;
}
body.sefc-single-product-enabled.single-product div.product .product_wrapper{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(380px,.92fr)!important;
    gap:38px!important;
    align-items:start!important;
    margin:24px 0 34px!important;
}
body.sefc-single-product-enabled.single-product div.product .product_image_wrapper,
body.sefc-single-product-enabled.single-product div.product .summary.entry-summary{
    float:none!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    box-sizing:border-box!important;
}
body.sefc-single-product-enabled.single-product div.product .product_image_wrapper{
    padding:18px!important;
    background:#fff!important;
    border:1px solid rgba(15,23,42,.08)!important;
    border-radius:18px!important;
    box-shadow:0 8px 28px rgba(15,23,42,.07)!important;
    overflow:hidden!important;
}
body.sefc-single-product-enabled.single-product div.product .product_image_wrapper .woocommerce-product-gallery,
body.sefc-single-product-enabled.single-product div.product .product_image_wrapper .images{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
}
body.sefc-single-product-enabled.single-product div.product .product_image_wrapper img{
    width:100%!important;
    max-height:var(--sefc-single-image-height)!important;
    object-fit:contain!important;
    background:#fff!important;
    border-radius:12px!important;
}
body.sefc-single-product-enabled.single-product div.product .summary.entry-summary{
    padding:28px 30px!important;
    background:#fff!important;
    border:1px solid rgba(15,23,42,.09)!important;
    border-radius:18px!important;
    box-shadow:0 10px 32px rgba(15,23,42,.09)!important;
}
body.sefc-single-product-enabled.single-product div.product .summary.entry-summary h1.product_title,
body.sefc-single-product-enabled.single-product div.product .summary.entry-summary .product_title{
    font-size:clamp(27px,2.3vw,38px)!important;
    line-height:1.14!important;
    letter-spacing:-.02em!important;
    margin:4px 0 15px!important;
    color:#17233d!important;
}
body.sefc-single-product-enabled.single-product div.product .summary.entry-summary .price{
    display:block!important;
    font-size:clamp(28px,2.1vw,36px)!important;
    line-height:1.1!important;
    font-weight:800!important;
    color:var(--sefc-shop-price)!important;
    margin:14px 0 18px!important;
}
body.sefc-single-product-enabled.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description{
    font-size:16px!important;
    line-height:1.65!important;
    color:#536079!important;
    margin:0 0 16px!important;
}
.sefc-single-badges{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 8px!important}
.sefc-single-category{
    display:inline-flex!important;align-items:center!important;min-height:29px!important;
    padding:4px 11px!important;border-radius:999px!important;background:rgba(34,59,119,.09)!important;
    color:var(--sefc-shop-primary)!important;font-size:12px!important;font-weight:800!important;
    text-transform:uppercase!important;letter-spacing:.04em!important;
}
body.sefc-single-product-enabled.sefc-single-cat-badge.single-product .summary .product_meta .posted_in{display:none!important}
.sefc-single-attributes{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;margin:12px 0 18px!important;
}
.sefc-single-attribute{
    display:flex!important;flex-direction:column!important;gap:2px!important;
    padding:10px 12px!important;border:1px solid #e6eaf1!important;border-radius:10px!important;
    background:#f8fafc!important;min-width:0!important;
}
.sefc-single-attribute small{font-size:10px!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#7b879b!important;font-weight:700!important}
.sefc-single-attribute strong{font-size:13px!important;line-height:1.3!important;color:#263650!important;white-space:normal!important;overflow-wrap:anywhere!important}
body.sefc-single-product-enabled.single-product div.product form.cart{
    display:flex!important;flex-wrap:wrap!important;align-items:stretch!important;gap:10px!important;
    padding:18px!important;margin:10px 0 0!important;background:#f7f8fb!important;
    border:1px solid #e7ebf2!important;border-radius:13px!important;
}
body.sefc-single-product-enabled.single-product div.product form.cart .quantity{
    float:none!important;margin:0!important;display:flex!important;align-items:stretch!important;
}
body.sefc-single-product-enabled.single-product div.product form.cart .quantity input.qty{
    min-width:74px!important;height:48px!important;border:1px solid #d7dee9!important;border-radius:9px!important;background:#fff!important;
}
body.sefc-single-product-enabled.single-product div.product form.cart .single_add_to_cart_button,
body.sefc-single-product-enabled.single-product div.product form.cart button.button{
    flex:1 1 220px!important;min-height:48px!important;margin:0!important;border-radius:9px!important;
    padding:12px 18px!important;font-weight:800!important;font-size:15px!important;
}
.sefc-single-extra-actions{margin:12px 0 0!important}
.sefc-single-buy-now{
    display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;
    min-height:50px!important;box-sizing:border-box!important;margin:0!important;padding:13px 18px!important;
    border-radius:9px!important;background:var(--sefc-shop-primary)!important;color:#fff!important;
    border:1px solid var(--sefc-shop-primary)!important;font-size:16px!important;font-weight:800!important;text-decoration:none!important;
}
.sefc-single-buy-now:hover{filter:brightness(.94);color:#fff!important;text-decoration:none!important}
.sefc-single-variable-hint{padding:10px 12px;border-radius:9px;background:#f7f8fb;color:#536079;font-size:13px}
.sefc-single-payment-note{
    display:flex!important;align-items:flex-start!important;gap:10px!important;margin:10px 0 0!important;
    padding:12px 14px!important;background:#f8fafc!important;border:1px solid #e5eaf1!important;border-radius:10px!important;
    color:#43536c!important;font-size:13px!important;line-height:1.45!important;
}
.sefc-single-payment-note>span:first-child{font-size:18px;line-height:1.2}
.sefc-single-trust{
    display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;
    margin:12px 0 0!important;padding-top:12px!important;border-top:1px solid #edf0f5!important;
}
.sefc-single-trust span{display:flex!important;align-items:center!important;gap:5px!important;font-size:11px!important;line-height:1.3!important;color:#607089!important}
.sefc-single-trust b{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:17px!important;height:17px!important;border-radius:50%!important;background:#e8f5ec!important;color:#16843e!important;font-size:11px!important}
body.sefc-single-product-enabled.single-product div.product .summary .product_meta{
    margin-top:16px!important;padding-top:14px!important;border-top:1px solid #edf0f5!important;font-size:12px!important;color:#748198!important;
}
/* Descripción / información adicional como bloque de contenido */
body.sefc-single-product-enabled.single-product div.product .woocommerce-tabs,
body.sefc-single-product-enabled.single-product div.product .accordion{
    margin-top:34px!important;
}
body.sefc-single-product-enabled.single-product div.product .woocommerce-tabs .panel,
body.sefc-single-product-enabled.single-product div.product .accordion .answer{
    background:#fff!important;border-radius:14px!important;padding:22px!important;
}
body.sefc-single-product-enabled.single-product div.product .woocommerce-tabs .panel p,
body.sefc-single-product-enabled.single-product div.product .accordion .answer p{
    font-size:15px!important;line-height:1.7!important;
}
/* Productos relacionados: mantener consistencia visual */
body.sefc-single-product-enabled.single-product .related.products,
body.sefc-single-product-enabled.single-product .upsells.products{
    margin-top:44px!important;clear:both!important;
}
body.sefc-single-product-enabled.single-product .related.products>h2,
body.sefc-single-product-enabled.single-product .upsells.products>h2{
    font-size:25px!important;margin-bottom:20px!important;
}
body.sefc-single-product-enabled.single-product .related.products ul.products,
body.sefc-single-product-enabled.single-product .upsells.products ul.products{
    display:grid!important;grid-template-columns:repeat(var(--sefc-single-related-cols),minmax(0,1fr))!important;gap:18px!important;
}
body.sefc-single-product-enabled.single-product .related.products ul.products li.product,
body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product{
    float:none!important;width:100%!important;margin:0!important;padding:12px!important;background:#fff!important;
    border:1px solid rgba(15,23,42,.08)!important;border-radius:12px!important;box-shadow:0 5px 18px rgba(15,23,42,.06)!important;
}
@media(max-width:959px){
    body.sefc-single-product-enabled.single-product div.product .product_wrapper{grid-template-columns:1fr!important;gap:20px!important}
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary{padding:22px!important}
    body.sefc-single-product-enabled.single-product .related.products ul.products,
    body.sefc-single-product-enabled.single-product .upsells.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
    body.sefc-single-product-enabled.single-product div.product .product_image_wrapper{padding:10px!important;border-radius:13px!important}
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary{padding:18px!important;border-radius:13px!important}
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary h1.product_title,
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary .product_title{font-size:26px!important}
    .sefc-single-attributes{grid-template-columns:1fr!important}
    .sefc-single-trust{grid-template-columns:1fr!important}
    body.sefc-single-product-enabled.single-product div.product form.cart{padding:12px!important}
    body.sefc-single-product-enabled.single-product div.product form.cart .quantity,
    body.sefc-single-product-enabled.single-product div.product form.cart .single_add_to_cart_button,
    body.sefc-single-product-enabled.single-product div.product form.cart button.button{width:100%!important;flex:1 1 100%!important}
    body.sefc-single-product-enabled.single-product .related.products ul.products,
    body.sefc-single-product-enabled.single-product .upsells.products ul.products{grid-template-columns:1fr!important}
}


/* ===== v6.1.1: limpieza visual botones de tienda ===== */
body.sefc-shop-enabled .products .product .desc .sefc-shop-actions,
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-actions,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:14px!important;
}
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-buy-now,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-buy-now,
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-details,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-details{
    min-height:46px!important;
    padding:12px 14px!important;
    border-radius:10px!important;
    font-size:15px!important;
    line-height:1.2!important;
    white-space:normal!important;
    word-break:normal!important;
    text-wrap:balance;
}
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-buy-now,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-buy-now{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
}
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-buy-now:not(.sefc-shop-options)::before,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-buy-now:not(.sefc-shop-options)::before{
    content:'⚡';
    display:inline-block!important;
    font-size:14px!important;
    line-height:1!important;
    font-family:inherit!important;
    transform:none!important;
    margin:0!important;
}
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-buy-now .button_label,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-buy-now .button_label,
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-details .button_label,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-details .button_label,
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-buy-now i,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-buy-now i,
body.sefc-shop-enabled .woocommerce ul.products li.product .sefc-shop-details i,
body.sefc-shop-enabled.woocommerce ul.products li.product .sefc-shop-details i{
    display:none!important;
}

.sefc-single-buy-now{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
}
.sefc-single-buy-now::before{
    content:'⚡';
    display:inline-block;
    font-size:14px;
    line-height:1;
}


/* ===== v6.1.2: ficha de producto desktop compacta y sin espacios muertos =====
   BeTheme puede aplicar variantes "wide" que separan imagen y resumen.
   Este bloque fuerza una composición comercial estable: imagen izquierda,
   información/compra derecha y contenido adicional debajo a todo el ancho. */
@media (min-width: 960px){
    body.sefc-single-product-enabled.single-product #Content .section_wrapper,
    body.sefc-single-product-enabled.single-product #Content .container{
        width:min(var(--sefc-single-max-width), calc(100% - 48px))!important;
        max-width:var(--sefc-single-max-width)!important;
        margin-left:auto!important;
        margin-right:auto!important;
    }

    body.sefc-single-product-enabled.single-product div.product > .product_wrapper,
    body.sefc-single-product-enabled.single-product div.product.wide > .product_wrapper,
    body.sefc-single-product-enabled.single-product div.product.wide.tabs > .product_wrapper{
        display:grid!important;
        grid-template-columns:minmax(0, 1.05fr) minmax(360px, .95fr)!important;
        grid-template-areas:"sefc-image sefc-summary"!important;
        column-gap:34px!important;
        row-gap:0!important;
        align-items:start!important;
        width:100%!important;
        max-width:100%!important;
        min-height:0!important;
        height:auto!important;
        margin:28px auto 34px!important;
        padding:0!important;
        box-sizing:border-box!important;
        float:none!important;
        clear:both!important;
    }

    body.sefc-single-product-enabled.single-product div.product > .product_wrapper > .product_image_wrapper,
    body.sefc-single-product-enabled.single-product div.product.wide > .product_wrapper > .product_image_wrapper{
        grid-area:sefc-image!important;
        grid-column:1!important;
        grid-row:1!important;
        align-self:start!important;
        justify-self:stretch!important;
        position:static!important;
        inset:auto!important;
        transform:none!important;
        float:none!important;
        clear:none!important;
        width:100%!important;
        min-width:0!important;
        max-width:none!important;
        height:auto!important;
        min-height:0!important;
        margin:0!important;
        box-sizing:border-box!important;
    }

    body.sefc-single-product-enabled.single-product div.product > .product_wrapper > .summary.entry-summary,
    body.sefc-single-product-enabled.single-product div.product.wide > .product_wrapper > .summary.entry-summary{
        grid-area:sefc-summary!important;
        grid-column:2!important;
        grid-row:1!important;
        align-self:start!important;
        justify-self:stretch!important;
        position:static!important;
        inset:auto!important;
        transform:none!important;
        float:none!important;
        clear:none!important;
        width:100%!important;
        min-width:0!important;
        max-width:none!important;
        height:auto!important;
        min-height:0!important;
        margin:0!important;
        box-sizing:border-box!important;
    }

    body.sefc-single-product-enabled.single-product div.product .product_image_wrapper .woocommerce-product-gallery,
    body.sefc-single-product-enabled.single-product div.product .product_image_wrapper .images{
        width:100%!important;
        max-width:100%!important;
        height:auto!important;
        min-height:0!important;
    }

    body.sefc-single-product-enabled.single-product div.product .product_image_wrapper img{
        display:block!important;
        width:100%!important;
        height:auto!important;
        max-height:var(--sefc-single-image-height)!important;
        margin:0 auto!important;
        object-fit:contain!important;
    }

    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary form.cart,
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary .sefc-single-extra-actions,
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary .sefc-single-payment-note,
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary .sefc-single-trust,
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary .product_meta{
        width:100%!important;
        max-width:100%!important;
        box-sizing:border-box!important;
        float:none!important;
        clear:both!important;
    }

    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary form.cart{
        flex-wrap:nowrap!important;
    }

    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary form.cart .quantity{
        flex:0 0 auto!important;
    }

    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary form.cart .single_add_to_cart_button,
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary form.cart button.button{
        flex:1 1 auto!important;
        width:auto!important;
    }

    /* Los tabs/acordeones, relacionados y upsells empiezan debajo del bloque principal. */
    body.sefc-single-product-enabled.single-product div.product > .woocommerce-tabs,
    body.sefc-single-product-enabled.single-product div.product > .accordion,
    body.sefc-single-product-enabled.single-product div.product > .related.products,
    body.sefc-single-product-enabled.single-product div.product > .upsells.products{
        clear:both!important;
        width:100%!important;
        max-width:100%!important;
    }
}

/* Tablet: dos columnas solo cuando realmente hay espacio; debajo de 960px se conserva la pila móvil. */
@media (min-width: 960px) and (max-width: 1100px){
    body.sefc-single-product-enabled.single-product div.product > .product_wrapper,
    body.sefc-single-product-enabled.single-product div.product.wide > .product_wrapper{
        grid-template-columns:minmax(0,1fr) minmax(330px,.92fr)!important;
        column-gap:24px!important;
    }
    body.sefc-single-product-enabled.single-product div.product .summary.entry-summary{
        padding:22px!important;
    }
}


/* ===== v6.1.3: normalización real de ficha BeTheme + relacionados compactos ===== */
@media (min-width:960px){
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout{
        display:grid!important;
        grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;
        gap:30px!important;
        align-items:start!important;
        width:min(var(--sefc-single-max-width),calc(100% - 40px))!important;
        max-width:var(--sefc-single-max-width)!important;
        min-width:0!important;
        height:auto!important;
        min-height:0!important;
        margin:28px auto 36px!important;
        padding:0!important;
        float:none!important;
        clear:both!important;
        box-sizing:border-box!important;
    }
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout > .product_image_wrapper,
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout > .summary.entry-summary{
        float:none!important;
        clear:none!important;
        width:100%!important;
        max-width:none!important;
        min-width:0!important;
        height:auto!important;
        min-height:0!important;
        margin:0!important;
        position:relative!important;
        inset:auto!important;
        transform:none!important;
        box-sizing:border-box!important;
    }
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout > .product_image_wrapper{
        grid-column:1!important;
    }
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout > .summary.entry-summary{
        grid-column:2!important;
        padding:26px!important;
    }
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout .product_image_wrapper .images,
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout .product_image_wrapper .woocommerce-product-gallery{
        width:100%!important;
        max-width:100%!important;
        margin:0!important;
        float:none!important;
    }
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout .product_image_wrapper img{
        width:100%!important;
        max-width:100%!important;
        height:auto!important;
        max-height:var(--sefc-single-image-height)!important;
        object-fit:contain!important;
        margin:0 auto!important;
    }
    /* Elimina márgenes heredados de las columnas de BeTheme. */
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout > .column{
        margin-left:0!important;
        margin-right:0!important;
    }
}

/* Relacionados: tarjetas compactas; no se estiran para llenar toda la fila. */
body.sefc-single-product-enabled.single-product .related.products ul.products,
body.sefc-single-product-enabled.single-product .upsells.products ul.products{
    display:grid!important;
    grid-template-columns:repeat(auto-fill,minmax(160px,var(--sefc-single-related-card-width)))!important;
    justify-content:start!important;
    align-items:stretch!important;
    gap:16px!important;
}
body.sefc-single-product-enabled.single-product .related.products ul.products li.product,
body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product{
    width:100%!important;
    max-width:var(--sefc-single-related-card-width)!important;
    min-width:0!important;
    padding:10px!important;
    margin:0!important;
}
body.sefc-single-product-enabled.single-product .related.products ul.products li.product img,
body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product img{
    width:100%!important;
    height:var(--sefc-single-related-image-height)!important;
    object-fit:contain!important;
    margin:0 0 10px!important;
}
body.sefc-single-product-enabled.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title,
body.sefc-single-product-enabled.single-product .related.products ul.products li.product .desc h4,
body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product .desc h4{
    font-size:14px!important;
    line-height:1.3!important;
    min-height:36px!important;
    margin:4px 0!important;
}
body.sefc-single-product-enabled.single-product .related.products ul.products li.product .price,
body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product .price{
    font-size:15px!important;
    margin:4px 0 8px!important;
}
body.sefc-single-product-enabled.single-product .related.products ul.products li.product .sefc-shop-actions,
body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product .sefc-shop-actions{
    gap:6px!important;
    margin-top:8px!important;
}
body.sefc-single-product-enabled.single-product .related.products ul.products li.product .sefc-shop-actions .button,
body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product .sefc-shop-actions .button{
    min-height:36px!important;
    padding:8px 9px!important;
    font-size:12px!important;
    border-radius:7px!important;
}

@media(max-width:959px){
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        margin:18px auto 28px!important;
    }
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout > .product_image_wrapper,
    body.sefc-single-product-enabled.single-product .sefc-single-main-layout > .summary.entry-summary{
        width:100%!important;
        max-width:100%!important;
        margin:0 0 18px!important;
        float:none!important;
    }
    body.sefc-single-product-enabled.single-product .related.products ul.products,
    body.sefc-single-product-enabled.single-product .upsells.products ul.products{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    body.sefc-single-product-enabled.single-product .related.products ul.products li.product,
    body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product{
        max-width:none!important;
    }
}
@media(max-width:520px){
    body.sefc-single-product-enabled.single-product .related.products ul.products,
    body.sefc-single-product-enabled.single-product .upsells.products ul.products{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:10px!important;
    }
    body.sefc-single-product-enabled.single-product .related.products ul.products li.product img,
    body.sefc-single-product-enabled.single-product .upsells.products ul.products li.product img{
        height:130px!important;
    }
}


/* ===== v6.2.0: plantilla propia de ficha — BeTheme ya no controla el contenido ===== */
body.sefc-single-plugin-template .sefc-native-single-page{
    background:#f7f9fc!important;
    padding:34px 20px 54px!important;
    min-height:60vh;
}
body.sefc-single-plugin-template .sefc-native-single-shell{
    width:min(var(--sefc-single-max-width),100%)!important;
    margin:0 auto!important;
}
body.sefc-single-plugin-template .sefc-native-breadcrumb{
    margin:0 0 18px!important;
    font-size:14px!important;
}
body.sefc-single-plugin-template .sefc-native-breadcrumb a{
    color:var(--sefc-shop-primary)!important;
    text-decoration:none!important;
    font-weight:700!important;
}
body.sefc-single-plugin-template .sefc-native-product{
    display:grid!important;
    grid-template-columns:minmax(0,1.06fr) minmax(380px,.94fr)!important;
    gap:34px!important;
    align-items:start!important;
    margin:0!important;
    padding:0!important;
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    background:transparent!important;
}
body.sefc-single-plugin-template .sefc-native-gallery,
body.sefc-single-plugin-template .sefc-native-summary{
    min-width:0!important;
    width:100%!important;
    max-width:none!important;
    float:none!important;
    margin:0!important;
    box-sizing:border-box!important;
}
body.sefc-single-plugin-template .sefc-native-gallery{
    position:sticky!important;
    top:24px!important;
}
body.admin-bar.sefc-single-plugin-template .sefc-native-gallery{top:56px!important}
body.sefc-single-plugin-template .sefc-native-main-image{
    background:#fff!important;
    border:1px solid #e5eaf2!important;
    border-radius:18px!important;
    box-shadow:0 12px 32px rgba(15,23,42,.07)!important;
    padding:22px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:var(--sefc-single-image-height)!important;
    overflow:hidden!important;
}
body.sefc-single-plugin-template .sefc-native-main-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    margin:0!important;
}
body.sefc-single-plugin-template .sefc-native-thumbs{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    margin-top:12px!important;
}
body.sefc-single-plugin-template .sefc-native-thumb{
    width:72px!important;
    height:72px!important;
    padding:4px!important;
    border:1px solid #dfe5ee!important;
    border-radius:10px!important;
    background:#fff!important;
    cursor:pointer!important;
    overflow:hidden!important;
}
body.sefc-single-plugin-template .sefc-native-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}
body.sefc-single-plugin-template .sefc-native-summary{
    background:#fff!important;
    border:1px solid #e5eaf2!important;
    border-radius:18px!important;
    box-shadow:0 12px 32px rgba(15,23,42,.07)!important;
    padding:30px!important;
}
body.sefc-single-plugin-template .sefc-native-title{
    margin:10px 0 12px!important;
    color:#17346f!important;
    font-size:clamp(28px,3vw,42px)!important;
    line-height:1.12!important;
    font-weight:500!important;
}
body.sefc-single-plugin-template .sefc-native-price{
    margin:0 0 18px!important;
    color:#55b7ef!important;
    font-size:34px!important;
    line-height:1!important;
    font-weight:700!important;
}
body.sefc-single-plugin-template .sefc-native-price del{font-size:.6em!important;opacity:.6!important}
body.sefc-single-plugin-template .sefc-native-short-description{
    color:#4c5a70!important;
    font-size:15px!important;
    line-height:1.65!important;
    margin:0 0 20px!important;
}
body.sefc-single-plugin-template .sefc-single-attributes{margin:0 0 18px!important}
body.sefc-single-plugin-template .sefc-native-cart form.cart{
    display:flex!important;
    gap:10px!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:none!important;
    margin:0 0 12px!important;
    padding:14px!important;
    background:#f7f9fc!important;
    border:1px solid #e4e9f1!important;
    border-radius:13px!important;
    box-sizing:border-box!important;
}
body.sefc-single-plugin-template .sefc-native-cart form.cart .quantity{flex:0 0 128px!important;margin:0!important}
body.sefc-single-plugin-template .sefc-native-cart form.cart .single_add_to_cart_button{
    flex:1 1 auto!important;
    width:auto!important;
    min-height:50px!important;
    margin:0!important;
    border-radius:10px!important;
    background:#66bbed!important;
    color:#fff!important;
    font-weight:800!important;
}
body.sefc-single-plugin-template .sefc-single-extra-actions{margin-top:0!important}
body.sefc-single-plugin-template .sefc-single-buy-now{
    min-height:50px!important;
    border-radius:10px!important;
    font-size:15px!important;
}
body.sefc-single-plugin-template .sefc-single-payment-note{border-radius:10px!important}
body.sefc-single-plugin-template .sefc-single-trust{margin-bottom:0!important}

body.sefc-single-plugin-template .sefc-native-description,
body.sefc-single-plugin-template .sefc-native-related{
    margin-top:34px!important;
    background:#fff!important;
    border:1px solid #e5eaf2!important;
    border-radius:18px!important;
    box-shadow:0 8px 24px rgba(15,23,42,.05)!important;
    padding:28px!important;
}
body.sefc-single-plugin-template .sefc-native-section-head{
    display:flex!important;
    align-items:end!important;
    justify-content:space-between!important;
    gap:18px!important;
    margin-bottom:20px!important;
}
body.sefc-single-plugin-template .sefc-native-section-head h2{
    margin:0!important;
    color:#17346f!important;
    font-size:28px!important;
    line-height:1.15!important;
}
body.sefc-single-plugin-template .sefc-native-section-head span{color:#8490a5!important;font-size:13px!important}
body.sefc-single-plugin-template .sefc-native-description-content{color:#3d4a5f!important;line-height:1.7!important}

body.sefc-single-plugin-template .sefc-native-related-grid{
    display:grid!important;
    grid-template-columns:repeat(auto-fill,minmax(160px,var(--sefc-single-related-card-width)))!important;
    gap:14px!important;
    align-items:stretch!important;
    justify-content:start!important;
}
body.sefc-single-plugin-template .sefc-native-related-card{
    width:100%!important;
    max-width:var(--sefc-single-related-card-width)!important;
    margin:0!important;
    padding:9px!important;
    background:#fff!important;
    border:1px solid #e5eaf2!important;
    border-radius:12px!important;
    box-shadow:0 4px 14px rgba(15,23,42,.05)!important;
    box-sizing:border-box!important;
}
body.sefc-single-plugin-template .sefc-native-related-image{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:var(--sefc-single-related-image-height)!important;
    overflow:hidden!important;
    background:#fafbfc!important;
    border-radius:9px!important;
}
body.sefc-single-plugin-template .sefc-native-related-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    margin:0!important;
}
body.sefc-single-plugin-template .sefc-native-related-body{padding:9px 3px 3px!important;text-align:center!important}
body.sefc-single-plugin-template .sefc-native-related-body h3{
    margin:0 0 6px!important;
    min-height:36px!important;
    font-size:13px!important;
    line-height:1.35!important;
    font-weight:600!important;
}
body.sefc-single-plugin-template .sefc-native-related-body h3 a{color:#17346f!important;text-decoration:none!important}
body.sefc-single-plugin-template .sefc-native-related-price{color:#55b7ef!important;font-weight:800!important;font-size:14px!important;margin-bottom:9px!important}
body.sefc-single-plugin-template .sefc-native-related-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}
body.sefc-single-plugin-template .sefc-native-related-actions a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:32px!important;
    padding:6px 8px!important;
    border-radius:7px!important;
    font-size:11px!important;
    line-height:1.15!important;
    text-decoration:none!important;
    box-sizing:border-box!important;
}
body.sefc-single-plugin-template .sefc-native-related-details{border:1px solid #dce3ed!important;color:#17346f!important;background:#fff!important}
body.sefc-single-plugin-template .sefc-native-related-buy{border:1px solid var(--sefc-shop-primary)!important;color:#fff!important;background:var(--sefc-shop-primary)!important;font-weight:700!important}

@media(max-width:959px){
    body.sefc-single-plugin-template .sefc-native-single-page{padding:18px 14px 34px!important}
    body.sefc-single-plugin-template .sefc-native-product{grid-template-columns:1fr!important;gap:16px!important}
    body.sefc-single-plugin-template .sefc-native-gallery{position:static!important}
    body.sefc-single-plugin-template .sefc-native-main-image{height:min(var(--sefc-single-image-height),430px)!important;padding:14px!important}
    body.sefc-single-plugin-template .sefc-native-summary{padding:22px!important}
    body.sefc-single-plugin-template .sefc-native-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    body.sefc-single-plugin-template .sefc-native-related-card{max-width:none!important}
}
@media(max-width:520px){
    body.sefc-single-plugin-template .sefc-native-title{font-size:28px!important}
    body.sefc-single-plugin-template .sefc-native-price{font-size:30px!important}
    body.sefc-single-plugin-template .sefc-native-cart form.cart{flex-direction:column!important}
    body.sefc-single-plugin-template .sefc-native-cart form.cart .quantity{flex:0 0 auto!important;width:100%!important}
    body.sefc-single-plugin-template .sefc-native-section-head{align-items:flex-start!important;flex-direction:column!important}
    body.sefc-single-plugin-template .sefc-native-related,
    body.sefc-single-plugin-template .sefc-native-description{padding:18px!important}
    body.sefc-single-plugin-template .sefc-native-related-grid{gap:10px!important}
    body.sefc-single-plugin-template .sefc-native-related-image{height:125px!important}
}
