/*************************
1 - Hero Banner
2 - Services
3 - Full Block
4 - Products
5 - Column Block
6 - Band
7 - Contact Form
8 - Banner
9 - Double Slider
10 - Search
11 - Range Listing
12 - Single Range
*************************/


/********************************
**** 1 - HERO BANNER | BEGIN ****
********************************/

.hero-banner {
	position: relative;
	height: 60vh;
	height: 60lvh;
	background-color: var(--primary);
}

.hero-banner__bg--mobile {
	display: none;
}

.hero-banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-banner__arrow {
	position: absolute;
	right: var(--spacing);
	bottom: 150px;
	z-index: 2;
	cursor: pointer;
	width: 90px;
	height: 90px;
}

.hero-banner__content {
	max-width: 70%;
	position: relative;
	height: 100%;
	z-index: 3;
	justify-content: end;
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding-bottom: 120px;
}

.hero-banner__content--alternative {
	justify-content: end;
	padding-bottom: 150px;
}

.hero-banner__text {
	max-width: 80%;
	font-weight: 300;
	flex-direction: row;
}

.hero-banner__text--custom a {
	text-decoration: none;
}

.bg_gadent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
	pointer-events: none;
	background: #070709;
	opacity: 0.4;
}

.hero-banner__gradent {
	z-index: -1;
	position: absolute;
	bottom: 200px;
	left: 0;
	width: 100%;
	height: 300px;
	background: transparent radial-gradient(closest-side at 50% 50%, var(--unnamed-color-000000) 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	background: transparent radial-gradient(closest-side at 50% 50%, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.81;
}

.hero-banner__icons {
	position: relative;
	display: flex;
	gap: 80px;
}


.hero-banner__actions {
	display: flex;
	gap: 30px;
}

.hero-banner__right-card {
	position: absolute;
	padding: var(--spacing-inner-x);
	right: 0;
	bottom: 120px;
	background-image: url("../img/grain_1.png"), linear-gradient(234deg, #000B56 0%, #1A7CC7 100%);
	background-size: cover;
	opacity: 0.91;
	border-radius: 8px 0 0 8px;
	max-width: 22%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.hero-banner__right-card a.underline {
	font-size: var(--font-size-base);
}

.hero-banner__bottom-gradient {
	position: absolute;
	height: 160px;
	width: 100%;
	left: 0;
	background: transparent linear-gradient(0deg, #070709 0%, #07070900 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	bottom: 0;
}


@media screen and (max-width: 1575px) {
	.hero-banner__content {
		max-width: 80%;
	}

	.hero-banner__right-card {
		max-width: 23%;
	}

}

@media screen and (max-width: 1280px) {
	.hero-banner__right-card {
		padding: 25px;
	}
}

@media screen and (max-width: 1024px) {
	.hero-banner__right-card {
		max-width: 30%;
	}
}


@media screen and (max-width: 767px) {

	.hero-banner__gradent {
		display: none;
	}

	.heading {
		line-height: 1.3;
		letter-spacing: 1.6px;
	}

	.hero-banner__arrow {
		display: none;
	}

	.hero-banner__content {
		text-align: center;
		align-items: center;
		max-width: 100%;
		padding-top: 25vh;
		left: 0;
	}

	.hero-banner__icons {
		gap: 40px;
	}

	.hero-banner__right-card {
		display: none;
	}

	.hero-banner__actions {
		justify-content: space-around;
		width: 90%;
		gap: 5px;
	}
}

@media screen and (min-width:768px) {
	.hero-banner {
		height: 100vh;
		height: 100lvh;
	}
}

@media screen and (max-width: 500px) {
	/* .hero-banner__bg {
		display: none;
	} */

	.hero-banner__bg--mobile {
		display: block;
		object-position: 0 0;
	}
}

@media screen and (max-width: 430px) {


	.hero-banner__actions {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.hero-banner__gradent {
		display: none;
	}
}


@media screen and (max-width: 580px) {

	.hero-banner__actions {
		width: 100%;
	}
}

/**************************
**** HERO BANNER | END ****
**************************/

/*****************************
**** 2 - SERVICES | BEGIN ****
*****************************/

.services {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: var(--primary-foreground);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: var(--spacing-sections);
	padding-top: var(--spacing-sections);
	gap: var(--spacing-inner-y);
}

.services__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 125%;
	width: 100%;
	object-fit: cover;
}

.services__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: var(--spacing-inner-x);
}

.services__card {
	background-color: var(--primary);
	flex: 0 0 calc(33.33% - var(--spacing-inner-x));
	padding-top: var(--spacing-inner-y);
	padding-bottom: var(--spacing-inner-y);
	border-radius: 10px;
	max-width: 540px;
	gap: 40px;
	cursor: none;
	overflow: hidden;
	clip-path: inset(0 0 0 0);
}

.services__content {
	padding-right: var(--spacing-inner-x);
	padding-left: var(--spacing-inner-x);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	gap: 8px;
}



.circularcursor {
	background-color: var(--danger);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: fixed;
	z-index: 1;
	mix-blend-mode: screen;
	pointer-events: none;
}

.circularcursor img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	transform: translate(-50%, -50%);
}


@media screen and (max-width: 1024px) {
	.services__container {
		justify-content: center;
	}

	.services__card {
		flex: 0 0 calc(50% - var(--spacing-inner-x));
	}

	.services__bg {
		height: 115%;
	}

	/* .band {
		padding-bottom: 0 !important;
	} */
}

@media screen and (max-width: 540px) {

	.services__card {
		flex: 0 0 calc(100% - var(--spacing-inner-x));
	}

	.services__bg {
		height: 112%;
	}
}

@media screen and (max-width: 400px) {

	.services__bg {
		height: 117%;
	}
}

/***********************
**** SERVICES | END ****
***********************/

/*******************************
**** 3 - FULL BLOCK | BEGIN ****
*******************************/

.full-block {
	z-index: 3;
	position: relative;
	color: var(--primary-foreground);
	padding-bottom: var(--spacing-sections);
}

.full-block__main {
	padding: var(--spacing);
	background: linear-gradient(90deg, var(--primary) 25%, transparent);
	border-radius: 10px;
	position: relative;
}

.full-block__content {
	max-width: 60%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.full-block__main .editor p {
	max-width: 80%;
	font-weight: 300;

}

.full-block__image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

@media screen and (max-width: 1575px) {
	.full-block__content {
		max-width: 85%;
	}

	.full-block__main .editor p {
		max-width: 100%;
	}

}

@media screen and (max-width: 1024px) {
	.full-block__content {
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.full-block__content {
		padding-block: 30px;
		align-items: center;
		justify-content: center;
		text-align: justify;
	}

	.full-block__main {
		background: linear-gradient(90deg, var(--primary) 10%, rgba(0, 0, 0, 0.5));
	}



	.full-block__main .editor p {
		margin: auto;
	}
}

/*************************
**** FULL BLOCK | END ****
*************************/

/*****************************
**** 4 - PRODUCTS | BEGIN ****
*****************************/

.products-section {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-inner-x);
	align-items: center;
	padding-bottom: var(--spacing-sections);
	background-color: var(--white);
	transition: 0.2s ease;
}

.products__content {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
	max-width: 65%;
}

.products-section .editor p {
	text-align: justify;
	font-weight: 300;
}

.products__cards {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: var(--spacing-inner-x);
	height: 100%;
}

.products__card {
	padding: 27px;
	box-shadow: 0px 5px 20px #00000008;
	background-color: var(--primary-foreground);
	color: var(--primary);
	border-radius: 10px;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 400px;
}

.card__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.products__card img {
	align-self: center;
	height: 400px;
	min-height: 400px;
	object-fit: cover;
}

.product__brand {
	color: var(--blue);
	text-transform: uppercase;
	font-size: var(--font-size-xs);
	font-weight: 600;
	letter-spacing: var(--leading-button);
	margin-bottom: 10px;
}

.product__name {
	font-weight: bold;
}

.product__ref {
	opacity: 0.74;
	font-weight: 300;
	margin-bottom: 10px;
}

.product__stock.stock.in-stock {
	margin-bottom: 10px;
}

.product__prices {
	display: flex;
	gap: 15px;
	align-items: center;
}

.product__price {
	font-weight: bold;
	font-size: var(--font-size-xl);
}

.product__regular {
	text-decoration: line-through
}

@media screen and (max-width: 1024px) {

	.products__card {
		box-shadow: 0px 5px 20px #00000026;
	}

	.products__cards {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--spacing-inner-x);
	}

}

@media screen and (min-width: 1024px) {
	.products__card:hover {
		box-shadow: 10px 10px 30px #0000001F;
	}
}

@media screen and (max-width: 1023px) {
	.products__card img {
		max-height: 300px;
		width: 100%;
		object-fit: cover;
		height: initial;
		min-height: initial;
	}
}

@media screen and (max-width: 767px) {
	body .products__card img {
		max-height: 200px;
	}
}

@media screen and (max-width: 740px) {

	.products-section .editor p {
		padding: 0;
		width: 100%;
	}

	.products__card {
		gap: 5px;
		width: 100%;
		display: flex;
		flex-direction: column;

	}


	.products__content {
		max-width: 100%;
	}
}

@media screen and (max-width: 540px) {
	.products__cards {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/***********************
**** PRODUCTS | END ****
***********************/

/*********************************
**** 5 - COLUMN BLOCK | BEGIN ****
*********************************/

.column-block {
	background-color: var(--primary);
	color: var(--primary-foreground);
	padding-block: var(--spacing-sections);
	display: flex;
	gap: var(--spacing-inner-y);
	position: relative;
}

.column-block__bg {
	position: absolute;
	left: 0;
	z-index: 0;
	top: 30%;
	height: 100%;
	width: 100%;
}

.column-block>* {
	flex: 1;
}

.column-block__column {
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: var(--spacing-inner-x);
	align-items: flex-start;
}

.column-block__column__reverse {
	flex-direction: column-reverse;
}

.column-block__content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.column-block__content p:not(.subtitle) {
	font-weight: 300;
}

.column-block__content-alt {
	padding: var(--spacing);
	position: relative;
	height: 100%;
}

.column-block__content-alt::after {
	content: "";
	background-image: url("../img/grain_2.webp"), linear-gradient(300deg, #000B56 0%, #178DBA 88%, #1A7CC7 100%);
	background-size: cover;
	opacity: 0.65;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -1;
	top: 0;
	left: 0;
}

.column-block__image {
	border-radius: 10px;
	height: 100% !important;
	object-fit: cover;
	width: 100%;
}

.column__menu {
	padding-block: 25px;
	border-color: #2768AD;
}

.column__menu h4,
.column__blocks {
	width: 100%;
}

.column__menu.open-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.menu__title {
	font-size: var(--font-size-xl);
	font-weight: 600;
}


@media screen and (max-width: 767px) {
	.column-block__content p {
		text-align: justify;
	}

	.column-block {
		flex-direction: column;
	}

	.column-block__content {
		align-items: center;
	}

	.column-block__column__reverse {
		flex-direction: column;
	}
}


/* Modal */

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
}

.modal__content {
	margin: 15% auto;
	padding: 20px;
	width: fit-content;
	max-width: 1200px;
}

.modal__content iframe {
	margin: auto;
}

.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.video__img {
	position: relative;
	max-height: 300px;
	width: 100%;
}

.video__img img {
	cursor: pointer;
	width: 100%;
	height: 100%;
	max-height: 300px;
	object-fit: cover;
	border-radius: 10px;
}

.video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: white;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/***************************
**** COLUMN BLOCK | END ****
***************************/

/*************************
**** 6 - BAND | BEGIN ****
*************************/

.band {
	color: var(--primary-foreground);
	position: relative;
	padding-top: var(--spacing-inner-x);
	padding-bottom: var(--spacing-sections);
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.band::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--primary);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.band {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: center;
		justify-content: space-evenly;
		justify-items: center;
		align-content: space-evenly;
		align-items: center;
		gap: var(--spacing-inner-x);
	}

}

/*******************
**** BAND | END ****
*******************/

/*********************************
**** 7 - CONTACT FORM | BEGIN ****
*********************************/
.grecaptcha-badge {
	visibility: hidden;
}

.contact-form {
	background-color: var(--primary);
	padding-top: 17vh;
	padding-bottom: var(--spacing-sections);
	color: var(--primary-foreground);
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--spacing-inner-x);
}

.contact__second {
	display: flex;
	gap: var(--spacing-inner-x);
	z-index: 1;
}

.column-block__bg--contact {
	bottom: 0;
	height: auto;
}

.contact__images {
	height: 760px;
	display: flex;
	gap: var(--spacing-inner-x);
}

.column-block__image--contact {
	position: relative;
	z-index: 1;
	width: 100%;
	object-fit: cover;
	height: 30%;
}

.contact__left,
.contact__right {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-inner-y);
	width: 50%;
}

.image-percent {
	height: 70%;
}

.contact__right-column {
	align-items: end;
	display: flex;
	flex-direction: column;
	width: 50%;
	z-index: 1;
	position: relative;
	gap: var(--spacing-inner-x);
	font-weight: 300;
	font-size: var(--font-size-base) !important;
}

.gform_wrapper label {
	letter-spacing: 0.7px;
	line-height: 16px;
}

.gchoice {
	align-items: start;
	display: flex;
	gap: 8px;
}

.form__bottom {
	font-size: var(--font-size-xs);
}

.form__bottom a {
	text-decoration: underline;
}

.textarea,
.gform_wrapper input,
.gform_wrapper select {
	background-color: rgba(251, 251, 253, 0.19);
	border-radius: 23px;
	padding-block: 14px !important;
	padding-inline: 16px !important;
	font-size: var(--font-size-base) !important;
	font-weight: 300;
}

.textarea::placeholder,
.gform_wrapper input::placeholder {
	color: var(--primary-foreground);
}

.gform_wrapper input[type="submit"] {
	background-color: var(--blue);
	cursor: pointer;
	color: var(--primary-foreground);
	letter-spacing: 1.8px;
	line-height: 24px;
	font-weight: 800;
}

.gform_wrapper input[type="submit"]:hover {
	background-color: var(--primary-foreground);
	color: var(--blue);
}

.textarea {
	resize: none;
	border-radius: 10px;
}

.gform_wrapper {
	z-index: 1;
	justify-self: start;
	background-color: rgba(255, 255, 255, 0.12);
	padding: var(--spacing-inner-y);
	border-radius: 10px;
}

.gform-field-label {
	font-size: var(--font-size-base) !important;
}

.gform_wrapper select option {
	color: var(--primary);
}

.contact__map {
	height: 430px;
	z-index: 1;
	position: relative;
	border-radius: 10px;
}

.contact__bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: var(--spacing-inner-x);
}

.contact__form>* {
	top: var(--spacing-sections);
}

.contact__form {
	left: 0;
	top: 17vh;
	height: 100%;
	width: 100%;
	display: flex;
	position: sticky;
}

.contact__top {
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.gform_footer {
	padding: 0 !important;
	padding-top: 8px !important;
}

.contact__top .editor {
	max-width: 48%;
	font-weight: 300;
}

.map__banner .footer__menu__content,
.map__banner a {
	color: var(--primary-foreground) !important;
	font-weight: 300;
	font-family: 'Inter Tight';
	font-size: var(--font-size-base);
	line-height: 18px;
	letter-spacing: 0.7px;
}

.map__banner {
	z-index: 401;
	position: absolute;
	padding: 25px;
	right: 0;
	top: 0;
	gap: 5px;
	background-image: url("../img/grain_1.png"), linear-gradient(234deg, #000B56 0%, #1A7CC7 100%);
	background-size: cover;
	opacity: 0.91;
	border-radius: 0 0 0 10px;
	display: flex;
	flex-direction: column;
}


@media screen and (max-width: 1575px) {

	.contact__top .editor {
		max-width: 70%;
	}

	.column-block__bg--contact {
		height: 100%;
	}


	.textarea,
	.gform_wrapper input,
	.gform_wrapper select {
		padding-block: 10px !important;
		padding-inline: 12px !important;
	}

	.textarea {
		height: 150px !important;
	}

	.contact__images {
		height: 611px;
	}

	.contact__map {
		height: 300px;
	}

	.map__banner {
		padding: 12px;
	}
}

@media screen and (max-width: 1024px) {

	.contact__second {
		flex-direction: column;
	}

	.contact__images {
		height: auto;
	}

	.contact__form {
		position: relative;
		top: auto !important;
	}

	.contact__form>*,
	.contact__images {
		width: 100%;
	}

	.contact__top {
		align-items: center;
		text-align: center;
	}

	.contact__map {
		width: 100%;
	}

	.contact__second .section {
		padding: 0;
	}
}

@media screen and (max-width: 747px) {

	.contact__top .editor {
		max-width: 100%;
	}

	.contact__images {
		flex-direction: column;
	}

	.column-block__image--contact {
		height: 100%;
	}

	.contact__left,
	.contact__right {
		width: 100%;
	}

	.contact__images {
		height: 100%;
	}
}

@media screen and (max-width: 640px) {
	.gform_fields {
		grid-row-gap: 10px !important;
	}

	.textarea,
	.gform_wrapper input,
	.gform_wrapper select {
		padding-block: 5px !important;
		padding-inline: 12px !important;
		height: 34px;
	}

	.ginput_container {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	#input_2_10 {
		gap: 0;
	}

	.ginput_complex span {
		margin-bottom: 0px !important;
	}
}


/***************************
**** CONTACT FORM | END ****
***************************/

/***************************
**** 8 - BANNER | BEGIN ****
***************************/

.banner {
	background-color: var(--primary);
	background-image: url('../img/grain_3.webp');
	background-size: 100% auto cover;
	color: var(--primary-foreground);
	padding-top: 15vh;
	padding-bottom: var(--spacing-inner-x);
	display: flex;
	justify-content: center;
}

.banner--small {
	height: 100px;
	padding-block: 0;
}

.banner--small .heading {
	display: none;
}

.banner__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 50%;
	gap: 10px;
}

.banner__heading {
	font-size: var(--font-size-3xl);
	font-weight: 600;
}

.banner__content .editor {
	display: block !important;
}

/*********************
**** BANNER | END ****
*********************/

/**************************
**** 9 - DOUBLE SLIDER ****
**************************/

.double_slider {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: var(--spacing-inner-x);
	padding-bottom: var(--spacing-sections);
	position: relative;
}

.double_slider .embla__slide {
	flex: 0 0 30%;
	height: 100%;
	padding-left: var(--spacing-inner-x);
}

.double_slider .embla__container {
	backface-visibility: hidden;
	display: flex;
	touch-action: pan-y;
	margin-left: calc(var(--spacing-inner-x) * -1);
}

.double_slider img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

.scroller--double_slider {
	gap: var(--spacing-inner-x);
	padding-block: 0;
}


@keyframes scroll {
	to {
		transform: translate(calc(-50% - 0.5rem));
	}
}

/****************************
**** DOUBLE SLIDER | END ****
****************************/

/********************
**** 10 - SEARCH ****
********************/

.search-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.search-section h2 {
	font-size: var(--font-size-2xl);
	font-weight: 600;
}

.search-section h3 {
	font-size: var(--font-size-xl);
	font-weight: 600;
}

.search-section span {
	text-decoration: underline;
	color: var(--blue);
}

.search-section ul {
	list-style-type: disc;
	list-style-position: inside;
	font-size: var(--font-size-lg);
}

.search-section ul li a:hover {
	color: var(--blue);
}


/****************************
**** SEARCH | END ****
****************************/

/***************************
**** 11 - RANGE LISTING ****
***************************/

.range-listing {
	padding-block: var(--spacing-sections);
	display: flex;
	flex-direction: column;
	gap: var(--spacing-inner-x);
}

.range-listing__filter {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	border-block: solid 1px rgba(39, 104, 173, 0.18);
	padding-block: 25px;
	gap: 30px;
	font-weight: 600;
}

.range-listing__filter--sub {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 20%;
}

.single-range h1 {
	text-wrap: initial;
}

.range-listing__pagination {
	font-size: var(--font-size-xl);
	display: flex;
	justify-content: center;
	gap: 25px;
	text-align: center;
}

.letter--selected {
	color: var(--blue);
}

.letter:disabled {
	opacity: 0.2;
	cursor: default;
}

.range-listing__filter__letters {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: var(--font-size-lg);
}

.range-listing__content {
	display: flex;
	flex-wrap: wrap;
	gap: var(--spacing-inner-x);
}


.range-listing__block {
	box-shadow: 0px 0px 20px #0000001C;
	padding: var(--spacing-inner-x);
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 20px;
	width: 48%;
}

.range-listing__block h3 {
	font-size: max(20px, calc(30vw / 19.2));
}

.range-listing__ranges {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.range-listing__ranges a {
	font-size: var(--font-size-xs);
	font-weight: 800;
}

.range-listing__reset {
	cursor: pointer;
}

.thankyou--custom {
	padding: 0 var(--spacing);
}

.woocommerce-order-received .connexion {
	padding-bottom: 50px;
}

@media (max-width: 1235px) {
	.range-listing__content {
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.range-listing__block {
		width: 100%;
	}
}

@media (max-width: 1023px) {
	.range-listing__filter {
		overflow-x: scroll;
		flex-direction: column;
	}

	.range-listing__filter--sub {
		width: 100%;
	}

	.range-listing__filter__letters {
		gap: 30px;
	}

	.range-listing__filter p {
		width: 300px;
	}

	.range-listing__reset {
		position: absolute;
		right: 0;
		top: 10%;
	}

	.range-listing {
		gap: 50px;
	}

	.range-listing__right {
		display: none;
	}
}

@media (max-width: 767px) {
	#range-listing {
		padding-block: 50px;
		gap: 50px;
	}
}

@media (max-width: 600px) {
	.range-listing__filter p {
		width: 900px;
	}
}

/****************************
**** RANGE LISTING | END ****
****************************/

/**************************
**** 12 - SINGLE RANGE ****
**************************/

.range__content {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-block: 75px;
	gap: var(--spacing-inner-x);
}

.range__block {
	padding: var(--spacing-inner-x);
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #0000001C;
}

.range__block__top {
	letter-spacing: 0.6px;
	padding-bottom: 10px;
	font-weight: 300;
	font-size: var(--font-size-xs);
	text-align: center;
	border-bottom: 1px solid #999999;
}

.range__block__ref {
	font-size: var(--font-size-lg);
	font-weight: 600;
	padding-top: 25px;
}

@media (max-width: 1024px) {
	.range__content {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 786px) {
	.range__content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 460px) {
	.range__content {
		display: flex;
		flex-direction: column;
	}
}

/***************************
**** 12 - BLOG ****
***************************/
.articles {
	display: grid;
	gap: 6rem 3rem;
}

.category-filters {
	margin: 40px auto;
	display: none;
	justify-content: center;
	gap: 2rem;
	align-items: center;
}

.category .section--blog {
	margin: 4rem auto;
}

article,
.article__img img {
	border-radius: 10px;
}

article {
	box-shadow: 0px 5px 20px #00000008;
	transition: all .3s ease;
}

article:hover {
	box-shadow: 10px 10px 30px #0000001F;
}

.article__img {
	height: 200px;
}

.article__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.article__content {
	padding: 3rem;
}

.article__content__title {
	font-size: clamp(18px, calc(28vw / 19.2), 28px);
	font-weight: 600;
}

.single .column-block {
	color: #000;
	background-color: var(--white) !important;
}

.single .banner__heading {
	max-width: 800px;
	line-height: 1.3;
}

.single .column-block__bg {
	display: none;
}

.single-product .column-block__bg {
	display: block;
	top: initial;
	height: 100%;
}

.single-product .column-block__column {
	color: var(--white);
	padding-top: 100px;
}

.single-product .closed-gradent {
	display: none !important;
}

.single-product .article__content__category {
	font-size: var(--font-size-xs);
	letter-spacing: var(--leading-button);
	font-weight: 800;
	text-transform: uppercase;
	color: var(--blue);
}

.single .hero-banner {
	height: 80lvh;
}

.single .hero-banner__bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.category-filters a:hover {
	color: var(--white);
}

.article__content__excerpt {
	font-size: 14px;
	font-weight: 300;
}

.article__content__read {
	margin-top: 1rem;
}

.article__content__read:hover {
	color: var(--white);
}

.pagination__before {
	transform: rotate(180deg);
}

.category-filters-mobile select {
	margin: 40px auto;
	padding: 10px;
	font-size: 1rem;
	border-radius: 10px;
	border: 1px solid var(--primary);
	background: var(--white);
}

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

	.article__img {
		height: 300px;
	}

	.category-filters-mobile {
		display: none;
	}

	.category-filters {
		display: flex;
	}
}

@media (min-width: 1024px) {
	.articles {
		grid-template-columns: repeat(3, 1fr);
	}

	.article__img {
		height: 400px;
	}
}

@media (min-width: 1400px) {
	.single-product .column-block__column {
		color: var(--white);
		padding-top: 100px;
		margin-bottom: -100px;
	}
}