/* SF Pro Display - Thin */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* SF Pro Display - Light */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* SF Pro Display - Regular */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* SF Pro Display - Medium */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* SF Pro Display - Semibold */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

/* SF Pro Display - Bold */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* SF Pro Display - Heavy */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* SF Pro Display - Black */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* SF Pro Display - Ultralight */
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    outline: unset;
}

#wpadminbar {
	bottom: 0;
	top: unset;
}

html {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0 !important;
}

body {
	font-family: 'SF Pro Display', 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #1d1d1f;
	background: #fff;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s ease;
}

a:hover {
	opacity: 0.7;
}

ul, ol {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

button {
	font-family: inherit;
	border: none;
	background: none;
	cursor: pointer;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.header {
	position: sticky;
	background: #fff;
	top: 0;
	z-index: 10;
}

.header-top__inner {
   position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0 8px 0;
	border-bottom: 1px solid #e5e5e7;
}

.mobile-menu-overlay,
.mobile-menu-sidebar {
	display: none;
}

.header__nav-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.header__nav-top-list {
	display: flex;
	gap: 24px;
}

.header__nav-top-link {
	font-size: 12px;
	color: #1d1d1f;
	font-weight: 500;
}

.header__socials {
	display: flex;
	gap: 10px;
    z-index: 1;
    align-items: center;
}

.header__social-link {
	font-size: 12px;
	color: #1d1d1f;
	font-weight: 500;
}

/* Нижняя часть header */
.header__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0 20px;
}

.mobile-menu {
	display: none;
}

.header__logo {
	position: relative;
	z-index: 5;
}

.header__logo-link {
    font-weight: 700;
    font-size: 27px;
	color: #1d1d1f;
	letter-spacing: -0.02em;
}

.header__nav {
	flex: 1;
	display: flex;
	justify-content: center;
	margin: 0 40px;
    left: 0;
    right: 0;
}

.header__cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__tel {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

.header__tel svg {
	color: #fff;
}

.header__nav-list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header__nav-link {
	font-size: 18px;
	color: #1d1d1f;
	font-weight: 500;
	white-space: nowrap;
}

.header a,
.header__top a {
	transition: color .3s ease;
}

.header a:hover,
.header__top a:hover {
    color: #d6a569;
}

.header__nav-item--dropdown {
	position: relative;
}

.header__nav-item--dropdown .header__nav-link::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #1d1d1f;
	margin-left: 6px;
	vertical-align: middle;
}

.header__dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 8px;
	background: #fff;
	border: 1px solid #e5e5e7;
	border-radius: 10px;
	min-width: 200px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.header__nav-item--dropdown:hover .header__dropdown-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header__dropdown-item {
	padding: 8px 16px;
}

.header__dropdown-item:hover {
	background: #f5f5f7;
}

.header__dropdown-link {
    font-size: 17px;
	color: #1d1d1f;
	display: block;
}

.header__cart-link {
	display: flex;
	align-items: center;
    font-size: 18px;
    font-weight: 500;
    gap: 8px;
	color: #1d1d1f;
	position: relative;
}

.header__cart-icon {
    width: 20px;
    height: 20px;
	background-image: url("../img/basket.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.header__cart-count {
	position: absolute;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	border-radius: 50%;
	display: none; /* Скрыто по умолчанию, показывается через JS когда есть товары */
	align-items: center;
	justify-content: center;
	padding: 0 4px;
    background: #d6a569;
    font-size: 7px;
    width: 11.5px;
    height: 11.5px;
    min-width: unset;
    right: unset;
    left: 11px;
    top: 15px;
}

.banner {
	padding: 53px 0;
}

.banner__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #f5f5f5;
	min-height: 500px;
	padding-top: 50px;
	border-radius: 10px;
}

.banner__content {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner__title {
	font-size: 35px;
	font-weight: 600;
	color: #060607;
	line-height: 1.1;
	margin: 0;
}

.banner__subtitle {
	font-size: 20px;
	font-weight: 400;
	color: #060607;
	line-height: 1.5;
	margin: 0;
    margin-top: 10px;
}

.banner__button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #000;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
    padding: 8px 23px;
	transition: background 0.3s ease;
	margin-top: 8px;
	margin: 20px 0;
}

.banner__button::after {
	content: '→';
	font-size: 18px;
}

.banner__button:hover {
	background: #1d1d1f;
}

.banner__image {
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: center;
    opacity: 0;
    animation: fadeInOnce 0.8s ease-out forwards;
}

@keyframes fadeInOnce {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner__img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-width: 530px;
}

.products-showcase {
	padding-bottom: 25px;
}

.products-showcase__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.product-card {
    border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.product-card--light {
	background: #fff;
	color: #000;
    border: 1px solid #bdbdbd;
}

.product-card--dark {
	background: #000;
	color: #fff;
}

.product-card__content {
	padding: 60px 48px 40px;
	text-align: center;
}

.product-card__title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.1;
}

.products-showcase__wrapper .product-card__title {
	font-size: 35px;
    font-weight: 600;
    margin-bottom: 9px;
}

.product-card__subtitle {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 400;
}

.products-showcase__wrapper .product-card__subtitle {
	font-size: 20px;
	font-weight: 500;
    line-height: 1.5;
    margin-bottom: 4px;
}

.product-card__subtitle hr {
	margin: 20px 0;
	opacity: .3;
}

.product-card__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
    border-radius: 10px;
    background-color: #000000;
    color: #fff;
	padding: 12px 22px;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.product-card__btn svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.product-card--light .product-card__btn {
	background: #000;
	color: #fff;
}

.product-card--dark .banner__button {
	background: #fff;
	color: #000;
}

.product-card__btn:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

/* Состояние "в корзине" для кнопок добавления */
.add-to-cart-btn {
	position: relative;
	overflow: hidden;
}

.add-to-cart-btn .btn-content {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: opacity 0.3s ease;
}

.add-to-cart-btn .in-cart-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: currentColor;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.add-to-cart-btn.in-cart .btn-content {
	opacity: 0;
}

.add-to-cart-btn.in-cart .in-cart-icon {
	opacity: 1;
}

.add-to-cart-btn.in-cart:hover {
	transform: none;
	opacity: 1;
}

.product-card__installment {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px;
}

.product-card__video {
    position: relative;
	height: 240px;
	overflow: hidden;
	margin-top: auto;
}

.product-card__video video {
	width: 100%;
	height: 100%;
}

.categories-slider {
	padding: 50px 0;
}

.section__header {
	text-align: center;
	margin-bottom: 50px;
}

.section__title {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.2;
	color: #060607;
}

.section__subtitle {
	font-size: 20px;
	color: #060607;
}

.categories-slider__wrapper {
	position: relative;
	padding-bottom: 55px;
}

.category-card {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.category-card:hover {
	opacity: 1;
}

.category-card__image {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.category-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.category-card:hover .category-card__image img {
    transform: scale(1.12);
    transition: transform 0.2s 
ease;
}

.category-card__title {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.categories-slider__wrapper .swiper-button-prev,
.categories-slider__wrapper .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: auto;
	bottom: 0;
	margin-top: 0;
}

.categories-slider__wrapper .swiper-button-prev {
	background: #000;
	left: 51.2%;
	transform: translateX(-60px);
}

.categories-slider__wrapper .swiper-button-next {
	background: #000;
	right: 51.2%;
	transform: translateX(60px);
}

.categories-slider__wrapper .swiper-button-prev::after,
.categories-slider__wrapper .swiper-button-next::after {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}

.product-card__slider-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
} 

.product-card__slider-btn--prev {
    left: 0;
}

.product-card__slider-btn--next {
    transform: rotate(180deg);
    right: 0;
}

.product-card__slider-btn.swiper-button-disabled {
	opacity: .4;
}

.advantages {
	padding: 50px 0;
}

.advantages__wrapper {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
}

.advantage-card {
	display: flex;
    gap: 10px;
}

.advantage-card__icon {
    width: 26px;
    height: 26px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.advantage-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage__text {
	gap: 5px;
}

.advantage-card__title {
    font-size: 20px;
    font-weight: 600;
}

.advantage-card__text {
    font-weight: 400;
    font-size: 16px;
}

.info-blocks {
	padding: 50px 0;
}

.info-blocks__wrapper {
    display: flex;
    gap: 25px;
}

.info-block {
    border-radius: 10px;
    overflow: hidden;
}

.info-block__image {
    height: 200px;
}

.info-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-block__content {
    background-color: #f5f5f5;
    padding: 30px;
    text-align: center;
}

.info-block__title {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 600;
}

.info-block__text {
    font-size: 16px;
    font-weight: 400;
}

.info-block__btn {
    display: inline-block;
    margin-top: 25px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 10px;
    padding: 12px 22px;
}

.info-block--telegram {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.info-block__icon {
    width: 40px;
    height: 40px;
}

.info-block__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
	background: #000;
	color: #fff;
	padding: 60px 0 40px;
}

.footer__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px;
	margin-bottom: 60px;
}

.footer__column {
	display: flex;
	flex-direction: column;
}

.footer__phone {
    font-size: 25px;
    line-height: 1.37;
    margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
}

.footer__phone:hover {
	opacity: 0.7;
}

.footer__work-time {
    font-size: 16px;
    color: #a8a8a8;
	margin-bottom: 32px;
}

.footer__messenger-text {
    font-size: 16px;
    color: #a8a8a8;
	margin-bottom: 12px;
	line-height: 1.5;
}

.footer__messengers {
	display: flex;
	gap: 16px;
	margin-bottom: 32px;
}

.footer__messenger-link {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
}

.footer__messenger-link svg {
    fill: #a8a8a8;
    width: 20px;
    height: 20px;
}

.footer__messenger-link:hover {
	opacity: 0.7;
}

.footer__email-text {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 12px;
	line-height: 1.5;
}

.footer__email {
    display: flex;
    align-items: center;
    gap: 9px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
}

.footer__email svg {
    width: 20px;
    height: 20px;
}

.footer__email svg path {
    fill: #a8a8a8;
    fill-rule: evenodd;
    stroke: #a8a8a8;
    stroke-width: 0;
}

.footer__email:hover {
	opacity: 0.7;
}

.footer__column-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #a8a8a8;
}

.footer__column-title:not(:first-child) {
	margin-top: 40px;
}

.footer__nav {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 6px;
}

.footer__link {
    text-decoration: none;
    transition: color 0.3s;
    font-size: 18px;
    color: #fff;
}

.footer__link:hover {
	color: #fff;
}

.footer__socials {
	display: flex;
	gap: 16px;
    margin-top: 3px;
}

.footer__social-link {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
}

.footer__social-link:hover {
	opacity: 0.7;
}

.footer__social-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.footer__copyright {
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.4);
	max-width: 100%;
}

