.precio-efectivo svg, .precio-credito svg  {
    height: 1em;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}
.precio-empresa-oferta {
    /*margin-top: 0 !important;*/
    margin-bottom: 0 !important;
}

.card_box_loop span {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    width: 125px;
    height: 125px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    font-size: 10px;
}
.card_box_loop.proximamente span::before {
    content: "¡PROXIMAMENTE!";
    position: absolute;
    width: 140%;
    height: 30px;
    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_loop.por_encargo span::before {
    content: "¡Por Encargo!";
    position: absolute;
    width: 140%;
    height: 30px;
    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_loop.discontinued span::before {
    content: "¡DESCONTINUADO!";
    position: absolute;
    width: 140%;
    height: 30px;
    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_loop.out-of-stock span::before {
    content: "¡AGOTADO!";
    position: absolute;
    width: 140%;
    height: 30px;
    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_loop.in-stock span::before {
    content: "¡DISPONIBLE!";
    position: absolute;
    width: 140%;
    height: 30px;
    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);
}
.modal-vista-previa {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: linear-gradient(100deg, rgba(0, 0, 0, 0.8), rgba(5, 5, 5, 0.8), rgba(10, 10, 10, 0.8), rgba(5, 5, 5, 0.8), rgba(0, 0, 0, 0.8));
}

.modal-content-product {
    margin: auto !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border: 2px solid var(--color-nu) !important;
    width: 1000px !important;
    height: 600px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    background-color: black !important;
    z-index: 99999 !important;
}

.modal-content {
    display: flex;
    flex-direction: row;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    border: 1px solid #08ec8c;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: black;
}

.modal-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    max-height: 50%;
}

.modal-image img {
    border-radius: 10px;
    border: 1px solid #08ec8c;
    max-width: 70% !important;
    max-height: 70% !important;
}

.modal-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    color: #fff;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
}

.modal-form h3 {
    margin: 0 0 20px;
    color: #08ec8c;
    text-align: center;
}

.modal-form p {
    margin: 0 0 20px;
    font-size: 15px;
    color: #ccc;
}

.price-wrapper {
    margin-bottom: 20px;
}

.price-wrapper .offer-price {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.price-wrapper .regular-price {
    font-size: 16px;
    color: #ff0000;
    text-decoration: line-through;
    margin-left: 10px;
}

.availability {
    font-size: 14px;
    color: #08ec8c;
    margin-bottom: 20px;
}

.modal-form .button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.modal-form button {
    padding: 10px;
    font-size: 16px;
    background-color: #121212 !important;
    border: none;
    border-radius: 5px;
    color: var(--color-nu) !important;
    border: 1px solid var(--color-nu) !important;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.modal-image{
    margin-top:8%;
}
.modal-form button:hover {
    background-color: #1f1f1f !important;
}


.addi-modal{
    border: solid 1px white !important;
}
.modal-content-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.modal-content-inner img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display:block;
    width: auto;
    object-fit: contain;
}
.custom-buttons-container {
    display: flex;
    gap: 10px; /* Espaciado entre los botones */
    justify-content: center; /* Centrar los botones */
    align-items: center;
    margin-top: 10px;
}

.custom-buttons-container .button {
    flex: 1; /* Ambos botones ocuparán el mismo espacio */
    white-space: nowrap;
    text-align: center;
}

@media only screen and (max-width: 1250px) {
    .modal-content-inner img {
        width: 50%;
        margin-bottom: 5%;
    }
    .modal-content-product{
        max-width:90% !important;
        max-height: 800px !important;
    }
    .modal-form{
        overflow: hidden;
    }
    .modal-content-inner {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
        overflow: auto;
    }

    .modal-image {
        height: auto;
        width: auto;
    }
    /*.products.columns-4 {
        display: flex;
        flex-direction: column;
    }

    .products.columns-4 .product {
        width: 100% !important;
    }*/
}

.modal-image-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease;
}

.carousel-item {
    min-width: 100%;
    justify-content: center;
    align-items: center;
}

.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.carousel-item.active {
    display: flex;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}
.carousel-prev{
    margin-left:2%;
}
.carousel-next{
    margin-right:2%;
}
.carousel-nav button {
    background: rgba(18, 21, 25, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 20px;
    pointer-events: all;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.carousel-nav button:hover {
    background: #121519;
}

.carousel-indicators {
    text-align: center;
    margin-top: 12px;
}

.carousel-indicators .dot {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.carousel-indicators .dot.active {
    background-color: #121519;
}
.carousel-track-wrapper {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}
 .cont-share{
    margin-top:5%;
 }
@media (max-width: 768px) {
 .cont-share{
    margin-top:35%; margin-right:80%   
 }
}

