/* ==========================================================================
   TIENDAPADEL.UY - ARCHIVO CSS COMPLETO, REORDENADO Y OPTIMIZADO
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&amp;display=swap');

:root {
    --color-primary: #003366;
    --color-accent: #00AFEF;
    --color-accent-alt: #00AEEF;
    --color-blue-select: #0056b3;
    --color-danger: #e60000;
    --color-text: #333333;
    --color-text-muted: #555555;
    --transition-base: 0.3s ease;
}

/* ==========================================================================
   1. CONFIGURACIÓN BASE, TIPOGRAFÍAS Y UTILIDADES GLOBALES
   ========================================================================== */

body {
    background-color: #ffffff;
}

/* SVG: Optimización de renderizado */
img[src$=".svg"] {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Encabezados y Títulos Grandes Globales */
#featured-products h2.h2,
#onsale-products h2.h2,
#recent-products h2.h2,
h2.h2.mt-4,
.entry-title:not(.product_title) {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 0 20px 0 !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 60px auto 35px auto !important;
    position: relative !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    color: var(--color-text) !important;
    background-image: linear-gradient(var(--color-accent), var(--color-accent)) !important;
    background-size: 90px 4px !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
}

.entry-title {
    text-align: left !important;
    text-transform: uppercase;
}

.term-description {
    text-align: center;
    margin-bottom: 1.25rem !important;
    font-size: 1rem;
}

/* Bloques de branding e iconos decorativos del Home */
.icono-home-desc {
    background: #85C1E9;
    color: white;
    text-align: justify;
    font-size: 1.125rem !important;
    font-weight: bold;
    padding: 0.9375rem 5.625rem;
    border-radius: 0.625rem;
}

.bi.bi-truck,
.icono-home-title,
.cat-item-114,
.cat-item-88,
#metaslider-id-905,
.related.products,
.button.wc-backward {
    display: none !important;
}

.metaslider.ml-slider {
    margin-top: 0.3125rem !important;
}

/* Componente Widget de Reseñas */
h2.ur-carousel-title {
    font-size: 15px !important;
    font-weight: 700 !important;
}

p.ur-total-count {
    font-size: 12px !important;
    color: #888888 !important;
}

.ur-review-card {
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
    border: 1px solid #f0f0f0 !important;
    transition: transform var(--transition-base) !important;
}

.ur-review-card:hover {
    transform: translateY(-5px);
}

.ur-card-image-wrapper {
    max-width: 160px !important;
    margin: 0 auto !important;
    padding-top: 10px;
}

.ur-card-author {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
}

h6.ur-card-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-top: 10px !important;
    line-height: 1.2 !important;
}

p.ur-card-comment {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: var(--color-text-muted) !important;
}

.ur-card-product,
.ur-card-product * {
    color: var(--color-blue-select) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

.ur-card-product i {
    color: var(--color-blue-select) !important;
    margin-right: 5px !important;
}

small.text-muted.ur-card-product {
    color: var(--color-blue-select) !important;
}

/* Chat flotante WhatsApp Animado */
.joinchat__button {
    animation: pulse-green 2s infinite;
    border-radius: 50%;
}

@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ==========================================================================
   2. CABECERA, NAVEGACIÓN Y BUSCADOR (HEADER / NAV)
   ========================================================================== */

/* ==========================================================================
   2.1 LOGO PRINCIPAL
   ========================================================================== */

.main-header .main-logo,
.main-header .custom-logo {
    width: 350px !important;
    height: auto !important;
    max-height: 106px !important;
    display: block;
    transition: opacity var(--transition-base),
                transform var(--transition-base);
}

/* ==========================================================================
   2.2 ICONOS HEADER
   ========================================================================== */

.tpadel-header-icon {
    position: relative;
    font-size: 22px;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.25s ease;
}

.tpadel-header-icon:hover {
    color: #e11d48;
}

/* contador carrito */
.tpadel-cart-count {
    position: absolute;
    top: -10px;
    right: -10px;

    width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e11d48;
    color: #ffffff;
    border: 2px solid #f8fafc;
    border-radius: 50%;

    font-size: 9px;
    font-weight: bold;
}

/* ==========================================================================
   FAVORITOS + CARRITO FLOTANTE
   ========================================================================== */

.btn-fav-final div,
#urufc-floating-cart .urufc-toggle {
    position: relative !important;

    width: 52px !important;
    height: 52px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #000000 !important;
    border-radius: 50% !important;

    box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;

    transition: all 0.2s ease;
}

.btn-fav-final i {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;

    color: #ffffff !important;
    font-size: 24px !important;

    transform: translate(-50%, -50%) !important;
}

#urufc-floating-cart .urufc-toggle svg {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;

    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;

    transform: translate(-50%, -50%) !important;
}

/* hover micro interacción */
.btn-fav-final div:hover,
#urufc-floating-cart .urufc-toggle:hover {
    transform: scale(1.05);
}

/* ==========================================================================
   2.3 BARRA SUPERIOR
   ========================================================================== */

.barrita-superior-texto,
.barrita-superior .link-carrito-fantasma {
    display: none !important;
}

