@media (max-width: 992px) {
    .shoptimizer-cart-icon svg {
        stroke: #000000 !important;
    }
}
.kit-composicion {
    margin: 18px 0;
}
.kit-composicion__title {
    margin: 0 0 12px;
    font-weight: 700;
}
.kit-composicion__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
/* Tablet */
@media (max-width: 1024px) {
    .kit-composicion__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* MÃ³vil */
@media (max-width: 768px) {
    .kit-composicion__grid {
        grid-template-columns: 1fr;
    }
}
.kit-composicion__item {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}
.kit-composicion__media {
    display: block;
}
.kit-composicion__img {
    width: 100%;
    height: auto;
    display: block;
}
.kit-composicion__body {
    padding: 10px;
}
.kit-composicion__name {
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 8px;
}
.kit-composicion__meta {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.kit-composicion__units {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(0,0,0,.12);
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}
.kit-composicion__price {
    font-weight: 700;
    font-size: 12px;
    opacity: .85;
}
.product .woocommerce-product-gallery__wrapper img {
    padding: 15px;
}
.kit-faq {
    margin: 18px 0;
}
.kit-faq__title {
    margin: 0 0 12px;
    font-weight: 700;
}
.kit-faq__item {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 14px;
    padding: 10px 12px;
    background: #f3f3f3;
    margin-bottom: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .12);
}
.kit-faq__q {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}
.kit-faq__q::-webkit-details-marker {
    display: none;
}
.kit-faq__a {
    margin-top: 10px;
    color: rgba(0,0,0,.78);
    line-height: 1.55;
    font-size: 14px;
}
.kit-list {
    margin: 18px 0;
}
.kit-list__title {
    margin: 0 0 14px;
    font-weight: 700;
}
.kit-list__wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.kit-list__item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background-color: #f3f3f3;
    padding: 3px;
    border-radius: 9px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .12);
}
.kit-list__media {
    width: 90px;
    flex: 0 0 90px;
    display: block;
}
.kit-list__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
}
.kit-list__content {
    flex: 1;
    min-width: 0;
}
.kit-list__name-line {
    display: flex;
    gap: 8px;
    align-items: baseline;
    flex-wrap: wrap;
}
.kit-list__units {
    font-weight: 900;
    white-space: nowrap;
}
.kit-list__name {
    font-weight: 900;
    text-decoration: none;
    color: inherit;
}
.kit-list__name:hover {
    text-decoration: underline;
}
.kit-list__name--nolink {
    text-decoration: none;
}
.kit-list__desc {
    margin-top: 6px;
    color: rgba(0,0,0,.78);
    line-height: 1.55;
    font-size: 14px;
}
.kit-list__price {
    margin-top: 6px;
    font-weight: 700;
    font-size: 13px;
    opacity: .9;
}
@media (max-width: 768px) {
    .kit-list__media {
        width: 72px;
        flex-basis: 72px;
    }
}
.wd-buy-now-btn {
    background-color: #feba1f !important;
    color: #000000 !important;
}
.trust-columns-dgd {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px;
    margin: 20px 0;
    align-items: start;
    width: 100%;
}
.trust-col-dgd {
    text-decoration: none;
    color: #111;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}
.trust-icon-wrap-dgd {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff7f4;
    border: 1px solid rgba(252,56,1,.14);
    margin-bottom: 10px;
    color: #fc3801;
    flex-shrink: 0;
}
.trust-title-dgd {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin: 0 0 6px;
    color: #1a1a1a;
}
.trust-text-dgd {
    font-size: 12px;
    line-height: 1.35;
    color: #666;
    margin: 0;
    max-width: 160px;
}
.trust-contact-dgd .trust-icon-wrap-dgd {
    background: #fc3801;
    color: #fff;
    border-color: #fc3801;
}
.trust-contact-dgd .trust-title-dgd {
    color: #fc3801;
}
@media (max-width: 1024px) {
    .trust-columns-dgd {
        grid-template-columns: repeat(4,minmax(0,1fr));
        gap: 10px;
    }
    .trust-icon-wrap-dgd {
        width: 56px;
        height: 56px;
    }
    .trust-title-dgd {
        font-size: 12px;
    }
    .trust-text-dgd {
        font-size: 11px;
        max-width: 130px;
    }
}
@media (max-width: 767px) {
    .trust-columns-dgd {
        grid-template-columns: repeat(4,minmax(0,1fr));
        gap: 8px;
    }
    .trust-icon-wrap-dgd {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        margin-bottom: 8px;
    }
    .trust-icon-wrap-dgd svg {
        width: 22px;
        height: 22px;
    }
    .trust-title-dgd {
        font-size: 10px;
        margin-bottom: 4px;
    }
    .trust-text-dgd {
        font-size: 9px;
        line-height: 1.25;
        max-width: 100%;
    }
}
.dgd-delivery-estimate-inline {
    color: #ffffff;
    background-color: #42506b;
    padding: 7px;
    border-radius: 5px;
    display: flex;
}
.woocommerce-product-details__short-description {
    clear: both;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 0.5rem;
    color: #5d5d5d;
}
.product p.price {
    color: #fc3802;
    font-size: 22px !important;
    font-weight: 600 !important;
}
.product {
    background-color: #ffffff;
    padding-top: 35px;
}
.summary h1 {
    font-size: 29px;
}
@media (min-width: 992px) {
    /* Columna de imÃ¡genes */
    body.single-product div.product .woocommerce-product-gallery {
        position: sticky !important;
        top: 120px;
        align-self: start;
        float: none !important;
        width: 100% !important;
        height: max-content;
        overflow: visible !important;
        z-index: 3;
    }
    /* Columna de informaciÃ³n */
    body.single-product div.product .summary {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }
    /* Evita que los contenedores superiores rompan sticky */
    body.single-product .site-content,body.single-product .content-area,body.single-product .main-content,body.single-product .product-details-wrapper,body.single-product .product {
        overflow: visible !important;
    }
}
.kit-faq__q {
    font-weight: 600;
}
@media (min-width: 993px) {
    .theme-shoptimizer:not(.cgkit-gallery-type-swiper).admin-bar.single-product #page div.product .summary {
        top: 60px;
        padding: 10px;
    }
}
@media (min-width: 768px) {
    body.archive.woocommerce ul.products li.product {
        box-shadow: 0 0 10px rgb(0 0 0 / 6%);
    }
}
ul.products li.product .price {
    color: #fc3802;
    font-size: clamp(1.0rem, 0.623rem + 0.4065vw, 0.875rem);
    font-weight: 600;
}
.woocommerce-price-suffix {
    color: #3c3c3c;
}
.menu-icono-bateria > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -3px;
    background-image: url("/wp-content/uploads/solar-power_4867640-150x150-1.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-icono-inversores > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -3px;
    background-image: url("/wp-content/uploads/inversores-solares.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-icono-kissol > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -3px;
    background-image: url("/wp-content/uploads/kits-solares.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-icono-bomb > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -3px;
    background-image: url("/wp-content/uploads/icono-bombas-y-sondeo.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-icono-pansol > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -3px;
    background-image: url("/wp-content/uploads/icono-paneles-solares.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-icono-cochesol > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -3px;
    background-image: url("/wp-content/uploads/cargadores-coche-150x150-transparente.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-icono-packinbat > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -3px;
    background-image: url("/wp-content/uploads/pack-inversor-bateria.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-icono-acce > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -3px;
    background-image: url("/wp-content/uploads/accesorios.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-icono-cuadprot > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -3px;
    background-image: url("/wp-content/uploads/cuadro-y-protecciones.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* Contenedor de la paginaciÃ³n */
.woocommerce nav.woocommerce-pagination {
    margin-top: 35px;
    margin-bottom: 25px;
}
/* Lista */
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: 6px;
    border: 0;
}
/* Elementos */
.woocommerce nav.woocommerce-pagination ul li {
    float: none;
    border: 0;
}
/* Botones y nÃºmeros */
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #ffffff;
    color: #3f516d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    transition: background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease;
}
/* PÃ¡gina activa */
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #3f516d;
    border-color: #3f516d;
    color: #ffffff !important;
}
/* Hover */
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #3f516d;
    border-color: #3f516d;
    color: #ffffff;
}
.shoptimizer-sorting {
    display: none;
}
.shoptimizer-sorting.sorting-end {
    display: block;
}
.woocommerce-result-count {
    display: none;
}
.shoptimizer-sorting .woocommerce-ordering {
    margin-bottom: 0;
    display: none;
    order: 2;
}
.widget li,.site-content .widget li {
    margin-bottom: 0.6em;
    font-size: 16px;
    line-height: 1.75;
}
.widget .current-cat > a,.widget .current-cat > a:hover {
    font-weight: 600;
    color: #fc3802;
}
@media (min-width: 993px) {
    #secondary {
        width: 20%;
    }
}
.theme-shoptimizer:not(.cgkit-gallery-type-swiper).single-product .commercekit-sticky-add-to-cart + .summary.entry-summary {
    padding: 1px !important;
}
.widget_product_categories ul .children,.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
    background-color: #f1f1f1;
    padding: 3px;
}
.widget .widget-title,.widget .widgettitle,.widget.widget_block h2 {
    font-family: Titillium Web;
    font-weight: 600;
    color: #fc3802;
    font-size: 16px;
    text-transform: uppercase;
}
.sbx-btn-solicitar-profesional {
    font-weight: 600;
}
.onsale {
    display: none;
}
.single-product .site-content .col-full {
    background-color: #ffffff !important;
}
.woocommerce-message {
    background-color: #feba1f;
    color: #000000 !important;
}
@media (min-width: 993px) {
    .pdp-g-skinny .product .woocommerce-product-gallery,.pdp-g-skinny .product .product-details-wrapper .images {
        padding: 5px;
    }
}
.shoptimizer-cart .cart-contents span {
    font-family: Roboto Condensed;
    font-size: 16px;
}
.widget .widget-title,.widget .widgettitle,.widget.widget_block h2 {
    font-weight: 600;
    color: #262a30;
}
.widget-area .widget a {
    color: #484848;
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
.kit-list__name {
    font-weight: 700;
}
.kit-list__units {
    font-weight: 700;
}
.kit-list__title {
    display: none;
}
/*
 * =========================================================
 * SOLARBEX - FICHA TÃ‰CNICA
 * =========================================================
 */
.solarbex-ficha-tecnica {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}
/* TÃ­tulos */
.solarbex-ficha-tecnica h2,.solarbex-ficha-tecnica h3,.solarbex-ficha-tecnica h4 {
    margin: 28px 0 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #222;
}
.solarbex-ficha-tecnica h2 {
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}
.solarbex-ficha-tecnica h3 {
    font-size: 18px;
}
/* Tablas */
.solarbex-ficha-tecnica table {
    width: 100%;
    margin: 15px 0 25px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}
/* Celdas */
.solarbex-ficha-tecnica table th,.solarbex-ficha-tecnica table td {
    padding: 13px 16px;
    text-align: left;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #eee;
}
/* Primera columna */
.solarbex-ficha-tecnica table th {
    width: 38%;
    font-weight: 600;
    color: #222;
    background: #f7f7f7;
}
/* Filas alternas */
.solarbex-ficha-tecnica table tr:nth-child(even) td {
    background: #fafafa;
}
/* Ãšltima fila sin borde */
.solarbex-ficha-tecnica table tr:last-child th,.solarbex-ficha-tecnica table tr:last-child td {
    border-bottom: 0;
}
/* Hover sutil */
.solarbex-ficha-tecnica table tr:hover td,.solarbex-ficha-tecnica table tr:hover th {
    background: #f4f4f4;
}
/* Listas */
.solarbex-ficha-tecnica ul,.solarbex-ficha-tecnica ol {
    margin: 12px 0 20px 22px;
}
.solarbex-ficha-tecnica li {
    margin-bottom: 7px;
}
/* Enlaces */
.solarbex-ficha-tecnica a {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* ImÃ¡genes */
.solarbex-ficha-tecnica img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
/*
 * =========================================================
 * MÃ“VIL
 * =========================================================
 */
@media (max-width: 767px) {
    .solarbex-ficha-tecnica {
        font-size: 14px;
    }
    .solarbex-ficha-tecnica table {
        border-radius: 6px;
    }
    .solarbex-ficha-tecnica table th,.solarbex-ficha-tecnica table td {
        padding: 11px 12px;
    }
    .solarbex-ficha-tecnica table th {
        width: 45%;
    }
}
/*
 * =========================================
 * VALORACIONES â€” ESTILO AMAZON COMPACTO
 * =========================================
 */
/* TÃ­tulo */
.single-product #reviews .woocommerce-Reviews-title {
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    color: #0f1111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}
/* Lista */
.single-product #reviews .commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Cada valoraciÃ³n */
.single-product #reviews .commentlist > li {
    margin: 0 !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #e7e7e7;
    background-color: #e9e9e9;
    border-radius: 10px;
}
/* Eliminar imÃ¡genes y avatares */
.single-product #reviews .comment_container > img,.single-product #reviews img.avatar,.single-product #reviews .avatar {
    display: none !important;
}
/* Contenedor en una sola lÃ­nea */
.single-product #reviews .comment-text {
    display: grid;
    grid-template-columns: max-content max-content minmax(150px, 1fr);
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
/* Estrellas */
.single-product #reviews .star-rating {
    float: none !important;
    margin: 0 !important;
    color: #ffa41c;
    font-size: 16px;
    letter-spacing: 1px;
}
.single-product #reviews .star-rating::before {
    color: #d5d5d5;
}
.single-product #reviews .star-rating span::before {
    color: #ffa41c;
}
/* Autor y fecha */
.single-product #reviews .meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 !important;
    white-space: nowrap;
    color: #565959;
    font-size: 13px;
    line-height: 1.4;
}
/* Nombre */
.single-product #reviews .woocommerce-review__author {
    color: #0f1111;
    font-size: 14px;
    font-weight: 700;
}
/* Eliminar iconos anteriores */
.single-product #reviews .woocommerce-review__author::before,.single-product #reviews .woocommerce-review__author::after {
    display: none !important;
    content: none !important;
}
/* Guion */
.single-product #reviews .woocommerce-review__dash {
    color: #888;
}
/* Fecha */
.single-product #reviews .woocommerce-review__published-date {
    color: #565959;
    font-size: 12px;
}
/* Comentario */
.single-product #reviews .description {
    margin: 0 !important;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 1px solid #d5d9d9;
    background: transparent;
    color: #0f1111;
    font-size: 14px;
    line-height: 1.5;
}
.single-product #reviews .description p {
    margin: 0;
}
/* Propietario verificado */
.single-product #reviews .woocommerce-review__verified {
    display: inline-block;
    color: #c45500;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}
