/* ---- ФОТО НА ВЕСЬ БЛОК ---- */
.product-photo {
    width: 100% !important;
    height: 210px !important; /* хочешь больше — поменяй */
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #fff3e0 !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ---- ФОТО РАСТЯГИВАЕТСЯ НА ВСЮ КАРТОЧКУ ---- */
.product-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* Строка "Найти товар..." — двигаем ниже, не трогая остальную страницу */
input[placeholder="Найти товар..."],
input[placeholder="Найти товар"] {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 24px auto 32px;  /* 24px сверху, 32px снизу */
}