/*
Theme Name:  Kadence Child
Template:    kadence
Description: Child theme for Angora Seven
Version:     1.0.0
*/

/* ============================================================
   GOOGLE FONTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Jost:wght@300;400;500;600&display=swap');

/* ============================================================
   VARIABLES GLOBALES
   ============================================================ */
:root {
    --color-naranja: #e8650a;
    --color-negro: #1a1a1a;
    --color-gris-suave: #f7f5f3;
    --color-texto: #3d3d3d;
    --fuente-titulo: 'Cormorant Garamond', serif;
    --fuente-cuerpo: 'Jost', sans-serif;
    --radio-boton: 2px;
    --sombra-card: 0 4px 20px rgba(0, 0, 0, 0.08);
    --sombra-card-hover: 0 12px 40px rgba(0, 0, 0, 0.16);
    --transicion: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============================================================
   TIPOGRAFÍA BASE
   ============================================================ */
body,
.site {
    font-family: var(--fuente-cuerpo);
    font-weight: 300;
    color: var(--color-texto);
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--fuente-titulo);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--color-negro);
}

/* ============================================================
   ENCABEZADO / NAVEGACIÓN
   ============================================================ */
.site-header {
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
}

.main-navigation a {
    font-family: var(--fuente-cuerpo);
    font-weight: 400;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Barra de búsqueda más discreta */
.wp-block-search__input {
    border-radius: 20px !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.85rem !important;
}

/* ============================================================
   BOTONES GLOBALES
   ============================================================ */
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .checkout-button,
.woocommerce .single_add_to_cart_button,
a.button,
button.button {
    font-family: var(--fuente-cuerpo) !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    font-size: 0.72rem !important;
    border-radius: var(--radio-boton) !important;
    transition: var(--transicion) !important;
    /* Corrige el text-align vertical: Kadence fuerza height+line-height fijo */
    height: auto !important;
    line-height: 1.2 !important;
    padding: 13px 30px !important;
    vertical-align: middle !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    opacity: 0.88;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(232, 101, 10, 0.35) !important;
}

/* Botón hero */
.wp-block-button__link {
    letter-spacing: 0.12em !important;
    padding: 15px 40px !important;
}

.wp-block-button__link:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25) !important;
}

/* ============================================================
   BADGE DE OFERTA
   ============================================================ */
.woocommerce span.onsale {
    background: var(--color-negro) !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.58rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    padding: 6px 11px !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1 !important;
}

/* ============================================================
   TARJETAS DE PRODUCTO (LOOP)
   ============================================================ */
.woocommerce ul.products li.product {
    border-radius: 0 !important;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
    transition: var(--transicion);
    position: relative;
}

.woocommerce ul.products li.product:hover {
    box-shadow: var(--sombra-card-hover);
    transform: translateY(-4px);
}

/* Imágenes de producto — proporción uniforme 3:4 (solo imagen primaria) */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    display: block;
    overflow: hidden;
}
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail:not(.secondary-product-image) {
    width: 100% !important;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.6s ease;
    background: #f5f4f2;
}
/* Imagen secundaria: cross-fade absoluto (override del slide horizontal de Kadence) */
.woo-archive-image-hover-slide:not(.products-list-view) li.product .secondary-product-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    opacity: 0 !important;
    transform: none !important;
    transition: opacity 0.45s ease !important;
    aspect-ratio: auto !important;
}
.woo-archive-image-hover-slide:not(.products-list-view) li.product:hover .secondary-product-image {
    opacity: 1 !important;
    transform: none !important;
}
.woocommerce ul.products li.product:hover .attachment-woocommerce_thumbnail:not(.secondary-product-image) {
    transform: scale(1.04);
}

/* Contenedor de imagen */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    overflow: hidden;
    display: block;
    position: relative;
}

/* Info área debajo de la imagen */
.woocommerce ul.products li.product .product-details,
.woocommerce ul.products li.product > :not(.woocommerce-loop-product__link):not(.onsale):not(.product-images-summary) {
    padding: 0 4px;
}

/* Título del producto — máx. 2 líneas */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    color: var(--color-negro) !important;
    margin-top: 14px !important;
    margin-bottom: 6px !important;
    line-height: 1.45 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
    color: var(--color-negro) !important;
    text-decoration: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-color: rgba(0,0,0,0.3) !important;
}

/* Precio */
.woocommerce ul.products li.product .price {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: var(--color-negro) !important;
}

.woocommerce ul.products li.product .price ins {
    color: var(--color-negro) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .price del {
    color: rgba(0,0,0,0.32) !important;
    font-weight: 300 !important;
    font-size: 0.8rem !important;
    opacity: 1 !important;
}

/* Botones de producto en lista (añadir, seleccionar, leer más) */
.woocommerce ul.products li.product .button {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 12px !important;
    border-radius: 0 !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.12em !important;
    padding: 10px 16px !important;
    background: transparent !important;
    color: var(--color-negro) !important;
    border: 1px solid var(--color-negro) !important;
    transition: background-color 0.25s ease, color 0.25s ease !important;
}

.woocommerce ul.products li.product .button:hover {
    background: var(--color-negro) !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* ============================================================
   TARJETAS DE CATEGORÍAS (HOMEPAGE)
   ============================================================ */
.wc-block-product-categories-list-item a,
.wp-block-woocommerce-product-category a {
    position: relative;
    overflow: hidden;
    display: block;
}

/* Overlay suave en categorías */
.woocommerce-page .product-categories li a,
.products.columns-4 > li.product-category a {
    position: relative;
    overflow: hidden;
}

/* ---- CATEGORÍAS — overlay editorial ---- */

/* El link se convierte en contenedor del overlay */
.woocommerce ul.products li.product-category a {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
}

/* Imagen con zoom suave */
.woocommerce ul.products li.product-category img {
    display: block !important;
    width: 100% !important;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.product-category:hover img {
    transform: scale(1.08) !important;
}

/* Overlay oscuro que aparece en hover */
.woocommerce ul.products li.product-category a::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(15, 15, 15, 0.52) !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
    z-index: 1 !important;
}

.woocommerce ul.products li.product-category:hover a::before {
    opacity: 1 !important;
}

/* Nombre siempre visible debajo con gradiente elegante */
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 40px 20px 20px !important;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, transparent 100%) !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.78rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-align: center !important;
    z-index: 2 !important;
    transition: padding 0.4s ease !important;
}

.woocommerce ul.products li.product-category:hover h2.woocommerce-loop-category__title {
    padding-bottom: 28px !important;
}

/* "Ver colección" que aparece en hover */
.woocommerce ul.products li.product-category a::after {
    content: 'Ver colección' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(8px) !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.65rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.7) !important;
    opacity: 0 !important;
    transition: opacity 0.35s ease, transform 0.35s ease !important;
    z-index: 3 !important;
    white-space: nowrap !important;
    padding-bottom: 14px !important;
}

.woocommerce ul.products li.product-category:hover a::after {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
}

/* Oculta el contador de productos */
.woocommerce ul.products li.product-category h2 mark.count {
    display: none !important;
}

/* ============================================================
   TÍTULOS DE SECCIÓN (HOMEPAGE)
   ============================================================ */
/* Cormorant para los H2 de sección */
.wp-block-heading,
.entry-content h2,
.woocommerce-loop-product__title {
    font-family: var(--fuente-titulo);
}

/* Estilo de los títulos con palabra naranja */
.entry-content h2 em,
.wp-block-heading em {
    font-style: normal;
    color: var(--color-naranja);
}

/* ============================================================
   PÁGINA DE TIENDA — HEADER BANNER
   ============================================================ */

