html {
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}

.main_container {
    width: 100%;
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    background: url("./img/bg/main.png") no-repeat center center / cover;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    flex-wrap: wrap;
}

.logo img {
    height: 40px;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
}

.nav-links a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

 

/* Бургер-меню */
.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.burger .bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
}

/* Анимация бургер */
.toggle .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.toggle .bar:nth-child(2) {
    opacity: 0;
}

.toggle .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Первый Блок Контента с Фоном */
/* Первый Блок Контента с Фоном */
/* Первый Блок Контента с Фоном */
.content {

    box-sizing: border-box;
    color: #fff;
    min-height: 600px; 
    overflow: hidden; 
    
    /* Добавляем flex, чтобы выровнять .hero-wrapper по низу */
    display: flex;
    align-items: flex-end; /* Прижимаем контент к низу */
    justify-content: center; /* Центрируем по горизонтали */
}
.product-image {
    position: absolute;
    bottom: 100;
    right: 0; /* Справа от .hero-wrapper */
    width: 55%; 
    height: auto;

    z-index: 1; /* Под текстом */
    
    /* Убираем старые отступы */
    margin-top: 0;
    margin-bottom: 0;
    min-width: 150px; 
}

h1 {
    margin: 0; /* УБИРАЕМ ОТСТУПЫ */
    color: #fff;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/* removed: .cta-button (не используется) */
/* removed: .cta-button:hover (не используется) */

/* Второй Блок Контента */
.product-info {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    margin-bottom: 100px;
}

.info-container {
    margin: 0 auto;
    text-align: left;
    max-width: 1140px;
}

.intro p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    margin-bottom: 20px;
    text-align: center;
}

.symptoms h3,
.benefits h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    margin-bottom: 10px;
    margin-top: 75px;
    text-align: center;
    text-transform: uppercase;
}

.cards-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
}

.cards-container .card {
    background-color: #fdf7f0;
    border-radius: 20px;
    flex: 1 1 calc(33.333% - 10px);
    box-sizing: border-box;
    display: flex;
    max-width: 360px;
    text-align: start;
    align-items: center;
    min-width: 280px;
}

.card_b {
    background-color: #edf8f9;
    border-radius: 20px;
    flex: 1 1 calc(33.333% - 10px);
    box-sizing: border-box;
    display: flex;
    max-width: 360px;
    text-align: start;
    align-items: center;
    padding: 10px;
}

.card-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 10px;
    border-top-left-radius: 20%;
    border-bottom-left-radius: 20%;
}

.card-image_b {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
}

.card-text p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 8px 0;
}

