/* contenedor principal: fuerza fila y scroll horizontal si excede */

.contNombre {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
}

.contNombre>div {
    display: flex;
    max-width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 768px) {
    .contNombre>div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

.swiper-slide.img {
    margin: 0 auto;
    width: 700px !important;
}

@media (max-width: 900px) {
    .swiper-slide.img {
        margin: 0 auto;
        width: 100vw !important;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


html {
    overflow-x: hidden;
    margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
    /* reset default size; side arrows will be sized by .side-arrow */
    width: auto;
    height: auto;
    position: static;
    margin-top: 0;
}

/* Layout: place arrows in their own side containers so they don't overlap images */
.main-slider-row {
    display: flex;
    align-items: center;
}

.main-slider-row .side-arrow {
    /* reduced lateral footprint so arrows sit closer to the image */
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 8px;
    /* filled with same primary color */
}

.main-slider-container {
    max-width: fit-content;
    overflow: hidden;
}

.main-slider-row .side-arrow svg {
    width: 70px;
    height: 70px;
    fill: #bbb;
    stroke: #bbb;
    padding: 10px;
    /* arrow lines white on filled background */
    stroke-width: 1;
}

.main-slider-row .side-arrow:active {
    transform: translateY(1px) scale(.99);
}

.main-slider-row .side-arrow:hover {}

@media (max-width: 768px) {
    .main-slider-row .side-arrow {
        flex: 0 0 40px;
        padding: 3px;
        border-radius: 6px;
    }

    .main-slider-row .side-arrow svg {
        width: 40px;
        height: 40px;
        padding: 5px;
    }
}

div.swiper-button-next::after,
div.swiper-button-prev::after {
    content: '' !important;
}

.mw100 {
    width: 100%;
    margin: 0 auto;
    max-width: 70vw;
}

.video-prod {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .video-prod {
        width: 100%;
    }

    .mw100 {
        max-width: 100vw;
    }
}

.sin_border th {
    text-align: left !important;
    padding: 1rem !important;
    /* Espacio entre el nombre y el valor */
    width: 50% !important;
}

/* Columna de valores (92.5 cm, etc) */
.sin_border td {
    text-align: left !important;
    padding: 1rem !important;
    width: 50%;
}

li[data-list="bullet"] {
    list-style-type: disc;
    display: list-item;
    margin-left: 1.5em;
}

li[data-list="ordered"] {
    list-style-type: decimal;
    display: list-item;
    margin-left: 1.5em;
}

.descripcion {
    max-width: 1000px;
    word-wrap: break-word;
    margin: 10px auto;
    color: #fff !important;
}

.descripcion * {
    font-size: 20px;
    margin-bottom: 0;
    min-height: 45px;
    color: #fff !important;
}

.descripcion strong {
    color: #00ffff !important;
}

.descripcion strong u {
    color: #00ffff !important;
}

.titulo {
    font-size: 25px;
}

.tituloNombre {
    font-size: 30px;
}

.lupa {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;

}

.lupa>svg {
    width: 45px;
    height: 45px;
}

.product-data a {
    color: red !important;
}

@media (max-width: 1000px) {
    .descripcion {
        max-width: 1000px;
        word-wrap: break-word;
        margin: 10px auto;
    }

    .descripcion * {
        font-size: 20px;
        min-height: 30px;
    }

    .tituloNombre {
        font-size: 25px;
    }

    .lupa>svg {
        width: 35px;
        height: 35px;
    }

    .info-extra {
        display: none;
    }

    .vid-disenador {
        width: 100% !important;
        max-width: 100% !important;
    }

    .videoIA {
        width: 100% !important;
        max-width: 100% !important;
        gap: 0px;
    }

}

.btn-plus span {
    margin-left: 5px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .btn-plus span {
        font-size: 1.25rem;
    }
}

.main-slider {
    width: 100%;
    overflow: hidden;
}

.main-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.main-slider .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider img {
    /* max-width: 600px; */
    max-height: 80vh;
}

/* Zoom controls */
.zoom-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 12px 0;
    flex-wrap: wrap;
    padding: 6px 12px;
}

.zoom-btn {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.zoom-btn:active {
    transform: translateY(1px);
}

.zoom-percent {
    min-width: 48px;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
}

/* Zoom range prettier */
.zoom-range {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    background: linear-gradient(90deg, #eee, #ddd);
    border-radius: 6px;
    outline: none;
    width: 100%;
    max-width: 60vw;
}

.zoom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #888;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.zoom-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #888;
    border-radius: 50%;
    cursor: pointer;
}

.zoom-reset-btn {}

/* PhotoSwipe v5 custom styling */
.pswp,
.pswp__bg,
.pswp__scroll-wrap {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Keep overlay above page UI if other components have high z-index */
.pswp {
    z-index: 100000;
}

.pswp__button--close {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background: transparent;
    border-radius: 8px;
    padding: 4px;
    box-sizing: border-box;
}

.pswp__button--arrow .pswp__icn {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    color: #fff;
    fill: #fff;
    stroke: #fff;
    stroke-width: 1;
}

.pswp__button--arrow--next .pswp__icn {
    left: 50%;
    right: auto;
    top: 50%;
}

.pswp__button--arrow--prev .pswp__icn {
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%) !important;
}

.pswp__button--arrow:active {
    transform: translateY(1px) scale(.99);
}

/* PhotoSwipe oculta flechas en touch por defecto; las forzamos visibles en mobile */
.pswp--touch .pswp__button--arrow {
    visibility: visible;
}

@media (max-width: 768px) {
    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        padding: 3px;
        border-radius: 6px;
    }

    .pswp__button--arrow .pswp__icn {
        width: 26px;
        height: 26px;
    }
}

.pswp__img {
    border-radius: 10px;
}

.pswp-entity-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.pswp-entity-desc {
    font-size: 15px;
    color: #ddd;
    line-height: 1.5;
}

.pswp__caption {
    pointer-events: auto;
}

.pswp__caption__center {
    max-width: min(900px, 92vw);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    padding: 14px 16px;
}

/* Descripción debajo de la foto en el popup */
.pswp__custom-caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 24px;
    margin: 0 auto;
    padding: 14px 18px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    pointer-events: auto;
    text-align: left;
}

.pswp__custom-caption .pswp-entity-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

.pswp__custom-caption .pswp-entity-desc {
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.5;
}

/* ===================================
   CSS copiado de styles30042021.css
   específico para product.php
   =================================== */

/* Box page producto */
.box-page-producto {
    color: white;
}

.box-page-producto h2 {
    padding: 2rem 3rem;
    font-size: 35px;
    color: aqua;
    text-align: center;
    line-height: 5rem;
    border-color: #dee;
}

#center {
    overflow-x: hidden;
}