/* ── Buscador: dropdown de sugerencias ── */
/* Quitar subrayado en links de resultados */
.dgwt-wcas-suggestions-wrapp a,
.dgwt-wcas-suggestion a,
.dgwt-wcas-suggestions-wrapp a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
/* Quitar bordes de los encabezados CATEGORÍAS / PRODUCTOS */
.dgwt-wcas-st,
.dgwt-wcas-suggestions-section-title,
.dgwt-wcas-st__name,
[class*="dgwt-wcas-st"] {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
/* Quitar borde/caja alrededor de precios */
.dgwt-wcas-sp,
.dgwt-wcas-sp__price,
.dgwt-wcas-suggestion .price,
.dgwt-wcas-suggestion ins,
.dgwt-wcas-suggestion del {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}
/* Precio tachado: solo color gris, sin subrayado */
.dgwt-wcas-suggestion del,
.dgwt-wcas-suggestion del * {
    text-decoration: line-through !important;
    color: rgba(0,0,0,0.35) !important;
}
/* Letras que coinciden con la búsqueda: sin subrayado */
.dgwt-wcas-suggestion strong,
.dgwt-wcas-suggestion mark,
.dgwt-wcas-suggestion b {
    text-decoration: none !important;
    font-weight: 600 !important;
    background: transparent !important;
}

/* ── Buscador del header: alineado y compacto ── */
.dgwt-wcas-search-wrapp,
.dgwt-wcas-search-form {
    display: flex !important;
    align-items: center !important;
}
.dgwt-wcas-search-input {
    height: 32px !important;
    min-height: 0 !important;
    padding: 0 36px 0 40px !important;
    font-size: 0.75rem !important;
    font-family: var(--fuente-cuerpo) !important;
    letter-spacing: 0.06em !important;
    line-height: 32px !important;
    border-radius: 0 !important;
}
/* Ícono lupa: centrado verticalmente */
.dgwt-wcas-ico-magnifier-handler,
.dgwt-wcas-ico-magnifier {
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 16px !important;
    width: 16px !important;
}
/* Botón submit */
.dgwt-wcas-search-submit {
    height: 32px !important;
    width: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Menu item que contiene el buscador: centrado verticalmente */
.primary-navigation li.menu-item:has(.dgwt-wcas-search-wrapp) {
    display: flex !important;
    align-items: center !important;
}

/* Header nav: texto blanco sobre banner con imagen */
.woocommerce-shop .site-header .primary-navigation a,
.woocommerce-shop .site-header .primary-navigation .menu-item > a,
.woocommerce-shop .site-header nav a {
    color: rgba(255,255,255,0.9) !important;
}
.woocommerce-shop .site-header .primary-navigation a:hover {
    color: #fff !important;
}
.woocommerce-shop .site-header {
    background-color: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Banner con imagen editorial */
.product-archive-hero-section {
    background-image: url('/wp-content/uploads/2025/06/editorial-banner.jpg') !important;
    background-size: cover !important;
    background-position: center 30% !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Overlay oscuro sutil para legibilidad del texto */
.product-archive-hero-section .hero-section-overlay {
    background-color: rgba(0,0,0,0.45) !important;
    background-image: none !important;
}

.product-archive-hero-section .entry-hero-container-inner {
    background-image: none !important;
    background-color: transparent !important;
    min-height: 0 !important;
    padding: 148px 60px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Breadcrumb oculto en el banner */
.product-archive-hero-section .entry-breadcrumbs,
.product-archive-hero-section nav.woocommerce-breadcrumb,
.product-archive-hero-section .kadence-breadcrumbs {
    display: none !important;
}

/* Breadcrumb (estilos reservados) */
.product-archive-hero-section .entry-breadcrumbs-hidden,
.product-archive-hero-section nav.woocommerce-breadcrumb-hidden {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.65) !important;
}
.product-archive-hero-section .entry-breadcrumbs a,
.product-archive-hero-section nav.woocommerce-breadcrumb a {
    color: rgba(255,255,255,0.65) !important;
    text-decoration: none !important;
}
.product-archive-hero-section .entry-breadcrumbs a:hover,
.product-archive-hero-section nav.woocommerce-breadcrumb a:hover {
    color: #fff !important;
}

/* Título principal */
.product-archive-hero-section .page-title,
.product-archive-hero-section h1 {
    font-family: var(--fuente-titulo) !important;
    font-size: 3.2rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1 !important;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3) !important;
}

/* Línea ornamental naranja bajo el título */
.product-archive-hero-section h1::after {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: var(--color-naranja);
    margin: 16px auto 0;
}

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.05em !important;
    color: rgba(255,255,255,0.75) !important;
}

/* Barra de resultados y ordenamiento */
.woocommerce-result-count {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.82rem !important;
    font-weight: 300 !important;
    color: #888 !important;
    letter-spacing: 0.03em !important;
}

.woocommerce-ordering select {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.82rem !important;
    border-radius: 2px !important;
    padding: 8px 16px !important;
    border-color: #ddd !important;
}

/* ============================================================
   PÁGINA DE PRODUCTO INDIVIDUAL
   ============================================================ */
.product_title.entry-title {
    font-family: var(--fuente-titulo) !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: var(--color-negro) !important;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: rgba(0,0,0,0.32) !important;
    font-weight: 300 !important;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    color: var(--color-negro) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Apila cantidad y botón verticalmente */
.woocommerce div.product form.cart {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
}

/* Producto VARIABLE: WooCommerce envuelve cantidad + botones dentro de
   .woocommerce-variation-add-to-cart (display:block), lo que dejaba los
   botones pegados. Le damos el mismo flex+gap que a form.cart para que
   producto simple y variable queden simétricos e idénticos. */
.woocommerce div.product .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
}
/* Los inputs ocultos de la variación no deben ocupar espacio en el flex */
.woocommerce div.product .woocommerce-variation-add-to-cart > input[type="hidden"] {
    display: none !important;
}

.woocommerce div.product form.cart .quantity {
    width: fit-content !important;
}

/* Estilos compartidos para ambos botones del producto */
.woocommerce div.product .single_add_to_cart_button,
.woocommerce div.product .wa-order-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 50px !important;
    padding: 14px 20px !important;
    line-height: 1.2 !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.78rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    transition: var(--transicion) !important;
    cursor: pointer !important;
    text-align: center !important;
}

/* Añadir al carrito — negro */
.woocommerce div.product .single_add_to_cart_button {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: 2px solid var(--color-negro) !important;
}

.woocommerce div.product .single_add_to_cart_button:hover {
    background: transparent !important;
    color: var(--color-negro) !important;
    opacity: 1 !important;
}

/* Estado deshabilitado (producto variable sin variación elegida):
   look limpio e intencional en vez del negro al 50% que se ve turbio */
.woocommerce div.product .single_add_to_cart_button.disabled,
.woocommerce div.product .single_add_to_cart_button:disabled,
.woocommerce div.product .single_add_to_cart_button.wc-variation-selection-needed {
    background: #efece9 !important;
    color: rgba(0,0,0,0.4) !important;
    border: 2px solid #efece9 !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
}
.woocommerce div.product .single_add_to_cart_button.disabled:hover,
.woocommerce div.product .single_add_to_cart_button:disabled:hover,
.woocommerce div.product .single_add_to_cart_button.wc-variation-selection-needed:hover {
    background: #efece9 !important;
    color: rgba(0,0,0,0.4) !important;
}
/* Cuando la variación no está elegida, el botón de WhatsApp también
   se atenúa para que ambos se lean como "elige tus opciones primero" */
.woocommerce div.product .woocommerce-variation-add-to-cart-disabled .wa-order-button {
    background: #efece9 !important;
    color: rgba(0,0,0,0.4) !important;
    border-color: #efece9 !important;
    cursor: not-allowed !important;
}

/* WhatsApp — wrapper link sin estilos propios */
.woocommerce div.product a.wa-order-class {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
}

/* ============================================================
   PÁGINA DE PRODUCTO INDIVIDUAL
   ============================================================ */

/* Breadcrumb editorial */
.angora-breadcrumb {
    font-family: var(--fuente-cuerpo);
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
    margin: 10px 0 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}
.angora-breadcrumb a {
    color: rgba(0,0,0,0.35) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}
.angora-breadcrumb a:hover {
    color: var(--color-negro) !important;
}
.angora-bc-sep {
    color: rgba(0,0,0,0.18);
    margin: 0 5px;
    font-size: 0.75rem;
    font-weight: 300;
}
/* Último item (producto actual) — ligeramente más oscuro */
.angora-breadcrumb > span:last-child {
    color: rgba(0,0,0,0.55);
}
@media (max-width: 767px) {
    .angora-breadcrumb {
        font-size: 0.6rem;
        margin: 14px 0 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
}

/* Ocultar banner de categoría en producto individual */
.single-product .entry-hero { display: none !important; }

/* Espacio superior en producto individual. El header dejó de ser
   transparente (ya no se superpone), así que solo necesitamos un
   respiro estético compacto antes del breadcrumb. */
body.single-product .site-main {
    padding-top: 16px !important;
}

/* Header siempre sólido en producto individual — desktop y móvil
   No tocamos position: Kadence maneja absolute→sticky via JS.
   Solo sobreescribimos fondo y colores. */
body.single-product #masthead,
body.single-product .site-header,
body.single-product .site-main-header-wrap .site-header-row-container-inner,
body.single-product .site-top-header-wrap .site-header-row-container-inner,
body.single-product .site-bottom-header-wrap .site-header-row-container-inner {
    background-color: #fff !important;
    background: #fff !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.07) !important;
}

/* Links nav desktop — solo primer nivel, no submenu */
body.single-product .main-navigation > div > ul > li.menu-item > a,
body.single-product .main-navigation > div > ul > li.menu-item > a:hover,
body.single-product .header-navigation > div > ul > li.menu-item > a {
    color: var(--color-negro) !important;
}

/* Hamburguesa y carrito en móvil */
body.single-product .mobile-toggle-open-container .menu-toggle-open,
body.single-product #mobile-header .header-mobile-cart-wrap .header-cart-button,
body.single-product #mobile-header .header-cart-wrap .header-cart-button,
body.single-product #mobile-header .search-toggle-open {
    color: var(--color-negro) !important;
}

/* Etiqueta de categoría naranja encima del título → neutral elegante */
.single-product a.product-single-category {
    color: rgba(0,0,0,0.38) !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}
.single-product a.product-single-category:hover {
    color: var(--color-negro) !important;
}

/* Descripción corta — tipografía y color */
.single-product .woocommerce-product-details__short-description {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.88rem !important;
    color: rgba(0,0,0,0.55) !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}
.single-product .woocommerce-product-details__short-description a {
    color: rgba(0,0,0,0.55) !important;
    text-decoration: none !important;
}

/* Stock disponible — muted gris, sin naranja */
.single-product .stock {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: rgba(0,0,0,0.4) !important;
}
.single-product .stock.in-stock { color: rgba(0,0,0,0.4) !important; }
.single-product .stock.out-of-stock { color: rgba(0,0,0,0.4) !important; }

/* Meta (SKU, categoría) — muy sutil */
.single-product .product_meta {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.72rem !important;
    color: rgba(0,0,0,0.35) !important;
    letter-spacing: 0.06em !important;
    margin-top: 20px !important;
    border-top: 1px solid rgba(0,0,0,0.06) !important;
    padding-top: 16px !important;
}
.single-product .product_meta a,
.single-product .product_meta span:not(.sku) {
    color: rgba(0,0,0,0.35) !important;
    text-decoration: none !important;
}
.single-product .product_meta a:hover { color: var(--color-negro) !important; }

/* Tabs — estilo editorial: línea inferior activa, sin caja */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    padding: 0 !important;
    margin: 40px 0 32px !important;
    background: transparent !important;
    overflow: visible !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none !important;
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 32px 0 0 !important;
    padding: 0 !important;
    position: relative !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    content: '' !important;
    position: absolute !important;
    bottom: -1px !important;
    left: 0 !important; right: 0 !important;
    height: 1.5px !important;
    background: var(--color-negro) !important;
    transform: scaleX(0) !important;
    transition: transform 0.2s ease !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    transform: scaleX(1) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.68rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: rgba(0,0,0,0.35) !important;
    padding: 0 0 14px !important;
    text-decoration: none !important;
    display: block !important;
    background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--color-negro) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--color-negro) !important;
    background: transparent !important;
}

