/* :root{
    --color-nu: #ef4444;
    --color-se: #06bf72;
} */

.woocommerce-review-link {
    color: var(--color-nu) !important;
}

.add_to_wishlist {
    color: var(--color-nu) !important;
}

.payment-container {
    max-height: 500px;
    margin: 0 auto;
    border-radius: 15px;
}

.precio-unificado,
.precio-empresa,
.precio-credito-product,
.precio-efectivo-product {
    gap: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.precio-unificado img,
.precio-empresa img,
.precio-credito-product img,
.precio-efectivo-product img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.precio-unificado strong,
.precio-empresa strong,
.precio-credito-product strong,
.precio-efectivo-product strong {
    font-size: 20px;
    font-weight: bold;
}

/* Estilos específicos por tipo de precio */
.precio-unificado {
    border-left: 4px solid #9ca3af;
}

.precio-unificado strong {
    color: #e5e7eb;
    text-shadow: 0 0 10px rgba(229, 231, 235, 0.5);
}

.precio-empresa {
    border-left: 4px solid #3b82f6;
}

.precio-empresa strong {
    color: #60a5fa;
}

.precio-credito-product {
    border-left: 4px solid #fbbf24;
}

.precio-credito-product.neon-amarillo strong {
    color: #fbbf24;
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.precio-efectivo-product {
    border-left: 4px solid #10b981;
}

.precio-efectivo-product.neon-verde strong {
    color: #10b981;
    text-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

@media (max-width: 480px) {
    .payment-container {
        padding: 15px;
    }

    .precio-unificado img,
    .precio-empresa img,
    .precio-credito-product img,
    .precio-efectivo-product img {
        width: 80px;
    }

    .precio-unificado strong,
    .precio-empresa strong,
    .precio-credito-product strong,
    .precio-efectivo-product strong {
        font-size: 18px;
    }
}

select#calc_shipping_country {
    display: none;
}

span.sc-container-info__plain-text,
.container-info span.plain-text {
    color: white !important;
}

.pisol-shipping-calculator-button {
    display: none !important;
}

.addi-product-widget {
    color: white !important;
}

.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.barra-text-modal {
    margin-top: 20px;
}

.modal-content-alert {
    background-color: #000;
    color: #fff;
    border: 1px solid #08ec8c;
    border-radius: 10px;
    width: 400px;
    height: 600px;
    padding: 20px;
    text-align: center;
    position: relative;
}

.btn-buy-barra {
    background-color: #121212;
    border: 1px solid #525050;
    color: #08ec8c;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn-buy-barra:hover {
    background-color: #1f1f1f;
    color: #08ec8c;
}

.quantity-form {
    display: contents;
}

.visually-hidden {
    display: none;
}

.stepper-input-product {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #121212;
    border: 1px solid #525050;
    border-radius: 10px;
    padding: 5px !important;
    width: fit-content;
    margin-bottom: 10px;
    margin: 0 auto;
}

button.stepper-btn-product {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    background-color: #121212 !important;
    color: #fff !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease-in-out !important;
}

button.stepper-btn-product:hover {
    color: #08ec8c !important;
}

input[type="number"]#quantity-stepper.stepper-input-field {
    padding-right: 1% !important;
    width: 50px !important;
    height: 40px !important;
    text-align: center !important;
    justify-items: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: none !important;
    color: #28a745 !important;
    background-color: #121212 !important;
    line-height: 40px !important;
}

@media (max-width: 768px) {
    input[type="number"]#quantity-stepper.stepper-input-field {
        padding: 0 !important;
    }
}

.stepper-input-field-product::-webkit-inner-spin-button,
.stepper-input-field-product::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.stepper-input-field-product {
    -moz-appearance: textfield;
}

.container-producto {
    width: 100%;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 20px; */
}

#cart-after-form {
    position: relative;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 99999998;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.popup-content input {
    border-radius: 20px;
    margin: 10px 0;
    padding: 8px;
    width: 100%;
}