/* MÃ³vil: se divide en dos lÃ­neas para evitar desbordamiento */
@media (max-width: 767px) {
    .single-product #reviews .comment-text {
        grid-template-columns: max-content 1fr;
        gap: 8px 10px;
    }
    .single-product #reviews .description {
        grid-column: 1 / -1;
        padding: 8px 0 0;
        border: 0;
    }
    .single-product #reviews .meta {
        flex-wrap: wrap;
        white-space: normal;
    }
    .single-product #reviews .woocommerce-Reviews-title {
        font-size: 18px;
    }
}
/* Corregir la alineaciÃ³n visual de las estrellas */
.single-product #reviews .comment-text > .star-rating {
    position: relative !important;
    top: -4px !important;
    align-self: center !important;
    margin: 0 !important;
}
/* Normalizar el interior de las estrellas */
.single-product #reviews .star-rating::before,.single-product #reviews .star-rating span::before {
    top: 0 !important;
    line-height: 1 !important;
}
.sbx-prof-iva-label, .sbx-prof-iva-label-cart{
    padding: 0;
    color: #696969;
    font-weight: 100;
    text-transform: uppercase;
}





}
.sbx-prof-iva-aviso {
    margin: 15px 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff3ee;
    border: 1px solid #ffb199;
    color: #74331f;
    font-size: 14px;
    font-weight: 600;
}
.sbx-prof-iva-aviso-checkout th {
    padding: 12px 14px !important;
    background: #fff3ee;
    color: #74331f;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}
.sbx-form-instalador-v6 {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.sbx-form-section {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #edf0f4;
}
.sbx-form-section:last-of-type {
    border-bottom: none;
    margin-bottom: 18px;
    padding-bottom: 0;
}
.sbx-form-section h3 {
    margin: 0 0 18px 0;
    font-size: 20px;
    line-height: 1.3;
    color: #26364f;
}
.sbx-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.sbx-form-instalador-v6 p {
    margin: 0;
}
.sbx-form-instalador-v6 label {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 14px;
    color: #26364f;
}
.sbx-form-instalador-v6 input[type="text"],.sbx-form-instalador-v6 input[type="email"],.sbx-form-instalador-v6 input[type="url"],.sbx-form-instalador-v6 input[type="password"],.sbx-form-instalador-v6 select {
    width: 100%;
    border: 1px solid #d7e0ec;
    border-radius: 10px;
    padding: 4px;
    font-size: 15px;
    background: #f8fafc;
}
.sbx-form-instalador-v6 input[readonly] {
    background: #eeeeee;
    color: #666666;
    cursor: not-allowed;
}
.sbx-form-instalador-v6 input:focus,.sbx-form-instalador-v6 select:focus {
    outline: none;
    border-color: #ff3800;
    background: #ffffff;
}
.sbx-form-full {
    grid-column: 1 / -1;
}
.sbx-password-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.sbx-password-wrap input[type="password"],.sbx-password-wrap input[type="text"] {
    padding-right: 48px !important;
}
.sbx-toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
    color: #3f516d;
}
.sbx-toggle-password:hover {
    color: #ff3800;
}
.sbx-password-help {
    margin-top: -8px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f4f7fb;
    color: #3f516d;
    font-size: 13px;
    font-weight: 600;
}
.sbx-password-error {
    margin-top: -8px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fdecec;
    color: #991b1b;
    border: 1px solid #f5b5b5;
    font-size: 13px;
    font-weight: 700;
}
.sbx-privacy {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin: 22px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #3f516d;
}
.sbx-privacy input {
    margin-top: 4px;
    flex-shrink: 0;
}
.sbx-privacy a {
    color: #ff3800;
    font-weight: 700;
}
.sbx-btn-instalador {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 15px 22px;
    background: #ff3800;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}
.sbx-btn-instalador:hover {
    background: #d92f00;
    transform: translateY(-1px);
}
.sbx-inst-alert {
    max-width: 920px;
    margin: 0 auto 18px auto;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}
.sbx-inst-ok {
    background: #e9f8ef;
    color: #166534;
    border: 1px solid #b7ebc6;
}
.sbx-inst-error {
    background: #fdecec;
    color: #991b1b;
    border: 1px solid #f5b5b5;
}
.sbx-hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.sbx-form-instalador-v6.sbx-form-loading {
    opacity: .75;
    pointer-events: none;
}
.sbx-form-submit-message {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #f4f7fb;
    color: #3f516d;
    font-size: 14px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .sbx-form-instalador-v6 {
        padding: 22px;
    }
    .sbx-form-grid {
        grid-template-columns: 1fr;
    }
    .sbx-form-section h3 {
        font-size: 18px;
    }
}
.solarbex-reserva-box {
    position: relative;
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 28px 30px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e5e7eb;
    border-left: 6px solid #f59e0b;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.10);
    overflow: hidden;
}
.solarbex-reserva-box::before {
    content: "";
    position: absolute;
    top: -45px;
    right: -45px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.12);
    z-index: 0;
}
.solarbex-reserva-box > * {
    position: relative;
    z-index: 2;
}
.solarbex-reserva-box h3 {
    margin: 0 0 12px 0;
    padding-right: 160px;
    color: #111827;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 600;
}
.solarbex-reserva-box > p:first-of-type {
    max-width: 720px;
    margin-bottom: 22px;
    color: #374151;
    font-size: 15px;
    line-height: 2;
}
.solarbex-reserva-form {
    display: block;
    max-width: 620px;
}
.solarbex-reserva-field {
    margin-bottom: 15px;
}
.solarbex-reserva-field label {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
}
.solarbex-reserva-field input[type="email"] {
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    font-size: 15px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.03);
    transition: all .2s ease;
}
.solarbex-reserva-field input[type="email"]:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.20);
    outline: none;
}
.solarbex-reserva-privacy {
    margin: 12px 0 8px 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.5;
}
.solarbex-reserva-privacy input[type="checkbox"] {
    margin-right: 7px;
    transform: translateY(1px);
}
.solarbex-reserva-privacy a {
    color: #111827;
    font-weight: 700;
    text-decoration: underline;
}
.solarbex-reserva-help {
    margin: 8px 0 18px 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.45;
}
.solarbex-reserva-submit,.solarbex-reserva-box .button.solarbex-reserva-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: none;
    border-radius: 0px;
    background: #f59e0b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.28);
    transition: all .2s ease;
}
.solarbex-reserva-submit:hover,.solarbex-reserva-box .button.solarbex-reserva-submit:hover {
    background: #d97706;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(217, 119, 6, 0.32);
}
.solarbex-reserva-loop-button {
    background: #f59e0b !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 0px !important;
}
.solarbex-reserva-loop-button:hover {
    background: #d97706 !important;
    color: #ffffff !important;
}
.solarbex-reserva-stock {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-weight: 700;
    font-size: 13px;
}
@media (max-width: 768px) {
    .solarbex-reserva-box {
        padding: 24px 20px;
        border-radius: 12px;
    }
    .solarbex-reserva-box::after {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        margin-bottom: 14px;
    }
    .solarbex-reserva-box h3 {
        padding-right: 0;
        font-size: 21px;
    }
    .solarbex-reserva-box h3::before {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
    .solarbex-reserva-submit,.solarbex-reserva-box .button.solarbex-reserva-submit {
        width: 100%;
    }
}
.sbx-giro-mi-cuenta-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 0 0 18px 0;
    padding: 22px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.sbx-giro-mi-cuenta-icono {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff3ee;
    color: #ff3800;
}
.sbx-giro-mi-cuenta-label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #64748b;
}
.sbx-giro-mi-cuenta-contenido h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    line-height: 1.3;
    color: #26364f;
}
.sbx-giro-mi-cuenta-contenido p {
    margin: 0 0 14px 0;
    color: #3f516d;
    font-size: 15px;
    line-height: 1.5;
}
.sbx-giro-disponibilidad {
    display: inline-block;
    margin: 6px 0 12px 0;
    padding: 9px 12px;
    border-radius: 8px;
    background: #f4f7fb;
    border: 1px solid #d7e0ec;
    color: #26364f;
    font-size: 14px;
}
.sbx-giro-disponibilidad.sbx-giro-activo {
    background: #e9f8ef;
    border-color: #bfe8ca;
    color: #166534;
}
.sbx-giro-no-disponible {
    color: #b32d2e;
    font-weight: 700;
}
.sbx-giro-solicitud-pendiente {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff8e5;
    border: 1px solid #f1d38b;
    color: #7a5a00 !important;
    font-weight: 700;
}
.sbx-btn-solicitar-giro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 9px;
    border: 0;
    background: #ff3800;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}
