@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-VariableFont_wght.ttf) format('truetype');
}
@font-face {
    font-family: 'Alice';
    src: url(../fonts/Alice-Regular.ttf) format('truetype');
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    background-color: #ffffff;
    color: #5D4037;
    
}
a {
  font-size: 20px !important;
}
h1,h2,h3 {
  font-family: 'Alice';
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Шапка */
.header-top {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e0dbd1;
    overflow-x: hidden;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    box-sizing: border-box;
}

.top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
    min-width: 0;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #5D4037;
    white-space: nowrap;
    flex-shrink: 0;
}

.logo img {
    height: 45px;
    width: auto;
}

.top-menu {
    min-width: 0;
}

.top-menu ul {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.top-menu li {
    white-space: nowrap;
}

.top-menu a {
    text-decoration: none;
    color: #5D4037;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.top-menu a:hover {
    color: #a2b13c;
}

.phone {
    font-weight: bold;
    color: #a2b13c;
    font-size: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}



/* --- ИСПРАВЛЕННЫЙ ДЕСКТОП --- */

.header-bottom {
    padding: 15px 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    width: 100%; /* Гарантируем, что сам хедер не шире экрана */
    overflow: hidden; /* Страховка от вылетов */
}

.header-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box; /* Чтобы паддинги не увеличивали ширину */
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;         /* Занимает всё свободное место */
    min-width: 0;    /* КРИТИЧНО: позволяет флексу сжиматься, убирает скролл */
}

/* Кнопка каталога */
.catalog-btn {
    background: #a2b13c;
    color: #fff !important;
    height: 44px;    /* Фиксируем высоту для идеального совпадения с поиском */
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    flex-shrink: 0;  /* Не дает кнопке сжиматься до нечитаемости */
    box-sizing: border-box;
}

/* Поиск */
.search-box {
    display: flex;
    flex: 1;         /* Растягивается максимально */
    min-width: 0;    /* КРИТИЧНО для инпута */
    max-width: 600px;
}

.search-box input {
    width: 100%;
    height: 44px;    /* Высота как у кнопки каталога */
    padding: 0 15px;
    border: 2px solid #a2b13c;
    border-radius: 15px 0 0 15px;
    outline: none;
    box-sizing: border-box;
}

.search-box button {
    height: 44px;
    padding: 0 20px;
    background: #a2b13c;
    color: white;
    border: none;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}

/* Избранное и корзина */
.user-tools {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-shrink: 0;  /* Не дает им уезжать за экран */
}

.tool-item {
    text-decoration: none;
    color: #a2b13c;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap; /* Чтобы текст не переносился */
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
#favorites-count,
#cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff2f47;
    color: white;
    font-size: 12px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 20px;
    margin-left: 4px;
    position: relative;
    top: -2px;

}



/* ===== Хлебные крошки с иконкой ===== */
/* ===== Хлебные крошки с иконкой ===== */
.breadcrumbs-alt {
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumbs-alt a {
    color: #b8a994;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.breadcrumbs-alt a:hover {
    color: #a2b13c;
}

.breadcrumbs-alt .home-icon {
    font-size: 16px;
}

.breadcrumbs-alt .separator {
    color: #d4cdc1;
    font-size: 12px;
}

/* Категория */
.breadcrumbs-alt .category-name {
    color: #b8a994;
    font-size: 20px;
}

/* Текущая страница - ЗЕЛЕНАЯ */
.breadcrumbs-alt .current-page {
    color: #a2b13c;
    font-weight: 600;
    font-size: 20px;
}



/* Баннер и Преимущества */
.main-banner {
    height: 450px;
    background-image: url('../images/banner.jpg'); /* Обязательно проверь путь к файлу */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(93, 64, 55, 0.1); /* Легкая тень для объема */
}



/* Современный блок преимуществ */
.features {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 60px 0;
    position: relative;
}

.feature-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 30px;
    background: linear-gradient(135deg, #ffffff 0%, #fef9f0 100%);
    border-radius: 30px;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Градиентная рамка при наведении */
.feature-item::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #a2b13c, #ffd966, #a2b13c);
    border-radius: 32px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.feature-item:hover::before {
    opacity: 1;
}

/* Внутренний фон для контента */
.feature-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ffffff 0%, #fef9f0 100%);
    border-radius: 28px;
    z-index: -1;
    transition: all 0.5s ease;
}

.feature-item:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 50px -20px rgba(162, 177, 60, 0.4);
}

