.t939 .t-section__topwrapper {margin-bottom: 0px;}
.t-store__card__imgwrapper {padding-bottom: 70%;}
.t-checkbox__indicator {
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
}
/* Скрываем артикул, если он отображается на странице */
.t-store__card__sku,
[data-product-sku] {
    display: none !important;
}

/* Стили для кастомного блока "Смотрите также" */
.custom-relevants {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.custom-relevants .t-store__relevants__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

/* Стили для карточек-заглушек (пока не загрузились реальные) */
.custom-relevants-placeholder {
    opacity: 0.7;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 0.4; }
}