.barrita-superior {
    padding: 0 !important;
    background: linear-gradient(90deg,#000,#111,#000) !important;
}

.barra-envios {
    display: inline-block;
    padding: 8px 0;
    color: #ffffff;
    font-size: 15px;
    animation: blinkEnvios 2.2s ease-in-out infinite;
}

@keyframes blinkEnvios {
    0%,100% { opacity: 1; }
    50% { opacity: 0.75; }
}

/* ==========================================================================
   2.4 BUSCADOR (OPCIÓN 2 + FIX PREMIUM FOCUS)
   ========================================================================== */

.main-search-form .aws-container {
    background: #ffffff;

    border: 1.5px solid #e5e7eb !important;
    border-radius: 999px !important;

    display: flex;
    align-items: center;

    overflow: hidden;

    position: relative;

    transition: all 0.25s ease;

    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* ICONO LUPA */
.main-search-form .aws-container::before {
    content: "🔍";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    opacity: 0.45;
    pointer-events: none;
}

/* HOVER */
.main-search-form .aws-container:hover {
    border-color: #d1d5db;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

/* FIX FOCUS (sin borde grueso, solo sombra suave) */
.main-search-form .aws-container:focus-within {
    border-color: #e5e7eb !important;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);

    transform: none !important;
}

/* INPUT */
.main-search-form input.aws-search-field {
    border: none !important;
    outline: none !important;

    padding: 12px 16px 12px 38px !important;

    font-size: 15px;
    color: #0f172a;

    background: transparent !important;

    width: 100%;
}

/* quitar outline feo navegador */
.main-search-form input.aws-search-field:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* placeholder */
.main-search-form input.aws-search-field::placeholder {
    color: #94a3b8;
    font-size: 14px;
}

/* BOTÓN */
.main-search-form .aws-search-btn {
    background-color: #000000 !important;
    color: #ffffff !important;

    border-radius: 0 999px 999px 0 !important;

    padding: 0 18px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.25s ease;
}

/* hover botón */
.main-search-form .aws-search-btn:hover {
    background-color: #e11d48;
}

/* icono botón */
.main-search-form .aws-search-btn svg {
    width: 18px;
    height: 18px;
}

/* estado loading plugin */
.main-search-form .aws-container.aws-processing {
    opacity: 0.9;
}

/* dropdown mejorado */
.aws-search-result {
    border-radius: 14px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
    overflow: hidden;
    margin-top: 10px !important;
}

.aws-search-result .aws_result_item {
    padding: 12px 14px !important;
    transition: all 0.2s ease;
}

.aws-search-result .aws_result_item:hover {
    background: #f8fafc !important;
}

/* ==========================================================================
   3. MENÚ SIDEBAR Y MODAL DE CATEGORÍAS (WOOCOMMERCE)
   ========================================================================== */

.sidebar-categories .widget.woocommerce.widget_product_categories {
    padding: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.sidebar-categories .widget_product_categories ul.product-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-categories .widget_product_categories ul.product-categories > li {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.sidebar-categories .widget_product_categories ul.product-categories > li:last-child {
    border-bottom: 0;
}

.sidebar-categories .widget_product_categories ul.product-categories > li > a {
    display: block;
    padding: 0.75rem 0;
    color: #111111;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background: transparent;
    border: none;
    box-shadow: none;
    line-height: 1.2;
    position: relative;
    transition: all .22s ease;
}

.sidebar-categories .widget_product_categories ul.product-categories > li > a:hover {
    color: #111111;
    background: transparent;
    padding-left: 4px;
}

/* Subcategorías Hijos */
.product-categories ul.children {
    margin: 0.35rem 0 0.5rem 0;
    padding: 0.5rem 0.75rem;
    background: #ffffff !important;
    border-radius: 0.5rem;
    border: 1px solid #f0f0f0;
    box-shadow: none !important;
}

.product-categories ul.children li {
    list-style: none;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
}

.product-categories ul.children li a {
    display: block;
    color: #666666 !important;
    padding: 0.3rem 0;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 1.15;
    position: relative;
    transition: all .22s ease;
}

.product-categories ul.children li a:hover {
    color: #111111 !important;
    background: transparent !important;
    padding-left: 4px;
}

.sidebar-categories .current-cat > a {
    font-weight: 700;
    color: #000000 !important;
}

.product-categories .count {
    color: #777777;
    font-size: 0.85rem;
}

/* Líneas Animadas Hover Efecto Slider */
.sidebar-categories .widget_product_categories ul.product-categories > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #111111;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .28s ease;
}

.sidebar-categories .widget_product_categories ul.product-categories > li > a:hover::after,
.sidebar-categories .current-cat > a::after {
    transform: scaleX(1) !important;
}

.product-categories ul.children li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #111111;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.product-categories ul.children li a:hover::after {
    transform: scaleX(1);
}

/* Modales Categorías Especiales (Eliminar Azul Absoluto) */
body #modal-categories,
body #modal-categories .modal-content,
body #modal-categories .modal-body,
body #modal-categories .modal-dialog {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

#modal-categories .modal-content {
    background-color: var(--color-primary) !important;
}

body #modal-categories * {
    background-color: #ffffff !important;
    color: #111111 !important;
    font-family: 'Barlow', sans-serif !important;
}

#modal-categories .product-categories li a {
    color: #111111 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

#modal-categories .cat-parent::after {
    color: #111111 !important;
}

#modal-categories .modal-body .searchform,
#modal-categories .modal-header .search-wrapper,
#modal-categories input[type="text"],
#modal-categories input[type="search"] {
    background-color: #ffffff !important;
    color: var(--color-text) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#modal-categories button.search-submit,
#modal-categories .btn-search {
    background-color: transparent !important;
    color: var(--color-text) !important;
}

#modal-categories .menu-item a,
#modal-categories .card-header,
#modal-categories .btn-link {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* ==========================================
   ICONOS SVG - ESCRITORIO Y MÓVIL
   ========================================== */

/* ==========================================
   ALINEACIÓN ICONOS SVG
   ========================================== */

.product-categories > li > a {
    position: relative;
    padding-left: 34px !important;
}

.product-categories > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    image-rendering: -webkit-optimize-contrast;
    transition: transform .2s ease;
}

.product-categories > li > a:hover::before {
    transform: translateY(-50%) scale(1.08);
}

/* PALAS */
.cat-item-15 > a::before {
    background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/palas.svg");
}

/* MOCHILAS */
.cat-item-40 > a::before {
    background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/mochila.svg");
}

