/*
Theme Name: Pantry Child Theme
Theme URI: https://pantry.axiomthemes.com/
Description: Pantry is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.9.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: pantry
Template: pantry
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* Base iconos */
.belnou-category-icon svg,
.belnou-category-icon svg * {
    fill: none !important;
    stroke: #C9A19B !important;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Grosor */
.belnou-category-icon svg * {
    stroke-width: 2.2 !important;
}

/* Animación por icono individual */
.belnou-category-icon svg {
    transition: transform .25s ease;
}

/* Hover solo cuando pasas por encima del icono */
.belnou-category-icon svg:hover {
    transform: translateY(-3px) scale(1.05);
}

.belnou-category-icon svg:hover * {
    stroke: #8B1E1E !important;
}

/* Iconos compromiso Belnou */
.belnou-value-icon svg,
.belnou-value-icon svg * {
  fill: none !important;
  stroke: #C9A19B !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.belnou-value-icon svg * {
  stroke-width: 2.2 !important;
}

.belnou-value-icon svg {
  transition: transform .25s ease;
}

.belnou-value-icon svg:hover {
  transform: translateY(-3px) scale(1.05);
}

.belnou-value-icon svg:hover * {
  stroke: #8B1E1E !important;
}

span.sc_form_field_item.sc_form_field_item_checked.sc_form_field_item_level_0 span.sc_form_field_item_text {
    display: none !important;
}

.woocommerce-message {
    background: #fdf7f7;
    border-left: 4px solid #8b1e1e;
    color: #3a3a3a;
    padding: 16px 20px;
    margin: 25px 0;
    font-size: 15px;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* Botón VER CARRITO */
.woocommerce-message a {
    background: #8b1e1e;
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.woocommerce-message a:hover {
    background: #6f1717;
}

/* Icono */
.woocommerce-message::before {
    content: "✔";
    color: #8b1e1e;
    font-weight: bold;
    margin-right: 10px;
    font-size: 16px;
}

/* Responsive (importante) */
@media (max-width: 768px) {
    .woocommerce-message {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-message a {
        margin-top: 10px;
    }
}

.bg-overlay-belnou {
  position: relative;
  overflow: hidden;
}

.bg-overlay-belnou::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* Overlay elegante oscuro */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.4)
  );

  z-index: 1;
}

/* Asegura que el contenido quede por encima */
.bg-overlay-belnou .elementor-container,
.bg-overlay-belnou .elementor-widget {
  position: relative;
  z-index: 2;
}

.belnou-section-separator {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 0;
}

/* Rombo central decorativo */
.belnou-section-separator::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(80, 25, 25, 0.55);
  z-index: 5;
}

/* Iconos valores Belnou */
.belnou-values-icon svg,
.belnou-values-icon svg * {
  fill: none !important;
  stroke: #C9A19B !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.belnou-values-icon svg * {
  stroke-width: 2.2 !important;
}

.belnou-values-icon svg {
  transition: transform .25s ease;
}

.belnou-values-icon svg:hover {
  transform: translateY(-3px) scale(1.05);
}

.belnou-values-icon svg:hover * {
  stroke: #8B1E1E !important;
}

/* Mini carrito Pantry / ThemeREX - Belnou Premium */

.sc_layouts_cart_widget {
    background: #fffaf7 !important;
    color: #232323 !important;
    padding: 30px !important;
    width: 420px !important;
    max-width: calc(100vw - 30px) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.18) !important;
    border-radius: 0 0 18px 18px;
}

.sc_layouts_cart_widget:before {
    content: "Tu carrito";
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #8C2E2D;
    margin-bottom: 22px;
}

.sc_layouts_cart_widget .woocommerce-mini-cart {
    max-height: 55vh;
    overflow-y: auto;
    padding-right: 10px;
}