/* Panel de descripción larga — tipografía editorial */
.woocommerce div.product .woocommerce-Tabs-panel {
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-Tabs-panel h2 {
    font-family: var(--fuente-titulo) !important;
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    color: var(--color-negro) !important;
    margin-bottom: 16px !important;
}
.woocommerce div.product .woocommerce-Tabs-panel p,
.woocommerce div.product .woocommerce-Tabs-panel li {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.88rem !important;
    color: rgba(0,0,0,0.6) !important;
    line-height: 1.85 !important;
}
.woocommerce div.product .woocommerce-Tabs-panel a {
    color: rgba(0,0,0,0.6) !important;
    text-decoration: none !important;
}

/* Sección "Productos relacionados" */
.single-product .related.products > h2 {
    font-family: var(--fuente-titulo) !important;
    font-size: 1.8rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.08em !important;
    color: var(--color-negro) !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    padding-top: 56px !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
}

/* Imagen secundaria Kadence: solo visible en hover (desktop) */
.secondary-product-image {
    opacity: 0;
    transition: opacity 0.3s ease !important;
}
li.product:hover .secondary-product-image {
    opacity: 1 !important;
}

/* Heading "Descripción" auto-generado por WooCommerce — redundante con el tab */
.woocommerce div.product .woocommerce-Tabs-panel--description > h2:first-child {
    display: none !important;
}

/* Reducir espacio entre meta (SKU/categoría) y las tabs */
.single-product .product_meta {
    margin-bottom: 4px !important;
}
.woocommerce div.product .woocommerce-tabs {
    margin-top: 28px !important;
}

/* Grid de productos relacionados: auto-fit colapsa columnas vacías → card centrado */
.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 280px)) !important;
    gap: 24px !important;
    justify-content: center !important;
}
.single-product .related.products ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* Botón "SELECCIONAR OPCIONES" en relacionados — negro sólido
   Especificidad 0,5,2 para ganar sobre el transparent !important del shop */
.woocommerce .related.products ul.products li.product a.button,
.woocommerce .related.products ul.products li.product .button {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: none !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.14em !important;
    font-weight: 500 !important;
    padding: 11px 16px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    transition: background 0.2s ease !important;
}
.woocommerce .related.products ul.products li.product a.button:hover,
.woocommerce .related.products ul.products li.product .button:hover {
    background: #333 !important;
    color: #fff !important;
}

/* Selector de cantidad — refinado editorial */
.single-product .quantity {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    width: fit-content !important;
    margin-bottom: 16px !important;
}
.single-product .quantity input.qty {
    border: none !important;
    border-left: 1px solid rgba(0,0,0,0.15) !important;
    border-right: 1px solid rgba(0,0,0,0.15) !important;
    width: 44px !important;
    text-align: center !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: var(--color-negro) !important;
    padding: 10px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    -moz-appearance: textfield !important;
}
.single-product .quantity input.qty::-webkit-outer-spin-button,
.single-product .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
.single-product .quantity .minus,
.single-product .quantity .plus {
    background: transparent !important;
    border: none !important;
    width: 40px !important;
    height: 44px !important;
    font-size: 1.1rem !important;
    font-weight: 300 !important;
    color: var(--color-negro) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.15s ease !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.single-product .quantity .minus:hover,
.single-product .quantity .plus:hover {
    background: rgba(0,0,0,0.04) !important;
}

/* Estrellas de valoración — negro en vez de naranja */
.woocommerce .star-rating,
.woocommerce .star-rating span,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.woocommerce-product-rating .star-rating,
.woocommerce-product-rating .star-rating span,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .star-rating span {
    color: var(--color-negro) !important;
}

/* Trust badges (envío + garantías): color negro de marca */
.single-product-extras,
.single-product-extras p,
.single-product-extras ul,
.single-product-extras li {
    color: var(--color-negro) !important;
}

/* Descripción corta del producto: negro de marca */
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-details__short-description p {
    color: var(--color-negro) !important;
}

/* Caja "Garantía de seguridad" — compacta */
.woocommerce-product-payment-security .wps-payment-security-section-title {
    font-size: 0.65rem !important;
    letter-spacing: 0.12em !important;
}

/* ── Producto individual — ajustes móvil ── */
@media (max-width: 767px) {
    /* Respiro superior en móvil (header ya no se superpone) */
    body.single-product .site-main {
        padding-top: 8px !important;
    }

    /* Imagen de producto: altura más contenida */
    .single-product .woocommerce-product-gallery {
        margin-bottom: 24px !important;
    }

    /* Headings dentro de la descripción larga: más pequeños */
    .woocommerce div.product .woocommerce-Tabs-panel h2 {
        font-size: 1.1rem !important;
        margin-top: 24px !important;
    }
    .woocommerce div.product .woocommerce-Tabs-panel h3 {
        font-size: 0.95rem !important;
        font-weight: 500 !important;
        margin-top: 20px !important;
    }

    /* Tabs: texto un poco más compacto */
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin: 0 20px 0 0 !important;
    }

    /* Imagen secundaria (hover) de Kadence: ocultar en móvil */
    .secondary-product-image {
        display: none !important;
    }

    /* Productos relacionados: auto-fit → 1 col si hay 1 item, 2 cols si hay 2+ */
    .single-product .related.products ul.products {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)) !important;
        gap: 16px !important;
        justify-content: center !important;
    }
    .single-product .related.products ul.products li.product {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }
    .single-product .related.products ul.products li.product img {
        width: 100% !important;
        height: auto !important;
    }
    /* Botón relacionados en mobile: texto más compacto para caber en tarjeta */
    .woocommerce .related.products ul.products li.product a.button,
    .woocommerce .related.products ul.products li.product .button {
        font-size: 0.54rem !important;
        letter-spacing: 0.09em !important;
        padding: 10px 10px !important;
    }
    .single-product .related.products > h2 {
        font-size: 1.4rem !important;
        padding-top: 40px !important;
        margin-bottom: 24px !important;
    }

    /* Caja garantía — título en 1 línea en móvil */
    .single-product-payments {
        padding: 10px 12px !important;
    }
    .single-product-payments legend {
        font-size: 0.58rem !important;
        letter-spacing: 0.1em !important;
        line-height: 1.3 !important;
    }
}

/* ============================================================
   BOTÓN "VER TODOS"
   ============================================================ */
.angora-ver-todos-wrap {
    text-align: center;
    margin: 36px 0 8px;
}
.angora-ver-todos-btn {
    display: inline-block;
    font-family: var(--fuente-cuerpo);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-negro);
    border: 1px solid var(--color-negro);
    padding: 13px 40px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}
.angora-ver-todos-btn:hover {
    background: var(--color-negro);
    color: #fff;
}

/* ============================================================
   PÁGINA DE TIENDA / ARCHIVO
   ============================================================ */

