.thunk-woo-product-list .thunk-product-wrap {
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.thunk-product-wrap .thunk-product .thunk-product-image .woocommerce-LoopProduct-link .onsale {
    display: none !important;
}

.thunk-product-wrap .thunk-product .thunk-product-image {
    margin-bottom: 0;
}

.product-estado-badge {
    margin-bottom: 10px;
    font-family: "Barlow", sans-serif !important;
    font-weight: 500 !important;
    text-align: left;
    font-size: 12px;
}

.thunk-woo-product-list .thunk-product-content {
    margin-bottom: 10px !important;
}

.thunk-woo-product-list .thunk-product-content .woocommerce-loop-product__title {
    font-family: "Barlow", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    text-align: left;
    line-height: 1.3 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.3em * 2);
    min-height: calc(1.3em * 2);
    margin-bottom: 15px !important;
}

/* ============================================================================
 * NEW PRICE SECTION DESIGN
 * ============================================================================ */

/* Main price container - flex column layout */
.woocommerce ul.products li.product .price {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    font-family: "Barlow", sans-serif !important;
}

/* ─────────────────────────────────────────────────────────────────────────
 * OLD PRICE SECTION - "Precio regular"
 * ───────────────────────────────────────────────────────────────────────── */

.woocommerce ul.products li.product .price del {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    text-decoration: none !important;
    margin-bottom: 0 !important;
}

/* "Precio regular" label - MORE PROMINENT */
.woocommerce ul.products li.product .price del::before {
    content: 'Precio regular';
    font-size: 13px;
    color: #333333;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    margin-bottom: -2px;
}

/* Side-by-side layout for old prices (USD left, Bs right) */
.woocommerce ul.products li.product .price del .dual-price-block {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Old price USD styling */
.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
    text-decoration: line-through !important;
    color: #555555 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Barlow", sans-serif !important;
}

/* Old price USD currency symbol */
.woocommerce ul.products li.product .price del .woocommerce-Price-currencySymbol {
    text-decoration: line-through !important;
    color: #555555 !important;
    opacity: 1 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

/* Old price Bs styling */
.woocommerce ul.products li.product .price del .bs-price.bs-old {
    text-decoration: line-through !important;
    color: #555555 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Barlow", sans-serif !important;
}

/* ─────────────────────────────────────────────────────────────────────────
 * NEW PRICE SECTION - "Precio efectivo" ELEVATED CARD
 * ───────────────────────────────────────────────────────────────────────── */

.woocommerce ul.products li.product .price ins {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    gap: 0 !important;
    margin: 0 !important;
}

/* Remove the old ::before for "Precio efectivo" */
.woocommerce ul.products li.product .price ins::before {
    content: none !important;
    display: none !important;
}

/* Elevated card with emerald border and shadow - PRICE EFFECTIVO INSIDE */
.woocommerce ul.products li.product .price ins .dual-price-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    background: #ffffff !important;
    border: 2px solid #a7f3d0 !important;
    border-radius: 12px !important;
    padding: 12px !important;
    box-shadow: 0 4px 6px rgba(16, 185, 129, 0.1) !important;
}