.catalog-archive {
	padding: 25px 0 0;
}

.breadcrumbs__wrapper {
    display: flex;
    justify-content: center;
}

.breadcrumbs__wrapper>* {
    color: #6b6b6b;
    font-size: 12px;
    display: flex;
    padding: 5px 10px;
    position: relative;
    font-weight: 500;
}

.breadcrumbs__wrapper>*::before {
	content: "";
	width: 6px;
	height: 6px;
	display: flex;
	background: url(../img/arrow-regular.svg) no-repeat;
	background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: -2px;
    opacity: .3;
}

.breadcrumbs__current {
	color: #000;
}

.breadcrumbs__current::before {
	display: none;
}

.catalog-archive__header {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.catalog-archive__title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.catalog-archive__subtitle {
	font-size: 20px;
}

.catalog-archive__categories {
	margin-bottom: 50px;
}

.featured-product{
    background-color: #f5f5f5;
    padding: 50px 0;
}

.featured-product__wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 50px 0;
    text-align: center;
}

.featured-product__title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.featured-product__info {
    font-size: 20px;
    margin-bottom: 10px;
}

.featured-product__image video {
	max-width: 710px;
	width: 100%;
}

.featured-product__image {
	display: flex;
	justify-content: center;
}

.accessories-categories {
    padding: 50px 0;
    text-align: center;
}

.accessories-categories__title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.accessories-categories__subtitle {
    font-size: 20px;
}

.accessories-categories__grid {
	margin-top: 50px;
}

.accessory-category {
    max-width: 210px;
    display: flex;
    flex-direction: column;
    padding: 35px 15px;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.accessory-category__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.accessory-category__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accessory-category__title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.product-promo-grid {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.product-promo-grid__wrapper {
    display: flex;
    gap: 25px;
    justify-content: center;
}


.catalog-page {
	padding: 20px 0 50px;
	background-color: #f5f5f5;
}

.catalog-page--white-bg {
	background-color: #fff;
}

.catalog-page--hide-headers .catalog-page__title,
.catalog-page--hide-headers .catalog-page__subtitle {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.catalog-page-template {
	padding-bottom: 0;
}

.catalog-page__header {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 55px;
}

.catalog-page--hide-headers .catalog-page__header {
	position: absolute;
	z-index: -100;
	pointer-events: none;
}

.catalog-page__title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
}

.catalog-page__subtitle {
    font-size: 18px;
    font-weight: 600;
}

.catalog-page__subcategory {
    margin-bottom: 60px;
}

.catalog-page__subcategory:nth-child(2) {
	margin-top: 25px;
}

.catalog-page__subcategory:last-child {
    margin-bottom: 0;
}

/* Табы для под-подкатегорий */
.catalog-tabs {
    margin-top: 30px;
}

.catalog-tabs__nav {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.catalog-tabs__btn {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 7px;
    color: #1d1d1f;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.catalog-tabs__btn:hover {
    border-color: #86868b;
    background-color: #f5f5f7;
}

.catalog-tabs__btn.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.catalog-tabs__content {
    position: relative;
}

.catalog-tabs__pane {
    display: none;
    animation: fadeIn 0.3s ease;
}

.catalog-tabs__pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==================== Модальное окно корзины ==================== */
.cart-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    justify-content: center;
    overflow: scroll;
    align-items: baseline;
    background: rgb(0 0 0 / 67%);
    backdrop-filter: blur(4px);
}

.cart-modal.is-open {
    display: flex;
}

.cart-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cart-modal__container {
    position: relative;
    max-width: 880px;
    background: #fff;
    margin: 50px 0;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

.cart-modal__close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    font-size: 38px;
    line-height: 1;
    color: #787878;
    cursor: pointer;
    font-weight: 300;
    transition: all 0.2s ease;
}

.cart-modal__content {
    display: grid;
    grid-template-columns: 1fr 400px;
    padding: 15px;
}

.cart-modal__left {
    padding: 20px;
}

.cart-modal__right {
    padding: 20px;
}

.cart-modal__title {
    font-size: 20px;
    line-height: 1.33;
    font-weight: 600;
    margin-bottom: 40px;
    color: #1d1d1f;
}

.cart-modal__cart-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 24px 0;
    color: #1d1d1f;
}

/* Форма заказа */
.cart-form__group {
	position: relative;
    margin-bottom: 20px;
}

.cart-form__label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #1d1d1f;
}

.cart-form__input,
.cart-form__select,
.cart-form__textarea {
    width: 100%;
    padding: 23px 10px 10px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1d1d1f;
    background: #fff;
    transition: all 0.2s ease;
}

.cart-form__input::placeholder,
.cart-form__textarea::placeholder {
    color: #86868b;
}

.select-label {
    position: absolute;
    left: 10px;
    font-size: 10.5px;
    top: 5px;
}

.cart-form__name {
    display: flex;
	position: absolute;
	top: 18px;
	bottom: 0;
	left: 10px;
	color: #060607;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
	pointer-events: none;
    transition: all .3s ease;
}

.cart-form__input:focus+.cart-form__name,
.cart-form__textarea:focus+.cart-form__name,
.cart-form__group.filled .cart-form__name,
.cart-form__input:-webkit-autofill+.cart-form__name {
	font-size: 10.5px;
	top: 5px;
    font-weight: 500;
}

.cart-form__name--focus {
	font-size: 10.5px;
    top: 5px;
    font-weight: 500;
}

/* Анимация для отслеживания автозаполнения */
@keyframes onAutoFillStart {
    from { opacity: 0.99; }
    to { opacity: 1; }
}

.cart-form__input:-webkit-autofill {
    animation-name: onAutoFillStart;
    animation-duration: 0.001s;
}

/* ===== Success Modal ===== */
.success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.success-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.success-modal__content {
    position: relative;
    background: white;
    padding: 40px;
    border-radius: 5px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease;
}

.success-modal__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 10px 0 20px;
    box-sizing: content-box;
    animation: scaleUp 0.5s ease 0.2s both;
}

.success-modal__title {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    animation: fadeIn 0.5s ease 0.3s both;
}

.success-modal__description {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #060607;
    padding: 5px 0;
    margin-bottom: 30px;
    animation: fadeIn 0.5s ease 0.4s both;
}

.success-modal__button {
    color: white;
    border: none;
    background: #000000;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.37;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 12px 22px;
    width: 100%;
    cursor: pointer;
    transition: background 0.2s;
    animation: fadeIn 0.5s ease 0.5s both;
}

.success-modal__button:hover {
    background: #0077ed;
}

.success-modal__footer {
    margin-top: 10px;
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    margin: 20px 0 0;
    animation: fadeIn 0.5s ease 0.6s both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleUp {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .success-modal__content {
        padding: 36px 24px;
        width: 95%;
    }
    
    .success-modal__title {
        font-size: 28px;
    }
    
    .success-modal__description {
        font-size: 15px;
    }

    .header__cart-icon {
    	width: 25px;
    	height: 25px;
    }
    .header__cart-count {
	    display: flex;
	    top: 0;
	    left: unset;
	    right: -3px;
	    width: 13px;
	    height: 13px;
    }
}

/* ===== Toast Notifications ===== */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10001;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.toast {
    background: white;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
    max-width: 400px;
    pointer-events: all;
    animation: toastSlideIn 0.3s ease;
    position: relative;
    overflow: hidden;
}

.toast::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
}

.toast.toast--success::before {
    background: #4CAF50;
}