/* ACCESORIOS */
.cat-item-119 > a::before {
    background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/accesorios.svg");
}

/* PELOTAS */
.cat-item-53 > a::before {
    background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/pelota.svg");
}

/* VESTIMENTA */
.cat-item-66 > a::before {
    background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/vestimenta.svg");
}

/* OTROS DEPORTES */
.cat-item-147 > a::before {
    background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/deportes.svg");
}

/* --- MENU DE CATEGORIAS VISUAL: ALINEACION PERFECTA --- */

.menu-categorias-full-width {
    width: 100%;
    padding: 40px 0;
    margin: 20px 0; /* Separa el bloque de los elementos de arriba y abajo */
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.menu-categorias-full-width .lista-categorias {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Esto estira las tarjetas para que tengan la misma altura */
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px; 
}

.menu-categorias-full-width li {
    flex: 1;
}

/* Tarjeta base */
.menu-categorias-full-width .card-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centrado horizontal */
    justify-content: flex-start; /* Alinea contenido hacia arriba para consistencia */
    text-decoration: none;
    height: 100%;
    padding: 25px 10px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.3s ease;
}

/* Contenedor del icono con tamaño fijo para alinear todo */
.icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
}

/* Caja de texto con altura fija para evitar que se desalineen las tarjetas */
.category-name {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    min-height: 40px; /* Altura mínima para que el texto siempre alinee igual */
    display: flex;
    align-items: center; /* Centrado vertical del texto */
    justify-content: center;
    transition: color 0.3s ease;
}

