/*
 * Floritual — подвал по макету (2026-06-11).
 * Слева логотип со слоганом, колонки ссылок, контакты с иконками,
 * декоративный ангел справа, нижняя полоса с копирайтом и политикой.
 * Подключается из functions.php (floritual_cards_styles).
 */

.footer-container {
	background-color: #000;
}

/* Ангел со свечой — декор правого края подвала */
@media (min-width: 1025px) {
	.footer-container {
		background-image: url('https://floritual.ru/wp-content/uploads/2026/06/footer-angel.webp');
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: auto 92%;
	}

	.footer-container .main-footer {
		padding-right: 300px;
	}
}

.footer-container .main-footer {
	padding-top: 55px;
	padding-bottom: 35px;
}

/* Первая колонка раскладки (footer-1) пустая — не занимает место */
.footer-sidebar .footer-column-1 {
	display: none;
}

/* Ширины колонок на десктопе: бренд / навигация / каталог / категории / контакты */
@media (min-width: 992px) {
	.footer-sidebar .footer-column-2 {
		width: 22%;
	}

	.footer-sidebar .footer-column-3 {
		width: 14%;
	}

	.footer-sidebar .footer-column-4 {
		width: 18%;
	}

	.footer-sidebar .footer-column-5 {
		width: 18%;
	}

	.footer-sidebar .footer-column-6 {
		width: 28%;
	}
}

/* Заголовки колонок */
.footer-sidebar .widget-title {
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* Ссылки */
.footer-sidebar .menu li {
	margin-bottom: 11px;
}

.footer-sidebar .menu li a {
	color: #b9b9b9;
	font-size: 13px;
	transition: color 0.2s ease;
}

.footer-sidebar .menu li a:hover {
	color: #fbbc34;
	text-decoration: none;
}

/* Бренд-блок: логотип + слоган */
.floritual-footer-brand img {
	width: 170px;
	height: auto;
}

.floritual-footer-brand p {
	margin: 16px 0 0;
	color: #9a9a9a;
	font-size: 13px;
	line-height: 1.75;
	max-width: 240px;
}

/* Контакты с золотыми иконками */
.floritual-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.floritual-contact-list li {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 14px;
	color: #d9d9d9;
	font-size: 13px;
}

.floritual-contact-list li i.fa {
	color: #c49a4d;
	font-size: 15px;
	width: 16px;
	text-align: center;
	flex: 0 0 16px;
}

.floritual-contact-list li a {
	color: #d9d9d9;
}

.floritual-contact-list li a:hover {
	color: #fbbc34;
	text-decoration: none;
}

/* Нижняя полоса: копирайт слева, политика справа */
.copyrights-wrapper {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background-color: #000;
}

.copyrights-wrapper .min-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px 20px;
	padding: 18px 0;
}

/* Перебиваем ширины/флоаты темы, чтобы © и политика стояли в одну строку */
.copyrights-wrapper .min-footer .col-left {
	flex: 1 1 auto;
	width: auto;
	float: none;
	text-align: left;
}

.copyrights-wrapper .min-footer .col-right {
	flex: 0 0 auto;
	width: auto;
	float: none;
	margin-left: auto;
}

.copyrights-wrapper .min-footer .col-left p,
.copyrights-wrapper .min-footer .col-left {
	margin: 0;
	color: #8a8a8a;
	font-size: 12.5px;
}

.copyrights-wrapper .min-footer .col-right a {
	color: #b9b9b9;
	font-size: 12.5px;
}

.copyrights-wrapper .min-footer .col-right a:hover {
	color: #fbbc34;
	text-decoration: none;
}

/* Планшет и телефон: колонки стекаются штатно, декор не мешает */
@media (max-width: 991px) {
	.footer-container .main-footer {
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.footer-sidebar [class*="footer-column"] {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.copyrights-wrapper .min-footer {
		justify-content: center;
		text-align: center;
	}
}