.toast.toast--error::before {
    background: #f44336;
}

.toast.toast--warning::before {
    background: #ff9800;
}

.toast.toast--info::before {
    background: #2196F3;
}

.toast__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.toast--success .toast__icon {
    color: #4CAF50;
}

.toast--error .toast__icon {
    color: #f44336;
}

.toast--warning .toast__icon {
    color: #ff9800;
}

.toast--info .toast__icon {
    color: #2196F3;
}

.toast__message {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    color: #1d1d1f;
}

.toast__close {
    flex-shrink: 0;
    background: none;
    border: none;
    color: #86868b;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.toast__close:hover {
    color: #1d1d1f;
}

.catalog-page--hide-headers {
	padding-top: 0;
}

.toast.toast--removing {
    animation: toastSlideOut 0.3s ease forwards;
}

@keyframes toastSlideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes toastSlideOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

.service-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 0;
    gap: 25px;
}

.service-hero__content {
    background-color: #0088f4;
    color: #fff;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
}

.service-hero__title {
    margin-top: 25px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.service-hero__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

.service-hero__btn {
    padding: 12px 22px;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0px;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    display: inline-block;
}

.service-hero__contact-label {
    margin-top: 25px;
    font-size: 12px;
    font-weight: 500;
}

.service-hero__contacts {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
}

.service-hero__contact-link {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.service-hero__contact-link svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.service-hero__image {
    border-radius: 10px;
    overflow: hidden;
}

.service-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.service-feature {
	display: flex;
	gap: 10px;
}

.service-feature__icon {
    flex-shrink: 0;
}

.service-feature__icon img {
    width: 26px;
    height: 26px;
}

.service-feature__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.service-feature__text {
    font-size: 15px;
    line-height: 1.37;
    font-weight: 500;
    margin-top: 5px;
}

.service-faq {
    padding: 25px 0 50px;
}

.service-faq__title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.service-faq__item {
    padding: 12.5px 0;
    border-bottom: 1px solid #dadada;
}

.service-faq__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.service-faq__question {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.service-faq__answer {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 7.5px;
}

.service-cta {
    padding: 50px;
    background-color: #0088f4;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.service-cta__title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    max-width: 890px;
    margin: 0 auto 30px;
}

.service-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    gap: 25px;
}

.service-contacts__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 50px;
    border-radius: 10px;
}

.service-contacts__title {
    padding: 10px 0;
    text-align: center;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
}

.price-manager {
	font-size: 15px; font-weight: 400;
}

.reviews__content {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.reviews__content * {
	max-width: 100%;
}

.service-contacts__text {
    font-size: 15px;
    line-height: 1.37;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.service-contacts__item {
    padding: 20px 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    display: flex;
    gap: 5px;
    border-top: 1px solid #e1e1e1;
}

.service-contacts__item:nth-last-child(2) {
    border-bottom: 1px solid #e1e1e1;
}

.service-contacts__label {
    color: #919191;
}

.service-contacts__socials {
    padding: 30px 0;
    display: flex;
    gap: 10px;
}

.service-contacts__social-link {
    display: flex;
    gap: 9px;
    font-size: 15px;
    font-weight: 400;
    align-items: center;
}

.service-contacts__social-link svg {
    fill: #969696;
    width: 15px;
    height: 15px;
}

.service-contacts__map {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}



@media (max-width: 768px) {
    .toast-container {
        top: 10px;
        right: 10px;
        left: 10px;
    }
    
    .toast {
        min-width: auto;
        width: 100%;
    }

    .service-hero {
	    display: flex;
	    flex-direction: column;
    }

    .service-hero__content {
    	padding: 25px 10px;
    }

    .service-hero__title {
    	margin-top: 0;
    }

    .service-features {
	    display: flex;
	    flex-direction: column;
	    margin-top: 0;
	    gap: 40px;
    }

    .service-contacts {
	    display: flex;
	    flex-direction: column;
    }

    .service-contacts__info {
	    padding: 30px;
	    justify-content: unset;
    }

    .service-contacts__text {
    	margin-bottom: 20px;
    }

    .service-contacts__socials {
    	padding: 20px 0;
    }

    .service-contacts__map iframe {
    	height: 375px;
    }
}

.cart-form__select {
    cursor: pointer;
    font-size: 15px;
    padding: 21px 10px 12px 9px;
    color: #060607;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    background-color: white; 
}

.dropdown-select {
    position: absolute;
    top: 19px;
    width: 10px;
    right: 15px;
    pointer-events: none;
}

.date-icon {
    position: absolute;
    top: 23px;
    width: 16px;
    right: 16px;
    pointer-events: none;
    opacity: .5;
}

.cart-form__textarea {
    resize: vertical;
    min-height: 80px;
}

.cart-form__hint {
    color: #000;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

/* Табы доставки */
.cart-form__delivery-type {
    border-top: 1px solid #a8a8a880;
    padding-top: 20px;
    margin-bottom: 20px;
}

.cart-form__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 8px;
    border: 1px solid #c8c8c8;
    border-radius: 7px;
    padding: 2px;    
    gap: 2px;
}

.cart-form__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d2d2d7;
    background: #fff;
    font-weight: 500;
    color: #1d1d1f;
    cursor: pointer;
    border: 0;
    padding: 8px;
    border-radius: 5px;
    font-size: 16px;
    gap: 10px;
    transition: all 0.2s ease;
    border: 0;
}
.cart-form__tab:hover {
	background-color: #ededed;	
}

.cart-form__tab svg {
    width: 16px;
    height: 16px;
    fill: #060607;
}

.cart-form__tab--active {
    background-color: #e6e6e6;
}

/* Информация о доставке */
.cart-form__delivery-info {
    margin-bottom: 20px;
}

.cart-form__info-block {
    background: #f5f5f7;
    border: 2px solid #060607;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px 15px;
}

.cart-form__info-title {
    font-size: 15px;
    line-height: 1.2;
    color: #060607;
    font-weight: 600;
    margin: 0 0 8px 0;
    display: flex;
    gap: 10px;
}

.cart-form__info-price {
    font-weight: 400;
    opacity: .7;
}

.cart-form__info-text {
    font-size: 13px;
    line-height: 1.23076923;
    opacity: .5;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.cart-form__info-text:last-child {
	margin-bottom: 0;
}

.cart-form__info-min {
	display: flex;
	gap: 5px;
    font-size: 13px;
    line-height: 1.23076923;
    opacity: .5;
    color: #000;
    font-weight: 500;
    align-items: center;
}

/* Кнопка отправки */
.cart-form__submit {
    width: 100%;
    background: #1d1d1f;
    color: #fff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding: 17px 22px;
}

.cart-form__submit:hover {
    background: #36363c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cart-form__submit svg {
    width: 16px;
    height: 16px;
}

.cart-form__privacy {
    font-size: 12px;
    text-align: left;
    color: #86868b;
    margin: 15px 0 0 0;
    line-height: 1.4;
}

/* Товары в корзине */
.cart-items {
    margin-bottom: 24px;
}

.cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 20px;
    margin-bottom: 30px;
}

.cart-item__remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    font-size: 21px;
    line-height: 1;
    color: #86868b;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cart-item__image {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-item__title {
    font-size: 15px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0;
}

.cart-item__description {
    font-size: 13px;
    line-height: 1.4;
    opacity: .57;
    font-weight: 500;
}

.cart-item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.cart-item__controls {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #cdcdcd;
    justify-content: space-between;
    border-radius: 7px;
    width: 95px;
}

.cart-item__btn {
    width: 30px;
    height: 28px;
    font-size: 16px;
    line-height: 1;
    color: #a8a8a8;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: -1px;
}

.cart-item__btn:hover {
    color: #000;
}

.cart-item__quantity {
    font-size: 15px;
    font-weight: 500;
    color: #1d1d1f;
    min-width: 20px;
    text-align: center;
}

.cart-item__price {
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
    white-space: nowrap;
}

/* Итоги корзины */
.cart-summary {
    margin-top: 30px;
    padding: 0;
    background: #fff;
    border-radius: 12px;
}

.cart-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.33;
    font-weight: 400;
    color: #060607;
}

.cart-summary__row:last-of-type {
    border-bottom: none;
}

.cart-summary__row--total {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px solid #e6e6e6;
    font-size: 20px;
    line-height: 1.33;
    font-weight: 600;
}

.cart-promo {
    margin-top: 30px;
}

.cart-summary__promo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .2s 
ease;
}

.cart-summary__promo:hover {
	opacity: 1;
}

.cart-summary__promo svg {
    fill: #060607;
}

.cart-summary__promo-text {
    color: #060607;
    font-size: 15px;
}

.cart-promo__row {
    gap: 15px;
    display: none;
}

.cart-promo__row.show {
    display: flex;
}

.cart-promo__row .cart-form__group {
    width: 100%;
    margin: 0;
}

.cart-promo__btn {
    margin: 0;
    padding: 10px 22px;
    width: auto;
}

/* Features Section */
.features-section {
    padding: 60px 0;
    background: #f5f5f7;
}

.features-section__wrapper {
    gap: 25px;
    display: flex;
}