/* EFECTO HOVER: DEGRADADO AZUL */
.menu-categorias-full-width .card-item:hover {
    background: linear-gradient(135deg, #007bff 0%, #00d2ff 100%);
    border-color: #007bff;
    box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
}

.menu-categorias-full-width .card-item:hover .category-name {
    color: #ffffff;
}

.menu-categorias-full-width .card-item:hover .icon-holder {
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}

/* --- ASIGNACION DE ICONOS SVG --- */
.cat-item-15 .icon-holder { background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/palas.svg"); }
.cat-item-40 .icon-holder { background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/mochila.svg"); }
.cat-item-119 .icon-holder { background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/accesorios.svg"); }
.cat-item-53 .icon-holder { background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/pelota.svg"); }
.cat-item-66 .icon-holder { background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/vestimenta.svg"); }
.cat-item-147 .icon-holder { background-image: url("https://tiendapadel.uy/wp-content/uploads/2026/06/deportes.svg"); }

/* --- ADAPTACION RESPONSIVA --- */
@media (max-width: 992px) {
    .menu-categorias-full-width .lista-categorias {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

@media (max-width: 600px) {
    .menu-categorias-full-width .lista-categorias {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .icon-holder {
        width: 60px;
        height: 60px;
    }
    .category-name {
        font-size: 11px;
        min-height: 30px;
    }
}

/* ==========================================================================
   4. CATÁLOGO DE TIENDA Y TARJETAS DE PRODUCTO (SHOP)
   ========================================================================== */

.products-grid li.product,
.products-grid article.product,
.woocommerce:not(.single-product) li.product,
.woocommerce:not(.single-product) article.product,
.woocommerce ul.products li.product {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 14px;
    text-align: center;
    transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.25s ease;
    position: relative;
}

.products-grid li.product:hover,
.woocommerce:not(.single-product) li.product:hover,
.woocommerce ul.products li.product:hover {
    transform: translateY(-2px);
    border-color: #0ea5e9;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.woocommerce-loop-product__link {
    display: block;
}

.woocommerce-loop-product__link img {
    border-radius: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* Título de Tarjeta con Línea Divisoria */
.woocommerce-loop-product__title {
    position: relative;
    padding-top: 12px;
    font-size: 0.95rem !important;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    line-height: 1.3;
    min-height: 48px;
    margin-bottom: 8px;
}

.woocommerce-loop-product__title::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    position: absolute;
    top: 0;
    left: 0;
}

/* Botón Favorito Flotante en Tarjeta */
.tpadel-fav-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    padding: 5px;
    transition: all 0.3s ease;
    border: none;
}

.tpadel-fav-btn:hover {
    transform: scale(1.2);
}

.tpadel-fav-btn i {
    color: #94a3b8;
    font-size: 20px;
    transition: color 0.3s ease;
}

.tpadel-fav-btn i.fa-solid {
    color: transparent;
    -webkit-text-stroke: 1px #e11d48;
}

/* Formateo de Precios en Catálogo */
.price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price ins,
.price > span {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.price .woocommerce-Price-currencySymbol,
.price bdi {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #0ea5e9 !important;
}

.price del,
.price del span,
.price del bdi,
.price del .woocommerce-Price-currencySymbol {
    font-size: 0.8rem !important;
    color: #9ca3af !important;
    font-weight: 500 !important;
}

/* Selector Premium de Ordenamiento */
.woocommerce-ordering select.orderby {
    height: 45px !important;
    width: auto;
    padding: 0 40px 0 15px !important;
    border: 2px solid var(--color-blue-select) !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--color-text) !important;
    text-transform: none !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230056b3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 14px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    transition: background-color var(--transition-base), color var(--transition-base) !important;
}

.woocommerce-ordering select.orderby:hover {
    background-color: var(--color-blue-select) !important;
    color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
}

/* Limpieza de Botones Nativos y Badges de WooCommerce */
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.ajax_add_to_cart,
.quickswish-btn::before,
.quickswish-btn::after,
.onsale,
.in-stock,
.out-of-stock {
    display: none !important;
}

/* Sección de Ofertas Especiales (Fondo Rejilla Gráfica) */
#onsale-products {
    background-color: #e2e8f0;
    background-image:
        linear-gradient(rgba(0,0,0,0.08) 1.5px, transparent 1.5px),
        linear-gradient(90deg, rgba(0,0,0,0.08) 1.5px, transparent 1.5px);
    background-size: 40px 40px;
    padding-top: 10px;
    padding-bottom: 2.5rem;
    border-top: 1px solid #cbd5e0;
    border-bottom: 1px solid #cbd5e0;
}

#onsale-products h2.h2 {
    text-align: center;
    margin-bottom: 20px;
}

#onsale-products h2.h2 img.emoji {
    width: 1.2em;
    margin-left: 10px;
    animation: latido-fuego 1.6s infinite ease-in-out;
}

#onsale-products:hover {
    background-color: #dbe2eb;
}

#onsale-products:hover .products-grid li.product {
    box-shadow: 0 10px 30px rgba(0, 174, 239, 0.12);
}

@keyframes latido-fuego {
    0% { transform: scale(1); filter: drop-shadow(0 0 0px rgba(255,165,0,0)); }
    50% { transform: scale(1.2); filter: drop-shadow(0 0 10px rgba(255,165,0,0.4)); }
    100% { transform: scale(1); filter: drop-shadow(0 0 0px rgba(255,165,0,0)); }
}

/* Centrado específico para el contenedor de precio dentro de las tarjetas */
ul.products li.product .price {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

/* Asegurar que el elemento que contiene el monto esté centrado */
ul.products li.product .price .woocommerce-Price-amount {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}










/* ==========================================================================
   5. BANNERS PERSONALIZADOS Y COMPONENTES ROTATIVOS
   ========================================================================== */

.banner-rotativo-container {
    position: relative;
    width: 100%;
    height: 140px;
    margin: 20px 0;
    overflow: hidden;
}

.banner-item {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.banner-item.active {
    display: block !important;
    opacity: 1;
}

.banner-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-family: sans-serif;
    overflow: hidden;
}

/* 5.1 Banner Redelocker */
.banner-redelocker {
    background: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e11d48;
    width: 100%;
    box-sizing: border-box;
}

.locker-content {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 700px;
    width: 100%;
}

.locker-logo img {
    max-width: 100px;
    height: auto;
    display: block;
}

.redelocker-title {
    margin: 0 0 2px 0;
    font-size: 1.6rem;
    color: #e11d48;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.1;
}

.redelocker-subtitle {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.redelocker-desc {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.3;
    font-weight: 500; 
}

/* 5.2 Banner Mercado Pago */
.banner-mercadopago {
    display: flex;
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    align-items: stretch;
}

.mp-column:nth-child(1) {
    background-color: #4267b2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 20px;
}

.mp-text {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
    text-align: right;
    line-height: 1.1;
}

.mp-column:nth-child(2) {
    background-color: #fbd366;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mp-cuotas {
    font-size: 8rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}

.mp-sub {
    font-size: 1.5rem;
    font-weight: 800;
    color: #4267b2;
    line-height: 1;
    text-align: left;
    display: block;
}

.mp-column:nth-child(3) {
    background-color: #ffffff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp-logo {
    max-width: 240px;
}

/* 5.3 Banner Proceso de Compra */
.proceso-pasos {
    background: #d3d3d3;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.proceso-titulo {
    font-size: 0.9rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    background: #0f172a;
    padding: 6px 20px;
    border-radius: 2px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    width: calc(100% - 120px);
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.pasos-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
}

.paso-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.paso-icono {
    background: #f8fafc;
    border: 2px solid #fbbf24;
    color: #0f172a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 8px;
    transition: 0.3s;
}

.paso-texto {
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #64748b;
    text-align: center;
}

.paso-item:hover .paso-icono {
    background: #fbbf24;
    color: #fff;
    transform: translateY(-3px);
}

/* 5.4 Banner de Blog Vistoso */
.banner-blog-vistoso {
    background: #f8fafc;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e8f0;
    width: 100%;
    box-sizing: border-box;
}

.blog-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 800px;
}

.blog-logo-area {
    width: 50%;
    display: flex;
    justify-content: center;
}

.blog-logo-area img {
    width: 90%;
    height: auto;
}

.blog-text-area {
    width: 50%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-title-vistoso {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0.9;
    background: linear-gradient(90deg, #0f172a 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-desc-vistoso {
    margin: 8px 0 12px 0;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.0;
    font-weight: 800;
}

.blog-btn-vistoso {
    padding: 10px 25px;
    background: #e11d48;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
    animation: pulse-animation 2s infinite;
}

.blog-btn-vistoso:hover {
    background: #1e293b;
    transform: scale(1.1);
    animation: none;
}




@keyframes pulse-animation {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); box-shadow: 0 0 10px rgba(225, 29, 72, 0.3); }
    100% { transform: scale(1); }
}

/*
==========================================================================
   6. FICHA DE PRODUCTO INDIVIDUAL (PRODUCT PAGE)
   ==========================================================================
*/
 
.single-product .product .summary.entry-summary {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 10px 0 !important;
    text-align: left !important;
    width: 100% !important;
}
 
.single-product #primary {
    margin-top: 0 !important;
    padding-top: 20px !important;
}
 
.single-product:not(.quickswish-content-area) .product .entry-content {
    margin-top: 0.2rem !important;
}
 
.single-product:not(.quickswish-content-area) .product .product_title {
    font-size: 22px !important;
    color: var(--color-primary) !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    letter-spacing: -0.3px !important;
    margin-bottom: 8px !important;
    text-align: left !important;
    line-height: 1.3 !important;
    display: block !important;
}
 
/* Corregir Precios Duplicados o Desalineados */
.single-product div.product .summary .price {
    display: block !important;
    text-align: left !important;
    margin-top: 10px;
    margin-bottom: 15px;
}
 
.single-product div.product .summary .price span,
.single-product div.product .summary .price ins,
.single-product div.product .summary .price del {
    display: inline !important;
}
 
.single-product div.product .summary .price .woocommerce-Price-currencySymbol,
.single-product div.product .summary .price bdi {
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    color: #0ea5e9 !important;
}
 
.single-product div.product .summary .price del,
.single-product div.product .summary .price del span,
.single-product div.product .summary .price del bdi,
.single-product div.product .summary .price del .woocommerce-Price-currencySymbol {
    font-size: 1rem !important;
    color: #9ca3af !important;
}
 
.single-product:not(.quickswish-content-area) .product .price {
    text-align: left !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin: 0 0 15px 0 !important;
    display: block !important;
    color: #000000 !important;
}
 
.single-product:not(.quickswish-content-area) .product .price del {
    font-size: 0.7em !important;
    color: #aaaaaa !important;
    margin-right: 8px !important;
    display: inline-block !important;
}
 
.single-product:not(.quickswish-content-area) .product .price ins {
   text-decoration: none !important;
   color: var(--color-danger) !important;
}
 
/* Descripción Corta: Estilo Editorial Premium con Inter */
.single-product:not(.quickswish-content-area) .product .woocommerce-product-details__short-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.90rem !important;
    line-height: 1.5 !important;
    color: var(--color-text-muted) !important;
    margin: 20px 0 30px 0 !important;
    border-left: 2px solid #e2e8f0 !important; 
    padding-left: 20px !important; 
    text-align: justify !important;
    font-weight: 400 !important;
}
 
.woocommerce-product-details__short-description br {
    display: block;
    margin: 6px 0;
}
 
/* Ocultación de Elementos Obsoletos en Ficha */
.single-product .entry-title,
#stock_notifier_main_form {
    display: none !important;
}
 
/* Suscripción de Stock */
.stock_alert_button {
    text-align: center;
    background: var(--color-accent);
    color: white;
    border-radius: 0.75rem;
}
 
.subscribe_for_interest_text {
    font-size: 1rem !important;
    font-weight: bold;
}
 
.stock_notifier-subscribe-form {
    padding-left: 1.375rem !important;
    padding-bottom: 2.5rem;
}
 
/* Encabezados de Productos Cruzados (Upsells) */
.single-product h3.product_upsells-title,
.single-product .product_upsells h3,
.single-product .related.products h2 {
    font-size: 20px !important;
    color: #444444 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-align: center !important;
    margin: 50px auto 25px !important;
    display: block !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
}
 
.single-product h3.product_upsells-title::after,
.single-product .product_upsells h3::after,
.single-product .related.products h2::after {
    content: "" !important;
    display: block !important;
    width: 50px !important;
    height: 3px !important;
    background-color: var(--color-accent) !important;
    margin: 12px auto 0 !important;
}



/* ==========================================================================
   7. PAGINAS DE CARRITO Y COMPONENTES DE PAGO (CART / CHECKOUT)
   ========================================================================== */

.woocommerce-cart-form th {
    background-color: #f8f9fa;
    color: var(--color-primary) !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px !important;
}

.cart_totals {
    background-color: #fcfcfc;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
}

.cart_totals h2 {
    font-size: 1.2rem !important;
    color: var(--color-primary) !important;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-accent);
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

.wc-bacs-bank-details-account-name,
.wc-bacs-bank-details-heading {
    display: none;
}

/* Sistema de Cupones */
.coupon label {
    display: none !important;
}

.coupon .input-text {
    height: 48px !important;
    border: 1px solid #ccc !important;
    margin-right: 10px !important;
    padding: 0 15px !important;
}

.woocommerce-cart table.cart td.actions .coupon {
    display: flex !important;
    align-items: center !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code {
    width: 250px !important;
    height: 48px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    border: 1px solid #000000 !important;
    border-radius: 4px !important;
    margin-right: 10px !important;
    float: left !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
    color: #999 !important;
}

/* Botón Eliminar Producto (Remove Cruz) */
.woocommerce a.remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background-color: #f2f2f2 !important;
    color: var(--color-text) !important;
    border: 1px solid #dddddd !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
    float: none !important;
}

.woocommerce a.remove:hover {
    background-color: var(--color-danger) !important;
    color: #ffffff !important;
    border-color: var(--color-danger) !important;
}

/* ==========================================================================
   8. BOTONES GLOBALES Y ACCIONES PRIMARIAS
   ========================================================================== */

/* Botón Premium Añadir al Carrito (Ficha Individual) */
.single-product .button.single_add_to_cart_button {
    background-color: var(--color-primary) !important;
    color: white !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 0.9rem 2rem !important;
    border-radius: 6px !important;
    width: 100%;
    display: block;
    box-shadow: 0 3px 8px rgba(0, 51, 102, 0.2);
    transition: background-color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);
}

