

/* Start:/bitrix/templates/FRESH/components/bitrix/news.list/home_main_slider/style.css?17798233994524*/
.banner-home-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-home-slider__swiper {
    width: 100%;
    height: 610px;
}

.banner-home-slider .swiper-slide {
    height: auto;
}

.banner-home-slide {
    position: relative;
    width: 100%;
    height: 610px;
    overflow: hidden;
    color: var(--white);
}

.banner-home-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.48) 0%,
        rgba(0, 0, 0, 0.28) 28%,
        rgba(0, 0, 0, 0.1) 52%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.banner-home-slide__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.banner-home-slide__bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banner-home_content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.banner-home_content span {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--white-opacity);
    letter-spacing: 2px;
}

.banner-home_content h1 {
    font-family: var(--cormorant);
    font-size: 70px;
    line-height: 0.95;
    font-weight: 300;
    margin: 0;
}

.banner-home_content p {
    max-width: 760px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--white-opacity);
    margin: 0;
}

.banner-home_buttons {
    display: flex;
    align-items: center;
    gap: var(--gap-s);
    margin-top: 10px;
}

.banner-home_buttons a.ghost-link {
    text-transform: uppercase;
    color: var(--white-opacity);
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--white-opacity);
    letter-spacing: 1px;
}

.banner-home_buttons a.ghost-link:hover {
    color: var(--white);
    border-color: var(--white);
}

.banner-home-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 0;
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.banner-home-slider__arrow:hover {
    background: var(--white);
    color: var(--black);
}

.banner-home-slider__arrow--prev {
    left: 32px;
}

.banner-home-slider__arrow--next {
    right: 32px;
}

.banner-home-slider__pagination {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 5;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.banner-home-slider__pagination .swiper-pagination-bullet {
    width: 34px;
    height: 2px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.banner-home-slider__pagination .swiper-pagination-bullet-active {
    background: var(--white);
}

@media (max-width: 991px) {
    .banner-home-slider__swiper,
    .banner-home-slide {
        height: 560px;
    }

    .banner-home_content h1 {
        font-size: 56px;
    }

    .banner-home_content p {
        max-width: 620px;
    }

    .banner-home-slider__arrow {
        width: 42px;
        height: 42px;
    }

    .banner-home-slider__arrow--prev {
        left: 18px;
    }

    .banner-home-slider__arrow--next {
        right: 18px;
    }
}

@media (max-width: 767px) {
    .banner-home-slider__swiper,
    .banner-home-slide {
        height: 520px;
    }

    .banner-home-slide::before {
        background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.62) 0%,
            rgba(0, 0, 0, 0.38) 62%,
            rgba(0, 0, 0, 0.18) 100%
        );
    }

    .banner-home_content {
        justify-content: flex-end;
        padding-bottom: 76px;
        gap: 14px;
    }

    .banner-home_content h1 {
        font-size: 42px;
        line-height: 1;
    }

    .banner-home_content p {
        font-size: 13px;
        line-height: 1.55;
    }

    .banner-home_buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .banner-home-slider__arrow {
        display: none;
    }

    .banner-home-slider__pagination {
        bottom: 24px;
    }
}
/* End */


/* Start:/bitrix/templates/FRESH/components/bitrix/catalog.section/home_new_slider/style.css?17798220856554*/
.catalog-section {
	width: 100%;
}

.catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px 24px;
	align-items: start;
}

.catalog-grid__item {
	min-width: 0;
}

.catalog-grid__item > * {
	height: 100%;
}

.catalog-grid[data-entity="items-row"] + .catalog-grid[data-entity="items-row"] {
	margin-top: 32px;
}

.catalog-content,
.catalog-section {
	display: flex;
	flex-direction: column;
}

.catalog-load-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: fit-content;
	min-width: 240px;
	height: 46px;
	padding: 0 42px;
	margin: 40px auto 28px;
	border: 1px solid var(--text-secondary-light);
	background: var(--white);
	cursor: pointer;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-secondary);
	transition: all 0.2s ease;
	clear: both;
}

.catalog-load-more-btn:hover {
	border-color: var(--black);
	color: var(--black);
}

.catalog-load-more-btn:hover {
	border-color: var(--black);
	color: var(--black);
}

.catalog-pagination-outer {
	width: 100%;
	clear: both;
}

.catalog-pagination-block {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

.catalog-pagination-meta {
	margin: 0 auto 30px;
}

.catalog-pagination-meta__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 14px;
	font-size: 11px;
	letter-spacing: 0.8px;
	color: var(--text-secondary-light);
}

.catalog-pagination-progress {
	height: 1px;
	background: #ebebeb;
	position: relative;
	overflow: hidden;
}

.catalog-pagination-progress span {
	display: block;
	height: 100%;
	background: var(--text-secondary);
}

.catalog-pages,
.bx-pagination {
	display: flex;
	justify-content: center;
}

.catalog-loadmore-outer {
	width: 100%;
	display: flex;
	justify-content: center;
	clear: both;
	margin: 40px 0 28px;
}

