.htv--underline-offset .home-block-title h2 {
    display: table!important;
    margin: 0 auto 15px auto!important;
    font-weight: 700;
    background: linear-gradient(to right,#2b1726 20%,#2b1726 40%,#ffffff 50%,#2b1726 60%,#2b1726 80% );
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent!important;
    text-fill-color: transparent!important;
    animation: shine-animation 3s linear infinite!important;
    padding-bottom: 5px
}

@keyframes shine-animation {
    0% {
        background-position: 200% center
    }

    100% {
        background-position: 0% center
    }
}

.store-footer .footer-list a {
    padding-right: 8px;
    background: linear-gradient(90deg, transparent, rgba(69, 65, 146, 0.1));
    border-radius: 15rem;
}

.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
    border-color: var(--color-primary) !important;
    color: #ffffff !important;
    background: var(--color-primary) !important;
    border-radius: 49px !important;
}

@media(max-width: 767px) {
    .product-card--primary-buttons button, .product-card--primary-buttons salla-button {
        justify-self: center;
        width: 100%;
        position: relative;
        top: 0px;  border-radius: 0px !important;
        
    }
}

.product-card--primary-buttons button i {
    color: #fff !important;
}

.store-footer h3 {
    color: var(--tx0);
}

#wa-nera-widget-send-button {
    bottom: 168px !important;
}