/*
Theme Name: Preowned Theme
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Preowned custom theme.
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: preowned, one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/* Override CSS Variables for Fonts - Must be first */
:root,
html {
	--global--font-primary: "Futura PT Light","Futura", sans-serif !important;
	--global--font-secondary: "Futura PT Light","Futura", sans-serif !important;
	--heading--font-family: "Futura PT Light","Futura", sans-serif !important;
	--font-headings: "Futura PT Light","Futura", sans-serif !important;
	--font-base: "Futura PT Light","Futura", sans-serif !important;
}

@font-face {
	font-family: "Futura PT Light";
	src: url("font/Futura_PT_Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Universal Font Override - Force Futura on ALL elements with maximum specificity */
*,
*::before,
*::after,
html *,
html *::before,
html *::after,
body *,
body *::before,
body *::after,
#page *,
#page *::before,
#page *::after,
.site *,
.site *::before,
.site *::after {
	font-family: "Futura PT Light","Futura", sans-serif;
}

/* Override elements using CSS variables */
[style*="font-family"],
[style*="fontFamily"] {
	font-family: "Futura PT Light","Futura", sans-serif;
}

/* Specific element overrides */
html,
body {
	font-family: "Futura PT Light","Futura", sans-serif;
}

body{
	font-family: "Futura PT Light","Futura", sans-serif;
}

/* Override Font Family - Comprehensive List */
*,
*::before,
*::after,
html,
body,
div,
span,
p,
a,
li,
ul,
ol,
dl,
dt,
dd,
button,
.button,
input,
textarea,
select,
label,
form,
table,
thead,
tbody,
tr,
td,
th,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.site,
.site-header,
.site-content,
.site-footer,
.entry-content,
.entry-title,
.widget,
.menu,
.nav-menu,
.wp-block,
.wp-block-heading,
.wp-block-paragraph,
.woocommerce,
.woocommerce-page,
.product,
.cart,
.checkout,
.shop,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	font-family: "Futura PT Light","Futura", sans-serif;
}
/* General */
#page img {
	width: 100%;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline: unset !important;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color: unset !important;
	text-decoration: unset !important;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):focus {
	color: #232323;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	display: none !important;
}
/* Common Form styles: Inquiry Register Account details*/
.submit-button-styles:hover,
.submit-button-styles:focus {
	color: #fff !important;
	background-color: #373737 !important;
}
.submit-button-styles {
	width: 100%;
	color: #fff !important;
	background-color: #211E19 !important;
	border: none !important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-size: 14px !important;
	text-transform: uppercase;
}
.submit-button-styles a {
	color: #fff !important;
	font-size: 14px !important;
	text-transform: uppercase;
}
form .common-inputs-wrapper input {
	border: none !important;
	border-bottom: 1px solid #dddddd !important;
	background: transparent !important;
	margin-bottom: 20px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
form .common-inputs-wrapper,
form .common-inputs-wrapper textarea {
	width: 100% !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	letter-spacing: 0.54px !important;
}
form .common-inputs-wrapper textarea {
	color: #211E1940;
	background-color: transparent;
	border: 1px solid #211E1940;
	border-radius: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.54px;
}
form input:focus,
form textarea:focus,
form button {
	outline: unset !important;
}
#checkbox-input .wpcf7-list-item-label {
	width: fit-content;
}
.compliance-checkbox-wrapper p {
	color: #211E19;
}
.compliance-checkbox-wrapper p,
.wpcf7-not-valid-tip {
    position: absolute;
    top: -5px;
    font-size: 10px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0.36px;
}
/* END Common Form styles: Inquiry Register Account details*/

/* ------------------------------------------------------------
   Shop subcategory menu – force single line with mobile swipe
------------------------------------------------------------ */
.shop-subcat-menu-container {
	position: relative;
	width: 100%;
}
.shop-subcat-menu-scroll-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE/Edge */
	width: 100%;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.shop-subcat-menu-scroll-wrapper:active {
	cursor: grabbing;
}
.shop-subcat-menu-scroll-wrapper::-webkit-scrollbar {
	display: none; /* Chrome/Safari */
}
.shop-subcat-menu-list {
	display: flex !important;
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
	min-width: max-content;
	padding:0 !important;
	justify-content: flex-start;
}
.shop-subcat-menu-list li {
	flex-shrink: 0;
	white-space: nowrap;
}
.shop-subcat-menu-list a {
	display: inline-block;
	white-space: nowrap;
	pointer-events: auto;
}
.shop-subcat-menu-scroll-wrapper.is-dragging .shop-subcat-menu-list a {
	pointer-events: none;
}
@media (min-width: 1441px) {
	.shop-subcat-menu-scroll-wrapper {
		justify-content: center;
	}
}
@media (max-width: 1440px) {
	.shop-subcat-menu-scroll-wrapper {
		padding-bottom: 16px;
		touch-action: pan-x;
	}
	.shop-subcat-menu-list {
		padding: 0 20px;
	}
	.shop-subcat-scroll-indicator {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 4px;
		opacity: 0.6;
		padding: 0;
		margin-top: 8px;
	}
	.shop-subcat-scroll-track {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.1);
		border-radius: 2px;
		overflow: hidden;
	}
	.shop-subcat-scroll-thumb {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		border-radius: 2px;
		transition: width 0.2s ease, left 0.1s ease;
		min-width: 20px;
	}
}
@keyframes subcat-pulse {
	0%, 100% { opacity: 0.4; }
	50% { opacity: 0.8; }
}
/* Header styles */
.primary-navigation a:hover {
	text-decoration: unset !important;
	font-weight: bold !important;
}
.primary-menu-container #primary-menu-list {
	align-items: center;
	position: unset;
}
.site-header {
	padding: 0 !important;
	max-width: 1920px !important;
	min-height: 69px !important;
	gap: unset !important;
	position: fixed;
	top: 0;
	z-index: 999;
	background:#fff !important;
}