/* Fondo blanco en todo el sitio */
body { background-color: #fff !important; }

/* Eliminar espacio vacío antes de los productos */
.woocommerce-products-header { display: none !important; }
.woocommerce-page .content-area,
.woocommerce-archive .content-area { margin-top: 0 !important; padding-top: 0 !important; }

/* Contenedor principal con padding — excluye el widget de búsqueda */
.woocommerce-shop .site-main .woocommerce,
.woocommerce-archive .site-main .woocommerce {
    padding: 32px 60px 64px;
    max-width: 1400px;
    margin: 0 auto;
}

/* ── Toolbar principal — dos filas: pills+controls / count ── */
.kadence-shop-top-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    row-gap: 0;
    padding: 12px 0 4px !important;
    margin-bottom: 12px;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Resetear el flex: 1 que Kadence aplica a todos sus .kadence-shop-top-item */
.kadence-shop-top-row > .kadence-shop-top-item {
    flex: 0 0 auto !important;
}

/* Fila 1 — Pills: crece para llenar la primera línea */
.kadence-shop-top-row > .angora-category-pills {
    flex: 1 1 0 !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 6px;
    margin-bottom: 0;
    min-width: 0;
}
.kadence-shop-top-row > .angora-category-pills::-webkit-scrollbar { display: none; }
.kadence-shop-top-row .angora-pill {
    padding: 7px 16px;
    font-size: 0.62rem;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Fila 1 — Ordering y Toggle: a la derecha de los pills */
.kadence-woo-ordering,
.kadence-woo-toggle { margin: 0; }

/* Fila 2 — Contador: ancho completo, debajo de los pills, misma sección */
.kadence-shop-top-row > .kadence-woo-results-count {
    flex: 0 0 100% !important;
    order: 99;
    padding-top: 6px;
    padding-bottom: 6px;
}

.kadence-woo-ordering + .kadence-woo-toggle {
    border-left: 1px solid rgba(0,0,0,0.1);
    padding-left: 14px;
    margin-left: 10px;
}

/* ── Móvil general ── */
@media (max-width: 767px) {
    /* Botones de producto: fuente más pequeña para caber en una línea */
    .woocommerce ul.products li.product .button {
        font-size: 0.5rem !important;
        padding: 9px 8px !important;
        letter-spacing: 0.06em !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }
}

/* ── Toolbar responsive — móvil ── */
@media (max-width: 767px) {
    /* Pills: fila propia, ancho completo, scroll horizontal con fade indicador */
    .kadence-shop-top-row > .angora-category-pills {
        flex: 0 0 100% !important;
        order: 0;
        position: relative;
        margin-bottom: 8px;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 82%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0%, black 10%, black 82%, transparent 100%);
    }

    /* Pills más compactos en móvil */
    .kadence-shop-top-row .angora-pill {
        padding: 6px 13px;
        font-size: 0.58rem;
    }

    /* Ordering ocupa el espacio disponible en la fila siguiente */
    .kadence-shop-top-row > .kadence-woo-ordering {
        flex: 1 1 auto !important;
        order: 1;
    }

    .kadence-shop-top-row > .kadence-woo-toggle {
        order: 2;
    }
}

/* Contador de resultados */
.woocommerce-result-count {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: rgba(0,0,0,0.35) !important;
    margin: 0 !important;
}

/* Select de ordenar */
.woocommerce-ordering { margin: 0 !important; }
.woocommerce-ordering select {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(0,0,0,0.18) !important;
    border-radius: 0 !important;
    padding: 9px 36px 9px 16px !important;
    color: var(--color-negro) !important;
    background-color: #fff !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4'%3E%3Cpath d='M0 0l3 4 3-4z' fill='%23666'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 13px center !important;
    background-size: 6px 4px !important;
    transition: border-color 0.2s !important;
}
.woocommerce-ordering select:focus {
    outline: none !important;
    border-color: var(--color-negro) !important;
}
.woocommerce-ordering select:hover {
    border-color: rgba(0,0,0,0.4) !important;
}

/* Botones grid / list */
.kadence-product-toggle-container {
    display: flex;
    gap: 4px;
    align-items: center;
}
.kadence-toggle-shop-layout {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    height: 34px !important;
    background: transparent !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    color: rgba(0,0,0,0.3) !important;
    cursor: pointer;
    transition: all 0.2s !important;
    padding: 0 !important;
}
.kadence-toggle-shop-layout svg {
    width: 15px !important;
    height: 15px !important;
}
.kadence-toggle-shop-layout:hover {
    border-color: var(--color-negro) !important;
    color: var(--color-negro) !important;
}
.kadence-toggle-shop-layout.toggle-active {
    background: var(--color-negro) !important;
    border-color: var(--color-negro) !important;
    color: #fff !important;
}

/* ── Filtros de categoría (pills) ── */
.angora-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}
.angora-pill {
    font-family: var(--fuente-cuerpo);
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 9px 20px;
    border: 1px solid rgba(0,0,0,0.14);
    color: rgba(0,0,0,0.45);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    display: inline-block;
}
.angora-pill:hover {
    border-color: rgba(0,0,0,0.5);
    color: var(--color-negro);
}
.angora-pill.active {
    background: var(--color-negro);
    border-color: var(--color-negro);
    color: #fff;
}

/* ── Vista Lista ── */
ul.products.products-list-view li.product .secondary-product-image {
    display: none !important;
}
ul.products.products-list-view {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}
ul.products.products-list-view li.product {
    display: grid !important;
    grid-template-columns: 280px 1fr !important;
    grid-template-rows: auto !important;
    gap: 0 !important;
    align-items: start !important;
    border-bottom: 1px solid rgba(0,0,0,0.07) !important;
    padding: 28px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    transition: background 0.2s !important;
}
ul.products.products-list-view li.product:hover {
    background: #fafafa !important;
    box-shadow: none !important;
    transform: none !important;
}
ul.products.products-list-view li.product .woocommerce-loop-product__link {
    grid-column: 1;
    grid-row: 1 / 3;
    display: block !important;
    overflow: hidden !important;
}
ul.products.products-list-view li.product .attachment-woocommerce_thumbnail {
    aspect-ratio: 3 / 4 !important;
    width: 100% !important;
    max-width: 280px !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}
ul.products.products-list-view li.product:hover .attachment-woocommerce_thumbnail {
    transform: scale(1.04) !important;
}
ul.products.products-list-view li.product .product-details {
    grid-column: 2;
    padding: 8px 0 8px 40px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
ul.products.products-list-view li.product .woocommerce-loop-product__title {
    font-family: var(--fuente-titulo) !important;
    font-size: 1.35rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.04em !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    display: block !important;
    line-height: 1.3 !important;
}
ul.products.products-list-view li.product .price {
    font-size: 1rem !important;
}
ul.products.products-list-view li.product .woocommerce-product-details__short-description {
    font-family: var(--fuente-cuerpo);
    font-size: 0.82rem;
    color: rgba(0,0,0,0.5);
    line-height: 1.7;
    max-width: 540px;
}
ul.products.products-list-view li.product .woocommerce-product-details__short-description a {
    color: rgba(0,0,0,0.5) !important;
    text-decoration: none !important;
}
ul.products.products-list-view li.product .woocommerce-loop-product__title a {
    color: var(--color-negro) !important;
    text-decoration: none !important;
}
ul.products.products-list-view li.product .woocommerce-loop-product__title a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-color: rgba(0,0,0,0.3) !important;
}
ul.products.products-list-view li.product .button {
    width: auto !important;
    display: inline-block !important;
    padding: 11px 32px !important;
    align-self: flex-start !important;
    margin-top: 6px !important;
}
ul.products.products-list-view li.product .onsale {
    top: 28px !important;
    left: 12px !important;
}

/* Paginación */
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination { margin-top: 48px; }

/* Paginación */
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    gap: 6px;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-family: var(--fuente-cuerpo);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    border: 1px solid rgba(0,0,0,0.15);
    color: var(--color-negro);
    padding: 8px 14px;
    min-width: 38px;
    text-align: center;
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color-negro);
    color: #fff;
    border-color: var(--color-negro);
}

/* ============================================================
   FOOTER UNIFICADO
   ============================================================ */
.site-footer { display: none !important; }