.sbx-btn-solicitar-giro:hover {
    background: #d92f00;
    transform: translateY(-1px);
}
@media (max-width: 768px) {
    .sbx-giro-mi-cuenta-box {
        flex-direction: column;
        padding: 20px;
    }
}
.sbx-etiqueta-precio-profesional {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #2e792c;
    line-height: 1.3;
}
.sbx-precio-por-definir {
    display: inline-block;
    margin-top: 5px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #fff3ee;
    color: #ff3800;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}
.sbx-producto-no-profesional {
    margin: 18px 0;
    padding: 14px 16px;
    border-radius: 8px;
    background: #fff3ee;
    border: 1px solid #ffb199;
    color: #74331f;
    font-size: 14px;
    font-weight: 600;
}
/*
 * =====================================================
 * MENÃš PRINCIPAL SHOPTIMIZER
 * - Hover naranja
 * - Sin subrayado
 * - CategorÃ­a activa naranja
 * - SubcategorÃ­a activa naranja
 * - CategorÃ­a padre activa naranja
 * =====================================================
 */
/*
 * -----------------------------------------------------
 * ENLACES DEL MENÃš
 * -----------------------------------------------------
 */
#site-navigation .menu a.cg-menu-link,#site-navigation .menu a.cg-menu-link span {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: color 0.18s ease;
}
/*
 * -----------------------------------------------------
 * HOVER - COLOR NARANJA
 * -----------------------------------------------------
 */
#site-navigation .menu a.cg-menu-link:hover,#site-navigation .menu a.cg-menu-link:hover span {
    color: #fc3801 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
/*
 * -----------------------------------------------------
 * ELEMENTO ACTUAL DEL MENÃš
 * -----------------------------------------------------
 */
#site-navigation .menu li.current-menu-item > a.cg-menu-link,#site-navigation .menu li.current-menu-item > a.cg-menu-link span {
    color: #fc3801 !important;
}
/*
 * -----------------------------------------------------
 * CATEGORÃA PADRE ACTIVA
 * Ejemplo:
 * estÃ¡s dentro de BaterÃ­as de Litio
 * y tambiÃ©n se marca "BaterÃ­as"
 * -----------------------------------------------------
 */
#site-navigation .menu li.current-menu-parent > a.cg-menu-link,#site-navigation .menu li.current-menu-parent > a.cg-menu-link span,#site-navigation .menu li.current-menu-ancestor > a.cg-menu-link,#site-navigation .menu li.current-menu-ancestor > a.cg-menu-link span {
    color: #fc3801 !important;
}
/*
 * -----------------------------------------------------
 * CLASES DE WORDPRESS PARA TAXONOMÃAS / CATEGORÃAS
 * -----------------------------------------------------
 */
