/*
	Theme Name: Ride Fire
	Theme URI: https://ridefire.cc/
	Description: Custom WP Theme for Ride Fire
	Version: 0.1
	Author: Creative Direction
	Author URI: https://creativedirection.info
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: "capitolium-2", serif;
	font-weight: 400;
	font-style: normal;
	background-color: #d8e3f0;
	color:#474646;
	font-size:16px;
	letter-spacing: -0.02em;
	line-height:1.33em;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:underline;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2, h3 {
	font-family: "stratos", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
}
h1 {
	font-size:5.5em;
	letter-spacing: -0.03em;
	line-height:1em;
	margin-bottom: 0.3em;
}
h2 {
	font-size:2.7777777777778em;
	letter-spacing: -0.03em;
	line-height:1.1em;
}

.mobile-nav-button {
	display: none;
}
.has-border-radius {
	border-radius:3px;
}

.mt-0 {
	margin-top: 0;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.splash	{
	position: fixed;
	top:0;
	left:0;
	z-index:99;
	height:100vh;
	width: 100vw;
/*	background-color: rgba(0,0,0,0.6);
	backdrop-filter:blur(30.417699813842773px);*/
	background-image: url(img/splash.webp);
	background-size: 100vw;
	transition: 0.6s all ease-in-out;
}
.splash-logo {
	transition: 0.6s all ease-in-out;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-height:70%;
	display: none;
}

#logo-icon {
	z-index:100;
	position: relative;
	display: block;
}

/* wrapper */
.wrapper {
	padding-top:100px;
}
.inner {
/*	max-width:1600px;*/
	width:calc(100% - 66px);
	margin: 0 auto;
}

.inner-narrow {
	max-width:1200px;
	width:80%;
	margin: 0 auto;
}

.wrapper, .inner {
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: fixed;
	top:0;
	background-color: #d8e3f0;
	z-index:10;
	width: 100%;
	margin-bottom: 100px;
}
.header .inner {
	border-bottom: 1px solid #DAD6D2;
	padding:1em 0;
	display: flex;
	justify-content: space-between;
}
.header-basket {
	position: relative;
}
.header-cart-count {
	font-size:0.7em;
	font-family: "stratos", sans-serif;
	font-weight: 500;
	width: 18px;
	height: 18px;
	background: #c9fa8f;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:9px;
	position: absolute;
	right:-4px;
	transform:translateY(-4px);
	pointer-events: none;
}
/* logo */
.logo {

}
.logo svg{
	width:57px;
	height:auto;
	display: block;
}
/* nav */
.nav-container {
	width:60%;
	display: flex;
	justify-content: space-between;
}
.nav {
	font-family: "stratos", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
}
.nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style:none;
	gap:4em;
}
.nav ul li {
	margin: 0;
	padding: 0;
}
.nav ul li span {
	font-family: "novel-mono-pro-compressed", sans-serif;
	font-weight: 400;
	color:#858380;
	margin-right: 1.5em;
	letter-spacing: -0.05em;
}
.nav ul li a {

	letter-spacing: 0.05em;
	text-decoration: none;
}
.nav-right {
	display: flex;
	align-items: flex-end;
	gap:1em;
	margin-right:10px;
}
.search {
	position: relative;
}
.searchform {
	position: absolute;
    display: none;
    right: 0;
    bottom: -4.5em;
    width: max-content;
    background-color: #FBF9F5;
    padding: 1em;
}

.search-submit {
	text-transform: uppercase;
	font-size:0.8em;
	background-color: #1A1818;
	color:#fff;
	border-radius:0;
	font-family: "novel-mono-pro-compressed", sans-serif;
}
/* footer */
.footer {

}

.footer-nav {
	display: flex;
	gap:2em;
	width: 100%;
	justify-content: space-between;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	border-top: 1px solid #DAD6D2;
	padding-top:2em;
}
.footer-nav .menu-title {
	margin-bottom: 1.3em;
}
.footer-nav ul {
	list-style:none;
	margin: 0;
	padding: 0;
	font-family: "stratos", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}
.footer-nav ul li {
	margin-bottom: 0.8em;
}
.footer-nav a {
	color:#302E2E;
	text-decoration: none;
}
.footer-bottom {
    /* Optional styling for the footer-bottom container */
}

.footer-bottom-logo {
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    text-align: left;
    font-size: clamp(1rem, 12vw, 12vw); /* Responsive font size */
    font-family: "stratos", sans-serif;
	font-weight: 500;
    letter-spacing: -0.05em;
    margin-left:-0.072em;
/*    margin-top:0.5em;*/
	line-height:1;
    z-index:-1;
    color:#1A1818;
}

