/*
 * Theme Name: BE Furniture Sales - 2026
 * Template: be-furniture-sales
 * Author: John Wilson @ Alt Design
 * Author URI: http://www.altdesign.net/
 * Version: 01.01.2026
 * Text Domain: alt
 */

.site-header.update .site-wrapper.site-header__inner {
	position: relative;
	min-height: 180px;
	padding-top: 3.5rem;
}

.site-header.update .header-links-wrap {
	position: absolute;
	top: 20px;
	right: 20px;
}

.site-header.update .header-links-wrap .header-links {
	float: none;
	clear: none;
	margin: 0;
}

.site-header.update .site-swap {
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.site-header.update .site-title {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
}

@media (max-width: 600px) {
	.site-header.update .site-wrapper.site-header__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 1rem;
	}

	.site-header.update .header-links-wrap {
		position: static;
		order: 3;
		margin-top: 1rem;
		width:100%;
	}

	.site-header.update .header-links-wrap .header-links {
		text-align: center;
		display: flex;
		justify-content: flex-end;

	}

	.site-header.update .header-links-wrap .header-links .toggle-menu {
		margin-right: auto;
	}

	.site-header.update .site-title {
		order: 2;
		margin-top: 5rem;
	}
}

.page-template-template-homepage-2026 .main-navigation {
	position: relative;
	z-index: 9999;
}

.page-template-template-homepage-2026 .share-icons {
	z-index: 9990;
}

.page-template-template-homepage-2026 .front-page .bg-products-blue .content-1col {
	color: #FFFFFF;
	margin: 0;
}

.page-template-template-homepage-2026 .bg-products-white {
	padding: 7rem 0 5rem;
}

.page-template-template-homepage-2026 .site-footer .newsletter-signup {
	z-index: 9999;
}

.page-template-template-homepage-2026 .bg-products-blue {
	background-color: #0b174f;
	color: #FFFFFF;
	padding: 7rem 0 5rem;
}

.page-template-template-homepage-2026 .homepage-grid {
	background-color: #0b174f;
	color: #FFFFFF;
	padding: 7rem 0;
}

.page-template-template-homepage-2026 .bg-blue-content {
	background-color: #222C5B;
	color: #FFFFFF;
	padding: 7rem 0 5rem;
}

.page-template-template-homepage-2026 .front-page .bg-blue-content .content-1col {
	color: #FFFFFF;
	margin: 0;
}

.page-template-template-homepage-2026 .featured-products-carousel__pagination {
	margin: 3rem 0 0;
}

.page-template-template-homepage-2026 .woocommerce ul.products li.product {
	background-color: #FFFFFF;
}

.page-template-template-homepage-2026 .woocommerce ul.products li.product .image-wrap .inner-wrap {
	height: auto;
	aspect-ratio: 12 / 15;
	overflow: hidden;
	width: 100%;
}

.page-template-template-homepage-2026 .woocommerce ul.products li.product .image-wrap .inner-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.page-template-template-homepage-2026 .site-content {
	position: relative;
	z-index: 1000;
}

@media (min-width: 600px) {
	.page-template-template-homepage-2026 .site-content {
		margin-top: -30px;
	}
}

.page-template-template-homepage-2026 .site-content:before,
.page-template-template-homepage-2026 .site-content:after,
.page-template-template-homepage-2026 .site-main:before,
.page-template-template-homepage-2026 .site-main:after {
	display: none;
}

.site-wrapper {
	max-width: 1360px;
}

.front-page {
	padding-top: 0;
}

.header-slides-wrapper .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.header-slides-wrapper {
	position: relative;
	height: 360px;
}

.header-slides {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.header-slides .header-slide,
.header-slides .slick-slide {
	height: 360px;
	overflow: hidden;
	width: 100%;
}

@media (min-width: 768px) {
	.header-slides-wrapper {
		height: 420px;
	}

	.header-slides .header-slide,
	.header-slides .slick-slide {
		height: 420px;
	}
}

@media (min-width: 1024px) {
	.header-slides-wrapper {
		height: 560px;
	}

	.header-slides .header-slide,
	.header-slides .slick-slide {
		height: 560px;
	}
}

.header-slides .header-slide img,
.header-slides .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.header-slides .slick-dots {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.header-slides .slick-dots li {
	display: inline-block;
	margin: 0 6px;
}

.header-slides .slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 16px;
	height: 16px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	color: transparent;
}

.header-slides .slick-dots li button::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #E4E4E4;
}

.header-slides .slick-dots li button:hover::before,
.header-slides .slick-dots li.slick-active button::before {
	background: #FF7400;
}

.featured-products-carousel__pagination {
	margin-top: 1rem;
	text-align: center;
}

.featured-products-carousel__pagination .slick-dots {
	position: static;
	margin: 0;
	padding: 0;
	list-style: none;
}

.featured-products-carousel__pagination .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

.featured-products-carousel__pagination .slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 16px;
	height: 16px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	color: transparent;
}

.featured-products-carousel__pagination .slick-dots li button::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #CCCCCC;
}

.featured-products-carousel__pagination .slick-dots li.slick-active button::before {
	background: #FF7400;
}

.homepage-grid-items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

@media (min-width: 768px) {
	.homepage-grid-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

.homepage-grid-items.slick-initialized {
	display: block;
}

.homepage-grid-items.slick-initialized .homepage-grid-items__item {
	min-height: 280px;
}

.homepage-grid-items .slick-dots {
	position: static;
	margin-top: 1rem;
	padding: 0;
	list-style: none;
	text-align: center;
}

.homepage-grid-items .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

.homepage-grid-items .slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 16px;
	height: 16px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	color: transparent;
}

.homepage-grid-items .slick-dots li button::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #E4E4E4;
}

.homepage-grid-items .slick-dots li.slick-active button::before {
	background: #FF7400;
}

.homepage-grid-items__item {
	display: block;
	position: relative;
	min-height: 280px;
	background-color: #e5e5e5;
	background-image: var(--grid-bg-image);
	background-size: cover;
	background-position: center;
	text-decoration: none;
	color: #1e3a5f;
}

.homepage-grid-items__item:hover {
	opacity: 0.95;
}

.homepage-grid-items__box {
	position: absolute;
	left: 20px;
	bottom: 20px;
	min-width: 300px;
	background: #ffd400;
	padding: 1.25rem 1.5rem;
	max-width: calc(100% - 40px);
}

.homepage-grid-items__title {
	display: block;
	font-family: "ff-tisa-web-pro", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.25rem;
}

.homepage-grid-items__link-text {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.homepage-grid-items__box--sale {
	background: #c00;
	color: #fff;
}

.homepage-grid-items__box--sale .homepage-grid-items__title,
.homepage-grid-items__box--sale .homepage-grid-items__link-text {
	color: #fff;
}