/* ------------------------------------------------------------
   Sourcing page – Process section
------------------------------------------------------------ */
.sourcing-request {
	text-align: center;
	padding-top: 4rem;
}
.sourcing-request__toggle {
	margin-top: 0.5rem;
	border: 1px solid #211E19;
	color: #211E19;
	background: transparent;
	padding: 0.75rem 1.5rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 0.8rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.sourcing-request__toggle:hover,
.sourcing-request__toggle.is-open {
	background: #211E19;
	color: #fff;
}
.sourcing-request__chevron {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}
.sourcing-request__toggle.is-open .sourcing-request__chevron {
	transform: rotate(-135deg);
}
.sourcing-request__panel {
	overflow: hidden;
	max-height: 1600px;
	transition: max-height 0.35s ease;
}
.sourcing-request__panel:not(.is-open) {
	max-height: 0;
}
.sourcing-request__form {
	text-align: left;
	margin-top: 2rem;
}
.sourcing-request__form form {
	display: grid;
	gap: 1rem;
	max-width: 620px;
	margin: 0 auto;
}
.sourcing-request__form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.sourcing-request__form input,
.sourcing-request__form select,
.sourcing-request__form textarea {
	width: 100%;
	border: none !important;
	border-bottom: 1px solid #d4d1cc !important;
	padding: 0.85rem 0;
	border-radius: 0;
	background: transparent;
	font-size: 1rem;
	line-height: 1.3;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	color: #6d6d6d;
}
.sourcing-request__form ::placeholder {
	color: #9c938a;
	opacity: 1;
}
.sourcing-request__form label {
	display: inline-block;
	margin-bottom: 0.35rem;
	font-size: 0.95rem;
	font-weight: 500;
	color: #211E19;
	letter-spacing: 0.01em;
}
.sourcing-request__form textarea {
	min-height: 200px;
	border: 1px solid #d4d1cc !important;
	padding: 0.75rem;
	border-radius: 2px;
}
.sourcing-request__form select {
	background-image: linear-gradient(45deg, transparent 50%, #211E19 50%), linear-gradient(135deg, #211E19 50%, transparent 50%);
	background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 28px;
	padding-top: 0.9rem;
	padding-left:20px;
}
.sourcing-request__form input:focus,
.sourcing-request__form select:focus,
.sourcing-request__form textarea:focus {
	outline: none;
	border-color: #211E19;
}
.sourcing-request__form input[type="file"] {
	border: none !important;
	padding: 0;
	font-size: 0.9rem;
}
.sourcing-request__form input[type="file"]::-webkit-file-upload-button {
	border: none;
	background: transparent;
	color: #211E19;
	font-size: 0.9rem;
	cursor: pointer;
	letter-spacing: 0.02em;
}
.sourcing-request__form .wpcf7-list-item {
	margin: 0;
}
.sourcing-request__form .wpcf7-submit {
	border: none;
	background: #211E19;
	color: #fff;
	padding: 1rem 1.4rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.8rem;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.1s ease;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.sourcing-request__form .wpcf7-submit:hover {
	background: #fff;
	color: #211E19;
	border: 1px solid #211E19 !important;
}
.sourcing-request__form .wpcf7-submit:active {
	transform: translateY(1px);
}

.sourcing-process {
	text-align: center;
}
.sourcing-process__title {
	font-size: clamp(2rem, 2.6vw, 2.9rem);
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}
.sourcing-process__row {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	align-items: center;
}
@media (min-width: 992px) {
	.sourcing-process__row {
		flex-direction: row;
		justify-content: center;
		gap: 5.5rem;
		align-items: flex-start;
	}
}
.sourcing-process__step {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	max-width: 17rem;
}
@media (max-width: 991px) {
	.sourcing-process__step {
		align-items: center;
		text-align: center;
	}
}
.sourcing-process__step--last .sourcing-process__arrow {
	display: none;
}
.sourcing-process__top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.9rem;
	margin-bottom: 0.35rem;
}
.sourcing-process__body {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	align-items: flex-start;
}
@media (max-width: 991px) {
	.sourcing-process__body {
		align-items: center;
	}
}
.sourcing-process__number {
	margin: 0;
	font-size: clamp(3.2rem, 3.8vw, 4rem);
	font-weight: 200;
	color: #A06B43;
	line-height: 1;
	letter-spacing: 0.01em;
}
.sourcing-process__arrow {
	margin: 0;
	font-size: 1.4rem;
	color: #A06B43;
	line-height: 1;
}
.sourcing-process__heading {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 600;
	color: #211E19;
	letter-spacing: 0.01em;
}
.sourcing-process__copy {
	margin: 0;
	font-size: 0.95rem;
	color: #4B4338;
	line-height: 1.6;
	max-width: 16.5rem;
}
.studio-process {
	text-align: center;
}
.studio-process__title {
	font-size: clamp(2rem, 2.6vw, 2.9rem);
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}
.studio-process__row {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	align-items: center;
}
@media (min-width: 992px) {
	.studio-process__row {
		flex-direction: row;
		justify-content: center;
		gap: 4rem;
		align-items: flex-start;
	}
}
.studio-process__step {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	max-width: 14rem;
	position: relative;
	padding-left: 4.5rem;
}
.studio-process__step::before {
	content: attr(data-number);
	position: absolute;
	left: -20px;
	top: -0.5rem;
	font-size: clamp(3.5rem, 4.2vw, 4.5rem);
	font-weight: 200;
	color: #A06B43;
	line-height: 1;
	letter-spacing: 0.01em;
}
@media (max-width: 991px) {
	.studio-process__step {
		align-items: center;
		text-align: center;
		padding-left: 0;
		padding-top: 4rem;
		max-width: 100%;
	}
	.studio-process__step::before {
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
}
.studio-process__step--last .studio-process__arrow {
	display: none;
}
.studio-process__content {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-bottom: 0.6rem;
	width: 100%;
}
.studio-process__arrow,
.studio-process__checkmark {
	margin-top: 0.3rem;
	align-self: flex-start;
	font-size: 1.4rem;
	color: #A06B43;
	line-height: 1;
}
.studio-process__heading {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #211E19;
	letter-spacing: 0.01em;
	line-height: 1.3;
}
.studio-process__copy {
	margin: 0;
	font-size: 0.95rem;
	color: #4B4338;
	line-height: 1.5;
	max-width: 100%;
}
.site-branding {
	margin: 0 !important;
	max-width:220px;
}
.primary-navigation {
	position: unset !important; /* new */
	align-items: center;
}
.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child{
	text-decoration: unset !important;
	font-weight: bold !important;
}
.primary-navigation #primary-menu-list .current-menu-item > a:first-child::after,
.primary-navigation #primary-menu-list .current_page_item > a:first-child::after,
.primary-navigation #primary-menu-list a:hover::after {
	display: none;
}
.primary-navigation #primary-menu-list .sub-menu .current-menu-item > a:first-child::after,
.primary-navigation #primary-menu-list .sub-menu .current_page_item > a:first-child::after,
.primary-navigation #primary-menu-list .sub-menu a:hover::after {
	display: none;
}
.primary-navigation .primary-menu-container{
	position: unset !important; /* new */
}
.primary-navigation .primary-menu-container a {
	color: #211E19 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 24px !important; /* 171.429% */
	letter-spacing: 0.56px !important;
	text-transform: uppercase !important;
	font-family: "Futura", sans-serif !important;
}

.primary-navigation .primary-menu-container a:hover,
.primary-navigation #primary-menu-list a:hover {
	font-weight: bold !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	right: 0 !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before,
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
	display: none !important;
}
.primary-menu-container #primary-menu-list .burger-menu-desktop a {
	color: transparent !important;
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 12px;
	overflow: hidden;
	padding: 0 !important;
	pointer-events: none;
	cursor: default;
}
.primary-menu-container #primary-menu-list .burger-menu-desktop a {
	color: transparent !important;
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 12px;
	overflow: hidden;
	padding: 0 !important;
	pointer-events: none;
	cursor: default;
}
.burger-menu-desktop-dropdown-wrapper .menu-items-wrapper .menu-item a{
	font-size: 38px !important;
	font-style: normal !important;
	font-weight: 300 !important;
	line-height: 48px !important; /* 124% */
	letter-spacing: 2px !important;
}
.primary-navigation > div > .menu-wrapper > .burger-menu-desktop > .sub-menu .dropdown-content {
	display: flex;
	justify-content: center;
	width: 1690px;
	margin: 0 auto;
}
.primary-menu-container #primary-menu-list .burger-menu-desktop ul li a {
	width: 760px;
	display: flex;
	position: relative !important;
	color: #211E19 !important;
	height: fit-content;
	padding: 0 58px 0 146px !important;
	pointer-events: all;
	cursor: pointer;
}
.primary-menu-container #primary-menu-list .burger-menu-desktop a:hover::before,
.primary-menu-container #primary-menu-list .burger-menu-desktop .current-menu-item a::before{
	content: '';
	position: absolute;
	top: 48%;
	left: 80px;
	width: 44px;
	height: 4px;
	background-color: #000;
	z-index: 90;
}
#site-navigation .inquiry-btn,
#site-navigation .b2b-btn {
	width: 100px;
	height: 24px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	font-size: 13px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 150% !important;
	letter-spacing: 0.52px !important;
	text-transform: uppercase !important;
	padding: 0 !important;
}
#site-navigation .inquiry-btn {
	border: 1px solid #211E19 !important;
	background-color: #F4F4F4 !important;
	margin: 0 10px 0 60px;
}
#site-navigation .inquiry-btn a {
	color: #211E19 !important;
}
#site-navigation .inquiry-btn:hover {
	background-color: #D8D8D8 !important;
}
#site-navigation .inquiry-btn a,
#site-navigation .b2b-btn a {
	font-size: 13px !important;
}
#site-navigation .b2b-btn {
	background-color: #211E19 !important;
	margin: 0 10px;
}
#site-navigation .b2b-btn a {
	color: #fff !important;
}
#site-navigation .b2b-btn:hover,
#site-navigation .b2b-btn:focus {
	color: #fff !important;
	background-color: #373737 !important;
}
#site-navigation .inquiry-btn a:hover::after,
#site-navigation .b2b-btn a:hover::after,
#site-navigation .inquiry-btn a::after,
#site-navigation .b2b-btn a::after {
	display: none;
}
/* Footer */
.site-footer {
	padding: 0 96px !important;
	align-items: center !important;
	width: 100% !important;
	max-width: unset !important;
}
.site-footer .site-footer-menus-wrapp {
	display: grid;
	grid-template-columns: repeat(4, 1fr) !important;
}
.site-footer .footer-navigation {
	margin-top: 0 !important;
}
.site-footer .footer-navigation .footer-navigation-cols-wrapper {
	padding: 0 !important;
}
.site-footer .footer-navigation .footer-navigation-cols-wrapper li {
	color: #232323 !important;
	display: flex;
	list-style: none !important;
	list-style-type: none !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 21px */
	letter-spacing: 0.28px;
	text-transform: uppercase;
	border-bottom: 1px solid #211e193d;
	padding: 8px 0;
}
.site-footer .footer-navigation .footer-navigation-cols-wrapper li:focus {
	color: #232323 !important;
}
.site-footer .footer-navigation .footer-menu-title {
	border-bottom: 1px solid #211e193d;
	padding: 0 0 20px 0;
}
.site-footer .footer-navigation .footer-menu-title p {
	color: #232323 !important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-size: 33px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 0.66px;
	margin: 0 30px;
}
.site-footer .footer-navigation-cols-wrapper li a,
.site-footer .copyrights .copyrights-info,
.site-footer .country-wrapper {
	margin: 0 30px;
}
.site-footer .copyrights p {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: 0.56px;
}
/* START Pages with a HERO image, styles of the header HERO section */
.hero-content-header {
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 100%;
	height: 580px;
	overflow: hidden;
}
.hero-content-header .content-header-title-wrapp  {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	position: absolute;
	bottom: 14%;
}
.hero-content-header .page-title{
	color: #fff;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}
.hero-content-header .hero-text-2 {
	color: #fff;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 65px;
	letter-spacing: 2.8px;
	text-transform: capitalize;
}
/* END Pages with a HERO image styles */
/* START About Page Styles */
.about-page .page-content-main .section-one .introduction-text-one p,
.about-page .page-content-main .section-three .introduction-text-one p {
	color: #211E19;
	font-size: 60px;
	font-style: normal;
	font-weight: 275;
	line-height: 74px;
	letter-spacing: 1.2px;
}
.about-page .page-content-main .section-one .introduction-text-two,
.about-page .page-content-main .section-three .introduction-text-two {
	width: 60%;
}
.about-page .page-content-main .section-one .introduction-text-two p,
.about-page .page-content-main .section-three .introduction-text-two p {
	color: #211E19;
	font-family: "Futura PT Light","Futura", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
.about-page .page-content-main .section-four .introduction-text p {
	color: #211E19;
	font-size: 40px;
	font-style: normal;
	font-weight: 275;
	line-height: 52px;
	letter-spacing: 0.8px;
}
.about-page .page-content-main .section-four .diagonal-text-1 p,
.about-page .page-content-main .section-four .diagonal-text-2 p {
	color: #211E19;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
/* END About Page Styles */
/* START Designer Page Styles */
.designer-page .page-content-main .section-one .introduction-text-one p {
	color: #211E19;
	font-size: 60px;
	font-style: normal;
	font-weight: 275;
	line-height: 74px;
	letter-spacing: 1.2px;
}
.designer-page .page-content-main .section-one .introduction-text-two {
	width: 60%;
}
.designer-page .page-content-main .section-one .introduction-text-two p {
	color: #211E19;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
.designer-page .section-three .introduction-text p {
	color: #211E19;
	font-size: 70px;
	font-weight: 275;
	line-height: 70px; /* 100% */
	letter-spacing: 1.4px;
	text-transform: capitalize;
}
.designer-page .section-three .text-one,
.designer-page .section-three .text-two {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
.designer-page .section-two .caption {
	color: #232323;
	font-family: "Futura PT Light","Futura", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.32px;
}
.designer-page .swiper-button-next,
.designer-page .swiper-button-prev {
	background-image: url("assets/images/slider-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.designer-page .swiper-button-prev {
	transform: scaleX(-1); /* Flip horizontally */
}
.designer-page .swiper-button-next:after,
.designer-page .swiper-button-prev:after{
	display: none;
}
/* END Designer Page Styles */
/* START Lifecycle Page Styles */
.lifecycle-page .page-content-main .section-one .introduction-text-one p {
	color: #211E19 !important;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.6px;
	text-transform: capitalize;
}
.lifecycle-page .page-content-main .section-one .introduction-text-two p {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.6px;
}
.lifecycle-page .section-two .accordion-button {
	background-color: transparent !important;
	color: #211E19 !important;
	border: none !important;
	padding: unset;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.36px;
}
.lifecycle-page .accordion-content li {
	color: #211E19;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
.lifecycle-page .accordion-content {
	transition: max-height 0.3s ease-out; /* Smooth transition */
	overflow: hidden; /* Hide overflow */
	max-height: 0; /* Start with height 0 for the hidden state */
}
.lifecycle-page .diagonal-header,
.lifecycle-page .diagonal-header-2  {
	color: #211E19;
	font-family: "Futura PT Light","Futura", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.lifecycle-page .diagonal-text-1 p,
.lifecycle-page .diagonal-text-2 p,
.lifecycle-page .diagonal-text-3 p {
	color: #211E19;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
/* END Lifecycle Page Styles */
/* START Responsibility Page Styles */
.responsibility-page .introduction-text-one p {
	color: #211E19;
	font-size: 60px;
	font-style: normal;
	font-weight: 275;
	line-height: 74px;
	letter-spacing: 1.2px;
}
.responsibility-page .introduction-text-two p {
	color: #211E19;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 164.706% */
	letter-spacing: 0.51px;
}
.responsibility-page .diagonal-text-1 p,
.responsibility-page .diagonal-text-3 p,
.responsibility-page .diagonal-text-4 p {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
.responsibility-page .diagonal-text-2-header {
	font-family: "Futura PT Light","Futura", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.responsibility-page .diagonal-text-3-header,
.responsibility-page .text-area-bottom p {
	font-size: 30px;
	font-weight: 275;
	line-height: 56px;
	letter-spacing: 1.5px;
}
/* END Responsibility Page Styles */
/* START Care Recycle Page Styles */
.care-recycle-page .section-one .wood-type-img {
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
	letter-spacing: 0.48px;
}
.care-recycle-page .section-two .text-area-heading-1,
.care-recycle-page .section-four .text-area-heading-2 {
	color: #211E19;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.care-recycle-page .section-two .text-area-1 p,
	.care-recycle-page .section-four .text-area-1 p,
.care-recycle-page .section-five .text-area-bottom-2 p {
	color: #211E19;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
.care-recycle-page .section-two .text-area-sub-heading {
    color: #211E19;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.72px;
}
.care-recycle-page .video .wp-video {
	width: 100% !important;
}
.care-recycle-page .section-five .text-area-bottom p {
	color: #211E19;
	font-size: 50px;
	font-style: normal;
	font-weight: 275;
	line-height: 56px;
	letter-spacing: 1.5px;
}
/* END Care Recycle Page Styles */
/* START Contact Page Styles */
.contact-page .page-title{
	color: #211E19;
	text-align: center;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 65px;
	letter-spacing: 2.8px;
	text-transform: capitalize;
}
.contact-page .contact-header{
	color: #211E19;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 160% */
	letter-spacing: 0.6px;
}
.contact-page .contact-info-content p {
	color: #211E19;
	font-size: 18px;
	font-style: normal;
	line-height: 32px;
	letter-spacing: 0.54px;
}
.contact-form-wrapper {
	color: #211E19;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 1.08px;
}
.contact-page .section-two .contact-form form {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.contact-page .section-two .contact-form label {
	padding: 10px;
	margin: unset;
}
.contact-page .section-two .contact-form p {
	display: flex;
	flex-direction: column;
	margin-bottom: 26px;
}
.contact-page .section-two .contact-form form input,
.contact-page .section-two .contact-form form textarea,
.contact-page .section-two .contact-form label {
	color: #211E19;
	background-color: transparent;
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.54px;
}
.contact-page .section-two .contact-form form input:focus,
.contact-page .section-two .contact-form form textarea:focus {
	outline: unset;
}
.contact-page #checkbox-input input {
	border: 1px solid #211E19;
	height: 22px;
	width: 22px;
}
.contact-page #checkbox-input .wpcf7-list-item-label {
	width: fit-content;
}
.contact-page .section-two .contact-form input {
	border: none;
	border-bottom: 1px solid #211E19;
}
.contact-page .compliance-checkbox-wrapper p {
	color: #211E19;
}
.contact-page .compliance-checkbox-wrapper p,
.contact-page .wpcf7-not-valid-tip {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0.36px;
}
.contact-page .wpcf7-f81-o1 input::placeholder,
.contact-page .wpcf7-f81-o1 textarea::placeholder {
	color: #211E19;
	opacity: 1;
}
.contact-page .section-two .contact-form .compliance-checkbox-wrapper .wpcf7-list-item {
	margin: 0;
	display: flex;
	gap: 8px;
	align-items: center;
}
.contact-page .section-two .contact-form form textarea {
	border: 1px solid #211E19;
	border-radius: 8px;
}
/* END Contact Page Styles */
/* START Registration page styles */
.registration-successful .content-title {
	font-family: "Futura PT Light","Futura", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.72px;
	text-transform: capitalize;
}
.registration-successful .content-text p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.54px;
}
/* END Registration page styles */
/* START Responsive Styles Header and Footer */
@media only screen and (max-width: 1449px) {
	.site-footer .site-footer-menus-wrapp {
    grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media only screen and (max-width: 1689px) { 
	.branding-site-nav-container-wrapp {
		width: 100%;
	}
	.primary-navigation > div > .menu-wrapper > .burger-menu-desktop > .sub-menu .dropdown-content {
		width: 100%;
	}
}
@media only screen and (max-width: 1189px) {
	.burger-menu-desktop-dropdown-wrapper .menu-items-wrapper .menu-item a {
		font-size: 30px !important;
		line-height: 38px !important;
	}
	.primary-navigation {
		display: none !important;
	}
	.site-header {
		display: none !important;
	}
	#primary-menu-list {
		display: none;
	}
	.burger-menu-desktop .sub-menu-toggle,
	.burger-menu-desktop > a {
		display: none;
	}
	.burger-menu-desktop .sub-menu {
    display: flex !important;
    flex-direction: column !important;
	}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right {
		left: 0 !important;
		right: 0 !important;
	}
	.branding-site-nav-container-wrapp .side-buttons {
		display: none;
	}
	.primary-navigation-open .primary-navigation > .primary-menu-container {
		visibility: hidden !important;
    opacity: 0 !important;
	}
	#wprmenu_menu_ul .menu-item {
		width: 70%;
	}
	#wprmenu_menu_ul .menu-item a{
		width: fit-content;
		position: relative;
		color: #211E19 !important;
		font-family: "Futura PT Light","Futura", sans-serif !important;
		font-size: 20px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 24px !important; /* 120% */
		letter-spacing: 1.6px !important;
		text-transform: uppercase !important;
	}
	#wprmenu_menu_ul .current-menu-item a::after {
		content: '';
		position: absolute;
		top: 46%;
		left: 100%;
		width: 44px;
		height: 4px;
		background-color: #000;
	}
	#wprmenu_menu_ul .b2b-btn {
		width: 100%;
		padding: 13px 14px;
	}
	#wprmenu_menu_ul .b2b-btn a {
		width: 100% !important;
		height: 42px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #fff !important;
		background-color: #211E19 !important;
		border: 1px solid #211E19 !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		line-height: 150% !important; /* 21px */
		letter-spacing: 0.28px !important;
		padding: 0 !important;
		position: relative;
	}
	#wprmenu_bar {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 96px !important;
	}
	#wprmenu_bar .bar_logo {
		width: 126px;
		height: auto;
		order: 1;
	}
	#wprmenu_bar .hamburger {
		display: flex;
    height: fit-content;
		order: 2;
	}
	#wprmenu_bar .menu_title{
		top: 0;
        font-size: 0;
	}
	#wprmenu_bar .hamburger-box .hamburger-inner {
		display: none;
	}
	#wprmenu_menu_ul .b2b-btn a:hover {
		color: #fff !important;
	}
	#custom_menu_icon {
		background-color: transparent !important;
	}
	#wprmenu_bar .hamburger-box{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='12' viewBox='0 0 56 12' fill='none'%3E %3Crect width='56' height='3' fill='%23211E19'/%3E %3Crect y='9' width='56' height='3' fill='%23211E19'/%3E %3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 56px;
		height: 12px;
	}
	.cbp-spmenu-bottom.cbp-spmenu-open, .cbp-spmenu-top.cbp-spmenu-open {
    top: 70px !important;
	}
	.hero-content-header {
		height: 400px;
	}
	.hero-content-header .content-header-title-wrapp {
		bottom: unset;
		top: 28%;
	}
	.hero-content-header .hero-text-2 {
	    font-size: 36px;
	    line-height: 40px;
	    letter-spacing: 0.72px;
	}
	.hero-content-header .page-title {
	    font-size: 16px !important;
	    line-height: 22px;
	    letter-spacing: 0.64px;
	}
	#wprmenu_menu_ul {
    	padding: 20px 0 50px;
	}
}
@media only screen and (max-width: 767px) {
	#wprmenu_bar {
		padding: 0 20px !important;
	}
	.site-footer {
		padding: 0 20px !important;
	}
	.site-footer .site-footer-menus-wrapp {
    grid-template-columns: repeat(1, 1fr) !important;
	}
}
@media only screen and (min-width: 930px) {
	.primary-menu-container #primary-menu-list .burger-menu-desktop {
		position: unset !important;
		width: 56px !important;
		height: 12px !important;
		display: flex;
		justify-content: center;
	}
	.primary-menu-container #primary-menu-list .burger-menu-desktop ul li {
		padding: 22px 0;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: end;
	}
	.primary-menu-container #primary-menu-list .burger-menu-desktop ul li:not(:first-child)::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0%;
		width: 100%;
		height: 1px;
		background-color: #211e193d;
	}
	.primary-navigation > div > .menu-wrapper > .burger-menu-desktop > .sub-menu {
		top: 0 !important;
		width: 100% !important;
		min-width: unset;
		min-height: 400px;
		background-color: #f9f9f9;
		padding: 60px 0 !important;
		border: none;
	}
	.burger-menu-desktop:hover .sub-menu {
		display: none !important; /* Ensure the submenu is hidden by default */
	}
	/* Ensure the submenu is visible only when the parent has the expanded class */
	.burger-menu-desktop.expanded > .sub-menu {
			display: block !important; /* Show submenu when parent has expanded class */
	}
	.burger-menu-desktop-dropdown-wrapper {
    position: relative;
		width: 100%;
	}
	.burger-menu-desktop-dropdown-wrapper .menu-items-wrapper {
		width: 50%;
	}
	.burger-menu-desktop-dropdown-wrapper .sub-menu-image-wrapper {
		width: 464px;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.primary-navigation > div > .menu-wrapper > .burger-menu-desktop > .sub-menu .sub-menu-image {
		width: 100%;
	}
	.primary-navigation > div > .menu-wrapper > .burger-menu-desktop > .sub-menu .sub-menu-image img {
		width: 100% !important;
	}
	.primary-menu-container #primary-menu-list .burger-menu-desktop-close-btn {
		cursor: pointer;
    display: flex;
		justify-content: flex-end;
		gap: 16px;
		align-items: center;
		font-size: 16px !important;
		text-transform: uppercase;
		padding: 0 70px 30px 0;
	}
	.primary-navigation > .primary-menu-container {
		visibility: visible !important;
	}
	.primary-menu-container #primary-menu-list .burger-menu-desktop .sub-menu-toggle {
		position: relative;
		right: 0;
		top: 0;
		margin: 0 auto;
		width: 56px !important;
		height: 12px !important;
		cursor: pointer;
	}
	.primary-menu-container #primary-menu-list .burger-menu-desktop .sub-menu-toggle:focus {
		outline: none;
	}
	.primary-menu-container #primary-menu-list .burger-menu-desktop .sub-menu-toggle .icon-plus .svg-icon,
	.primary-menu-container #primary-menu-list .burger-menu-desktop .sub-menu-toggle .icon-minus .svg-icon {
		display: none;
	}
	.primary-menu-container #primary-menu-list .burger-menu-desktop .sub-menu-toggle .icon-plus,
	.primary-menu-container #primary-menu-list .burger-menu-desktop .sub-menu-toggle .icon-minus {
		width: 56px !important;
		height: 12px !important;
	}
	.primary-menu-container #primary-menu-list .burger-menu-desktop .sub-menu-toggle .icon-plus::after,
	.primary-menu-container #primary-menu-list .burger-menu-desktop .sub-menu-toggle .icon-minus::after {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='12' viewBox='0 0 56 12' fill='none'%3E %3Crect width='56' height='3' fill='%23211E19'/%3E %3Crect y='9' width='56' height='3' fill='%23211E19'/%3E %3C/svg%3E");
		width: fit-content;
		height: fit-content;
	}
}
/* END Responsive Styles Header and Footer */
/* START Responsive Styles About Page */
@media only screen and (max-width: 1189px) {
	.about-page .page-content-main .section-one .introduction-text-one p,
	.about-page .page-content-main .section-three .introduction-text-one p {
		font-size: 40px;
		line-height: 48px; /* 120% */
		letter-spacing: 0.8px;
	}
	.about-page .page-content-main .section-one .introduction-text-two,
	.about-page .page-content-main .section-three .introduction-text-two {
		width: 100%;
	}
	.about-page .page-content-main .section-one .introduction-text-two p,
	.about-page .page-content-main .section-three .introduction-text-two p {
		font-size: 15px;
		line-height: 22px; /* 146.667% */
		letter-spacing: 0.6px;
	}
}
/* END Responsive Styles About Page */
/* START Responsive Styles Designer Page */
@media only screen and (max-width: 1189px){
	.designer-page .page-content-main .section-one .introduction-text-one p {
		font-size: 40px;
		line-height: 48px; /* 120% */
		letter-spacing: 0.8px;
	}
	.designer-page .page-content-main .section-one .introduction-text-two {
		width: 100%;
	}
	.designer-page .page-content-main .section-one .introduction-text-two p {
		font-size: 15px;
		line-height: 22px; /* 146.667% */
		letter-spacing: 0.6px;
	}
	.designer-page .section-three .introduction-text p {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 0.72px;
	}
	.designer-page .section-three .text-one,
	.designer-page .section-three .text-two {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.6px;
	}
}
/* END Responsive Styles Designer Page */
/* START Responsive Styles Lifecycle Page */
@media only screen and (max-width: 768px) {
	.lifecycle-page .page-content-main .section-one .introduction-text-one p {
		font-size: 26px;
		line-height: 34px;
		letter-spacing: 0.52px;
	}
	.lifecycle-page .diagonal-header,
	.lifecycle-page .diagonal-header-2  {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 0.72px;
	}
	.lifecycle-page .diagonal-text-1 p,
	.lifecycle-page .diagonal-text-2 p,
	.lifecycle-page .diagonal-text-3 p {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.6px;
	}
	.lifecycle-page .section-two .accordion-button {
		font-size: 16px;
		line-height: 40px;
		letter-spacing: 0.32px;
	}
	.lifecycle-page .accordion-content li {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.6px;
	}
}
/* START Responsive Styles Lifecycle Page */
/* START Responsive Styles Responsibility Page */
@media only screen and (max-width: 768px) {
	.responsibility-page .introduction-text-one p,
	.responsibility-page .diagonal-text-2-header {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 0.72px;
	}
	.responsibility-page .introduction-text-two p {
		font-size: 17px;
		line-height: 28px;
		letter-spacing: 0.51px;
	}
	.responsibility-page .diagonal-text-1 p,
	.responsibility-page .diagonal-text-3 p,
	.responsibility-page .diagonal-text-4 p {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.6px;
	}
	.responsibility-page .diagonal-text-3-header,
	.responsibility-page .text-area-bottom p {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 0.8px;
	}
}
/* END Responsive Styles Responsibility Page */
/* START Responsive Styles Care Recycle Page */
@media only screen and (max-width: 768px) {
	.care-recycle-page .section-one .wood-type-img {
		font-family: "Futura PT Light","Futura", sans-serif !important;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 70px;
		letter-spacing: 0.48px;
	}
	.care-recycle-page .section-two .text-area-heading-1,
	.care-recycle-page .section-four .text-area-heading-2 {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 0.72px;
	}
	.care-recycle-page .section-two .text-area-1 p,
	.care-recycle-page .section-four .text-area-1 p,
	.care-recycle-page .section-five .text-area-bottom-2 p {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.6px;
	}
	.care-recycle-page .section-five .text-area-bottom p {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 0.8px;
	}
}
/* END Responsive Styles Responsibility Page */
/* START Responsive Styles Contact Page */
@media only screen and (max-width: 768px) {
	.contact-page .page-title{
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 0.72px;
	}
	.contact-page .contact-header{
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.6px;
	}
	.contact-page .contact-info-content p {
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0.48px;
	}
	.contact-form-wrapper {
		font-size: 24px;
	}
	.contact-page .section-two .contact-form form input,
	.contact-page .section-two .contact-form form textarea,
	.contact-page .section-two .contact-form label {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.48px;
	}
}
/* END Responsive Styles Contact Page */
/*********** HomePage Start ******/
main#main {
	padding: 0;
}
.video-background {
	position: relative;
	width: 100%;
	height: 80vh;
	overflow: hidden;
}
.video-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	background-size: cover;
}
.contentherovid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}
.herologo img{
	width: 100%;
	height: auto;
	max-width: 440px;
}
.herologo{
	max-width: 440px;
}
.herocontent p{
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-size: 24px;
	color: #F9F9F9;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}
.herocontent h1{
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-size:70px;
	color: #F9F9F9;
	font-weight: 400;
	line-height: 75px;
	letter-spacing: 2.8px;
	text-transform: capitalize;
}
.equal-height {
	display: flex;
	flex-wrap: wrap;
}
.equal-height > div {
	display: flex;
	flex-direction: column;
}
.poppins{
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.playfair{
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.devider-gray{
	height:1px;
	width: 100%;
	background:#211E19;
}
.smalldevide{
	width: 120px;
	height:1px;
	background:#211E19;
}
.buttonwhite p, .buttonwhite span{
	display:inline-block !important;
	vertical-align: top !important;
	border:1px solid #211E19 !important;
	transition: all 0.4s ease 0s !important;
}
.buttonwhite p{
	font-size:14px !important;
	line-height: 24px  !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	padding:5px 25px !important;
}
.buttonwhite span{
	padding: 10px 6px 11px 6px !important;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: unset !important;
	color: unset !important;
}
.buttonwhite:hover p, .buttonwhite:hover span{
	background:#D8D8D8;
	transition: all 0.4s ease 0s;
}
.deviderwrap {
	padding: 80px 0;
}
.h-section-two .text-wrapp p,
.h-section-two .text-wrapp h2 {
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-size: 30px;
	font-style: normal;
	line-height: 46px;
	letter-spacing: 0.7px;
}
.h-section-two .text-wrapp p {
	font-weight: 300;
}
.h-section-two .text-wrapp h2 {
	font-weight: 500;
}
.h-section-three .paragraph-one p {
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 1.2px;
}
.h-section-three .paragraph-two p {
	font-size: 58px;
	font-style: normal;
	font-weight: 275;
	line-height: 70px;
	letter-spacing: 1.16px;
}
.h-section-four .paragraph-heading p {
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 1.05px;
}
.h-section-four .paragraphs-blocks {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
.h-section-five h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}
.h-section-five p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
}
.h-section-six h2	{
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 62px;
	letter-spacing: 1px;
}
.h-section-six p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.frontpage-products-title{
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.51px;
	margin-top: 10px;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.frontpage-products-content{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.51px;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.thetitleswrap{
	display:block;
	margin-bottom: 40px;
}
.fp-coll-title{
	font-size: 40px;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.51px;
	display:block;
	width:100%;
	text-align: center;

}
.fp-coll-subtitle{
	font-size: 20px;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.51px;
	display:block;
	width:100%;
	text-align: center;
	line-height: 20px;
}
.frontpage-products-coll .fp-col-but-wrap{
	margin-top: 40px;
	text-align: center;
}
@media only screen and (max-width: 1180px) {
	.frontpage-products-coll .flex .flex-col{
		padding:30px 5px !important;
	}
}
/*********** HomePage End ******/
/*********** General Inquiry Page Start ******/
.general-inquiry-page .section-two input {
  border-top: none !Important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #dddddd !important;
  background: transparent !important;
  margin-bottom: 20px;
  font-size: 18px !Important;
  font-weight: 400 !Important;
  font-family: "Futura PT Light","Futura", sans-serif !important;
}
.general-inquiry-page .section-two textarea {
	color: #211E1940;
	background-color: transparent;
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.54px;
}
.general-inquiry-page .section-two .wpcf7-submit {
	color: #F2F0EB;
	background-color: #211E19 !important;
}
.general-inquiry-page .section-two .wpcf7-submit:hover {
	background-color: unset;
}
.general-inquiry-page .section-two textarea {
	border: 1px solid #211E1940;
	border-radius: 8px;
}
.general-inquiry-page .contact-form-wrapper {
  color: #211E19;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.08px;
}
.general-inquiry-page .page-title {
  font-size: 36px !important;
  padding: 0;
  margin: 0;
  border: unset;
  font-family: "Futura PT Light","Futura", sans-serif !important;
}
.general-inquiry-page .page-subtitle {
	font-size: 18px;
  font-weight: 400;
  font-family: "Futura PT Light","Futura", sans-serif !important;
  position: relative;
  padding-bottom: 50px;
}
/* ------ */
.general-inquiry-page .section-two form input,
.general-inquiry-page .section-two form textarea,
.general-inquiry-page .section-two label {
	color: #211E19;
	background-color: transparent;
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.54px;
}
.general-inquiry-page .section-two form input:focus,
.general-inquiry-page .section-two form textarea:focus {
	outline: unset;
}
.general-inquiry-page #checkbox-input .wpcf7-list-item-label {
	width: fit-content;
}
.general-inquiry-page .section-two .contact-form input {
	border: none;
	border-bottom: 1px solid #211E1940;
}
.general-inquiry-page .compliance-checkbox-wrapper p,
.general-inquiry-page .wpcf7-not-valid-tip {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0.36px;
}
.general-inquiry-page .section-two form textarea {
	border: 1px solid #211E1940;
	border-radius: 8px;
}
.woocommerce-products-header__title{
	font-size: 70px !important;
}
.woocommerce ul.products.columns-4 li.product {
	width: calc(25% - 30px) !important;
}
.woocommerce ul.products.columns-3 li.product {
	width: calc(33.333% - 30px) !important;
}

/* Responsive product grid: 3 columns desktop, 2 at 1080px (tablets), 1 at 640px (mobile) */
/* Desktop: Always 3 columns (no change) */

/* Tablets: 2 columns at 1080px and below */
@media (max-width: 1080px) {
	.woocommerce ul.products.columns-3 li.product {
		width: calc(50% - 30px) !important;
	}
}

/* Mobile: 1 column at 640px and below, centered */
@media (max-width: 640px) {
	.woocommerce ul.products.columns-3 li.product {
		width: calc(100% - 30px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.woocommerce ul.products {
		justify-content: center !important;
	}
}

/*********** Shop category menu (top filters replacement) ******/
.shop-cat-menu {
	text-align: center;
}

.shop-cat-menu li {
	position: relative;
	padding: 0 1.5rem;
}

.shop-cat-menu li + li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background-color: #211E19;
	opacity: 0.4;
}
/*********** General Inquiry Page End ******/
/***********  HomePage Responsive Styles START ******/
@media only screen and (max-width: 1535px) {
	.h-section-two .text-wrapp p,
	.h-section-two .text-wrapp h2 {
    font-size: 26px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 1279px) {
	.herocontent p{
		font-size: 22px;
		line-height: 58px;
		letter-spacing: 1.6px;
	}
	.herocontent h1{
		font-size: 60px;
		line-height: 58px;
		letter-spacing: 0.8px;
	}
	.h-section-two .text-wrapp {
		padding-bottom: 100px;
    margin-bottom: -100px;
	}
	.h-section-three .paragraph-two p {
		font-size: 44px;
		line-height: 48px;
		letter-spacing: 0.88px;
	}
	.h-section-four .paragraphs-blocks {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.6px;
	}
	.h-section-five p {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.6px;
	}
	.h-section-six h2	{
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 0.72px;
	}
	.h-section-six p {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.6px;
	}
}
@media only screen and (max-width: 768px) {
	.herocontent p{
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1.6px;
	}
	.herocontent h1{
		font-size: 40px;
		line-height: 42px;
		letter-spacing: 0.8px;
	}
	.woocommerce .site-content{
		max-width: 96%;
		margin: 0 auto;
	}
	.woocommerce-products-header__title{
		font-size: 50px !important;
	}
	.woocommerce .woocommerce-products-header__title.page-title, .woocommerce-page .woocommerce-products-header__title.page-title {
        margin: 3rem auto 1rem !important;
    }
    .woocommerce ul.products.columns-4 li.product {
	    width: calc(50% - 30px) !important;
	}
}
@media only screen and (max-width: 480px) {
    .woocommerce ul.products.columns-4 li.product {
	    width: calc(100% - 30px) !important;
	}
}

/***********  HomePage Responsive Styles END ******/
/*********** Login / Register / Lost pass Start ******/

#user-registration.horizontal, #user-registration {
	box-shadow: unset;
	background: transparent;
}
.ur-form-grid .input-wrapper input,
.ur-form-grid .user-registration-form-row .user-registration-Input{
	background:transparent !important;
	border:none !important;
	border-bottom: 1px solid #a3a3a3 !important;
	color:#211E19 !important;
}
.ur-form-grid select{
	background:transparent !important;
	border:none !important;
	border-bottom: 1px solid #a3a3a3 !important;
	color:#211E19 !important;
}

.ur-form-grid .input-wrapper input::placeholder{
	color:#211E19 !important;
	opacity:1 !important;
}

.ur-button-container button,
.user-registration-Button{
	width: 100% !important;
}
#user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid>div:not(#ur-recaptcha-node) .user-registration-Button {
	float: none;
	width: 100%;
}
#user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid>div:not(#ur-recaptcha-node){
	float:none !important;
}
.user-registration-LostPassword,
.user-registration-register{
	display: inline-block;
	vertical-align: bottom;
	width:49%;
	font-size:14px;
}
.user-registration-register{
	text-align: right;
}
.ur-form-grid label{
	display:none !important;
}
.user-registration-error {
	display: flex;
	align-items: center;
}
#user-registration.user-registration, #user-registration * {
	border: none;
}
.user-registration-form-row.user-registration-form-row--first.form-row.form-row-first {
	margin-top: 40px;
}
.user-registration .ur-form-row .form-row{
	margin-bottom:10px !important;
}
.user-registration-page .login-wrap.max-w-screen-sm{
	max-width: 1280px !important;
}
#user-registration.vertical .user-registration-MyAccount-navigation {
	background: transparent;
	width: 25%;
}
#user-registration .user-registration-MyAccount-navigation {
	border-bottom: 0px solid #e1e1e1;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
	background: transparent;
	border-color: transparent;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a:before {
	position: absolute;
	width:16px;
	height:3px;
	left:0;
	top:48%;
	content:"";
	background:#211E19;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a, #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
	padding: 8px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--remove-account a {
	color: red;
}

.woocommerce-EditAccountForm .woocommerce-form-row{
	display:none;
}
.woocommerce-EditAccountForm .woocommerce-form-row--wide{
	display:block !important;
}

.woocommerce-EditAccountForm fieldset legend{
	display:none !important;
}
.woocommerce-EditAccountForm fieldset{
	padding:0 !important;
}

.woocommerce-account header.entry-header.alignwide {
	padding: 0;
	margin: 0 auto;
	max-width: 1370px;
	padding-top: 100px;
	border: unset;
}
.woocommerce-account h1.entry-title {
	font-size: 36px !important;
	padding: 0;
	margin: 0;
	border: unset;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1.5 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	font-size: 18px;
	font-weight:400;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	position: relative;
	padding-left: 25px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a{
	font-weight:600 !important;
	text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a:before {
	content: "-";
	font-size: 30px;
	left: 0;
	top: -10px;
	color: #000;
	font-weight: 600 !important;
	text-decoration: none !important;
	position: absolute;
}

.woocommerce-account .woocommerce-form-row input,
.woocommerce-account .woocommerce-form-row select{
	border-top: unset;
	border-left: unset;
	border-right: unset;
	border-bottom: 1px solid #dddddd;
	background: transparent;
	font-size: 18px;
}
.woocommerce-account .woocommerce-Button.button {
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
}
.woocommerce-account .woocommerce-EditAccountForm.edit-account {
	max-width: 580px;
}
.woocommerce-account .theregister{
	display:none;
}

/* Hide login form on the custom registration page */
.page-template-page-register .u-column1 {
	display: none;
}

/* Adjust the registration form to take full width */
.page-template-page-register .u-column2 {
	width: 100% !important;
	float:none !important;
	margin:0 auto !important;
	clear: both;
	max-width:500px;
}
.woocommerce-account .u-column1 {
	width: 100% !important;
	float:none !important;
	margin:0 auto !important;
	clear: both;
	max-width:500px;
}
.page-template-page-register .woocommerce-form-register label{
	display:none !important;
}

.page-template-page-register .woocommerce-form-register input{
	border-top:none !Important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:1px solid #dddddd !important;
	background:transparent !important;
	margin-bottom: 20px;
	font-size: 18px !Important;
	font-weight:400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.page-template-page-register .woocommerce-form-register select{
	border-top:none !Important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:1px solid #dddddd !important;
	background:transparent !important;
	margin-bottom: 20px !important;
	font-size: 18px !Important;
	font-weight:400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.page-template-page-register .woocommerce-form-register button{
	width:100%;
	font-size: 14px !Important;
	font-weight:400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	position: relative;
	text-transform: uppercase;
	padding: 10px 0 !important;
}
.woocommerce-account label,
.woocommerce-edit-account label{
	display:none !important;
}
.woocommerce-lost-password input,
.woocommerce-account input,
.woocommerce-edit-account input{
	width:100% !Important;
	border-top:none !Important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:1px solid #dddddd !important;
	background:transparent !important;
	margin-bottom: 30px !important;
	font-size: 18px !Important;
	font-weight:400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.woocommerce-lost-password button,
.woocommerce-account button,
.woocommerce-edit-account button{
	width:100%;
	font-size: 14px !Important;
	font-weight:400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	position: relative;
	text-transform: uppercase;
	padding: 10px 0 !important;
}
.page-template-page-register .woocommerce-notices-wrapper{
	width: 100% !important;
	float:none !important;
	margin:0 auto !important;
	clear: both;
	max-width:500px;
}
.subpages-form-title{
	font-size: 27px !important;
	padding: 0;
	margin: 0;
	border: unset;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.subpages-form-copy{
	font-size: 14px;
	font-weight:400;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	position: relative;
	padding-bottom: 38px;
}
.woocommerce-lost-password .woocommerce-ResetPassword,
.woocommerce-edit-account #customer_login .u-column1 {
	width: 100% !important;
	float:none !important;
	margin:0 auto !important;
	clear: both;
	max-width:500px;
}
.woocommerce-LostPassword a{
	display:inline-block;
	width:49%;
	vertical-align: bottom;
	font-size: 14px;
	font-weight:400;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	line-height: 24px;
	letter-spacing: 0.42px;
	text-decoration-line: underline;
}
.woocommerce-LostPassword a:nth-child(1){
	text-align: left;
}
.woocommerce-LostPassword a:nth-child(2){
	text-align: right;
}
.woocommerce-lost-password .entry-title{
	display:none;
}
.woocommerce-lost-password .woocommerce-form-row{
	width:100% !important;
}
.woocommerce-lost-password .woocommerce{
	width: 100% !important;
	float:none !important;
	margin:0 auto !important;
	clear: both;
	max-width:500px !important;
}
/*********** Login / Register / Lost pass End ******/

/*********** Collections Start ******/

.wpfFilterButtons {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	min-width: auto !important;
	margin-right:5px;
}
.wpfFilterButtons .wpfButton {
	width: 100% !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	border-radius: unset !important;
	border: none !important;
	line-height: 14px !important;
	min-height: 46px !important;
	padding: 0 !important;
	margin: 0 !important;
}
.wpfFilterWrapper {
	display: inline-block;
	vertical-align: middle;
	max-width: 240px;
}
.wpfFilterWrapper select {
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #211E19 !important;
}
.woocommerce-result-count,
.woocommerce-ordering{
	display:none !important;
}
ul.products li.product .woocommerce-loop-product__title {
	margin: .5rem 0 .5rem;
	font-size: 14px;
	font-weight: 5600;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	text-transform: uppercase;
}
.woocommerce ul.products li.product {
	margin: 0 15px 30px 15px;
}
.gallery-navigation-carousel-wrapper{
	display:none !important;
}
.product-qr {
	display: block !important;
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #211E19;
}
.single-product form.cart input[type=number] {
	width: 90px;
	border: 2px solid #000;
	border-radius: 7px;
}
.product-qr-code a,
.product-qr-code img{
	display: inline-block;
	vertical-align: middle;
}
.woocommerce .button, .woocommerce-page .button {
	border: 2px solid #000 !important;
	border-radius: 7px !important;
}
.product-qr p{
	font-size: 14px;
	font-weight: 600;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	margin-right: 10px;
}
.product .woocommerce-product-details__short-description .product-qr img{
	width: 80px !important;
}
table.variations tbody {
	display: flex;
}
.variations tr {
	max-width: 33%;
}
.variations th,
.variations td{
	border: 0 solid #000;
}
.variations tr th, .variations tr td {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce-product-details__short-description > p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
table.variations select {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	border:2px solid #211E19;
}
.reset_variations {
	text-align: right;
	float: right;
	margin-top: 15px;
	font-size: 14px;
	margin-right: 25px;
}
table.variations select {
	margin-right: 1.5rem;
}
select:focus {
	outline-offset: 0 !important;
	outline: none !important;
}
.single-product.singular .entry-title {
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-weight: 400;
	font-size: 36px !important;
	line-height: 36px !important;
	text-transform: uppercase;
	margin:0;
}
.single-product-lead{
	margin-bottom: 2rem;
}
.single-product-field{
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	text-transform: uppercase;
}
.single-product-field strong{
	font-weight: 600;
	margin-right: 6px;
}
.product-cta-block{
	margin-top: 20px;
}
.product-add-to-cart form.cart{
	display: flex;
	gap: 15px;
	align-items: center;
}
.product-add-to-cart form.cart .quantity{
	margin: 0;
}

.product-accordions{
	display: block;
	position:relative;
	width:100%;
	clear:both;
}
.product-accordions .accordion {
	background:transparent !important;
	color: #211E19 !important;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	padding-left: 0;
}
.product-accordions .active,
.product-accordions .accordion:hover {
	background-color: #ccc;
}
.product-accordions .accordion:after {
	content: '\002B';
	color: #211E19;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.product-accordions .active:after {
	content: "\2212";
}
.product-accordions .panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom: 1px solid #211E19;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}

.product-accordions .active + .panel {
	padding-top:30px;
	padding-bottom: 30px;
	padding-left:4%;
	padding-right: 40px;
}
.item-product-number{
	background:transparent !important;
	color: #211E19 !important;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	border-bottom: 1px solid #211E19;
	padding-left: 0;
}
.single-product .wp-block-columns .wp-block-column:nth-child(1){
	padding-right: 40px;
}
.single-product .wp-block-columns .wp-block-column:nth-child(2){
	padding-left: 40px;
}
.single-product .wp-block-columns .wp-block-column p{
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}

.single-product .wp-block-columns .wp-block-column h3.wp-block-heading{
	margin-top: -30px;
}
.single-product .content{
	margin: 80px 0;
}
#inquiry-button{
	width:100%;
	font-size: 14px !Important;
	font-weight:400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	position: relative;
	text-transform: uppercase;
	padding: 10px 0 !important;
	margin-top: 20px;
}
/*********** Collections End ******/

/*********** Basic Page Start ******/
.basic-wrap .basic-title{
	font-family: "Futura PT Light","Futura", sans-serif !important;
	font-weight: 400;
	font-size:70px;
	padding-bottom: 60px;
}
.basic-wrap p{
	margin-bottom:30px;
}
/*********** Basic Page End ******/

/*********** Journey Page Start ******/
.small-gray-devider{
	height: 1px;
	background: #696969;
	width:100%;
	display:block;
	margin:30px 0;
}
.journey-type-titles{
	font-size:36px;
	font-weight:600;
	text-transform: uppercase;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.journey-type-copy p{
	font-size:18px;
	line-height: 22px;
	font-weight:400;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.journey-type-numbers{
	font-size:40px;
	font-weight:100;
	text-transform: uppercase;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	text-align: left;
}
.deviderwrap-journey{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #696969;
}
.journey-image{
	max-height: unset !important;
	max-width: 334px;
}
.journey-item-title{
	font-size:26px;
	line-height: 30px;
	font-weight:400;
	text-transform: uppercase;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.journey-item-designer{
	font-size:14px;
	line-height: 18px;
	font-weight:400;
	text-transform: uppercase;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	padding-top: 20px;
}
.journey-item-maintitle{
	font-size:60px;
	line-height: 70px;
	font-weight:400;
	text-transform: uppercase;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.journey-item-numbers{
	font-size:20px;
	line-height: 24px;
	font-weight:400;
	text-transform: uppercase;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.journey-item-subcopy{
	font-size:18px;
	line-height: 22px;
	font-weight:300;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
/*********** Journey Page End ******/

/*********** Popups Start ******/

.standard-popups {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	background: rgba(217, 217, 217, 0.75);
	z-index: 999;
}
.standard-popups-wrap{
	max-width: 480px;
	margin:0 38px !important;
	background:#fff;
}
.standard-popups #close-popup{
	cursor: pointer !important;
	pointer-events: auto !important;
	z-index: 1000 !important;
	position: relative !important;
}
.standard-popups label{
	line-height: 1 !important;
	font-size: 14px !important;
	margin-bottom: 6px !important;
}
.standard-popups input{
	width:100% !Important;
	border-top:none !Important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:1px solid #dddddd !important;
	font-size: 14px !important;
	padding: 12px 0 !important;
	background:transparent !important;
	font-weight:400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}
.standard-popups textarea{
	width:100% !Important;
	border:1px solid #dddddd !important;
	background:transparent !important;
	margin-bottom: 23px !important;
	font-size: 14px !Important;
	padding: 12px !important;
	font-weight:400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	border-radius: 8px !important;
	max-height: 150px;
}
.standard-popups .wpcf7-submit{
	width:100%;
	font-size: 14px !Important;
	font-weight:400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	position: relative;
	text-transform: uppercase;
	padding: 8px 0 !important;
	background:#000 !important;
	border:2px solid #000 !important;
}
.standard-popups .wpcf7-submit:hover{
	color:#000 !important;
	background:transparent !important;
	border:2px solid #000 !important;
}
.standard-popups .close-popup{
	background: transparent !important;
	color: #211E19 !important;
	font-size: 14px ! Important;
	font-weight: 400 !Important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	border: none !important;
	line-height: 17px !important;
	display: block;
	float: right;
	margin-top: -15px;
	margin-right: -30px;
	outline: none !important;
}
.standard-popups .close-popup:focus{
	outline: none !important;
}
.standard-popups .close-popup:hover{
	border:none !important;
	color:#000 !important;
}
.standard-popups .close-popup span{
	font-size: 30px ! Important;
	font-weight: 300 !important;
	line-height: 17px !important;
	max-height: 17px !important;
	display: inline-block;
	vertical-align: middle;
}
.popup-content {
	max-width: 80%;
	margin: 8px auto 0;
}
.popup-content .subpages-form-copy {
	padding-bottom: 0 !important;
}

.popup-content .wpcf7 form {
	padding: 0;
}
/*********** Popups End ******/

/* =============================
   Product gallery enhancements
   ============================= */

/* Position custom arrows over the main product image */
.woocommerce div.product div.images .woocommerce-product-gallery {
	position: relative;
}

.preowned-gallery-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 38px;
	height: 38px;
	border-radius: 9999px;
	border: none;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	cursor: pointer;
	font-family: Arial, sans-serif;
	line-height: 1;
	text-align: center;
}

.preowned-gallery-arrow::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
}

.preowned-gallery-prev::before {
	border-width: 8px 12px 8px 0;
	border-color: transparent #fff transparent transparent;
	margin-left: -4px;
}

.preowned-gallery-next::before {
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	margin-right: -4px;
}

/* Style slick arrows for WooCommerce Product Gallery Slider plugin */
.woocommerce-product-gallery .slick-arrow,
.wpgs-for .slick-arrow,
.wpgs-nav .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 38px;
	height: 38px;
	border-radius: 9999px;
	border: none;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	cursor: pointer;
	font-family: Arial, sans-serif;
	line-height: 1;
	text-align: center;
}

.woocommerce-product-gallery .slick-arrow::before,
.wpgs-for .slick-arrow::before,
.wpgs-nav .slick-arrow::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
}

.woocommerce-product-gallery .slick-prev::before,
.wpgs-for .slick-prev::before,
.wpgs-nav .slick-prev::before,
.woocommerce-product-gallery .flaticon-back::before,
.wpgs-for .flaticon-back::before {
	content: '';
	border-width: 8px 12px 8px 0;
	border-color: transparent #fff transparent transparent;
	margin-left: -4px;
}

.woocommerce-product-gallery .slick-next::before,
.wpgs-for .slick-next::before,
.wpgs-nav .slick-next::before,
.woocommerce-product-gallery .flaticon-right-arrow::before,
.wpgs-for .flaticon-right-arrow::before {
	content: '';
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	margin-right: -4px;
}

.woocommerce-product-gallery .slick-prev,
.wpgs-for .slick-prev {
	left: 12px;
}

.woocommerce-product-gallery .slick-next,
.wpgs-for .slick-next {
	right: 12px;
}

.woocommerce-product-gallery .slick-arrow:hover,
.wpgs-for .slick-arrow:hover {
	background: rgba(0, 0, 0, 0.75);
}

/* Hide flaticon text content if font isn't loading */
.woocommerce-product-gallery .flaticon-back,
.woocommerce-product-gallery .flaticon-right-arrow,
.wpgs-for .flaticon-back,
.wpgs-for .flaticon-right-arrow {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.preowned-gallery-prev {
	left: 12px;
}

.preowned-gallery-next {
	right: 12px;
}

.preowned-gallery-arrow:hover {
	background: rgba(0, 0, 0, 0.75);
}

.preowned-gallery-arrow:focus {
	outline: none;
}

/* Ensure gallery wrapper is positioned relative for absolute arrows */
.woocommerce-product-gallery {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

/* Limit main product image height - no background, no extra space */
.woocommerce-product-gallery__wrapper {
	position: relative;
	width: 100%;
	background: transparent;
}

/* Apply same constraints to all product images - single or gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image {
	display: block;
	max-height: 500px;
	overflow: hidden;
	background: transparent;
}

/* Ensure all product images respect the size constraints */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img,
.woocommerce div.product div.images .woocommerce-product-gallery__image img,
.woocommerce div.product div.images img.wp-post-image,
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	max-height: 500px;
}

/* Ensure single image wrapper also has constraints */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	max-height: 500px;
	overflow: hidden;
}

/* Single product page layout: align summary bottom with images bottom */
.woocommerce div.product {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 80px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 20px 0;
	box-sizing: border-box;
}

.woocommerce div.product div.images {
	width: auto;
	max-width: 420px;
	box-sizing: border-box;
	flex-shrink: 0;
}

.woocommerce div.product .summary.entry-summary.product-summary {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	min-height: 0;
	width: auto;
	max-width: 460px;
	margin-left: auto;
}

/* Product title and price row */
.product-title-price-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 5px;
}

.product-title-wrapper {
	flex: 1;
}

.product-price-wrapper {
	flex: 0 0 auto;
	text-align: right;
}

/* Product title styling - smaller, left-aligned */
.woocommerce div.product .product_title.entry-title,
.woocommerce div.product h1.product_title,
.woocommerce div.product .summary .product_title {
	font-size: 18px !important;
	line-height: 20px !important;
	line-height: 1.3;
	font-weight: 400;
	text-align: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Product price display */
.product-price-display {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.price-regular-crossed {
	font-size: 14px;
	line-height: 1.2;
	color: #888;
	text-decoration: line-through;
	font-weight: 400;
}

.price-current {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.price-amount {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
}

.price-vat {
	font-size: 12px;
	line-height: 1.2;
	color: #666;
	font-weight: 400;
}

/* ACF fields styling - black bold titles, gray content */
.product-acf-fields {
	margin: 20px 0 20px 0;
}

.acf-field-item {
	margin: 0 0 16px 0;
}

.acf-field-label {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.acf-field-value {
	font-size: 12px;
	line-height: 1.6;
	color: #666;
	font-weight: 400;
}

/* Stock info styling */
.product-stock-info {
	margin: 0 0 30px 0;
}

.product-stock-display {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	font-weight: 400;
}

.product-stock-display .stock-text {
	display: block;
	margin-bottom: 4px;
}

.product-stock-display .inquiry-text {
	display: block;
}

.product-stock-display .product-inquiry-link {
	font-weight: 600;
	color: #666;
}

/* Add to cart wrapper - centered */
.product-add-to-cart-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
	.woocommerce div.product {
		flex-direction: column;
		gap: 30px;
	}
	
	.woocommerce div.product div.images {
		width: 100%;
		max-width: 100%;
	}
	
	.woocommerce div.product .summary.entry-summary.product-summary {
		width: 100%;
	}
	
	.product-title-price-row {
		flex-direction: column;
		gap: 15px;
	}
	
	.product-price-wrapper {
		text-align: left;
	}
	
	.product-price-display {
		align-items: flex-start;
	}
}

/* Layout for default WooCommerce flexslider thumbnails - smaller and tighter */
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images ol,
.woocommerce div.product div.images ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 6px !important;
	margin-top: 8px !important;
	padding: 0 !important;
	list-style: none !important;
	width: auto !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	overflow-x: visible !important;
	justify-content: flex-start !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	flex-shrink: 0;
	box-sizing: border-box;
}

.woocommerce div.product div.images .flex-control-thumbs li::before {
	display: none !important;
	content: none !important;
}

/* Calculate thumbnail width: (100% - 5 gaps of 8px) / 6 images - always size for 6 max */
.woocommerce div.product div.images .flex-control-thumbs img {
	display: block !important;
	width: calc((100% - 40px) / 6);
	max-width: 120px;
	max-height: 110px;
	min-width: 0;
	height: auto;
	opacity: 1 !important;
	box-sizing: border-box;
	object-fit: cover;
	flex-shrink: 0;
}

/* Scroll container for many images (more than 6 total) */
.product-gallery-thumbs-scroll-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-top: 12px;
	box-sizing: border-box;
}

.product-gallery-thumbs-scroll-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE/Edge */
	width: 100%;
	max-width: 100%;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	box-sizing: border-box;
}

/* When inside scroll wrapper, thumbnails maintain same size but can scroll */
.product-gallery-thumbs-scroll-wrapper {
	/* Ensure wrapper constrains visible area */
	overflow-x: auto !important;
	overflow-y: hidden !important;
	width: 100% !important;
	max-width: 100% !important;
	-webkit-overflow-scrolling: touch !important;
}

.product-gallery-thumbs-scroll-wrapper .flex-control-thumbs,
.product-gallery-thumbs-scroll-wrapper ol,
.product-gallery-thumbs-scroll-wrapper ul {
	width: auto !important;
	min-width: 100% !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

/* When in scroll mode, use fixed size based on parent container width (as if 6 images) */
.product-gallery-thumbs-scroll-wrapper .flex-control-thumbs li {
	flex-shrink: 0 !important;
	width: auto !important;
}

/* Use the images container width, not the scroll wrapper width */
.woocommerce div.product div.images .product-gallery-thumbs-scroll-wrapper .flex-control-thumbs {
	width: auto !important;
	min-width: 100% !important;
	display: flex !important;
	flex-wrap: nowrap !important;
}

.woocommerce div.product div.images .product-gallery-thumbs-scroll-wrapper .flex-control-thumbs li {
	flex-shrink: 0 !important;
	flex-grow: 0 !important;
	width: auto !important;
}

.woocommerce div.product div.images .product-gallery-thumbs-scroll-wrapper .flex-control-thumbs img {
	/* Reference the parent .images container width, size as if 6 images fit */
	/* This ensures consistent size regardless of how many images there are */
	width: calc((100% - 30px) / 6) !important;
	max-width: 90px !important;
	max-height: 90px !important;
	min-width: 70px !important;
	flex-shrink: 0 !important;
	flex-grow: 0 !important;
	object-fit: cover !important;
	/* Force the size - JavaScript will also set this */
}

.product-gallery-thumbs-scroll-wrapper:active {
	cursor: grabbing;
}

.product-gallery-thumbs-scroll-wrapper::-webkit-scrollbar {
	display: none; /* Chrome/Safari */
}

.product-gallery-thumbs-scroll-wrapper.is-dragging .flex-control-thumbs li {
	pointer-events: none;
}

.product-gallery-scroll-indicator {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	opacity: 0.6;
	padding: 0;
	margin-top: 8px;
}

.product-gallery-scroll-track {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	overflow: hidden;
}

.product-gallery-scroll-thumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	transition: width 0.2s ease, left 0.1s ease;
	min-width: 20px;
}

/* FINAL OVERRIDE: keep product gallery thumbnails a fixed, readable size
   and allow horizontal scrolling when there are many images. */
.woocommerce div.product div.images .flex-control-thumbs {
	overflow-x: auto;
	overflow-y: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	flex: 0 0 auto !important;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	width: 120px !important;
	min-width: 120px !important;
	max-width: 120px !important;
	max-height: 110px !important;
	height: auto;
	object-fit: cover;
}

@media (max-width: 768px) {
	.woocommerce div.product div.images .flex-control-thumbs img {
		width: 90px !important;
		min-width: 90px !important;
		max-width: 90px !important;
	}
}

@media (max-width: 768px) {
	/* On mobile, size thumbnails for 6 images but slightly smaller */
	.woocommerce div.product div.images .flex-control-thumbs img {
		width: calc((100% - 40px) / 6);
		max-width: 80px;
	}
}

/********** Mobile menu addon Start *****/
.mobile-menu-under{
	padding: 0 20px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 50px;
}
.mobile-menu-under ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content: space-between;
}
.mobile-menu-under ul li a{
	font-size:13px;
	line-height: 16px;
}
.mobile-menu-under ul li{
	list-style:none;
}
.mobile-b2bbutton {
	display:none;
}

.copyrights-info br{
	display: none;
}
@media only screen and (max-width: 1189px) {
	.mobile-b2bbutton {
		display: block;
		position: fixed;
		top: 21px;
		right: 180px;
		z-index: 999999;
		padding: 3px 12px;
		font-family: "Futura PT Light","Futura", sans-serif !important;
		font-size: 10px;
		text-transform: uppercase;
		background: #000000;
		color: #ffffff;
	}
}
@media only screen and (max-width: 768px) {
	.mobile-b2bbutton {
		right: 94px;
	}
	.copyrights-info{
	    text-align: left !important;
    	padding-top: 20px;
    	margin-left: 0 !important;
    	padding-left: 0 !important;
	}
	.country-wrapper{
		margin-left: 0 !important;
    	padding-left: 0 !important;
	}
	.copyrights-info br{
		display: block;
	}
	.copyrights{
		padding-left: 25px;
	}
}
/********** Mobile menu addon End *****/

.menu-item-1245 a,
.menu-item-1246 a,
.menu-item-1247 a{
	padding-left: 5px;
}

.menu-item-1245 a:before,
.menu-item-1246 a:before,
.menu-item-1247 a:before{
	position: absolute;
	left:0;
	width:3px;
	height: 1px;
	top:45%;
	content: "-";
	color: #000;
}

.homepagetext p,
.homepagetext h1,
.homepagetext h2,
.homepagetext h3,
.homepagetext h4,
.homepagetext h5{
	text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.homepagetext b{
	font-weight: 600;
}

/* Cart & Checkout Custom Styles */
body.woocommerce-cart,
body.woocommerce-checkout {
    background-color: #f5f3ef;
    font-family: "Futura PT Light","Futura", sans-serif;
}

body.woocommerce-cart #primary,
body.woocommerce-checkout #primary,
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper {
    width: 91.666%;
    max-width: 1536px;
    margin: 0 auto;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout form.checkout {
    width: 91.666%;
    max-width: 1024px;
    margin: 0 auto 100px;
}
.product-short-desc-block{
	display:none;
}
body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header {
	text-align: left;
	margin: 0;
	width: 100%;
	padding: 0;
	max-width: 100%;
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title {
    font-size: clamp(40px, 6vw, 58px);
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #211E19;
    margin: 0 0 8px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
    margin: 0 auto 32px;
    font-family: "Futura PT Light","Futura", sans-serif;
    letter-spacing: 0.06em;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #e2dfda;
    border-radius: 8px;
    padding: 18px 24px;
}

.onepage-checkout-wrap, .checkout-main {
    background: #fff;
    border-radius: 12px;
    box-shadow: none;
    padding: 36px 32px;
    margin-bottom: 40px;
    border: 1px solid #e8e4de;
}
.basic-title, .order-review-title {
    font-family: "Futura PT Light","Futura", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #211E19;
    letter-spacing: 0.14em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.checkout-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.checkout-col-left, .checkout-col-right {
    flex: 1 1 350px;
    min-width: 300px;
}
.woocommerce-cart-form .shop_table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #e2dfda;
    border-collapse: separate;
    border-spacing: 0;
}
.woocommerce-cart-form .shop_table th {
    font-family: "Futura PT Light","Futura", sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(33,30,25,0.58);
    padding: 16px 18px;
    border-bottom: 1px solid #e2dfda;
    background: #f7f4ef;
}

.woocommerce-cart-form .shop_table td {
    font-family: "Futura PT Light","Futura", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #211E19;
    padding: 18px 18px;
    border-bottom: 1px solid #e2dfda;
    vertical-align: middle;
}

.woocommerce-cart-form .shop_table td.actions {
    padding: 32px 18px;
    border-bottom: none;
}

.woocommerce-cart-form .shop_table tr:last-child td {
    border-bottom: none;
}

.woocommerce-cart-form .actions {
    padding-top: 32px;
}

.woocommerce-cart-form .cart-actions-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.woocommerce-cart-form .coupon {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    margin-right: auto;
}

.woocommerce-cart-form .coupon-field-row {
    display: flex;
    flex: 1 1 auto;
    gap: 16px;
    align-items: center;
}

.woocommerce-cart-form .coupon label {
    display: none;
}

.woocommerce-cart-form .coupon .input-text {
    flex: 0 0 260px;
    border: none;
    border-bottom: 1px solid #d7d3cd;
    border-radius: 0;
    padding: 10px 0;
    font-family: "Futura PT Light","Futura", sans-serif;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    height: 52px;
    line-height: 52px;
    min-width: 220px;
}

.woocommerce-cart-form .button,
.woocommerce .button,
.woocommerce-page .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    border: 1px solid #211E19;
    background: transparent;
    color: #211E19;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.woocommerce-cart-form .button:hover,
.woocommerce .button:hover,
.woocommerce-page .button:hover {
    background: #211E19;
    color: #ffffff;
    transform: translateY(-2px);
}

.woocommerce-cart-form .coupon .button {
    margin-left: 0;
    height: 52px;
    padding: 0 32px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.woocommerce-cart-form .update-cart-button {
    margin-left: auto;
    height: 52px;
    display: inline-flex;
    align-items: center;
    padding: 0 32px;
    flex: 0 0 auto;
}
.woocommerce-cart-form .shop_table td.product-name,
.woocommerce-cart-form .shop_table td.product-price,
.woocommerce-cart-form .shop_table td.product-quantity,
.woocommerce-cart-form .shop_table td.product-subtotal {
    text-align: left;
}
.woocommerce-cart-form .shop_table th.product-subtotal {
    text-align: left;
}

@media (max-width: 640px) {
    .woocommerce-cart-form .coupon {
        flex-wrap: wrap;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .woocommerce-cart-form .coupon .input-text,
    .woocommerce-cart-form .coupon .button {
        width: 100%;
    }
    .woocommerce-cart-form .update-cart-button {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }
    .woocommerce-cart-form .cart-actions-row {
        flex-wrap: wrap;
    }
}

.woocommerce-cart-form .shop_table th.product-remove,
.woocommerce-cart-form .shop_table td.product-remove {
    width: 70px;
    text-align: right;
    padding-right: 20px;
}

.woocommerce-cart-form .shop_table th.product-thumbnail {
    width: 220px;
    text-align: left;
}

.woocommerce-cart-form .shop_table td.product-thumbnail {
    width: 220px;
    text-align: left;
}

.woocommerce-cart-form .shop_table td.product-thumbnail img {
    max-width: 160px;
    max-height: 160px;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.woocommerce-cart-form .shop_table td.product-remove {
    border-left: 1px solid #e2dfda;
}

.woocommerce-cart-form .shop_table td.product-remove .remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #211E19;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    color: #211E19;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.woocommerce-cart-form .shop_table td.product-remove .remove:hover {
    background: #211E19;
    color: #fff;
    transform: translateY(-1px);
}

.woocommerce-cart-form input[type="text"],
.woocommerce-cart-form input[type="number"],
.woocommerce-cart-form input[type="email"],
.woocommerce-cart-form input[type="tel"],
.woocommerce-cart-form input[type="password"],
.woocommerce-cart-form textarea,
.woocommerce-cart-form select,
.checkout-main input[type="text"],
.checkout-main input[type="number"],
.checkout-main input[type="email"],
.checkout-main input[type="tel"],
.checkout-main input[type="password"],
.checkout-main textarea,
.checkout-main select,
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
    border: none;
    border-bottom: 1px solid #d7d3cd;
    background: transparent;
    font-size: 17px;
    font-family: "Futura PT Light","Futura", sans-serif;
    color: #211E19;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}

.woocommerce-cart-form input[type="text"]:focus,
.woocommerce-cart-form input[type="number"]:focus,
.woocommerce-cart-form input[type="email"]:focus,
.woocommerce-cart-form input[type="tel"]:focus,
.woocommerce-cart-form input[type="password"]:focus,
.woocommerce-cart-form textarea:focus,
.checkout-main input[type="text"]:focus,
.checkout-main input[type="number"]:focus,
.checkout-main input[type="email"]:focus,
.checkout-main input[type="tel"]:focus,
.checkout-main input[type="password"]:focus,
.checkout-main textarea:focus,
body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus {
    outline: none;
    border-bottom-color: #211E19;
}

.woocommerce-cart-form select,
.checkout-main select,
body.woocommerce-checkout select {
    border: 1px solid #d7d3cd;
    border-radius: 10px;
    padding: 12px 38px 12px 14px;
    background: #ffffff;
    letter-spacing: 0.02em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

.woocommerce-cart-form select:focus,
.checkout-main select:focus,
body.woocommerce-checkout select:focus {
    border-color: #211E19;
    outline: none;
}

.woocommerce-cart-form select option,
.checkout-main select option,
body.woocommerce-checkout select option {
    font-family: "Futura PT Light","Futura", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
    border: 1px solid #d7d3cd !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 14px !important;
    background: #ffffff !important;
}

.select2-container .select2-selection__rendered {
    font-family: "Futura PT Light","Futura", sans-serif !important;
    font-size: 17px !important;
    letter-spacing: 0.02em !important;
    color: #211E19 !important;
    line-height: 1.2 !important;
}

.select2-container .select2-selection__arrow {
    height: 48px !important;
}

.select2-container--open {
    z-index: 9999 !important;
}

.select2-dropdown {
    border: 1px solid #d7d3cd !important;
    border-radius: 10px !important;
    margin-top: 4px !important;
    min-width: 220px !important;
    box-sizing: border-box !important;
}

.select2-results__option {
    font-family: "Futura PT Light","Futura", sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.02em !important;
    color: #211E19 !important;
    padding: 10px 14px !important;
}
.woocommerce-cart-form select,
.checkout-main select,
body.woocommerce-checkout select,
.woocommerce form .form-row select {
    border: 1px solid #d7d3cd;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 17px;
    font-family: "Futura PT Light","Futura", sans-serif;
    letter-spacing: 0.02em;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.woocommerce form .form-row select:focus,
.woocommerce-cart-form select:focus,
.checkout-main select:focus,
body.woocommerce-checkout select:focus {
    border-color: #211E19;
    outline: none;
}

.woocommerce-cart-form .quantity .qty,
body.woocommerce-checkout .quantity .qty {
    border: 1px solid #dcd7d0;
    border-radius: 10px;
    padding: 12px 14px;
    background: transparent;
    font-family: "Futura PT Light","Futura", sans-serif;
    font-size: 16px;
    letter-spacing: 0.04em;
}

.checkout-main label,
body.woocommerce-checkout label,
.woocommerce-cart-form label {
    font-family: "Futura PT Light","Futura", sans-serif;
    font-size: 14px;
    color: #4b443d;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.cart-collaterals {
    width: 100%;
    margin: 48px auto 0;
}

.cart-collaterals .cart_totals {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
}

.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout h3,
body.woocommerce-checkout #order_review_heading {
    font-family: "Futura PT Light","Futura", sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #211E19;
    margin-bottom: 24px;
}

.woocommerce-cart .cart_totals table,
body.woocommerce-checkout #order_review table {
    border: none;
    width: 100%;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td,
body.woocommerce-checkout #order_review table th,
body.woocommerce-checkout #order_review table td {
    border: none;
    font-family: "Futura PT Light","Futura", sans-serif;
    font-size: 16px;
    padding: 14px 0;
    color: #211E19;
    letter-spacing: 0.04em;
}

.woocommerce-cart .cart_totals,
body.woocommerce-checkout #order_review {
    background: #fff;
    border: 1px solid #e8e4de;
    border-radius: 12px;
    padding: 30px 28px;
    box-shadow: none;
}

@media (max-width: 900px) {
    .checkout-columns {
        flex-direction: column;
        gap: 24px;
    }
}

body{
	max-width: 100% !important;
}
.pm-group-view{
	float: none;;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width{
	width: 100%;
	max-width: 100% !important;
}
.singular .entry-header {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}
h1.page-title {
    font-size: 58px !important;
    padding-bottom: 20px;
}
.singular .entry-title {
    font-size: 58px !important;
    padding-bottom: 20px;
}
.woocommerce-cart #main .woocommerce {
    line-height: 1rem;
}
.steps-container h4{
	font-weight: 500;
	font-size: 20px;
}

.order-total td > strong:nth-child(1){
	display: block;
}

/*.single-product p.price{*/
/*    display:none;*/
/*}*/
/*.single-product form.cart{*/
/*    display:none;*/
/*}*/


.front-hero {
	position: relative;
	min-height: 88vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.front-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover !important;
	background-position: center !important;
	filter: brightness(0.85);
	transform: scale(1.02);
}

.front-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.65) 100%);
}
.befafimg{
	max-height:400px;
}
.thelinebetween{
	background: #C4B8AF;
	width:2px;
	height:460px;
	max-height:460px;
}
.front-hero__content {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
.newpageshero{
	min-height: 460px;
}
.front-hero__headline {
	font-size: 56px;
	line-height: 1.1;
	margin: 0;
	font-weight: 400;
}

.front-hero__subheadline {
	font-size: 56px;
	line-height: 1.1;
	margin: 0;
	font-weight: 400;
}

.front-hero__copy {
	font-size: 20px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 1.5rem;
}

.front-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

.front-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 40px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	background: rgba(33, 30, 25, 0.25);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.85rem;
	font-weight: 500;
	transition: all 0.3s ease;
	text-decoration: none;
}

.front-hero__btn:hover,
.front-hero__btn:focus {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.85);
	color: #ffffff;
}

.front-hero__btn--primary {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.85);
}

.front-hero__btn--primary:hover,
.front-hero__btn--primary:focus {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.85);
	color: #211E19;
}

@media (max-width: 768px) {
	.front-hero {
		min-height: 75vh;
	}

	.front-hero__content {
		gap: 1.25rem;
	}
}

@media (max-width: 480px) {
	.front-hero {
		min-height: 65vh;
	}

	.front-hero__actions {
		flex-direction: column;
		gap: 0.75rem;
		width: 100%;
	}

	.front-hero__btn {
		width: 100%;
	}
}

/* QR Code Styles */
.qr-code-container {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
	display: none !important;
}

.qr-code-section h3 {
	color: #211E19;
	font-family: "Futura PT Light","Futura", sans-serif;

}

.qr-code {
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	max-width: 200px; /* Increased from 150px to accommodate 180px QR + padding */
	margin: 0 auto;
}

.qr-code img {
	max-width: 100%;
	height: auto;
}

/* Video Popup Modal Styles */
.video-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.video-popup-overlay.active {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

.video-popup-container {
	position: relative;
	background-color: #000;
	border-radius: 8px;
	overflow: hidden;
	max-width: 90vw;
	max-height: 90vh;
	width: 450px;
	height: 800px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.video-popup-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: white;
	font-size: 30px;
	cursor: pointer;
	z-index: 10001;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	transition: background-color 0.3s ease;
}

.video-popup-close:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.video-popup-content {
	width: 100%;
	height: 100%;
	position: relative;
}

.video-popup-content iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.video-popup-container {
		width: auto;
		height: inherit;
		max-height: 85vh;
	}

	.video-popup-close {
		top: -35px;
		font-size: 25px;
		width: 35px;
		height: 35px;
	}
}







/* Enhanced Slider Styles for 4:5 Images */
.slider-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 80vh;
	max-width: 1920px;
	margin: 0 auto;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider {
	display: flex;
	height: 100%;
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
	align-items: center;
	position: relative;
	justify-content: center;
}

.slide {
	position: absolute;
	height: 85%;
	aspect-ratio: 4/5; /* Fixed aspect ratio for 4:5 images */
	transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
	transform-origin: center center;
	top: 7.5%;
	opacity: 0;
	filter: brightness(0.6);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

/* Active slide (center) */
.slide.active {
	left: 50%;
	transform: translateX(-50%) scale(1);
	opacity: 1;
	filter: brightness(1);
	z-index: 5;
	cursor: default;
}

/* First slide to the left */
.slide.prev-1 {
	left: 28%;
	transform: translateX(-50%) scale(0.85);
	opacity: 0.8;
	z-index: 4;
	filter: brightness(0.8);
}

/* Second slide to the left */
.slide.prev-2 {
	left: 8%;
	transform: translateX(-50%) scale(0.7);
	opacity: 0.6;
	z-index: 3;
	filter: brightness(0.7);
}

/* First slide to the right */
.slide.next-1 {
	left: 72%;
	transform: translateX(-50%) scale(0.85);
	opacity: 0.8;
	z-index: 4;
	filter: brightness(0.8);
}

/* Second slide to the right */
.slide.next-2 {
	left: 92%;
	transform: translateX(-50%) scale(0.7);
	opacity: 0.6;
	z-index: 3;
	filter: brightness(0.7);
}

.slide-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}

.slide:hover .slide-image {
	transform: scale(1.02);
}

.slide-content {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	width: 90%;
	z-index: 6;
	padding: 1.5rem;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	backdrop-filter: blur(4px);
	transition: all 0.3s ease;
}

/* Hide content on non-active slides for cleaner look */
.slide:not(.active) .slide-content {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.8);
}

.slide.active .slide-content {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.slide:hover .slide-content {
	background-color: rgba(0, 0, 0, 0.5);
}

.slide-content h1 {
	font-size: 34px;
	margin-bottom: 15px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	line-height: 1.2;
	transition: all 0.3s ease;
}

.slide-content p {
	font-size: 20px;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
}

.slider-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	z-index: 7;
}

.slider-arrow {
	pointer-events: auto;
	background: transparent !important;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 20px;
	transition: all 0.3s ease;
	z-index: 8;
	color: white;
	backdrop-filter: blur(4px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.slider-arrow:focus {
	outline-offset: -6px;
	outline: 0px dotted #000 !important;
}

.slider-arrow:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
	color: #fff;
}

.slider-arrow svg {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
	color: #fff !important;
}

.slider-arrow:hover svg {
	transform: scale(1.2);
}

.slider-dots-container {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 12px;
	z-index: 7;
	pointer-events: none;
	display:none !important;
}

.slider-dot {
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
	pointer-events: auto;
	position: relative;
	overflow: hidden;
	padding: 5px 15px;
}

.slider-dot:focus {
	outline-offset: -6px;
	outline: 0px dotted #000 !important;
}

.slider-dot::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	transform: scale(0);
	transition: transform 3s linear;
	transform-origin: left center;
}

.slider-dot.active {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.8);
}

.slider-dot.active::after {
	transform: scale(1);
	transform-origin: left center;
	animation: progress 3s linear forwards;
}
.slide-read-more-btn{
	width:210px;
}

.slide-read-more-btn p{
	background: transparent;
	font-weight: 500 !important;
	text-shadow: none !important;
	border:1px solid #fff !important;
	color:#fff !important;
}
.slide-read-more-btn p:hover{
	color:#000 !important;
}
.slide-read-more-btn span{
	background: #fff;
	font-weight: 500 !important;
	text-shadow: none !important;
	border:1px solid #fff !important;
}
.slide-read-more-btn span svg{
	color:#fff !important;
	fill:#fff !important;
}

.aservice img{
	max-height: 600px;
}

@keyframes progress {
	0% {
		transform: scaleX(0);
		transform-origin: left center;
	}
	100% {
		transform: scaleX(1);
		transform-origin: left center;
	}
}

/* Responsive adjustments */
@media (max-width: 1200px) {
	.slide.prev-2, .slide.next-2 {
		opacity: 0.4;
		transform: translateX(-50%) scale(0.6);
	}
}

@media (max-width: 768px) {
	.slider-container {
		height: 70vh;
	}

	/* On mobile, show only 3 slides (1 left, active, 1 right) */
	.slide.prev-2, .slide.next-2 {
		display: none;
	}

	.slide.prev-1 {
		left: 15%;
		transform: translateX(-50%) scale(0.75);
	}

	.slide.next-1 {
		left: 85%;
		transform: translateX(-50%) scale(0.75);
	}

	.slide-content h1 {
		font-size: 1.8rem;
	}

	.slide-content p {
		font-size: 1rem;
	}

	.slider-arrow {
		width: 50px;
		height: 50px;
		margin: 0 10px;
	}

	.slider-dots-container {
		bottom: 40px;
	}
}

@media (max-width: 480px) {
	.slider-container {
		height: 60vh;
	}

	.slide-content {
		padding: 1rem;
	}

	.slide-content h1 {
		font-size: 1.5rem;
	}

	.slide-content p {
		font-size: 0.9rem;
	}
}

.servicessec .service-box-img h2{
	position: absolute;
	bottom: 10px;
	left:20px;
	color:#fff;
	display:block;
	max-width: 75%;
	font-size: 22px;
	font-weight:500;
	text-transform: capitalize;
}
.servicessec .service-box-img svg{
	position: absolute;
	bottom: 22px;
	right:20px;
}


.projects-showcase {
	width: 100%;
	background: #f8f7f4;
	padding: 6rem 0;
}

.projects-showcase--empty {
	background: #f9f9f9;
}

.projects-showcase__inner {
	width: min(1180px, 92%);
	margin: 0 auto;
}

.projects-showcase__meta {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
	font-family: "Futura PT Light","Futura", sans-serif;
	color: #211E19;
}

.projects-showcase__counter {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.95rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	color: #211E19;
}

.projects-showcase__divider {
	opacity: 0.4;
}

.projects-showcase__controls {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.projects-showcase__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	background: none !important;
	color: #000 !important;
	cursor: pointer;
	transition: color 0.2s ease;
}

.projects-showcase__nav:hover,
.projects-showcase__nav:focus {
	color: #211E19;
}

.projects-showcase__nav svg {
	width: 24px;
	height: 24px;
	display: block;
}

.projects-showcase__nav[disabled] {
	opacity: 0.35;
	pointer-events: none;
}
.projects-showcase__headings {
	text-align: center;
	margin-bottom: 3rem;
}

.projects-showcase__title {
	font-size: clamp(2.2rem, 3.5vw, 3rem);
	margin: 0;
	color: #211E19;
	font-weight: 500;
}

.projects-showcase__subtitle {
	font-size: clamp(1rem, 2vw, 1.25rem);
	color: rgba(33, 30, 25, 0.7);
	margin-top: 0.5rem;
	letter-spacing: 0.06em;
}

.projects-showcase__slider {
	position: relative;
	overflow: hidden;
}

.projects-showcase__track {
	display: flex;
	transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
	will-change: transform;
}

.project-slide {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 3rem;
	align-items: center;
}

.project-slide__content {
	grid-column: span 6;
}

.project-slide__media {
	grid-column: span 6;
}

.project-slide__media img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.project-slide__title {
	font-size: clamp(2rem, 3vw, 2.6rem);
	margin-bottom: 1.5rem;
	color: #211E19;
	font-weight: 500;
}

.project-slide__excerpt {
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(33, 30, 25, 0.78);
	max-width: 520px;
}

.project-slide__excerpt p {
	margin-bottom: 1.4rem;
}

.project-slide__excerpt p:last-child {
	margin-bottom: 0;
}

.projects-showcase__footer {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.projects-showcase__cta {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 0.9rem 2.8rem;
	border: 1px solid #211E19;
	color: #211E19;
	text-decoration: none;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.85rem;
	transition: all 0.25s ease;
}

.projects-showcase__cta:hover,
.projects-showcase__cta:focus {
	background: #211E19;
	color: #fff;
}

.projects-showcase__empty {
	text-align: center;
	margin: 0;
	padding: 4rem 0;
	color: rgba(33, 30, 25, 0.6);
}

.projects-showcase--single .projects-showcase__controls {
	display: none;
}

@media (max-width: 1024px) {
	.front-hero {
		min-height: 75vh;
	}

	.project-slide {
		gap: 2rem;
	}

	.project-slide__content,
	.project-slide__media {
		grid-column: span 12;
	}

	.project-slide__media {
		order: -1;
	}
}

@media (max-width: 768px) {

	.projects-showcase {
		padding: 4.5rem 0;
	}

	.projects-showcase__meta {
		margin-bottom: 1.25rem;
	}
}

@media (max-width: 480px) {
	.projects-showcase__inner {
		width: 90%;
	}

	.project-slide__excerpt {
		font-size: 0.95rem;
	}
}



.frontpage-products-coll a img{
	max-height: 400px;
	overflow: hidden;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%); /* Move by half since we duplicated content */
	}
}

