

/* Start:/local/components/public2022/catalog.list/templates/.default/style.css?178611955511862*/
/* Базовые элементы управления */
.switchery {
	background-color:#fff;
	border:1px solid #dfdfdf;
	border-radius:20px;
	cursor:pointer;
	display:inline-block;
	height:30px;
	position:relative;
	vertical-align:middle;
	width:50px;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	box-sizing:content-box;
	background-clip:content-box;
}
.switchery>small {
	background:#fff;
	border-radius:100%;
	box-shadow:0 1px 3px rgba(0,0,0,0.4);
	height:30px;
	position:absolute;
	top:0;
	width:30px;
}
.switchery-small {
	border-radius:15px!important;
	height:15px !important;
	width:28px !important;
}
.switchery-small>small {
	height: 15px !important;
	width: 15px !important;
}

/* ==========================================================================
   СОВРЕМЕННАЯ НАВИГАЦИЯ (ЧИПСЫ-ПИЛЮЛИ В НЕСКОЛЬКО РЯДОВ)
   ========================================================================== */
.catalog-nav-container {
	margin-bottom: 25px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
.catalog-nav-scroll {
	display: flex;
	flex-wrap: wrap;         
	justify-content: center; 
	align-items: center;
	gap: 10px 12px;          
	padding: 10px 15px;
	width: 100%;
	max-width: 900px;        
	margin: 0 auto;
}
.catalog-nav-btn {
	display: inline-block;
	white-space: nowrap;
	padding: 10px 22px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #475569;
	font-size: 14px;
	font-weight: 500;
	border-radius: 30px;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.catalog-nav-btn:hover {
	background: #ffffff;
	border-color: #49698E;
	color: #49698E;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(73, 105, 142, 0.1);
}
.catalog-nav-btn.active {
	background: #49698E;
	border-color: #49698E;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(73, 105, 142, 0.2);
}

/* ==========================================================================
   АККУРАТНЫЕ ЧИПСЫ-ПОДРАЗДЕЛЫ (TAGS)
   ========================================================================== */
.subcategory-chips-container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}
.subcategory-chip {
	display: inline-block;
	padding: 6px 16px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	color: #475569;
	font-size: 12px;
	font-weight: 500;
	border-radius: 20px;
	text-decoration: none !important;
	transition: all 0.2s ease;
}
.subcategory-chip:hover {
	background: #ffffff;
	border-color: #49698E;
	color: #49698E;
	transform: translateY(-1px);
}

/* ==========================================================================
   МИНИМАЛИСТИЧНЫЕ СОВРЕМЕННЫЕ АЛЕРТЫ
   ========================================================================== */
.alert-modern {
	display: flex;
	align-items: flex-start;
	padding: 15px 20px;
	border-radius: 12px;
	border: none;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.alert-modern .alert-icon {
	font-size: 18px;
	margin-right: 12px;
	flex-shrink: 0;
}
.alert-modern .alert-text {
	color: #475569;
	font-weight: 450;
}
.alert-warning-modern {
	background-color: #fffbeb;
	border-left: 4px solid #f59e0b;
}
.alert-warning-modern .alert-icon {
	color: #d97706;
}
.alert-info-modern {
	background-color: #f0fdf4;
	border-left: 4px solid #10b981;
}
.alert-info-modern .alert-icon {
	color: #059669;
}

/* ==========================================================================
   ЭФФЕКТ ПЛАВНОГО ПОЯВЛЕНИЯ ПРИ СКРОЛЛЕ
   ========================================================================== */
.reveal-card {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: opacity, transform;
}
.reveal-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ==========================================================================
   ГРИД-СЕТКА НА 5 СТОЛБЦОВ
   ========================================================================== */
.product-grid-modern {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	justify-content: center;
	margin-top: 15px;
}
@media (min-width: 576px) {
	.product-grid-modern { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 992px) {
	.product-grid-modern { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1200px) {
	.product-grid-modern { grid-template-columns: repeat(5, 1fr); }
}

/* ==========================================================================
   СОВРЕМЕННЫЙ СТИЛЬ КАРТОЧЕК ТОВАРОВ (ПРОПОРЦИИ 3:4)
   ========================================================================== */
.product {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #f1f5f9;
	transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.5s ease-out;
	transform-style: preserve-3d;
	will-change: transform;
	position: relative;
	cursor: pointer;
	aspect-ratio: 3 / 4; 
	display: flex;
	flex-direction: column;
	width: 100%;
}
.product:hover {
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.07) !important;
	border-color: #cbd5e1;
	z-index: 5;
}

.product-img-holder {
	background: #fdfdfd;
	width: 100%;
	aspect-ratio: 1 / 1; 
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-bottom: 1px solid #f8fafc;
	transform: translateZ(20px);
	flex-shrink: 0;
}
.product-img-holder img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.product-info-holder {
	padding: 12px 15px 15px 15px;
	transform: translateZ(35px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	overflow: hidden;
	background: #ffffff;
}

.product .caption {
	height: auto;
	margin-bottom: 4px;
	overflow: hidden;
	text-align: left;
	padding: 0 !important;
	flex-grow: 1;
}
.product .caption a {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #1e293b;
	text-decoration: none !important;
	transition: color 0.2s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product:hover .caption a {
	color: #49698E;
}

.product .ratings {
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}
.product .price-tag {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 11px;
	color: #64748b;
	font-weight: 500;
}
.product .price-tag span {
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
}
.product .secret-tag i {
	font-size: 14px;
	color: #94a3b8;
	transition: color 0.2s ease;
}
.product:hover .secret-tag i {
	color: #49698E;
}

@media (max-width: 768px) {
	.product-img-holder { padding: 8px; }
	.product-info-holder { padding: 8px; }
	.product .caption a { font-size: 11px; line-height: 1.25; }
	.product .price-tag { font-size: 10px; }
	.product .price-tag span { font-size: 13px; }
}

.urlcatalog, #form-shapka, .col-lg-3.col-md-4 {
	display: none !important;
}


/* ==========================================================================
   БЛОК "ТОВАРОВ НЕТ" (СОВРЕМЕННЫЙ ВЕРТИКАЛЬНЫЙ СКАНЕР + ФОРМА)
   ========================================================================== */

/* Общий контейнер (Grid 50/50) */
.empty-state-modern {
	display: grid;
	grid-template-columns: 1fr; /* 1 колонка на мобилках */
	background: #ffffff;
	border-radius: 24px;
	margin: 20px auto 40px;
	border: 1px solid #eef0f2;
	max-width: 1100px;
	overflow: hidden; 
}

@media (min-width: 992px) {
	.empty-state-modern {
		grid-template-columns: 1fr 1fr; /* Ровно половина на половину на десктопе */
	}
}

/* ================= ЛЕВАЯ КОЛОНКА (КВАДРАТНЫЙ СКАНЕР) ================= */
.empty-state-radar-col {
	position: relative;
	background-color: #051024; /* Глубокий темно-синий экран */
	
	/* Тонкая и мелкая сетка сканера */
	background-image: 
		linear-gradient(rgba(0, 243, 255, 0.12) 1px, transparent 1px), 
		linear-gradient(90deg, rgba(0, 243, 255, 0.12) 1px, transparent 1px);
	background-size: 20px 20px; /* Размер ячеек сетки */
	background-position: center center;
	
	/* Закругляем блок со всех сторон и делаем отступ от краев белого контейнера */
	border-radius: 24px; 
	margin: 20px; 
	overflow: hidden;
	
	/* Внутренняя тень для эффекта глубины экрана */
	box-shadow: inset 0 0 40px rgba(0,0,0,0.8), 0 10px 20px rgba(0,0,0,0.05);
}

/* На мобильных телефонах делаем сканер идеальным квадратом сверху */
@media (max-width: 991px) {
	.empty-state-radar-col {
		margin: 15px 15px 0 15px;
		width: auto;
		aspect-ratio: 1 / 1; 
	}
}

/* Горизонтальный луч сканера (ездит вверх-вниз) */
.radar-sweeper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 35%; /* Высота градиента луча */
	background: linear-gradient(
		to bottom, 
		transparent 0%, 
		rgba(0, 243, 255, 0.05) 45%, 
		rgba(0, 243, 255, 0.9) 50%, 
		rgba(0, 243, 255, 0.05) 55%, 
		transparent 100%
	);
	/* Анимация: двигается 3 секунды туда и обратно (alternate) */
	animation: scanVertical 3s ease-in-out infinite alternate;
	z-index: 2;
	pointer-events: none;
}

@keyframes scanVertical {
	0% { top: -35%; }
	100% { top: 100%; }
}

/* Точки (Корабли/Цели) */
.radar-dot {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #00f3ff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	/* Точки плавно мерцают */
	animation: dotTwinkle 2s infinite alternate ease-in-out;
}

/* Расположение точек на сетке сканера */
.dot-1 { top: 25%; left: 65%; animation-delay: 0.2s; }
.dot-2 { top: 60%; left: 85%; animation-delay: 0.8s; }
.dot-3 { top: 80%; left: 40%; animation-delay: 1.4s; }
.dot-4 { top: 45%; left: 20%; animation-delay: 0.5s; }
.dot-5 { top: 15%; left: 35%; animation-delay: 1.1s; }

@keyframes dotTwinkle {
	0% { opacity: 0.15; box-shadow: none; transform: translate(-50%, -50%) scale(0.8); }
	100% { opacity: 1; box-shadow: 0 0 12px 3px #00f3ff; transform: translate(-50%, -50%) scale(1.3); }
}

/* ================= ПРАВАЯ КОЛОНКА (ТЕКСТ + ФОРМА) ================= */
.empty-state-content-col {
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
	justify-content: center; /* Текст и форма всегда ровно по центру высоты */
}
@media (min-width: 768px) {
	.empty-state-content-col {
		padding: 40px 40px 40px 20px;
	}
}

.empty-state-title {
	font-size: 24px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 15px;
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.35;
}
.empty-state-text {
	font-size: 15px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 25px;
}

/* Обертка темной формы */
.empty-state-form-wrap {
	background: #1e293b; 
	border-radius: 16px;
	padding: 25px 30px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.empty-state-microtext {
	font-size: 13px;
	color: #94a3b8; 
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}
.empty-state-microtext i {
	color: #10b981; 
	font-size: 15px;
}
/* End */
/* /local/components/public2022/catalog.list/templates/.default/style.css?178611955511862 */