.features-section__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 390px;
    justify-content: center;
}

.features-section__title {
    font-size: 35px;
    line-height: 1.37;
    font-weight: 700;
}

.features-section__text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.features-section__text p {
    margin: 0 0 16px 0;
}

.features-section__text p:last-child {
    margin-bottom: 0;
}

.features-section__media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 500px;
    gap: 25px;
}

.features-section__media-item {
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.features-section__media-item--large {
    grid-row: 1 / 3;
}

.features-section__media-item img,
.features-section__media-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Адаптив Features Section */
@media (max-width: 1024px) {
    .features-section {
        padding: 60px 0;
    }
    
    .features-section__wrapper {
        gap: 40px;
    }
    
    .features-section__title {
        font-size: 40px;
    }
    
    .features-section__text {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
	.header__top {
		display: none;
	}
	.header__bottom {
        padding: 11px 0;
	}

	.header__logo-link {
		font-size: 25px;
	}

	.header__logo-link img {
		max-height: 60px;
	}

	.mobile-menu {
		display: flex;
	}
	.mobile-menu svg {
		width: 25px;
		height: 25px;
	}
	.header__nav {
		display: none;
	}
	.header__cart-text {
		display: none;
	}
	.advantages__wrapper {
	    display: flex;
	    flex-direction: column;
	    gap: 20px;
	}
    .features-section {
        padding: 50px 0;
    }
    
    .features-section__wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .features-section__title {
        font-size: 32px;
    }
    
    .features-section__text {
        font-size: 17px;
    }
    
    .features-section__media {
        gap: 16px;
    }
}

/* Use Cases Section */
.use-cases {
    padding: 70px 0;
}

.use-cases__slider {
    margin-bottom: 40px;
    overflow: visible;
}

.use-case {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.use-case__media {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
    position: relative;
}

.use-case__media img,
.use-case__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.use-case__text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    padding: 15px 0 0;
    color: #1d1d1f;
    margin: 0;
}

.use-cases__nav {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.use-cases__btn {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s 
ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.use-cases__btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    transition: fill 0.3s ease;
}

.use-cases__btn--next svg {
    transform: rotate(180deg);
}

.use-cases__btn:hover {
    background: #e8e8ed;
}

.use-cases__btn.swiper-button-disabled {
    opacity: 0.3;
}

.use-cases__btn.swiper-button-disabled:hover {
    background: #f5f5f7;
}

.footer-promo {
    background-color: #000000;
    padding: 70px 0;
}

.footer-promo__image {
	border-radius: 5px;
	overflow: hidden;
}

.footer-promo__features {
    display: flex;
    gap: 25px;
	margin-top: 50px;
}

.footer-promo__feature {
    display: flex;
    gap: 10px;
    color: #fff;
}

.footer-promo__feature img {
    width: 100%;
    object-fit: cover;
}

.footer-promo__feature-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-promo__feature-text {
    font-size: 15px;
    line-height: 1.37;
    font-weight: 500;
}



/* Адаптив Use Cases Section */
@media (max-width: 1024px) {
    .use-cases {
        padding: 60px 0;
    }
    
    .use-case__text {
        font-size: 16px;
        padding: 20px;
    }
    
    .use-cases__btn {
        width: 48px;
        height: 48px;
    }
    
    .use-cases__btn svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .use-cases {
        padding: 50px 0 35px;
        overflow: hidden;
    }
    
    .use-cases__slider {
        margin-bottom: 20px;
    }
    
    .use-case__text {
        font-size: 15px;
        padding: 16px 0 0;
    }
    
    .use-cases__btn {
        width: 44px;
        height: 44px;
    }

    .footer-promo {
    	padding: 50px 0;
    }

    .footer-promo__features {
    	flex-direction: column;
    	gap: 40px;
    }

    .promo-feature__icon {
	    width: 26px;
	    height: 26px;
	    flex-shrink: 0;
    }
}

/* Accessories Archive (Шаблон категории 2) */
.accessories-archive {
    background-color: #fff;
    padding-bottom: 0;
}

.accessories-archive__header {
    text-align: center;
    margin-bottom: 60px;
}

.accessories-archive__title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    color: #1d1d1f;
    margin: 0 0 16px 0;
}

.accessories-archive__subtitle {
    font-size: 21px;
    line-height: 1.5;
    color: #6e6e73;
    margin: 0;
}

.accessories-archive__categories {
    margin-bottom: 50px;
    position: relative;
}

.accessory-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 16px;
    border-radius: 16px;
    background: #f5f5f7;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}

.accessory-category:hover {
    background: #e8e8ed;
    transform: translateY(-4px);
}

.accessory-category__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessory-category__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.accessory-category__title {
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0;
}

.accessories-categories-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

.accessories-categories-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: auto;
    bottom: 0;
    margin-top: 0;
}

.accessories-categories-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: fill 0.3s ease;
}

.accessories-categories-btn--prev {
    background: #000;
    left: 51.2%;
}

.accessories-categories-btn--next {
    background: #000;
    right: 51.2%;
    transform: rotate(-180deg);
}

.accessories-categories-btn.swiper-button-disabled {
    opacity: 0.3;
}

#consultationModal .cart-modal__container {
    max-width: 500px;
}

#consultationModal .cart-modal__content {
    display: block;
    padding: 40px;
}

#consultationModal .cart-modal__title {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
    padding: 5px 0 10px;
    margin: 0;
    text-align: center;
}

#consultationModal .cart-modal__subtitle {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
}

.input__wrap {
    display: flex;
    gap: 20px;
}

#consultationModal .cart-form__group {
    width: 100%;
    display: flex;
}


.warranty-page__header {
    text-align: center;
    margin-bottom: 50px;
}

.warranty-page__title {
    font-size: 35px;
    font-weight: 600;
    margin: 20px 0 5px;
}

.warranty-page__subtitle {
	font-size: 18px;
	font-weight: 500;
}

.warranty-page__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 50px;
}

.warranty-page__columns p {
	margin-bottom: 20px;
}

.warranty-page__columns p:last-child {
	margin-bottom: 0;
}

.warranty-exceptions {
	margin-bottom: 50px;
}

.warranty-exceptions__title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}

.warranty-exceptions__list {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.warranty-rules {
	margin-bottom: 50px;
}

.warranty-rules__title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}

.warranty-rules p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.warranty-rules__list {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.delivery-page__header {
    text-align: center;
    margin: 20px 0 50px;
}

.delivery-page__title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
}

.delivery-page__subtitle {
    font-size: 18px;
    font-weight: 500;
}

.delivery-methods {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 50px;
}

.delivery-method {
    display: flex;
    gap: 10px;
}

.delivery-method__icon {
    flex-shrink: 0;
}

.delivery-method__icon {
    width: 26px;
    height: 26px;
}

.delivery-method__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
}

.delivery-method__text {
    font-size: 15px;
    line-height: 1.37;
    font-weight: 500;
}

.delivery-page__divider {
    margin-bottom: 50px;
}

.delivery-page__section-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.payment-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 50px;
}

.payment-method {
	display: flex;
	gap: 10px;
}

.payment-method__icon {
	flex-shrink: 0;
}

.payment-method__icon {
	width: 26px;
	height: 26px;
}

.payment-method__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
}

.payment-method__text {
    font-size: 15px;
    line-height: 1.37;
    font-weight: 500;
}

.contacts-page__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 50px 0;
}

.contacts-page__image {
    margin-bottom: 25px;
}

.contacts-page__image img {
    max-height: 126px;
}

.contacts-page__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}

.contacts-page__description {
    font-size: 18px;
    line-height: 1.37;
    font-weight: 500;
    margin-bottom: 30px;
}

.contacts-page__info-item {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
}

.contacts-page__info-item {
	border-bottom: 1px solid #e9e9e9;
}

.contacts-page__info-label {
    color: #919191;
}

.contacts-page__socials {
    padding-top: 40px;
    display: flex;
    gap: 10px;
}

.contacts-page__social-link {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 9px;
    align-items: center;
}

.contacts-page__social-link svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	fill: #969696;
}

.contacts-page__map {
	border-radius: 10px;
	overflow: hidden;
}

/* Адаптив Accessories Archive */
@media (max-width: 1024px) {
    .accessories-archive {
        padding: 32px 0 60px;
    }
    
    .accessories-archive__title {
        font-size: 48px;
    }
    
    .accessories-archive__subtitle {
        font-size: 19px;
    }
    
    .accessories-archive__categories {
        margin-bottom: 60px;
    }
    
    .accessory-category {
        padding: 24px 12px;
    }
    
    .accessory-category__icon {
        width: 64px;
        height: 64px;
    }
    
    .accessory-category__title {
        font-size: 15px;
    }

}