.partner-logos-container {
	display: grid;
	justify-content: space-between;
	margin: 4em 0;
	gap:2em;
}
.partner-logos-container div {
	display: flex;
	justify-content: space-evenly;
/*	align-items: flex-end;*/
	text-align: center;
}
.partner-logos-container div img {
	
	max-width:160px;
}


del {
	text-decoration: none;
	position: relative;
	color:rgba(48, 46, 46, 0.6);
}
del:before {
	content:'';
	display: block;
	height:1px;
	width: 100%;
	position: absolute;
	top:calc(50% - 1px);
	left:0;
	background-color: #1a1818;
	z-index:1;
	display: block;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Homepage */
.homepage-intro-container {
	position: relative;
}
.homepage-intro-container::before, .homepage-intro-container::after {
	position: absolute;
	display: block;
	content:'';
	background-color: rgba(255, 255, 255, 0.4);
	z-index:1;
}

.homepage-intro-container::before {
	top:50px;
	left:0;
	width:100%;
	height:1px;
}

.homepage-intro-container::after {
	top:0;
	left:57.5%;
	width:1px;
	height:100%;
}

.homepage-intro::before, .homepage-intro::after {
	position: absolute;
	display: block;
	content:'';
	background-color: #474646;
	z-index:2;
}

.homepage-intro::before {
	top:50px;
	left:57.5%;
	transform:translateX(-50%) translateY(-50%);
	width:2em;
	height:3px;
}

.homepage-intro::after {
	top:33px;
	left:57.5%;
	width:3px;
	height:2em;
	transform:translateX(-50%);
}

.screw-the-tortoise {
	display: block;
	position: relative;
}
.screw-the-tortoise::before, .screw-the-tortoise::after {
	position: absolute;
	width:100%;
}


.screw-the-tortoise::before {
	content:'Effortless Performance';
	border-bottom: 1px solid #302E2E;
	text-transform: uppercase;
	font-family: "novel-mono-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	top:50px;
	padding-bottom:10px;
	z-index: -1;
}

.screw-the-tortoise::after {
	content:'';
	height:1px;
	background-color:#DAD6D2;
	text-transform: uppercase;
	font-family: "novel-mono-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	bottom:50px;

	z-index: -1;
}


/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/

.woocommerce > .inner {
	margin-top: 10px;
}

/* My Account page */
.woocommerce-MyAccount-navigation {
color: #80847D;
margin-bottom: 3em;
width: 20% !important;
}

.woocommerce-MyAccount-content {
	width: 78% !important;
}

.woocommerce-MyAccount-content > p:first-of-type {
	margin-top: 0;
}

.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	margin: 0;
}
.woocommerce-MyAccount-navigation-link {
	list-style: none;
	padding-left: 0;
	border-bottom: 1px solid #fff;
	padding: 1em;
	background-color: #000;
	transition: .6s all;
	color:#fff;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation-link a {
	color:#fff;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation-link:hover {
	background-color: #333;
}

.woocommerce-MyAccount-navigation-link:first-of-type {
	/*border-radius: 25px 25px 0 0;*/
}
.woocommerce-MyAccount-navigation-link:last-of-type {
	border-bottom: 0;
	/*border-radius: 0 0 25px 25px;*/
}


/* Categories */
.product-cat-hero {
	aspect-ratio: 1280/577;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	color:#F7F2EB;
	padding:3em;
	display: flex;
	align-items: center;
	margin-top:10px;
	margin-bottom: 2em;
	border-radius:3px;
}
.product-cat-hero-inner {
	width: 50%;
}

.product-cat-tagline {
	text-transform: uppercase;
	color:#E0CCAF;
	letter-spacing: 0.05em;
	font-family: "stratos", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-left: 1em;
	position: relative;
}
.product-cat-tagline::before {
	display: block;
	height:1em;
	width: 1em;
	position: absolute;
	content:'';
	background-image: url(img/tagline-before.svg);
	background-repeat: no-repeat;
	background-position: bottom 0.3em left;
	left:0;
	bottom:0;
}
.woocommerce .products ul, .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap:0;
}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
	margin-right: 0;
	border-top: 1px solid #DAD6D2;
	border-bottom: 1px solid #DAD6D2;
	margin-bottom: 0;
	width:100%;
}



.woocommerce ul.products li.product:nth-of-type(n+4),.woocommerce-page ul.products li.product:nth-of-type(n+4) {
	border-top: 0;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	width: 100%;
}



.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	box-sizing:border-box;
}
	.products .product img {
		transition:0.3s all;
		transition-delay:0.1s;
	}

	.products:has(.product:hover) .product:not(.product:hover) img {
		opacity:0.3;
	}