#site-navigation .menu li.current-product_cat-ancestor > a.cg-menu-link,#site-navigation .menu li.current-product_cat-ancestor > a.cg-menu-link span,#site-navigation .menu li.current-product_cat-parent > a.cg-menu-link,#site-navigation .menu li.current-product_cat-parent > a.cg-menu-link span {
    color: #fc3801 !important;
}
/*
 * =====================================================
 * SHOPTIMIZER - MENÃš PRINCIPAL
 * Hover naranja SIN lÃ­nea inferior
 * Activo naranja
 * =====================================================
 */
/* Enlaces normales */
#site-navigation .menu-primary-menu-container > ul > li > a {
    text-decoration: none !important;
}
/* Texto normal */
#site-navigation .menu-primary-menu-container > ul > li > a span {
    text-decoration: none !important;
    box-shadow: none !important;
}
/* HOVER - naranja */
#site-navigation .menu-primary-menu-container > ul > li:hover > a,#site-navigation .menu-primary-menu-container > ul > li:hover > a span {
    color: #fc3801 !important;
    text-decoration: none !important;
}
/*
 * =====================================================
 * QUITAR LA LÃNEA DE SHOPTIMIZER
 * ESTE ES EL SELECTOR IMPORTANTE
 * =====================================================
 */
body #site-navigation .menu-primary-menu-container > ul > li > a > span::before,body #site-navigation .menu-primary-menu-container > ul > li > a > span:before {
    content: none !important;
    display: none !important;
    border: 0 !important;
    border-width: 0 !important;
    border-color: transparent !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    transform: none !important;
    box-shadow: none !important;
}
/* TambiÃ©n forzarlo especÃ­ficamente al hacer hover */
body #site-navigation .menu-primary-menu-container > ul > li:hover > a > span::before,body #site-navigation .menu-primary-menu-container > ul > li:hover > a > span:before {
    content: none !important;
    display: none !important;
    border: 0 !important;
    border-color: transparent !important;
    width: 0 !important;
    opacity: 0 !important;
}
/*
 * =====================================================
 * CATEGORÃA ACTIVA EN NARANJA
 * =====================================================
 */
#site-navigation .menu-primary-menu-container > ul > li.current-menu-item > a,#site-navigation .menu-primary-menu-container > ul > li.current-menu-item > a span,#site-navigation .menu-primary-menu-container > ul > li.current-menu-parent > a,#site-navigation .menu-primary-menu-container > ul > li.current-menu-parent > a span,#site-navigation .menu-primary-menu-container > ul > li.current-menu-ancestor > a,#site-navigation .menu-primary-menu-container > ul > li.current-menu-ancestor > a span,#site-navigation .menu-primary-menu-container > ul > li.current-product_cat-parent > a,#site-navigation .menu-primary-menu-container > ul > li.current-product_cat-parent > a span,#site-navigation .menu-primary-menu-container > ul > li.current-product_cat-ancestor > a,#site-navigation .menu-primary-menu-container > ul > li.current-product_cat-ancestor > a span {
    color: #fc3801 !important;
}
/*
 * =====================================================
 * SUBMENÃš
 * =====================================================
 */
#site-navigation .sub-menu li > a {
    text-decoration: none !important;
}
/* Hover submenÃº */
#site-navigation .sub-menu li:hover > a,#site-navigation .sub-menu li:hover > a span {
    color: #fc3801 !important;
    text-decoration: none !important;
}
/* SubcategorÃ­a activa */
#site-navigation .sub-menu li.current-menu-item > a,#site-navigation .sub-menu li.current-menu-item > a span {
    color: #fc3801 !important;
}
/* Quitar cualquier pseudo-elemento de lÃ­nea del submenÃº */
#site-navigation .sub-menu li > a span::before,#site-navigation .sub-menu li > a span::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    box-shadow: none !important;
}
/* TransiciÃ³n suave del color */
#site-navigation a.cg-menu-link,#site-navigation a.cg-menu-link span {
    transition: color 0.18s ease !important;
}
.single-product div.product .summary .price {
    margin-bottom: 10px;
}
.single-product div.product .summary .dgd-delivery-estimate-box {
    display: block !important;
    clear: both !important;
    width: 100% !important;
    margin: 13px 0 0px 0 !important;
    padding: 6px 14px !important;
    background: #4e4e4e !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    box-sizing: border-box !important;
}
.single-product div.product .summary .dgd-delivery-estimate-icon {
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
    vertical-align: top;
}
.single-product div.product .summary .dgd-delivery-estimate-text {
    display: inline;
}
@media (max-width: 767px) {
    .single-product div.product .summary .dgd-delivery-estimate-box {
        font-size: 14px !important;
        padding: 10px 12px !important;
        margin: 10px 0 -10px 0 !important;
    }
}
.wcv-message {
    display: block;
    padding: 10px 0px;
    background: #ffffff;
    border-radius: 10px;
    color: #4f4f4f;
    width: 100%;
    transition: transform 0.5s ease;
    width: fit-content;
    margin: 0px 0px;
    font-size: 15px;
    color: #fc3802;
    font-weight: 600;
}
.sbx-mi-cuenta-tipo-cliente {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 0 0 28px 0;
    padding: 22px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.sbx-tipo-cliente-icono {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbx-es-profesional .sbx-tipo-cliente-icono {
    background: #e9f8ef;
    color: #166534;
}
.sbx-es-particular .sbx-tipo-cliente-icono {
    background: #fff3ee;
    color: #ff3800;
}
.sbx-tipo-cliente-label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #64748b;
}
.sbx-tipo-cliente-contenido h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    line-height: 1.3;
    color: #26364f;
}
.sbx-tipo-cliente-contenido p {
    margin: 0 0 14px 0;
    color: #3f516d;
    font-size: 15px;
    line-height: 1.5;
}
.sbx-btn-solicitar-profesional {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 9px;
    background: #ff3800;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease;
}
.sbx-btn-solicitar-profesional:hover {
    background: #d92f00;
    transform: translateY(-1px);
}
@media (max-width: 768px) {
    .sbx-mi-cuenta-tipo-cliente {
        flex-direction: column;
        padding: 20px;
    }
    .sbx-tipo-cliente-icono {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
}
.sbx-btn-llamada {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 5px;
    background: #3f516d;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: all .2s ease;
}
.sbx-btn-llamada:hover {
    background: #34435a;
    color: #ffffff !important;
    transform: translateY(-1px);
}
.sbx-btn-llamada-icono {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbx-btn-llamada svg {
    display: block;
}
@media (max-width: 768px) {
    .sbx-btn-llamada {
        width: 100%;
        padding: 14px 18px;
        font-size: 16px;
    }
}
.woocommerce-billing-fields__field-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}
.woocommerce-billing-fields__field-wrapper .form-row {
    float: none !important;
    clear: none !important;
    margin: 0 !important;
}
.woocommerce-billing-fields__field-wrapper .dgd-100 {
    width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper .dgd-50 {
    width: calc(50% - 5px) !important;
}
.woocommerce-billing-fields__field-wrapper .dgd-33 {
    width: calc(33.333% - 7px) !important;
}
/* Ocultar labels; PaÃ­s permanece visible */
#billing_email_field>label,#billing_first_name_field>label,#billing_last_name_field>label,#billing_company_field>label,.dgd-nif>label,#billing_eu_vat_number_field>label,#billing_phone_field>label,#billing_address_1_field>label,#billing_postcode_field>label,#billing_city_field>label,#billing_state_field>label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
}
/* Ocultar cupÃ³n original */
.woocommerce-form-coupon-toggle {
    display: none !important;
}
/* CupÃ³n encima de Tu pedido / A sua encomenda */
.dgd-coupon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 22px 0 18px;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.dgd-coupon span,.dgd-coupon small {
    width: 100%;
}
.dgd-coupon span {
    font-size: 13px;
    font-weight: 600;
}
.dgd-coupon input {
    flex: 1;
    min-width: 0;
    margin: 0 !important;
}
.dgd-coupon .button {
    margin: 0 !important;
}
.dgd-coupon small {
    display: none;
    font-size: 12px;
    color: #b42318;
}
.dgd-coupon small:not(:empty) {
    display: block;
}
.dgd-coupon small.ok {
    color: #26813b;
}
/* MÃ³vil: una columna */
@media (max-width:767px) {
    .woocommerce-billing-fields__field-wrapper {
        display: block !important;
    }
    .woocommerce-billing-fields__field-wrapper .dgd-100,.woocommerce-billing-fields__field-wrapper .dgd-50,.woocommerce-billing-fields__field-wrapper .dgd-33 {
        width: 100% !important;
        margin-bottom: 8px !important;
    }
}
/* Selector de idiomas Polylang */
.top-bar-left.widget_polylang > ul {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
/* Eliminar puntos y espacios de la lista */
.top-bar-left.widget_polylang > ul > li {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    line-height: 1;
}
.top-bar-left.widget_polylang > ul > li::before,.top-bar-left.widget_polylang > ul > li::marker {
    display: none !important;
    content: "" !important;
}
/* Enlaces de idiomas */
.top-bar-left.widget_polylang a {
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 1;
    text-decoration: none;
}
/* TamaÃ±o de las banderas */
.top-bar-left.widget_polylang img {
    display: block;
    width: 22px !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 2px;
}
/* Destacar ligeramente el idioma actual */
.top-bar-left.widget_polylang .current-lang img {
    outline: 1px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}
.solarbex-payment-methods {
    clear: both;
    width: 100%;
    margin: 12px 0 18px;
}
.solarbex-payment-methods img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
}
.dgd-product-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}
.dgd-product-trust-item {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.dgd-product-trust-item::before,.dgd-product-trust-item::marker {
    display: none !important;
    content: "" !important;
}
.dgd-product-trust-card {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    min-height: 76px;
    padding: 12px;
    color: #253047;
    background: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    box-sizing: border-box;
}
.dgd-product-trust-icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #3f516d;
    background: #f1f3f6;
    border-radius: 50%;
}
.dgd-product-trust-icon svg {
    display: block;
    width: 25px;
    height: 25px;
}
.dgd-product-trust-content {
    display: block;
    min-width: 0;
}
.dgd-product-trust-title {
    display: block;
    margin: 0 0 3px;
    color: #253047;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}
.dgd-product-trust-text {
    display: block;
    color: #657083;
    font-size: 12.5px;
    line-height: 1.35;
}
.dgd-product-trust-contact {
    position: relative;
    padding-right: 34px;
    color: #253047;
    background: #f4fbf6;
    border-color: #badfc4;
    text-decoration: none !important;
    transition: border-color 0.18s ease,box-shadow 0.18s ease,transform 0.18s ease;
}
.dgd-product-trust-contact .dgd-product-trust-icon {
    color: #168c45;
    background: #e0f5e7;
}
.dgd-product-trust-contact:hover {
    color: #253047;
    border-color: #75bd89;
    box-shadow: 0 5px 14px rgba(28, 108, 58, 0.12);
    transform: translateY(-1px);
}
.dgd-product-trust-contact:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.3);
    outline-offset: 2px;
}
.dgd-product-trust-arrow {
    position: absolute;
    top: 50%;
    right: 13px;
    color: #168c45;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
}
@media (max-width: 520px) {
    .dgd-product-trust {
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 15px 0;
    }
    .dgd-product-trust-card {
        min-height: 68px;
        padding: 10px 12px;
    }
    .dgd-product-trust-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }
    .dgd-product-trust-title {
        font-size: 13.5px;
    }
    .dgd-product-trust-text {
        font-size: 12px;
    }
}
h1.woocommerce-products-header__title {
    font-size: 26px !important;
}
/*
 *
 * Elimina completamente la imagen y los fondos
 * del encabezado de categorÃ­as de Shoptimizer.
 */