@media (max-width: 768px) {
    .accessories-archive {
        padding: 24px 0 0;
    }
    
    .accessories-archive__header {
        margin-bottom: 40px;
    }
    
    .accessories-archive__title {
        font-size: 36px;
    }
    
    .accessories-archive__subtitle {
        font-size: 17px;
    }
    
    .accessories-archive__categories {
        margin-bottom: 50px;
    }
    
    .accessories-categories-nav {
        margin-top: 24px;
    }
    
    .accessories-categories-btn {
        width: 40px;
        height: 40px;
    }
    
    .accessories-categories-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .accessories-archive__products {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 50px;
    }

    .service-contacts__title {
	    font-size: 30px;
	    line-height: 1.2;
	    font-weight: 600;
    }

    #consultationModal .cart-modal__content {
    	padding: 20px;
    }

    #consultationModal .cart-modal__title {
	    font-size: 20px;
	    line-height: 1.5;
	    font-weight: 700;
    }

    #consultationModal .input__wrap {
	    flex-direction: column;
	    gap: 0;
    }    


    .warranty-page__columns {
    	display: flex;
    	flex-direction: column;
    }

    .warranty-page__title {
	    font-size: 25px;
	    font-weight: 600;
	    line-height: 1.2;
    }

    .delivery-methods {
    	display: flex;
    	flex-direction: column;
    }

    .payment-methods {
    	display: flex;
    	flex-direction: column;
    }

    .contacts-page__wrapper {
    	display: flex;
    	flex-direction: column;
    	margin: 33px 0;
    	gap: 35px;
    }

    .contacts-page__image img {
    	max-height: 140px;
    }

    .contacts-page__title {
	    font-size: 30px;
	    line-height: 1.2;
	    font-weight: 700;
    }

    .contacts-page__description {
    	margin-bottom: 20px;
    }
    
    .contacts-page__socials {
    	padding-top: 20px;
    }

}

/* Адаптив для табов */
@media (max-width: 768px) {
    .catalog-tabs__nav {
        gap: 8px;
        margin-bottom: 50px;
    }
    
    .catalog-tabs__btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Сообщение о пустом каталоге */
.catalog-page__empty {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, #f5f5f7 0%, #fafafa 100%);
    border-radius: 18px;
    margin: 60px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.catalog-page__empty-icon {
    margin-bottom: 24px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.catalog-page__empty-icon svg {
    display: inline-block;
}

.catalog-page__empty-title {
    font-size: 28px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 12px 0;
}

.catalog-page__empty-text {
    font-size: 17px;
    font-weight: 400;
    color: #86868b;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.catalog-page__empty-link {
	margin: 0;
}

/* Адаптив для пустого каталога */
@media (max-width: 768px) {
    .catalog-page__empty {
        padding: 60px 20px;
        margin: 40px 0;
    }
    
    .catalog-page__empty-icon svg {
        width: 80px;
        height: 80px;
    }
    
    .catalog-page__empty-title {
        font-size: 24px;
    }
    
    .catalog-page__empty-text {
        font-size: 15px;
        margin-bottom: 24px;
    }
    
    .catalog-page__empty-link {
        padding: 10px 24px;
        font-size: 15px;
    }
}



.catalog-page__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    width: 100%;
}

.accessories-section__slider.catalog-page__grid {
    flex-grow: 1;
    width: 63%;
}

.catalog-page__grid .product-card {
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.catalog-page__grid .product-card__slider {
    width: 100%;
    height: 310px;
    margin-top: -30px;
}

/* Inline блок после первой карточки */
.catalog-page__inline-block {
    margin-top: 40px;
    margin-bottom: 20px;
}

.info-help-block {
    background-color: #f5f5f5;
    padding: 60px 30px 0;
    border-radius: 10px;
    text-align: center;
}

.info-help-block__content {
    max-width: 600px;
    margin: auto;
}

.info-help-block__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}

.info-help-block__text {
    font-size: 16px;
    line-height: 1.37;
    font-weight: 400;
}

.info-help-block__image {
    max-width: 600px;
    margin: 40px auto 0;
}

.contact-help-block {
    max-width: 600px;
    margin-top: 100px;
}

.contact-help-block__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-help-block__header svg {
    width: 35px;
    height: 35px;
}

.contact-help-block__title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.contact-help-block__text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 18px;
}

.contact-help-block__actions>* {
    font-size: 17px;
    line-height: 1.37;
    letter-spacing: 0px;
    font-weight: 500;
}

.contact-help-block__actions>*::after {
	content: "/";
    font-size: 11px;
    font-weight: 800;
    color: #91919180;
    position: relative;
    bottom: 2px;
    padding: 0 7px 0 10px;
}

.contact-help-block__actions>*:last-child::after {
	display: none;
}

.image-text-promo {
    position: relative;
    border-top: 1px solid #c7c7c7;
    margin-bottom: -20px;
}

.image-text-promo__content {
    max-width: 610px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.image-text-promo__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
}

.image-text-promo__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 10px;
}


/* Стили для слайдерного каталога (горизонтальный скролл) */
.catalog-page__slider {
    position: relative;
    overflow: visible;
}

.catalog-page__slider .product-card {
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.catalog-page__slider .product-card__slider {
    width: 100%;
    height: 310px;
    margin-top: -30px;
}

.catalog-slide__nav {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 15px;
}

/* Кнопки навигации слайдера */
.catalog-page__slider-btn {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-page__slider-btn:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.catalog-page__slider-btn svg {
	fill: #fff;
	width: 20px;
	height: 20px;
}

.catalog-page__slider-btn--next {
	transform: rotate(180deg);
}

.catalog-page__slider .swiper-slide {
	height: auto;
	opacity: .4;
}

.product-card__slider .swiper-slide {
	opacity: 1;
}

.catalog-page__slider .swiper-slide.swiper-slide-fully-visible {
	opacity: 1;
}

.catalog-page__slider .product-card {
	height: 100%;
}

/* Аксессуары в слайдерном каталоге */
.accessories-section__products .product-card {
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.accessories-section__products .product-card__slider {
    width: 100%;
    height: 310px;
    margin-top: -30px;
}

.product-card__image {
    height: 100%;
}

.product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain; /* Вписывает изображение БЕЗ ОБРЕЗКИ! */
	background: transparent;
}

.catalog-page--horizontal-cards {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}

.catalog-page--horizontal-cards:last-child {
	margin-bottom: 0;
}

.catalog-page--horizontal-cards .product-card {
    width: 100%;
    flex-direction: row;
    gap: 25px;
    padding: 30px;
}

.catalog-page--horizontal-cards .product-card__gallery {
    max-width: 345px;
    flex-shrink: 0;
    width: 100%;
}

.catalog-page--horizontal-cards .product-card__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: left;
}

.catalog-page--horizontal-cards .product-card__variants {
    justify-content: flex-start;
}

.swiper-mobile-helper {
	display: none;
}

.catalog-page--horizontal-cards .product-card__variant-btn {
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 500;
}

.catalog-page--horizontal-cards .product-card__footer {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    border: 0;
    margin: 0;
    padding: 0;
}

.catalog-page--horizontal-cards .product-card__price {
    font-size: 25px;
}

.catalog-page--horizontal-cards .product-card__btn{
    padding: 15px 25px;
    min-width: 210px;
    justify-content: center;
}

.accessories-section {
    margin-top: 100px;
    text-align: center;
}

.accessories-section__title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.accessories-section__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
}

.accessories-section__wrapper {
    display: flex;
    margin-top: 50px;
    gap: 24px;
}

.accessories-section__products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.accessories-section__promo {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
}

.accessories-section__slider .product-card__subtitle {
	display: none;
}

.accessories-section__nav {
	display: none;
}

.accessories-section__promo-image {
    margin-top: 30px;
}

.accessories-section__promo-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.accessories-section__promo-description {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}



/* ============================================
   Лайтбокс галереи товара
   ============================================ */
.product-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.product-lightbox.active {
	opacity: 1;
	visibility: visible;
}

.product-lightbox__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	z-index: 1;
}

.product-lightbox__content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 20px 20px;
}

.product-lightbox__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.2);
}

.product-lightbox__slider {
	width: 100%;
	max-width: 1200px;
	height: 80vh;
	position: relative;
}

.product-lightbox__slider .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-lightbox__image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-lightbox__image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.product-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.2);
}

.product-lightbox__nav--prev {
	left: 20px;
}

.product-lightbox__nav--prev::before {
	content: '←';
	font-size: 28px;
}

.product-lightbox__nav--next {
	right: 20px;
}

.product-lightbox__nav--next::before {
	content: '→';
	font-size: 28px;
}

.product-lightbox__pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.5);
	padding: 8px 16px;
	border-radius: 20px;
	z-index: 10;
}

.video-promo {
	background: #fff;
    margin-top: 50px;
    padding: 25px 0 0;
}

.video-promo .container {
    position: relative;
}

.video-promo__video {
    display: flex;
}

.video-promo__video video {
    width: 90%;
    margin: auto;
}

.video-promo__content {
    position: absolute;
    text-align: center;
    bottom: 115px;
    left: 0;
    right: 0;
}

.video-promo__title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}

.video-promo__text {
    font-size: 20px;
    line-height: 1.37;
    font-weight: 400;
    margin-top: 10px;
}