/* Breadcrumbs */
.div-breadcrumbs {
    width: 100%;
    padding: 0px 10px;
    overflow-x: hidden;
    border-bottom: groove;
}

.ruta2 {
    padding: 2rem 3rem;
    font-size: 2rem;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    scroll-padding-left: 100px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 10px 10px !important;
    border-bottom: none;
    margin-bottom: 0px;
    font-size: 22.5px !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ruta2::-webkit-scrollbar {
    display: none;
}

.ruta2 a {
    color: #fff;
    text-transform: capitalize;
}

.ruta2 h1 {
    padding: 2rem 3rem;
    font-size: 3rem;
    color: white;
    text-align: center;
}

.ruta2 > :nth-last-child(2) {
    color: aqua !important;
}

h2.ruta2 > * {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: relative !important;
}

h2.ruta2 a,
h2.ruta2 .item {
    display: inline-block;
    width: auto !important;
}

.separator {
    margin-right: 1rem;
    margin-left: 0.5rem;
}

/* Botones */
a.btn-step-back,
a.btn-back {
    padding: 5px 9px 5px 9px;
    font: 21px/19px 'BentonSans-Regular', 'BentonSans-Bold';
    color: #FFF !important;
    background: #545454;
    cursor: pointer;
    z-index: 100;
    width: auto;
    text-align: center;
    padding: 1rem;
}

.btn {
    width: auto;
    height: 40px;
    margin: 1px;
    padding: 5px 20px;
    font: 18px/14px 'BentonSans-Regular', 'BentonSans-Bold';
    text-decoration: none;
    color: #FFF;
    border: 1px solid #447182;
    background: #447182;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.btn-dark {
    background: #000;
    border-color: #000;
}

.btn-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}

/* Sin efecto hover de Bootstrap: mismo aspecto en hover/focus/active */
.btn-plus:hover,
.btn-plus:focus,
.btn-plus:focus-visible,
.btn-plus:active {
    background-color: #447182;
    border-color: var(--bs-btn-border-color, inherit);
    color: var(--bs-btn-color, inherit);
    box-shadow: none;
}

.btn-plus span {
    margin-left: 5px;
    white-space: nowrap;
}

.btn-extra {
    padding: 1rem;
    text-align: center;
}