.tax-product_cat header.woocommerce-products-header {
    min-height: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}
.tax-product_cat header.woocommerce-products-header::before,.tax-product_cat header.woocommerce-products-header::after {
    display: none !important;
    background: transparent !important;
    background-image: none !important;
}
/*
 *
 * Oculta Ãºnicamente la imagen grande de la categorÃ­a actual.
 * No afecta a las miniaturas de nuestros bloques.
 */
.tax-product_cat .content-area header.woocommerce-products-header > img,.tax-product_cat header.woocommerce-products-header > img {
    display: none !important;
}
.tax-product_cat header.woocommerce-products-header .term-description {
    width: 100% !important;
    max-width: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}
/*
 *
 * NavegaciÃ³n superior.
 */
.sbx-child-navigation {
    order: -1;
    width: 100%;
    margin: 6px 0 14px;
    padding: 0;
    background: transparent !important;
}
/*
 *
 * Escritorio:
 * todas las hijas en una Ãºnica fila y mismo ancho.
 */
.sbx-child-grid {
    display: grid;
    grid-template-columns: repeat(
				var(--sbx-total),
				minmax(0, 1fr)
			);
    gap: 7px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    list-style: none !important;
}
.sbx-child-item {
    display: flex;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    list-style: none !important;
}
/*
 *
 * Bloque compacto y totalmente transparente.
 */
.sbx-child-card {
    display: grid;
    grid-template-rows: 39px minmax(25px, auto);
    align-items: center;
    justify-items: center;
    gap: 2px;
    width: 100%;
    height: 86px;
    padding: 7px 5px 6px;
    overflow: hidden;
    border: 1px solid rgba(18, 25, 36, 0.15);
    border-radius: 7px;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: inherit !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04),0 3px 8px rgba(16, 24, 40, 0.065);
    text-align: center;
    text-decoration: none !important;
}
.sbx-child-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 39px;
    background: transparent !important;
}
.sbx-child-image {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 41px !important;
    max-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
}
.sbx-child-placeholder {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.sbx-child-name {
    display: -webkit-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: clamp(9px, 0.85vw, 12px);
    font-weight: 650;
    line-height: 1.12;
    text-align: center;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*
 *
 * Elimina cualquier hover heredado del tema.
 */
.sbx-child-card:hover,.sbx-child-card:active,.sbx-child-card:visited {
    border-color: rgba(18, 25, 36, 0.15);
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: inherit !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04),0 3px 8px rgba(16, 24, 40, 0.065);
    text-decoration: none !important;
    transform: none !important;
}
.sbx-child-card:focus {
    outline: none;
}
.sbx-child-card:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
/*
 *
 * Tablet: cuatro bloques por fila.
 */
@media (max-width: 900px) {
    .sbx-child-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }
    .sbx-child-card {
        height: 82px;
    }
}
/*
 *
 * MÃ³vil:
 * cuadrÃ­cula pequeÃ±a, sin carrusel.
 */
@media (max-width: 520px) {
    .sbx-child-navigation {
        margin: 4px 0 10px;
    }
    .sbx-child-grid {
        grid-template-columns: repeat(
					auto-fit,
					minmax(91px, 1fr)
				);
        gap: 5px;
        overflow: visible;
    }
    .sbx-child-card {
        height: 74px;
        grid-template-rows: 31px minmax(25px, auto);
        gap: 1px;
        padding: 5px 3px 4px;
        border-radius: 6px;
        background: transparent !important;
        box-shadow: 0 1px 2px rgba(16, 24, 40, 0.035),0 2px 6px rgba(16, 24, 40, 0.055);
    }
    .sbx-child-media {
        height: 31px;
    }
    .sbx-child-image {
        max-width: 34px !important;
        max-height: 30px !important;
    }
    .sbx-child-placeholder {
        width: 27px;
        height: 27px;
    }
    .sbx-child-name {
        font-size: 9.5px;
        line-height: 1.08;
        -webkit-line-clamp: 3;
    }
    .sbx-child-card:hover,.sbx-child-card:active,.sbx-child-card:visited {
        background: transparent !important;
        box-shadow: 0 1px 2px rgba(16, 24, 40, 0.035),0 2px 6px rgba(16, 24, 40, 0.055);
    }
}
@media (max-width: 360px) {
    .sbx-child-grid {
        grid-template-columns: repeat(
					auto-fit,
					minmax(84px, 1fr)
				);
        gap: 4px;
    }
    .sbx-child-card {
        height: 72px;
    }
    .sbx-child-name {
        font-size: 9px;
    }
}
/*
 * =========================================================
 * SOLARBEX - DESCRIPCIÃ“N DE CATEGORÃA DEBAJO DE SUBCATEGORÃAS
 * WooCommerce + Shoptimizer
 * =========================================================
 */
body.tax-product_cat .woocommerce-products-header {
    display: block !important;
    width: 100%;
}
/* NavegaciÃ³n de subcategorÃ­as */
body.tax-product_cat .woocommerce-products-header .sbx-child-navigation {
    display: block;
    width: 100%;
    max-width: 100%;
    clear: both;
}
/* DescripciÃ³n de la categorÃ­a */
body.tax-product_cat .woocommerce-products-header .term-description {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    clear: both;
    float: none !important;
    margin-top: 25px;
    margin-bottom: 25px;
}
/* Evitamos que el pÃ¡rrafo herede anchos extraÃ±os */
body.tax-product_cat .woocommerce-products-header .term-description p {
    display: block;
    width: 100%;
    margin-top: 0;
}
header.woocommerce-products-header .term-description {
    padding: 0em;
}
header.woocommerce-products-header {
    margin-bottom: 0;
}
/*
 * SOLARBEX - CSS categorÃ­as WooCommerce SEO v5.0
 *
 * Pegar en Apariencia > Personalizar > CSS adicional,
 * en la hoja de estilos del tema hijo o en un snippet CSS.
 */