/* Мобильная адаптация лайтбокса */
@media (max-width: 768px) {
	.product-lightbox__content {
		padding: 80px 10px 10px;
	}
	
	.product-lightbox__slider {
		height: 70vh;
	}
	
	.product-lightbox__close {
		width: 40px;
		height: 40px;
		font-size: 28px;
		top: 15px;
		right: 15px;
	}
	
	.product-lightbox__nav {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	
	.product-lightbox__nav--prev {
		left: 10px;
	}
	
	.product-lightbox__nav--next {
		right: 10px;
	}
	
	.product-lightbox__pagination {
		font-size: 14px;
		padding: 6px 12px;
		bottom: 15px;
	}

    .catalog-page__title {
    	font-size: 25px;
    }

    .catalog-page__header {
    	margin-top: 23px;
    }

    .catalog-page__grid {
    	display: flex;
    	flex-direction: column;
    	gap: 10px;
    }
}

.catalog-page__grid .product-card__title {
    font-size: 25px;
    line-height: 1.33;
    font-weight: 600;
    margin-bottom: 10px;
}

.catalog-page--horizontal-cards .product-card__title {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Заголовки в слайдерном каталоге */
.catalog-page__slider .product-card__title,
.accessories-section__products .product-card__title {
    font-size: 25px;
    line-height: 1.33;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-card__available {
	display: none;
}

.product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-top: 15px;
    border-top: 1px solid #ececec;
}

.product-card__price {
    font-size: 20px;
    line-height: 1.33;
    font-weight: 600;
}

.card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #000;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
    padding: 12px 22px;
    transition: background 0.3s 
ease;
    white-space: nowrap;
}

.card__btn svg {
    width: 15px;
    height: 15px;
}

.accessories-promo {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 75px;
}

.accessories-promo__content {
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accessories-promo__label {
    color: #d6a569;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.accessories-promo__title {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.accessories-promo__text {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.accessories-promo__image {
    padding: 50px 50px 0;
    width: auto;
}

.accessories-promo__image img {
    max-width: 475px;
}

.product-card__variants-label {
    font-size: 12px;
    line-height: 0.5;
    letter-spacing: 0px;
    font-weight: 500;
    color: #6b6b6b;
    margin-bottom: 10px;
}

.product-card__variants {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product-card__variants:last-child {
	margin-bottom: 0;
}

.product-card__variant-btn {
    padding: 4px 14px;
    color: #060607;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
    white-space: nowrap;
}

.product-card__variant-btn.active {
    border: 2px solid #060607;
}

.product-card__colors {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.catalog-page--horizontal-cards .product-card__colors {
    justify-content: flex-start;
}

.product-card__color {
    width: 24.5px;
    height: 24.5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.product-card__color.active::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    pointer-events: none;
}

.product-card__color.active.dark-color::after {
    color: #ffffff;
}

.product-card__color.active.light-color::after {
    color: #000000;
}

/* Убираем стандартный маркер у summary */
.product-card__details summary {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
	list-style: none;
	cursor: pointer;
	position: relative;
}

.product-card__details summary::marker,
.product-card__details summary::-webkit-details-marker {
	display: none;
}

/* Стрелка в summary */
.product-card__details summary svg {
	position: absolute;
	right: 0;
	transition: transform 0.3s ease;
}

/* Поворот стрелки при открытии */
.product-card__details[open] summary svg {
	transform: rotate(180deg);
}

/* Контент details */
.product-card__details-content {
	overflow: hidden;
	opacity: 0;
	max-height: 0;
	transition: opacity 0.3s ease, max-height 0.3s ease;
	padding-top: 0;
}

.product-card__info {
    border-top: 1px solid #ececec;
    padding: 7px 0 0;
    margin-top: 15px;
}

.product-card__details {
	margin: 5px 0;
}

.product-card__details:last-child {
	margin-bottom: 0;
}



/* Контент при открытии (fallback если JS не загрузился) */
.product-card__details[open] .product-card__details-content {
	opacity: 1;
	max-height: 2000px;
    font-size: 15px;
    text-align: left;
    padding-top: 7.5px;
    font-weight: 400;
    line-height: 1.5;
}

.comparison-section {
    text-align: center;
    padding: 75px 0 0;
}

.comparison-section__title {
    font-size: 35px;
    font-weight: 600;
    max-width: 500px;
    margin: 0 auto 50px;
    line-height: 1.2;
}

.comparison-table {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    overflow-x: scroll;
}

.comparison-table__column {
    padding: 20px;
    border-right: 1px solid #dadada;
}

.comparison-table__column:last-child {
	border: 0;
}

.comparison-table__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

.comparison-table__image {
    display: flex;
    justify-content: center;
    height: 250px;
}

.comparison-table__image img {
    height: 100%;
    width: auto;
}

.comparison-table__feature {
    margin-top: 0;
    display: flex;
    justify-content: start;
    gap: 7.5px;
    min-height: 90px;
    align-items: unset;
}

.comparison-table__text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
}

.comparison-table__icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.comparison-table__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.comparison-table__feature--text-only .comparison-table__text {
    /* Текст занимает всю ширину */
    width: 100%;
    text-align: center;
}

.comparison-table__feature--icon-only {
    /* Только иконка, без текста */
    justify-content: center;
    gap: 0;
}

.video-promo-new {
    padding: 60px 0;
}

.video-promo-new__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

.video-promo-new__video {
	display: flex;
}

.video-promo-new__video video {
    width: 100%;
    border-radius: 10px;
}


.accessories-archive__wrapper {
	background-color: #f5f5f5;
    padding: 50px 0;
}

.accessories-archive__products {
	display: flex;
    gap: 25px;
}

.product-promo-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    text-align: center;
    width: 100%;
}



.product-promo-card:first-child {
    max-width: 58.33333333%;
}


.product-promo-card:last-child {
    max-width: 41.66666667%;
}

.product-promo-card__image {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

.product-promo-card__title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-promo-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

.product-promo-card__btn {
	margin: 0;
}

.airtag-page__header {
    text-align: center;
    margin-top: 50px;
}

.airtag-page__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
}

.airtag-page__subtitle {
    font-size: 20px;
    line-height: 1.37;
    font-weight: 500;
    margin-top: 10px;
}

.airtag-main {
    text-align: center;
    max-width: 684px;
    margin: 20px auto 50px;
}

.airtag-main__image {
    width: 298px;
    margin: 0 auto 20px;
}

.airtag-main__image video,
.airtag-main__image img {
    width: 100%;
    height: auto;
  clip-path: inset(1px 2px 2px 1px);
}

.airtag-main .product-card__subtitle {
    font-weight: 500;
    margin-bottom: 20px;
}

.airtag-main .product-card__variant-btn  {
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 500;
}

.airtag-main .product-card__footer {
    flex-direction: column;
    gap: 15px;
    border: 0;
    padding: 0;
}

.airtag-main .product-card__price {
    font-size: 25px;
}

.airtag-main .product-card__btn {
    padding: 16px 63px;
}

.airtag-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    padding: 50px 0;
}

.airtag-feature {
    padding: 25px;
    background-color: #000000;
    color: #fff;
    border-radius: 10px;
}

.airtag-feature__title {
    font-size: 20px;
    line-height: 1.37;
    font-weight: 600;
    margin-bottom: 10px;
}

.airtag-feature__text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 5px;
}

.airtag-products {
	padding: 50px 0 70px;
}

.airtag-products__grid .product-card {
	flex-direction: row;
    gap: 25px;
}

.airtag-products__grid .product-card__slider {
	height: 345px;
	width: 366px;
}

.airtag-products__grid .product-card__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.airtag-products__grid .product-card__title {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}

.airtag-products__grid .product-card__subtitle {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 500;
}

.airtag-products__grid .product-card__variants {
    justify-content: flex-start;
}

.airtag-products__grid .product-card__footer {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.airtag-products__grid .product-card__price {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
}

.airtag-products__grid .add-to-cart-btn {
    padding: 16px 63px;
}

.airtag-specs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    padding: 50px 0 70px;
}

.airtag-spec {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
}

.airtag-spec__icon {
    width: 40px;
    height: 40px;
    margin: 10px 0;
}

.airtag-spec__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.airtag-spec__title {
    padding: 5px 0;
    font-size: 20px;
    line-height: 1.37;
    font-weight: 600;
}

.airtag-spec__text {
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}