.angora-footer-unified {
    background: #111;
    color: rgba(255,255,255,0.45);
    font-family: var(--fuente-cuerpo);
}
.angora-footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 48px;
    padding: 60px 80px 48px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.angora-footer-heading {
    display: block;
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
}
.angora-footer-tagline {
    font-size: 0.78rem;
    line-height: 1.75;
    margin: 0 0 24px;
}
.angora-footer-social {
    display: flex;
    gap: 14px;
}
.angora-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}
.angora-footer-social a:hover { border-color: #fff; color: #fff; }
.angora-footer-social svg { width: 15px; height: 15px; }
.angora-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.angora-footer-col ul li,
.angora-footer-col ul li a {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45) !important;
    text-decoration: none;
    line-height: 2.1;
    transition: color 0.2s;
}
.angora-footer-col ul li a:hover { color: #fff !important; }

/* Override global: todos los links dentro del footer heredan el color correcto */
.angora-footer-unified a {
    color: rgba(255,255,255,0.45) !important;
    text-decoration: none !important;
}
.angora-footer-unified a:hover { color: #fff !important; }
.angora-footer-legal a {
    color: rgba(255,255,255,0.3) !important;
}
.angora-footer-legal a:hover { color: rgba(255,255,255,0.7) !important; }
.angora-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    font-size: 0.68rem;
    color: rgba(255,255,255,0.3);
}
.angora-footer-legal {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.angora-footer-legal a {
    color: rgba(255,255,255,0.3);
    text-decoration: none;
    font-size: 0.68rem;
    transition: color 0.2s;
}
.angora-footer-legal a:hover { color: rgba(255,255,255,0.7); }
@media (max-width: 900px) {
    .angora-footer-top { grid-template-columns: 1fr 1fr; padding: 40px 24px 32px; }
    .angora-footer-bottom { flex-direction: column; gap: 12px; padding: 20px 24px; text-align: center; }
}
@media (max-width: 480px) {
    .angora-footer-top { grid-template-columns: 1fr; }
    /* Links legales: apilados verticalmente en móvil */
    .angora-footer-legal {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    background-color: #111 !important;
}

.site-footer .footer-wrap,
.site-footer-wrap {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

/* ---- Iconos de redes sociales ---- */

/* Contenedor de iconos — centrado y con espacio */
.footer-social-inner-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
}

/* Cada ícono: círculo outline blanco */
.footer-social-item.social-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.75) !important;
    transition: var(--transicion) !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.footer-social-item.social-button:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #111 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15) !important;
    opacity: 1 !important;
}

/* Tamaño del SVG dentro del ícono */
.footer-social-item.social-button svg {
    width: 16px !important;
    height: 16px !important;
    fill: currentColor !important;
}

/* ---- Links del footer ---- */
.site-footer a {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.06em !important;
    color: rgba(255, 255, 255, 0.75) !important;
    text-transform: uppercase !important;
    transition: color 0.25s ease !important;
    text-decoration: none !important;
}

.site-footer a:hover {
    color: #fff !important;
}

/* Sobreescribe el color de los links sociales (ya tienen sus propios estilos) */
.footer-social-item.social-button,
.footer-social-item.social-button:hover {
    text-decoration: none !important;
}

/* Separador entre links de política */
.site-footer .footer-html-wrap a {
    margin: 0 6px !important;
}

/* Copyright */
.site-footer .site-info,
.site-footer [class*="copyright"],
.site-footer .footer-bottom-wrap {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.08em !important;
    color: rgba(255, 255, 255, 0.6) !important;
    text-transform: uppercase !important;
}

/* Línea divisoria sutil entre secciones del footer */
.site-footer .footer-widget-area + .footer-widget-area {
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* ---- Footer móvil (Kadence usa su propio grid en max-width:719px) ---- */
@media (max-width: 719px) {
    /* Solo reducimos padding — dejamos el grid de Kadence intacto */
    .site-footer-wrap,
    .site-footer .footer-wrap {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .site-middle-footer-inner-wrap {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        row-gap: 0 !important;
    }

    /* Sección 1 — iconos sociales */
    .site-footer-middle-section-1 .footer-widget-area {
        padding-bottom: 14px !important;
        border-bottom: 1px solid rgba(255,255,255,0.12) !important;
        margin-bottom: 0 !important;
    }

    /* Sección 2 — links en columna única centrada */
    .footer-navigation .menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 16px 16px !important;
        list-style: none !important;
        margin: 0 !important;
    }
    .footer-navigation .menu li {
        display: block !important;
        text-align: center !important;
    }
    .footer-navigation .menu li a {
        font-size: 0.62rem !important;
        letter-spacing: 0.09em !important;
        color: rgba(255,255,255,0.7) !important;
        text-align: center !important;
        line-height: 1.3 !important;
        display: block !important;
        white-space: nowrap !important;
    }

    /* Sección 3 — copyright siempre visible */
    .site-footer-middle-section-3 .footer-widget-area {
        border-top: 1px solid rgba(255,255,255,0.12) !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
    }
    .site-footer-middle-section-3 .footer-html-inner,
    .site-footer .footer-html-inner {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: rgba(255,255,255,0.6) !important;
        font-size: 0.62rem !important;
        text-align: center !important;
        letter-spacing: 0.1em !important;
        text-transform: uppercase !important;
        padding-bottom: 4px !important;
    }

    /* Sin bordes extras entre widget areas */
    .site-footer .footer-widget-area + .footer-widget-area {
        border-top: none !important;
    }
}

/* ============================================================
   CARRITO Y CHECKOUT
   ============================================================ */
.woocommerce-cart-form .button[name="update_cart"],
.woocommerce-checkout #place_order {
    border-radius: 0 !important;
    font-family: var(--fuente-cuerpo) !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
}

/* ============================================================
   SECCIONES HOME — SEPARADORES Y FONDO
   ============================================================ */
/* Fondo suave para la sección de categorías */
.entry-content .wp-block-group {
    transition: var(--transicion);
}

/* Input de búsqueda */
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.9rem !important;
    border-radius: 2px !important;
}

/* ============================================================
   BOTÓN DE WHATSAPP FLOTANTE — PULIDO
   ============================================================ */
.woow-button {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4) !important;
    transition: var(--transicion) !important;
}

.woow-button:hover {
    transform: scale(1.08) translateY(-2px) !important;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5) !important;
}

/* Centra el ícono dentro del botón flotante de WhatsApp.
   Usa doble clase para ganar especificidad al inline style del plugin. */
a.floating_button,
.floating_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

a.floating_button .floating_button_icon,
.floating_button .floating_button_icon {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    flex-shrink: 0 !important;
}

/* ============================================================
   SWATCHES DE VARIACIONES
   ============================================================ */
.variable-items-wrapper .variable-item {
    border-radius: 2px !important;
    transition: var(--transicion) !important;
}

/* ============================================================
   ANIMACIONES SUTILES
   ============================================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.woocommerce ul.products li.product {
    animation: fadeInUp 0.4s ease both;
}

/* ============================================================
   HERO — INICIO
   ============================================================ */

/* Oscurece un poco más el overlay para mejor legibilidad */
.kb-row-layout-id109_8d2db0-0e .kt-row-layout-overlay {
    opacity: 0.55 !important;
}

@media (max-width: 767px) {
    .kb-row-layout-id109_8d2db0-0e.kb-row-layout-wrap {
        min-height: 70vh !important;
        max-height: 70vh !important;
        overflow: hidden !important;
    }
}

/* Encabezado principal del hero */
.kb-row-layout-id109_8d2db0-0e h1,
.kb-row-layout-id109_8d2db0-0e h2,
.kb-row-layout-id109_8d2db0-0e .wp-block-heading {
    font-family: var(--fuente-titulo) !important;
    font-size: clamp(2.4rem, 5vw, 4.2rem) !important;
    font-weight: 600 !important;
    line-height: 1.12 !important;
    letter-spacing: 0.04em !important;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35) !important;
    color: #fff !important;
}

/* Subheadline del hero — oculta emojis y mejora tipografía */
.kb-row-layout-id109_8d2db0-0e p {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.8 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    text-transform: uppercase !important;
}

/* Oculta los emojis del párrafo del hero */
.kb-row-layout-id109_8d2db0-0e p img.emoji {
    display: none !important;
}

/* Botón del hero */
.kb-row-layout-id109_8d2db0-0e .kt-button-wrap .kt-btn,
.kb-row-layout-id109_8d2db0-0e .wp-block-button__link,
.kb-row-layout-id109_8d2db0-0e a.button {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.72rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    padding: 16px 42px !important;
    height: auto !important;
    line-height: 1.2 !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
    color: #fff !important;
    transition: var(--transicion) !important;
}

.kb-row-layout-id109_8d2db0-0e .kt-button-wrap .kt-btn:hover,
.kb-row-layout-id109_8d2db0-0e .wp-block-button__link:hover,
.kb-row-layout-id109_8d2db0-0e a.button:hover {
    background: #fff !important;
    color: var(--color-negro) !important;
    border-color: #fff !important;
    opacity: 1 !important;
}

/* ============================================================
   FRANJA DE BENEFICIOS
   ============================================================ */
.angora-benefits-bar {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    background: var(--color-negro) !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.angora-benefit {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    flex: 1 !important;
    padding: 28px 24px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    text-align: left !important;
}

.angora-benefit:last-child {
    border-right: none !important;
}

.angora-benefit svg {
    flex-shrink: 0 !important;
    width: 28px !important;
    height: 28px !important;
    stroke: var(--color-naranja) !important;
    fill: none !important;
}

.angora-benefit-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.benefit-title {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    display: block !important;
}

.benefit-desc {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.68rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.04em !important;
    color: rgba(255, 255, 255, 0.5) !important;
    display: block !important;
}

@media (max-width: 767px) {
    .angora-benefits-bar {
        flex-direction: column !important;
    }
    .angora-benefit {
        justify-content: flex-start !important;
        padding: 18px 24px !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }
    .angora-benefit:last-child {
        border-bottom: none !important;
    }
}

/* ============================================================
   BANNER EDITORIAL
   ============================================================ */
.angora-editorial-banner {
    position: relative;
    width: 100%;
    min-height: 68vh;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.angora-editorial-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 8, 0.52);
}
.angora-editorial-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 60px 24px;
    max-width: 700px;
}
.angora-editorial-content .editorial-tag {
    display: block;
    font-family: var(--fuente-cuerpo);
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}
.angora-editorial-content h2 {
    font-family: var(--fuente-titulo);
    font-size: clamp(2.6rem, 6vw, 5rem);
    font-weight: 300;
    color: #fff;
    margin: 0 0 18px;
    letter-spacing: 0.04em;
    line-height: 1.1;
}
.angora-editorial-content p {
    font-family: var(--fuente-cuerpo);
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
    margin: 0 0 36px;
    letter-spacing: 0.06em;
    line-height: 1.7;
}
.angora-editorial-btn {
    display: inline-block;
    padding: 14px 44px;
    border: 1px solid rgba(255,255,255,0.8);
    color: #fff;
    font-family: var(--fuente-cuerpo);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    transition: var(--transicion);
    background: transparent;
}
.angora-editorial-btn:hover {
    background: #fff;
    color: var(--color-negro);
    border-color: #fff;
}

@media (max-width: 719px) {
    .angora-editorial-banner { min-height: 55vh; }
    .angora-editorial-content h2 { font-size: 2.2rem; }
    .angora-editorial-content p { font-size: 0.82rem; }
}

/* ============================================================
   NUESTRA HISTORIA
   ============================================================ */