.single-product .button.single_add_to_cart_button:hover {
    background-color: var(--color-danger) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(255, 0, 0, 0.3);
}

/* Acciones en Carrito y Finalizar Compra */
.cart .coupon .button {
    background-color: #eeeeee !important;
    color: var(--color-text) !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}

.cart .button[name="update_cart"] {
    background-color: var(--color-primary) !important;
    color: white !important;
    opacity: 0.7;
}

.cart .button[name="update_cart"]:hover {
    opacity: 1;
}

.checkout-button {
    background-color: var(--color-accent) !important;
    color: white !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    padding: 15px !important;
    border-radius: 8px !important;
    transition: background-color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);
    box-shadow: 0 4px 10px rgba(0, 175, 239, 0.3);
}

.checkout-button:hover {
    background-color: var(--color-primary) !important;
    transform: translateY(-2px);
}

.woocommerce-cart .actions .button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart #content table.cart td.actions .button {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    height: 48px !important;
    padding: 0 30px !important;
    border-radius: 4px !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color var(--transition-base), color var(--transition-base), box-shadow var(--transition-base) !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.woocommerce-cart .actions .button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background-color: var(--color-accent-alt) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100% !important;
    margin-top: 15px !important;
}

/* ==========================================================================
   9. COMPONENTE FOOTER Y BLOQUES DE MARCA (PIE DE PÁGINA)
   ========================================================================== */

