/* ============================================================
   Section Style Overrides - Pixel Perfect Fixes
   ============================================================ */

/* Переконаємося, що section-header відображається */
.must-have-section .section-header,
.perfume-sets-section .section-header,
.new-products-section .section-header,
.news-section .section-header {
	display: block !important;
	visibility: visible !important;
}

/* Заголовки секцій - 34px (3.4rem) */
.must-have-section .section-header .section-title,
.must-have-section h2.section-title,
.must-have-section .section-title,
.perfume-sets-section .section-header .section-title,
.perfume-sets-section h2.section-title,
.perfume-sets-section .section-title,
.new-products-section .section-header .section-title,
.new-products-section h2.section-title,
.new-products-section .section-title,
.news-section .section-header .section-title,
.news-section h2.section-title,
.news-section .section-title {
	font-size: 3.4rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

@media (max-width: 767px) {
	.must-have-section .section-header .section-title,
	.must-have-section h2.section-title,
	.must-have-section .section-title,
	.perfume-sets-section .section-header .section-title,
	.perfume-sets-section h2.section-title,
	.perfume-sets-section .section-title,
	.new-products-section .section-header .section-title,
	.new-products-section h2.section-title,
	.new-products-section .section-title,
	.news-section .section-header .section-title,
	.news-section h2.section-title,
	.news-section .section-title {
		font-size: 2.4rem !important;
	}
}

/* Посилання "ДИВИТИСЬ БІЛЬШЕ" - підкреслені, без рамки */
.must-have-section .section-footer .section-link,
.must-have-section a.section-link,
.perfume-sets-section .section-footer .section-link,
.perfume-sets-section a.section-link,
.new-products-section .section-footer .section-link,
.new-products-section a.section-link {
	display: inline-block !important;
	color: #000 !important;
	text-decoration: underline !important;
	text-transform: uppercase !important;
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	min-width: auto !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	transition: opacity 0.3s ease !important;
}

.must-have-section .section-footer .section-link:hover,
.must-have-section a.section-link:hover,
.perfume-sets-section .section-footer .section-link:hover,
.perfume-sets-section a.section-link:hover,
.new-products-section .section-footer .section-link:hover,
.new-products-section a.section-link:hover {
	opacity: 0.7 !important;
	text-decoration: underline !important;
	background: transparent !important;
	color: #000 !important;
	border: none !important;
}

/* Посилання "УСІ БРЕНДИ" - підкреслене */
.brands-section .brands-footer .brands-link,
.brands-section a.brands-link {
	display: inline-block !important;
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #000 !important;
	text-decoration: underline !important;
	letter-spacing: 1px !important;
	transition: opacity 0.3s ease !important;
}

.brands-section .brands-footer .brands-link:hover,
.brands-section a.brands-link:hover {
	opacity: 0.7 !important;
	text-decoration: underline !important;
	color: #000 !important;
}

/* Посилання "ДІЗНАТИСЬ БІЛЬШЕ" в секції новин */
.news-section .section-footer .news-link,
.news-section a.news-link {
	display: inline-block !important;
	color: #fff !important;
	text-decoration: underline !important;
	text-transform: uppercase !important;
	font-size: 1.4rem !important;
	letter-spacing: 1px !important;
	font-weight: 700 !important;
	transition: opacity 0.3s ease !important;
}

.news-section .section-footer .news-link:hover,
.news-section a.news-link:hover {
	opacity: 0.8 !important;
	text-decoration: underline !important;
	color: #fff !important;
}

