
    .js-store-prod-text a {
        display: inline-block;
        padding: 12px 24px;
        margin-right: 15px;
        margin-top: 20px;
        border-radius: 6px;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border: none;
        outline: none;
        position: relative;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

    .js-store-prod-text a:first-of-type {
        background: #eb631a;
        color: #ffffff !important;
        box-shadow: 0 4px 15px rgba(235, 99, 26, 0.4);
    }

    .js-store-prod-text a:first-of-type:hover {
        background: #ff7a3a;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(235, 99, 26, 0.6);
    }

    .js-store-prod-text a:last-of-type {
        background: #eb631a;
        color: #ffffff !important;
        box-shadow: 0 4px 15px rgba(235, 99, 26, 0.4);
    }

    .js-store-prod-text a:last-of-type:hover {
        background: #ff7a3a;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(235, 99, 26, 0.6);
    }

    .js-store-prod-text a:active {
        transform: translateY(-1px);
        box-shadow: 0 2px 10px rgba(235, 99, 26, 0.3);
    }

    .js-store-prod-text a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.25);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.5s ease, height 0.5s ease;
    }

    .js-store-prod-text a:hover::after {
        width: 300px;
        height: 300px;
    }

    .t706__cartwin_showed {
        z-index: 999999999;
    }
</style>


    .t-btn, .btn, button, input[type="submit"], .js-store-prod-text a {
        position: relative;
        overflow: hidden;
        transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s ease;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

    .t-btn:hover, .btn:hover, button:hover, input[type="submit"]:hover, .js-store-prod-text a:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .t-btn:active, .btn:active, button:active, input[type="submit"]:active, .js-store-prod-text a:active {
        transform: translateY(-1px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }
</style>