:root {
    --sbx-catseo-text: #20242a;
    --sbx-catseo-muted: #5f6772;
    --sbx-catseo-border: #e7e9ed;
    --sbx-catseo-soft-2: #fbfbfc;
    --sbx-catseo-accent: #fc3801;
}
body.tax-product_cat .woocommerce-products-header {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
}
body.tax-product_cat .woocommerce-products-header .sbx-child-navigation,body.tax-product_cat .woocommerce-products-header .term-description {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
}
body.tax-product_cat .woocommerce-products-header .term-description {
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 1.72;
}
body.tax-product_cat .woocommerce-products-header .term-description p {
    display: block;
    width: 100%;
    margin-top: 0;
    font-size: 15px;
}
.sbx-catseo-bottom {
    display: block;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 72px 0 0;
    padding: 0 0 72px;
    background: #fff;
}
.sbx-catseo-bottom,.sbx-catseo-bottom *,.sbx-catseo-bottom *::before,.sbx-catseo-bottom *::after {
    box-sizing: border-box;
}
.sbx-catseo-bottom__inner {
    display: block;
    clear: both;
    width: 100%;
}
.sbx-catseo-hero {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 0 52px;
    padding: 0;
    background: #f2f3f5;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(24, 31, 40, .07);
    max-height: 400px;
}
.sbx-catseo-hero__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: inherit;
}
.sbx-catseo-editorial {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 48px 52px;
    overflow: hidden;
    background: linear-gradient(135deg, #fbfbfc 0%, #f6f7f9 100%);
    border: 1px solid var(--sbx-catseo-border);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(23, 31, 42, .035);
}
.sbx-catseo-editorial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 4px;
    background: var(--sbx-catseo-accent);
    border-radius: 0 0 4px 0;
}
.sbx-catseo-below-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 72px;
    column-gap: 72px;
    -webkit-column-rule: 1px solid rgba(31, 39, 50, .10);
    column-rule: 1px solid rgba(31, 39, 50, .10);
    -webkit-column-fill: balance;
    column-fill: balance;
}
.sbx-catseo-below-content .below-category-content,.sbx-catseo-below-content .below-content,.sbx-catseo-below-content .term-description,.sbx-catseo-below-content .product-category-description,.sbx-catseo-below-content .shoptimizer-category-description,.sbx-catseo-below-content .col-full,.sbx-catseo-below-content > div {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.sbx-catseo-below-content h2,.sbx-catseo-below-content h3,.sbx-catseo-below-content h4 {
    color: var(--sbx-catseo-text);
    text-wrap: balance;
    -webkit-column-break-after: avoid;
    break-after: avoid-column;
    page-break-after: avoid;
}
.sbx-catseo-below-content h2 {
    margin: 32px 0 15px;
    font-size: clamp(19px, 1.2vw, 25px);
    line-height: 1.24;
    letter-spacing: -.025em;
    font-weight: 600;
}
.sbx-catseo-below-content h2:first-child,.sbx-catseo-below-content >:first-child {
    margin-top: 0;
}
.sbx-catseo-below-content h3 {
    margin: 27px 0 11px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}
.sbx-catseo-below-content h4 {
    margin: 23px 0 10px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}
.sbx-catseo-below-content p {
    margin: 0 0 18px;
    color: var(--sbx-catseo-muted);
    font-size: 15px;
    line-height: 1.9;
    text-wrap: pretty;
}
.sbx-catseo-below-content strong {
    color: var(--sbx-catseo-text);
    font-weight: 700;
}
.sbx-catseo-below-content a {
    font-weight: 650;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.sbx-catseo-below-content ul,.sbx-catseo-below-content ol {
    margin: 18px 0 24px;
    padding-left: 23px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
}
.sbx-catseo-below-content li {
    margin-bottom: 9px;
    color: var(--sbx-catseo-muted);
    line-height: 1.68;
}
.sbx-catseo-below-content figure,.sbx-catseo-below-content img,.sbx-catseo-below-content table,.sbx-catseo-below-content blockquote {
    max-width: 100%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
}
.sbx-catseo-faq {
    display: block;
    clear: both;
    width: 100%;
    margin: 68px 0 0;
}
.sbx-catseo-faq__header {
    margin-bottom: 28px;
}
.sbx-catseo-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 5px 11px;
    color: #fff;
    background: var(--sbx-catseo-accent);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.sbx-catseo-faq__header h2 {
    margin: 0;
    max-width: 850px;
    color: var(--sbx-catseo-text);
    font-size: clamp(23px, 2vw, 32px);
    line-height: 1.22;
    letter-spacing: -.03em;
    font-weight: 600;
    text-wrap: balance;
}
.sbx-catseo-faq__list {
    display: grid;
    gap: 12px;
}
.sbx-catseo-faq__item {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--sbx-catseo-border);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(23, 31, 42, .025);
    transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.sbx-catseo-faq__item:hover {
    border-color: #d7dbe1;
    box-shadow: 0 9px 24px rgba(23, 31, 42, .06);
    transform: translateY(-1px);
}
.sbx-catseo-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 59px;
    padding: 10px 15px;
    cursor: pointer;
    list-style: none;
    color: var(--sbx-catseo-text);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    user-select: none;
}
.sbx-catseo-faq__question::-webkit-details-marker {
    display: none;
}
.sbx-catseo-faq__question::marker {
    display: none;
    content: "";
}
.sbx-catseo-faq__icon {
    position: relative;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background: #f3f4f6;
    border-radius: 50%;
    transition: background-color .2s ease,transform .2s ease;
}
.sbx-catseo-faq__icon::before,.sbx-catseo-faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: var(--sbx-catseo-text);
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}
.sbx-catseo-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.sbx-catseo-faq__item[open] {
    border-color: #d8dce2;
    box-shadow: 0 10px 26px rgba(23, 31, 42, .055);
}
.sbx-catseo-faq__item[open] .sbx-catseo-faq__question {
    border-bottom: 1px solid #eceef1;
}
.sbx-catseo-faq__item[open] .sbx-catseo-faq__icon {
    background: rgba(252, 56, 1, .09);
    transform: rotate(180deg);
}
.sbx-catseo-faq__item[open] .sbx-catseo-faq__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.sbx-catseo-faq__answer {
    padding: 22px 72px 24px 24px;
    color: var(--sbx-catseo-muted);
    background: var(--sbx-catseo-soft-2);
    font-size: 16px;
    line-height: 1.76;
}
.sbx-catseo-faq__answer p {
    margin: 0 0 14px;
}
.sbx-catseo-faq__answer >:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .sbx-catseo-editorial {
        padding: 40px 38px;
    }
    .sbx-catseo-below-content {
        -webkit-column-gap: 48px;
        column-gap: 48px;
    }
}
@media (max-width: 767px) {
    .sbx-catseo-bottom {
        margin-top: 46px;
        padding-bottom: 48px;
    }
    .sbx-catseo-hero {
        margin-bottom: 30px;
        border-radius: 11px;
    }
    .sbx-catseo-editorial {
        padding: 29px 22px;
        border-radius: 12px;
    }
    .sbx-catseo-editorial::before {
        width: 64px;
        height: 3px;
    }
    .sbx-catseo-below-content {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: 0;
        column-rule: 0;
    }
    .sbx-catseo-below-content h2 {
        margin-top: 28px;
        font-size: 23px;
    }
    .sbx-catseo-below-content p {
        font-size: 15.5px;
        line-height: 1.74;
    }
    .sbx-catseo-faq {
        margin-top: 46px;
    }
    .sbx-catseo-faq__header {
        margin-bottom: 22px;
    }
    .sbx-catseo-faq__header h2 {
        font-size: 25px;
    }
    .sbx-catseo-faq__list {
        gap: 10px;
    }
    .sbx-catseo-faq__item {
        border-radius: 10px;
    }
    .sbx-catseo-faq__question {
        min-height: 64px;
        gap: 16px;
        padding: 16px 15px 16px 18px;
        font-size: 15.5px;
    }
    .sbx-catseo-faq__icon {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }
    .sbx-catseo-faq__answer {
        padding: 18px;
        font-size: 15.5px;
        line-height: 1.72;
    }
}
.imagen-radius {
    border-radius: 10px;
}
.commercekit-ajs-view-all-holder>a {
    background: #fd3800;
}
.icono-presupuesto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.icono-presupuesto svg {
    width: 100%;
    height: 100%;
}
/* Presupuesto Personalizado */
.secondary-navigation .presupuesto > a {
    color: #fc3800 !important;
    font-weight: 600;
}
/*
 * ========================================
 * SOLARBEX - BENEFICIOS PRODUCTO
 * Desktop: 3 beneficios en UNA MISMA FILA
 * ========================================
 */