.angora-historia {
    background: #fff;
    padding: 60px 80px;
}
.angora-historia-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}
.angora-historia-text {
    padding-top: 40px;
}
.angora-historia-eyebrow {
    font-family: var(--fuente-cuerpo);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-naranja);
    margin: 0 0 16px;
}
.angora-historia-title {
    font-family: var(--fuente-titulos);
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-negro);
    margin: 0 0 24px;
}
.angora-historia-body {
    font-family: var(--fuente-cuerpo);
    font-size: 0.9rem;
    color: #666;
    line-height: 1.85;
    margin: 0 0 32px;
}
.angora-historia-link {
    font-family: var(--fuente-cuerpo);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-negro);
    text-decoration: none;
    border-bottom: 1px solid var(--color-negro);
    padding-bottom: 3px;
    transition: color 0.2s, border-color 0.2s;
}
.angora-historia-link:hover {
    color: var(--color-naranja);
    border-color: var(--color-naranja);
}
.angora-historia-img-inner {
    aspect-ratio: 4 / 5;
    background: url('https://images.pexels.com/photos/3622608/pexels-photo-3622608.jpeg?auto=compress&cs=tinysrgb&w=800') center/cover no-repeat;
}
@media (max-width: 900px) {
    .angora-historia { padding: 60px 24px; }
    .angora-historia-inner { grid-template-columns: 1fr; gap: 40px; }
    .angora-historia-title { font-size: 2rem; }
}

/* ============================================================
   TESTIMONIOS
   ============================================================ */
.angora-testimonios {
    padding: 80px 24px;
    background: #f8f6f3;
    text-align: center;
}
.angora-testimonios .section-eyebrow {
    display: block;
    font-family: var(--fuente-cuerpo);
    font-size: 0.68rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--color-naranja);
    margin-bottom: 14px;
}
.angora-testimonios h2 {
    font-family: var(--fuente-titulo);
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 300;
    color: var(--color-negro);
    margin: 0 0 52px;
    letter-spacing: 0.02em;
}
.testimonios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1080px;
    margin: 0 auto;
}
.testimonio-card {
    background: #fff;
    padding: 36px 28px 30px;
    text-align: left;
    border-bottom: 2px solid var(--color-naranja);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.08);
}
.testimonio-stars {
    color: var(--color-naranja);
    font-size: 0.85rem;
    letter-spacing: 3px;
    margin-bottom: 18px;
    display: block;
}
.testimonio-texto {
    font-family: var(--fuente-cuerpo);
    font-size: 0.88rem;
    line-height: 1.75;
    color: #666;
    margin: 0 0 22px;
    font-style: italic;
}
.testimonio-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonio-iniciales {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-negro);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fuente-cuerpo);
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}
.testimonio-nombre {
    font-family: var(--fuente-cuerpo);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-negro);
    font-weight: 600;
}
.testimonio-ciudad {
    font-size: 0.65rem;
    color: #aaa;
    letter-spacing: 0.06em;
}

@media (max-width: 900px) {
    .testimonios-grid { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 719px) {
    .angora-testimonios { padding: 56px 20px; }
    .angora-testimonios h2 { margin-bottom: 36px; }
    .testimonios-grid { gap: 20px; }
}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.angora-newsletter {
    padding: 80px 24px;
    background: var(--color-negro);
    text-align: center;
}
.angora-newsletter .section-eyebrow {
    display: block;
    font-family: var(--fuente-cuerpo);
    font-size: 0.68rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--color-naranja);
    margin-bottom: 14px;
}
.angora-newsletter h2 {
    font-family: var(--fuente-titulo);
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 300;
    color: #fff;
    margin: 0 0 14px !important;
    letter-spacing: 0.02em;
}
.angora-newsletter p {
    font-family: var(--fuente-cuerpo);
    font-size: 0.88rem;
    color: rgba(255,255,255,0.55);
    margin: 0 0 40px;
    letter-spacing: 0.04em;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto 16px;
}
.newsletter-form input[type="email"] {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid rgba(255,255,255,0.2);
    border-right: none;
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-family: var(--fuente-cuerpo);
    font-size: 0.82rem;
    outline: none;
    transition: border-color 0.25s ease;
}
.newsletter-form input[type="email"]:focus {
    border-color: rgba(255,255,255,0.5);
}
.newsletter-form input[type="email"]::placeholder {
    color: rgba(255,255,255,0.35);
}
.newsletter-form button {
    padding: 15px 28px;
    background: var(--color-naranja);
    color: #fff;
    border: 1px solid var(--color-naranja);
    font-family: var(--fuente-cuerpo);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transicion);
    white-space: nowrap;
}
.newsletter-form button:hover {
    background: #d05808;
    border-color: #d05808;
}
.newsletter-disclaimer {
    font-family: var(--fuente-cuerpo);
    font-size: 0.62rem;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.06em;
}

@media (max-width: 719px) {
    .angora-newsletter { padding: 56px 20px; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] {
        border-right: 1px solid rgba(255,255,255,0.2);
        border-bottom: none;
    }
    .newsletter-form button { padding: 14px; }
}

/* ============================================================
   LOOKBOOK
   ============================================================ */
.angora-lookbook {
    background: #0d0d0d;
    padding-bottom: 0;
}
.lookbook-header {
    text-align: center;
    padding: 32px 24px 26px;
}
.lookbook-header .eyebrow {
    display: block;
    font-family: var(--fuente-cuerpo);
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    margin-bottom: 6px;
}
.lookbook-header h2 {
    font-family: var(--fuente-titulo);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 300;
    color: #fff;
    margin: 0 !important;
    line-height: 1.1;
    letter-spacing: 0.04em;
}
.lookbook-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 360px;
    gap: 3px;
}
.lookbook-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.lookbook-item:first-child {
    grid-row: 1 / 3;
}
.lookbook-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
    display: block;
}
.lookbook-item:hover img {
    transform: scale(1.07);
}
.lookbook-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5,5,5,0.80) 0%, rgba(5,5,5,0.18) 55%, transparent 100%);
    transition: background 0.4s ease;
}
.lookbook-item:hover .lookbook-overlay {
    background: linear-gradient(to top, rgba(5,5,5,0.88) 0%, rgba(5,5,5,0.35) 60%, transparent 100%);
}
.lookbook-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 28px;
    z-index: 2;
}
.lookbook-tag {
    display: block;
    font-family: var(--fuente-cuerpo);
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    margin-bottom: 8px;
}
.lookbook-title {
    font-family: var(--fuente-titulo);
    font-weight: 300;
    color: #fff;
    margin: 0 0 14px;
    letter-spacing: 0.03em;
    font-size: 1.9rem;
    line-height: 1.15;
}
.lookbook-item:first-child .lookbook-title {
    font-size: 2.6rem;
}
.lookbook-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--fuente-cuerpo);
    font-size: 0.63rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease, color 0.25s ease;
    pointer-events: none;
}
.lookbook-item:hover .lookbook-cta {
    opacity: 1;
    transform: translateY(0);
    color: #fff;
}

@media (max-width: 900px) {
    .lookbook-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 280px 280px;
    }
}
@media (max-width: 719px) {
    .lookbook-header { padding: 32px 20px 22px; }
    .lookbook-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 320px 220px 220px;
        gap: 2px;
    }
    .lookbook-item:first-child { grid-row: auto; }
    .lookbook-item:first-child .lookbook-title { font-size: 2rem; }
    .lookbook-cta { opacity: 1; transform: translateY(0); color: rgba(255,255,255,0.65); }
}

/* Newsletter — mensajes de respuesta */
.newsletter-msg {
    margin-top: 14px;
    font-family: var(--fuente-cuerpo);
    font-size: 0.85rem;
    min-height: 1.2em;
}
.newsletter-ok    { color: #6ecb6e; }
.newsletter-error { color: #e07070; }


/* ============================================================
   PAGINAS INTERIORES: hero editorial premium
   Banda oscura con brillos naranjas y textura sutil.
   (Carrito, Checkout, Mi Cuenta, Contacto, paginas regulares)
   ============================================================ */
body.page:not(.home):not(.woocommerce-shop) .hero-section-overlay,
body.woocommerce-cart .hero-section-overlay,
body.woocommerce-checkout .hero-section-overlay,
body.woocommerce-account .hero-section-overlay {
    display: none !important;
}
body.page:not(.home):not(.woocommerce-shop) .entry-hero,
body.woocommerce-cart .entry-hero,
body.woocommerce-checkout .entry-hero,
body.woocommerce-account .entry-hero {
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
}
body.page:not(.home):not(.woocommerce-shop):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.page-id-111) .entry-hero-container-inner,
body.woocommerce-cart .entry-hero-container-inner,
body.woocommerce-checkout .entry-hero-container-inner,
body.woocommerce-account .entry-hero-container-inner {
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 88px 0 78px !important;
    background-image:
        linear-gradient(100deg, rgba(10,10,10,0.86) 0%, rgba(10,10,10,0.62) 50%, rgba(46,29,16,0.55) 100%),
        url('assets/hero/hero-interior.jpg') !important;
    background-color: #121212 !important;
    background-size: cover !important;
    background-position: center 35% !important;
}
/* Foto especifica por seccion */
body.woocommerce-cart .entry-hero-container-inner {
    background-image:
        linear-gradient(100deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.6) 50%, rgba(46,29,16,0.5) 100%),
        url('assets/hero/hero-carrito-v3.jpg') !important;
    background-position: center 40% !important;
}
body.woocommerce-checkout .entry-hero-container-inner {
    background-image:
        linear-gradient(100deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.62) 50%, rgba(46,29,16,0.5) 100%),
        url('assets/hero/hero-checkout-v2.jpg') !important;
    background-position: center 32% !important;
}
body.woocommerce-account .entry-hero-container-inner {
    background-image:
        linear-gradient(100deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.62) 50%, rgba(46,29,16,0.5) 100%),
        url('assets/hero/hero-cuenta-v3.jpg') !important;
    background-position: center 45% !important;
}
/* Contacto: telefono vintage sobre fondo oscuro
   (regla autosuficiente: la base excluye esta pagina) */