.sc_layouts_cart_widget .mini_cart_item {
    position: relative;
    display: grid !important;
    grid-template-columns: 82px 1fr;
    gap: 16px;
    padding: 18px 28px 18px 0 !important;
    border-bottom: 1px solid rgba(140,46,45,.16) !important;
    color: #232323 !important;
}

.sc_layouts_cart_widget .mini_cart_item > a:not(.remove) {
    display: contents !important;
    color: #232323 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none !important;
}

.sc_layouts_cart_widget .mini_cart_item img {
    grid-row: span 3;
    width: 82px !important;
    height: 82px !important;
    object-fit: cover;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    margin: 0 !important;
}

.sc_layouts_cart_widget .mini_cart_item .variation {
    grid-column: 2;
    margin: 6px 0 0 !important;
    font-size: 13px;
    color: #777 !important;
}

.sc_layouts_cart_widget .mini_cart_item .variation dt,
.sc_layouts_cart_widget .mini_cart_item .variation dd,
.sc_layouts_cart_widget .mini_cart_item .variation p {
    display: inline;
    margin: 0;
    color: #777 !important;
}

.sc_layouts_cart_widget .mini_cart_item .quantity {
    grid-column: 2;
    margin-top: 8px;
    color: #777 !important;
    font-size: 14px;
}

.sc_layouts_cart_widget .mini_cart_item .amount {
    color: #232323 !important;
    font-weight: 700;
}

.sc_layouts_cart_widget .remove {
    position: absolute !important;
    top: 14px;
    right: 0;
    color: rgba(140,46,45,.55) !important;
    background: transparent !important;
    font-size: 22px !important;
    line-height: 1 !important;
}

.sc_layouts_cart_widget .remove:hover {
    color: #8C2E2D !important;
    transform: rotate(90deg);
}