/* "Precio efectivo" label INSIDE the box - REDUCED GAP */
.woocommerce ul.products li.product .price ins .dual-price-block::before {
    content: '\f0d6  Pago en efectivo';
    font-size: 14px;
    color: #059669;
    font-weight: 600;
    font-family: FontAwesome, "Barlow", sans-serif;
    margin: 0 0 0 0;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Bold emerald USD price */
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
    color: #059669 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    text-decoration: none !important;
    font-family: "Barlow", sans-serif !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* New price USD currency symbol */
.woocommerce ul.products li.product .price ins .woocommerce-Price-currencySymbol {
    font-weight: 600 !important;
    color: #059669 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

/* Divider and Bs. price section */
.woocommerce ul.products li.product .price ins .bs-price {
    color: #1f2937 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    font-family: "Barlow", sans-serif !important;
    padding-top: 8px !important;
    border-top: 1px dashed #a7f3d0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
    gap: 8px !important;
    line-height: 1;
}

/* "Equivalente en Bs." label */
.woocommerce ul.products li.product .price ins .bs-price::before {
    content: 'Equivalente:';
    color: #666666;
    font-weight: 400;
    font-size: 11px;
    font-family: "Barlow", sans-serif;
}

/* ============================================================================
 * NEW: USDT PRICE STYLING
 * ============================================================================ */

/* USDT price in product cards (listings) - inside ins tag */
.woocommerce ul.products li.product .price ins .usdt-price {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #059669 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    font-family: "Barlow", sans-serif !important;
    padding-top: 8px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    border-top: 1px dashed #a7f3d0 !important;
}

/* Label before USDT price */
.woocommerce ul.products li.product .price ins .usdt-price::before {
    content: 'Pago USDT:';
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    display: inline !important;
    margin-bottom: 0 !important;
    flex-shrink: 0;
    margin-right: 8px;
}

/* USDT price in single-price products (no discount wrapper) */
.thunk-product-content .usdt-price {
    display: block !important;
    color: #059669 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: "Barlow", sans-serif !important;
    padding-top: 6px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

/* ─────────────────────────────────────────────────────────────────────────
 * USDT PRICE - Single Product Page
 * ───────────────────────────────────────────────────────────────────────── */

.summary.entry-summary .price .usdt-price {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #059669 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    font-family: "Barlow", sans-serif !important;
    padding-top: 8px !important;
    margin: 0 !important;
    border-top: 1px dashed #a7f3d0 !important;
    line-height: 1.4 !important;
}

.summary.entry-summary .price .usdt-price::before {
    content: 'Pago USDT:';
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    display: inline !important;
    margin: 0 !important;
    flex-shrink: 0;
    margin-right: 8px;
}

/* ============================================================================
 * SINGLE PRICE PRODUCTS (NO DISCOUNT)
 * ============================================================================
 * Style single price products to match the height of discounted products
 * Add invisible "Precio regular" section to match the <del> structure
 * ============================================================================ */

/* Main price wrapper for single-price products */
.woocommerce ul.products li.product .price>.dual-price-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    background: #ffffff !important;
    border: 2px solid #a7f3d0 !important;
    border-radius: 12px !important;
    padding: 12px !important;
    box-shadow: 0 4px 6px rgba(16, 185, 129, 0.1) !important;
    position: relative;
}

/* "Precio efectivo" label INSIDE the box for single-price products */
.woocommerce ul.products li.product .price>.dual-price-block::before {
    content: '\f0d6  Pago en efectivo';
    font-size: 14px;
    color: #059669;
    font-weight: 600;
    font-family: FontAwesome, "Barlow", sans-serif;
    margin: 0 0 0 0;
    line-height: 1;
    display: block;
}

/* Create "Precio efectivo" label for single-price products ONLY */
/* This creates an invisible "Precio regular" section to match discounted product height */
.woocommerce ul.products li.product .price:not(:has(del, ins))::before {
    content: 'Precio regular\A35 USD        350 Bs.';
    white-space: pre;
    font-size: 12px;
    color: transparent;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 6px;
    visibility: hidden;
    line-height: 3;
}

/* HIDE price::before if price contains del or ins (discounted products) */
.woocommerce ul.products li.product .price:has(del, ins)::before {
    content: none !important;
    display: none !important;
}

/* Remove the invisible spacer - NOT NEEDED */
.woocommerce ul.products li.product .price::after {
    content: none !important;
    display: none !important;
}

/* Single price USD - make it bold and emerald */
.woocommerce ul.products li.product .price>.dual-price-block .woocommerce-Price-amount {
    color: #059669 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    text-decoration: none !important;
    font-family: "Barlow", sans-serif !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Single price currency symbol */
.woocommerce ul.products li.product .price>.dual-price-block .woocommerce-Price-currencySymbol {
    font-weight: 600 !important;
    color: #059669 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

/* Single price Bs. styling */
.woocommerce ul.products li.product .price>.dual-price-block .bs-price {
    color: #1f2937 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    font-family: "Barlow", sans-serif !important;
    padding-top: 8px !important;
    border-top: 1px dashed #a7f3d0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
    gap: 8px !important;
    line-height: 1;
}

/* "Equivalente en Bs." label for single price */
.woocommerce ul.products li.product .price>.dual-price-block .bs-price::before {
    content: 'Equivalente:';
    color: #666666;
    font-weight: 400;
    font-size: 11px;
    font-family: "Barlow", sans-serif;
}

/* Single price USDT styling */
.woocommerce ul.products li.product .price>.dual-price-block .usdt-price {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #059669 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: "Barlow", sans-serif !important;
    padding-top: 8px !important;
    border-top: 1px dashed #a7f3d0 !important;
    text-align: left !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.woocommerce ul.products li.product .price>.dual-price-block .usdt-price::before {
    content: 'Pago USDT:';
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    display: inline !important;
    margin: 0 !important;
    flex-shrink: 0;
    margin-right: 8px;
}

/* Always show product buttons */
.thunk-product-hover {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
}

.woocommerce ul.products li.product:hover .price,
.woocommerce .thunk-product:hover .price {
    opacity: 1 !important;
}

.contenedor-botones_bloque_freddy {
    width: 100% !important;
    padding: 0 10px;
}

/* Style for Añadir al carrito button */
.thunk-product-hover .contenedor-botones_bloque_freddy .boton_agregar_carrito_freddy {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: "Barlow", sans-serif !important;
    font-weight: 500 !important;
    padding: 12px 18px !important;
    background-color: transparent !important;
    color: black !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    border: 1px solid #8d8d8d !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    transition: all 0.25s ease !important;
    width: 100% !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    margin: 14px 0 14px 0 !important;
    line-height: 0 !important;
}

.thunk-product-hover .contenedor-botones_bloque_freddy .boton_agregar_carrito_freddy:hover {
    background-color: #727272 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25) !important;
}

/* Discount % badge on the left of the product image, same level as ¡Oferta! */
.thunk-product-image {
    position: relative;
}

.discount-badge {
    position: absolute;
    top: 0;
    border-radius: 3px;
    left: 0;
    background: #e60023;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 8px;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    z-index: 2;
}

/* Optional: keep the existing ¡Oferta! on the right */
.thunk-product-image .onsale {
    right: 12px;
    top: 12px;
    left: auto;
}

ul.products li.thunk-woo-product-list .contenedor-botones_bloque_freddy a.add_to_cart_button::before {
    content: none !important;
    display: none !important;
}

/* For the labels 'entrega inmediata' & '1-3 dias habiles' */
.delivery-label {
    width: 100%;
    display: flex;
    justify-content: center;
}

.delivery-label-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
}

.delivery-label-content i {
    font-size: 14px;
}

/* External (DigiCorp) */
.delivery-label.external .delivery-label-content,
.delivery-label.immediate .delivery-label-content {
    border: 1px solid #a7f3d0;
    background-color: #ecfdf5;
    color: #065f46 !important;
    width: 90%;
}

.delivery-label.external .delivery-label-content i,
.delivery-label.immediate .delivery-label-content i {
    color: #065f46 !important;
}

.delivery-label.external .delivery-label-content,
.delivery-label.immediate .delivery-label-content {
    font-size: 11px;
}

/* Only hide the check on product grid cards */
.woocommerce ul.products li.product a.button.added::after {
    content: none !important;
}

/* ============================================================================
 * RESPONSIVE DESIGN - Mobile
 * ============================================================================ */

@media screen and (max-width: 767px) {
    .thunk-product-hover .contenedor-botones_bloque_freddy .boton_agregar_carrito_freddy {
        width: 100% !important;
        padding: 12px 10px !important;
    }

    .woocommerce ul.products li.product.thunk-woo-product-list .price del {
        margin-right: 3px !important;
    }

    .woocommerce ul.products li.product .price del,
    .woocommerce ul.products li.product .price ins {
        font-family: "Barlow", sans-serif !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
    }

    /* Mobile: old prices smaller */
    .woocommerce ul.products li.product .price del .woocommerce-Price-amount,
    .woocommerce ul.products li.product .price del .bs-price.bs-old {
        font-size: 14px !important;
    }

    /* Mobile: new price smaller */
    .woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
        font-size: 20px !important;
    }

    .woocommerce ul.products li.product .price ins .dual-price-block {
        padding: 12px !important;
        gap: 10px !important;
    }

    .woocommerce ul.products li.product .price {
        display: flex !important;
        justify-content: left !important;
        gap: 10px !important;
    }

    .woocommerce ul.products li.product .price ins .bs-price,
    .woocommerce ul.products li.product .price>.dual-price-block .bs-price {
        gap: 0 !important;
        font-size: 13px !important;
    }

    /* Mobile: USDT prices */
    .woocommerce ul.products li.product .price ins .usdt-price,
    .woocommerce ul.products li.product .price>.dual-price-block .usdt-price,
    .summary.entry-summary .price .usdt-price {
        font-size: 12px !important;
        gap: 8px !important;
    }

    .woocommerce ul.products li.product .price ins .usdt-price::before,
    .woocommerce ul.products li.product .price>.dual-price-block .usdt-price::before,
    .summary.entry-summary .price .usdt-price::before {
        font-size: 11px !important;
        margin-right: 0 !important;
    }
}