
.js-store-prod-text a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s ease;
}

.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:hover {
    background-color: #a84b3f;
}

.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    color: #1A2028 !important;
    border: 1px solid #e0e0e0;
    padding-left: 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.js-store-prod-text a:last-of-type:hover {
    background-color: #f5f5f5;
}

.js-store-prod-text a:last-of-type::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('https://static.tildacdn.com/tild3564-3131-4666-b731-353463383635/icon_whats.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .js-store-prod-text a:last-of-type {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        margin-right: 0;
        padding: 15px 20px;
        font-size: 16px;
        gap: 8px;
    }
    
    .js-store-prod-text a:last-of-type::before {
        position: static;
        transform: none;
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }
}

.t706__cartwin_showed {
    z-index: 999999999;
}