.catalog-load-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 46px;
	padding: 0 42px;
	border: 1px solid var(--text-secondary-light);
	background: var(--white);
	cursor: pointer;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-secondary);
	transition: all 0.2s ease;
}

.catalog-load-more-btn:hover {
	border-color: var(--black);
	color: var(--black);
}

.catalog-grid .catalog-loadmore-outer {
	grid-column: 1 / -1;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 40px 0 28px;
}

.catalog-grid [data-use^="show-more-"] {
	justify-self: center;
}

.catalog-grid .catalog-pagination-outer,
.catalog-grid [data-pagination-num] {
	grid-column: 1 / -1;
	width: 100%;
}

.catalog-section .catalog-load-more-btn,
.catalog-grid .catalog-load-more-btn {
	grid-column: 1 / -1;
	justify-self: center;
}


.home-products {
    position: relative;
}

.home-products__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.home-products__title {
    margin: 8px 0 0;
}

.home-products__slider-wrap {
    position: relative;
}

.home-products__arrow {
    position: absolute;
    top: 38%;
    z-index: 5;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: .72;
    transform: translateY(-50%);
    transition: opacity .25s ease, color .25s ease, transform .25s ease;
}

.home-products__arrow svg {
    width: 30px;
    height: 30px;
    display: block;
}

.home-products__arrow--prev {
    left: -72px;
}

.home-products__arrow--next {
    right: -72px;
}

.home-products__arrow:hover {
    color: var(--accent);
    opacity: 1;
}

.home-products__arrow--prev:hover {
    transform: translateY(-50%) translateX(-3px);
}

.home-products__arrow--next:hover {
    transform: translateY(-50%) translateX(3px);
}

.home-products__arrow.swiper-button-disabled,
.home-products__arrow[disabled] {
    opacity: .18;
    pointer-events: none;
}

.js-home-products-slider {
    overflow: hidden;
}

.js-home-products-slider .swiper-slide {
    height: auto;
}

.js-home-products-slider .swiper-slide > * {
    height: 100%;
}

.home-products--slider .js-home-products-slider {
    overflow: hidden;
}

.home-products--slider .js-home-products-slider,
.home-products--slider .swiper-wrapper,
.home-products--slider .swiper-slide {
    min-width: 0;
}

.home-products--slider .swiper-slide {
    width: 85% !important;
    height: auto;
}

.home-products--slider .swiper-slide > * {
    width: 100%;
    max-width: none;
    height: 100%;
}

/* 340–579px: 2 слайда */
@media (min-width: 340px) and (max-width: 579px) {
    .home-products--slider .swiper-slide {
        width: calc((100% - 12px) / 2) !important;
    }
}

/* 580–767px: 3 слайда */
@media (min-width: 580px) and (max-width: 767px) {
    .home-products--slider .swiper-slide {
        width: calc((100% - 32px) / 3) !important;
    }
}

/* 768–1023px: 4 слайда */
@media (min-width: 768px) and (max-width: 1023px) {
    .home-products--slider .swiper-slide {
        width: calc((100% - 60px) / 4) !important;
    }
}

/* 1024–1279px: 4 слайда */
@media (min-width: 1024px) and (max-width: 1279px) {
    .home-products--slider .swiper-slide {
        width: calc((100% - 72px) / 4) !important;
    }
}

/* от 1280px: 5 слайдов */
@media (min-width: 1280px) {
    .home-products--slider .swiper-slide {
        width: calc((100% - 96px) / 5) !important;
    }
}

@media (max-width: 1439px) {
    .home-products__arrow--prev {
        left: -42px;
    }

    .home-products__arrow--next {
        right: -42px;
    }
}

@media (max-width: 1279px) {
    .home-products__arrow {
        width: 42px;
        height: 42px;
        background: rgba(255, 255, 255, 0.879);

    }

    .home-products__arrow--prev {
        left: -30px;
    }

    .home-products__arrow--next {
        right: -30px;
    }
}


@media (max-width: 1200px) {
	.catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.catalog-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	    .home-products__arrow {
        top: 36%;
        width: 34px;
        height: 34px;
        background: rgba(255, 255, 255, .88);
    }

    .home-products__arrow svg {
        width: 22px;
        height: 22px;
    }

    .home-products__arrow--prev {
        left: -6px;
    }

    .home-products__arrow--next {
        right: -6px;
    }
}

/* End */