.solarbex-beneficios-producto {
    margin: 0;
    padding: 14px 16px;
    background: #e0ffe9;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.solarbex-beneficios-producto ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 22px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.solarbex-beneficios-producto li {
    display: flex !important;
    align-items: center;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.35;
    color: #333;
}
/* CÃ­rculo naranja con tick blanco */
.solarbex-beneficios-producto .solarbex-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #379b52;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}
/* Texto */
.solarbex-beneficios-producto li span:last-child {
    flex: 1;
    min-width: 0;
}
/*
 * ========================================
 * MÃ“VIL
 * Uno debajo de otro
 * ========================================
 */
@media (max-width: 767px) {
    .solarbex-beneficios-producto ul {
        flex-direction: column !important;
        align-items: stretch;
        gap: 10px;
    }
    .solarbex-beneficios-producto li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .single-product div.product .woocommerce-product-gallery {
        margin-bottom: 12px !important;
    }
    .single-product .woocommerce-product-gallery__image img {
        max-height: 280px;
        width: auto !important;
        max-width: 100%;
        object-fit: contain;
        margin: 0 auto;
    }
    .single-product .summary {
        margin-top: 0 !important;
    }
    .single-product .product_title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .single-product .price {
        margin-bottom: 10px !important;
    }
}

/* =========================================================
   SOLARBEX · POLÍTICAS LEGALES / ENVÍOS Y DEVOLUCIONES
   ========================================================= */

/* Contenedores principales */
.solarbex-envios-devoluciones,
.solarbex-envios-devolucoes,
.solarbex-livraison-retours,
.solarbex-politica-privacidad,
.solarbex-aviso-legal {
    width: 100%;
    max-width: 100%;
    line-height: 1.65;
}


/* =========================================================
   TÍTULOS
   ========================================================= */

.solarbex-envios-devoluciones h2,
.solarbex-envios-devolucoes h2,
.solarbex-livraison-retours h2,
.solarbex-politica-privacidad h2,
.solarbex-aviso-legal h2 {
    margin-top: 38px;
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
}

.solarbex-envios-devoluciones h3,
.solarbex-envios-devolucoes h3,
.solarbex-livraison-retours h3,
.solarbex-politica-privacidad h3,
.solarbex-aviso-legal h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}


/* =========================================================
   PÁRRAFOS Y LISTAS
   ========================================================= */

.solarbex-envios-devoluciones p,
.solarbex-envios-devolucoes p,
.solarbex-livraison-retours p,
.solarbex-politica-privacidad p,
.solarbex-aviso-legal p {
    margin: 0 0 16px;
}

.solarbex-envios-devoluciones ul,
.solarbex-envios-devolucoes ul,
.solarbex-livraison-retours ul,
.solarbex-politica-privacidad ul,
.solarbex-aviso-legal ul {
    margin: 0 0 20px 22px;
    padding: 0;
}

.solarbex-envios-devoluciones li,
.solarbex-envios-devolucoes li,
.solarbex-livraison-retours li,
.solarbex-politica-privacidad li,
.solarbex-aviso-legal li {
    margin-bottom: 7px;
}


/* =========================================================
   ENLACES
   ========================================================= */

.solarbex-envios-devoluciones a,
.solarbex-envios-devolucoes a,
.solarbex-livraison-retours a,
.solarbex-politica-privacidad a,
.solarbex-aviso-legal a {
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* =========================================================
   WRAPPER DE TABLAS
   Evita que una tabla rompa el diseño en móvil.
   ========================================================= */

.solarbex-tabla-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0 26px;
}


/* =========================================================
   TABLAS DE ENVÍOS
   ========================================================= */

.solarbex-tabla-envios {
    width: 100%;
    min-width: 480px;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.solarbex-tabla-envios thead {
    background: #3f516d;
}

.solarbex-tabla-envios th {
    padding: 13px 16px;
    border: 1px solid #dfe3e8;
    color: #fff;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}

.solarbex-tabla-envios td {
    padding: 12px 16px;
    border: 1px solid #e4e7eb;
    text-align: left;
    vertical-align: middle;
}

.solarbex-tabla-envios tbody tr:nth-child(even) {
    background: #f7f8f9;
}

.solarbex-tabla-envios tbody tr:hover {
    background: #f1f3f5;
}


/* Precio / segunda columna */
.solarbex-tabla-envios th:last-child,
.solarbex-tabla-envios td:last-child {
    text-align: right;
    white-space: nowrap;
}


/* =========================================================
   DESTACADOS
   ========================================================= */

.solarbex-envios-devoluciones strong,
.solarbex-envios-devolucoes strong,
.solarbex-livraison-retours strong,
.solarbex-politica-privacidad strong,
.solarbex-aviso-legal strong {
    font-weight: 700;
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

    .solarbex-envios-devoluciones,
    .solarbex-envios-devolucoes,
    .solarbex-livraison-retours,
    .solarbex-politica-privacidad,
    .solarbex-aviso-legal {
        font-size: 15px;
        line-height: 1.6;
    }

    .solarbex-envios-devoluciones h2,
    .solarbex-envios-devolucoes h2,
    .solarbex-livraison-retours h2,
    .solarbex-politica-privacidad h2,
    .solarbex-aviso-legal h2 {
        margin-top: 30px;
        margin-bottom: 12px;
        font-size: 22px;
    }

    .solarbex-envios-devoluciones h3,
    .solarbex-envios-devolucoes h3,
    .solarbex-livraison-retours h3,
    .solarbex-politica-privacidad h3,
    .solarbex-aviso-legal h3 {
        margin-top: 24px;
        font-size: 18px;
    }

    .solarbex-tabla-wrap {
        margin: 16px 0 22px;
    }

    .solarbex-tabla-envios {
        min-width: 420px;
        font-size: 14px;
    }

    .solarbex-tabla-envios th,
    .solarbex-tabla-envios td {
        padding: 10px 12px;
    }
}


/* =========================================================
   PANTALLAS MUY PEQUEÑAS
   ========================================================= */

@media (max-width: 480px) {

    .solarbex-tabla-envios {
        min-width: 380px;
    }

    .solarbex-tabla-envios th,
    .solarbex-tabla-envios td {
        padding: 9px 10px;
    }
}

@media (min-width: 993px) {
    body:not(.header-4).sticky-d .col-full-nav.is_stuck {
        z-index: 45;
        box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.1);
    }
}

/* =========================================================
   SOLARBEX - SLIDER DE MARCAS WOOCOMMERCE
   ========================================================= */


/* CONTENEDOR GENERAL */

.sbx-brands-wrapper {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
}


/* =========================================================
   SLIDER
   8 LOGOS VISIBLES EN ESCRITORIO
   ========================================================= */

.sbx-brands-slider {
    display: grid !important;
    grid-auto-flow: column !important;

    /* 8 LOGOS */
    grid-auto-columns: calc((100% - 105px) / 8) !important;

    gap: 15px !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;

    scrollbar-width: none !important;

    padding: 10px 3px !important;

    box-sizing: border-box !important;
}


/* OCULTAR SCROLLBAR */

.sbx-brands-slider::-webkit-scrollbar {
    display: none !important;
}


/* =========================================================
   CADA MARCA
   ========================================================= */

.sbx-brand-item {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    scroll-snap-align: start !important;

    text-decoration: none !important;

    box-sizing: border-box !important;
}


/* =========================================================
   CAJA DEL LOGO
   ========================================================= */

.sbx-brand-logo {
    width: 100% !important;
    height: 90px !important;

    min-width: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;

    padding: 12px 16px !important;

    background: #fff !important;

    border: 1px solid #ededed !important;
    border-radius: 8px !important;

    overflow: hidden !important;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease !important;
}


/* HOVER */

.sbx-brand-item:hover .sbx-brand-logo {
    border-color: #fc3801 !important;

    box-shadow:
        0 4px 15px rgba(0, 0, 0, .07) !important;

    transform: translateY(-2px) !important;
}


/* =========================================================
   IMAGEN / LOGOTIPO
   ========================================================= */

.sbx-brand-image {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 55px !important;

    object-fit: contain !important;

    margin: 0 auto !important;

    box-shadow: none !important;
    border-radius: 0 !important;
}


/* SI NO HAY LOGO */

.sbx-brand-name {
    display: block !important;

    font-family: "Titillium Web", sans-serif !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    line-height: 1.2 !important;

    text-align: center !important;

    color: #333 !important;
}


/* =========================================================
   FLECHAS
   ========================================================= */

.sbx-brands-arrow {
    position: absolute !important;
    z-index: 20 !important;

    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 38px !important;
    height: 38px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;

    border: 1px solid #e8e8e8 !important;
    border-radius: 50% !important;

    background: #fff !important;

    color: #333 !important;

    font-size: 17px !important;

    line-height: 1 !important;

    cursor: pointer !important;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, .10) !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}


