/*
 * Detalle de producto (PDP)
 * ------------------------------------------------------------------
 * Capa visual sobre Porto para la ficha de producto de la tienda.
 * Consume los tokens que define styles_ecommerce.css y el color de
 * marca del tenant (--primary-h/s/l), así que no fija colores propios
 * salvo los semánticos de stock, oferta y WhatsApp.
 *
 * Los tokens viven en :root y no en .pdp-page porque el breadcrumb queda
 * fuera del contenedor del producto.
 */

:root {
    --pdp-surface: #fff;
    /* Todo se deriva del color de marca del tenant para que al cambiarlo la
       ficha siga armónica. El tono fuerte es el mismo --title-color que usa la
       portada de la tienda; el resto son variantes del mismo matiz. */
    --pdp-ink: var(--title-color);
    --pdp-muted: hsl(var(--primary-h), 14%, 45%);
    --pdp-line: hsl(var(--primary-h), 30%, 92%);
    --pdp-soft: hsl(var(--primary-h), var(--primary-s), 97.5%);
    --pdp-chevron-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 6l-6 6l6 6'/%3E%3C/svg%3E");
    --pdp-chevron-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E");
    --pdp-radius: 16px;
    --pdp-radius-sm: 10px;
    --pdp-shadow: 0 1px 2px rgba(16, 26, 40, .04), 0 12px 32px rgba(16, 26, 40, .06);
    /* Alto del header fijo + aire. Lo usan el breadcrumb y la galería sticky. */
    --pdp-header-offset: 8rem;
}

/* ---------- Breadcrumb ---------- */

/* El header del storefront es fixed y el contenido de .main pasa por debajo.
   Antes ese despeje lo daba el margin-top de .product-single-container; ahora
   que el breadcrumb es el primer bloque, la separación vive aquí. */
.pdp-breadcrumb-nav {
    background: transparent;
    border: 0;
    padding: var(--pdp-header-offset) 0 0;
}

.pdp-breadcrumb-nav .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

/* Porto capitaliza cada palabra; en español rompe nombres como
   "Jarrones y maceteros". */
.pdp-breadcrumb-nav .breadcrumb-item {
    text-transform: none;
}

.pdp-breadcrumb-nav .breadcrumb-item a {
    color: var(--pdp-muted);
}

.pdp-breadcrumb-nav .breadcrumb-item a:hover {
    color: var(--primary-color);
}