/* Иконка с 3D эффектом */
.feature-icon {
    font-size: 56px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #a2b13c 0%, #b8c84d 100%);
    border-radius: 25px;
    color: white;
    margin-bottom: 25px;
    box-shadow: 0 15px 30px -8px rgba(162, 177, 60, 0.4);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.3), rgba(255,255,255,0));
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Иконка при наведении: убрали поворот, оставили подъем и масштаб */
.feature-item:hover .feature-icon {
    transform: translateY(-12px) scale(1.15); /* Увеличили масштаб и чуть выше подняли */
    box-shadow: 0 25px 45px -10px rgba(162, 177, 60, 0.6); /* Сделали тень глубже для эффекта высоты */
}


.feature-item:hover .feature-icon::before {
    opacity: 1;
}

/* Заголовок */
.feature-text h3 {
    margin: 0 0 15px 0;
    color: #2d2b26;
    font-size: 28px;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.feature-text h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #a2b13c, #ffd966);
    border-radius: 3px;
    transition: width 0.4s ease;
}

.feature-item:hover .feature-text h3::after {
    width: 70%;
}

.feature-item:hover .feature-text h3 {
    color: #a2b13c;
    transform: translateY(-2px);
}

/* Описание */
.feature-text p {
    color: #6b5e55;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
    font-weight: 500;
}

.feature-item:hover .feature-text p {
    color: #8a9633;
    transform: translateY(2px);
}

/* Анимация пульсации при наведении */
@keyframes pulse {
    0% {
        box-shadow: 0 15px 30px -8px rgba(162, 177, 60, 0.4);
    }
    100% {
        box-shadow: 0 15px 40px -5px rgba(162, 177, 60, 0.6);
    }
}

.feature-item:hover .feature-icon {
    animation: pulse 1s ease infinite;
}


.content-area {
    padding: 40px 0;
}

/* Общие заголовки */
.section-title {
    font-size: 32px;
    color: #5D4037;
    margin: 40px 0 20px;
    text-align: left;
}

/* Сетка категорий */
.cats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.cat-card {
    text-decoration: none;
    text-align: center;
    color: #5D4037;
    font-weight: bold;
    transition: transform 0.3s;
}
.cat-card:hover { transform: translateY(-5px); }
.cat-img {
    height: 200px;
    background: #e0dbd1;
    border-radius: 20px;
    margin-bottom: 10px;
    /* background-size: cover; */
    background-size: contain;
    background-position: center;
}

/* ===== Секция товаров ===== */
.products-section {
    margin: 60px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #2d2b26;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #a2b13c, #ffd966);
    border-radius: 3px;
}

/* ===== Сетка товаров ===== */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* ===== Карточка товара ===== */
.product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(162, 177, 60, 0.15);
}

/* Бейджи */
.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

.badge-new,
.badge-popular {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
}

.badge-new {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.badge-popular {
    background: linear-gradient(135deg, #FF9800, #fb8c00);
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3);
}

/* Изображение */
.product-img {
    height: 220px;
    background-color: #f4f1ea;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img {
    transform: scale(1.05);
}

/* Информация */
.product-info {
    padding: 18px;
}

.product-info h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
}

.product-info h4 a {
    color: #5D4037;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-info h4 a:hover {
    color: #a2b13c;
}