/* Секция */
.section {
    background: linear-gradient(to bottom, #fec467, #fff);
    padding: 80px 20px 20px;
    position: relative;
    margin-top: 120px;
}

.section-reason {
    background: linear-gradient(to bottom, #dbdadf, #fff);
    padding: 80px 20px 20px;
    position: relative;
    margin-top: 120px;
}

.section-header {
    background: #fff;
    padding: 20px;
    border-radius: 35px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: -150px auto 20px;
    max-width: 480px;
}

.section-header h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    text-transform: uppercase;
}

.section-content {
    text-align: center;
    padding: 20px;
    color: #000000;
    max-width: 1140px;
    margin: 0 auto;
}

.section-content p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.section-content .highlight-red {
    color: #000000;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0;
    margin: 10px 0 0;
    font-family: Inter;
    font-size: 16px;
    line-height: 1.3;
}

.cards {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    max-width: 1140px;
}

.card1 {
    background-color: #eaf9f7;
    border-radius: 16px;
    padding: 20px;
    width: 280px;
}

.card1-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.card1-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.card1-title {
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.card1-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.card1-text strong {
    font-weight: bold;
}

/* Причины недостатка магния */
.reasons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    max-width: 1140px;
}

.reason-item {
    display: flex;
    align-items: center;
    flex: 1 1 200px;
    padding: 20px;
    background: #fcecdf;
    border-radius: 10px;
    text-align: center;
}

.reasons_text h3 {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.reasons_text p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.reason-item .icon {
    font-size: 2em;
    margin-bottom: 10px;
}

.icon {
    margin-right: 20px;
}

/* Применение */
.usage_container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* Отступ сверху */
.usage {
    margin-top: 40px;
}

/* Заголовок секции */
.usage h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
}

/* Таблица применения */
.usage-table {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    gap: 15px;
    padding: 10px;
    overflow: hidden; 
}

/* Колонки */
.column {
    flex: 1;
    min-width: 0; 
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch; 
}

.column > div {
    margin-bottom: 10px;
}

.column > div:last-child {
    margin-bottom: 0;
}

/* Заголовок внутри колонки */
.header {
    background: #f5821f;
    color: white;
    padding: 10px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0; 
    width: 100%;
    height: 56px; 
    overflow: hidden;
}

/* Неделя и терапия */
.week,
.therapy {
    background: #fec467;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    flex-shrink: 0; 
    width: 100%;
    height: 56px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Пилюли */
.pills {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    width: 100%;
    height: 56px; 
    flex-shrink: 0; 
    overflow: hidden;
    padding: 5px 0;
}

/* Текст внутри пилюль */
.pills span {
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    color: #f5821f;
    margin-top: 5px;
    word-wrap: break-word; 
}

/* Изображения пилюль */
.pills_icon {
    width: 30px;
    height: 30px; 
    object-fit: contain; 
}

/* Иконки дней */
.day_icon {
    margin-right: 5px; 
    width: 24px;
    height: 24px;
    flex-shrink: 0; 
}

/* Продолжительность курса */
.duration {
    background: #f04e23;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}

/**/
.magnerot-container {
    margin-top: 60px;
}

.products_bg {
    background-color: #fdf2e3;
    padding: 10px 0 0 0;
}

.products {
    background-color: #fdf2e3;
    display: flex;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
}

.products_bg h1 {
    margin-top: 20px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.product {
    width: 45%;
}

.product img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.product-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.product p {
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.where-to-buy {
    text-align: center;
    margin: 60px 0 0 0;
}

.where-to-buy h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.stores {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
}

/* Стили для выпадающего меню магазинов */
.store-item {
    position: relative;
    display: inline-block;
}

.store-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 10px 0;
    min-width: 200px;
    max-width: calc(100vw - 24px);
    z-index: 1000;
    margin-top: 10px;
    display: none; /* не участвует в расчёте ширины */
}

.store-item:hover .store-dropdown {
    display: block;
}

.store-link {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.store-link:hover {
    background-color: #f5f5f5;
    color: #00c9e3;
}

.store-link:first-child {
    border-bottom: 1px solid #eee;
}

/* Стрелочка для выпадающего меню */
.store-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
}

.store-dropdown::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    z-index: -1;
}

.store-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.footer-info {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.footer-info p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/* removed: .social-links (не используется) */

.contact-info {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-info p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.download-doc {
    display: flex;
    justify-content: center;
    margin: 24px 0 40px;
}

.download-icon {
    width: 50px;
    height: 50px;
    
}

.download-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: #fdf2e3;
    color: #4e4e4e;
    text-decoration: none;
    border-radius: 28px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.download-button:hover {
    background-color: #ff9900;
}

.download-button:active {
    transform: translateY(1px);
}

/* Адаптивность */
@media (max-width: 992px) {
    .usage_container {
        padding: 15px;
    }

    .usage h2 {
        font-size: 1.75rem;
    }

    .usage-table {
        gap: 10px;
    }

    .header {
        font-size: 0.9rem;
        height: 50px; 
    }

    .week,
    .therapy {
        font-size: 0.85rem;
        height: 50px; 
    }

    .pills_icon {
        width: 25px; 
        height: 25px;
    }

    .day_icon {
        width: 20px;
        height: 20px;
    }

    .pills {
        height: 50px; 
        padding: 3px 0;
    }

    .pills span {
        font-size: 0.7rem;
        margin-top: 3px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        flex-direction: column;
        width: 100%;
        max-height: 0;
        overflow: hidden;
    }

    .nav-links.active {
        max-height: 500px; 
    }

    .burger {
        display: flex;
    }

    

    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .cards-container .card {
        min-width: 0;
        width: 100%;
    }

    .cards-container .card,
    .card_b {
        flex: 1 1 100%;
    }

    .cards {
        flex-direction: column;
        align-items: center;
    }

    .reason-item {
        margin: 0 auto;
    }

    .product {
        width: 100%;
        padding: 0 10px;
    }
    .usage-table {
        gap: 5px;
    }
    .usage_container {
        padding: 10px;
    }

    .usage h2 {
        font-size: 1.5rem;
    }

    .header {
        font-size: 0.8rem;
        padding: 20px 0;
        align-items: center;
    }

    .day_icon {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .pills_icon {
        width: 20px;
        height: 20px;
    }

    .week,
    .therapy,
    .pills span {
        font-size: 0.75rem;
    }

    .pills {
        height: 45px; 
        padding: 2px 0;
    }

    .pills span {
        margin-top: 2px;
    }
    .stores {
        flex-wrap: wrap;
    }

    /* Адаптивные стили для выпадающего меню */
    .store-dropdown {
        min-width: 180px;
        font-size: 13px;
    }

    .store-link {
        padding: 6px 12px;
        font-size: 13px;
    }

    /* Адаптивные стили для contact-info */
    .contact-info {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .contact-info p {
        font-size: 13px;
        line-height: 1.4;
        margin: 0;
    }

    .footer-info p {
        font-size: 13px;
        line-height: 1.4;
        padding: 0 15px;
    }
}

@media (max-width: 375px) {
    .navbar {
        padding: 10px 15px;
    }

    .nav-links {
        gap: 10px;
    }

    .nav-links a {
        font-size: 12px;
    }

    .content {
        padding: 15px;
    }

    h1 {
        font-size: 20px;
    }

    .product-info {
        padding: 15px;
    }

    .symptoms h3,
    .benefits h3 {
        font-size: 14px;
    }

    .cards-container {
        gap: 10px;
        margin-top: 20px;
    }

    .cards-container .card {
        flex: 1 1 100%;
    }

    .card-image {
        height: 100px;
    }

    .card-text p {
        font-size: 13px;
    }

    .product {
        padding: 0 10px;
    }

    .usage-table {
        gap: 5px;
    }
    .products {
        flex-wrap: wrap;
    }

    .usage h2 {
        font-size: 1.25rem;
    }

    .week,
    .therapy {
        padding: 8px 0;
        height: 45px; 
    }

    .pills {
        padding: 2px 0;
        height: 40px; 
    }

    .pills_icon {
        width: 18px;
        height: 18px;
    }

    .duration {
        font-size: 0.9rem;
        padding: 10px;
    }

    .download-button {
        font-size: 14px;
        padding: 10px 16px;
    }

    .download-icon {
        width: 16px;
        height: 16px;
    }

    /* Адаптивные стили для contact-info на маленьких экранах */
    .contact-info {
        padding: 0 10px;
        gap: 10px;
    }

    .contact-info p {
        font-size: 12px;
        line-height: 1.3;
    }

    .footer-info p {
        font-size: 12px;
        line-height: 1.3;
        padding: 0 10px;
    }
}

@media (max-width: 320px) {
    .nav-links {
        flex-direction: column;
        width: 100%;
        gap: 5px;
    }
    .products {
        flex-wrap: wrap;
    }

    /* Адаптивные стили для contact-info на очень маленьких экранах */
    .contact-info {
        padding: 0 8px;
        gap: 8px;
    }

    .contact-info p {
        font-size: 11px;
        line-height: 1.2;
    }

    .footer-info p {
        font-size: 11px;
        line-height: 1.2;
        padding: 0 8px;
    }
}

.centered-text {
    text-align: center;
}

.page-note {
    text-align: center;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000; /* Убедитесь, что баннер находится поверх других элементов */
}

.cookie-banner-container {
    display: flex; /* Активируем Flexbox */
    align-items: center; /* Центрируем элементы по вертикали */
    max-width: 1200px; /* Ограничиваем ширину контейнера для лучшего вида */
    margin: 0 auto; /* Центрируем контейнер по горизонтали */
    height: 120px; /* Задаём высоту баннера */
    padding: 0 20px;
    box-sizing: border-box;
}

.cookie-banner-text {
    flex-basis: 80%; /* Занимает 80% ширины */
    text-align: left;
    padding-right: 20px;
}

.cookie-banner-buttons {
    flex-basis: 20%; /* Занимает 20% ширины */
    display: flex; /* Активируем Flexbox для кнопок */
    flex-direction: column; /* Располагаем кнопки друг под другом */
    gap: 10px; /* Отступ между кнопками */
}

.cookie-accept-btn{
    background-color: #ffcc00;
    color: black;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}


.cookie-accept-btn:hover {
    background-color: #f5821f;
}


.close-button {
    position: absolute;
    top: 10px;       /* Расстояние сверху */
    right: 15px;     /* Расстояние справа */
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}

@media (max-width: 640px) {
    .cookie-banner-text {
        font-size: 10px;
}

}

@media (max-width: 480px) {
.cookie-banner-container {
    height: 120px; /* Задаём высоту баннера */
}

}

@media (max-width: 480px) {
 .cookie-banner-container {
    flex-direction: column;
    margin-top: 10px;
 }

 .cookie-banner-buttons {

    display: flex; /* Активируем Flexbox для кнопок */
    flex-direction: column; /* Располагаем кнопки друг под другом */
    gap: 10px; /* Отступ между кнопками */
    width: 260px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
 
 .cookie-accept-btn,
.cookie-decline-btn {
 width: 80%;

}
.cookie-banner-text {
    flex-basis: 80%; /* Занимает 80% ширины */
    text-align: center;
    padding-right: 0;
}

}

/* Новые стили для смещения продукта влево и добавления женщины */

/* .hero-main-content {
    position: relative;
    z-index: 2; 
    text-align: center;
    margin-left: -15%; 
} */

/* Стили для нового изображения женщины */
/*
 * НОВЫЕ СТИЛИ ДЛЯ HERO БЛОКА
 */

/* 1. Обертка (контейнер), которую вы просили */
.hero-wrapper {
    position: relative; /* Контейнер для absolute-элементов */
    width: 100%;
    
    /* Ограничиваем ширину, как у других контейнеров (напр. .info-container) */
    max-width: 1140px; 
    
    margin: 0 auto; /* Центрируем */
    
    /* Задаем высоту, чтобы изображениям было куда поместиться */
    min-height: 500px; 
}

/* 2. Изображение женщины */
.hero-woman-image {
    position: absolute;
    bottom: 0;
    left: 80px; /* Слева от .hero-wrapper */
    width: 45%;
    height: auto;
    max-width: 320px;
    z-index: 1; /* Под текстом */
}

/* 3. Текстовый блок */
.hero-text {
    position: absolute; /* Позиционируем поверх */
    bottom: 50px; /* Отступ от низа .hero-wrapper */
    left: 50%; /* Центрируем */
    transform: translateX(-50%);
    z-index: 2; /* Поверх изображений */
    
    width: 100%;
    max-width: 1000px; /* Ограничиваем ширину текста */
    padding: 0 20px; 
    box-sizing: border-box;
    text-align: center; /* Центрируем h1 внутри */
}


/*
 * АДАПТИВНОСТЬ ДЛЯ НОВОГО HERO
 */
@media (max-width: 768px) {
    .content {
        min-height: 500px;
    }
    
    .hero-wrapper {
        min-height: 400px;
    }

    .hero-woman-image {
        width: 50%;
        max-width: 250px;
    }

    .product-image {
        width: 50%;
        max-width: 350px;
        right: 30px;
    }

    .hero-text {
        bottom: 30px;
    }

    h1 {
        font-size: 40px; 
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
    .content {
        min-height: 400px;
    }
    
    .hero-wrapper {
        min-height: 350px;
    }

    .hero-woman-image {
        width: 50%;
        max-width: 180px;
        left: 20px;
    }

    .product-image {
        width: 50%;
        max-width: 160px;
    }
    
    .hero-text {
        bottom: 20px;
        max-width: 100%;
    }

    h1 {
        font-size: 24px;
    }

    
    /* Cтили для h1 на 375px у вас уже есть, они применятся */
}