.site-footer {
    text-align: center;
    background-color: black;
    padding: 2rem 0.625rem 5rem 0.625rem !important;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 1.2rem;
}

.site-footer h4,
.footer-categorias .widget-title {
    color: white;
}

.footer-datos {
    color: white;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#footer-datos .footer-datos {
    color: white;
    font-size: 0.75rem;
}

.menu-footer {
    margin: 0;
    padding: 1rem;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
}

.menu-footer > li {
    margin-bottom: 8px;
}

.menu-footer > li > a {
    color: var(--color-accent);
    font-weight: bold;
    text-decoration: none;
    transition: color var(--transition-base), transform var(--transition-base), text-shadow var(--transition-base);
    display: inline-block;
}

.menu-footer > li > a:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    text-shadow: 0 0 8px rgba(0, 175, 239, 0.6);
}

.footer-categorias .product-categories .cat-item a {
    color: white;
    transition: opacity var(--transition-base);
}

.footer-categorias .product-categories .cat-item a:hover {
    opacity: 0.7;
}

footer .children,
.footer-urutienda {
    display: none;
}

.link-instagram-footer {
    color: white;
    list-style-type: none;
    text-decoration: none;
}

.bi-instagram {
    font-size: 1.25rem;
}

.footer-pagos {
    text-align: center;
    padding: 0.25rem;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 1.2rem;
}

.footer-urutienda-logo {
    display: flex;
    justify-content: flex-end;
}

.footer-urutienda-logo a {
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    width: 35%;
}

.urutienda-sub-container {
    background: #3c3c3c !important;
}

.urutienda-sub-title {
    color: white;
}

/* Enlace Destacado Instagram en Footer con Gradiente Real */
.footer-instagram-link {
    margin: 20px 0;
    text-align: center;
}

.footer-instagram-link a {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
    padding: 10px 20px;
}

.footer-instagram-link i {
    font-size: 38px;
    margin-right: 12px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #ff3322 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1;
    filter: drop-shadow(0 0 2px rgba(214, 36, 159, 0.4));
}

.footer-instagram-link span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: lowercase;
}

.footer-instagram-link a:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

/* ==========================================================================
   10. RESPONSIVE DESIGN (MEDIA QUERIES CONSOLIDADAS)
   ========================================================================== */

/* 10.1 ESCRITORIO O DISPOSITIVOS GRANDES (>= 768px) */
@media (min-width: 768px) {
    .accordion details > summary {
        font-size: 20px;
        padding: 28px 20px !important;
    }

    .accordion .content {
        font-size: 16px;
        padding: 0 20px 28px;
    }
}