/* Responsive adjustments */
/* Tablet View */
@media (max-width: 1024px) {
	.logo-item {
		flex: 0 0 calc(100% / 8); /* Show 4 logos visible, 8 total with duplicates */
		padding: 0 15px;
	}

	.logo-item img {
		max-width: 100px;
		max-height: 70px;
	}
}

/* Small Tablet / Large Mobile */
@media (max-width: 768px) {
	.logo-item {
		flex: 0 0 calc(100% / 6); /* Show 3 logos visible, 6 total with duplicates */
		padding: 0 15px;
	}

	.logo-item img {
		max-width: 120px;
		max-height: 80px;
	}

	.logo-slider-track {
		animation-duration: 15s; /* Slower on mobile */
	}
}

/* Mobile View */
@media (max-width: 480px) {
	.logo-item {
		flex: 0 0 calc(100% / 4); /* Show 2 logos visible, 4 total with duplicates */
		padding: 0 20px;
	}

	.logo-item img {
		max-width: 140px;
		max-height: 90px;
	}

	.logo-slider-track {
		animation-duration: 12s; /* Even slower for better mobile experience */
	}
}

/* Very Small Mobile */
@media (max-width: 360px) {
	.logo-item {
		flex: 0 0 calc(100% / 2); /* Show 1 logo visible, 2 total with duplicates */
		padding: 0 10px;
	}

	.logo-item img {
		max-width: 160px;
		max-height: 100px;
	}

	.logo-slider-track {
		animation-duration: 10s; /* Slowest for single logo view */
	}
}