@media (max-width: 1024px) {
	.header__nav-list {
		gap: 20px;
	}
	
	.header__nav-link {
		font-size: 13px;
	}
	.product-card__title {
		font-size: 40px;
	}
	
	.product-card__subtitle {
		font-size: 20px;
	}
	
	.product-card__content {
		padding: 48px 36px 32px;
	}
	
	.product-card__video {
		height: 400px;
	}


	.footer__wrapper {
		grid-template-columns: 1fr 1fr;
		gap: 60px;
	}
	.footer__column:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	.header-top__inner {
		flex-direction: column;
		gap: 8px;
		align-items: flex-start;
	}
	
	.header__nav-top-list {
		gap: 16px;
		flex-wrap: wrap;
	}
	
	.header__bottom {
		flex-wrap: wrap;
		gap: 16px;
	}
	
	.header__nav {
		order: 3;
		width: 100%;
		margin: 0;
		overflow-x: auto;
	}
	
	.header__nav-list {
		gap: 16px;
		padding: 8px 0;
	}
	.banner {
		min-height: auto;
		padding: 25px 0 50px;
	}

	.banner__wrapper {
		padding-top: 35px;
		min-height: unset;
		overflow: hidden;
	}

	.banner__title {
	    font-size: 30px;
	    font-weight: 600;
	}

	.banner__subtitle {
		font-size: 18px;
        padding: 0 75px;
	}

	.banner__button {
		font-size: 15px;
		padding: 8px 20px;
		margin-top: 15px;
	}

	.banner__image {
		max-width: 100%;
		padding: 0 30px;
	}
	.products-showcase__wrapper {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.product-card__title {
		font-size: 36px;
	}
	
	.product-card__subtitle {
		font-size: 18px;
		margin-bottom: 24px;
	}

	.product-card__subtitle hr {
		display: none;
	}
	
	.product-card__content {
		padding: 40px 32px 24px;
	}
	
	.product-card__video {
		height: 350px;
	}

	.container {
		max-width: 360px;
		width: 100%;
		padding: 0;
	}
	.products-showcase__wrapper .product-card {
    	padding: 25px 0 0;
	}

	.products-showcase__wrapper .product-card__content {
    	padding: 0;
	}	

	.products-showcase__wrapper .product-card__title {
	    margin-top: 25px;
	    font-size: 30px;
	    margin-bottom: 10px;
	}

	.products-showcase__wrapper .product-card__subtitle {
	    font-size: 18px;
	    margin-bottom: 0;
	}

	.product-card__video {
	    height: auto;
	    text-align: center;
        display: flex;
        justify-content: center;
	}

	.product-card__video video {
	    width: 85%;
	    height: auto;
	}

	.products-showcase {
		padding-bottom: 0;
	}
	.section__title {
		font-size: 30px;
		line-height: 1.2;
	}	
	.section__subtitle {
		font-size: 18px;
        line-height: 23px;
	}
	.category-card {
		padding: 10px;
	}
	.swiper-mobile-helper {
	    position: absolute;
	    width: 40px;
	    height: 40px;
	    background: hsla(0, 0%, 100%, .7);
	    border: 2px solid #fff;
	    box-shadow: 0 5px 10px 2px rgba(6, 6, 7, .1);
	    border-radius: 50%;
	    background-size: contain;
	    opacity: 0;
	    pointer-events: none;
	    will-change: transform, opacity;
    	animation: swiperHelper 1.55s ease 4 both;
	    top: 7%;
	    right: -28px;
	    display: block;
	    z-index: 10;
	}
	@keyframes swiperHelper {
	    0% {
	        transform: translateX(0);
	        opacity: 1
	    }

	    39% {
	        opacity: 1
	    }

	    56% {
	        opacity: .5
	    }

	    77% {
	        transform: translateX(-150%);
	        opacity: 0
	    }
	}

	.categories-slider__wrapper .swiper-button-prev {
	    left: 54.2%;
	}

	.categories-slider__wrapper .swiper-button-next {
    	right: 54.2%;
	}

	.categories-slider {
		padding-bottom: 0;
	}
	.advantage-card__title {
    	font-size: 18px;
	}
	.advantage-card__text {
		font-size: 15px;
	}

	.advantages {
		padding-bottom: 0;
	}

	.info-blocks__wrapper {
    	flex-direction: column;
	}

	.info-block__image {
		height: 108px;
	}

	.info-block__title {
		font-size: 30px;
	}

	.info-block__text {
		font-size: 15px;
	}

	.info-block__content .banner__button {
		margin-top: 25px;
	}

	.info-block--telegram {
		padding-top: 30px;
	}

	.info-block--telegram .info-block__content {
		padding-top: 5px;
	}

	.catalog-page__slider .swiper-wrapper {
		flex-direction: column;
	}

	.catalog-page__slider .swiper-slide {
		opacity: 1;
	}

	.catalog-page__slider+.catalog-slide__nav {
		display: none;
	}

	.catalog-page__slider .product-card {
		margin-bottom: 10px;
	}

	.accessories-section__wrapper {
		flex-direction: column;
	}

	.accessories-section__wrapper .catalog-page__grid {
		width: 100%;
	}

	.accessories-section__promo {
		width: 100%;
	}

	.accessories-section__nav {
        display: flex;
        justify-content: center;
        gap: 10px;
	}

	.accessories-section__wrapper {
		gap: 50px;
	}

	.accessories-section {
		margin-top: 50px;
	}

	.catalog-page__subtitle {
		line-height: 1.2;
	}

	.video-promo {
    	padding: 60px 0 0;
	}

	.video-promo .container {
	    display: flex;
	    flex-direction: column;
	}

	.video-promo__video {
		order: 1;
	}

	.video-promo__content {
	    position: relative;
	    bottom: 0;
	    margin-bottom: 50px;
	}

	.video-promo__title {
	    font-size: 35px;
	    line-height: 1.2;
	    font-weight: 600;
	}

	.video-promo__text {
		margin-top: 5px;
	}

	.video-promo-new__title {
	    font-size: 30px;
	    margin-bottom: 30px;
	}

	.features-section__wrapper {
    	flex-direction: column;
	}

	.features-section__content {
		gap: 10px;
	}

	.features-section__title {
		font-size: 30px;
	}

	.features-section__text {
		font-size: 15px;
	}

	.features-section__media {
	    display: flex;
	    flex-direction: column;
	    gap: 30px;
	    height: auto;
	}

	.features-section__media-item {
		height: 200px;
        flex-shrink: 0;
	}

	.accessories-archive__wrapper {
		padding: 50px 0;
	}

	.accessories-archive__products {
		margin-top: 0;
		flex-direction: column;
	}

	.product-promo-card {
		width: 100%;
		max-width: unset !important;
	}

	.catalog-page__inline-block {
	    margin-top: 0;
	    margin-bottom: 0;
	}

	.image-text-promo {
    	padding-top: 30px;
	}

	.image-text-promo__content {
	    position: relative;
	    bottom: 45px;
	}

	.image-text-promo__title {
		font-size: 30px;
	}

	.contact-help-block {
		margin-top: 100px;
	}

	.footer {
    	padding: 35px 0;
	}
	.footer__wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	    text-align: center;
	    margin-bottom: 35px;
	}
	.footer__phone {
	    font-size: 20px;
	    margin-bottom: 5px;
	}
	.footer__column:last-child {
		grid-column: auto;
	}

	.footer__work-time {
	    font-size: 12px;
	    margin-bottom: 40px;
	}
	.footer__messenger-text {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.footer__messengers {
	    justify-content: center;
	    margin-bottom: 40px;
	}
	.footer__email-text {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.footer__email {
    	justify-content: center;
	}
	.footer__column-title {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.footer__nav {
    	justify-content: center;
	}
	.footer__link {
    	font-size: 15px;
	}
	.footer__socials {
	    justify-content: center;
	    gap: 10px;
	}

	/* ===== Mobile Menu ===== */
	.mobile-menu-overlay {
		display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.5);
	    backdrop-filter: blur(4px);
	    z-index: 9998;
	    opacity: 0;
	    visibility: hidden;
	    transition: opacity 0.3s ease, visibility 0.3s ease;
	}

	.mobile-menu-overlay.active {
	    opacity: 1;
	    visibility: visible;
	}

	.mobile-menu-sidebar {
		display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    max-width: 400px;
	    height: 100%;
	    background: white;
	    z-index: 9999;
	    overflow-y: auto;
	    transition: opacity 0.3s ease;
	    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
	    opacity: 0;
	    pointer-events: none;
	}

	.mobile-menu-sidebar.active {
	    opacity: 1;
	    pointer-events: all;
	}

	.mobile-menu-sidebar__header {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 20px;
	    border-bottom: 1px solid #e0e0e0;
	    background: #f8f9fa;
	}

	.mobile-menu-sidebar__logo {
	    font-size: 20px;
	    font-weight: 600;
	    color: #1d1d1f;
	}

	.mobile-menu-sidebar__close {
	    background: none;
	    border: none;
	    padding: 5px;
	    position: absolute;
	    top: 7px;
	    right: 7px;
	    cursor: pointer;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    color: #646970;
	    transition: color 0.2s;
	}

	.mobile-menu-sidebar__close:hover {
	    color: #1d1d1f;
	}

	.mobile-menu-sidebar__content {
	    padding: 30px;
	}

	.mobile-menu-section {
	    padding: 20px 0;
	    border-bottom: 1px solid #f0f0f1;
	}

	.mobile-menu-section:first-child {
		padding-top: 5px;
	}

	.mobile-menu-section:last-child {
	    margin-bottom: 0;
	}

	.mobile-menu-section--top .mobile-menu-nav__link {
		font-size: 15px;
	}

	.mobile-menu-section__title {
        font-size: 14px;
        font-weight: 400;
        color: #a8a8a8;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
        line-height: 1.3;
	}

	.mobile-menu-section__text {
        font-size: 14px;
        font-weight: 400;
        color: #a8a8a8;
        line-height: 1.3;
        margin-bottom: 10px;
	}

	.mobile-menu-nav__list {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    display: flex;
	    flex-wrap: wrap;
	    column-gap: 20px;
	}

	.mobile-menu-nav__item {
	    margin-bottom: 4px;
	}

	.mobile-menu-nav__link {
	    display: block;
        padding: 5px 0 0;
	    font-size: 20px;
	    font-weight: 400;
	    line-height: 1.2;
	    color: #060607;
	    text-decoration: none;
	}

	.mobile-menu-messengers {
	    display: flex;
	    gap: 10px;
	}

	.mobile-menu-messenger {
	    display: flex;
	    align-items: center;
	    text-decoration: none;
	    color: #1d1d1f;
	    gap: 9px;
	    font-size: 15px;
	    font-weight: 500;
	}

	.mobile-menu-messenger:hover {
	    background: #e8e9ea;
	}

	.mobile-menu-messenger svg {
	    flex-shrink: 0;
	    width: 20px;
	    height: 20px;
	}

	.mobile-menu-phone {
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2;
        color: #060607;
        text-decoration: none;
	}

	/* Отключаем скролл body когда меню открыто */
	body.mobile-menu-open {
	    overflow: hidden;
	}	

    .accessories-promo {
	    flex-direction: column;
	    margin-top: 50px;
    }

    .accessories-promo__label {
    	font-size: 15px;
    }

    .accessories-promo__title {
	    font-size: 25px;
	    line-height: 25px;
    }

    .accessories-promo__text {
	    font-size: 15px;
	    margin-bottom: 10px;
    }

    .accessories-promo__image {
    	padding: 0px 30px 0;
    }

    .accessories-promo__image img {
    	max-width: 100%;
    }
    .comparison-table__image {
	    height: 200px;
	    width: 200px;
	    margin: auto;
    }

    .comparison-table__image img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
    }

    .comparison-table__name {
    	min-height: 54px;
    }
}


/* ============================================
   Таблица сравнения функций (features-table)
   ============================================ */

.features-comparison-table {
	margin: 80px 0;
}

.features-comparison-table__title {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 60px;
	color: #1d1d1f;
}

.features-comparison-table__wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.features-comparison-table__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}