/* 10.2 DIAGONALES MEDIANAS Y TABLETS (&lt;= 768px) */
@media (max-width: 768px) {
    .barrita-superior a,
    .barrita-superior .xt_woofc-cart-link {
        top: 60px !important;
        right: 12px !important;
        width: 32px !important;
        height: 32px !important;
    }
    
    .barrita-superior a::before,
    .barrita-superior .xt_woofc-cart-link::before {
        filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2)) !important;
    }

    .footer-categorias .widget_product_categories ul.product-categories,
    .footer-categorias .widget-title {
        display: none !important;
    }

    .menu-footer,
    #footer-datos .footer-datos,
    .footer-urutienda-logo {
        display: block !important;
    }

    .site-footer {
        padding: 1.5rem 0.625rem 3rem 0.625rem !important;
    }

    .sidebar-categories .widget.woocommerce.widget_product_categories {
        padding: 0.625rem;
    }

    /* Reducción de Encabezados */
    .h2,
    #onsale-products .h2,
    .product_upsells h3,
    .page-title,
    .related.products h2 {
        padding: 8px 40px 8px 12px !important;
        font-size: 0.95rem !important;
        white-space: nowrap !important;
        border-left: 6px solid var(--color-primary) !important;
    }

    /* Adaptación Ficha de Producto */
    .single-product:not(.quickswish-content-area) .product .product_title {
        font-size: 20px !important;
        text-align: left !important;
        margin-top: 35px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        line-height: 1.2 !important;
        display: block !important;
        font-weight: 700 !important;
    }

    .single-product:not(.quickswish-content-area) .product .price {
        font-size: 26px !important;
        text-align: left !important;
        margin-top: -5px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .single-product:not(.quickswish-content-area) .product .price::after {
        margin-top: 8px !important;
        margin-bottom: 5px !important;
    }

    .single-product:not(.quickswish-content-area) .product .woocommerce-product-details__short-description {
        margin-top: -10px !important;
        padding-top: 0px !important;
    }

    .single-product .button.single_add_to_cart_button {
        font-size: 1rem !important;
        padding: 0.8rem 1rem !important;
        margin-top: 0.5rem !important;
    }

    /* Estructura Responsiva de la Tabla del Carrito */
    .woocommerce-cart-form,
    .woocommerce-cart-form__contents {
        width: 100% !important;
        display: block !important;
        overflow-x: hidden !important;
    }

    .woocommerce table.cart thead {
        display: none !important;
    }

    .woocommerce table.cart tr.cart_item {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid #eee !important;
        padding: 10px 0 !important;
    }

    .woocommerce table.cart td,
    .woocommerce-page table.cart td {
        padding-left: 12px !important;
        text-align: left !important;
        display: block !important;
        width: 100% !important;
        position: relative !important;
        border: none !important;
    }

    .woocommerce table.cart td::before,
    .woocommerce-page table.cart td::before {
        content: none !important;
        display: none !important;
        width: 0 !important;
    }

    .woocommerce-cart-form__contents img {
        max-width: 60px !important;
    }

    .shop_table_responsive td::before {
        color: var(--color-primary) !important;
        font-weight: 700;
    }

    .woocommerce table.cart .product-name,
    .woocommerce table.cart .product-price,
    .woocommerce table.cart .product-subtotal {
        text-align: left !important;
    }

    .woocommerce table.cart td.actions {
        text-align: center !important;
        padding: 20px 0 !important;
        padding-left: 0 !important;
    }

    .woocommerce table.cart td.actions .coupon {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    #coupon_code.input-text {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .woocommerce table.cart td.actions .button {
        width: 100% !important;
    }

    .woocommerce-ordering,
    .woocommerce-ordering select.orderby {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    #featured-products h2.h2,
    #onsale-products h2.h2,
    #recent-products h2.h2,
    h2.h2.mt-4,
    .entry-title:not(.product_title) {
        font-size: 16px !important;
        letter-spacing: 1px !important;
        margin: 40px auto 25px auto !important;
        background-size: 50px 3px !important;
        padding-bottom: 12px !important;
    }

    .footer-instagram-link i { font-size: 28px; }
    .footer-instagram-link span { font-size: 18px; }
}

/* 10.3 COMPRENSIÓN SMARTPHONES Y MÓVILES EXCLUSIVOS (&lt;= 600px) */
@media screen and (max-width: 600px) {
    /* Ajuste de Botones Flotantes */
    .btn-fav-final div,
    #urufc-floating-cart .urufc-toggle {
        width: 46px !important;
        height: 46px !important;
    }
    
    #urufc-floating-cart .urufc-toggle svg {
        width: 18px !important;
        height: 18px !important;
    }
    
    .btn-fav-final i {
        font-size: 18px !important;
    }

    #urufc-floating-cart {
        bottom: 80px !important; 
        right: 10px !important;
    }

    /* Redelocker Banner Móvil */
    .banner-redelocker { padding: 10px; }
    .locker-content { 
        flex-direction: row;
        text-align: left;    
        gap: 15px; 
    }
    .locker-logo img { max-width: 60px; }
    .redelocker-title { font-size: 1.1rem; }
    .redelocker-subtitle { font-size: 0.85rem; }
    .redelocker-desc { font-size: 0.75rem; }

    /* Mercado Pago Móvil */
    .banner-mercadopago { min-height: 70px; }
    .mp-text { font-size: 0.8rem; padding-right: 5px; }
    .mp-column:nth-child(1) { padding-right: 5px; }
    .mp-column:nth-child(2) { padding-right: 10px; gap: 5px; }
    .mp-cuotas { font-size: 3.2rem; }
    .mp-sub { font-size: 0.6rem; }
    .mp-logo { max-width: 80px; }

    /* Proceso de Compra Pasos Móvil */
    .proceso-titulo { font-size: 0.7rem; }
    .paso-icono { width: 35px; height: 35px; font-size: 14px; }
    .paso-texto { font-size: 0.6rem; }

    /* Blog Banner Móvil */
    .blog-content { flex-direction: row; gap: 5px; }
    .blog-logo-area { width: 40%; }
    .blog-text-area { width: 60%; padding-left: 8px; }
    .blog-title-vistoso { font-size: 0.9rem; }
    .blog-desc-vistoso { font-size: 0.65rem; }
    .blog-btn-vistoso { padding: 4px 8px; font-size: 0.6rem; }
}

/* 10.4 ESTRUCTURAS CRÍTICAS MOBILE (&lt;= 767px) */
@media (max-width: 767px) {
    .main-header .main-logo,
    .main-header .custom-logo {
        width: 400px !important;
        max-width: 95% !important;
        max-height: 100px !important;
        margin: 4px auto !important;
    }

    .main-header.col-12 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .col-12.col-lg-7.d-flex.align-items-center {
        margin-top: 10px !important;
        padding-right: 50px !important;
    }

    .barrita-superior a,
    .barrita-superior .xt_woofc-cart-link {
        top: 175px !important;
        right: 18px !important;
        width: 32px !important;
        height: 32px !important;
    }
}

/* 10.5 ACCESIBILIDAD */
@media (prefers-reduced-motion: reduce) {
    .barra-envios {
        animation: none;
    }
}

/* --- BARRA LATERAL REDISEÑADA (TIENDA PADEL) --- */

/* 1. RESET GENERAL Y CONTENEDOR */
.tp-custom-sidebar {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px !important;
}