/* Start test */

/* Set up a 3-column grid with a gap */
ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 2rem; /* Adjust the gap as needed */
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style each product item */
ul.products li.product {
    position: relative;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}
/* Add a dividing line between items in the middle of the gap */
ul.products li.product::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px; /* Thickness of the dividing line */
    background-color: #e1e1e1;
}

/* Remove the dividing line for the last item in each row */
ul.products li.product:nth-child(3n)::after {
    display: none;
}

/* Remove the dividing line for the last item in the list */
ul.products li.product:last-child::after {
    display: none;
}


/* End test */

.woocommerce-ordering select {
	-webkit-appearance: none;
	border:0;
	background-color: transparent;
	font-weight:300;
	padding-right:35px;
}
.woocommerce-ordering { 
	position: relative;
}
.woocommerce-ordering::after {
	content:'';
	height:15px;
	width:15px;
	display: block;
	position: absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	background-image: url(img/select-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

ul.products li.product a {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-columns: 1fr 150px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
ul.products li.product a img { grid-area: 1 / 1 / 2 / 3; background-color: #f5f3f0; }
ul.products li.product a .woocommerce-loop-product__title { grid-area: 2 / 1 / 3 / 2; }
ul.products li.product a span.price { 
	grid-area: 2 / 2 / 3 / 3; 
	text-align: right;
	padding:0.5em 0;
}

ul.products li.product a span.price .woocommerce-Price-amount { 
	font-family: "capitolium-2", serif;
	font-weight: 400;
}

.price ins {
	text-decoration: none;
}


ul.products li.product a h2.woocommerce-loop-category__title,
ul.products li.product a h2.woocommerce-loop-product__title {
	text-transform: uppercase;
	font-weight:500;
	letter-spacing: 0.05em;
	font-family: "stratos", sans-serif;
	font-size:1.1em !important;
	color:#302E2E;
}


/* Product page  */

h1.product_title {
	font-size:2.7em;
	color:#302E2E;
}
.onsale {
	background-color: #FF7F00 !important;
	color:#F7F2EB !important;
	text-transform: uppercase;
	font-family: "novel-mono-pro", sans-serif;
	letter-spacing: 0.025em;
	font-weight: 500 !important;
	padding:0.4em 0.8em !important;
	border-radius: 3px !important;
	min-height: auto !important;
	line-height:1.3em !important;
	z-index:1 !important;
	margin: 1.3em !important;
	left:auto !important;
	right: calc(50% - 0.5em);
}
.sale .price ins .woocommerce-Price-amount {
	color:#FF7F00;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
	margin-bottom: 0;
}
.single-product .type-product {
	display: grid;
	grid-template-columns: 50% 50%;
	gap:4em;
	width: calc(100% - 4em);
}
.single-product .type-product .woocommerce-product-gallery { 
	grid-area: 1 / 1 / 2 / 2; 
	position: relative;
}
.woocommerce-product-gallery-inner {
	background-color: #C2D7EF;
	padding:1em;
	border-radius: 3px;
	    display: grid;
    grid-template-columns: calc(80%) 1fr;
    gap:calc(150px - 20%);
}
.single-product .type-product .entry-summary { grid-area: 1 / 2 / 2 / 3; }
.single-product .type-product .product-specifications-container { grid-area: 2 / 1 / 3 / 3; }
.single-product .type-product .related .products {
	grid-area: 3 / 1 / 4 / 3;
}

.woocommerce-page div.product div.summary {
	width: auto;
	float:none;
	position: sticky;
	top:110px;
	margin-bottom: 0;
/*	padding-right:2em;*/
/*	width: calc(100% - 4em);*/
}
.entry-summary::after { 
	display: block;
	content:'';
	position: absolute;
	left:-2em;
	top:0;
	height:100%;
	width: 1px;
	background-color: #DAD6D2;
}

.product:has(.product-specifications-container) .summary-inner {
/*	position: absolute;*/
}

.description-intro-text {
	margin-bottom: 0;
}

.custom-product-description {
	width: 100%;
/*	display: none;*/
/*	height:100px;*/
	overflow:hidden;
	margin-bottom: 0;
}

.expand-description {
	color:#FF7F00;
	font-size:0.7em;
	margin-bottom:50px;
	text-align: right;
	margin-right: 30px;
	text-transform: uppercase;
	font-family: "stratos-lights", sans-serif;
	cursor: pointer;
}

.description-intro-text.open + .custom-product-description {
	height:auto;
}

.custom-product-description .table-wrapper {
	overflow-x: auto;
}
.custom-product-description .table-wrapper table {
}
.custom-product-description .table-wrapper table td {
	padding:1em;
}
.custom-product-description .table-wrapper table tr:first-of-type td,
.custom-product-description .table-wrapper table tr td:first-of-type {
	font-family: "novel-mono-pro", sans-serif;
	font-size:0.8em;
	text-transform: uppercase;
	font-weight:400 !important;
}
.description-intro-text {
	padding-top:1em;
	border-top: 1px solid #DAD6D2;
/*	cursor:pointer;*/
}
.expand-text {
	transition:0.6s all;
	font-size:0.8em;
	display: none;
}

.description-intro-text.open .expand-text {
	opacity:0;
}


.woocommerce-Price-amount {
	font-family: "stratos", sans-serif;
	font-weight: 500;
	color:#302E2E;
	font-size:1.2em;
	letter-spacing: -0.02em;
}

.variations .label {
	font-family: "stratos-lights", sans-serif !important;
	font-weight: 300;
	text-transform: uppercase;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top;
    display: block;
    text-align: left;
    font-family: "novel-mono-pro", sans-serif !important;
/*	font-weight: 400 !important;*/
}
.woocommerce div.product form.cart .variations label {
	font-weight:400 !important;
	letter-spacing: -0.02em;
	font-size:0.8em;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
	padding:0;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
	display: none;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
	display: flex;
	flex-direction:row !important;
	width: 100%;
	clear:both;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
	/* box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8) !important;
	--webkit-box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8) !important;*/
	border:1px solid #302E2E;
	border-right:0;
	flex-grow:1;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:last-of-type {
	border-right:1px solid #302E2E;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper li label {
	margin: 0 !important;
	border-radius:0 !important;
/*	width: 100%;*/
	font-family: "stratos-lights", sans-serif !important;
	letter-spacing: -0.01em;
	font-weight: 300 !important;
	padding:0.6em !important;
	text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    content: attr(data-value);
    display: inline-block;
}

ul.radio-variable-items-wrapper.radio-variable-items-wrapper li.selected {
	background-color: #D9D9D9 !important;
/*	box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8) !important;
	--webkit-box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8) !important;*/
}

ul.radio-variable-items-wrapper li:hover  {
/*	box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8) !important;
	--webkit-box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8) !important;*/
}

ul.radio-variable-items-wrapper li .variable-item-radio-value-wrapper img,
ul.radio-variable-items-wrapper li .variable-item-radio-value-wrapper .woocommerce-Price-amount,
ul.radio-variable-items-wrapper li .variable-item-radio-value-wrapper .stock, 
ul.radio-variable-items-wrapper li .variable-item-radio-value-wrapper .price {
	display: none !important;
}

.free-shipping {
	text-transform: uppercase;
	color: #181a1a;
    display: inline-block;
    font-family: "novel-mono-pro", sans-serif;
    font-weight: 400;
    border-radius: 1px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 1em;
    padding: 0.3em 0.5em;
	background-color: #E0CCAF;
	margin-left: 2em;
}
.archive .free-shipping {
	display: none;
}
.woocommerce-variation-availability {
	font-family: "stratos-lights", sans-serif !important;
	text-transform: uppercase;
	color:#D9D9D9 !important;
	font-size:0.8em;
}


table.variations select {
	-webkit-appearance:none;
	appearance: none;
	background-color: transparent;
	padding:0.8em;
	border-radius:3px;
	border:1px solid #302E2E;
	position: relative;
	background-image: url(img/down.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px;
    font-family: "stratos-lights", sans-serif !important;
    text-transform: uppercase;
}



/* Specifications */
.custom-build-available {
	text-transform: uppercase;
	background-color: #c9fa8f;
	color:#181a1a;
	display: inline-block;
	font-family: "novel-mono-pro", sans-serif;
	font-weight: 400;
	border-radius:1px;
	font-size:0.75em;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-bottom: 1em;
	padding:0.3em 0.5em;
}
.product-meta {
	width:calc(50% - 2em);
}
.product-specification {
	display: grid;
	grid-template-columns: 30% 70%;
	border-top:1px solid #DAD6D2;
	padding:1em 0;
}
.product-specification-title {
	text-transform: uppercase;
	font-family: "novel-mono-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:0.8em;
}

/* Geometry */
.geometry-post {
	margin-top: 50px;
}
/* The below is used for both the product page and geometry block on the 'bike sizing' page */
.geometry-content table tr:nth-of-type(1),
.geometry-content table tr:nth-of-type(2),
.geometry-content table tr td:nth-of-type(1) {
	font-family: "novel-mono-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.geometry-content table tr:not(:nth-of-type(1)) td:nth-of-type(1) {
	font-size:0.8em;
}
.geometry-content table tr:nth-of-type(1) td:nth-of-type(1) {
	text-transform: uppercase;
}
.geometry-content table strong {
	font-weight: 500;
}
.geometry-content table tr td {
	border:0;
	padding:1em;
}
.geometry-content table tr {
	border-top: 1px solid #DAD6D2
}
.geometry-content table tr:first-of-type {
	border-top: 1px solid #302E2E;
}

.geometry-block-content {
	width:70%;
	background-color: #FBF9F5;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}

/* woocomm gallery */
.custom-product-layout {
    display: flex;
    justify-content: space-between;
}

.woocommerce img:not(.partner-logos-container img), .woocommerce-page img:not(.partner-logos-container img) {
	width: 100%;
}

.woocommerce-product-gallery {
/*    width: 60%;*/
/*	max-width:700px;*/
	width: 100%;
}

.woocommerce-product-gallery-image-container {
	position: relative;
	display: block;
	overflow: hidden;
}

.slick-prev,
.slick-next {
    background: #000;
    border: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.slick-prev:hover,
.slick-next:hover {
    background: #333;
}

.fancybox-slide--image {
    background-color: #fff;
}





.woocommerce-product-gallery__image::before {
	content:'';
	display: block;
	position: absolute;
	top:10px;
	left:10px;
	background-image: url(img/product-gallery-expand.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height:20px;
	width: 20px;
}


.woocommerce-product-gallery-thumbnails-container {
    position: relative;
    max-width:100%;
}
.woocommerce-product-gallery-thumbnails-container:has(.slick-initialized) {
/*    max-width: max-content;*/
}
.woocommerce-product-gallery-thumbnails {
	width:150px
/*    margin-top: 20px;*/
    background-color: #d8e3f0;
    border:1px solid #DAD6D2;
    padding:10px 7px;
    margin-right:135px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);

}

.woocommerce-product-gallery-thumbnails-container-full .woocommerce-product-gallery-thumbnails {
    margin-right:0;
    height: 100%;
}
.woocommerce-product-gallery-thumbnails .slick-slide {
    margin: 0 5px;
}


#product-gallery-arrows {
    position:absolute;
    height:60%;
    width:100px;
    right:0;
    top:50%;
    transform: translateY(-50%);
    background-color: #FFFCF7;
    border:1px solid #DAD6D2;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);

}

#product-gallery-arrows .slick-prev::before,
#product-gallery-arrows .slick-next::before {
	content:'';
	display: none;
}
#product-gallery-arrows .slick-prev,
#product-gallery-arrows .slick-next {
  border: none;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
}

#product-gallery-arrows .slick-prev {
  left: 0;
  background-image: url(img/product-gallery-left.svg);
  content:'';
}

#product-gallery-arrows .slick-next {
  right: 0;
  background-image: url(img/product-gallery-right.svg);
  content:'';
  border-left:1px solid #DAD6D2;
}


.woocommerce div.product form.cart div.quantity {
	float:none;
	display: none !important;
	margin-bottom: 1em;
    font-size: 1.33em !important;
	font-family: "stratos", sans-serif;
	margin-left: 0;
	margin: 0 2px 0 0 !important;

}

.woocommerce div.product form.cart div.quantity input {
	height: 3em;
    transform: translateY(5px);
/*	font-family: "stratos", sans-serif !important;*/
}

/* Woocommerce buttons */
.single_add_to_cart_button, .enquire-button {
	border-radius:3px;
    text-decoration: none;    
    position: relative;
    font-weight: 600;
    font-size: 1.33em !important;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
    border-radius:3px;
    text-decoration: none;
    float:none !important;
    vertical-align: middle;
	font-family: "stratos", sans-serif;
	margin-left: 3px;
}

.overseas-caveat {
	margin-top: 1em;
	font-style: italic;
}

.single_add_to_cart_button {

    color:#1a1818 !important;
    background: transparent !important;
    padding:1em 3.5em 1em 1em !important;
    display: block;
    border-radius:3px;
    text-decoration: none;
    border:1px solid #1a1818 !important;
}
.single_add_to_cart_button::before {
    content:'';
    display: block;
    position: absolute;
    right:0.7em;
    top:50%;
    transform: translateY(-50%);
    height:40px;
    width:40px;
    background-color: #858380;
    opacity:0.3;
    border-radius:3px;
}

.single_add_to_cart_button:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(img/button-arrow.php?col=302e2e);
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 1.3em;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.single_add_to_cart_button:not(.disabled):hover:after {
    transform: translateY(-50%) rotate(45deg);
}

.enquire-button {
	border:0;
    padding:1em !important;
	background-color: #302E2E;
	color:#F7F2EB;
	display: inline-block;
	border:1px solid #302E2E;
	transition:0.6s all;
}

.enquire-button:hover {
	background-color: #181a1a;
	color:#D7D5D1;
}



/* 404 Error Page */

#error-container {
	min-height:calc(100vh - 300px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top:150px;
}
#error-container h1 {
    -webkit-text-stroke-color: #1A1818;
	text-align: center;
	margin: 0;
	margin-top:-0.1em;
	margin-bottom: 0.05em;
}

.error404 h1 {
	background-clip: text;
    background-image: url(img/404.webp);
    background-position: center;
    background-size: contain;
}



/*Form stuff*/
.submit-container {
	border-radius:3px;
    text-decoration: none;    
    position: relative !important;
    font-weight: 600;
    font-size: 1.33em !important;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase !important;
    border-radius:3px;
    text-decoration: none;
    float:none !important;
    vertical-align: middle;
	font-family: "stratos", sans-serif !important;
	position: relative;
}

.submit-container {
    padding:1em 3.5em 1em 1em !important;
    display: block;
    border-radius:3px;
    text-decoration: none;
    border:1px solid #1a1818 !important;
}
.submit-container input {
    background: transparent !important;
    color:#1a1818 !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    font-size:1em !important;
}
.submit-container::before {
    content:'';
    display: block;
    position: absolute;
    right:0.7em;
    top:50%;
    transform: translateY(-50%);
    height:40px;
    width:40px;
    background-color: #858380;
    opacity:0.3;
    border-radius:3px;
}

.submit-container:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(img/button-arrow.php?col=302e2e);
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 1.3em;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.submit-container:not(.disabled):hover:after {
    transform: translateY(-50%) rotate(45deg);
}

.gfield_label {
	font-family: "stratos", sans-serif !important;
	text-transform: uppercase;
}

/*------------------------------------*\
	BLOG	
\*------------------------------------*/
.blog-container {
/*	padding-top:75px;*/
	min-height:100vh;
	padding-bottom:5em;
}
    .blog-container article {
        transition:0.6s all;
        color:#1A1818;
        position: relative;
        display:grid;
        grid-template-columns: 1fr 1fr;
        gap:3%;
        margin-bottom:2em;
        background-color: #F7F2EB;
        border-radius:3px;
        overflow:hidden;
    }

    .blog-container article:hover {
        background-color: #F1E7D8;
    }
    .blog-container article:hover a h2 {
/*        color: #FBF9F5;*/
    }
    .news-article a {
    	text-decoration: none;
    }
    .blog-container article .news-article > .news-article-meta {
        display: block;
        position: relative;
        margin-top: 0;
        transition:0.1s all ease;
    }
    .blog-container article .news-article > .news-article-meta, .blog-container article > a  {
        transform: 0.1s all;
        text-decoration:none;
    }
    .blog-container article:hover .news-article > .news-article-meta {
        margin-top:1em;
    }
    .blog-container article:hover .news-article > a {
        margin-bottom:1em;
    }

    .news-block-image {
/*        aspect-ratio: 800 / 650;*/
        object-fit: cover;
        transition: 0.3s width;
        height:500px;
        width: 100%;
    }


    .blog-container article:hover .news-block-image {
/*        aspect-ratio: 800 / 650;*/
        width:90%;
        height:500px;
    }

    .news-article-meta {
        padding-top:2em;
    }

    .blog-container h3 {
        margin-bottom: 0;
    }   


    .blog-container a h2 {
        color:#1a1818;
        margin-top: 15px;
        font-size:3.18em;
        transition:0.6s all;
    }

    .blog-container article:hover h2 {
        color:#1a1818;
    }

    .news-image-container {
        position: relative;
    }

    .news-article {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 80%;
    }


    .blog-container .article-inner {
        padding:3em;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .blog-container .news-block-meta {
        margin-bottom:1em;
    }
    .blog-container .date, .blog-container .category {
        text-transform: uppercase;
        border-radius:3px;
        font-family: "novel-mono-pro", sans-serif;
        font-size:14px;
		color: #181a1a;
		display: inline-block;
		font-size: 1.2rem;
		font-weight: 500;
		letter-spacing: 0.01em;
		padding: 0.3em 0.5em;
    }
    .blog-container .date {
        color:#1a1818;
        background-color: #E0CCAF;
        margin-right: 1em;
    }
    .blog-container .category {
        background-color: #E0CCAF;
    }
    .blog-container .category a {
        color:#1a1818;
        text-decoration: none !important;
    }
/* pagination */

.woocommerce nav.woocommerce-pagination ul {
	margin:10px 0px;
	padding:10px 0px;
	display:flex;
	position:relative;
	justify-content: center;
	margin:3em auto;
	text-align:center;
	width: 100%;
	border:0;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right:0;
	background-color: #DAD6D2;
	color:#302E2E;
	font-family: "stratos", sans-serif;
	font-weight: 400;
	width: 40px;
	height: 40px;
	position: relative;
	display: flex !important;
	align-items: center !important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	display: flex;
}

.page-numbers {
	display:block;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	color:#302E2E;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	transition:0.6s all;
	position: relative;
	gap:5px;
	border-radius: 3px;
}

.page-numbers span {
  z-index:2;
  display: flex;
  align-items: center;
}

.page-numbers.current {
	background: #302E2E !important;
	color:#dad6d2 !important;
}

.page-numbers:hover span {
/*	color:#1a1818;*/
} 

/* Blog single */

.single-article-container {
/*	padding-top:75px;*/
	min-height:100vh;
	padding-bottom: 100px;
}
.single-article-container h1 {
	font-size: 5em;
}

.blog-single-category-separator {
	color:#FFD387;
}

.single-blog-title {
	line-height:1.4em;
	font-size:5em;
}

.single-article-top {
/*	margin-top:75px;*/
	display: grid;
	grid-template-columns: 45% 50%;
	grid-gap: 5%;
	max-width:100%;
	margin-bottom:75px;
}
.single-article-top-left {
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}
.single-article-category, .single-article-top-left .knowledge-base-date  {
	background-color: #d9fcaf;
	color:#1a1818;
	border-radius: 3px;
    padding: 0.5em 1em;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: "novel-mono-pro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin:10px 0;
    display: inline-block;
    text-decoration: none;
}
.single-article-top-right img {
	max-width:100%;
}

.single-article-top-left .knowledge-base-country {
	margin-bottom:3em;
	display: inline-block;
}

.single-article-top-left h6 {
	color:#C0B8B4;
	margin-bottom:0;
}

.single-article-top-left .knowledge-base-date {
	color:#1a1818;
	background-color: #C9FA8F;
	margin-right: 1em;
	display: inline;
}

.single-article-top-right img {
/*	box-shadow: 0px 3px 10px rgba(105, 92, 81, 0.2);*/
}


.single-article-footer {
	background-color: #F8F4F1;
	padding:75px 0;
}

.single-article-footer .inner {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 2em;
}

#single-article-left .single-article-featured-image {
	margin:4rem 0;
	display: block;
}

.article-recent-post {

}

#single-article-left p:first-of-type {
	margin-top:0;
}

#single-article-right {
	padding-left:3em;
/*	width:30%;*/
}