.section-slider-container {
	overflow: hidden;
	position: relative;
}
.section-slider-wrapper {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 300%;
}
.section-slider-slide {
	width: 33.333%;
	flex-shrink: 0;
}




.section-slider-nav {
	pointer-events: auto;
	background: transparent !important;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 20px;
	transition: all 0.3s ease;
	z-index: 8;
	color: white;
	backdrop-filter: blur(4px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	position: absolute;
	top:45%;
}

.section-slider-nav:focus {
	outline-offset: -6px;
	outline: 0px dotted #000 !important;
}

.section-slider-nav:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
	color: #fff;
}

.section-slider-nav svg {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
	color: #fff !important;
}

.section-slider-nav:hover svg {
	transform: scale(1.2);
}

.section-slider-nav.prev {
	left: -120px;
}
.section-slider-nav.next {
	right: -120px;
}

.shop-landing-section{
	min-height: 800px;
}


.sourcing-request__form label{
	color:#6d6d6d;
	width:100%;
	padding-left: 10px;
}

.sourcing-request__form label textarea{
	margin-top:5px;
	margin-left:-10px;
}

.message-sourcing{
	padding-left:20px !important;
	color:#6d6d6d !important;
}

/* Custom upload */
.sourcing-upload {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.6rem 0;
	border: 1px dashed transparent;
	border-radius: 4px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}