.pdp-breadcrumb-nav .breadcrumb-item.active {
    color: var(--pdp-ink);
    font-weight: 600;
    max-width: 46ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---------- Estructura ---------- */

.product-single-container.product-single-default.pdp-page {
    margin-top: 1rem;
    margin-bottom: 3.2rem;
}

.pdp-row {
    align-items: flex-start;
}

/* ---------- Galería ---------- */

/* Porto declara `body { overflow-x: hidden }`, y eso convierte al body en
   contenedor de scroll, con lo que position:sticky deja de funcionar dentro.
   `clip` recorta igual en horizontal pero no crea ese contenedor. Solo aplica
   en el detalle, que es donde se carga esta hoja. */
body {
    overflow-x: clip;
    overflow-y: visible;
    /* El detalle va sobre blanco, no sobre el tinte general de la tienda. */
    background-color: #fff;
}

/* Queda fija mientras se recorre la ficha: el producto siempre a la vista. */
@media (min-width: 992px) {
    .pdp-gallery {
        position: sticky;
        top: calc(var(--pdp-header-offset) + 1.6rem);
        align-self: flex-start;
    }
}

.pdp-gallery .product-slider-container {
    background: var(--pdp-surface);
    border: 1px solid var(--pdp-line);
    border-radius: var(--pdp-radius);
    padding: 24px;
}

/* El recorte del carrusel lo hace owl en su propio contenedor; si lo hiciera
   .product-slider-container, las flechas pegadas al borde quedarían cortadas. */
.pdp-gallery .owl-stage-outer {
    overflow: hidden;
}

.pdp-gallery .product-single-image {
    max-height: 500px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

/* styles_ecommerce.css inyecta el texto "Ampliar Imagen" con un :after sobre
   la <i>. En vez de pelearse con eso, se le da forma de píldora junto al icono. */
/* Porto lo declara con `bottom`; al fijar solo `top` el elemento se estiraba
   en una columna invisible que se tragaba los clics de la flecha derecha. */
.pdp-gallery .prod-full-screen {
    top: 16px;
    right: 16px;
    bottom: auto;
    left: auto;
    opacity: 1;
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent;
    border: 0;
}

.pdp-gallery .prod-full-screen i {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 999px;
    background: var(--pdp-surface);
    border: 1px solid var(--pdp-line);
    color: var(--pdp-ink);
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(16, 26, 40, .06);
    transition: .18s;
}

.pdp-gallery .prod-full-screen i::after {
    content: "Ampliar";
}

.pdp-gallery .prod-full-screen i:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Flechas del carrusel: pegadas al borde de la tarjeta y con los mismos
   chevrons de tabler que usa el resto de la ficha. El glyph de la fuente de
   Porto se neutraliza y el icono se pinta con una máscara, así hereda color. */
.pdp-gallery .owl-nav {
    position: static;
}

.pdp-gallery .owl-nav button.owl-prev,
.pdp-gallery .owl-nav button.owl-next {
    /* Solo aparecen al pasar el cursor por la imagen. */
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    /* style.min.css fija `margin: 0 2rem !important` en estas flechas; sin
       anularlo el desplazamiento al borde se queda a medias. */
    margin: 0 !important;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pdp-surface);
    border: 1px solid var(--pdp-line);
    box-shadow: 0 2px 10px rgba(16, 26, 40, .08);
    color: var(--pdp-ink);
    transition: .18s;
}

/* Porto centra la flecha con translateY y le deja un margen lateral; se
   desplazan con transform para no pelearse ni con el margen ni con el
   left/right que owl calcula. */
.pdp-gallery .owl-nav button.owl-prev {
    transform: translate(-22px, -20px);
}

.pdp-gallery .owl-nav button.owl-next {
    transform: translate(22px, -20px);
}

.pdp-gallery .product-slider-container:hover .owl-nav button.owl-prev,
.pdp-gallery .product-slider-container:hover .owl-nav button.owl-next,
.pdp-gallery .owl-nav button:focus-visible {
    opacity: 1;
    visibility: visible;
}

.pdp-gallery .owl-nav button.owl-prev:hover,
.pdp-gallery .owl-nav button.owl-next:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.pdp-gallery .owl-nav button i {
    display: block;
    width: 18px;
    height: 18px;
    padding: 0;
    font-size: 0;
    border-radius: 0;
    /* styles_ecommerce.css le fija un color propio a la <i>; sin heredar, el
       icono se quedaba oscuro sobre el fondo de marca al hacer hover. */
    color: inherit;
    background: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.pdp-gallery .owl-nav button.owl-prev i {
    -webkit-mask-image: var(--pdp-chevron-left);
    mask-image: var(--pdp-chevron-left);
}

.pdp-gallery .owl-nav button.owl-next i {
    -webkit-mask-image: var(--pdp-chevron-right);
    mask-image: var(--pdp-chevron-right);
}

.pdp-gallery .prod-thumbnail {
    margin: 12px -6px 0;
}

.pdp-gallery .prod-thumbnail .owl-dot {
    padding: 0 6px;
}

.pdp-gallery .prod-thumbnail img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background: var(--pdp-surface);
    border: 1px solid var(--pdp-line) !important;
    border-radius: var(--pdp-radius-sm);
    padding: 8px;
    cursor: pointer;
    transition: .18s;
}

.pdp-gallery .prod-thumbnail .owl-dot.active img,
.pdp-gallery .prod-thumbnail img:hover {
    border-color: var(--primary-color) !important;
    filter: none;
    box-shadow: 0 0 0 1px var(--primary-color);
}

/* ---------- Panel de información ---------- */

/* Sin tarjeta: la ficha se apoya directamente sobre el fondo de la página. */
.pdp-aside .product-single-details.pdp-panel {
    margin-top: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

@media (min-width: 992px) {
    .pdp-aside {
        padding-left: 32px;
    }
}

@media (max-width: 991.98px) {
    .pdp-aside .product-single-details.pdp-panel {
        margin-top: 24px;
    }
}

/* Cabecera */

.pdp-eyebrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 10px;
}

.pdp-brand {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.pdp-brand:hover {
    color: var(--title-color);
}

.pdp-sku {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--pdp-muted);
    background: hsl(var(--primary-h), var(--primary-s), 97%);
    border-radius: 999px;
    padding: 3px 10px;
}

.pdp-page .pdp-title {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--pdp-ink);
    margin: 0;
    height: auto;
    overflow: visible;
    display: block;
}