#single-article-right a {
	margin-bottom:3px;
	padding:2em;
	width:66%;
	display:block;
	color:#6C5B4F;
	background-color:#F7F4F1;
}
#single-article-right a:last-of-type {
	border:0;
}

.single-article-main {
	display: grid;
	grid-template-columns: 55% 40%;
	grid-gap: 5%;
	margin-bottom:75px;
}


/*------------------------------------*\
	GUTENBERG STUFF
\*------------------------------------*/

:where(.wp-block-group.has-background) {
	padding:0 !important;
}
:where(.wp-block-columns) {
	margin-bottom: 0;
}
.wp-block-image {
	margin-bottom: 0;
}


pre.wp-block-verse {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: "stratos", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-left: 1em;
	position: relative;
	overflow:hidden;
}
pre.wp-block-verse::before {
	display: block;
	height:1em;
	width: 1em;
	position: absolute;
	content:'';
	background-image: url(img/tagline-before.svg);
	background-repeat: no-repeat;
	background-position: bottom 0.3em left;
	left:0;
	bottom:0;
}

.hero-generic {
	position: relative;
	aspect-ratio: 1280 / 577;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #F7F2EB;
	padding: 3em;
	display: flex;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 2em;
}

.hero-generic-content {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:3em;
	color:#F1E7D8;
	z-index:2;
	width: 50%;
}