.sourcing-upload.is-dragover {
	border-color: #211E19;
	background-color: #f7f5f2;
}
.sourcing-upload__input {
	position: absolute;
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
}
.sourcing-upload__label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	cursor: pointer;
	color: #211E19;
	font-size: 0.95rem;
	font-weight: 500;
}
.sourcing-upload__icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13.5V9.25C19 6.90381 17.2081 5 15 5C12.7919 5 11 6.90381 11 9.25V15.5C11 16.8807 12.1193 18 13.5 18C14.8807 18 16 16.8807 16 15.5V10' stroke='%23211E19' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5 10.5V14.75C5 17.0962 6.79189 19 9 19C11.2081 19 13 17.0962 13 14.75V8.5C13 7.11929 11.8807 6 10.5 6C9.11929 6 8 7.11929 8 8.5V14' stroke='%23211E19' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}
.sourcing-upload__text {
	letter-spacing: 0.02em;
}
.sourcing-upload__filename {
	font-size: 0.9rem;
	color: #6d6d6d;
}
.sourcing-upload__remove {
	border: none;
	background: transparent;
	color: #211E19;
	font-size: 0.85rem;
	cursor: pointer;
	padding: 0.2rem 0.4rem;
}

.wcf-embed-checkout-form .woocommerce form .form-row input.input-text, 
.wcf-embed-checkout-form .woocommerce form .form-row textarea, 
.wcf-embed-checkout-form .woocommerce form .form-row select, 
.wcf-embed-checkout-form .woocommerce #order_review .input-text {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #000000 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Checkout selects underline */
body .wcf-embed-checkout-form select,
body .cartflows-checkout-form select,
body .woocommerce-checkout select {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #d4d1cc !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0.3rem 0 !important;
	font-size: 14px !important;
	appearance: none;
	-webkit-appearance: none;
}

