

/* Start:/local/templates/bobber2022/template_styles.css?17845515152548*/
.products-list__item-img--silikonovoe-donyshko {
    bottom: 0;
}
.products-list__item-img--silikonovoe-donyshko img {
    width: 45px;
    height: auto;
}


@media (min-width: 992px) {
    .products-list__item-img--silikonovoe-donyshko img {
        width: 90px;  /* 45px * 2 = 90px */
    }
}

/* Скрываем дублирующееся поле для открытки */
.page-ordering__input:has(input[data-code="ADD_GREETING_CARD"]) {
    display: none !important;
}

/* Или если не работает, скрываем по имени поля */
input[name^="ORDER_PROP_"][data-code="ADD_GREETING_CARD"] {
    display: none !important;
}

/* Скрываем свойства открытки из блока "Данные получателя" */
.page-ordering__input:has(input[data-code="ADD_GREETING_CARD"]),
.page-ordering__input:has(input[data-code="GREETING_TEXT"]) {
    display: none !important;
}

/* Альтернативный вариант - скрываем по имени поля */
input[name="ORDER_PROP_36"] {
    display: none !important;
}

input[name="ORDER_PROP_37"] {
    display: none !important;
}

/* Или скрываем весь родительский блок */
.page-ordering__input:has(input[name="ORDER_PROP_36"]),
.page-ordering__input:has(input[name="ORDER_PROP_37"]) {
    display: none !important;
}

/* Увеличиваем картинки ТОЛЬКО для блока Мерч */
#merch .big-product-card__images-item {
    max-width: 320px;
    max-height: 85%;
    top: 45%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}

#merch .big-product-card__images-row {
    height: 85%;
}

/* Для планшетов и десктопов */
@media (min-width: 768px) {
    #merch .big-product-card__images-item {
        max-width: 340px;
        max-height: 90%;
        top: 45%;
        -webkit-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
    }
    
    #merch .big-product-card__images-row {
        height: 90%;
    }
}

/* Для мобильных устройств */
@media (max-width: 767px) {
    #merch .big-product-card__images-item {
        max-width: 260px;
        max-height: 80%;
        top: 45%;
        -webkit-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%);
    }
}

/* Корректируем ховер эффект только для мерча */
@media (min-width: 961px) {
    #merch:hover .big-product-card__images-item {
        top: 40%;
    }
}
/* End */
/* /local/templates/bobber2022/template_styles.css?17845515152548 */