.home-hero-content h1 {
	letter-spacing: -0.03em;
	margin-top: 0;
}

.design-credit {
	position: absolute;
	bottom:0;
	right:0;
    letter-spacing: 0.05em;
}
.design-credit a {
	text-decoration: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


/*@media only screen and (min-width:981px) {
	.nav-container {
		display: flex;
	}
}*/
@media only screen and (max-width:1280px) {
	.nav-container {
		width:80%;
	}
}
@media only screen and (max-width:1024px) {
	.pad-tablet {
		padding:0 1em;
	}
	.break-early {
		flex-direction: column;
	}
	.reverse-flex {
		flex-direction: column-reverse;
	}
	.homepage-intro-container::before, .homepage-intro-container::after {
		display: none;
	}
	h1 {
		font-size:2.6em;
	}
	.footer-nav {
		grid-template-columns: repeat(3,1fr);
	}
	.nav-container {
		width:90%;
	}
	.product:has(.product-specifications-container) .summary-inner {
		position: relative;
	}
}
@media only screen and (max-width:980px) {
	.hide-mobile {
		display: none;
	}
	.inner {
		width: calc(100% - 33px);
	}
	:where(.wp-block-columns.is-layout-flex) {
		gap:0;
	}
	.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {}

	.searchform {
		width: 100vw;
		left:0;
		position: fixed;
		bottom:0;
	}
	.pad-mobile {
		padding:0 1em;
	}
	.footer-nav {
		grid-template-columns: repeat(3,1fr);
	}
	.mobile-nav-button {
		position: absolute;
		top:0;
		right:0;
		display: block;
		z-index:11;
		top: 50%;
        transform: translateY(-50%);
	}
	.nav-container {
		width:100%;
		display: none;
		background-color: #1A1818;
		color:#FBF9F5;
		position: fixed;
		top:0;
		left:0;
		height:100vh;
		height:100dvh;
		z-index:10;
		background-image: url(img/splash-logo.svg);
		background-blend-mode: color-burn;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	}

	.header .inner {
		position: relative;
	}
	.nav {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		height:calc(100% - 100px);
		padding-left:2em;
		padding-top:100px;
	}
	.nav ul {
		flex-direction:column;
		gap:1em;
	}
	.nav ul li span {
		margin-right: 0.8em;
	}
	.nav ul li a {
		color:#FBF9F5;
		font-size:1.8em;
		line-height:1.4em;
	}
	.nav-right img {
		filter: invert(1);
	}
	.nav-right {
		width:100px;
		margin:0 auto;
		position: relative;
		margin-top: 1em;
	}
	.header-cart-count {
		color:#1a1818;
	}
	.product-cat-hero-inner {
		width:100%;
	}
	.single-product .type-product  {
		display: block;
		width: 100%;
	}
	.woocommerce-product-gallery {
		max-width: 90vw;
	}
	.woocommerce-page div.product div.summary {
		width: 100%;
		margin-top: 2em;
	}
	.single-product .type-product {
		grid-template-columns: 1fr;
	}
	.single-product .type-product .woocommerce-product-gallery,
	.single-product .type-product .entry-summary,
	.single-product .type-product .product-specifications-container,
	.single-product .type-product .related .products {
		grid-area:unset;
	}

	.woocommerce-page div.product div.summary {
		position: relative;
		top:auto;
	}
	.product-meta {
		width: 100%;
	}
	.product-specification {
		gap:2em;
		grid-template-columns: 30% calc(70% - 2em);
	}
	.product:has(.product-specifications-container) .summary-inner {
		position: relative;
	}
	.homepage-intro::before, 
	.homepage-intro::after, 
	.single-product .type-product .woocommerce-product-gallery::after, 
	.entry-summary::after { 
		display: none;
	}
	.geometry-content {
		overflow-x: scroll;
	}
	.geometry-content .wp-block-table {
		min-width:800px !important;
	}

	.summary-inner {
		position: relative;
	}
	.homepage-intro-container::before, .homepage-intro-container::after {
		display: none;
	}
	.onsale {
		right:2em;
	}

	.design-credit {
		position: relative;
		bottom:unset;
		right:unset;
		margin: 2em 0;
	}

}
@media only screen and (max-width:768px) {
	.single-article-top, .single-article-main {
		display: flex;
		flex-direction: column;
	}
	.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
		width: 100% !important;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	ul.products li.product::after {
		display: none;
	}
	.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
		border-top: 0;
	}
	.footer-nav {
		grid-template-columns: 100%;
	}
	.woo-variation-swatches .variable-items-wrapper {
		justify-content: space-evenly;
/*		gap: 2em;
    	margin-bottom: 2em;
*/	}
	.hero-generic-content {
		transform: none !important;
		position: relative !important;
		width: 100% !important;
		top:auto !important;
		left:auto !important;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:640px) {
	.enquire-button {
		margin-top: 1em;
	}

	.partner-logos-container {
		max-width: unset;
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#C9FA8F;
	color:#1a1818;
	text-shadow:none;
}
::-webkit-selection {
	background:#C9FA8F;
	color:#1a1818;
	text-shadow:none;
}
::-moz-selection {
	background:#C9FA8F;
	color:#1a1818;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