.sc_layouts_cart_widget .woocommerce-mini-cart__total {
    padding: 24px 0 18px !important;
    margin: 0 !important;
    border: none !important;
    font-size: 18px !important;
    color: #232323 !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__total strong {
    color: #8C2E2D !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__buttons {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .button {
    width: 100% !important;
    min-height: 48px;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-decoration: none !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .button:first-child {
    background: transparent !important;
    color: #8C2E2D !important;
    border: 1px solid rgba(140,46,45,.35) !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout {
    background: #8C2E2D !important;
    color: #fff !important;
    border: 1px solid #8C2E2D !important;
    box-shadow: 0 12px 24px rgba(140,46,45,.24);
}

.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout:hover {
    background: #6f2424 !important;
}

.sc_layouts_cart_widget_close {
    top: 18px !important;
    right: 18px !important;
    color: #8C2E2D !important;
}

@media (max-width: 767px) {
    .sc_layouts_cart_widget {
        width: calc(100vw - 24px) !important;
        padding: 24px 18px !important;
    }
}

/* Afinado textos mini carrito Pantry */

.sc_layouts_cart_widget,
.sc_layouts_cart_widget * {
    color: #2b2523 !important;
}

.sc_layouts_cart_widget .mini_cart_item > a:not(.remove),
.sc_layouts_cart_widget .mini_cart_item > a:not(.remove):hover {
    color: #2b2523 !important;
}

.sc_layouts_cart_widget .mini_cart_item .quantity,
.sc_layouts_cart_widget .mini_cart_item .quantity *,
.sc_layouts_cart_widget .woocommerce-Price-amount,
.sc_layouts_cart_widget .woocommerce-Price-amount *,
.sc_layouts_cart_widget .variation,
.sc_layouts_cart_widget .variation * {
    color: #6f625d !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__total,
.sc_layouts_cart_widget .woocommerce-mini-cart__total *,
.sc_layouts_cart_widget .woocommerce-mini-cart__total strong {
    color: #2b2523 !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__total strong {
    color: #8C2E2D !important;
}

/* Botones: evitar que el segundo quede blanco */
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .button:first-child {
    color: #8C2E2D !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout * {
    color: #ffffff !important;
}

/* Nombre de producto más visible */
.sc_layouts_cart_widget .mini_cart_item > a:not(.remove) {
    font-weight: 700 !important;
    font-size: 15px !important;
}

/* Separadores más suaves */
.sc_layouts_cart_widget .mini_cart_item {
    border-bottom-color: rgba(140,46,45,.18) !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__total {
    border-top: 1px solid rgba(140,46,45,.18) !important;
}

/* Corrección definitiva textos mini carrito Pantry */

.sc_layouts_cart_widget .widget_shopping_cart_content ul.cart_list li a:not(.remove),
.sc_layouts_cart_widget .widget_shopping_cart_content ul.product_list_widget li a:not(.remove) {
    color: #2b2523 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sc_layouts_cart_widget .widget_shopping_cart_content ul.cart_list li a:not(.remove) img,
.sc_layouts_cart_widget .widget_shopping_cart_content ul.product_list_widget li a:not(.remove) img {
    opacity: 1 !important;
}

/* Nombre producto: forzar texto visible aunque esté dentro del enlace */
.sc_layouts_cart_widget .woocommerce-mini-cart-item a:not(.remove) {
    color: #2b2523 !important;
    text-shadow: none !important;
}

/* Variaciones */
.sc_layouts_cart_widget .variation,
.sc_layouts_cart_widget .variation dt,
.sc_layouts_cart_widget .variation dd,
.sc_layouts_cart_widget .variation p {
    color: #8b7d77 !important;
    opacity: 1 !important;
}

/* Cantidad y precio */
.sc_layouts_cart_widget .quantity,
.sc_layouts_cart_widget .quantity *,
.sc_layouts_cart_widget .amount,
.sc_layouts_cart_widget .amount *,
.sc_layouts_cart_widget .woocommerce-Price-currencySymbol {
    color: #6f625d !important;
    opacity: 1 !important;
}

/* Subtotal */
.sc_layouts_cart_widget .woocommerce-mini-cart__total,
.sc_layouts_cart_widget .woocommerce-mini-cart__total *,
.sc_layouts_cart_widget .woocommerce-mini-cart__total strong {
    color: #2b2523 !important;
    opacity: 1 !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__total strong {
    color: #8C2E2D !important;
}

/* Botón finalizar compra */
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout {
    background: #8C2E2D !important;
    border-color: #8C2E2D !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout:hover {
    background: #6f2424 !important;
    color: #ffffff !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout span,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout::before,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout::after {
    color: #ffffff !important;
}

/* Separador negro que se ve ahora */
.sc_layouts_cart_widget .woocommerce-mini-cart__total {
    border-top: 1px solid rgba(140,46,45,.18) !important;
}


.ecobel-section {
    min-height: 760px;
    position: relative;
    overflow: hidden;
    background-color: #eadcc8 !important;
    background-size: 58% auto !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
}

.ecobel-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(234,220,200,0.05) 0%,
        rgba(234,220,200,0.25) 38%,
        rgba(234,220,200,0.95) 58%,
        #eadcc8 100%
    );
    pointer-events: none;
}

.ecobel-section .elementor-container,
.ecobel-section .elementor-column,
.ecobel-section .elementor-widget-wrap {
    position: relative;
    z-index: 2;
}

.ecobel-section .elementor-inner-section {
    min-height: 760px;
    display: flex;
    align-items: center;
}

.ecobel-section .elementor-inner-section .elementor-column:first-child {
    width: 50% !important;
}

.ecobel-section .elementor-inner-section .elementor-column:last-child {
    width: 50% !important;
    padding: 0 7% 0 1% !important;
}

/* Caja burdeos */
.ecobel-section .elementor-widget-trx_sc_title:first-of-type .sc_item_title,
.ecobel-section .elementor-widget-trx_sc_title:first-of-type .sc_title,
.ecobel-section .elementor-widget-trx_sc_title:first-of-type {
    position: relative;
}

.ecobel-section .elementor-widget-trx_sc_title:first-of-type .sc_title {
    background: #742426 !important;
    padding: 58px 70px 62px 105px !important;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
    max-width: 720px;
    margin-bottom: 48px;
}

/* Subtítulo */
.ecobel-section .elementor-widget-trx_sc_title:first-of-type .sc_item_subtitle {
    color: #eadcc8 !important;
    font-size: 13px !important;
    letter-spacing: 7px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-bottom: 22px !important;
}

/* Título grande */
.ecobel-section .elementor-widget-trx_sc_title:first-of-type .sc_item_title,
.ecobel-section .elementor-widget-trx_sc_title:first-of-type h1,
.ecobel-section .elementor-widget-trx_sc_title:first-of-type h2 {
    color: #fff8f0 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(52px, 4.6vw, 78px) !important;
    line-height: 0.98 !important;
    font-weight: 400 !important;
    letter-spacing: -1.5px !important;
    margin: 0 !important;
}

/* Ocultar descripción blanca actual del primer bloque */
.ecobel-section .elementor-widget-trx_sc_title:first-of-type .sc_item_descr {
    display: none !important;
}

/* Segundo bloque como texto inferior */
.ecobel-section .elementor-widget-trx_sc_title:nth-of-type(2) .sc_title {
    max-width: 560px;
    margin-left: 105px;
}

.ecobel-section .elementor-widget-trx_sc_title:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    background: #b58a56;
    margin: 0 0 34px 105px;
}

.ecobel-section .elementor-widget-trx_sc_title:nth-of-type(2) .sc_item_subtitle {
    display: none !important;
}

.ecobel-section .elementor-widget-trx_sc_title:nth-of-type(2) .sc_item_title,
.ecobel-section .elementor-widget-trx_sc_title:nth-of-type(2) h2,
.ecobel-section .elementor-widget-trx_sc_title:nth-of-type(2) h3 {
    color: #4d4038 !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px !important;
    margin: 0 !important;
}

/* Quitar textos blancos heredados */
.ecobel-section .elementor-widget-trx_sc_title:nth-of-type(2) .sc_item_descr {
    display: none !important;
}

/* Móvil */
@media (max-width: 767px) {
    .ecobel-section {
        background-size: 120% auto !important;
        background-position: left bottom !important;
        padding-bottom: 300px !important;
    }

    .ecobel-section::before {
        background: linear-gradient(
            180deg,
            #eadcc8 0%,
            rgba(234,220,200,0.96) 55%,
            rgba(234,220,200,0.25) 100%
        );
    }

    .ecobel-section .elementor-inner-section {
        min-height: auto;
    }

    .ecobel-section .elementor-inner-section .elementor-column:first-child {
        display: none;
    }

    .ecobel-section .elementor-inner-section .elementor-column:last-child {
        width: 100% !important;
        padding: 60px 22px 40px !important;
    }

    .ecobel-section .elementor-widget-trx_sc_title:first-of-type .sc_title {
        padding: 42px 30px 44px 48px !important;
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
    }

    .ecobel-section .elementor-widget-trx_sc_title:nth-of-type(2) .sc_title,
    .ecobel-section .elementor-widget-trx_sc_title:nth-of-type(2)::before {
        margin-left: 0;
    }

    .ecobel-section .elementor-widget-trx_sc_title:first-of-type h1 {
        font-size: 42px !important;
    }
}

/* Fix subtotal + finalizar compra mini carrito Pantry */

.sc_layouts_cart_widget .woocommerce-mini-cart__total,
.sc_layouts_cart_widget .woocommerce-mini-cart__total.total {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #2b2523 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 22px 0 18px !important;
    margin: 0 !important;
    border-top: 1px solid rgba(140,46,45,.18) !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__total strong,
.sc_layouts_cart_widget .woocommerce-mini-cart__total .amount,
.sc_layouts_cart_widget .woocommerce-mini-cart__total .amount bdi,
.sc_layouts_cart_widget .woocommerce-mini-cart__total .woocommerce-Price-currencySymbol {
    visibility: visible !important;
    opacity: 1 !important;
    color: #2b2523 !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__total strong {
    color: #8C2E2D !important;
}

/* Botonera */
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons.buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 6px !important;
}

/* Finalizar compra */
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.button.checkout,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons .checkout.wc-forward {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #8C2E2D !important;
    border: 1px solid #8C2E2D !important;
    color: #ffffff !important;
    min-height: 50px !important;
    border-radius: 999px !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    box-shadow: 0 12px 24px rgba(140,46,45,.24) !important;
}

.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout:hover {
    background: #6f2424 !important;
    color: #ffffff !important;
}

/* FIX FINAL - Subtotal label + botón finalizar compra */

/* Subtotal completo */
.sc_layouts_cart_widget .woocommerce-mini-cart__total,
.sc_layouts_cart_widget .woocommerce-mini-cart__total.total {
    color: #2b2523 !important;
    text-shadow: none !important;
}

/* Texto "Subtotal:" */
.sc_layouts_cart_widget .woocommerce-mini-cart__total strong {
    color: #8C2E2D !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 700 !important;
}

/* Precio subtotal */
.sc_layouts_cart_widget .woocommerce-mini-cart__total .amount,
.sc_layouts_cart_widget .woocommerce-mini-cart__total .amount bdi,
.sc_layouts_cart_widget .woocommerce-mini-cart__total .woocommerce-Price-currencySymbol {
    color: #2b2523 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Forzar botón finalizar compra */
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout.wc-forward,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.button.checkout {
    background-color: #8C2E2D !important;
    background-image: none !important;
    border: 1px solid #8C2E2D !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

/* Texto del botón finalizar compra */
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout:visited,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout:hover,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout:focus {
    color: #ffffff !important;
}

/* Pseudo-elementos del tema que pueden tapar el botón */
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout:before,
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout:after {
    display: none !important;
    content: none !important;
}

/* Hover checkout */
.sc_layouts_cart_widget .woocommerce-mini-cart__buttons a.checkout:hover {
    background-color: #6f2424 !important;
    border-color: #6f2424 !important;
}

/* FIX MUY ESPECÍFICO - Pantry mini cart */

/* Subtotal: texto Subtotal */
html body .sc_layouts_cart_widget 
.widget_shopping_cart_content 
p.woocommerce-mini-cart__total.total > strong {
    color: #8C2E2D !important;
    -webkit-text-fill-color: #8C2E2D !important;
    opacity: 1 !important;
}

/* Subtotal: precio */
html body .sc_layouts_cart_widget 
.widget_shopping_cart_content 
p.woocommerce-mini-cart__total.total .amount,
html body .sc_layouts_cart_widget 
.widget_shopping_cart_content 
p.woocommerce-mini-cart__total.total .amount bdi,
html body .sc_layouts_cart_widget 
.widget_shopping_cart_content 
p.woocommerce-mini-cart__total.total .woocommerce-Price-currencySymbol {
    color: #2b2523 !important;
    -webkit-text-fill-color: #2b2523 !important;
    opacity: 1 !important;
}

/* Botón Finalizar compra */
html body .sc_layouts_cart_widget 
.widget_shopping_cart_content 
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward {
    background: #8C2E2D !important;
    background-color: #8C2E2D !important;
    background-image: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1px solid #8C2E2D !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    box-shadow: 0 12px 24px rgba(140,46,45,.24) !important;
}

/* Quitar capas/pseudo-elementos del theme */
html body .sc_layouts_cart_widget 
.widget_shopping_cart_content 
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward::before,
html body .sc_layouts_cart_widget 
.widget_shopping_cart_content 
p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward::after {
    display: none !important;
    content: none !important;
}

/* Checkout - corregir radios WooCommerce Pantry */

.woocommerce-checkout input[type="radio"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin: 0 14px 0 0 !important;
    position: relative !important;
    top: 3px !important;
    transform: none !important;
    accent-color: #8C2E2D;
}

.woocommerce-checkout ul.wc_payment_methods li,
.woocommerce-checkout ul#shipping_method li {
    position: relative !important;
    display: block !important;
}

.woocommerce-checkout ul.wc_payment_methods li label,
.woocommerce-checkout ul#shipping_method li label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;
    cursor: pointer;
}

/* Evita puntos falsos del tema */
.woocommerce-checkout ul.wc_payment_methods li::before,
.woocommerce-checkout ul.wc_payment_methods li::after,
.woocommerce-checkout ul#shipping_method li::before,
.woocommerce-checkout ul#shipping_method li::after {
    display: none !important;
    content: none !important;
}

/* Checkout Belnou - opciones envío/pago premium */

.woocommerce-checkout h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
    color: #8C2E2D;
    font-weight: 700;
}

/* Bloques de métodos */
.woocommerce-checkout ul#shipping_method,
.woocommerce-checkout ul.wc_payment_methods {
    display: grid;
    gap: 14px;
    margin: 14px 0 28px !important;
    padding: 0 !important;
}

/* Cada opción */
.woocommerce-checkout ul#shipping_method li,
.woocommerce-checkout ul.wc_payment_methods li {
    background: #fffaf7;
    border: 1px solid rgba(140,46,45,.18) !important;
    border-radius: 18px;
    padding: 20px 22px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
    transition: .25s ease;
}

/* Opción seleccionada */
.woocommerce-checkout ul#shipping_method li:has(input:checked),
.woocommerce-checkout ul.wc_payment_methods li:has(input:checked) {
    border-color: #8C2E2D !important;
    background: #fff7f3;
    box-shadow: 0 16px 38px rgba(140,46,45,.12);
}

/* Hover */
.woocommerce-checkout ul#shipping_method li:hover,
.woocommerce-checkout ul.wc_payment_methods li:hover {
    transform: translateY(-1px);
    border-color: rgba(140,46,45,.38) !important;
}

/* Labels */
.woocommerce-checkout ul#shipping_method li label,
.woocommerce-checkout ul.wc_payment_methods li label {
    font-weight: 600;
    color: #2b2523;
}

/* Descripción pago */
.woocommerce-checkout .payment_box {
    background: transparent !important;
    color: #6f625d !important;
    padding: 12px 0 0 32px !important;
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.6;
}

.woocommerce-checkout .payment_box::before {
    display: none !important;
}

/* Precio envío a la derecha */
.woocommerce-checkout ul#shipping_method li label .woocommerce-Price-amount {
    float: right;
    color: #8C2E2D !important;
    font-weight: 700;
}

/* Radios en burdeos */
.woocommerce-checkout input[type="radio"] {
    accent-color: #8C2E2D;
}

/* Nota pedido */
.woocommerce-checkout .woocommerce-additional-fields {
    background: #fffaf7;
    border: 1px solid rgba(140,46,45,.14);
    border-radius: 18px;
    padding: 18px 22px;
    margin-top: 20px;
}

/* Iconos valores Belnou en negro */

.belnou-values-icon svg,
.belnou-values-icon svg * {
  fill: none !important;
  stroke: #000000 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.belnou-values-icon svg * {
  stroke-width: 2.2 !important;
}

/* Hover más elegante (gris oscuro en vez de rojo) */
.belnou-values-icon:hover svg * {
  stroke: #444444 !important;
}

.belnou-values-icon svg {
  transition: transform .25s ease;
}

.belnou-values-icon svg:hover {
  transform: translateY(-3px) scale(1.05);
}

/* Forzar SVG con fill interno */
.belnou-values-icon svg [fill] {
  fill: none !important;
}

.belnou-values-icon svg [stroke] {
  stroke: #000000 !important;
}