@media (min-width: 1200px) {
    .pdp-page .pdp-title {
        font-size: 29px;
    }
}

.pdp-score {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 13px;
}

.pdp-score-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: #f5a623;
    font-size: 15px;
    line-height: 1;
}

.pdp-score-value {
    font-weight: 700;
    color: var(--pdp-ink);
}

.pdp-score-count {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--pdp-muted);
}

.pdp-score-count svg {
    flex: none;
    opacity: .7;
}

/* Precio */

.pdp-amount-block {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--pdp-line);
}

.pdp-amount-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

.pdp-amount {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--pdp-ink);
}

.pdp-amount-old {
    font-size: 16px;
    color: var(--pdp-muted);
    text-decoration: line-through;
}

.pdp-amount-off {
    font-size: 12px;
    font-weight: 700;
    color: #b3103f;
    background: #ffe9f0;
    border-radius: 999px;
    padding: 4px 10px;
}

/* Temporizador de la oferta: acompaña al precio, con los cuatro tramos
   separados para que se lea de un golpe. */
.pdp-timer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 14px;
}

.pdp-timer-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #b3103f;
}

.pdp-timer-label svg {
    flex: none;
}

.pdp-timer-clock {
    display: inline-flex;
    align-items: stretch;
    gap: 6px;
}

.pdp-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 42px;
    padding: 5px 6px 4px;
    border-radius: 8px;
    background: #fff2f6;
    border: 1px solid #ffd7e3;
    line-height: 1;
}

.pdp-timer-unit b {
    font-size: 16px;
    font-weight: 700;
    color: #b3103f;
    font-variant-numeric: tabular-nums;
}

.pdp-timer-unit small {
    margin-top: 3px;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #b3103f;
    opacity: .7;
}

/* Variaciones */

.pdp-panel .variation-selector {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--pdp-line);
}

/* Ficha: categoría, colección, disponibilidad */

.pdp-meta {
    margin: 20px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--pdp-line);
    display: grid;
    gap: 10px;
}

.pdp-meta-item {
    display: grid;
    grid-template-columns: 104px 1fr;
    /* Centrado y no por línea base: la píldora de stock tiene otra altura que
       el texto plano y con baseline la fila quedaba descuadrada. */
    align-items: center;
    gap: 12px;
    font-size: 13px;
    min-height: 24px;
}

.pdp-meta dt {
    margin: 0;
    font-weight: 500;
    color: var(--pdp-muted);
}

.pdp-meta dd {
    margin: 0;
    color: var(--pdp-ink);
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 8px;
    line-height: 1.4;
}

.pdp-meta dd a {
    color: var(--primary-color);
}

.pdp-meta dd a:hover {
    text-decoration: underline !important;
}

.pdp-avail {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    padding: 3px 10px;
}

.pdp-avail::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.pdp-avail--in {
    color: #10794c;
    background: #e6f7ef;
}

.pdp-avail--out {
    color: #b3103f;
    background: #ffe9f0;
}

.pdp-avail-qty {
    font-weight: 500;
    color: var(--pdp-muted);
}

/* El aviso de stock bajo va donde se habla del stock, no en un bloque aparte. */
.pdp-avail-low {
    font-size: 12px;
    font-weight: 600;
    color: #c2670a;
    white-space: nowrap;
}

/* Descripción y ficha técnica */

.pdp-description {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--pdp-line);
    font-size: 14px;
    line-height: 1.65;
    color: var(--pdp-muted);
}

.pdp-description .product-description-clamp {
    -webkit-line-clamp: 4;
}

.pdp-page .product-description-toggle {
    color: var(--primary-color);
    font-size: 13px;
}

.pdp-specs-inline {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--pdp-line);
}

.pdp-specs-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--pdp-ink);
    margin: 0 0 12px;
}