.features-comparison-table__table thead {
	background: #f5f5f5;
}

/* Заголовки столбцов */
.features-comparison-table__header {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 600;
    padding: 15px;
    text-align: left;
	border-bottom: 1px solid #e3e3e3;
}

.features-comparison-table__header--first {
	text-align: left;
	background: transparent;
}

.features-comparison-table__header-icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
}

.features-comparison-table__header-text {
	display: inline-block;
	vertical-align: middle;
}

/* Строки таблицы */
.features-comparison-table__row {
	border-bottom: 1px solid #d2d2d7;
}


/* Ячейки */
.features-comparison-table__cell {
	padding: 24px 20px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.features-comparison-table__cell svg {
	width: 32px;
	height: 32px;
}

.features-comparison-table__row:last-child .features-comparison-table__cell {
	border-bottom: none;
}

/* Первая колонка с названиями функций */
.features-comparison-table__cell--feature {
	text-align: left;
	background: transparent;
	padding: 20px 24px;
}

.features-comparison-table__feature {
	display: flex;
	align-items: center;
	gap: 9px;
}

.features-comparison-table__feature-icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.features-comparison-table__feature-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.features-comparison-table__feature-name {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
    display: block;
    max-width: 130px;
}

/* Иконки галочек и крестиков */
.features-comparison-table__icon {
	display: inline-block;
	width: 28px;
	height: 28px;
}

.features-comparison-table__icon--yes {
	color: #34c759;
}

.features-comparison-table__icon--no {
	color: #1d1d1f;
	opacity: 0.5;
}

/* Адаптив для таблицы */
@media (max-width: 1024px) {
	.features-comparison-table {
		margin: 60px 0;
	}
	
	.features-comparison-table__title {
		font-size: 40px;
		margin-bottom: 40px;
	}
	
	.features-comparison-table__header {
		padding: 24px 16px;
		font-size: 19px;
	}
	
	.features-comparison-table__header-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 12px;
	}
	
	.features-comparison-table__cell {
		padding: 20px 16px;
	}
	
	.features-comparison-table__feature-icon {
		width: 40px;
		height: 40px;
	}
	
	.features-comparison-table__feature-name {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.features-comparison-table {
        margin: 48px 0;
	}
	
	.features-comparison-table__title {
		font-size: 32px;
		margin-bottom: 32px;
		padding: 0 20px;
	}
	
	.features-comparison-table__table {
		border-radius: 12px;
	}
	
	.features-comparison-table__header {
		padding: 20px 12px;
		font-size: 17px;
	}
	
	.features-comparison-table__header-icon {
		width: 50px;
		height: 50px;
		margin-bottom: 8px;
	}
	
	.features-comparison-table__cell {
		padding: 16px 12px;
	}
	
	.features-comparison-table__cell--feature {
		padding: 16px 16px;
	}
	
	.features-comparison-table__feature {
		gap: 12px;
	}
	
	.features-comparison-table__feature-icon {
		width: 36px;
		height: 36px;
	}
	
	.features-comparison-table__feature-name {
		font-size: 15px;
	}
	
	.features-comparison-table__icon {
		width: 24px;
		height: 24px;
	}

	.airtag-features {
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
	}

	.airtag-products {
		display: none;
	}

	.airtag-specs {
		display: flex;
		flex-direction: column;
		padding-bottom: 50px;
	}
	.cart-modal__container {
	    margin: 0;
	    border-radius: 0;
	}
	.cart-modal__content {
	    display: flex;
	    flex-direction: column;
	}
	.cart-modal__left {
	    padding: 0;
	    margin-top: 30px;
	}

	.cart-modal__title {
    	margin-bottom: 20px;
	}

	.cart-modal__right {
	    order: -1;
	    padding: 0;
	}
}

/* ================================
   Cookies Banner
   ================================ */
.cookies-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1d1d1f;
	color: #fff;
	padding: 20px;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	transform: translateY(100%);
	transition: transform 0.4s ease;
}

.cookies-banner.show {
	transform: translateY(0);
}

.cookies-banner__content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.cookies-banner__text {
	font-size: 14px;
	line-height: 1.5;
	color: #f5f5f7;
	margin: 0;
	flex: 1;
}

.cookies-banner__actions {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}

.cookies-banner__btn {
	padding: 10px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'SF Pro Display', sans-serif;
	cursor: pointer;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.cookies-banner__btn--accept {
	background: #d6a569;
	color: #fff;
	border: none;
}

.cookies-banner__btn--accept:hover {
	background: #c89558;
	transform: translateY(-1px);
}

.cookies-banner__btn--decline {
	background: transparent;
	color: #f5f5f7;
	border: 1px solid #86868b;
}

.cookies-banner__btn--decline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #f5f5f7;
}

@media (max-width: 768px) {
	.cookies-banner__content {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	.cookies-banner__text {
		text-align: center;
		font-size: 13px;
	}

	.cookies-banner__actions {
		flex-direction: column;
		gap: 10px;
	}

	.cookies-banner__btn {
		width: 100%;
		text-align: center;
	}
}

/* ================================
   Floating Widget (Контакты)
   ================================ */
.floating-widget {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9998;
}

.floating-widget__toggle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #1d1d1f;
	color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	position: relative;
}

.floating-widget__toggle:hover {
	background: #d6a569;
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(214, 165, 105, 0.4);
}

.floating-widget__toggle svg {
	width: 28px;
	height: 28px;
	transition: transform 0.3s ease;
}

.floating-widget.active .floating-widget__toggle {
	background: #d6a569;
}

.floating-widget.active .floating-widget__toggle svg {
	transform: rotate(180deg);
}

.floating-widget__menu {
	position: absolute;
	bottom: 75px;
	right: 0;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	padding: 8px;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
}

.floating-widget.active .floating-widget__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.floating-widget__options {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.floating-widget__option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border-radius: 8px;
	text-decoration: none;
	color: #1d1d1f;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.2s ease;
	position: relative;
	overflow: hidden;
}

.floating-widget__option::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f7;
	opacity: 0;
	transition: opacity 0.2s ease;
	z-index: -1;
}

.floating-widget__option:hover::before {
	opacity: 1;
}

.floating-widget__option--phone:hover {
	color: #007aff;
}

.floating-widget__option--whatsapp:hover {
	color: #25d366;
}

.floating-widget__option--telegram:hover {
	color: #0088cc;
}

.floating-widget__icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.floating-widget__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.floating-widget__label {
	font-family: 'SF Pro Display', sans-serif;
	white-space: nowrap;
}

/* Адаптивность */
@media (max-width: 768px) {
	.floating-widget {
		bottom: 20px;
		right: 20px;
	}

	.floating-widget__toggle {
		width: 56px;
		height: 56px;
	}

	.floating-widget__toggle svg {
		width: 26px;
		height: 26px;
	}

	.floating-widget__menu {
		bottom: 70px;
		min-width: 180px;
	}

	.floating-widget__option {
		padding: 10px 14px;
		font-size: 14px;
	}
}

/* Прячем виджет когда открыта корзина или другие модальные окна */
body.modal-open .floating-widget {
	display: none;
}