.popup-content button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

#close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.pisol-shipping-calculator-button {
    display: none;
}

.card_box span {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 150px;
    font-size: 13px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
}

.card_box.por_encargo span::before {
    content: "¡Por Encargo!";
    position: absolute;
    width: 140%;
    height: 40px;
    background-image: linear-gradient(45deg, #1d49ac 0%, #3660be 51%, #1d49ac 100%);
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

.card_box.proximamente span::before {
    content: "¡PROXIMAMENTE!";
    position: absolute;
    width: 140%;
    height: 40px;
    background-image: linear-gradient(45deg, #ffc600 0%, #ffe800 51%, #ffc600 100%);
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

.card_box.discontinued span::before {
    content: "¡DESCONTINUADO!";
    position: absolute;
    width: 140%;
    height: 40px;
    background-image: linear-gradient(45deg, #6a0dad 0%, #8e44ad 51%, #6a0dad 100%);
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

.card_box.out-of-stock span::before {
    content: "¡AGOTADO!";
    position: absolute;
    width: 140%;
    height: 40px;
    background-image: linear-gradient(45deg, #d50000 0%, #ff1744 51%, #d50000 100%);
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

.card_box.in-stock span::before {
    content: "¡DISPONIBLE!";
    position: absolute;
    width: 140%;
    height: 40px;
    background-image: linear-gradient(45deg, #09e086 0%, #09e086 51%, #09e086 100%);
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

#link-acortado {
    margin-top: 10px;
    font-size: 14px;
    color: #28ee9b;
    text-decoration: none;
}

.container-producto .column {
    flex: 1;
    padding: 20px;
}

.producto-btn {
    background-color: rgba(18, 18, 18, 0.5);
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 220px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.producto-btn:hover {
    color: #f1efef !important;
}

.prev-btn-producto {
    left: 30px;
}

.next-btn-producto {
    right: 30px;
}

.images {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 10px 0 0 10px;
    /* border: 1px solid #525050; */
    border-right: none;
}

.main-image-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    opacity: 0.8;
}

.images img.main {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 350px;
    /* border: 1px solid #525050; */
    border-radius: 8px;
    object-fit: contain;
}

.cards .card .precios-adicionales {
    font-size: 1.5rem !important;
}

.precios-adicionales {
    font-size: 1.2rem;
}

.precio-empresa {
    margin-bottom: 0px !important;
}

.precio-efectivo,
.precio-credito {
    margin-bottom: 25px !important;
}


.precio-efectivo svg,
.precio-credito svg {
    height: 1em;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.thumbnail-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.thumbnail-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    max-width: calc(4 * 85px);
    scrollbar-width: none;
    padding-bottom: 5px;
    scroll-behavior: smooth;
}

.thumbnail-list::-webkit-scrollbar {
    display: none;
}

.thumbnail {
    width: 75px;
    height: 75px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #525050;
    object-fit: cover;
}

.scroll-btn {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    z-index: 1;
}

.scroll-btn.left-btn {
    left: -15px;
    top: -20px;
}

.scroll-btn.right-btn {
    right: -15px;
    top: -20px;
}

.info {
    color: white;
    padding: 2%;
    padding-bottom: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    width: calc(33.33% - 40px);
    border: 1px solid #525050;
    border-right: none;
    border-left: none;
}

/*  */


.out-of-stock {
    color: #A80000;
}

.low-stock {
    color: orange;
}

.in-stock {
    color: #09df86;
}

.info h6 {
    font-size: 10px;
    margin: 0;
}

.info h2 {
    margin-top: 10px;
}

.price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 30px;
    height: 20px;
}

.price-container .precio {
    color: red !important;
    text-decoration: line-through;
    font-size: 1em;
    margin-left: 10px;
    margin-top: -12px;
}

.price-container .oferta {
    color: white;
    font-size: 1.5em;
    margin-top: 0;
    font-weight: bold;
}

p {
    margin: 0;
}

.descripcion-producto {
    margin-bottom: 5%;
}

.buttons-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 0px 10px 10px 0px;
    width: calc(33.33% - 40px);
    border: 1px solid #525050;
    border-left: none;
}

.cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cards .card {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    color: white;
    /* padding-top: 5%; */
    /* padding-bottom: 5%; */
    transition: 400ms;
    /* border: 1px solid #525050; */
    box-sizing: border-box;
}

.vertical-line-left,
.vertical-line-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgb(48, 46, 46);
    margin: auto;
    height: 85%;
}

.vertical-line-left {
    left: 0;
    border-right: 1px solid rgb(48, 46, 46);
}

.vertical-line-right {
    right: 0;
    border-left: 1px solid rgb(48, 46, 46);
}

.scroll-container-payment {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.title-product {
    font-size: 30px;
}

.payment-m {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.oferta-card {
    position: absolute;
    top: 30px;
    right: 5px;
    background-color: #A80000;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1em;
    z-index: 3;
}

.payment-m__item {
    display: inline-block;
    padding: 10px;
    position: relative;
    text-align: center;
}

.payment-m__img {
    width: 60px;
    height: 20px;
    object-fit: contain;
}

.t-box__title {
    color: black;
}

.categoria-prducto {
    color: var(--color-nu) !important;
}

.categoria-prducto>a {
    color: var(--color-nu) !important;
}

div#wc-ambisn-container {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.pisol-update-address-button {
    margin-bottom: 10%;
    width: 100% !important;
}

.wc-ambisn-button {
    width: 100% !important;
}

.wc-ambisn-form {
    padding: 0 !important;
}

.wc-ambisn-form input#email {
    width: 100%;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 10px;
    border: 1px solid #fff !important;
    min-width: 290px !important;
}

.Catalogo-btn-ficha,
.btn-buy-producto,
.boton-compra-protegida,
.pisol-update-address-button,
.wc-ambisn-button,
#calcular_btu {
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    /* width: 90% !important; */
    height: 60px !important;
    text-align: center !important;
    cursor: pointer !important;
    /* white-space: nowrap !important; */
    vertical-align: middle !important;
    user-select: none !important;
    background-color: #121212 !important;
    color: var(--color-nu) !important;
    border: 1px solid #525050 !important;
    margin: 1% !important;
    border-radius: 10px !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: .5s !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.Catalogo-btn-ficha:hover,
.btn-buy-producto:hover,
.boton-compra-protegida:hover,
.pisol-update-address-button:hover,
.wc-ambisn-button:hover {
    background-color: #1f1f1f !important;
}

.availability-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.availability-image {
    width: 75px;
    height: 55px;
    margin-right: 8px;
    object-fit: cover;
}

.availability-text {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.Garantia {
    background-color: var(--color-nu);
    color: black !important;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    /* margin-top: 10px; */
    font-size: 1em;
}

.container-compra-segura {
    text-align: justify;
    position: absolute;
    margin: auto;
    z-index: 999;
    padding: 20px;
    margin: auto;
    margin-top: 10px;
    background-color: #121212;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.container-compra-segura.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    width: 400px;
}

.container-compra-segura::after {
    content: "";
    margin-top: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #121212;
}

.header-compra-segura {
    text-align: center;
    margin-bottom: 20px;
}

.header-compra-segura h1 {
    font-size: 12px;
    color: #fff;
}

.container-compra-segura p {
    font-size: 11px;
    color: #666666;
    margin: 0;
}

.boton-compra-protegida svg {
    width: 24px;
    height: 24px;
    fill: #06bf72;
}

.boton-compra-protegida span {
    display: block;
    text-align: center;
}

.boton-compra-protegida span:first-child {
    color: #06bf72;
}

.boton-compra-protegida span:first-child {
    color: #06bf72;
}

.Boton-termino-segura {
    color: #06bf72 !important;
    transition: .5s;
}

.Boton-termino-segura:hover {
    color: #169761 !important;
    text-decoration: underline;
}

.close-btn-protegido {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    width: 25px;
    height: 25px;
    background: none;
    cursor: pointer;
}

.close-btn-protegido:hover svg {
    fill: #A80000;
}

.feature-container {
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.feature-container p {
    text-align: center;
    color: #06bf72;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.feature-container table {
    width: 100%;
    font-size: .8em;
    border-collapse: collapse;
    text-align: center;
    background-color: #000;
    border-radius: 100px;
}

.feature-container td {
    padding: 10px;
    border: 1px solid #525050;
    color: #fff;
}

.addi-wrapper,
.sistecredito-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
    /* width: 50%; */
    align-content: center;
}

.envio-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*Modificacion modal de suscripcion*/

.subscription-form button {
    margin: 0 auto !important;
}

.envio-content {
    background: black;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #08ec8c;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 350px;
    /*height: 600px;*/
    position: relative;
}

.pisol-ppscw-alert-container {
    margin-top: 5%;
}

.oferta-producto-component {
    width: 100%;
    display: flex;
    justify-content: center;
}

.oferta-producto-component .coupon {
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #119a60;
    width: 330px !important;
    height: 100px;
}

.oferta-producto-component .coupon .box {
    width: 90px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #119a60;
    padding: 0.3rem;
}

.oferta-producto-component .coupon .box span {
    display: block;
    font-weight: bold;
    align-items: center;
    font-size: 1.5rem;
}

.oferta-producto-component .coupon .diver {
    width: 0px;
    height: 100%;
    border: 2px dashed transparent;
    border-right-color: #119a60;
}

.oferta-producto-component .coupon .content {
    flex: 1;
    padding: 0.3rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    box-sizing: border-box;
}

.oferta-producto-component .coupon .content p {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
}

.oferta-producto-component .coupon .content p span.end {
    width: 20px;
}

.oferta-producto-component .coupon .content p span {
    margin-top: 5%;
}

.oferta-producto-component .coupon .content p {
    font-weight: 400;
    color: #959595;
    font-size: 0.8rem;
    line-height: 1rem;
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .container-producto {
        max-width: 81.5%;
    }
}

@media (max-width: 768px) {
    .prev-btn-producto {
        margin-top: -10% !important;
    }

    .next-btn-producto {
        margin-top: -10% !important;
    }

    .woocommerce-notices-wrapper {
        margin-top: 30px;
    }

    .availability-text {
        font-size: .8em !important;
    }

    .container-compra-segura {
        transform: translateX(-50%) !important;
    }

    .cards .card {
        padding-bottom: 5%;
    }

    .cards .card .precios-adicionales .precio-empresa img,
    .cards .card .precios-adicionales .precio-credito img {
        width: 140px;
    }

    .cards .card .precios-adicionales .precio-efectivo img {
        width: 70px;

    }

    .cards .card .precio-empresa,
    .cards .card .precio-efectivo,
    .cards .card .precio-credito {
        font-size: 1.2rem !important;
    }

    .precio-empresa,
    .precio-efectivo,
    .precio-credito {
        font-size: 0.8rem !important;
    }


    .info {
        width: 100%;
        padding: 5%;
        border-left: 1px solid #525050;
        border-right: 1px solid #525050;
        border-top: none;
        border-bottom: none;
        border-radius: none;
    }

    .images {
        width: 100%;
        border-bottom: none;
        border-right: 1px solid #525050;
        border-radius: none;
        border-radius: 10px 10px 0px 0px;
        padding: 2%;
    }

    .buttons-container {
        width: 100%;
        border-left: 1px solid #525050;
        border-right: 1px solid #525050;
        border-top: none;
        border-radius: 0px 0px 10px 10px;
    }

    .boton-compra-protegida {
        justify-content: center;
        padding: 10px 20px;
        font-size: 15px;
        gap: 5px;
        width: 100%;
    }

    .boton-compra-protegida svg {
        width: 20px;
        height: 20px;
    }

    .container-producto {
        flex-direction: column;
        align-items: center;
    }

    .vertical-line-right,
    .vertical-line-left {
        display: none;
    }

    .price-container precio {
        font-size: 1.5 em;
    }

    .price-container oferta {
        font-size: 1 em;
    }

    .scroll-container-payment {
        width: 100%;
    }

    .payment-m {
        display: flex;
        flex-wrap: nowrap;
    }

    .payment-m__item {
        flex: 0 0 calc(100% / 6);
    }

    .scroll-container-payment {
        overflow-x: auto;
    }
}


[data-vertical-spacing*="bottom"] {
    padding-bottom: 0 !important;
}

.custom-reviews-section,
.custom-qna-block {
    margin-top: 2% !important;
    margin-bottom: 2% !important;
    margin: auto;
    padding: 1% 4% 1% 4%;
    border: 1px solid #525050;
    border-radius: 10px;
    max-width: 73%;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 1250px) {

    .custom-reviews-section,
    .custom-qna-block {
        margin-top: 8% !important;
        margin-bottom: 8% !important;
        max-width: 93% !important;
    }
}

/*Nuevos estilos del Carrusel*/
.main-carousel {
    background-color: transparent;
    margin: 30px auto;
    width: 95%;
}

.carousel-cell {
    width: 300px;
    margin-right: 20px;
}

.flickity-enabled.is-draggable .flickity-viewport {
    padding: 10px;
}

.product-card {
    overflow: hidden;
    box-shadow: 12px 2px 30px rgba(4, 127, 0, 0.042);
    font-family: "Segoe UI", sans-serif;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
    background-color: transparent;
}

.product-card:hover {
    box-shadow: 2px 5px 30px rgba(6, 179, 0, 0.086);
}

.product-img {
    background: transparent;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img img {
    max-width: 100%;
    max-height: 180px;
    transition: transform 0.3s;
}

.product-card:hover .product-img img {
    transform: scale(1.05);
}

.badge-descuento {
    position: absolute;
    top: 10px;
    right: 0px;
    background: #a80000;
    color: white;
    font-weight: bold;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 4px;
    z-index: 2;
}

.product-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-title {
    color: #08ec8c;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    text-decoration: none;
}

.product-brand {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 10px;
}

.product-precio {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.precio-oferta {
    color: #e53935;
    font-weight: bold;
    font-size: 16px;
}

.precio-original {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
}

.product-marca {
    display: flex;
    justify-content: space-between;
}

.product-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.btn-agregar {
    background: #08ec8c;
    color: black;
    font-weight: bold;
    width: 70%;
    border: none;
    border-radius: 3px;
    padding: 8px 0;
    font-size: 14px;
    cursor: pointer;
}

.btn-agregar:hover {
    background: #23ffa3;
}

.btn-quickview {
    background: transparent;
    color: #08ec8c;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    border: 2px solid #08ec8c;
    border-radius: 50%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-quickview:hover {
    background: #23ffa3;
    color: black;
}

.product-stars {
    margin-top: 10px;
    font-size: 14px;
    color: yellow;
}

.flickity-prev-next-button {
    background: transparent;
    /* border: 2px solid #08ec8c; */
    color: #08ec8c;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease, color 0.3s ease;
}

/* Hover con box-shadow suave tipo halo */
.flickity-prev-next-button:hover {
    background-color: transparent;
    box-shadow: 0 0 12px 2px #08ec8c;
    color: #08ec8c;
}

/* Ícono SVG bien centrado */
.flickity-button-icon {
    fill: currentColor;
    width: 60%;
    height: 60%;
}

.flickity-page-dots .dot {
    background: rgba(8, 236, 141, 0.527);

    transition: background 0.3s ease, transform 0.3s ease;
}

.flickity-page-dots .dot:hover {
    transform: scale(1.3);
    background-color: #08ec8c;
}

.flickity-page-dots .dot.is-selected {
    transform: scale(1.1);
    background: #08ec8c;
}

/*  */

/* --- INICIO: Unificación de Columnas Producto --- */

/* 1. Definimos los anchos de las 2 nuevas columnas */
.container-producto .column.images {
    flex-basis: 38%;
    /* Ancho para columna de imágenes */
    flex-grow: 0;
    flex-shrink: 0;
    border-right: 1px solid #525050;
    /* Borde completo */
    /* border-radius: 10px !important; */
    /* Redondeado */
    /* border-right: 1px solid #525050 !important; */
    /* Aseguramos borde derecho */
}

.container-producto .column.info-and-buttons {
    flex-basis: 52%;
    /* Ancho para nueva columna derecha (deja espacio para el 'gap') */
    flex-grow: 1;
    flex-shrink: 1;
    /* border: 1px solid #525050 !important; */
    /* Borde completo */
    border-radius: 10px !important;
    /* Redondeado */
    display: flex;
    flex-direction: column;
}

/* 2. Neutralizamos los estilos antiguos de 3 columnas */
.info {
    width: auto !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.buttons-container {
    width: auto !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* 3. Ocultamos las líneas verticales que ya no se usan */
.vertical-line-left,
.vertical-line-right {
    display: none !important;
}

/* --- INICIO: CORRECCIÓN MÓVIL (V3 - Oculta <center>) --- */
@media (max-width: 768px) {
    .images img.main {
        height: 300px;
    }

    /* 1. Apilamos las 2 columnas verticalmente */
    .container-producto {
        flex-direction: column !important;
        align-items: center !important;
        margin-top: -10% !important;
        order: unset !important;
    }

    /* 2. Hacemos que ambas columnas ocupen todo el ancho */
    .container-producto .column.images,
    .container-producto .column.info-and-buttons {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 3. Definimos el orden: Imágenes ARRIBA */
    .container-producto .column.images {
        order: 1;
        /* Imágenes van primero */
        border-radius: 10px 10px 0 0 !important;
        border-bottom: none !important;
        padding: 5% !important;
        margin-top: 0 !important;
        border-right: none;
        /* Arregla el salto */
    }

    /* 4. Definimos el orden: Info y Botones ABAJO */
    .container-producto .column.info-and-buttons {
        order: 2;
        /* Info/Botones van segundo */
        border-radius: 0 0 10px 10px !important;
        border-top: none !important;
        padding: 0 5% 5% 5% !important;
        /* Arregla el padding */
    }

    /* 5. Ocultamos los elementos que NO quieres en móvil */
    .column.info-and-buttons .categoria-prducto,
    .column.info-and-buttons .descripcion-producto,
    .column.info-and-buttons .BtnShare-container,
    .column.info-and-buttons .botones-info-izquierda,
    .column.info-and-buttons .boton-compra-protegida {
        display: none !important;
    }

    /* 6. ¡NUEVA REGLA! Oculta el tag <center> fantasma */
    .column.info-and-buttons center {
        display: none !important;
    }

    /* 7. Nos aseguramos que el Título y las Reseñas SÍ se vean */
    .column.info-and-buttons .title-product,
    .column.info-and-buttons div[style*="display: flex"][style*="align-items: center"] {
        display: block !important;
    }

    .column.info-and-buttons .title-product {
        font-size: 20px;
    }

    /* 8. Limpiamos reglas fantasma de las clases antiguas */
    .container-producto .column.info,
    .container-producto .column.buttons-container {
        order: unset !important;
        margin-top: 0 !important;
        display: none !important;
    }
}

/* --- FIN: CORRECCIÓN MÓVIL (V3) --- */

/* --- FIN: CORRECCIÓN COMPLETA PARA MÓVIL --- */

/* --- FIN: Unificación de Columnas --- */