/* 2. LIMPIEZA DE ELEMENTOS WORDPRESS */
.tp-custom-sidebar p:empty, 
.tp-custom-sidebar br {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

.tp-custom-sidebar p {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* 3. ESTRUCTURA BASE DE TODAS LAS TARJETAS */
.tp-card-img, .tp-card-ws, .tp-card-ml {
    display: block !important;
    width: 100% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    transition: transform 0.25s ease !important;
    margin: 0 !important;
}

/* 4. ESTILOS: BLOG */
.tp-card-img { 
    border: 1px solid #e2e8f0 !important; 
}
.tp-card-img img { 
    width: 100% !important; 
    display: block !important; 
}

/* 5. ESTILOS: WHATSAPP (CON DEGRADADO Y BOTÓN MINIMALISTA) */
.tp-card-ws { 
    border: 1px solid #1ea952 !important; 
    /* Degradado de verde oscuro a verde medio */
    background: linear-gradient(180deg, #1e9e4d 0%, #25d366 100%) !important; 
}

.tp-ws-content { 
    display: flex !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    padding: 15px !important; 
}

.tp-logo-ws-svg { 
    width: 70px !important; 
    margin-bottom: 8px !important; 
}

.tp-ws-title { 
    font-size: 20px !important; 
    font-weight: 900 !important; 
    color: #ffffff !important; 
    margin: 0 0 5px 0 !important; 
    line-height: 1.2 !important; 
    text-align: center !important; 
}

/* BOTÓN WHATSAPP MINIMALISTA */
.tp-btn-ws-white {
    background-color: transparent !important; 
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 8px 20px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important; 
    border-radius: 25px !important;
    display: inline-block !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important; 
    margin-top: 10px !important;
    letter-spacing: 0.5px !important; 
}

.tp-btn-ws-white:hover {
    background-color: #ffffff !important;
    color: #1e9e4d !important; 
    border-color: #ffffff !important;
    cursor: pointer !important;
}

/* 6. ESTILOS: MERCADO PAGO */
.tp-card-ml { 
    border: 1px solid #e6d810 !important; 
    background: linear-gradient(180deg, #ffd700 0%, #fff159 100%) !important; 
}
.tp-ml-content { 
    display: flex !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    padding: 0px 15px 15px 15px !important; 
}
.tp-logo-ml { 
    height: 150px !important; 
    width: auto !important;
    margin-bottom: 0px !important; 
    max-width: 100% !important; 
}
.tp-ml-text { 
    font-size: 20px !important; 
    font-weight: 800 !important; 
    color: #2d3277 !important; 
    margin: 0 !important; 
    line-height: 1.2 !important; 
    text-align: center !important;
}

/* 7. SEGURIDAD: ANULAR HERENCIA */
.tp-custom-sidebar a, 
.tp-custom-sidebar a:hover, 
.tp-custom-sidebar a:focus,
.tp-custom-sidebar h3,
.tp-custom-sidebar p {
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    margin: 0 !important;
}

/* 8. EFECTO HOVER */
@media (min-width: 769px) {
    .tp-card-img:hover, .tp-card-ws:hover, .tp-card-ml:hover { 
        transform: translateY(-3px) !important; 
    }
}

/* 9. TARJETA BENEFICIOS (AZUL PREMIUM SAAS) */
.tp-card-benefits {
    display: block !important;
    width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    margin: 0 !important;

    /* degradado más suave y moderno */
    background: linear-gradient(180deg, #003366 0%, #00AEEF 100%) !important;

    border: 1px solid rgba(255, 255, 255, 0.14) !important;

    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

/* contenido */
.tp-benefits-content {
    padding: 8px 8px !important;
    text-align: center !important;
}

/* título (más aireado estilo SaaS) */
.tp-benefits-title {
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin: 0 0 14px 0 !important; /* ajustado para mejor balance visual */
    line-height: 1.25 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
}

/* lista */
.tp-benefits-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important; /* eliminado conflicto */
    margin-top: 6px !important; /* separación controlada con el título */
}

/* items con más “respiración” */
.tp-benefits-list li {
    font-size: 14.5px !important;
    color: #ffffff !important;

    padding: 8px 8px !important;
    margin-bottom: 8px !important;

    background: rgba(255, 255, 255, 0.10) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 10px !important;

    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-align: center !important;

    display: block !important;

    transition: all 0.2s ease !important;
}

/* hover más suave (SaaS feel) */
@media (min-width: 769px) {
    .tp-card-benefits:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
    }

    .tp-benefits-list li:hover {
        background: rgba(255, 255, 255, 0.18) !important;
        border-color: rgba(255, 255, 255, 0.30) !important;
        transform: translateY(-1px);
    }
}
















/* ==========================================================
   HEADER STICKY PREMIUM
   Logo + buscador siempre visibles
   ========================================================== */

/* Header completo fijo */
.sticky-master-header{
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: #fff !important;
}

/* Menú debajo del header */
.main-navigation{
    position: relative !important;
    z-index: 100 !important;
}

/* ==========================================================================
   ESTILOS PERSONALIZADOS PARA FOOTER - TIENDA PADEL UY
   ========================================================================== */

/* 1. ESTRUCTURA DE LA LISTA DE ENLACES */
.menu-footer {
    list-style: none; /* Quitamos los puntos de lista */
    padding: 0;
    margin: 0;
}

/* 2. ESPACIADO ENTRE RENGLONES */
.menu-footer li {
    margin-bottom: 5px; /* Espacio compacto entre Sobre Nosotros y Preguntas */
}

/* 3. ESTILO DE LOS ENLACES (TEXTO Y COLOR) */
.footer-link {
    font-family: &#039;Barlow&#039;, sans-serif; /* Tipografía del sitio */
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; /* Formato título */
    color: #b0b0b0 !important; /* Gris claro profesional (bajo contraste) */
    text-decoration: none !important;
    transition: all 0.3s ease; /* Transición suave para el hover */
    display: block;
}

/* 4. EFECTO VISUAL AL PASAR EL MOUSE (HOVER) */
.footer-link:hover {
    color: #ffffff !important; /* Se aclara a blanco al pasar el mouse */
    cursor: pointer;
}

/* Estilo del Sello de Seguridad */
.footer-seguridad {
    margin-top: 15px;
    color: #888;
    font-family: &#039;Barlow&#039;, sans-serif;
    font-size: 13px;
}

.footer-seguridad strong {
    color: #fff; /* El texto resalta en blanco */
}

.footer-copyright {
    text-align: center;
    color: #555; /* Un gris un poco más oscuro que los enlaces */
    font-family: &#039;Barlow&#039;, sans-serif;
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 10px;
}

/* Espacio extra en el footer para evitar solapamiento con botón WhatsApp en móvil */
@media (max-width: 768px) {
    .site-footer {
        padding-bottom: 80px !important; /* Ajusta este valor si necesitas más espacio */
    }
}