/*
Theme Name: Anvogue Child
Theme URI: https://anvogue.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Anvogue
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: anvogue
Text Domain: anvogue-child
*/

/* ===== Arroyabe · ficha de producto — consolidado desde opciones del tema (2026-07-02) ===== */

/* El precio estandar no se muestra en variables: el precio vive en la tabla */
.single-product div.product.product-type-variable .summary > .price,
.single-product div.product.product-type-variable .elementor-widget-woocommerce-product-price .price {
    display: none !important;
}

/* --- CSS original que vivia en Apariencia > opciones del tema (custom-css) --- */
.archive .woocommerce-loop-category__title{
	font-size: 16px;
}
.ficha-precios-custom {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.ficha-precios-custom th {
    background: #000;
    color: #fff;
    padding: 10px;
    text-align:center;
    text-transform: uppercase;
    font-size: 12px;
}
.ficha-precios-custom td {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.ficha-precios-custom .v-box {
    color: #bfa36a; /* Color dorado como tu botón */
    font-size: 1.1em;
}




.single-product .pls-quantity-label,
.single-product .pls-product-policy-label{
    display: none !important;
}



/* Respetamos la tipografía original y solo añadimos la separación inferior de 20px */
.woocommerce-product-details__short-description {
    margin-bottom: 20px !important;
}

/* Botones integrados y más pequeños que el texto principal */
.read-more-btn, .read-less-btn {
    color: #bfa36a; /* Tu color dorado */
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85em; /* Reduce el tamaño a un 85% respecto al texto original */
    margin-left: 4px;
    white-space: nowrap; /* Evita que "Ver" y "más" se separen en distintas líneas */
}






.pls-product-policy-list  {
    display: flex; 
    flex-wrap: wrap;
}
.pls-product-policy-list > div {
    width: 33%;
}







/* 1. La celda (TD) será la referencia para el descuento */
.ficha-precios-custom .v-select {
    position: relative; /* Clave: hace que el absolute se quede dentro de esta celda */
    padding-right: 45px !important; /* Dejamos espacio a la derecha para que el badge no pise el círculo (radio button) */
    text-align: center;
    vertical-align: middle;
}

/* 2. El descuento pegado a la derecha del TD y centrado verticalmente */
.descuento-badge {
    position: absolute;
    right: 0px; /* 10px de separación desde el borde derecho interior de la celda */
    top: 0px; /* Lo bajamos a la mitad de la celda */
    background-color: #d9534f;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 4px;
    line-height: 1;
    white-space: nowrap; /* Evita que el texto -15% se parta en dos líneas */
}

/* 3. El contenedor del círculo de selección */
.select-label-wrapper {
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

/* 4. Precios tachados y normales en la tabla */
.ficha-precios-custom del {
    color: #999;
    font-size: 0.85em;
    margin-right: 5px;
    text-decoration: line-through;
}

.ficha-precios-custom ins {
    text-decoration: none;
    font-weight: 600;
}









/* Ocultar el botón de reset de variaciones si no es necesario */
.reset_variations { display: none !important; }
@media(max-widht:800px){
    .archive .woocommerce-loop-category__title {
        font-size: 10px;
        white-space: normal !important; 
    overflow-wrap: break-word;      
    word-wrap: break-word;
    display: block;                 
    line-height: 1.4;              
    }
}


/* Ver mas en descripcion de categoria: clamp de 3 lineas */
.term-description.arroyabe-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.arroyabe-cat-more {
    display: inline-block;
    margin-top: 6px;
}


/* ===== Arroyabe: bloque "Product Information" (replica diseno Claude Design) ===== */
.arroyabe-ficha-bloques {
    font-family: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif;
    color: #14120E;
    margin: clamp(48px, 8vw, 88px) 0 clamp(40px, 6vw, 64px);
}
.afb2-head {
    display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px;
    border-bottom: 1px solid #14120E; padding-bottom: 24px; margin-bottom: clamp(40px, 6vw, 64px);
}
.afb2-eyebrow {
    font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
    color: #A98F4E; margin-bottom: 12px;
}
.afb2-title { margin: 0; font-size: clamp(26px, 4vw, 34px); font-weight: 600; letter-spacing: -0.01em; }
.afb2-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
    gap: 56px clamp(48px, 7vw, 96px); align-items: start;
}
.afb2-desc { margin: 0 0 48px; font-size: 17px; line-height: 1.75; color: #3E3A32; max-width: 54ch; }
.afb2-specs { border-top: 1px solid #E7E1D4; }
.afb2-row {
    display: flex; justify-content: space-between; align-items: baseline; gap: 40px;
    padding: 17px 0; border-bottom: 1px solid #E7E1D4;
}
.afb2-label { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #14120E; flex-shrink: 0; }
.afb2-val { text-align: right; font-size: 15px; color: #4A463D; line-height: 1.5; }
.afb2-sub { font-size: 13px; font-style: italic; color: #96907F; line-height: 1.4; }
.afb2-nutri { border-top: 3px solid #14120E; padding-top: 24px; }
.afb2-nutri-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.afb2-nutri-head h3 { margin: 0; font-size: 21px; font-weight: 700; letter-spacing: -0.01em; }
.afb2-per { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #96907F; }
.afb2-base { font-size: 13px; color: #96907F; margin: 8px 0 18px; }
.afb2-nrows { border-top: 1px solid #E7E1D4; }
.afb2-nrow {
    display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
    padding: 14px 0; border-bottom: 1px solid #E7E1D4; font-size: 15px;
}
.afb2-nrow.is-sub { color: #96907F; }
.afb2-nrow.is-sub > div:first-child { padding-left: 20px; }
.afb2-nval { font-weight: 600; white-space: nowrap; }
.afb2-nrow.is-sub .afb2-nval { color: #96907F; }
.afb2-strip {
    margin-top: clamp(56px, 8vw, 80px); border-top: 1px solid #E7E1D4;
    padding-top: clamp(36px, 5vw, 48px);
    display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 32px 48px;
}
.afb2-big { font-size: 36px; font-weight: 600; letter-spacing: -0.02em; }
.afb2-biglabel {
    font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
    color: #96907F; margin-top: 10px;
}


/* Descripcion corta de producto: clamp de 2 lineas (bloque completo) */
.woocommerce-product-details__short-description.arroyabe-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Los headings que vienen dentro del excerpt viejo se ven como subtitulo, no como titulo gigante */
.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px;
}
.arroyabe-toggle { display: inline-block; margin-top: 6px; }


/* Precio "From X/unit" en listados */
.arroyabe-from-unit { color: #bfa36a; font-weight: 600; }
.arroyabe-from-unit .woocommerce-Price-amount { color: inherit; font-weight: inherit; }


/* ===== Arroyabe: Product Hero (replica diseno Claude Design) ===== */
.single-product div.product .summary,
.single-product .pls-sp-breadcrumb-navigation,
.single-product .entry-breadcrumb {
    font-family: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif;
    color: #14120E;
}
.single-product .pls-sp-breadcrumb-navigation, .single-product .entry-breadcrumb { font-size: 13px; color: #96907F; }
.single-product .pls-sp-breadcrumb-navigation a, .single-product .entry-breadcrumb a { color: #14120E; text-decoration: none; }
.single-product .summary .posted_in {
    display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.2em;
    text-transform: uppercase; color: #A98F4E;
}
.single-product .summary .posted_in a { color: #A98F4E; }
.single-product h1.product_title {
    font-size: clamp(28px, 3.4vw, 38px); line-height: 1.15; font-weight: 600; letter-spacing: -0.015em;
}
.single-product .summary .star-rating,
.single-product .summary .pls-star-rating { color: #A98F4E; }
.apr-subline { font-size: 15px; color: #96907F; margin: 10px 0 0; }
.single-product .summary .woocommerce-product-details__short-description { font-size: 16px; line-height: 1.7; color: #3E3A32; }

/* galeria con marco crema */
.single-product .woocommerce-product-gallery { background: #F4F1EA; border: 1px solid #EDE8DC; border-radius: 4px; overflow: hidden; }

/* tabla de variaciones */
.apr-table { border-top: 2px solid #14120E; margin-top: 8px; }
.apr-head, .apr-row { display: grid; grid-template-columns: 1.1fr 1.1fr 1.1fr 64px; gap: 20px; align-items: center; }
.apr-head { padding: 18px 16px 16px; border-bottom: 1px solid #E7E1D4; }
.apr-head > div { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #96907F; }
.apr-head > .apr-r { text-align: right; }
.apr-row { padding: 26px 16px; border-bottom: 1px solid #E7E1D4; cursor: pointer; margin: 0; transition: background 0.15s; }
.apr-row.is-on, .apr-row:has(input:checked) { background: #F6F2E8; }
.apr-units { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.apr-units-n { font-size: 16px; font-weight: 600; }
.apr-badge {
    font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: #FCFBF8;
    background: #B0402C; border-radius: 2px; padding: 3px 7px;
}
.apr-unit, .apr-box { display: flex; justify-content: flex-end; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.apr-unit { font-size: 15px; color: #4A463D; }
.apr-box { font-size: 17px; font-weight: 600; }
.apr-unit del, .apr-box del { font-size: 13px; color: #96907F; }
.apr-unit del span, .apr-box del span { color: inherit; }
.apr-sel { display: flex; justify-content: flex-end; position: relative; }
.apr-sel input { position: absolute; opacity: 0; pointer-events: none; }
.apr-dot { width: 18px; height: 18px; border-radius: 50%; border: 1px solid #C9C2B2; display: grid; place-items: center; }
.apr-dot::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: transparent; }
.apr-row.is-on .apr-dot, .apr-row:has(input:checked) .apr-dot { border-color: #14120E; }
.apr-row.is-on .apr-dot::after, .apr-row:has(input:checked) .apr-dot::after { background: #A98F4E; }
@media (max-width: 575px) {
    /* el diseno mantiene las 4 columnas tambien en movil, con clamp */
    .apr-head, .apr-row { grid-template-columns: 1.1fr 1.1fr 1.1fr clamp(28px, 5vw, 64px); gap: clamp(8px, 2vw, 20px); }
    .apr-head { padding: 14px 8px 12px; }
    .apr-head > div { font-size: 10px; letter-spacing: 0.1em; }
    .apr-row { padding: 18px 8px; }
    .apr-units-n { font-size: 14px; }
    .apr-unit { font-size: 13px; }
    .apr-box { font-size: 15px; }
    .apr-unit del, .apr-box del { font-size: 11px; }
    .apr-badge { font-size: 10px; padding: 2px 5px; }
}

/* botones */
.single-product form.cart .single_add_to_cart_button {
    height: 54px; background: none; border: 1px solid #14120E; border-radius: 3px; color: #14120E;
    font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; transition: all 0.15s;
}
.single-product form.cart .single_add_to_cart_button:hover { background: #14120E; color: #FCFBF8; }
.single-product .pls_quick_buy_button {
    width: 100%; height: 54px; margin-top: 14px; background: #14120E !important; border: 1px solid #14120E;
    border-radius: 3px; color: #FCFBF8 !important; font-size: 12px; font-weight: 600;
    letter-spacing: 0.16em; text-transform: uppercase;
}
.single-product .pls_quick_buy_button:hover { background: #2B2820 !important; }
.single-product form.cart .quantity { border: 1px solid #E7E1D4; border-radius: 3px; background: #FFFFFF; }

/* entrega estimada y politicas */
.single-product .pls-estimated-delivery { font-size: 14px; color: #3E3A32; }
.single-product .pls-delivery-date { font-weight: 600; }
.pls-product-policy-list { border-top: 1px solid #E7E1D4; padding-top: 28px; margin-top: 32px; }
.pls-policy-item-desc { font-size: 13px; color: #96907F; }


/* ===== Arroyabe: pulido responsive de la ficha (mobile/tablet) ===== */
@media (max-width: 767px) {
    /* tabla de variaciones mas compacta */
    .apr-head, .apr-row { gap: 12px; }
    .apr-row { padding: 20px 12px; }
    .apr-box { font-size: 16px; }
    /* politicas: de 3 columnas apretadas a 2 */
    .pls-product-policy-list > div { width: 50%; }
    /* bloque Product Information: respirar sin comerse la pantalla */
    .afb2-grid { gap: 40px 32px; }
    .afb2-strip { gap: 24px 28px; padding-top: 28px; margin-top: 44px; }
    .afb2-big { font-size: 30px; }
    .arroyabe-ficha-bloques { margin: 40px 0 24px; }
    .afb2-head { padding-bottom: 18px; margin-bottom: 36px; }
}
@media (max-width: 575px) {
    /* specs: apilar etiqueta arriba / valor abajo (los valores largos a la derecha eran ilegibles) */
    .afb2-row { flex-direction: column; align-items: flex-start; gap: 6px; padding: 14px 0; }
    .afb2-row .afb2-val { text-align: left; }
    .afb2-sub { text-align: left; }
    /* politicas: apiladas del todo */
    .pls-product-policy-list > div { width: 100%; }
    .pls-product-policy-list { gap: 18px 0; }
    /* nutricional: cabecera puede envolver */
    .afb2-nutri-head { flex-wrap: wrap; }
    .afb2-desc { margin-bottom: 32px; }
    /* tabla variaciones: tipografia contenida */
    .apr-units-n { font-size: 15px; }
    .apr-box { font-size: 15px; }
    /* botones: que el texto+total no desborde en pantallas estrechas */
    .single-product form.cart .single_add_to_cart_button { font-size: 11px; letter-spacing: 0.1em; padding-left: 8px; padding-right: 8px; }
    .single-product .pls_quick_buy_button { font-size: 11px; letter-spacing: 0.1em; }
    /* titulo con margen contenido */
    .single-product h1.product_title { margin-top: 10px; }
}



/* ===== Arroyabe: Product Cards (categorias, sliders home, related) — replica diseno Claude Design ===== */

/* Tarjeta: blanco, borde fino #EDE8DC, radio 4, imagen a sangre */
.products-wrap .product .pls-product-inner {
    font-family: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif;
    background: #FFFFFF;
    color: #14120E;
}
.products.pls-product-bordered div.product .pls-product-inner {
    border: 1px solid #EDE8DC;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}
.products.pls-product-bordered div.product .pls-product-inner:hover {
    border-color: #C9C2B2;
}

/* Zona de imagen crema */
.products-wrap .product .pls-product-image {
    background: #F4F1EA;
}

/* Badges: New (crema), Hot/featured (dorado), -N% (rojo), agotado (negro) */
.products-wrap .pls-product-labels,
.products.pls-product-bordered .pls-product-labels {
    top: 14px;
    left: 14px;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.products-wrap .pls-product-labels span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 2px;
    padding: 4px 8px;
    margin: 0;
}
.products-wrap .pls-product-labels span.new {
    color: #14120E;
    background: #FCFBF8;
    border: 1px solid #E7E1D4;
}
.products-wrap .pls-product-labels span.featured {
    color: #FCFBF8;
    background: #A98F4E;
}
.products-wrap .pls-product-labels span.on-sale {
    color: #FCFBF8;
    background: #B0402C;
}
.products-wrap .pls-product-labels span.out-of-stock {
    color: #FCFBF8;
    background: #14120E;
}

/* Iconos (wishlist / quick view): circulos crema arriba a la derecha */
.products.grid-view.pls-product-bordered:not(.product-style-4, .product-style-5) .pls-product-icons {
    top: 12px;
    right: 12px;
}
.products-wrap .pls-product-icons a {
    background: #FCFBF8 !important;
    border: 1px solid #E7E1D4 !important;
    border-radius: 50% !important;
    color: #14120E !important;
    box-shadow: none !important;
}
.products-wrap .pls-product-icons a:hover {
    border-color: #14120E !important;
}

/* Boton Quick Shop: pill crema con texto, pegada abajo de la imagen (boceto v2) */
.products-wrap .pls-product-actions { left: 14px !important; right: 14px !important; bottom: 14px !important; padding: 0 !important; }
.products-wrap .pls-cart-button { width: 100%; }
.products-wrap .pls-cart-button .button {
    display: block;
    width: 100%;
    height: 44px;
    background: #FCFBF8;
    border: 1px solid #14120E;
    color: #14120E;
    border-radius: 3px;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 42px;
    padding: 0;
    text-align: center;
}
.products-wrap .pls-cart-button .button:before { display: none !important; }
.products-wrap .pls-cart-button .button:hover {
    background: #14120E;
    color: #FCFBF8;
}

/* Cuerpo de la tarjeta */
.products-wrap .product .pls-product-info {
    padding: 18px 18px 20px;
    text-align: left;
}
.arroyabe-loop-cat {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #A98F4E;
    margin: 0 0 10px;
}
.products-wrap .product .pls-product-info .product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-wrap .product .pls-product-info .product-title a {
    color: #14120E;
}

/* Rating dorado + numero de resenas en la misma linea */
.products-wrap .pls-product-info .pls-star-rating {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 0 10px;
}
.products-wrap .pls-product-info .star-rating,
.products-wrap .pls-product-info .star-rating span {
    color: #A98F4E;
}
.products-wrap .pls-product-info .arroyabe-rev-count {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #96907F;
    margin: 0 0 10px 7px;
}

/* Precio: tachado gris + precio seminegrita */
.products-wrap .pls-product-price {
    margin: 0;
}
.products-wrap .pls-product-price .price {
    font-size: 16px;
    font-weight: 600;
    color: #14120E;
}
/* Schibsted ensancha la coma decimal con tabular-nums: fuera en el precio de tarjeta */
.products-wrap .pls-product-price .price,
.products-wrap .pls-product-price .price * {
    font-variant-numeric: normal;
}
.products-wrap .pls-product-price del,
.products-wrap .pls-product-price del span {
    font-size: 13px;
    color: #96907F;
    font-weight: 400;
}
.products-wrap .pls-product-price .arroyabe-from-unit {
    color: #14120E;
    font-weight: 600;
}

/* Flechas de los sliders (home / carruseles) */
.pls-slider-navigation .pls-slider-prev,
.pls-slider-navigation .pls-slider-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #FCFBF8;
    border: 1px solid #E7E1D4;
    color: #14120E;
    transition: border-color 0.15s;
}
.pls-slider-navigation .pls-slider-prev:hover,
.pls-slider-navigation .pls-slider-next:hover {
    border-color: #14120E;
    background: #FCFBF8;
    color: #14120E;
}
.pls-slider-navigation .pls-slider-prev:after,
.pls-slider-navigation .pls-slider-next:after {
    font-size: 14px;
}


/* ===== Arroyabe: mobile del Product Hero fiel al diseno (corrige bloque anterior) ===== */
@media (max-width: 575px) {
    /* la tabla mantiene cabecera y las 4 columnas, compactas como el diseno */
    .apr-head {
        display: grid;
        grid-template-columns: 1.15fr 0.95fr 0.95fr 34px;
        gap: 8px;
        padding: 12px 8px 10px;
    }
    .apr-head > div { font-size: 9px; letter-spacing: 0.08em; }
    .apr-row {
        grid-template-columns: 1.15fr 0.95fr 0.95fr 34px;
        gap: 8px;
        padding: 16px 8px;
    }
    /* precios apilados: tachado arriba, actual debajo (como el diseno) */
    .apr-unit { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; font-size: 14px; }
    .apr-box { flex-direction: column; align-items: flex-end; gap: 2px; font-size: 16px; }
    /* badge de descuento debajo del nombre de unidades */
    .apr-units { flex-direction: column; align-items: flex-start; gap: 6px; }
    .apr-units-n { font-size: 15px; }
}
@media (max-width: 991px) {
    /* la barra inferior fija del tema no existe en el diseno movil: botones en el flujo */
    .pls-sticky-add-to-cart { display: none !important; }
}


/* --- Arroyabe Product Cards: fix titulo 2 lineas (el padre fuerza white-space:nowrap + display:flow-root) --- */
.products-wrap .product .pls-product-info .product-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    overflow: hidden;
}
.products-wrap .product .pls-product-info .product-title a {
    white-space: normal !important;
}

/* --- Arroyabe Product Cards: movil (2 columnas, tarjetas ~155px) --- */
@media (max-width: 767px) {
    .products-wrap .product .pls-product-info {
        padding: 12px 12px 14px;
    }
    .arroyabe-loop-cat {
        font-size: 9px;
        letter-spacing: 0.12em;
        margin: 0 0 6px;
    }
    .products-wrap .product .pls-product-info .product-title {
        font-size: 14px;
        margin: 0 0 6px;
    }
    .products-wrap .pls-product-info .pls-star-rating {
        margin: 0 0 6px;
    }
    .products-wrap .pls-product-info .arroyabe-rev-count {
        margin: 0 0 6px 5px;
    }
    .products-wrap .pls-product-price .price {
        font-size: 14px;
    }
    .products-wrap .pls-product-labels,
    .products.pls-product-bordered .pls-product-labels {
        top: 8px;
        left: 8px;
        gap: 4px;
    }
    .products-wrap .pls-product-labels span {
        font-size: 9px;
        padding: 3px 6px;
        letter-spacing: 0.1em;
    }
    .products.grid-view.pls-product-bordered:not(.product-style-4, .product-style-5) .pls-product-icons {
        top: 6px;
        right: 6px;
    }
}

/* Flechas de slider dentro del viewport en movil (el tema usa -8px) */
@media (max-width: 767px) {
    .pls-slider-navigation .pls-slider-prev { left: 0 !important; }
    .pls-slider-navigation .pls-slider-next { right: 0 !important; }
}


/* ===== Arroyabe: Ficha v2 — Reviews + You may also like + ajustes hero (Claude Design, 2026-07-03) ===== */

/* -- compartido: cabeceras de seccion del diseno -- */
.arr-eyebrow {
    font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #A98F4E;
}
.arr-title {
    margin: 12px 0 0; font-size: clamp(26px, 4vw, 34px); font-weight: 600; letter-spacing: -0.01em; color: #14120E;
}
.arr-btn-outline {
    height: 48px; padding: 0 28px; background: none; border: 1px solid #14120E; border-radius: 3px;
    cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
    color: #14120E; transition: all 0.15s;
}
.arr-btn-outline:hover { background: #14120E; color: #FCFBF8; }
.arr-btn-solid, .arr-rev .form-submit .submit {
    height: 52px; padding: 0 36px; background: #14120E !important; border: 1px solid #14120E !important;
    border-radius: 3px; cursor: pointer; font-size: 12px !important; font-weight: 600;
    letter-spacing: 0.16em; text-transform: uppercase; color: #FCFBF8 !important;
}
.arr-rev .form-submit .submit:hover { background: #2B2820 !important; }

/* -- hero: fuera enlaces extra (no estan en el diseno) -- */
.single-product .pls-deliver-return-ask-questions { display: none !important; }

/* -- hero: entrega estimada -- */
.single-product .pls-estimated-delivery { font-size: 14px; color: #3E3A32; }
.single-product .pls-estimated-delivery:before { color: #A98F4E; }
.single-product .pls-delivery-date { font-weight: 600; color: #14120E; }

/* -- hero: politicas sin iconos, titulos uppercase (como el diseno) -- */
.single-product .pls-policy-item-icon { display: none !important; }
.single-product .pls-policy-item-name {
    display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: #14120E;
}
.single-product .pls-policy-item-desc {
    display: block; font-size: 13px; line-height: 1.6; color: #96907F; margin-top: 6px;
}
.pls-product-policy-list > div { padding-right: 20px; box-sizing: border-box; }

/* ===== Reviews (arr-rev) ===== */
.pls-product-reviews { font-family: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif; color: #14120E; }
/* el tema pinta una banda full-width con :before ENCIMA del contenido estatico -> subimos el bloque */
.pls-product-reviews .arr-rev { position: relative; z-index: 1; }
/* y la banda en el crema del diseno */
.pls-product-reviews:before { background-color: #FCFBF8; }
.pls-product-reviews > h3 { display: none; } /* el header lo pone la plantilla nueva */
.arr-rev-head {
    display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px;
    border-bottom: 1px solid #14120E; padding-bottom: 24px; margin-bottom: clamp(40px, 6vw, 64px);
}
.arr-rev-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));
    gap: 56px clamp(48px, 7vw, 96px); align-items: start;
}
.arr-rev-avg-row { display: flex; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.arr-rev-avg {
    font-size: clamp(64px, 12vw, 96px); font-weight: 600; line-height: 0.9; letter-spacing: -0.03em;
}
.arr-rev-avg-side { padding-bottom: 6px; }
.arr-rev-avg-stars .star-rating { color: #A98F4E; font-size: 15px; }
.arr-rev-basedon { font-size: 14px; color: #96907F; margin-top: 8px; }
.arr-rev-none { font-size: 15px; color: #96907F; max-width: 46ch; line-height: 1.6; }
.arr-rev-bars { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; max-width: 420px; }
.arr-rev-bar-row { display: flex; align-items: center; gap: 14px; }
.arr-rev-bar-n { font-size: 13px; font-weight: 600; width: 12px; text-align: right; }
.arr-rev-bar { flex: 1; height: 4px; background: #ECE7DA; border-radius: 2px; overflow: hidden; }
.arr-rev-bar-fill { height: 100%; background: #14120E; border-radius: 2px; }
.arr-rev-bar-count { font-size: 13px; color: #96907F; width: 36px; }

/* formulario */
.arr-rev-form { margin-top: 48px; border-top: 2px solid #14120E; padding-top: 28px; }
.arr-rev-form[hidden] { display: none; }
.arr-rev-form-title { margin: 0; font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.arr-rev-form-note { margin: 8px 0 0; font-size: 13px; color: #96907F; }
.arr-rev-field { margin: 24px 0 0; }
.arr-rev-field label {
    display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: #14120E; margin-bottom: 10px;
}
.arr-rev-field input[type="text"], .arr-rev-field input[type="email"] {
    width: 100%; box-sizing: border-box; height: 48px; padding: 0 16px; background: #FFFFFF;
    border: 1px solid #E7E1D4; border-radius: 3px; font-size: 15px; color: #14120E;
}
.arr-rev-field textarea {
    width: 100%; box-sizing: border-box; padding: 14px 16px; background: #FFFFFF;
    border: 1px solid #E7E1D4; border-radius: 3px; resize: vertical;
    font-size: 15px; line-height: 1.6; color: #14120E; min-height: 130px;
}
.arr-rev-field input:focus, .arr-rev-field textarea:focus { outline: none; border-color: #14120E; }
.arr-rev #respond .comment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.arr-rev #respond .comment-form > * { grid-column: 1 / -1; }
.arr-rev #respond .comment-form-author { grid-column: 1 / 2; }
.arr-rev #respond .comment-form-email { grid-column: 2 / 3; }
.arr-rev #respond .comment-form-cookies-consent {
    display: flex; align-items: flex-start; gap: 10px; margin-top: 20px;
    font-size: 14px; line-height: 1.6; color: #4A463D;
}
.arr-rev #respond .comment-form-cookies-consent input { margin-top: 4px; accent-color: #14120E; }
.arr-rev #respond .comment-form-cookies-consent label {
    font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; margin: 0; display: inline;
}
.arr-rev #respond .form-submit { margin-top: 28px; }
/* selector de estrellas de Woo (p.stars) */
.arr-rev #respond p.stars { margin: 10px 0 0; font-size: 24px; }
.arr-rev #respond p.stars a { color: #A98F4E; }
.arr-rev .comment-form-rating label { margin-bottom: 0; }

/* lista de reviews */
.arr-rev-items { list-style: none; margin: 0; padding: 0; }
.arr-rev-items .arr-rev-item { border-bottom: 1px solid #E7E1D4; padding: 28px 0; margin: 0; }
.arr-rev-items .arr-rev-item:first-child { padding-top: 0; }
.arr-rev-item-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.arr-rev-who { display: flex; align-items: center; gap: 14px; }
.arr-rev-avatar {
    width: 44px; height: 44px; border-radius: 50%; background: #14120E; color: #FCFBF8;
    display: grid; place-items: center; font-size: 15px; font-weight: 600; letter-spacing: 0.04em; flex-shrink: 0;
}
.arr-rev-nameline { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.arr-rev-name { font-size: 15px; font-weight: 600; }
.arr-rev-verified { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: #A98F4E; }
.arr-rev-date { font-size: 13px; color: #96907F; margin-top: 3px; }
.arr-rev-stars .star-rating { color: #A98F4E; font-size: 12px; }
.arr-rev-text { margin: 18px 0 0; font-size: 15px; line-height: 1.7; color: #3E3A32; }
.arr-rev-text p { margin: 0 0 8px; }
.arr-rev-text p:last-child { margin-bottom: 0; }
.arr-rev-await { font-size: 13px; color: #96907F; margin: 12px 0 0; }

/* ===== Carrusel "You may also like" (arr-carousel) ===== */
.arr-carousel {
    font-family: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif; color: #14120E;
    margin: clamp(48px, 8vw, 88px) 0 clamp(56px, 9vw, 96px);
}
.arr-car-head {
    display: flex; justify-content: space-between; align-items: flex-end; gap: 24px;
    border-bottom: 1px solid #14120E; padding-bottom: 24px; margin-bottom: clamp(28px, 4vw, 40px);
}
.arr-car-nav { display: flex; gap: 10px; flex-shrink: 0; }
.arr-car-prev, .arr-car-next {
    width: 46px; height: 46px; background: none; border: 1px solid #E7E1D4; border-radius: 50%;
    cursor: pointer; color: #14120E; display: grid; place-items: center; transition: border-color 0.15s; padding: 0;
}
.arr-car-prev:hover, .arr-car-next:hover { border-color: #14120E; }
.arr-rail {
    display: flex !important; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; padding-bottom: 4px;
}
.arr-rail::-webkit-scrollbar { display: none; }
.arr-rail .arr-slide {
    flex: 0 0 clamp(240px, 26vw, 275px); scroll-snap-align: start;
    width: auto !important; max-width: none !important; margin: 0 !important; padding: 0 !important; float: none !important;
}

/* ===== Movil ===== */
@media (max-width: 767px) {
    .arr-rev-head, .arr-car-head { padding-bottom: 18px; }
    .arr-rev-grid { gap: 40px; }
    .arr-rev-items .arr-rev-item { padding: 20px 0; }
    .arr-rev #respond .comment-form { grid-template-columns: 1fr; }
    .arr-rev #respond .comment-form-author, .arr-rev #respond .comment-form-email { grid-column: 1 / -1; }
    .arr-rail .arr-slide { flex-basis: min(72vw, 260px); }
    .arr-btn-outline { height: 44px; padding: 0 20px; }
}

/* La descripcion corta puede traer <p>/<h*>: line-clamp no corta hijos block -> max-height de 2 lineas */
.woocommerce-product-details__short-description.arroyabe-clamp-2 {
    display: block !important;
    max-height: 3.4em;
    overflow: hidden;
}
.woocommerce-product-details__short-description.arroyabe-clamp-2 p { margin: 0 0 8px; }

/* El carrusel arr-carousel sustituye a upsells/related de Woo y del tema */
.single-product .up-sells.products,
.single-product .related.products { display: none !important; }

/* "/ unit" sutil, separado del precio (detalle del boceto) */
.arroyabe-unit-suffix {
    font-size: 13px;
    font-weight: 400;
    color: #96907F;
}
.products-wrap .pls-product-price .arroyabe-unit-suffix { color: #96907F; font-weight: 400; }
@media (max-width: 767px) {
    .arroyabe-unit-suffix { font-size: 11px; }
}

/* (banner con velo retirado: lo sustituye la banda negra del diseno Category Page; la imagen queda de fallback en .arr-cat-img) */


/* ===== Arroyabe: Category Page — replica diseno Claude Design (2026-07-03) ===== */

/* Banda negra del header */
.arr-cat-page .pls-page-title {
    background: #14120E !important;
    background-image: none !important;
    color: #FCFBF8;
    font-family: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif;
    padding-top: clamp(32px, 4.5vw, 52px) !important;
    padding-bottom: clamp(32px, 4.5vw, 52px) !important;
    text-align: left;
}
.arr-cat-page .pls-page-title { position: relative; overflow: hidden; }
/* el fondo (.arr-cat-bg) ancla a la banda: ni container ni row/col (grid del tema, position:relative) deben estar posicionados */
.arr-cat-page .pls-page-title .container,
.arr-cat-page .pls-page-title .row,
.arr-cat-page .pls-page-title .col { position: static; }
/*
   Texto por encima del degradado via z-index individual. */
.arr-cat-page .pls-page-title .entry-breadcrumb,
.arr-cat-page .pls-page-title nav,
.arr-cat-page .pls-page-title .breadcrumb,
.arr-cat-page .pls-page-title h1,
.arr-cat-page .pls-page-title .page-title {
    position: relative;
    z-index: 1;
}
.arr-cat-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    opacity: 0.55;
}
.arr-cat-page .pls-page-title::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 18, 14, 0.85) 0%, rgba(20, 18, 14, 0.45) 60%, rgba(20, 18, 14, 0.2) 100%);
}
.arr-cat-page .pls-page-title .entry-breadcrumb,
.arr-cat-page .pls-page-title nav.breadcrumb,
.arr-cat-page .pls-page-title .pls-breadcrumb {
    margin-bottom: 0;
}

/* breadcrumb en crema */
.arr-cat-page .pls-page-title .entry-breadcrumb,
.arr-cat-page .pls-page-title nav,
.arr-cat-page .pls-page-title .breadcrumb {
    font-size: 13px;
    color: #C9C2B2;
    margin: 0;
    justify-content: flex-start;
    text-align: left;
}
.arr-cat-page .pls-page-title .entry-breadcrumb a,
.arr-cat-page .pls-page-title nav a,
.arr-cat-page .pls-page-title .breadcrumb a {
    color: #FCFBF8;
    text-decoration: none;
}

/* H1 crema */
.arr-cat-page .pls-page-title h1,
.arr-cat-page .pls-page-title .page-title,
.arr-cat-page .pls-page-title .entry-title {
    margin: 18px 0 0;
    font-size: clamp(32px, 4.5vw, 46px);
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.05;
    color: #FCFBF8;
    text-align: left;
}


/* ===== Sidebar ===== */
.arr-side-title {
    font-family: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #A98F4E;
    border-bottom: 1px solid #14120E;
    padding-bottom: 14px;
}
.arr-side-filter-title { margin-top: 40px; }
.arr-cat-nav { font-family: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif; margin-bottom: 0; }
.arr-cat-nav-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid #E7E1D4;
    text-decoration: none;
    color: #4A463D;
    font-size: 14px;
}
.arr-cat-nav-item:hover { color: #14120E; }
.arr-cat-nav-item.is-on { color: #14120E; font-weight: 600; }
.arr-cat-nav-count { font-size: 12px; color: #96907F; }

/* widgets de filtros existentes al estilo del boceto */
.arr-cat-page .pls-widget-area .widget .widget-title,
.arr-cat-page .pls-widget-area .widget .wp-block-group__inner-container > h2 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #14120E;
    border-bottom: 0;
    margin-bottom: 12px;
    padding-bottom: 0;
}
.arr-cat-page .pls-widget-area .widget {
    padding: 18px 0;
    border-bottom: 1px solid #E7E1D4;
    margin-bottom: 0;
    font-size: 14px;
    color: #4A463D;
}
.arr-cat-page .pls-widget-area .widget ul li a { color: #4A463D; font-size: 14px; }
.arr-cat-page .pls-widget-area .widget ul li a:hover { color: #14120E; }
.arr-cat-page .pls-widget-area .widget .count { color: #96907F; font-size: 12px; }

/* sidebar sticky en desktop */
@media (min-width: 992px) {
    .arr-cat-page .pls-widget-area {
        position: sticky;
        top: 24px;
        align-self: flex-start;
    }
}

/* ===== Intro de la categoria ===== */
.arr-cat-page .term-description {
    font-size: 16px;
    line-height: 1.7;
    color: #4A463D;
}

/* ===== Toolbar: contador + Sort by (los switchers de vista sobran en desktop) ===== */
.arr-cat-page .woocommerce-result-count { font-size: 14px; color: #96907F; }
.arr-cat-page .woocommerce-ordering select,
.arr-cat-page .pls-shop-ordering select {
    height: 44px;
    padding: 0 14px;
    background: #FFFFFF;
    border: 1px solid #E7E1D4;
    border-radius: 3px;
    font-size: 14px;
    color: #14120E;
    cursor: pointer;
}
@media (min-width: 992px) {
    .arr-cat-page .pls-products-view { display: none !important; }
}

/* ===== Paginacion circular ===== */
.arr-cat-page .woocommerce-pagination ul.page-numbers { display: flex; justify-content: center; gap: 8px; border: 0; }
.arr-cat-page .woocommerce-pagination ul.page-numbers li { border: 0; margin: 0; }
.arr-cat-page .woocommerce-pagination ul.page-numbers li a,
.arr-cat-page .woocommerce-pagination ul.page-numbers li span {
    width: 42px;
    height: 42px;
    line-height: 40px;
    padding: 0;
    border: 1px solid #E7E1D4;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 14px;
    color: #14120E;
    background: none;
    transition: border-color 0.15s;
}
.arr-cat-page .woocommerce-pagination ul.page-numbers li a:hover { border-color: #14120E; background: none; color: #14120E; }
.arr-cat-page .woocommerce-pagination ul.page-numbers li span.current {
    background: #14120E;
    border-color: #14120E;
    color: #FCFBF8;
    font-weight: 600;
}

/* ===== Movil ===== */
@media (max-width: 767px) {
    .arr-cat-page .pls-page-title::after { background: rgba(20, 18, 14, 0.72); }
}

/* paginacion del tema (pls-pagination) en circulos como el boceto */
.arr-cat-page .pls-pagination ul.page-numbers { display: flex; justify-content: center; gap: 8px; }
.arr-cat-page .pls-pagination li { margin: 0; }
.arr-cat-page .pls-pagination li .page-numbers {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #E7E1D4;
    border-radius: 50% !important;
    display: grid;
    place-items: center;
    font-size: 14px;
    color: #14120E;
    background: none;
    line-height: 1;
    transition: border-color 0.15s;
}
.arr-cat-page .pls-pagination li a.page-numbers:hover { border-color: #14120E; background: none; color: #14120E; }
.arr-cat-page .pls-pagination li .page-numbers.current {
    background: #14120E;
    border-color: #14120E;
    color: #FCFBF8;
    font-weight: 600;
}

/* toolbar desktop como el boceto: solo contador + Sort by (Filters y sale quedan para movil) */
@media (min-width: 992px) {
    .arr-cat-page .pls-product-filter-btn,
    .arr-cat-page .pls-products-header-filters-left .pls-product-onsale { display: none !important; }
}
.arr-cat-page .pls-ordering-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #96907F;
    margin-right: 12px;
}

/* flechas de paginacion: solo icono, sin texto (como el boceto) */
.arr-cat-page .pls-pagination li .next,
.arr-cat-page .pls-pagination li .prev { font-size: 0; }
.arr-cat-page .pls-pagination li .next:before,
.arr-cat-page .pls-pagination li .prev:before { font-size: 14px; line-height: 1; }


/* ===== Quick Shop panel (boceto Category Page v2) ===== */
.pls-quick-shop-wrapper {
    background: #FCFBF8 !important;
    border: 1px solid #E7E1D4;
    border-radius: 5px;
    box-shadow: 0 24px 64px rgba(20, 18, 14, 0.22);
    padding: 20px 18px !important;
    text-align: left;
    font-family: 'Schibsted Grotesk', 'Helvetica Neue', sans-serif;
}
.pls-quick-shop-wrapper .pls-quick-shop-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 1px solid #E7E1D4;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #14120E;
    background: none;
    z-index: 2;
}
.pls-quick-shop-wrapper .pls-quick-shop-close:hover { border-color: #14120E; }
.arr-qs-head { padding-right: 40px; }
.arr-qs-kicker {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #A98F4E;
}
.arr-qs-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 6px;
    color: #14120E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* tabla de packs compacta dentro del panel (filas del boceto) */
.pls-quick-shop-wrapper .apr-table { border-top: 1px solid #E7E1D4; margin-top: 14px; }
.pls-quick-shop-wrapper .apr-head { display: none; }
.pls-quick-shop-wrapper .apr-row {
    display: grid;
    grid-template-areas: "sel units box" "sel unit box";
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 2px 10px;
    padding: 14px 6px;
}
.pls-quick-shop-wrapper .apr-sel { grid-area: sel; justify-content: flex-start; align-self: center; }
.pls-quick-shop-wrapper .apr-units { grid-area: units; }
.pls-quick-shop-wrapper .apr-units-n { font-size: 14px; }
.pls-quick-shop-wrapper .apr-badge { font-size: 10px; padding: 2px 6px; }
.pls-quick-shop-wrapper .apr-unit { grid-area: unit; justify-content: flex-start; font-size: 12px; color: #96907F; }
.pls-quick-shop-wrapper .apr-unit del { font-size: 11px; }
.pls-quick-shop-wrapper .apr-box { grid-area: box; align-self: center; font-size: 15px; }
.pls-quick-shop-wrapper .apr-box del { font-size: 11px; }
.pls-quick-shop-wrapper .quantity { display: none !important; }
.pls-quick-shop-wrapper .single_add_to_cart_button {
    width: 100%;
    height: 48px;
    margin-top: 16px;
    background: #14120E !important;
    border: 1px solid #14120E !important;
    color: #FCFBF8 !important;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.pls-quick-shop-wrapper .single_add_to_cart_button:hover { background: #2B2820 !important; }

/* ===== Sidebar precio (boceto v2): slider fino + Apply negro + Clear filters ===== */
.arr-cat-page .widget_price_filter .price_slider_wrapper { display: flex; flex-direction: column; }
.arr-cat-page .widget_price_filter .price_slider.ui-slider {
    order: 2;
    height: 3px;
    background: #ECE7DA;
    border: 0;
    border-radius: 2px;
    margin: 8px 8px 4px;
}
.arr-cat-page .widget_price_filter .price_slider .ui-slider-range { background: #14120E; border-radius: 2px; }
.arr-cat-page .widget_price_filter .price_slider .ui-slider-handle {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #FCFBF8;
    border: 1.5px solid #14120E;
    box-sizing: border-box;
    top: -7px;
    margin-left: -9px;
}
.arr-cat-page .widget_price_filter .price_slider_amount { display: contents; }
.arr-cat-page .widget_price_filter .price_slider_amount .price_label {
    order: 1;
    font-size: 13px;
    color: #4A463D;
    text-align: right;
    margin-bottom: 10px;
}
.arr-cat-page .widget_price_filter .price_slider_amount .button {
    order: 3;
    width: 100%;
    height: 44px;
    margin-top: 18px;
    background: #14120E;
    border: 1px solid #14120E;
    border-radius: 3px;
    color: #FCFBF8;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.arr-cat-page .widget_price_filter .price_slider_amount .button:hover { background: #2B2820; }
.arr-clear-filters {
    display: block;
    margin-top: 20px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #E7E1D4;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #96907F;
    text-decoration: none;
    transition: all 0.15s;
}
.arr-clear-filters:hover { border-color: #14120E; color: #14120E; }

/* toolbar en una sola fila como el boceto: contador izquierda + Sort by derecha */
@media (min-width: 992px) {
    .arr-cat-page .pls-products-header {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
        border-top: 1px solid #E7E1D4;
        padding-top: 24px;
    }
    .arr-cat-page .pls-products-header > * { width: auto; flex: 0 0 auto; margin: 0; }
    .arr-cat-page .pls-products-active-filters { margin: 0; }
    .arr-cat-page .pls-products-active-filters .woocommerce-result-count { margin: 0; }
}

/* Quick Shop: anclar arriba y crecer hacia abajo (el tema ancla bottom y se corta arriba) */
.products-wrap .pls-quick-shop-wrapper {
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    min-height: 100%;
    z-index: 9;
}
/* dejar que el panel sobresalga de la imagen hacia el cuerpo de la tarjeta */
.products-wrap .pls-product-inner:has(.pls-quick-shop-active) { overflow: visible; }
.products-wrap .pls-product-image.pls-quick-shop-active { overflow: visible !important; }
/* fuera el precio/stock suelto de la variacion de Woo (el precio ya va en cada fila y en el boton) */
.pls-quick-shop-wrapper .woocommerce-variation.single_variation { display: none !important; }
/* boton: que el texto largo (es/fr) quepa o envuelva con gracia */
.pls-quick-shop-wrapper .single_add_to_cart_button {
    height: auto;
    min-height: 48px;
    line-height: 1.25;
    padding: 12px 8px;
    letter-spacing: 0.1em;
    white-space: normal;
}

/* Quick Shop trigger: el tema fuerza width:100% (se sale por la derecha) y radius 50px en movil */
.products-wrap .pls-product-actions { width: auto !important; }
.products-wrap .pls-cart-button .button { border-radius: 3px !important; }

/* ===== Categoria en movil: toolbar limpia + sort ancho + sin quick shop ===== */
@media (max-width: 767px) {
    /* Filters + view + 'Show only products on sale' fuera (el Filters vive en la navbar inferior) */
    .arr-cat-page .pls-products-header-filters-left { display: none !important; }
    /* selector de orden a lo ancho */
    .arr-cat-page .pls-products-header-filters-right { width: 100%; }
    .arr-cat-page .woocommerce-ordering { display: flex; align-items: center; gap: 10px; width: 100%; }
    .arr-cat-page .woocommerce-ordering .pls-ordering-label { flex: 0 0 auto; margin-right: 0; }
    .arr-cat-page .woocommerce-ordering select.orderby { flex: 1 1 auto; width: 100%; min-width: 0; }
    /* sin Quick Shop en movil (el popup del tema no opera en <768) */
    .products-wrap .pls-product-actions { display: none !important; }
}

/* el tema oculta el texto del select de orden (text-indent -9999px): restaurar + chevron */
.arr-cat-page .woocommerce-ordering select.orderby {
    text-indent: 0 !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2314120E' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
}

/* movil: aire entre los iconos RRSS del topbar y el logo */
@media (max-width: 767px) {
    /* el tema fuerza padding 0 en el topbar: el aire va en el bloque de iconos */
    .pls-header-topbar .pls-social { margin: 12px 0 14px !important; }
}

/* ===== Footer tematizado con la red de la web principal (fondo-red.jpg) ===== */
.pls-site-footer {
    background: linear-gradient(rgba(20, 18, 14, 0.45), rgba(20, 18, 14, 0.45)), #14120E url('assets/img/fondo-red.jpg') center center / cover no-repeat;
}
.pls-site-footer .pls-footer-main,
.pls-site-footer .pls-footer-categories,
.pls-site-footer .pls-footer-copyright {
    background-color: transparent !important;
}

/* ===== Sidebar v2: filas de checkbox del boceto + rango de precio junto al titulo ===== */
.arr-cat-page .woocommerce-widget-layered-nav-list { display: flex; flex-direction: column; gap: 10px; margin: 0; }
.arr-cat-page .woocommerce-widget-layered-nav-list li {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.arr-cat-page .woocommerce-widget-layered-nav-list li a {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4A463D;
    font-size: 14px;
}
.arr-cat-page .woocommerce-widget-layered-nav-list li a:hover { color: #14120E; }
.arr-cat-page .woocommerce-widget-layered-nav-list li a::before {
    content: '' !important;
    width: 16px;
    height: 16px;
    border: 1px solid #C9C2B2;
    border-radius: 2px;
    background: #FFFFFF;
    flex: 0 0 auto;
    font-size: 0;
}
.arr-cat-page .woocommerce-widget-layered-nav-list li.chosen a::before {
    background-color: #14120E;
    border-color: #14120E;
    background-image: url(\"data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23FCFBF8%27 stroke-width=%273.5%27><path d=%27M20 6L9 17l-5-5%27/></svg>\");
    background-size: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.arr-cat-page .woocommerce-widget-layered-nav-list li .count {
    margin-left: auto;
    font-size: 12px;
    color: #96907F;
}
/* rango de precio en la misma fila que el titulo PRICE */
.arr-cat-page .widget_price_filter { position: relative; }
.arr-cat-page .widget_price_filter .price_slider_amount .price_label {
    position: absolute;
    top: 18px;
    right: 26px; /* hueco para la flecha de plegado del widget */
    margin: 0;
    font-size: 13px;
    color: #4A463D;
}
.arr-cat-page .widget_price_filter .price_slider.ui-slider { margin: 14px 8px 8px; }