.pdp-specs-lead {
    margin: 0 0 14px;
    font-size: 13.5px;
    line-height: 1.6;
}

.pdp-specs {
    margin: 0;
}

.pdp-specs .pdp-spec {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--pdp-line);
    font-size: 13px;
}

.pdp-specs .pdp-spec:last-child {
    border-bottom: 0;
}

.pdp-specs dt {
    margin: 0;
    font-weight: 500;
    color: var(--pdp-muted);
}

.pdp-specs dd {
    margin: 0;
    font-weight: 600;
    color: var(--pdp-ink);
    word-break: break-word;
}

/* Atributos adicionales */

.pdp-extra {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 6px;
    font-size: 13px;
}

.pdp-extra li {
    display: flex;
    gap: 8px;
}

.pdp-extra-label {
    color: var(--pdp-muted);
}

.pdp-extra-label::after {
    content: ":";
}

.pdp-extra-value {
    color: var(--pdp-ink);
    font-weight: 600;
}

/* ---------- Actividad reciente ---------- */

/* Una sola línea sobria junto al botón de compra: es donde ayuda a decidir
   y evita el bloque de "prueba social" que se leía como anuncio. */
.pdp-activity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 22px 0 0;
    font-size: 12.5px;
    color: var(--pdp-muted);
}

.pdp-activity-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.pdp-activity-item svg {
    flex: none;
    opacity: .75;
}

.pdp-activity strong {
    color: var(--pdp-ink);
    font-weight: 700;
}

.pdp-activity-sep {
    opacity: .5;
}

.pdp-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success, #00c666);
    position: relative;
    flex: none;
}

.pdp-live-dot::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid var(--success, #00c666);
    opacity: .55;
    animation: pdp-ping 2.4s ease-out infinite;
}

@keyframes pdp-ping {
    0% { transform: scale(.6); opacity: .6; }
    70% { transform: scale(1.25); opacity: 0; }
    100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .pdp-live-dot::after { animation: none; }
}

/* ---------- Acciones ---------- */

.pdp-page .product-single-details .pdp-actions {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
}

/* Cantidad y botón de compra comparten fila; el botón toma el ancho restante.
   WhatsApp sí ocupa el bloque completo, en su propia fila. */
.pdp-buy {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}

.pdp-page .pdp-buy .quantity-container {
    height: 50px;
    width: 132px;
    flex: 0 0 132px;
    border-radius: 12px;
    border: 1px solid var(--pdp-line);
    background: #fff;
    padding: 0 4px;
}

.pdp-page .pdp-buy .quantity-container .input-quantity {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--pdp-ink);
    background: transparent;
    -moz-appearance: textfield;
}

.pdp-page .pdp-buy .quantity-container .input-quantity::-webkit-outer-spin-button,
.pdp-page .pdp-buy .quantity-container .input-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pdp-page .pdp-buy .quantity-container button {
    height: 34px !important;
    width: 34px !important;
    border-radius: 8px;
    color: var(--pdp-ink);
}

.pdp-page .pdp-buy .quantity-container button:hover {
    background: hsl(var(--primary-h), var(--primary-s), 96%);
    color: var(--primary-color);
}

.pdp-page .product-single-details .paction.add-cart.pdp-cta {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    height: 50px;
    border-radius: 12px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow: 0 10px 22px hsla(var(--primary-h), var(--primary-s), var(--primary-l), .25);
    transition: transform .18s, box-shadow .18s, background-color .18s;
}

.pdp-page .product-single-details .paction.add-cart.pdp-cta span {
    font-size: 15px;
}

.pdp-page .product-single-details .paction.add-cart.pdp-cta:hover {
    background: var(--title-color);
    transform: translateY(-1px);
    box-shadow: 0 14px 26px hsla(var(--primary-h), var(--primary-s), var(--primary-l), .3);
}

.pdp-page .product-single-details .paction.add-cart.pdp-cta:active {
    transform: none;
}

.pdp-page .btn-whatsapp.pdp-whatsapp {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    font-weight: 600;
    background: #fff;
    border-color: #cfeeda;
    color: #128c4a;
    gap: 8px;
}

.pdp-page .btn-whatsapp.pdp-whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