/* Описание */
.product-description {
    font-size: 13px;
    color: #8b7a6b;
    line-height: 1.5;
    margin-bottom: 12px;
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Цена */
.price {
    color: #a2b13c;
    font-weight: bold;
    font-size: 22px;
    margin: 12px 0;
}

.price span {
    color: #b8a994;
    font-size: 13px;
    font-weight: normal;
}

/* Кнопки */
.product-btns {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.btn-buy {
    flex: 2;
    text-align: center;
    background: linear-gradient(135deg, #a2b13c 0%, #b8c84d 100%);
    color: #fff;
    border: none;
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(162, 177, 60, 0.4);
    background: linear-gradient(135deg, #b8c84d 0%, #a2b13c 100%);
}

.btn-buy:active {
    transform: translateY(0);
}

.btn-favorite {
    flex: 1;
    text-align: center;
    background: #f8f5ef;
    border: 1px solid #e8e2d8;
    color: #b8a994;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-favorite:hover {
    background: #ff2f47;
    border-color: #ff2f47;
    color: white;
    transform: scale(1.05);
}

/* Активное состояние избранного */
.btn-favorite.active,
.btn-favorite.in-favorites {
    background: #ff2f47;
    border-color: #ff2f47;
    color: white;
}
.btn-favorite.in-favorites {
    font-size: 13px !important;
    text-transform: none !important;
    white-space: nowrap;
    padding: 10px 12px;
}

/* Кнопка корзины когда товар в корзине */
.btn-buy.in-cart {
    background: linear-gradient(135deg, #4CAF50, #45a049);
}







/* FAQ */
.faq-section {
    margin-top: 60px;
}


details {
    background: #fff;
    border: 1px solid #e0dbd1;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

summary {
    font-weight: bold;
    color: #5D4037;
    outline: none;
}

details p {
    margin-top: 10px;
    color: #666;
    line-height: 1.5;
}

/* Футер */
.footer {
    background: #5D4037;
    color: #fffcf7;
    padding: 60px 0 30px;
    margin-top: 60px;
}

.footer-flex {
    display: flex; /* Оставляем только flex для гибкости */
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.footer-info {
    flex: 1.5;
}

.footer-info p {
    margin: 20px 0;
    opacity: 0.8;
    line-height: 1.5;
}

.footer-nav-line {
    flex: 1;
    display: flex;
    flex-direction: column; /* Ссылки лучше в столбик, как в классических футерах */
    gap: 15px;
}

.footer-nav-line a {
    color: #fffcf7;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-nav-line a:hover {
    color: #a2b13c;
}

.footer-contacts {
    flex: 1;
    text-align: right;
}

.footer-phone {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-contact {
    display: inline-block;
    background: #a2b13c;
    color: #fff;
    padding: 12px 25px;
    border-radius: 20px;
    text-decoration: none;
    margin-top: 15px;
    white-space: nowrap; /* Запрещаем перенос текста в кнопке */
    transition: 0.3s;
}

.btn-contact:hover {
    background: #8e9b34;
}

.policy-link {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    opacity: 0.5;
    color: #fffcf7;
}

/* ----------------Кнопка в каталоге------------------- */

.btn-secondary-with-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: #a2b13c;
    border: 2px solid #a2b13c;
    padding: 12px 32px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary-with-icon svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.btn-secondary-with-icon:hover {
    background: #a2b13c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(162, 177, 60, 0.3);
}

.btn-secondary-with-icon:hover svg {
    transform: translateX(5px);
}

.btn-secondary-with-icon:active {
    transform: translateY(0);
}




/* ____________________________КАТАЛОГ_____________________________ */


/* ____________________________КОРЗИНА_____________________________ */	




/* ---------------ПРИЛИПАНИЕ ФУТЕРА КНИЗУ----------------- */

/* Делаем body флекс-контейнером на всю высоту экрана */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Высота во весь экран */
    margin: 0;
}

/* Растягиваем основной контент, чтобы он вытолкнул футер вниз */
main {
    flex: 1 0 auto;
}

/* Чтобы футер не сжимался */
footer {
    flex-shrink: 0;
}


/* --- ПОЛНАЯ АДАПТИВНАЯ ВЕРСТКА (ШАПКА, КОНТЕНТ, ФУТЕР) --- */

/* --- ПОЛНАЯ АДАПТИВНАЯ ВЕРСТКА --- */
/* --- ПОЛНАЯ АДАПТИВНАЯ ВЕРСТКА (ОБНОВЛЕННАЯ) --- */

/* Стили бургера */
.burger-menu {
    display: none; 
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}

.burger-menu span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #5D4037;
    transition: 0.3s;
}

/* Скрываем мобильные элементы на десктопе */
.mobile-only { display: none; }

/* 2. Адаптив для планшетов */
@media (max-width: 1024px) {
    .top-menu ul { gap: 15px; } 
    .top-menu a { font-size: 16px; }
    
    .products-grid {
      gap: 20px;
    }
    
    .product-img {
      height: 200px;
    }

    .features {
      gap: 20px;
    }
    
    .feature-item {
      padding: 30px 20px;
    }
    
    .feature-icon {
      width: 80px;
      height: 80px;
      font-size: 48px;
    }
    
    .feature-text h3 {
      font-size: 24px;
    }
    
    .feature-text p {
      font-size: 14px;
    }

}

@media (max-width: 992px) {
    .cats-grid, .products-grid { grid-template-columns: repeat(2, 1fr); }
    .features { flex-wrap: wrap; }
    .feature-item { flex: 1 1 45%; }
	.header-top {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.header-bottom .container {
	  width: 100%;
	}
    /* Показываем бургер */
    .burger-menu { display: flex; }

    /* Показываем телефон в меню, скрываем в шапке */
    .mobile-only { display: block; }
    .phone.desktop-only { display: none; }

    /* Выпадающее меню */
    .top-menu {
        display: none; 
        position: fixed;
        top: 70px;
        left: 0;
        width: 100vw;
        background: #fff;
        padding: 30px 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        z-index: 1000;
        box-sizing: border-box;
        overflow-x: auto;
    }

    .top-menu.active { display: block; }

    .top-menu ul {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    /* Стилизация телефона внутри меню */
    .top-menu .phone-link {
        font-weight: bold;
        color: #7a942e; /* Цвет бренда */
        font-size: 20px;
        border-top: 1px solid #eee;
        padding-top: 15px;
        margin-top: 10px;
        display: block;
    }

    /* Анимация бургера */
    .burger-menu.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .burger-menu.active span:nth-child(2) { opacity: 0; }
    .burger-menu.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    /* Шапка */
    .top-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Кнопка каталога и Поиск — ОДНА ШИРИНА */
    .header-bottom .container {
        flex-direction: column; /* На мобилках - в столбик */
        gap: 10px;
    }
    .header-actions {
        flex-direction: column;
        width: 100%;
    }
    .search-box, .catalog-btn {
        width: 100% !important;
    }

    .search-box input {
        flex-grow: 1; /* Инпут забирает все место до кнопки */
        padding: 10px;
    }

    .user-tools { 
        display: flex;
        justify-content: space-around; 
        margin-top: 20px; 
    }
    .main-banner {
        background-image: url('../images/banner-mobile.jpg'); /* Обязательно проверь путь к файлу */
        height: 600px;
        border-radius: 20px;
    }
        .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-title {
        font-size: 32px;
    }

    /* Футер */
    .footer-flex { flex-direction: column; align-items: center; text-align: center; }
    .footer-nav-line { justify-content: center; margin: 20px 0; }
   }

@media (max-width: 768px) {
    .breadcrumbs,
    .breadcrumbs-alt {
        padding: 15px 0;
        font-size: 12px;
    }
    
    .breadcrumbs .separator,
    .breadcrumbs-alt .separator {
        margin: 0 4px;
    }
    .features {
        flex-direction: column;
        gap: 25px;
    }
    
    .feature-item {
        flex-direction: row;
        text-align: left;
        padding: 25px;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 40px;
        margin-bottom: 0;
        margin-right: 20px;
        flex-shrink: 0;
    }
    
    .feature-text h3::after {
        left: 0;
        transform: translateX(0);
    }
    
    .feature-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .cats-grid, .products-grid { grid-template-columns: 1fr; }
    .section-title { font-size: 24px; text-align: center; }
    .logo img { height: 45px !important; width: auto !important; }

    .feature-item {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .feature-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .feature-text h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 576px) {
    .products-section {
        margin: 40px 0;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-img {
        height: 200px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .price {
        font-size: 20px;
    }
}