/* Checkout checkboxes: keep box borders */
body .wcf-embed-checkout-form input[type="checkbox"],
body .cartflows-checkout-form input[type="checkbox"],
body .woocommerce-checkout input[type="checkbox"] {
	border: 1px solid #d4d1cc !important;
	border-radius: 2px !important;
	background: #fff !important;
	box-shadow: none !important;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
}
body .wcf-embed-checkout-form input[type="checkbox"]:focus,
body .cartflows-checkout-form input[type="checkbox"]:focus,
body .woocommerce-checkout input[type="checkbox"]:focus {
	outline: none !important;
	border-color: #211E19 !important;
}

/* Select2 (country/region) underline */
.select2-container--default .select2-selection--single {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #d4d1cc !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	height: auto !important;
	padding: 0.3rem 0 !important;
	font-size: 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0 !important;
	color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100% !important;
	right: 0 !important;
}
.select2-dropdown {
	border: 1px solid #d4d1cc !important;
}

/* Checkout inputs: underline style */
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	border: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #d4d1cc !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0.3rem 0 !important;
	font-size: 14px !important;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce select,
.woocommerce textarea {
	border: none !important;
	border-bottom: 1px solid #d4d1cc !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0.3rem 0 !important;
	font-size: 14px !important;
}
.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
	outline: none !important;
	border-bottom-color: #211E19 !important;
}

/* CartFlows / embedded checkout underline - comprehensive selectors */
.wcf-embed-checkout-form input[type="text"],
.wcf-embed-checkout-form input[type="email"],
.wcf-embed-checkout-form input[type="tel"],
.wcf-embed-checkout-form input[type="password"],
.wcf-embed-checkout-form input[type="number"],
.wcf-embed-checkout-form input.input-text,
.wcf-embed-checkout-form select,
.wcf-embed-checkout-form textarea,
.wcf-embed-checkout-form .form-row input,
.wcf-embed-checkout-form .form-row select,
.wcf-embed-checkout-form .form-row textarea,
.wcf-embed-checkout-form .woocommerce-billing-fields input,
.wcf-embed-checkout-form .woocommerce-billing-fields select,
.wcf-embed-checkout-form .woocommerce-billing-fields textarea,
.wcf-embed-checkout-form .woocommerce-shipping-fields input,
.wcf-embed-checkout-form .woocommerce-shipping-fields select,
.wcf-embed-checkout-form .woocommerce-shipping-fields textarea,
.cartflows-checkout-form input[type="text"],
.cartflows-checkout-form input[type="email"],
.cartflows-checkout-form input[type="tel"],
.cartflows-checkout-form input[type="password"],
.cartflows-checkout-form input[type="number"],
.cartflows-checkout-form input.input-text,
.cartflows-checkout-form select,
.cartflows-checkout-form textarea,
.cartflows-checkout-form .form-row input,
.cartflows-checkout-form .form-row select,
.cartflows-checkout-form .form-row textarea {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #d4d1cc !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0.3rem 0 !important;
	font-size: 14px !important;
}
.wcf-embed-checkout-form input[type="text"]:focus,
.wcf-embed-checkout-form input[type="email"]:focus,
.wcf-embed-checkout-form input[type="tel"]:focus,
.wcf-embed-checkout-form input[type="password"]:focus,
.wcf-embed-checkout-form input[type="number"]:focus,
.wcf-embed-checkout-form input.input-text:focus,
.wcf-embed-checkout-form select:focus,
.wcf-embed-checkout-form textarea:focus,
.wcf-embed-checkout-form .form-row input:focus,
.wcf-embed-checkout-form .form-row select:focus,
.wcf-embed-checkout-form .form-row textarea:focus,
.cartflows-checkout-form input[type="text"]:focus,
.cartflows-checkout-form input[type="email"]:focus,
.cartflows-checkout-form input[type="tel"]:focus,
.cartflows-checkout-form input[type="password"]:focus,
.cartflows-checkout-form input[type="number"]:focus,
.cartflows-checkout-form input.input-text:focus,
.cartflows-checkout-form select:focus,
.cartflows-checkout-form textarea:focus,
.cartflows-checkout-form .form-row input:focus,
.cartflows-checkout-form .form-row select:focus,
.cartflows-checkout-form .form-row textarea:focus {
	outline: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom-color: #211E19 !important;
}

/* Upholstery - For Professional Spaces staggered image layout */
@media (min-width: 768px) {
	.professional-spaces-img-left,
	.professional-spaces-img-right {
		margin-top: 3rem;
	}
	.professional-spaces-img-center {
		margin-top: 0;
	}
}

/* Upholstery - Process section styling */
.upholstery-process-step {
	display: flex;
	flex-direction: column;
	position: relative;
}

.upholstery-process-header {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: -15px;
	position: relative;
	z-index: 10;
	padding-left: 20px;
}

.upholstery-process-image-wrapper {
	position: relative;
	margin-top: 0;
}

.upholstery-process-image-inner {
	position: relative;
	width: 100%;
	display: block;
}

.upholstery-process-image-inner img {
	width: 100%;
	height: auto;
	display: block;
}

.upholstery-process-number {
	background-color: rgba(160, 107, 67, 0.8);
	color: #fff;
	font-size: 2.1rem;
	font-weight: 300;
	line-height: 1;
	padding: 0.625rem 0.875rem;
	min-width: 70px;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.upholstery-process-label {
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #211E19;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 400;
	padding-top: 0.5rem;
}

.upholstery-process-title {
	font-weight: 400;
}

.upholstery-process-arrow {
	color: #A06B43;
	font-size: 1rem;
	font-weight: 300;
}

@media (min-width: 768px) {
	.upholstery-process-header {
		margin-bottom: -20px;
		gap: 1rem;
	}
	
	.upholstery-process-number {
		font-size: 2.7rem;
		padding: 0.875rem 1.125rem;
		min-width: 85px;
		min-height: 85px;
	}
	
	.upholstery-process-label {
		font-size: 0.875rem;
		padding-top: 0.75rem;
	}
	
	.upholstery-process-arrow {
		font-size: 1.25rem;
	}
}

.single-product p.price{
	display:none !important;
}

.single-product #wc-stripe-express-checkout-element{
	display:none !Important;
}

.single-product .woocommerce-product-gallery__trigger{
	display:none;
}

/* ===== Footer ===== */

#colophon.site-footer {
    background-color: #ffffff;
    border-top: 2px solid #000;
}

.site-footer-main {
	font-family: "Futura PT Light","Futura", sans-serif;
	display: grid !important;
	grid-template-columns: repeat(5, 1fr) !important;
	gap: 40px 60px !important;
	justify-items: stretch;
	align-items: start;
}

.site-footer-main .footer-column {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	width: 100%;
}

.footer-column.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-column.footer-logo .footer-image {
	max-width: 80px;
	width: 80px;
	height: auto;
}

.footer-heading {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 15px 0;
	text-align: left;
	width: 100%;
}