/* ---------- Sellos de confianza ---------- */

/* Especificidad alta a propósito: el componente Vue trae estilos scoped.
   El nodo #product-trust-badges lo reemplaza Vue al montar, por eso la clase
   vive en un envoltorio y no en el propio punto de montaje. */
.pdp-aside .pdp-assurances {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--pdp-line);
}

/* Rejilla que se acomoda al número de sellos: con cinco ya no caben en fila. */
.pdp-aside .pdp-assurances .sp-trust-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px 20px;
    margin: 0;
}

.pdp-aside .pdp-assurances .sp-trust-badges .sp-trust-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    padding: 0;
    text-align: left;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.35;
    color: var(--pdp-muted);
}

.pdp-aside .pdp-assurances .sp-trust-badges .sp-trust-badge__icon {
    flex: none;
    color: var(--primary-color);
}

@media (max-width: 575.98px) {
    .pdp-aside .pdp-assurances .sp-trust-badges {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* ---------- Productos relacionados ---------- */

.featured-section {
    background-color: var(--pdp-soft);
}

.featured-section .carousel-title {
    color: var(--pdp-ink);
}

/* Los puntos del carrusel arriba a la derecha no decían nada. Se ocultan y en
   su lugar se muestran las flechas, que owl ya deja cableadas aunque las
   marque como deshabilitadas. */
.featured-section .owl-carousel .owl-dots {
    display: none !important;
}

.featured-section .owl-carousel .owl-nav,
.featured-section .owl-carousel .owl-nav.disabled {
    display: flex;
    gap: 8px;
    position: absolute;
    right: 0;
    top: -52px;
    margin: 0;
}

.featured-section .owl-carousel .owl-nav button {
    /* owl las posiciona en absoluto sobre el carrusel; aquí forman una barra
       propia, así que vuelven al flujo para que el flex las ordene. */
    position: static;
    transform: none;
    width: 36px;
    height: 36px;
    margin: 0 !important;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pdp-surface);
    border: 1px solid var(--pdp-line);
    color: var(--pdp-ink);
    opacity: 1;
    transition: .18s;
}

.featured-section .owl-carousel .owl-nav button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.featured-section .owl-carousel .owl-nav button.disabled {
    opacity: .4;
    cursor: default;
}

.featured-section .owl-carousel .owl-nav button i {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: inherit;
    background: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.featured-section .owl-carousel .owl-nav .owl-prev i {
    -webkit-mask-image: var(--pdp-chevron-left);
    mask-image: var(--pdp-chevron-left);
}

.featured-section .owl-carousel .owl-nav .owl-next i {
    -webkit-mask-image: var(--pdp-chevron-right);
    mask-image: var(--pdp-chevron-right);
}

/* ---------- Visor de imagen ampliada ---------- */

/* Por encima de la barra de promoción y del header, que si no se colaban.
   La barra además se oculta: magnific marca el body mientras el visor está
   abierto. */
body.mfp-zoom-out-cur .announcement-bar {
    display: none;
}

.mfp-bg {
    z-index: 1000000;
}

.mfp-wrap {
    z-index: 1000001;
}

/* Magnific dibuja sus flechas con bordes CSS; se sustituyen por los mismos
   chevrons de tabler del resto de la ficha. */
.mfp-arrow,
.mfp-arrow:active {
    width: 52px;
    height: 52px;
    margin: -26px 0 0;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    opacity: 1;
    transition: background-color .18s;
}

.mfp-arrow:hover {
    background: rgba(255, 255, 255, .28);
}

.mfp-arrow::after {
    display: none;
}

.mfp-arrow::before {
    content: "";
    display: block;
    position: static;
    width: 24px;
    height: 24px;
    margin: 14px auto;
    border: 0;
    opacity: 1;
    background: #fff;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.mfp-arrow-left::before {
    -webkit-mask-image: var(--pdp-chevron-left);
    mask-image: var(--pdp-chevron-left);
}

.mfp-arrow-right::before {
    -webkit-mask-image: var(--pdp-chevron-right);
    mask-image: var(--pdp-chevron-right);
}

.mfp-arrow-left {
    left: 24px;
}

.mfp-arrow-right {
    right: 24px;
}