body.page-id-111 .entry-hero-container-inner {
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 88px 0 78px !important;
    background-image:
        linear-gradient(100deg, rgba(10,10,10,0.82) 0%, rgba(10,10,10,0.58) 50%, rgba(46,29,16,0.5) 100%),
        url('assets/hero/hero-contacto-v3.jpg') !important;
    background-color: #121212 !important;
    background-size: cover !important;
    background-position: center 72% !important;
}
/* Brillos naranjas suaves (derecha) y textura de lineas finas */
body.page:not(.home):not(.woocommerce-shop) .entry-hero-container-inner::before,
body.woocommerce-cart .entry-hero-container-inner::before,
body.woocommerce-checkout .entry-hero-container-inner::before,
body.woocommerce-account .entry-hero-container-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle 420px at 88% -40%, rgba(232,101,10,0.38), transparent 65%),
        radial-gradient(circle 340px at 6% 130%, rgba(232,101,10,0.20), transparent 60%),
        repeating-linear-gradient(115deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 9px);
}
body.page:not(.home):not(.woocommerce-shop) .entry-header,
body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-account .entry-header {
    width: 100% !important;
    text-align: center !important;
    min-height: 0 !important;
    position: relative;
    z-index: 1;
}
/* Marca pequenna encima del titulo */
body.page:not(.home):not(.woocommerce-shop) .entry-header::before,
body.woocommerce-cart .entry-header::before,
body.woocommerce-checkout .entry-header::before,
body.woocommerce-account .entry-header::before {
    content: "Angora Seven";
    display: block;
    font-family: var(--fuente-cuerpo);
    font-size: 0.62rem;
    letter-spacing: 0.55em;
    text-transform: uppercase;
    color: var(--color-naranja);
    margin-bottom: 14px;
}
body.page:not(.home):not(.woocommerce-shop) .entry-title,
body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-account .entry-title {
    color: #fff !important;
    font-size: 1.7rem !important;
    letter-spacing: 0.26em !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    font-family: var(--fuente-cuerpo) !important;
    text-align: center !important;
}
/* Linea decorativa bajo el titulo */
body.page:not(.home):not(.woocommerce-shop) .entry-title::after,
body.woocommerce-cart .entry-title::after,
body.woocommerce-checkout .entry-title::after,
body.woocommerce-account .entry-title::after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-naranja), transparent);
    margin: 18px auto 0;
}
@media (max-width: 767px) {
    body.page:not(.home):not(.woocommerce-shop):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .entry-hero-container-inner,
    body.woocommerce-cart .entry-hero-container-inner,
    body.woocommerce-checkout .entry-hero-container-inner,
    body.woocommerce-account .entry-hero-container-inner {
        padding: 48px 0 42px !important;
    }
    body.page:not(.home):not(.woocommerce-shop) .entry-title,
    body.woocommerce-cart .entry-title,
    body.woocommerce-checkout .entry-title,
    body.woocommerce-account .entry-title {
        font-size: 1.15rem !important;
    }
}

/* ============================================================
   BOTONES CTA PRIMARIOS: todos en negro solido
   ============================================================ */

/* Carrito: FINALIZAR COMPRA */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    display: block !important;
    text-align: center !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Checkout: REALIZAR EL PEDIDO */
#place_order,
.woocommerce #payment #place_order,
.woocommerce-checkout #payment .button#place_order {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100% !important;
}
#place_order:hover,
.woocommerce #payment #place_order:hover {
    background: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* Mi Cuenta: ACCEDER / REGISTRARSE */
.woocommerce-account form.login .button,
.woocommerce-account form.register .button,
.woocommerce-MyAccount-content .button {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}
.woocommerce-account form.login .button:hover,
.woocommerce-account form.register .button:hover {
    background: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* Avisos: SEGUIR COMPRANDO */
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 24px !important;
    float: right !important;
}

/* Botones .alt genericos WooCommerce */
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
    background: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* Formulario Contacto (Kadence Advanced Form) */
.kb-advanced-form-submit button[type="submit"],
.kb-advanced-form-submit .kb-button,
button.kb-forms-submit,
.kb-forms-submit,
.wp-block-kadence-advancedform .kb-field--submit button {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}
.kb-advanced-form-submit button[type="submit"]:hover,
button.kb-forms-submit:hover,
.kb-forms-submit:hover {
    background: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* ============================================================
   TIENDA: grid centrado + botones negros en tarjetas
   ============================================================ */

/* Ultimo item no queda pegado a la izquierda */
.woocommerce-shop ul.products:not(.products-list-view),
.woocommerce-archive ul.products:not(.products-list-view) {
    justify-content: center !important;
}

/* Botones de producto: negro solido */
.woocommerce-shop ul.products li.product .button,
.woocommerce-archive ul.products li.product .button {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}
.woocommerce-shop ul.products li.product .button:hover,
.woocommerce-archive ul.products li.product .button:hover {
    background: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* ============================================================
   CARRITO: tabla y caja de totales refinadas
   ============================================================ */
.woocommerce table.shop_table {
    border: none !important;
    border-radius: 0 !important;
    border-collapse: collapse !important;
}
.woocommerce table.shop_table th {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.68rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: rgba(0,0,0,0.4) !important;
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    padding: 12px 12px 16px !important;
    background: transparent !important;
}
.woocommerce table.shop_table td {
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.88rem !important;
    color: var(--color-negro) !important;
    padding: 18px 12px !important;
    vertical-align: middle !important;
    background: transparent !important;
}
.woocommerce table.shop_table td a {
    color: var(--color-negro) !important;
    text-decoration: none !important;
}
.woocommerce table.shop_table td a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}
.woocommerce .cart_totals {
    border: 1px solid rgba(0,0,0,0.08) !important;
    padding: 28px 32px !important;
    border-radius: 0 !important;
}
.woocommerce .cart_totals h2 {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: rgba(0,0,0,0.4) !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    padding-bottom: 16px !important;
    margin-bottom: 20px !important;
}
.woocommerce .coupon input.input-text {
    border: 1px solid rgba(0,0,0,0.15) !important;
    border-radius: 0 !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.82rem !important;
    padding: 11px 14px !important;
}
.woocommerce .coupon .button {
    background: transparent !important;
    color: var(--color-negro) !important;
    border: 1px solid var(--color-negro) !important;
    border-radius: 0 !important;
    padding: 11px 18px !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.1em !important;
}
.woocommerce .coupon .button:hover {
    background: var(--color-negro) !important;
    color: #fff !important;
    opacity: 1 !important;
}
.woocommerce button[name="update_cart"] {
    background: transparent !important;
    color: rgba(0,0,0,0.35) !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    border-radius: 0 !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.1em !important;
}
.woocommerce button[name="update_cart"]:not([disabled]) {
    color: var(--color-negro) !important;
    border-color: var(--color-negro) !important;
    cursor: pointer !important;
}

/* ============================================================
   CHECKOUT: formulario refinado
   ============================================================ */
.woocommerce-info,
.woocommerce-message {
    background: #f7f5f3 !important;
    border-top: none !important;
    border-left: 3px solid rgba(0,0,0,0.18) !important;
    color: var(--color-negro) !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.88rem !important;
    border-radius: 0 !important;
}
.woocommerce-info a,
.woocommerce-message a {
    color: var(--color-negro) !important;
    font-weight: 500 !important;
}
.woocommerce form .form-row label {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.78rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em !important;
    color: rgba(0,0,0,0.55) !important;
    margin-bottom: 6px !important;
}
body.woocommerce-cart .woocommerce form .input-text,
body.woocommerce-cart .woocommerce form select,
body.woocommerce-cart .woocommerce form textarea,
body.woocommerce-checkout .woocommerce form .input-text,
body.woocommerce-checkout .woocommerce form select,
body.woocommerce-checkout .woocommerce form textarea,
body.woocommerce-account .woocommerce form .input-text,
body.woocommerce-account .woocommerce form select,
body.woocommerce-account .woocommerce form textarea {
    border: 1px solid rgba(0,0,0,0.15) !important;
    border-radius: 0 !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.88rem !important;
    color: var(--color-negro) !important;
    padding: 12px 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
}
body.woocommerce-cart .woocommerce form .input-text:focus,
body.woocommerce-cart .woocommerce form select:focus,
body.woocommerce-cart .woocommerce form textarea:focus,
body.woocommerce-checkout .woocommerce form .input-text:focus,
body.woocommerce-checkout .woocommerce form select:focus,
body.woocommerce-checkout .woocommerce form textarea:focus,
body.woocommerce-account .woocommerce form .input-text:focus,
body.woocommerce-account .woocommerce form select:focus,
body.woocommerce-account .woocommerce form textarea:focus {
    border-color: var(--color-negro) !important;
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce #payment {
    background: #f7f5f3 !important;
    border-radius: 0 !important;
}
.woocommerce #payment ul.payment_methods {
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
}