.footer-text {
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	margin: 0 0 5px 0;
	text-align: left;
	width: 100%;
}

.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

.footer-links li {
	margin: 0;
	padding: 0;
}

.footer-links li:last-child {
	border-bottom: none;
}

.footer-links li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	transition: color 0.2s ease;
	text-align: left;
}

.footer-links li a:hover {
	color: #000;
}

.footer-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 26px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid #000;
	box-sizing: border-box;
}

.footer-button--dark {
	background-color: #000;
	color: #fff;
}

.footer-button--dark:hover {
	background-color: #333;
	color: #fff;
}

.footer-button--outline {
	background-color: transparent;
	color: #000;
}

.footer-button--outline:hover {
	background-color: #000;
	color: #fff;
}

.footer-newsletter-form {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

/* Style CF7 form in footer - minimalist underline design */
.footer-newsletter-form .wpcf7-form {
	display: flex !important;
	align-items: flex-end;
	flex-direction: row;
	gap: 0 !important;
	width: 100%;
	max-width: 100%;
	border: none;
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

.footer-newsletter-form .wpcf7-form > * {
	margin: 0 !important;
}

.footer-newsletter-form .wpcf7-form p {
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: flex-end;
}

.footer-newsletter-form .wpcf7-form-control-wrap + p {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.footer-newsletter-form .wpcf7-form-control-wrap {
	flex: 1 1 auto;
	display: flex !important;
	align-items: flex-end;
	position: relative;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

/* Show labels */
.footer-newsletter-form label {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 4px;
}

.footer-newsletter-form .wpcf7-email,
.footer-newsletter-form .wpcf7-text {
	display: block !important;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0;
	padding: 8px 12px 0 0;
	font-size: 14px;
	background-color: transparent !important;
	color: #000;
	width: 100% !important;
	box-shadow: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	box-sizing: border-box;
	line-height: 1.5;
	margin: 0 !important;
	align-self: flex-end;
	min-width: 152px;
	margin-bottom: -4px !important;
}

.footer-newsletter-form .wpcf7-email::placeholder,
.footer-newsletter-form .wpcf7-text::placeholder {
	color: #999;
	opacity: 1;
}

.footer-newsletter-form .wpcf7-email:focus,
.footer-newsletter-form .wpcf7-text:focus {
	outline: none;
	border-bottom-color: #000;
	box-shadow: none;
}

.footer-newsletter-form .wpcf7-submit {
	flex: 0 0 auto;
	border: 1px solid #000 !important;
	border-radius: 0;
	padding: 8px 16px;
	background-color: transparent !important;
	color: #000 !important;
	cursor: pointer;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 !important;
	margin-left: 0 !important;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: auto;
	box-sizing: border-box;
	line-height: 1.5;
	align-self: flex-end;
}

.footer-newsletter-form .wpcf7-submit:hover {
	background-color: transparent;
	color: #000;
}

/* Style CF7 response messages as alerts/modals above the form */
.footer-newsletter-form .wpcf7-response-output {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10000;
	margin: 0;
	padding: 16px 24px;
	font-size: 14px;
	min-width: 300px;
	max-width: 500px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

.footer-newsletter-form .wpcf7-mail-sent-ok {
	border: 1px solid #4caf50;
	background-color: #fff;
	color: #2e7d32;
	border-left: 4px solid #4caf50;
}

.footer-newsletter-form .wpcf7-mail-sent-ng,
.footer-newsletter-form .wpcf7-aborted,
.footer-newsletter-form .wpcf7-spam,
.footer-newsletter-form .wpcf7-validation-errors {
	border: 1px solid #f44336;
	background-color: #fff;
	color: #c62828;
	border-left: 4px solid #f44336;
}

/* Legacy styles for old form (if still used) */
.footer-newsletter-fields {
	display: flex;
	align-items: stretch;
	gap: 0;
	max-width: 420px;
	border: 1px solid #000;
}

.footer-input {
	flex: 1 1 auto;
	border: none;
	padding: 10px 14px;
	font-size: 14px;
	background-color: #fff;
	color: #211e19;
}

.footer-input::placeholder {
	color: #999;
}

.footer-input:focus {
	outline: none;
}

.footer-newsletter-fields .footer-button--outline {
	flex: 0 0 auto;
	border: none;
	border-left: 1px solid #000;
	padding: 0 20px;
	background-color: #000;
	color: #fff;
}

.footer-newsletter-fields .footer-button--outline:hover {
	background-color: #333;
}

@media (max-width: 1450px) {
	.footer-newsletter-form .wpcf7-form {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-newsletter-form .wpcf7-email,
	.footer-newsletter-form .wpcf7-text {
		width: 100%;
	}

	.footer-newsletter-form .wpcf7-form p {
		align-items: flex-start;
		width: 100%;
	}

	.footer-newsletter-form .wpcf7-submit {
		margin: 10px 0 0 0 !important;
		align-self: stretch;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.site-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 32px 40px !important;
	}

	.footer-column.footer-logo {
		justify-content: flex-start !important;
		align-items: flex-start !important;
		text-align: left !important;
	}
}

@media (max-width: 768px) {
	.site-footer-main {
		padding-top: 32px;
		padding-bottom: 32px;
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}

	.footer-heading {
		font-size: 20px;
	}

	.footer-newsletter-form .wpcf7-form {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-newsletter-form .wpcf7-email,
	.footer-newsletter-form .wpcf7-text {
		border-bottom: 1px solid #333;
		border-top: none;
		border-left: none;
		border-right: none;
	}

	.footer-newsletter-form .wpcf7-submit {
		margin: 8px 0 0 0;
		width: auto;
		padding: 8px 16px;
	}

	.footer-newsletter-fields {
		flex-direction: column;
		border: none;
	}

	.footer-newsletter-fields .footer-input {
		border: 1px solid #000;
	}

	.footer-newsletter-fields .footer-button--outline {
		margin-top: 8px;
		width: 100%;
		border: 1px solid #000;
	}
}

/* ===== WooCommerce checkout placeholders ===== */

.woocommerce form .form-row input:focus::placeholder,
.woocommerce form .form-row textarea:focus::placeholder,
.woocommerce form .form-row input:not(:placeholder-shown)::placeholder,
.woocommerce form .form-row textarea:not(:placeholder-shown)::placeholder {
	opacity: 0;
}

/* Fallback: hide placeholders while typing in any form (for funnel / custom checkouts) */
input:focus::placeholder,
textarea:focus::placeholder,
input:not(:placeholder-shown)::placeholder,
textarea:not(:placeholder-shown)::placeholder {
	opacity: 0;
}

/* ===== WooCommerce Checkout layout & styles ===== */

/* Smaller checkout title matching design */
.woocommerce-checkout .entry-title,
.woocommerce-checkout h1.entry-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 14px;
}

.woocommerce-checkout .entry-header {
	padding-top: 16px;
	padding-bottom: 8px;
}

.dp-checkout-layout {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 32px;
	width: 100%;
	max-width: none;
	padding: 0 80px;
}

.dp-checkout-main {
	flex: 0 0 50%;
	min-width: 0;
}

.dp-checkout-summary {
	flex: 0 0 50%;
	max-width: none;
}

/* Override default WooCommerce checkout floats/widths that break custom layout */
.woocommerce-checkout form.checkout .col2-set,
.woocommerce-checkout form.checkout #order_review,
.woocommerce-checkout form.checkout #order_review_heading {
	width: 100% !important;
	float: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	clear: none !important;
}

.dp-checkout-summary .shop_table,
.dp-checkout-summary .shop_table th,
.dp-checkout-summary .shop_table td {
	font-size: 14px;
	line-height: 1.5;
}

.dp-checkout-summary .shop_table th {
	font-weight: 500;
}

.dp-checkout-summary .order-total th,
.dp-checkout-summary .order-total td {
	font-weight: 600;
}

.dp-checkout-summary #payment,
.dp-checkout-summary #payment .wc-stripe-test-mode,
.dp-checkout-summary #payment .payment_methods li label,
.dp-checkout-summary #payment .payment_box {
	font-size: 14px;
	line-height: 1.5;
}

/* Checkout placeholders: 14px font size */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder,
.woocommerce-checkout select::placeholder,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px !important;
}

/* All text in order summary: 14px */
.dp-checkout-summary,
.dp-checkout-summary *,
.dp-checkout-summary .product-name,
.dp-checkout-summary .product-total,
.dp-checkout-summary tfoot th,
.dp-checkout-summary tfoot td,
.dp-checkout-summary .shipping,
.dp-checkout-summary .woocommerce-shipping-methods,
.dp-checkout-summary .woocommerce-shipping-totals,
.dp-checkout-summary .woocommerce-shipping-totals td {
	font-size: 14px !important;
}

/* Align order review labels left and prices right, with consistent columns */
.dp-checkout-summary .shop_table th.product-name,
.dp-checkout-summary .shop_table td.product-name {
	text-align: left;
	width: 65%;
}

.dp-checkout-summary .shop_table th.product-total,
.dp-checkout-summary .shop_table td.product-total,
.dp-checkout-summary .shop_table tfoot td {
	text-align: right;
	width: 35%;
}

.woocommerce-checkout form.checkout #order_review {
	background-color: #fafafa;
	border: 0px solid #e3e3e3;
	border-right: none;
	padding: 0 24px 20px 44px; /* extra left padding (24 + 20) */
	box-sizing: border-box;
}

.woocommerce-checkout form.checkout #order_review_heading {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

/* Terms checkbox text: 10px, capitalized, normal letter spacing */
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
	font-size: 12px !important;
	text-transform: capitalize !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
}

/* Billing Details title: match "Your order" title size and align horizontally */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout .col-1 h3,
.woocommerce-checkout .col-2 h3 {
	font-size: 14px !important;
	font-weight: 600 !important;
	margin: 0 0 12px 0 !important;
	line-height: 1.4 !important;
}

/* Align billing details title with order review heading horizontally */
.dp-checkout-layout {
	align-items: flex-start;
}

.dp-checkout-main .woocommerce-billing-fields h3,
.dp-checkout-main #customer_details h3:first-child,
.dp-checkout-main .col-1 h3:first-of-type {
	margin-top: 0 !important;
}

/* Sticky right side (order summary) */
.dp-checkout-summary {
	position: sticky;
	top: 20px;
	align-self: flex-start;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
}

/* Shipping methods moved to left side */
.dp-checkout-shipping-methods {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #e3e3e3;
}

.dp-checkout-shipping-methods .dp-shipping-methods-title,
.dp-checkout-shipping-methods h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 12px 0;
}

.dp-checkout-shipping-methods .dp-shipping-methods-options {
	font-size: 14px;
}

.dp-checkout-shipping-methods .dp-shipping-methods-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dp-checkout-shipping-methods .dp-shipping-methods-options li {
	margin-bottom: 8px;
}

.dp-checkout-shipping-methods .dp-shipping-methods-options input[type="radio"] {
	margin-right: 8px;
}

/* Payment section moved to left side */
.dp-checkout-main #payment {
	margin-top: 30px;
}

/* Payment section styling on left side */
.dp-checkout-main #payment {
	font-size: 14px;
}

.dp-checkout-main #payment .payment_methods li label {
	font-size: 14px;
}

.dp-checkout-main #payment .payment_box {
	font-size: 14px;
}

/* Place order button stays on right side */
.dp-checkout-summary .place-order {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
}

.dp-checkout-summary .place-order #place_order {
	width: 100%;
	padding: 12px 24px;
	font-size: 14px;
	background-color: #211e19;
	color: #fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.dp-checkout-summary .place-order #place_order:hover {
	background-color: #000;
}

/* Hide payment from its original location in order review */
.dp-checkout-summary #payment {
	display: none;
}

/* Hide shipping row from order review table (right side) */
.dp-checkout-summary .shop_table tr.shipping,
.dp-checkout-summary .shop_table tr.woocommerce-shipping-totals {
	display: none !important;
}

/* Hide place order button from left side if it appears there */
.dp-checkout-main .place-order,
.dp-checkout-main #place_order {
	display: none !important;
}

/* Terms checkbox stays on right side */
.dp-checkout-summary .woocommerce-terms-and-conditions-wrapper {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
}

@media (max-width: 960px) {
	.dp-checkout-layout {
		display: block;
	}

	.dp-checkout-summary {
		margin-top: 30px;
	}
}

/* Remove Stripe express checkout separator "- OR -" if present */
#wc-stripe-payment-request-button-separator,
#wc-stripe-express-checkout-button-separator,
.wc-stripe-express-checkout-separator,
.wc-stripe-separator {
	display: none !important;
}

/* Product thumbnail + name in order summary */
.dp-checkout-product {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.dp-checkout-product-thumb {
	flex: 0 0 60px;
	max-width: 60px;
}

.dp-checkout-product-thumb img {
	width: 60px !important;
	max-width: 60px !important;
	height: auto !important;
	display: block;
	object-fit: cover;
}

.dp-checkout-product-details {
	flex: 1 1 auto;
}

/* Ensure Select2/SelectWoo dropdown opens directly under the field on checkout */
.woocommerce-checkout .select2-container {
	position: relative;
}

.woocommerce-checkout .select2-container--open .select2-dropdown {
	top: 100% !important;
}

/* Hide search box in Select2 dropdowns on checkout (we behave like native select) */
.woocommerce-checkout .select2-container .select2-search--dropdown {
	display: none;
}

.checkout #wc-stripe-express-checkout-element{
	display:none !important;
}

.checkout img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	max-width: 60px !important;
}

.checkout td.product-total {
	text-align: right;
	vertical-align: top;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .order-total{
	border-top: 1px solid #d4d1cc !important;
	margin-top:0 !important;
}

body .wcf-embed-checkout-form .wc_payment_methods, body .cartflows-checkout-form .wc_payment_methods, body .woocommerce-checkout .wc_payment_methods, body .wcf-embed-checkout-form .wc_payment_methods > li, body .cartflows-checkout-form .wc_payment_methods > li, body .woocommerce-checkout .wc_payment_methods > li, body .wcf-embed-checkout-form .payment_box, body .cartflows-checkout-form .payment_box, body .woocommerce-checkout .payment_box, body .wcf-embed-checkout-form .wc_payment_method, body .cartflows-checkout-form .wc_payment_method, body .woocommerce-checkout .wc_payment_method {
	background: transparent !important;
}

.wc_payment_method .payment_box fieldset {
	background: transparent !important;
 }
 
 /* Ensure no white background around payment area on checkout */
.woocommerce-checkout #payment,
.woocommerce-checkout #payment .wc_payment_methods,
.woocommerce-checkout #payment .wc_payment_methods > li,
.woocommerce-checkout #payment .payment_box {
	background: transparent !important;
	box-shadow: none !important;
}

/* Hide embedded terms & conditions content (we use external page instead) */
.woocommerce-checkout .woocommerce-terms-and-conditions {
	display: none !important;
}

/* Hide visible labels for checkout fields (we use placeholders instead) but keep SR-only */
.woocommerce-checkout form .form-row label {
	display: none;
}

.woocommerce-checkout form .form-row label.screen-reader-text {
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
	top: -135px;
	display: block;
	position: absolute;
	background: white;
	width: 100%;
	border: 1px solid #d3d3d3;
}

/* Base option style */
.select2-container--default .select2-results__option {
	padding: 6px 10px;
	color: #211e19;              /* normal text color */
	background-color: #ffffff;   /* normal background */
	font-size: 14px !important;
}

/* Option under the mouse (hover / keyboard focus) */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #F1F1F1 !important;   /* hover background */
	color: #000000 !important;              /* hover text color */
}

/* Currently selected option */
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #F2F0EB !important;     /* selected background */
	color: #000000 !important;                /* selected text color */
}

@media only screen and (min-width: 768px) {
	.woocommerce-checkout #main .woocommerce {
		padding: 0 !important;
	}
}

.woocommerce-checkout .entry-title, .woocommerce-checkout h1.entry-title {
	font-size: 22px !important;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 14px;
	text-align: center;
}

.singular .entry-header {
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #d3d3d3 !important;
}