.sbx-brands-arrow:hover {
    background: #fc3801 !important;
    border-color: #fc3801 !important;
    color: #fff !important;
}


.sbx-brands-prev {
    left: -19px !important;
}


.sbx-brands-next {
    right: -19px !important;
}


/* =========================================================
   TABLET
   MENOS DE 1200 PX
   6 LOGOS
   ========================================================= */

@media (max-width: 1199px) {

    .sbx-brands-slider {
        grid-auto-columns:
            calc((100% - 75px) / 6) !important;

        gap: 15px !important;
    }

}


/* =========================================================
   TABLET
   MENOS DE 992 PX
   5 LOGOS
   ========================================================= */

@media (max-width: 991px) {

    .sbx-brands-slider {
        grid-auto-columns:
            calc((100% - 48px) / 5) !important;

        gap: 12px !important;
    }


    .sbx-brand-logo {
        height: 80px !important;

        padding: 10px 12px !important;
    }


    .sbx-brand-image {
        max-height: 48px !important;
    }


    .sbx-brands-arrow {
        width: 34px !important;
        height: 34px !important;
    }


    .sbx-brands-prev {
        left: -15px !important;
    }


    .sbx-brands-next {
        right: -15px !important;
    }

}


/* =========================================================
   MÓVIL
   MENOS DE 768 PX
   3 LOGOS
   ========================================================= */

@media (max-width: 767px) {

    .sbx-brands-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }


    .sbx-brands-slider {
        grid-auto-columns:
            calc((100% - 20px) / 3) !important;

        gap: 10px !important;

        padding: 8px 4px !important;
    }


    .sbx-brand-logo {
        height: 72px !important;

        padding: 9px 10px !important;

        border-radius: 6px !important;
    }


    .sbx-brand-image {
        max-height: 42px !important;
    }


    .sbx-brand-name {
        font-size: 13px !important;
    }


    /* EN MÓVIL SE DESLIZA CON EL DEDO */

    .sbx-brands-arrow {
        display: none !important;
    }

}


/* =========================================================
   MÓVILES PEQUEÑOS
   MENOS DE 480 PX
   3 LOGOS
   ========================================================= */

@media (max-width: 479px) {

    .sbx-brands-slider {
        grid-auto-columns:
            calc((100% - 16px) / 3) !important;

        gap: 8px !important;
    }


    .sbx-brand-logo {
        height: 65px !important;

        padding: 8px !important;
    }


    .sbx-brand-image {
        max-height: 38px !important;
    }

}

header.woocommerce-products-header img {
    width: 138px !important;
    padding: 0px 0px 40px 0px;
}

header.woocommerce-products-header, .shoptimizer-category-banner {
    background-color: #ffffff!important;
}

footer.copyright {
    padding: 1rem 0;
    background-color: #ffffff !important;
}






/* =========================================================
   SOLARBEX - FAQ
   ========================================================= */

.sbx-faq,
.sbx-faq *{
    box-sizing:border-box;
    font-family:inherit;
}

.sbx-faq{
    width:100%;
    max-width:1120px;
    margin:0 auto;
    color:#25333d;
}

.sbx-faq__header{
    margin:0 0 30px;
}

.sbx-faq__eyebrow{
    display:block;
    margin:0 0 6px;
    font-size:14px;
    line-height:1.4;
    font-weight:600;
    color:#77818a;
}

.sbx-faq__title{
    margin:0 0 10px;
    font-family:inherit;
    font-size:32px;
    line-height:1.2;
    font-weight:700;
    color:#17242d;
}

.sbx-faq__intro{
    max-width:850px;
    margin:0;
    font-size:16px;
    line-height:1.65;
    color:#606c75;
}

.sbx-faq__nav{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 38px;
}

.sbx-faq__nav a{
    display:inline-flex;
    align-items:center;
    padding:8px 13px;
    border:1px solid #e0e4e7;
    border-radius:6px;
    background:#fff;
    color:#354550;
    text-decoration:none;
    font-size:14px;
    line-height:1.3;
    font-weight:600;
    transition:.2s ease;
}

.sbx-faq__nav a:hover{
    border-color:#feba1f;
    background:#fffbf2;
    color:#17242d;
}

.sbx-faq__section{
    margin:0 0 38px;
    scroll-margin-top:120px;
}

.sbx-faq__section-title{
    position:relative;
    margin:0 0 13px;
    padding-left:14px;
    font-family:inherit;
    font-size:21px;
    line-height:1.3;
    font-weight:700;
    color:#17242d;
}

.sbx-faq__section-title:before{
    content:"";
    position:absolute;
    top:3px;
    bottom:3px;
    left:0;
    width:4px;
    border-radius:3px;
    background:#feba1f;
}

.sbx-faq__group{
    overflow:hidden;
    border:1px solid #e1e5e8;
    border-radius:8px;
    background:#fff;
}

.sbx-faq details{
    margin:0;
    border-bottom:1px solid #e7eaec;
    background:#fff;
}

.sbx-faq details:last-child{
    border-bottom:0;
}

.sbx-faq summary{
    position:relative;
    display:block;
    padding:17px 54px 17px 18px;
    cursor:pointer;
    list-style:none;
    color:#44515a;
    font-size:15px;
    line-height:1.45;
    font-weight:600;
    transition:background .2s ease,color .2s ease;
}

.sbx-faq summary::-webkit-details-marker{
    display:none;
}

.sbx-faq summary:after{
    content:"+";
    position:absolute;
    top:50%;
    right:17px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:27px;
    height:27px;
    transform:translateY(-50%);
    border-radius:50%;
    background:#f3f5f6;
    color:#53616a;
    font-family:Arial,sans-serif;
    font-size:20px;
    font-weight:400;
    line-height:1;
}

.sbx-faq summary:hover,
.sbx-faq details[open] summary{
    background:#fafbfb;
    color:#17242d;
}

.sbx-faq details[open] summary:after{
    content:"−";
    background:#feba1f;
    color:#17242d;
}

.sbx-faq summary:focus-visible{
    outline:2px solid #feba1f;
    outline-offset:-2px;
}

.sbx-faq__answer{
    padding:0 54px 19px 18px;
    color:#5c6870;
    font-size:15px;
    line-height:1.7;
}

.sbx-faq__answer p{
    margin:0 0 10px;
}

.sbx-faq__answer p:last-child{
    margin-bottom:0;
}

.sbx-faq__answer a{
    color:#263f52;
    font-weight:600;
    text-decoration:underline;
    text-underline-offset:3px;
}

.sbx-faq__answer ul{
    margin:9px 0 4px 20px;
}

.sbx-faq__answer li{
    margin-bottom:4px;
}

.sbx-faq__legal{
    margin-top:15px;
    padding:17px 19px;
    border:1px solid #e1e4e6;
    border-left:4px solid #feba1f;
    border-radius:6px;
    background:#fafafa;
    color:#68727a;
    font-size:13px;
    line-height:1.65;
}

@media(max-width:767px){

    .sbx-faq__title{
        font-size:27px;
    }

    .sbx-faq__intro{
        font-size:15px;
    }

    .sbx-faq__nav{
        gap:6px;
        margin-bottom:30px;
    }

    .sbx-faq__nav a{
        padding:7px 10px;
        font-size:13px;
    }

    .sbx-faq__section{
        margin-bottom:31px;
    }

    .sbx-faq__section-title{
        font-size:19px;
    }

    .sbx-faq summary{
        padding:15px 47px 15px 14px;
        font-size:14px;
    }

    .sbx-faq summary:after{
        right:12px;
        width:25px;
        height:25px;
    }

    .sbx-faq__answer{
        padding:0 14px 17px;
        font-size:14px;
    }
}

section.up-sells.upsells.products {display:none;}


.sbx-contact-info {
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.sbx-contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sbx-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.sbx-contact-info li:last-child {
    margin-bottom: 0;
}

.sbx-contact-info img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 3px;
    object-fit: contain;
}

.sbx-contact-info a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.sbx-contact-info a:hover {
    color: #fc3801;
}