/**
 * Header / footer chrome only (shop & blog pages with legacy content).
 * No global body resets — content area uses Woodmart + assets/.
 */

:root {
	--white: #FFFFFF;
	--primary: #55083B;
	--gold: #A4783D;
	--light: #FFEDE1;
	--dark: #634618;
	--cream: #F7EBDE;
	--soft: #FDEDDA;
	--black: #000000;
	--brown: #947E5B;
	--light2: #FFEFE2;
}

@font-face {
	font-family: 'Recoleta';
	src: url('../fonts/Recoleta/Recoleta-Medium.eot');
	src: url('../fonts/Recoleta/Recoleta-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Recoleta/Recoleta-Medium.woff2') format('woff2'),
		url('../fonts/Recoleta/Recoleta-Medium.woff') format('woff'),
		url('../fonts/Recoleta/Recoleta-Medium.ttf') format('truetype'),
		url('../fonts/Recoleta/Recoleta-Medium.svg#Recoleta-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Recoleta';
	src: url('../fonts/Recoleta/Recoleta-Regular.eot');
	src: url('../fonts/Recoleta/Recoleta-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Recoleta/Recoleta-Regular.woff2') format('woff2'),
		url('../fonts/Recoleta/Recoleta-Regular.woff') format('woff'),
		url('../fonts/Recoleta/Recoleta-Regular.ttf') format('truetype'),
		url('../fonts/Recoleta/Recoleta-Regular.svg#Recoleta-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.wk-new-chrome .theme-btn {
	font-family: 'Recoleta', sans-serif;
	font-size: 18px;
	line-height: 1.1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	color: var(--white);
	padding: 14px 24px;
	border-radius: 4px;
	transition: 0.3s;
	border: 1px solid transparent;
	text-decoration: none;
}

.wk-new-chrome .theme-btn:hover {
	background: var(--gold);
	color: var(--white);
}

.wk-new-chrome .outline-btn {
	background: transparent;
	border: 1px solid var(--white);
}

.wk-new-chrome .tranparent-btn {
	background-color: transparent;
	color: var(--primary);
	border: 1px solid var(--primary);
}

.wk-new-chrome .tranparent-btn:hover {
	background-color: var(--gold);
	color: var(--white);
	border: 1px solid var(--gold);
}

.wk-new-chrome .header-contact-btn {
	font-size: 16px;
	padding: 10px 24px;
}

.wk-new-chrome .topbar {
	background: var(--primary);
	color: var(--white);
	padding: 16px 0;
}

.wk-new-chrome .topbar .top-left {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Recoleta', sans-serif;
	font-weight: normal;
}

.wk-new-chrome .top-header-list {
	gap: 0 !important;
	list-style: none;
	padding: 0;
	margin: 0;
}

.wk-new-chrome .top-header-list li a {
	font-size: 16px !important;
	font-weight: 400 !important;
	display: flex;
	align-items: center;
	gap: 8px !important;
	text-decoration: none;
}

.wk-new-chrome .top-header-list li {
	position: relative;
	padding: 0 25px;
	list-style: none;
}

.wk-new-chrome .top-header-list li:first-child {
	padding-left: 0;
}

.wk-new-chrome .top-header-list li:last-child {
	padding-right: 0;
}

.wk-new-chrome .top-header-list li:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.wk-new-chrome .top-header-list li:last-child:after {
	display: none;
}

.wk-new-chrome .top-header-list li span img {
	width: 18px;
	height: 18px;
}

.wk-new-chrome .main-navbar {
	background: var(--white);
	padding: 22px 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.wk-new-chrome .main-navbar .navbar-brand {
	color: var(--primary);
	font-size: 28px;
}

.wk-new-chrome .main-navbar .navbar-nav .nav-link {
	font-family: 'Recoleta', sans-serif;
	font-size: 18px;
	color: var(--dark);
	padding: 0;
	margin: 0 20px;
	text-transform: capitalize;
}

.wk-new-chrome .main-navbar .navbar-nav .nav-item:first-child .nav-link {
	margin-left: 0;
}

.wk-new-chrome .main-navbar .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0;
}

.wk-new-chrome .main-navbar .nav-link:hover,
.wk-new-chrome .main-navbar .nav-link.active {
	color: var(--primary);
}

.wk-new-chrome .main-navbar .nav-icons {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 40px;
	list-style: none;
	padding: 0;
}

.wk-new-chrome .main-navbar .nav-icons > li {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.wk-new-chrome .main-navbar .nav-icons-items {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	line-height: 0;
	position: relative;
	flex-shrink: 0;
}

.wk-new-chrome .main-navbar .nav-icons-items img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.wk-new-chrome .main-navbar .nav-icons i {
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
}

.wk-new-chrome .wk-header-cart-count {
	position: absolute;
	top: -7px;
	right: -9px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--primary, #55083b);
	color: #fff;
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	pointer-events: none;
}

.wk-new-chrome .wk-header-cart-count:empty {
	display: none;
}

.wk-new-chrome .map-section {
	background-image: url('../images/map.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 230px 0 168px;
	text-align: center;
}

.wk-new-chrome .map-content h2 {
	color: var(--black);
	margin-bottom: 56px;
	max-width: 850px;
	margin-inline: auto;
	font-weight: 500;
	font-family: 'Recoleta', sans-serif;
}

.wk-new-chrome .map-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.wk-new-chrome .map-section .outline-btn {
	background: transparent;
	border: 1px solid var(--primary);
	color: var(--primary);
}

.wk-new-chrome .map-section .outline-btn:hover {
	background: var(--primary);
	color: var(--white);
}

.wk-new-chrome .footer {
	background: #310422;
	color: var(--white);
	padding-top: 80px;
}

.wk-new-chrome .footer h5 {
	font-size: 20px;
	line-height: 1.65em;
	margin-bottom: 18px;
	font-weight: 400;
	font-family: 'Recoleta', sans-serif;
	color: #fff !important;
}

.wk-new-chrome .footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wk-new-chrome .footer ul li {
	margin-bottom: 12px;
}

.wk-new-chrome .footer ul li a {
	color: #fff !important;
	font-size: 16px;
	line-height: 1.65em;
	text-decoration: none;
}

.wk-new-chrome .footer ul li a:hover {
	color: #fff !important;
	opacity: 0.85;
}

.wk-new-chrome .footer-brand img {
	max-width: 112px;
	margin-bottom: 24px;
}

.wk-new-chrome .footer-brand p {
	font-size: 18px;
	line-height: 1.65em;
	color: #fff !important;
	margin: 0;
	max-width: 406px;
}

.wk-new-chrome .social-icons {
	display: flex;
	gap: 15px;
}

.wk-new-chrome .social-icons a img {
	width: 40px;
	height: 40px;
}

.wk-new-chrome .payment-methods {
	max-width: 248px;
}

.wk-new-chrome .payment-methods .payment-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
}

.wk-new-chrome .payment-methods .payment-icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.wk-new-chrome .footer-bottom {
	text-align: center;
	padding: 28px 0;
	margin-top: 75px;
	border-top: 1px solid #7E7E7E;
}

.wk-new-chrome .footer-bottom p {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
	color: #fff !important;
}

/* Override legacy child style.css footer rules on hybrid pages */
.wk-new-chrome-footer footer h5,
.wk-new-chrome-footer footer ul li a,
.wk-new-chrome-footer footer p {
	color: #fff !important;
}

.wk-new-chrome.search-overlay,
.search-overlay.wk-new-chrome {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(85, 8, 59, 0.95);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
}

.wk-new-chrome.search-overlay.active,
.search-overlay.wk-new-chrome.active {
	opacity: 1;
	visibility: visible;
}

.wk-new-chrome .search-close {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 50px;
	color: var(--white);
	cursor: pointer;
	transition: 0.3s;
}

.wk-new-chrome .search-close:hover {
	color: var(--gold);
}

.wk-new-chrome .search-content {
	width: 100%;
	max-width: 600px;
	padding: 0 20px;
}

.wk-new-chrome .search-content form {
	position: relative;
	display: flex;
	align-items: center;
}

.wk-new-chrome .search-content input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid var(--white);
	color: var(--white);
	font-size: 24px;
	padding: 10px 40px 10px 0;
	outline: none;
}

.wk-new-chrome .search-content input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.wk-new-chrome .search-content button {
	background: transparent;
	border: none;
	color: var(--white);
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.wk-new-chrome .search-content button:hover {
	color: var(--gold);
}