@media only screen and (min-width: 1168px) {
	.woocommerce-product-gallery {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.single-product .entry .entry-content, .single-product .entry .entry-summary {
		max-width: none;
		margin-bottom: 133px;
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	.wpgs-nav.slick-initialized.slick-slider {
		display:none !important;
	}
}

.onsale {
	background: #000000;
}

@media only screen and (min-width: 1168px) {
	.woocommerce .onsale {
		font-size: 14px;
	}
}

input#newsletter-email {
	padding-left: 10px !important;
}

ul.products li.product .woocommerce-loop-product__title {
	margin: .5rem 0 0;
}

.woocommerce-checkout form .col2-set p {
	margin-bottom: 0.2em;
}

/* Shop main category switcher: horizontal line with centered vertical tick */
.shop-main-switcher-toggle {
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 13px;
}

.shop-main-switcher-label {
	color: #777777;
	font-weight: 500;
}

.shop-main-switcher-label.is-active {
	color: #000000;
}

.shop-main-switcher-separator {
	display: inline-block;
	margin: 0 18px;
	color: #000; /* same as subcategory separators */
	font-size: 18px;
	line-height: 1;
}

div.is-ajax-search-details, div.is-ajax-search-result {
    padding: 5px;
    top: -50px !important;
}

/* FunnelKit Cart in Header */
.funnelkit-cart-wrapper {
	display: flex;
	align-items: center;
	margin: 0 20px;
}

/* Hide cart total if disabled in FunnelKit settings */
.funnelkit-cart-wrapper .wcf-ca-cart-total,
.funnelkit-cart-wrapper .wcf-cart-total,
.funnelkit-cart-wrapper .cart-total,
.funnelkit-cart-wrapper [class*="cart-total"],
.funnelkit-cart-wrapper [class*="total-price"],
.funnelkit-cart-wrapper .wcf-ca-menu-total,
.funnelkit-cart-wrapper .wcf-ca-cart-menu-total,
.funnelkit-cart-wrapper span[class*="total"]:not([class*="count"]),
.funnelkit-cart-wrapper .cart-menu-total,
.funnelkit-cart-wrapper .fk-cart-total,
.funnelkit-cart-wrapper [data-cart-total],
.funnelkit-cart-wrapper .cart-price {
	display: none !important;
}

.footer-logo img{
	max-width: 80px;
}

/* Sold Out Products - 80% Opacity */
/* Use multiple approaches to ensure opacity is applied */
ul.products li.product.outofstock,
ul.products li.product.out-of-stock,
ul.products li.product.out-of-stock-product,
ul.products li.product.sold-out-product,
ul.products li.product.sold-out-opacity-applied,
.woocommerce ul.products li.product.outofstock,
.woocommerce ul.products li.product.out-of-stock,
.woocommerce ul.products li.product.out-of-stock-product,
.woocommerce ul.products li.product.sold-out-product,
.woocommerce ul.products li.product.sold-out-opacity-applied,
ul.products li.product:has(.sold-out-text),
ul.products li.product:has(.sold-out-price-wrapper),
.woocommerce ul.products li.product:has(.sold-out-text),
.woocommerce ul.products li.product:has(.sold-out-price-wrapper),
li.product:has(.sold-out-price-wrapper),
li.product.out-of-stock-product {
	opacity: 0.8 !important;
	-webkit-opacity: 0.8 !important;
	-moz-opacity: 0.8 !important;
}

/* Force opacity on all child elements */
ul.products li.product:has(.sold-out-price-wrapper) *,
.woocommerce ul.products li.product:has(.sold-out-price-wrapper) *,
li.product.out-of-stock-product * {
	opacity: inherit !important;
}

/* Ensure images get opacity */
ul.products li.product:has(.sold-out-price-wrapper) img,
.woocommerce ul.products li.product:has(.sold-out-price-wrapper) img,
ul.products li.product.out-of-stock-product img,
.woocommerce ul.products li.product.out-of-stock-product img,
li.product.out-of-stock-product img {
	opacity: 0.8 !important;
	-webkit-opacity: 0.8 !important;
	-moz-opacity: 0.8 !important;
}

/* Sold Out Price Wrapper and Request Similar Button */
.sold-out-price-wrapper {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	flex-wrap: nowrap !important;
}

/* Make sold-out text match price styling exactly */
/* JavaScript will set the exact font-size, but we ensure other properties match */
ul.products li.product .sold-out-price-wrapper .price,
.woocommerce ul.products li.product .sold-out-price-wrapper .price,
ul.products li.product .sold-out-price-wrapper .sold-out-text.price,
.woocommerce ul.products li.product .sold-out-price-wrapper .sold-out-text.price {
	/* JavaScript sets font-size, we just ensure other properties match */
	font-weight: inherit !important;
	color: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
}

/* Make request similar button styling */
ul.products li.product .sold-out-price-wrapper .request-similar-btn,
.woocommerce ul.products li.product .sold-out-price-wrapper .request-similar-btn,
.sold-out-price-wrapper .request-similar-btn {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-weight: inherit !important;
	color: inherit !important;
	cursor: pointer;
	text-transform: none !important;
	letter-spacing: 0.5px;
	transition: color 0.2s ease;
	line-height: inherit !important;
	font-family: inherit !important;
	margin: 0 !important;
	margin-left: auto !important;
	white-space: nowrap !important;
	display: inline-block !important;
}

.request-similar-btn:hover {
	color: #000 !important;
}

.request-similar-btn:focus {
	outline: none;
}

/* Show More Button Styles */
.woocommerce-show-more-wrapper {
	text-align: center;
	margin-top: 3rem;
}

.show-more-link {
	color: #211e19;
	text-decoration: underline;
	font-family: "Futura PT Light","Futura", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: opacity 0.2s ease;
	background: none;
	border: none;
	cursor: pointer;
}

.show-more-link:hover {
	color: #211e19;
	text-decoration: underline;
	opacity: 0.7;
}

/* Basic Page Template - Same styles as Cases Archive */
.basic-page-title {
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 30px !important;
	line-height: 40px !important;
	letter-spacing: 3px !important;
	color: #211E19;
	text-align: center;
}

.basic-page-content {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}

.basic-page-content p {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
	margin: 0 0 10px 0 !important;
}

.basic-page-content p:last-child {
	margin-bottom: 0 !important;
}

.basic-page-content * {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}

.basic-page-content h1,
.basic-page-content h2,
.basic-page-content h3,
.basic-page-content h4,
.basic-page-content h5,
.basic-page-content h6 {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}

/* Single Cases Page - Same styles as Basic Page */


.case-single-description p {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
	margin: 0 0 10px 0 !important;
}

.case-single-description p:last-child {
	margin-bottom: 0 !important;
}

.case-single-description * {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}

.case-single-description h1,
.case-single-description h2,
.case-single-description h3,
.case-single-description h4,
.case-single-description h5,
.case-single-description h6 {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}

/* Checkout Questions Link */
.checkout-questions-link {
	margin-top: 10px;
}

.checkout-questions-link a {
	font-size: 10px !important;
	color: #000;
	text-decoration: none;
}

.checkout-questions-link a:hover {
	text-decoration: underline;
}

.site-logo .custom-logo {
    max-height: 40px !important;
}


.wpgs-for.slick-initialized, 
.wpgs-nav.slick-initialized {
    max-height: 500px;
    overflow: hidden;
}
.single-product .type-product.sale>.onsale {
    right: unset;
    left: 0;
}

.page-template-upholstery .page-content-main p{
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}

/* Request Quote Links Wrapper - Matches WordPress Columns block structure */
.request-quote-links-wrapper {
	width: 100%;
	max-width: 100%;
	margin: 2rem auto 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
}

.request-quote-link-left,
.request-quote-link-right {
	text-align: center;
	width: 100%;
}

.request-quote-link-left a,
.request-quote-link-right a {
	text-decoration: underline;
	color: #211e19;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 400;
	transition: opacity 0.2s ease;
	display: inline-block;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}

.request-quote-link-left a:hover,
.request-quote-link-right a:hover {
	opacity: 0.7;
}

/* Match WordPress block editor container structure */
.entry-content .request-quote-links-wrapper,
.prose .request-quote-links-wrapper,
.wp-block-group .request-quote-links-wrapper {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* When inside page-content-main, match that container */
.page-content-main .request-quote-links-wrapper {
	max-width: 100%;
}

/* Desktop: Match two-column structure with same gap as wp-block-columns */
@media (min-width: 1024px) {
	.request-quote-links-wrapper {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3rem;
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Match the structure used by wp-block-columns blocks */
	.entry-content .request-quote-links-wrapper,
	.prose .request-quote-links-wrapper,
	.page-content-main .request-quote-links-wrapper {
		/* WordPress Columns typically use the same max-width as entry-content */
		max-width: calc(100% - 3rem);
		margin-left: auto;
		margin-right: auto;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	/* If there's a wp-block-columns block below, try to match its exact structure */
	.wp-block-columns + * .request-quote-links-wrapper,
	.request-quote-links-wrapper {
		max-width: 1200px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.request-quote-link-left {
		text-align: right;
	}
	
	.request-quote-link-right {
		text-align: left;
	}
}

.sidetextblock p{
	font-size: 16px;

}

/* Frontpage About Section - Two Column Layout */
.frontpage-about-section {
	padding: 4rem 1.5rem;
	background-color: #ffffff;
}

.frontpage-about-container {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

.frontpage-about-image {
	width: 100%;
}

.frontpage-about-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.frontpage-about-content {
	width: 100%;
}

.frontpage-about-title,
#page .frontpage-about-title,
.site .frontpage-about-title,
body .frontpage-about-title,
* .frontpage-about-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #211e19;
	margin-bottom: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.82;
	font-family: "Futura PT Light","Futura", sans-serif!important;
}

.frontpage-about-text {
margin-bottom: 2rem;
}

.frontpage-about-text p {
font-size: 11px;
color: #211e19;
margin-bottom: 1.5rem;
font-family: "Futura PT Light","Futura", sans-serif;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 2.45;
}

.frontpage-about-text p:last-of-type {
margin-bottom: 0;
}

.frontpage-about-paragraph {
font-size: 18px;
line-height: 1.6;
color: #211e19;
margin-bottom: 1.5rem;
font-family: "Futura PT Light","Futura", sans-serif;
}

.frontpage-about-paragraph:last-of-type {
margin-bottom: 0;
}

.frontpage-about-logo {
text-align: center;
margin-top: 2rem;
}

.frontpage-about-logo img {
max-width: 34px;
height: auto;
display: inline-block;
}

/* Desktop: Two-column layout */
@media (min-width: 1024px) {
	.frontpage-about-container {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
	
	.frontpage-about-title {
		font-size: 24px;
		text-align: center;
	}

	.frontpage-about-paragraph {
		font-size: 18px;
		line-height: 1.6;
	}
}

/* Frontpage Services Section - Three Column Boxes */
.frontpage-services-section {
	padding: 4rem 1.5rem;
	background-color: #ffffff;
}

.frontpage-services-container {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.frontpage-service-box {
	display: block;
	text-decoration: none;
	color: #211e19;
	transition: opacity 0.3s ease;
}

.frontpage-service-box:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #211e19;
}

.frontpage-service-image {
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
}

.frontpage-service-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.frontpage-service-box:hover .frontpage-service-image img {
	transform: scale(1.02);
}

.frontpage-service-title {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0;
	font-family: "Futura PT Light","Futura", sans-serif;
	color: #211e19;
}

/* Desktop: Three-column layout */
@media (min-width: 768px) {
	.frontpage-services-container {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}

/* Frontpage Products Section - Curated Picks */
.frontpage-products-section {
	padding: 4rem 1.5rem;
	background-color: #ffffff;
}

.frontpage-products-container {
	max-width: 1280px;
	margin: 0 auto;
}

.frontpage-products-header {
	text-align: center;
	margin-bottom: 3rem;
}

.frontpage-products-main-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #211e19;
	font-family: "Futura PT Light","Futura", sans-serif;
}

.frontpage-products-subtitle {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #211e19;
	margin: 0;
	font-family: "Futura PT Light","Futura", sans-serif;
}

.frontpage-products-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 3rem;
}

.frontpage-product-card {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.frontpage-product-image-link {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
}

.frontpage-product-image {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.frontpage-product-image-link:hover .frontpage-product-image {
	transform: scale(1.02);
}

.frontpage-product-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	color: #211e19;
	margin: 0 0 0.5rem 0;
	font-family: "Futura PT Light","Futura", sans-serif;
}

.frontpage-product-title a {
	color: #211e19;
	text-decoration: none;
	transition: opacity 0.2s ease;
	font-size:14px;
	line-height:18px;
	font-weight: 500;
	text-transform: uppercase;
}

.frontpage-product-title a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.frontpage-product-link {
	font-size:14px;
	line-height:18px;
	color: #211e19;
	display: inline-block;
	transition: opacity 0.2s ease;
	font-family: "Futura PT Light","Futura", sans-serif;
}

.frontpage-product-link:hover {
	opacity: 0.7;
	color: #211e19;
	text-decoration: underline;
}

.frontpage-products-shop-all-wrap {
	text-align: center;
	margin-top: 3rem;
}

.frontpage-products-shop-all-link {
	color: #211e19;
	text-decoration: underline;
	font-family: "Futura PT Light","Futura", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: opacity 0.2s ease;
}

.frontpage-products-shop-all-link:hover {
	color: #211e19;
	text-decoration: underline;
	opacity: 0.7;
}

/* Desktop: Three-column layout */
@media (min-width: 768px) {
	.frontpage-products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}


.basicwrapcontent div p{
	font-size: 14px !important;
	line-height: 2.45 !important;
	letter-spacing: 0.05em !important;
	font-weight: 400 !important;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	color: #272727 !important;
	text-align: center !important;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

.page-template-default .post-thumbnail{
	display: none;
}

.page-template-default .entry-content{
	max-width: 1280px !important;
	margin: 0 auto !important;
}

/* Company Toggle Styling - Match shipping toggle exactly */
#buying-as-company {
	font-size: 1em;
	display: inline-block;
	margin: 1.42em 0;
}

#buying-as-company label {
	font-weight: 400;
	cursor: pointer;
}

#buying-as-company label span {
	position: relative;
	display: block;
	text-align: right;
	padding-right: 45px;
}

#buying-as-company label span::before {
	content: "";
	display: block;
	height: 16px;
	width: 30px;
	border: 2px solid var(--form--border-color, #bbb);
	background: var(--form--border-color, #bbb);
	border-radius: 13rem;
	box-sizing: content-box;
	transition: all ease-in-out 0.3s;
	position: absolute;
	top: 0;
	right: 0;
}

#buying-as-company label span::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: var(--global--color-background, #fff);
	position: absolute;
	top: 3px;
	right: 17px;
	border-radius: 13rem;
	transition: all ease-in-out 0.3s;
}

#buying-as-company input[type="checkbox"] {
	display: none;
}

#buying-as-company input[type="checkbox"]:checked + span::after {
	right: 3px;
	background: var(--global--color-primary, #000);
}

#buying-as-company input[type="checkbox"]:checked + span::before {
	background: var(--global--color-background, #fff);
	border-color: var(--global--color-primary, #000);
}

.company_address {
	margin-top: 20px;
}

.company_address .form-row {
	margin-bottom: 20px;
}
.fkcart-shortcode-icon-wrap{
	max-width: 26px;
}

.fkcart-shortcode-container .fkcart-shortcode-count {
	min-width: 14px !important;
	height: 14px !important;
	font-size: 10px !important;
	line-height: 10px !important;
}

/* Contract, Studio, Sourcing, Upholstery page templates - text styling */
.page-content-main .prose,
.page-content-main .prose p,
.page-content-main .prose li,
.page-content-main .prose div,
.page-content-main .prose span {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}

.page-content-main .prose h1,
.page-content-main .prose h2,
.page-content-main .prose h3,
.page-content-main .prose h4,
.page-content-main .prose h5,
.page-content-main .prose h6 {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}
.product.type-product .price,
.product.type-product .woocommerce-price-suffix{
	font-size:14px;
	font-weight:500;
	text-transform: uppercase;
}

/* Cases Archive Page Styling */
.cases-archive-title {
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 30px !important;
	line-height: 40px !important;
	letter-spacing: 3px !important;
	color: #211E19;
}

.cases-archive-description {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}

.cases-archive-description p {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
	margin: 0 0 10px 0 !important;
}

.cases-archive-description p:last-child {
	margin-bottom: 0 !important;
}

.cases-menu,
.cases-menu a,
.cases-menu li {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
}

/* Case Card Styling */
.case-card-item {
	background: transparent;
}

.case-card-link {
	text-decoration: none;
	color: inherit;
}

.case-card-content {
	padding: 0.5rem 0 0 0;
	text-align: left;
}

.case-card-title {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
	color: #000 !important;
	margin: 0 0 0.25rem 0;
	text-decoration: none;
	text-align: left;
}

.case-card-more-info {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px !important;
	color: #000 !important;
	margin: 0;
	text-decoration: none;
	text-align: left;
}

.case-card-link:hover .case-card-title,
.case-card-link:hover .case-card-more-info {
	text-decoration: underline;
}

.post-type-archive-cases .cases-archive-description{
	margin:0 auto;
	max-width:680px;
}

.page-id-63 .basicwrapcontent div p{
	text-transform: uppercase;
}

.page-archive-title{
	font-size: 26px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	margin-bottom:10px !important;
	letter-spacing: 0.21em;
	line-height: 1.82;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}

.page-archive-description,
.page-archive-description p,
.page-archive-description div,
.page-archive-description span,
.page-archive-description li,
.page-content-main .page-archive-description,
.page-content-main .page-archive-description p,
.page-content-main .page-archive-description div,
.page-content-main .page-archive-description span,
.page-content-main .page-archive-description li {
	font-size: 12px !important;
	font-weight: 300 !important;
	color: #000;
	margin-bottom:0 !important;
	letter-spacing: 0.21em;
	line-height: 1.82;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}

.case-single-title {
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	margin-bottom:0 !important;
	letter-spacing: 0.21em;
	line-height: 1.82;
	font-family: "Futura PT Light","Futura", sans-serif !important;
}

.case-single-description {
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 20px !important;
	letter-spacing: 0.11em;
	font-family: "Futura PT Light","Futura", sans-serif !important;
	text-transform: none !important;
}

/* Pay for order page: we DO want the button visible on the left column */
body.woocommerce-order-pay .dp-checkout-main .place-order,
body.woocommerce-order-pay .dp-checkout-main #place_order {
	display: block !important;
}

body.woocommerce-order-pay .dp-checkout-main .place-order #place_order {
	width: 100%;
	padding: 12px 24px;
	font-size: 14px;
	background-color: #211e19;
	color: #fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
}

body.woocommerce-order-pay .dp-checkout-main .place-order #place_order:hover {
	background-color: #000;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table{
    margin-top:0 !important;
}

/* Pay for order page: force left payment typography to match sidebar */
body.woocommerce-order-pay .dp-checkout-main #payment,
body.woocommerce-order-pay .dp-checkout-main #payment * {
	font-size: 14px !important;
	line-height: 1.5 !important;
}

body.woocommerce-order-pay .dp-checkout-main #payment input,
body.woocommerce-order-pay .dp-checkout-main #payment select,
body.woocommerce-order-pay .dp-checkout-main #payment textarea {
	font-size: 14px !important;
}

/* Stripe "simple" card form hardcodes 16px; override for order-pay page */
body.woocommerce-order-pay .dp-checkout-main #payment .wc-stripe-simple-form *,
body.woocommerce-order-pay .dp-checkout-main #payment .wc-stripe-simple-form {
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: inherit !important;
}