.btn-extra a {
    display: block;
    padding: 1px 0 1 4px;
    font: 23px/42px 'BentonSans-Regular', 'BentonSans-Bold';
    color: #988B85;
    border: 1.5px solid black;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.btn-extra a:hover {
    color: #493E3A;
    border-color: #EBE9E7;
    background-color: #D5D0CA;
    box-shadow: 0 0 10px #CECAC4;
    -moz-box-shadow: 0 0 10px #CECAC4;
    -webkit-box-shadow: 0 0 10px #CECAC4;
}

.btn-extra a.active {
    color: #493E3A;
    border-color: #988B85;
    background-color: #D5D0CA;
}

.btn-extra-blue {
    background: #CEE0E3 !important;
}

.btn-extra-blue a {
    color: black !important;
}

.btn-extra-blue a:hover {
    color: #2B454F;
    border-color: #CEE0E3;
    background-color: #91B9C1;
    box-shadow: 0 0 10px #91B9C1;
    -moz-box-shadow: 0 0 10px #91B9C1;
    -webkit-box-shadow: 0 0 10px #91B9C1;
}

/* Nombre del producto */
.comparar-producto-nombre {
    flex-direction: row;
    border-bottom: groove;
    align-items: center;
    min-height: 6rem;
    justify-content: space-between;
    padding: 2rem;
}

.contNombre {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
}

.contNombre > div {
    display: flex;
    max-width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.cuca {
    color: white;
    font-size: 3rem;
    line-height: 3rem;
    white-space: nowrap;
    max-width: 100%;
}

small.cuca {
    background: #776D6B;
    font-size: 3rem;
    text-align: center;
    padding: 1rem 1.5rem;
    width: fit-content;
    font-weight: 700;
}

.cuca-title {
    max-width: 100%;
    font-size: 30px;
}

.cuca-subtitle {
    max-width: 100%;
    font-size: 30px;
    text-transform: capitalize;
}

/* Precio */
.precio-formulario {
    color: white;
    font-size: 2.8rem;
    padding: 1rem 0;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: grey;
    margin: 1.8rem 1.7rem;
}

.precio-formulario div small {
    background: grey;
}

/* Info producto */
.producto-info {
    color: white;
}

.product-data {
    background-color: #fff;
    color: #000 !important;
    border-top: 1px solid #EBE9E7;
}

.product-data table {
    width: 100%;
    padding: 10px;
    border-collapse: collapse;
    color: #111;
}

.product-data table tr {
    /* border-bottom: 1px solid #EBE9E7; */
}

.product-data table th {
    width: 45%;
    text-align: left;
    padding: 1rem 0 1rem 1rem;
    font: 23px/43px 'BentonSans-Regular', 'BentonSans-Bold';
}

.product-data table td {
    font: 21px/21px Arial, Helvetica, sans-serif;
}

.product-data table td em {
    font-style: normal;
}

.product-data a {
    color: red !important;
}

.product-measures dt {
    position: relative;
    font-size: 2rem;
    line-height: 5rem;
    cursor: pointer;
    font-weight: bold;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 2rem;
}

.product-measures dt small {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    padding: 0 2rem;
}

.sin_border {
    border-bottom: none;
}

.sin_border th {
    text-align: left !important;
    padding: 1rem !important;
    width: 50% !important;
}

.sin_border td {
    text-align: left !important;
    padding: 1rem !important;
    width: 50%;
}

/* Consulta y favoritos */
.div-consulta {
    border-top: groove;
    display: flex;
}

.div-consulta a {
    color: black;
}

.div-consulta-comparar {
    background: white;
    border-top: groove;
    display: flex;
    justify-content: center;
}

.div-consulta-comparar label {
    color: black;
}

.div-produ-compara {
    color: black;
    padding: 1rem 0;
    font-family: 'BentonSans-Regular', 'BentonSans-Bold';
    font-size: 2.5rem;
    margin: 0;
}

.boton-favorito-producto {
    height: 5rem;
    width: 5rem;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 3rem;
    font-family: 'BentonSans-Regular', 'BentonSans-Bold';
    cursor: pointer;
    color: black;
}

.boton-favorito-producto img {
    height: auto;
    width: 5rem;
}

.checkbox {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    margin: 0 1rem 0 0;
}

/* Compartir */
.redes-compartir {
    height: 4rem;
    width: 4rem;
}

.boton-compartir-custom {
    margin-right: 1rem;
}

.a2a_kit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.a2a_kit a {
    cursor: pointer;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.login-popup {
    display: none;
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

img.btn_close {
    float: right;
    margin: -28px -28px 0 0;
}

.close {
    /* Estilos para botón cerrar */
}

/* Video */
.video-prod {
    width: 80%;
    margin: 0 auto;
}

.videoIA {
    margin: 10px auto !important;
    width: 100%;
    gap: 50px;
    align-items: start;
}

.vid-disenador {
    width: 50%;
    margin: 0 auto;
}

.info-extra {
    width: 100%;
}

.info-extra h2 {
    color: #fff;
}

/* Coming soon */
.coming-soon {
    text-align: center;
    font-size: 4rem;
}

/* Galería botones */
.gallery-stamps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
}

.gallery-signatures {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
}

.gallery-books {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
}

.gallery-item-wrapper {
    /* Estilos para el wrapper del item de galería */
}

.open-gallery-btn {
    position: relative;
    width: 155px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: transparent;
    border: none;
    cursor: pointer;
}

.gallery-item-img {
    width: 100px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.gallery-item-svg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.gallery-item-title {
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
}

.gallery-item-title-semibold {
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
}

/* Utilidades */
.centrar {
    text-align: center;
    justify-content: center;
}

.mitadwidth {
    width: 50%;
}

.cienwidth {
    width: 100% !important;
}

.bg-white {
    background: white;
}

/* Utilidades Bootstrap-like */
.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: flex !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.col {
    flex: 1;
    padding: 0;
}

/* Estilos inline convertidos a clases */
.main-slider-row-custom {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
}

.col-no-padding {
    padding-right: 0;
    padding-left: 0;
}

.main-slider-container-flex {
    flex: 1;
}

.swiper-main-fit {
    height: fit-content;
}

.swiper-wrapper-fit {
    height: fit-content;
}

.swiper-slide-fit {
    height: fit-content;
}

.zoom-container-fit {
    max-width: fit-content;
}

.swiper.thumbs-slider {
    height: fit-content;
    max-width: 70%;
    margin: 0 15px;
}

.thumbs-slider .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.thumbs-container-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-5-full-width {
    width: 100%;
}

.row-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.div-consulta-no-border {
    border: none;
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.redes-compartir-margin {
    margin-right: 2rem;
}

.login-popup-width {
    width: 30rem;
}

.btn-extra-margin-bottom {
    margin-bottom: 5px;
}

.product-data-black-bg {
    background-color: #000;
}

.info-extra-width {
    width: 100%;
}

.boton-favorito-justify-center {
    justify-content: center;
}

.compartir-flex {
    display: flex;
    color: black;
    justify-content: center;
    align-items: center;
}

/* Media queries específicas de product */
@media (max-width: 768px) {
    .box-page-producto h2 {
        font-size: 25px;
        padding: 1rem;
    }

    .contNombre > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .video-prod {
        width: 100%;
    }

    .info-extra {
        display: none;
    }

    .vid-disenador {
        width: 100% !important;
        max-width: 100% !important;
    }

    .videoIA {
        width: 100% !important;
        max-width: 100% !important;
        gap: 0px;
    }
}

@media (max-width: 750px) {
    .cuca {
        color: white;
        font-size: 2rem;
        padding: 0;
    }

    small.cuca {
        font-size: 2rem;
    }

    .btn-plus span {
        font-size: 1.25rem;
    }

    .ruta2 {
        font-size: 1.5rem !important;
        line-height: 5rem;
        padding: 0;
    }

    .ruta2 h1 {
        font-size: 2rem;
    }
}

@media (max-width: 700px) {
    .ruta2 {
        padding: 0rem 0rem !important;
    }

    a.btn-step-back,
    a.btn-back {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .precio-formulario {
        font-size: 2rem !important;
    }

    .redes-compartir {
        height: 2rem;
        width: 2rem;
    }

    a.btn-step-back,
    a.btn-back {
        padding: 0.5rem;
    }

    .comparar-producto-nombre .cuca {
        max-width: 12rem;
        font-size: 1.3rem !important;
    }

    .product-measures dt {
        font-size: 1.5rem;
    }
}

@media (max-width: 550px) {
    .div-produ-compara {
        font-size: 1.5rem;
    }

    .boton-favorito-producto {
        font-size: 1.5rem;
        height: 4rem;
    }

    .boton-favorito-producto small {
        font-size: 1.5rem;
    }

    .boton-favorito-producto img {
        width: 4rem;
    }
}

@media (max-width: 450px) {
    .precio-formulario {
        font-size: 1.75rem !important;
    }

    .btn-extra a {
        font: 25px/30px 'BentonSans-Regular', 'BentonSans-Bold';
    }
}

@media (max-width: 400px) {
    .comparar-producto-nombre .cuca {
        margin: 0;
        font-size: 1.3rem !important;
    }

    .comparar-producto-nombre small.cuca {
        font-size: 1.2rem !important;
        padding: .15rem 1rem;
    }

    .comparar-producto-nombre {
        min-height: 5rem;
        padding: 1rem;
    }
}

#product-data-div {
    background-color: black  !important;
}

#product-data-div table{
  max-width: 750px;
margin: 0 auto;
  color: white;
}