.js-store-prod-text a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 12px 22px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 35px;

    background: #DCFF00;
    color: #000000 !important;
    text-decoration: none;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;

    transition: background-color .2s ease;
}

.js-store-prod-text a::before {
    content: "";
    width: 24px;
    height: 24px;

    background-image: url("https://static.tildacdn.com/stor3231-3566-4261-a536-663838346538/4be9b72ae37a747379bb927993f99de1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    flex-shrink: 0;
}

.js-store-prod-text a:hover {
    background: #DCFF00;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

/* =========================================
   ОТЗЫВЫ — НЕ ПРИМЕНЯТЬ СТИЛЬ GOLD APPLE
   ========================================= */

.js-store-prod-text a[href="https://lightdelight.ru/tproduct/909551340872-gretel"] {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
}

.js-store-prod-text a[href="https://lightdelight.ru/tproduct/909551340872-gretel"]::before {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
}

.js-store-prod-text a[href="https://lightdelight.ru/tproduct/909551340872-gretel"]:hover {
    background: transparent !important;
}

/* Скрываем исходную ссылку до обработки JS */
.js-store-prod-text a[href="https://lightdelight.ru/tproduct/909551340872-gretel"] {
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Показываем уже готовую плашку */
.js-store-prod-text a.ld-reviews-button {
    visibility: visible !important;
    opacity: 1 !important;
}