/* ============================================================
   MI CUENTA: caja de login centrada y refinada
   (solo para visitantes sin sesion — el panel logueado usa
   su propio layout de dos columnas mas abajo)
   ============================================================ */
body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
    max-width: 560px;
    margin: 48px auto;
}

/* ── Panel de cuenta (usuario logueado): dos columnas ──
   Kadence envuelve la nav en .account-navigation-wrap junto
   con el avatar; ese wrapper es la primera columna del grid. */
body.woocommerce-account.logged-in .entry-content > .woocommerce {
    max-width: 1080px;
    margin: 48px auto;
    display: grid !important;
    grid-template-columns: 250px minmax(0, 1fr) !important;
    gap: 56px !important;
    align-items: start !important;
}
body.woocommerce-account.logged-in .account-navigation-wrap {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
}
body.woocommerce-account.logged-in .entry-content > .woocommerce > .woocommerce-MyAccount-content {
    grid-column: 2 !important;
    grid-row: 1 !important;
}
body.woocommerce-account.logged-in .kadence-account-avatar {
    padding: 0 0 16px 2px;
    font-family: var(--fuente-cuerpo);
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--color-negro);
    display: flex !important;
    align-items: center;
    gap: 20px;
}
/* La imagen del gravatar es absolute; el wrapper necesita tamaño propio */
body.woocommerce-account.logged-in .kadence-customer-image {
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    flex-shrink: 0;
}
body.woocommerce-account.logged-in .kadence-customer-image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
}
/* Kadence agrega padding-left:50px al nombre (asume avatar absoluto);
   con el layout flex ese padding sobra y crea un hueco enorme */
body.woocommerce-account.logged-in .kadence-customer-name {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
    border: 1px solid rgba(0,0,0,0.08);
    padding: 8px 0;
    background: #fff;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}
.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 13px 22px !important;
    font-family: var(--fuente-cuerpo) !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: rgba(0,0,0,0.55) !important;
    text-decoration: none !important;
    border-left: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.woocommerce-MyAccount-navigation li a:hover {
    color: var(--color-negro) !important;
}
.woocommerce-MyAccount-navigation li.is-active a {
    color: var(--color-negro) !important;
    font-weight: 600 !important;
    border-left: 2px solid var(--color-naranja);
    background: #faf8f6;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
}
/* Botones de la tabla de pedidos (Ver, etc.) */
.woocommerce-account .woocommerce-MyAccount-content table td .button,
.woocommerce-MyAccount-content .woocommerce-orders-table .button,
.woocommerce-MyAccount-content table .button {
    padding: 9px 18px !important;
    font-size: 0.64rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
    display: inline-block !important;
    width: auto !important;
    background: var(--color-negro) !important;
    color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-content table td .button:hover {
    background: #333 !important;
    color: #fff !important;
}
@media (max-width: 900px) {
    body.woocommerce-account.logged-in .entry-content > .woocommerce {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        margin: 24px auto;
    }
    body.woocommerce-account.logged-in .entry-content > .woocommerce > .woocommerce-MyAccount-content {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }
}
.woocommerce-account form.login,
.woocommerce-account form.register {
    border: 1px solid rgba(0,0,0,0.08) !important;
    padding: 40px !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}
.woocommerce-account form h2 {
    font-family: var(--fuente-cuerpo) !important;
    font-size: 1rem !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin-bottom: 28px !important;
    color: var(--color-negro) !important;
}
.woocommerce-account .lost_password a {
    font-size: 0.78rem !important;
    color: rgba(0,0,0,0.4) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

/* ============================================================
   MOBILE: ajustes paginas interiores
   ============================================================ */
@media (max-width: 767px) {
    .woocommerce .cart_totals {
        padding: 20px !important;
    }
    .woocommerce-account .entry-content > .woocommerce {
        margin: 24px 16px;
    }
    .woocommerce-account form.login,
    .woocommerce-account form.register {
        padding: 24px !important;
    }
    .woocommerce-message .button,
    .woocommerce-info .button {
        float: none !important;
        display: block !important;
        margin-bottom: 12px !important;
    }
}


/* ============================================================
   HEADER UNIFORME: blanco con textos oscuros en TODO el sitio
   (el header transparente se desactiva via kadence_post_layout
   en functions.php; estas reglas garantizan los colores)
   ============================================================ */
#masthead,
.site-header,
.site-main-header-wrap .site-header-row-container-inner {
    background-color: #fff !important;
    background: #fff !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.07) !important;
}
/* Altura uniforme del header en todas las paginas (misma que el sticky).
   Kadence fija la altura natural con estilos inline via JS; !important
   los sobreescribe para que el header mida lo mismo en cada pagina. */
.site-main-header-inner-wrap {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
}
/* Nav links primer nivel oscuros */
.main-navigation > div > ul > li.menu-item > a {
    color: var(--color-negro) !important;
}
.main-navigation > div > ul > li.menu-item > a:hover,
.main-navigation > div > ul > li.menu-item.current-menu-item > a {
    color: var(--color-naranja) !important;
}
/* Icono del carrito y toggles siempre oscuros */
#masthead .header-cart-wrap .header-cart-button,
#masthead .search-toggle-open,
#mobile-header .mobile-toggle-open-container .menu-toggle-open,
#mobile-header .header-cart-wrap .header-cart-button,
#mobile-header .search-toggle-open {
    color: var(--color-negro) !important;
}

/* Boton VOLVER A LA TIENDA (carrito vacio) */
.woocommerce-cart-is-empty + .return-to-shop .button,
.return-to-shop .button,
.woocommerce .return-to-shop .wc-backward {
    background: var(--color-negro) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 32px !important;
}
.return-to-shop .button:hover,
.woocommerce .return-to-shop .wc-backward:hover {
    background: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* ============================================================
   PÁGINA DE CONTACTO — canales directos (sin formulario)
   ============================================================ */
.angora-contacto {
    max-width: 980px;
    margin: 8px auto 24px;
}
.angora-contacto-intro {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 48px;
}
.angora-contacto-eyebrow {
    display: block;
    font-family: var(--fuente-cuerpo);
    font-size: 0.66rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--color-naranja);
    margin-bottom: 14px;
}
.angora-contacto-title {
    font-size: 2.1rem !important;
    font-weight: 400 !important;
    color: var(--color-negro) !important;
    margin: 0 0 16px !important;
    letter-spacing: 0.01em;
}
.angora-contacto-lead {
    font-family: var(--fuente-cuerpo);
    font-size: 0.98rem;
    line-height: 1.75;
    color: rgba(0,0,0,0.6);
    margin: 0;
}

/* Tarjetas de canal */
.angora-contacto-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.angora-contacto-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 30px 26px;
    border: 1px solid rgba(0,0,0,0.10);
    background: #fff;
    text-decoration: none !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    position: relative;
}
.angora-contacto-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.09);
    border-color: rgba(0,0,0,0.16);
}
.angora-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f6f3f0;
    color: var(--color-negro);
    margin-bottom: 22px;
    transition: background 0.22s ease, color 0.22s ease;
}
.angora-card-icon svg { width: 24px; height: 24px; }
.angora-contacto-card:hover .angora-card-icon {
    background: var(--color-negro);
    color: #fff;
}
.angora-card-wa:hover .angora-card-icon {
    background: #25d366;
    color: #fff;
}
.angora-card-body { display: flex; flex-direction: column; flex: 1; }
.angora-card-label {
    font-family: var(--fuente-cuerpo);
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.4);
    margin-bottom: 8px;
}
.angora-card-value {
    font-family: var(--fuente-cuerpo);
    font-size: 1.06rem;
    font-weight: 500;
    color: var(--color-negro);
    margin-bottom: 8px;
    word-break: break-word;
}
.angora-card-hint {
    font-family: var(--fuente-cuerpo);
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(0,0,0,0.5);
    margin-bottom: 20px;
}
.angora-card-cta {
    font-family: var(--fuente-cuerpo);
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-naranja);
    margin-top: auto;
}
.angora-card-wa { border-color: rgba(37,211,102,0.35); }
.angora-card-wa .angora-card-cta { color: #1faa52; }

/* Meta: horario + ubicación */
.angora-contacto-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 22px;
    padding-top: 34px;
    border-top: 1px solid rgba(0,0,0,0.08);
}
.angora-contacto-meta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}
.angora-meta-label {
    font-family: var(--fuente-cuerpo);
    font-size: 0.66rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-naranja);
}
.angora-meta-value {
    font-family: var(--fuente-cuerpo);
    font-size: 0.92rem;
    color: rgba(0,0,0,0.65);
}

@media (max-width: 860px) {
    .angora-contacto-cards { grid-template-columns: 1fr; gap: 16px; }
    .angora-contacto-card { flex-direction: row; align-items: center; gap: 18px; padding: 22px; }
    .angora-card-icon { margin-bottom: 0; flex-shrink: 0; }
    .angora-card-hint { display: none; }
    .angora-card-body { flex: 1; }
    .angora-card-cta { display: none; }
    .angora-contacto-meta { grid-template-columns: 1fr; gap: 22px; }
    .angora-contacto-title { font-size: 1.7rem !important; }
}
