/* --- 1. ДИЗАЙН: ВІДСТУП МІЖ ФОТО ТА ЗАГОЛОВКОМ --- */
.t-store__prod-popup__info {
    padding-top: 25px !important; 
}
@media screen and (max-width: 960px) {
    .t-store__prod-popup__info {
        padding-top: 35px !important;
    }
}

/* --- 2. ШВИДКІСТЬ: УСУНЕННЯ ПОМИЛКИ "АНІМАЦІЇ БЕЗ КОМПОЗИТИНГУ" --- */
.t-btn, 
.t-submit, 
.t-btnflex {
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease !important;
}

/* --- 3. ШВИДКІСТЬ: БРОНЮВАННЯ МІСЦЯ ПІД ФОТО (Мінімізація CLS) --- */
.t-store__prod-popup__slider {
    aspect-ratio: 1 / 1; 
    width: 100%;
}
.t-slds__thumbsbullet-wrapper {
    min-height: 65px !important;
    display: block !important;
}

/* --- 4. ДИЗАЙН: М'ЯКИЙ СІРИЙ КОЛІР (ТІЛЬКИ В ОПИСІ ТА FAQ) --- */
.js-store-prod-all-text, 
.t-store__prod-popup__text, 
.t-store__prod-popup__descr,
.faq-answer-inner {
    color: #555555 !important;
    line-height: 1.6 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* --- 5. ДОСТУПНІСТЬ (Контрастність для Google 100/100) --- */
.t-store__prod-popup__brand, 
.t-store__prod-popup__sku, 
.t-store__prod__price-portion, 
.js-product-brand, 
.js-store-prod-sku,
.rw-no-reviews {
    color: #555555 !important;
}
