.product-details-page .product-name.panel-heading h1 {
    font-size: 2.5em !important;
    color: var(--main-bg-purple) !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
}

.product-details-page .product-details-data .overview .product-info {
    background: none;
    border-color: white;
    border-style: none;
    border-width: initial;
    padding: 0px;
}

.product-details-page .product-name.panel-heading {
    margin-bottom: 0px;
    border-bottom: none;
}

.product-details-page .prices .product-price span {
    color: var(--main-bg-purple) !important;
    font-weight: normal;
}

.product-details-page .add-to-cart .quantity-box label {
    display: none;
}

.product-details-page .add-to-cart .product-add-button .add-to-cart-button {
    background: var(--main-bg-purple) !important;
    text-transform: uppercase;
    padding: 10px;
    color: #ffffff !important;
}

.product-details-page .gallery .picture img {
    max-width: 100%;
    border-radius: 40px;
}

.product-details-page .add-to-wishlist .add-to-wishlist-button {
    background: #fff !important;
    color: #7c0101;
    padding: 7px !important;
    margin-right: 0px !important;
    border: 1px solid;
    font-weight: normal;
    font-style: italic;
}

.product-details-page .add-to-cart .product-buy-now-button .buy-now-button {
    background: #ffe300 !important;
    text-transform: uppercase;
    padding: 10px;
    color: var(--main-bg-purple) !important;
}

#puntosvalornegocio {
    color: var(--main-bg-purple) !important;
}

#customerTaxType,
#customerCurrency,
#customerlanguage {
    text-transform: uppercase !important;
    font-size: 15px !important;
    color: var(--main-bg-purple) !important;
}

.navbar-nav {
    margin-top: -1%;
}

.contact-center {
    background-color: #d8caff;
    padding: 0.5%;
    text-align: center;
}

#login-checkout-more-info {
    background-color: var(--register-blocks);
    color: var(--main-bg-purple);
    font-weight: bold;
}

#btnOrderDetails {
    background-color: var(--checkout-bg);
    border: none;
    color: var(--main-bg-purple);
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out 0s;
    padding: 1%;
    border-radius: 23px;
}

.checkout-page .order-completed-continue-button,
.checkout-page .btn.btn-primary {
    text-transform: initial;
}

.prices-tag-w {
    width: 33%;
}

#customerCurrency {
    width: 95%;
    margin-left: 5%;
    border-radius: 10px;
    border-color: #ddd !important;
    border: 1px solid;
}

#customerlanguage {
    border-radius: 10px;
    border-color: #ddd !important;
    border: 1px solid;
}

#contSearchLIV2 {
    align-items: self-end;
}

#lblCheckoutMsgGuest,
#lblCheckoutMsgGuest2 {
    padding: 12px 10px 10px 76px;
    border: none;
    border-style: none;
    background-color: #f0efff;
    margin-top: 5%;
}

.registro-seccion {
    width: 100%;
    background-color: #3c1973;
    padding: 40px 0;
    font-family: sans-serif;
}

.registro-contenedor {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.registro-titulo {
    width: 100%;
    text-align: center;
    padding: 20px;
    background: linear-gradient(90deg, #9a4cd3, #5429a7);
    color: white;
    font-size: 24px;
    font-weight: bold;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
}

.registro-columnas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.registro-columna {
    flex: 1 1 300px;
    min-width: 300px;
    background: white;

    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.registro-columna:hover {
    transform: scale(1.03);
}

.registro-header {
    width: 100%;
    min-height: 55px;
    padding: 10px;
    background: linear-gradient(90deg, #9a4cd3, #5429a7);
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
    z-index: 1;
}

.registro-header.alt {
    background: linear-gradient(90deg, #ae5de7, #7435c2);
}

.registro-imagen {
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: top center;
    z-index: 0;
}

.registro-beneficios {
    width: 100%;
    background: linear-gradient(90deg, #9a4cd3, #5429a7);
    color: white;
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 200px;
    box-sizing: border-box;
    z-index: 1;
    margin-top: -30px;
}

.registro-beneficios-titulo {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.registro-bullets {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
}

.registro-bullets li {
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .registro-beneficios {
        position: relative;
        z-index: 2;
        background: linear-gradient(90deg, #9a4cd3, #5429a7);
    }

    .registro-header {
        z-index: 1;
        position: relative;
    }

    .registro-imagen {
        z-index: 0;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .prices-tag-mob {
        background-color: var(--main-bg-purple);
        color: #fff;
    }

    .carousel-product {
        min-height: auto !important;
    }

    #customerCurrency {
        margin-left: 0%;
        margin-right: 2%;
    }

    #contSearchLIV2 {
        margin-top: -15%;
    }
}