/* Start:/bitrix/templates/FRESH/components/bitrix/catalog.item/main_item/style.css?17798228115855*/
.product-card {
    width: 100%;
    background: var(--white);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card__media {
    position: relative;
    overflow: hidden;
}

.product-card__image-link {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.product-card__image,
.product-item-image-original,
.product-item-image-alternative {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: contain;
}

.product-item-image-original,
.product-item-image-alternative {
    background: none !important;
}

.product-card__image--secondary,
.product-item-image-alternative {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
    pointer-events: none;
}

.product-card:hover .product-card__image--secondary,
.product-card:hover .product-item-image-alternative {
    opacity: 1;
}

.product-card__badges {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    pointer-events: none;
}

.product-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 10px;
}

.product-card__badge--new {
    background: var(--accent);
}

.product-card__badge--best {
    background: var(--black);
}

.product-card__actions {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-card:hover .product-card__actions {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.product-card__icon-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: var(--milk);
    color: var(--black);
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, transform 0.2s ease;
}

.product-card__icon-btn:hover {
    background: var(--white);
}

.product-card__icon-btn svg .heart-fill {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.product-card__icon-btn svg .heart-outline {
  opacity: 1;
}

/* активное состояние */
.product-card__icon-btn.is-active svg{
  color: #111;
}

.product-card__icon-btn.is-active  svg .heart-fill {
  opacity: 1;
}

.product-card__basket {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    pointer-events: none;
}

.product-card__basket-actions,
.product-item-button-container,
.product-card__basket #bx_ {
    width: 100%;
}

.product-card__quick-add {
    position: relative;
    width: 100%;
    height: 42px;
    background: var(--milk);
    border-top: var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    opacity: 0;
    transform: translateY(100%);
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    pointer-events: auto;
}

.product-card__quick-add:hover {
    background: var(--black);
    color: var(--white);
}

.product-card:hover .product-card__quick-add {
    opacity: 1;
    transform: translateY(0);
}

.product-card__quick-add svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke-width: 1.7;
    flex: 0 0 auto;
}

.product-card__not-available {
    position: relative;
    width: 100%;
    height: 42px;
    background: var(--milk);
    border-top: var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
}

.product-card:hover .product-card__not-available {
    opacity: 1;
    transform: translateY(0);
}

.product-card__body {
    padding: 20px 0 0;
    background: var(--white);
}

.product-card__meta {
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-secondary-light);
}

.product-card__title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--black);
    transition: color 0.3s ease;
}

.product-card__title a {
    color: inherit;
    text-decoration: none;
}

.product-card:hover .product-card__title {
    color: var(--accent);
}

.product-card__price-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.product-card__price-old {
    font-size: 14px;
    line-height: 1.2;
    color: var(--text-secondary-light);
    text-decoration: line-through;
}

.product-card__price {
    font-size: 16px;
    line-height: 1.2;
    color: var(--black);
}

.product-item-hidden {
    display: none !important;
}

.product-item-image-slider-slide-container,
.product-item-image-slider-control-container,
.product-item-image-slider-progress-bar-container {
    display: none !important;
}

.product-item-hidden {
    display: none !important;
}

.product-card .btn-main{
    border-radius: 0;
    box-shadow: none;
}

.product-card__quick-add.btn,
.product-card__not-available.btn-main{
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}


@media (max-width: 580px) {
    .product-card__title {
        font-size: 14px;
    }

} 
/* End */


/* Start:/bitrix/templates/FRESH/components/bitrix/catalog.section.list/home_categories/style.css?17790322391485*/
/* CATEGORY HOME */

.category-home {
	padding: 80px 0;
}

.category-home h2 {
	font-family: var(--cormorant);
	font-size: 40px;
	font-weight: 400;
	margin: 0;
}

.category-home .category-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: var(--gap-m);
	margin-top: 48px;
}

.category-home .category-grid .category-item .flex-text p {
	font-size: 16px;
	margin: 0;
	transition: 0.3s;
}

.category-home .category-grid .category-item:hover .flex-text p {
	color: var(--accent);
}

.category-home .category-grid .category-item .flex-text span {
	color: var(--text-secondary-light);
	font-size: 12px;
}

.category-home .category-grid .category-item .flex-text svg {
	color: var(--accent);
	opacity: 0;
}

.category-home .category-grid .category-item:hover svg {
	opacity: 1;
}

.category-home .category-grid .category-item .category-img {
	overflow: hidden;
	margin-bottom: 12px;
}

.category-home .category-grid .category-item .category-img,
.category-home .category-grid .category-item .category-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.category-home .category-grid .category-item .category-img img {
	object-fit: cover;
	transition: 0.3s;
}

.category-home .category-grid .category-item:hover img {
	transform: scale(1.04);
}

@media (max-width: 820px) {
	.category-home .category-grid {
		grid-template-columns: repeat(3, 1fr);
	}
} 

@media (max-width: 580px) {
		.category-home .category-grid {
		grid-template-columns: repeat(2, 1fr);
	}
} 
/* End */
/* /bitrix/templates/FRESH/components/bitrix/news.list/home_main_slider/style.css?17798233994524 */
/* /bitrix/templates/FRESH/components/bitrix/catalog.section/home_new_slider/style.css?17798220856554 */
/* /bitrix/templates/FRESH/components/bitrix/catalog.item/main_item/style.css?17798228115855 */
/* /bitrix/templates/FRESH/components/bitrix/catalog.section.list/home_categories/style.css?17790322391485 */
