/*
Theme Name: GameBooster
Theme URI: https://www.duendedijital.com
Description: GameBooster, Duende Dijital tarafindan marka deneyimi, performans ve donanim odakli e-ticaret akislarina uygun olarak tasarlanip gelistirilmis ozel bir WordPress child theme'idir. Tema; kategori kesfi, urun vitrini, surucu indirme deneyimi ve Elementor tabanli esnek sayfa yapilariyla GameBooster sitesine ozel bir altyapi sunar.
Author: Duende Dijital
Author URI: https://www.duendedijital.com
Template: hello-elementor
Text Domain: hello-elementor-child
Version: 1.0.0
Tags: e-commerce, flexible-header, custom-menu, custom-logo, featured-images, rtl-language-support, translation-ready
*/

/* Base styles live in assets/css/*. */

body .elementor-wc-products ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
}

/* === GB RWD Utilities (Opt-in / safe) ======================================
   Apply only by adding gb-rwd-* classes in Elementor.
   Existing content is unaffected until these classes are used.
============================================================================ */
body .gb-rwd-block {
	--gb-rwd-gap: 24px;
	--gb-rwd-gap-mobile: 14px;
	--gb-rwd-radius: 18px;
	--gb-rwd-padding: 18px;
	--gb-rwd-padding-mobile: 12px;
	--gb-rwd-feature-min: 180px;
	--gb-rwd-feature-min-mobile: 140px;
	--gb-rwd-icon-size: 84px;
	--gb-rwd-icon-size-mobile: 56px;
	--gb-rwd-text-size: 18px;
	--gb-rwd-text-size-mobile: 15px;
}

body .gb-rwd-block,
body .gb-rwd-block *,
body .gb-rwd-block *::before,
body .gb-rwd-block *::after {
	box-sizing: border-box;
}

body .gb-rwd-block img,
body .gb-rwd-block video,
body .gb-rwd-block svg,
body .gb-rwd-block canvas {
	max-width: 100%;
	height: auto;
}

body .gb-rwd-overflow-safe,
body .gb-rwd-overflow-safe * {
	overflow-wrap: anywhere;
	word-break: normal;
}

body .gb-rwd-feature-text,
body .gb-rwd-feature-text * {
	overflow-wrap: break-word;
	word-break: normal;
}

/* Generic grid wrappers (legacy Elementor sections/columns + container widget) */
body .gb-rwd-grid.elementor-section>.elementor-container,
body .gb-rwd-grid.elementor-inner-section>.elementor-container,
body .gb-rwd-grid.e-con,
body .gb-rwd-grid>.e-con-inner {
	display: grid !important;
	gap: var(--gb-rwd-gap) !important;
	align-items: start;
}

body .gb-rwd-grid>.elementor-container>.elementor-column,
body .gb-rwd-grid.elementor-section>.elementor-container>.elementor-column,
body .gb-rwd-grid.elementor-inner-section>.elementor-container>.elementor-column {
	width: auto !important;
	max-width: none !important;
	flex: initial !important;
}

body .gb-rwd-grid-2.elementor-section>.elementor-container,
body .gb-rwd-grid-2.elementor-inner-section>.elementor-container,
body .gb-rwd-grid-2.e-con,
body .gb-rwd-grid-2>.e-con-inner {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body .gb-rwd-grid-3.elementor-section>.elementor-container,
body .gb-rwd-grid-3.elementor-inner-section>.elementor-container,
body .gb-rwd-grid-3.e-con,
body .gb-rwd-grid-3>.e-con-inner {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body .gb-rwd-grid-4.elementor-section>.elementor-container,
body .gb-rwd-grid-4.elementor-inner-section>.elementor-container,
body .gb-rwd-grid-4.e-con,
body .gb-rwd-grid-4>.e-con-inner {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* Grid helpers */
body .gb-rwd-grid-equal.elementor-section>.elementor-container,
body .gb-rwd-grid-equal.elementor-inner-section>.elementor-container,
body .gb-rwd-grid-equal.e-con,
body .gb-rwd-grid-equal>.e-con-inner {
	align-items: stretch !important;
}

body .gb-rwd-grid-equal>.elementor-container>.elementor-column,
body .gb-rwd-grid-equal.elementor-section>.elementor-container>.elementor-column,
body .gb-rwd-grid-equal.elementor-inner-section>.elementor-container>.elementor-column {
	height: 100% !important;
	align-self: stretch !important;
}

body .gb-rwd-grid-equal>.elementor-container>.elementor-column>.elementor-widget-wrap,
body .gb-rwd-grid-equal.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap,
body .gb-rwd-grid-equal.elementor-inner-section>.elementor-container>.elementor-column>.elementor-widget-wrap {
	height: 100% !important;
}

/* Feature cards (icon/image + text) */
body .gb-rwd-feature-grid.elementor-section>.elementor-container,
body .gb-rwd-feature-grid.elementor-inner-section>.elementor-container,
body .gb-rwd-feature-grid.e-con,
body .gb-rwd-feature-grid>.e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(var(--gb-rwd-feature-min), 1fr)) !important;
	gap: var(--gb-rwd-gap) !important;
	align-items: start !important;
}

body .gb-rwd-feature-grid>.elementor-container>.elementor-column,
body .gb-rwd-feature-grid.elementor-section>.elementor-container>.elementor-column,
body .gb-rwd-feature-grid.elementor-inner-section>.elementor-container>.elementor-column {
	width: auto !important;
	max-width: none !important;
	flex: initial !important;
}

body .gb-rwd-feature-item>.elementor-widget-wrap,
body .gb-rwd-feature-item.e-con {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	text-align: center !important;
	gap: 10px !important;
	height: 100%;
	min-width: 0;
}

body .gb-rwd-feature-item .elementor-widget-image,
body .gb-rwd-feature-item .elementor-widget-icon,
body .gb-rwd-feature-item .gb-rwd-feature-media {
	margin: 0 auto !important;
	padding: 0 !important;
}

body .gb-rwd-feature-item>.elementor-widget-wrap>.elementor-element {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	padding: 0 !important;
}

body .gb-rwd-feature-item .elementor-widget-image img,
body .gb-rwd-feature-media img {
	width: min(100%, var(--gb-rwd-icon-size)) !important;
	height: auto !important;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

body .gb-rwd-feature-item .elementor-widget-text-editor,
body .gb-rwd-feature-item .elementor-widget-heading,
body .gb-rwd-feature-text {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	text-align: center !important;
}

body .gb-rwd-feature-item .elementor-widget-container,
body .gb-rwd-feature-item .elementor-widget-text-editor .elementor-widget-container,
body .gb-rwd-feature-item .elementor-widget-heading .elementor-widget-container {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	padding: 0 !important;
}

body .gb-rwd-feature-item .elementor-widget-text-editor,
body .gb-rwd-feature-item .elementor-widget-text-editor p,
body .gb-rwd-feature-item .elementor-widget-heading .elementor-heading-title,
body .gb-rwd-feature-text,
body .gb-rwd-feature-text p {
	font-size: var(--gb-rwd-text-size) !important;
	line-height: 1.35 !important;
	margin: 0 !important;
}

/* Cards / surfaces */
body .gb-rwd-card>.elementor-widget-wrap,
body .gb-rwd-card.e-con {
	border-radius: var(--gb-rwd-radius);
	padding: var(--gb-rwd-padding);
}

/* Alignment helpers */
body .gb-rwd-center {
	text-align: center !important;
}

body .gb-rwd-center>.elementor-widget-wrap,
body .gb-rwd-center.e-con {
	align-items: center !important;
	text-align: center !important;
}

body .gb-rwd-left {
	text-align: left !important;
}

/* Media behavior helpers */
body .gb-rwd-img-contain img {
	object-fit: contain !important;
}

body .gb-rwd-img-cover img {
	object-fit: cover !important;
	width: 100% !important;
}

/* CTA helper */
body .gb-rwd-cta .elementor-button,
body .gb-rwd-cta .elementskit-btn {
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

/* Background banner helper (Elementor section with background image + spacer-based text positioning) */
body .gb-rwd-bg-banner {
	overflow: hidden;
	margin: 0 !important;
	background-color: #000 !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

body .gb-rwd-bg-banner+.gb-rwd-bg-banner {
	margin-top: -1px !important;
}

/* Mobile-only utilities */
@media (max-width: 1024px) {
	body .gb-rwd-block {
		--gb-rwd-gap: var(--gb-rwd-gap-mobile);
		--gb-rwd-padding: var(--gb-rwd-padding-mobile);
		--gb-rwd-feature-min: var(--gb-rwd-feature-min-mobile);
		--gb-rwd-icon-size: var(--gb-rwd-icon-size-mobile);
		--gb-rwd-text-size: var(--gb-rwd-text-size-mobile);
	}

	body .gb-rwd-mobile-1.elementor-section>.elementor-container,
	body .gb-rwd-mobile-1.elementor-inner-section>.elementor-container,
	body .gb-rwd-mobile-1.e-con,
	body .gb-rwd-mobile-1>.e-con-inner {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body .gb-rwd-mobile-2.elementor-section>.elementor-container,
	body .gb-rwd-mobile-2.elementor-inner-section>.elementor-container,
	body .gb-rwd-mobile-2.e-con,
	body .gb-rwd-mobile-2>.e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body .gb-rwd-mobile-grid.elementor-section>.elementor-container,
	body .gb-rwd-mobile-grid.elementor-inner-section>.elementor-container,
	body .gb-rwd-mobile-grid.e-con,
	body .gb-rwd-mobile-grid>.e-con-inner {
		display: grid !important;
		gap: var(--gb-rwd-gap) !important;
		align-items: start !important;
	}

	body .gb-rwd-mobile-grid>.elementor-container>.elementor-column,
	body .gb-rwd-mobile-grid.elementor-section>.elementor-container>.elementor-column,
	body .gb-rwd-mobile-grid.elementor-inner-section>.elementor-container>.elementor-column {
		width: auto !important;
		max-width: none !important;
		flex: initial !important;
	}

	body .gb-rwd-mobile-grid-equal.elementor-section>.elementor-container,
	body .gb-rwd-mobile-grid-equal.elementor-inner-section>.elementor-container,
	body .gb-rwd-mobile-grid-equal.e-con,
	body .gb-rwd-mobile-grid-equal>.e-con-inner {
		align-items: stretch !important;
	}

	body .gb-rwd-mobile-grid-equal>.elementor-container>.elementor-column,
	body .gb-rwd-mobile-grid-equal.elementor-section>.elementor-container>.elementor-column,
	body .gb-rwd-mobile-grid-equal.elementor-inner-section>.elementor-container>.elementor-column {
		height: 100% !important;
		align-self: stretch !important;
	}

	body .gb-rwd-mobile-grid-equal>.elementor-container>.elementor-column>.elementor-widget-wrap,
	body .gb-rwd-mobile-grid-equal.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap,
	body .gb-rwd-mobile-grid-equal.elementor-inner-section>.elementor-container>.elementor-column>.elementor-widget-wrap {
		height: 100% !important;
	}

	body .gb-rwd-mobile-inset {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	body .gb-rwd-mobile-gap-15 {
		--gb-rwd-gap: 15px !important;
	}

	body .gb-rwd-mobile-mt-15 {
		margin-top: 15px !important;
	}

	body .gb-rwd-mobile-center-last-odd.elementor-section>.elementor-container>.elementor-column:last-child:nth-child(odd),
	body .gb-rwd-mobile-center-last-odd.elementor-inner-section>.elementor-container>.elementor-column:last-child:nth-child(odd) {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body .gb-rwd-mobile-stack>.elementor-widget-wrap,
	body .gb-rwd-mobile-stack.e-con {
		display: flex !important;
		flex-direction: column !important;
		gap: var(--gb-rwd-gap) !important;
	}

	body .gb-rwd-mobile-full,
	body .gb-rwd-mobile-full.elementor-column {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}

	body .gb-rwd-mobile-center,
	body .gb-rwd-mobile-center .elementor-heading-title,
	body .gb-rwd-mobile-center .elementor-widget-text-editor,
	body .gb-rwd-mobile-center .elementor-widget-text-editor p {
		text-align: center !important;
	}

	body .gb-rwd-mobile-left,
	body .gb-rwd-mobile-left .elementor-heading-title,
	body .gb-rwd-mobile-left .elementor-widget-text-editor,
	body .gb-rwd-mobile-left .elementor-widget-text-editor p {
		text-align: left !important;
	}

	body .gb-rwd-mobile-hide {
		display: none !important;
	}

	body .gb-rwd-bg-banner,
	body .gb-rwd-bg-banner>.elementor-container,
	body .gb-rwd-bg-banner>.elementor-container>.elementor-column,
	body .gb-rwd-bg-banner>.elementor-background-overlay,
	body .gb-rwd-bg-banner>.elementor-motion-effects-container,
	body .gb-rwd-bg-banner>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		min-height: clamp(180px, 44vw, 260px) !important;
		border: 0 !important;
		outline: 0 !important;
		box-shadow: none !important;
	}

	body .gb-rwd-bg-banner>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated {
		min-height: inherit;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		padding: clamp(14px, 4vw, 24px) !important;
	}

	body .gb-rwd-bg-banner>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated>.elementor-widget-spacer {
		display: none !important;
	}

	body .gb-rwd-bg-banner>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated>.elementor-inner-section {
		width: 100% !important;
		margin: 0 !important;
	}

	body .gb-rwd-bg-banner>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated>.elementor-inner-section>.elementor-container {
		max-width: 100% !important;
	}

	body .gb-rwd-bg-banner:not(.elementor-motion-effects-element-type-background),
	body .gb-rwd-bg-banner>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-color: #000 !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}

	body .gb-rwd-bg-banner.gb-rwd-mobile-text-left .elementor-heading-title,
	body .gb-rwd-bg-banner.gb-rwd-mobile-text-left .elementor-widget-heading {
		text-align: left !important;
	}

	body .gb-rwd-bg-banner.gb-rwd-mobile-text-right .elementor-heading-title,
	body .gb-rwd-bg-banner.gb-rwd-mobile-text-right .elementor-widget-heading {
		text-align: right !important;
	}

	body .gb-rwd-bg-banner.gb-rwd-mobile-text-left>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated {
		padding-left: 30px !important;
	}

	body .gb-rwd-bg-banner.gb-rwd-mobile-text-right>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated {
		padding-right: 30px !important;
	}

	body .gb-rwd-bg-banner.gb-rwd-mobile-text-left:not(.elementor-motion-effects-element-type-background),
	body .gb-rwd-bg-banner.gb-rwd-mobile-text-left>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: right center !important;
	}

	body .gb-rwd-bg-banner.gb-rwd-mobile-text-right:not(.elementor-motion-effects-element-type-background),
	body .gb-rwd-bg-banner.gb-rwd-mobile-text-right>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: left center !important;
	}

	body .gb-rwd-bg-banner .elementor-widget-heading .elementor-heading-title {
		font-size: clamp(16px, 4.4vw, 24px) !important;
		line-height: 1.1 !important;
		max-width: min(56%, 260px);
		margin: 0 !important;
		padding: 0 !important;
	}

	body .gb-rwd-bg-banner.gb-rwd-mobile-text-left .elementor-widget-heading .elementor-heading-title {
		padding-top: 50px !important;
		padding-left: 20px !important;
	}

	body .gb-rwd-bg-banner.gb-rwd-mobile-text-right .elementor-widget-heading .elementor-heading-title {
		padding-top: 50px !important;
		padding-right: 20px !important;
		margin-left: auto !important;
	}
}

body .elementor-wc-products ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #ededed;
	border-radius: 28px;
	padding: 40px;
	overflow: hidden;
	text-align: left;
	width: auto !important;
	margin: 0 !important;
}

/* Elementor Archive Products widget sets li.product padding:0; override it */
body .elementor-wc-products.elementor-products-grid ul.products.elementor-grid li.product {
	padding: 40px !important;
	margin: 0 !important;
}


body .elementor-wc-products ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: stretch;
	color: #111;
	text-decoration: none;
	padding: 0;
}

body .elementor-wc-products ul.products li.product .woocommerce-LoopProduct-link:hover {
	color: #111;
}

body .elementor-wc-products ul.products li.product a img {
	height: 220px;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
	margin: 0 0 14px 0;
	transition: opacity 0.22s ease, transform 0.22s ease;
	align-self: stretch;
}

body .elementor-element.elementor-element-2851b290 .woocommerce ul.products li.product a img {
	margin: 0 auto !important;
	height: auto !important;
}

body .elementor-wc-products ul.products li.product a img.gb-img-fade {
	opacity: 0;
	transform: scale(0.985);
}

body .elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
	color: #111 !important;
	margin: 0;
	margin-top: 4px;
	width: 100%;
	text-align: left;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.16;
}

body .elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
	font-weight: 800 !important;
	font-family: "Gilroy", Sans-serif !important;
}

@media (max-width: 1024px) {

	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type,
	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-size: contain !important;
		background-position: right center !important;
		background-repeat: no-repeat !important;
		background-color: #000 !important;
	}

	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type {
		overflow: hidden;
	}

	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type>.elementor-container,
	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type>.elementor-container>.elementor-column,
	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated {
		min-height: clamp(190px, 52vw, 400px) !important;
	}

	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-content: center !important;
		align-items: flex-start !important;
		justify-content: center !important;
		padding: 14px 18px 14px 20px !important;
	}

	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated>.elementor-widget-spacer {
		display: none !important;
	}

	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated>.elementor-inner-section {
		width: 100% !important;
		margin: 0 !important;
		align-self: stretch !important;
	}

	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type .elementor-widget-heading {
		text-align: left !important;
	}

	body.tax-product_cat .elementor-location-archive.product>.elementor-section.elementor-section-full_width:first-of-type .elementor-widget-heading .elementor-heading-title {
		font-size: clamp(22px, 5.6vw, 42px) !important;
		line-height: 1.02 !important;
		max-width: min(54%, 300px) !important;
		margin: 0 !important;
	}
}

body .elementor-wc-products ul.products li.product .gb-loop-sku {
	display: block;
	margin-top: 4px;
	margin-bottom: 6px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	line-height: 1.1;
}

body .elementor-wc-products ul.products li.product .price,
body .elementor-wc-products ul.products li.product .woocommerce-product-rating {
	display: none !important;
}

body .elementor-wc-products ul.products li.product .gb-loop-swatches {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 3;
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
}

body .elementor-wc-products ul.products li.product .gb-swatch {
	width: 18px;
	height: 18px;
	border-radius: 999px;
	border: 1.5px solid #111;
	padding: 0;
	cursor: pointer;
	background-color: var(--swatch-color, #111);
	appearance: none;
	outline: none;
	box-shadow: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body .elementor-wc-products ul.products li.product .gb-swatch.is-active {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

body .elementor-wc-products ul.products li.product .gb-swatch:hover {
	transform: scale(1.05);
}

body .elementor-wc-products ul.products li.product .gb-loop-specs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 12px;
	width: 100%;
}

body .elementor-wc-products ul.products li.product .gb-loop-spec {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #d4d4d6;
	border-radius: 999px;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #222;
	text-align: center;
	min-height: 36px;
}

body .elementor-wc-products .woocommerce-ordering,
body .elementor-wc-products .woocommerce-result-count {
	display: none !important;
}

body .elementor-wc-products .woocommerce-pagination {
	display: none !important;
}

body .gb-infinite-sentinel {
	width: 100%;
	height: 2px;
}

/* Header language dropdown (translate icon) */
body .elementor-location-header .elementor-element-1ee82598,
body .elementor-location-header .elementor-element-9600529 {
	--grid-template-columns: none !important;
}

body .elementor-location-header .elementor-element-1ee82598 .elementor-social-icons-wrapper.elementor-grid,
body .elementor-location-header .elementor-element-9600529 .elementor-social-icons-wrapper.elementor-grid {
	display: inline-grid !important;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	grid-template-columns: none !important;
	justify-content: end;
	row-gap: 0;
}

body .elementor-location-header .elementor-element-1ee82598 .elementor-grid-item.gb-lang-switch,
body .elementor-location-header .elementor-element-9600529 .elementor-grid-item.gb-lang-switch {
	position: relative;
	z-index: 20;
}

body .elementor-location-header .gb-lang-toggle {
	cursor: pointer;
}

body .elementor-location-header .gb-lang-menu {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 128px;
	padding: 6px 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	background: rgba(18, 18, 18, 0.98);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	pointer-events: none;
}

body .elementor-location-header .gb-lang-switch:hover .gb-lang-menu,
body .elementor-location-header .gb-lang-switch:focus-within .gb-lang-menu,
body .elementor-location-header .gb-lang-switch.is-open .gb-lang-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

body .elementor-location-header .gb-lang-menu .gb-lang-item {
	display: block;
	padding: 8px 14px;
	color: #fff;
	font-family: "Gilroy", Sans-serif;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

body .elementor-location-header .gb-lang-menu .gb-lang-item:hover,
body .elementor-location-header .gb-lang-menu .gb-lang-item:focus {
	color: #ff9000;
	background: rgba(255, 255, 255, 0.06);
}

/* Mobile menu sheet should never be visible on desktop if viewport changes. */
body .elementor-location-header .gb-mobile-sheet {
	display: none;
}

/* Header inline search (replaces fullscreen behavior) */
body .elementor-location-header .elementor-element-2cccd9e5.elementor-search-form--skin-full_screen,
body .elementor-location-header .elementor-element-5b35841.elementor-search-form--skin-full_screen {
	--gb-inline-search-width: min(560px, 46vw);
}

body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form,
body .elementor-location-header .elementor-element-5b35841 .elementor-search-form {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 14px;
}

body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form__toggle,
body .elementor-location-header .elementor-element-5b35841 .elementor-search-form__toggle {
	flex: 0 0 auto;
	order: 2;
}

body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form__container,
body .elementor-location-header .elementor-element-5b35841 .elementor-search-form__container {
	order: 1;
	position: static !important;
	inset: auto !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	width: var(--gb-inline-search-width);
	max-width: 0;
	border: 0 !important;
	background: transparent !important;
	opacity: 0;
	overflow: hidden;
	transform: none !important;
	visibility: hidden;
	pointer-events: none;
	transition: max-width 0.22s ease, opacity 0.22s ease, visibility 0.22s ease;
}

body .elementor-location-header .elementor-element-2cccd9e5.gb-inline-active .elementor-search-form__container,
body .elementor-location-header .elementor-element-5b35841.gb-inline-active .elementor-search-form__container {
	max-width: var(--gb-inline-search-width);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form__input,
body .elementor-location-header .elementor-element-5b35841 .elementor-search-form__input {
	padding: 0 0 8px !important;
	border: 0 !important;
	border-bottom: 2px solid #fff !important;
	border-radius: 0 !important;
	color: #fff !important;
	text-align: left !important;
	font-family: "Gilroy", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	background: transparent !important;
}

body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form__input::placeholder,
body .elementor-location-header .elementor-element-5b35841 .elementor-search-form__input::placeholder {
	color: rgba(255, 255, 255, 0.86) !important;
	opacity: 1 !important;
}

body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form__input::-webkit-search-cancel-button,
body .elementor-location-header .elementor-element-5b35841 .elementor-search-form__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background:
		linear-gradient(45deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%),
		linear-gradient(-45deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%);
	opacity: 0.95;
}

body .elementor-location-header .elementor-element-2cccd9e5 .dialog-lightbox-close-button,
body .elementor-location-header .elementor-element-5b35841 .dialog-lightbox-close-button {
	display: none !important;
}

@media (max-width: 1024px) {
	body .elementor-location-header .elementor-element-2cccd9e5.elementor-search-form--skin-full_screen,
	body .elementor-location-header .elementor-element-5b35841.elementor-search-form--skin-full_screen {
		--gb-inline-search-width: min(440px, 62vw);
	}
}

@media (max-width: 767px) {
	body .elementor-location-header .elementor-element-2cccd9e5.elementor-search-form--skin-full_screen,
	body .elementor-location-header .elementor-element-5b35841.elementor-search-form--skin-full_screen {
		--gb-inline-search-width: min(300px, 72vw);
	}

	body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form,
	body .elementor-location-header .elementor-element-5b35841 .elementor-search-form {
		gap: 10px;
	}
}

@media (max-width: 1024px) {
	body {
		--gb-mobile-sheet-top: max(88px, calc(env(safe-area-inset-top) + 42px));
	}

	body .elementor-location-header {
		position: sticky;
		top: 0;
		z-index: 1400;
		background: #0f1115;
	}

	body .elementor-location-header .elementor-element-60fce463:not(.elementor-motion-effects-element-type-background),
	body .elementor-location-header .elementor-element-60fce463>.elementor-motion-effects-container>.elementor-motion-effects-layer,
	body .elementor-location-header .elementor-element-fdcf768:not(.elementor-motion-effects-element-type-background),
	body .elementor-location-header .elementor-element-fdcf768>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background: #0f1115 !important;
	}

	body .elementor-location-header .elementor-element-60fce463,
	body .elementor-location-header .elementor-element-fdcf768 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	body .elementor-location-header .elementor-element-60fce463 .elementor-container,
	body .elementor-location-header .elementor-element-fdcf768 .elementor-container {
		min-height: 72px;
		align-items: center;
	}

	body .elementor-location-header .elementor-element-7aa5d66d,
	body .elementor-location-header .elementor-element-7f7bbdc {
		width: 100% !important;
		max-width: 100% !important;
	}

	body .elementor-location-header .elementor-element-20235123,
	body .elementor-location-header .elementor-element-e2d67d2 {
		display: none !important;
	}

	body .elementor-location-header .elementor-element-54b30517,
	body .elementor-location-header .elementor-element-09ba8d5 {
		text-align: center !important;
		margin: 0 !important;
		position: relative;
		z-index: 8;
		pointer-events: none !important;
		line-height: 0 !important;
	}

	body .elementor-location-header .elementor-element-54b30517 a,
	body .elementor-location-header .elementor-element-09ba8d5 a {
		position: relative;
		z-index: 8;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: auto !important;
		pointer-events: auto !important;
		line-height: 0 !important;
	}

	body .elementor-location-header .elementor-element-54b30517 img,
	body .elementor-location-header .elementor-element-09ba8d5 img {
		width: 220px !important;
		max-width: 62vw !important;
		filter: none !important;
		display: block !important;
		height: auto !important;
		vertical-align: top !important;
	}

	body .elementor-location-header .elementor-element-31e28a4:not(.elementor-motion-effects-element-type-background),
	body .elementor-location-header .elementor-element-31e28a4>.elementor-motion-effects-container>.elementor-motion-effects-layer,
	body .elementor-location-header .elementor-element-9d421db:not(.elementor-motion-effects-element-type-background),
	body .elementor-location-header .elementor-element-9d421db>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background: transparent !important;
	}

	body .elementor-location-header .elementor-element-31e28a4,
	body .elementor-location-header .elementor-element-9d421db {
		position: absolute;
		inset: 0 0 auto 0;
		z-index: 4;
		pointer-events: none;
	}

	body .elementor-location-header .elementor-element-31e28a4 .elementor-container,
	body .elementor-location-header .elementor-element-9d421db .elementor-container {
		min-height: 72px;
	}

	body .elementor-location-header .elementor-element-311b16bc,
	body .elementor-location-header .elementor-element-2c4964cc,
	body .elementor-location-header .elementor-element-769c1a8,
	body .elementor-location-header .elementor-element-ab249d5 {
		width: 50% !important;
		max-width: 50% !important;
	}

	body .elementor-location-header .elementor-element-311b16bc>.elementor-widget-wrap,
	body .elementor-location-header .elementor-element-769c1a8>.elementor-widget-wrap {
		justify-content: flex-start !important;
		padding-left: 10px;
		pointer-events: none;
	}

	body .elementor-location-header .elementor-element-2c4964cc>.elementor-widget-wrap,
	body .elementor-location-header .elementor-element-ab249d5>.elementor-widget-wrap {
		justify-content: flex-end !important;
		padding-right: 10px;
		pointer-events: none;
	}

	body .elementor-location-header .elementor-element-e6543f6,
	body .elementor-location-header .elementor-element-e6543f6 *,
	body .elementor-location-header .elementor-element-58f9b9e,
	body .elementor-location-header .elementor-element-58f9b9e * {
		pointer-events: auto;
	}

	body .elementor-location-header .elementor-element-e6543f6,
	body .elementor-location-header .elementor-element-58f9b9e {
		width: auto !important;
		max-width: max-content !important;
		flex: 0 0 auto !important;
	}

	body .elementor-location-header .elementor-element-e6543f6 .elementskit-menu-hamburger,
	body .elementor-location-header .elementor-element-58f9b9e .elementskit-menu-hamburger {
		display: inline-flex !important;
		flex-direction: column !important;
		gap: 4px !important;
		align-items: center;
		justify-content: center;
		background: transparent !important;
		float: none !important;
		border: 0 !important;
		box-shadow: none !important;
		margin: 0 !important;
		padding: 8px !important;
		min-height: 42px;
		min-width: 42px;
	}

	body .elementor-location-header .elementor-element-e6543f6 .elementskit-menu-hamburger .elementskit-menu-hamburger-icon,
	body .elementor-location-header .elementor-element-58f9b9e .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		display: block !important;
		background-color: #fff !important;
		height: 2px;
		width: 22px;
		margin: 0 !important;
		border-radius: 99px;
	}

	body .elementor-location-header .elementor-element-2cccd9e5,
	body .elementor-location-header .elementor-element-2cccd9e5 *,
	body .elementor-location-header .elementor-element-5b35841,
	body .elementor-location-header .elementor-element-5b35841 * {
		pointer-events: auto;
	}

	body .elementor-location-header .elementor-element-2cccd9e5,
	body .elementor-location-header .elementor-element-5b35841 {
		width: auto !important;
		max-width: max-content !important;
		flex: 0 0 auto !important;
	}

	body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form,
	body .elementor-location-header .elementor-element-5b35841 .elementor-search-form {
		gap: 0 !important;
		justify-content: flex-end !important;
	}

	body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form__toggle,
	body .elementor-location-header .elementor-element-5b35841 .elementor-search-form__toggle {
		--e-search-form-toggle-color: #fff !important;
		color: #fff !important;
	}

	body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form__container,
	body .elementor-location-header .elementor-element-5b35841 .elementor-search-form__container {
		display: none !important;
	}

	body .elementor-location-header .elementor-element-2cccd9e5.gb-inline-active .elementor-search-form__container,
	body .elementor-location-header .elementor-element-5b35841.gb-inline-active .elementor-search-form__container {
		display: none !important;
		max-width: 0 !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	body .elementor-location-header .elementor-element-2cccd9e5 .elementor-search-form__input,
	body .elementor-location-header .elementor-element-5b35841 .elementor-search-form__input {
		color: #111 !important;
		border-bottom: 2px solid #111 !important;
	}

	body.gb-mobile-search-open {
		overflow: hidden;
	}

	body .gb-mobile-search-sheet {
		position: fixed;
		inset: 0;
		z-index: 1706;
		display: flex;
		flex-direction: column;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.24s ease;
	}

	body .gb-mobile-search-sheet.is-open {
		opacity: 1;
		pointer-events: auto;
	}

	body .gb-mobile-search-closezone {
		flex: 0 0 var(--gb-mobile-sheet-top);
		display: block !important;
		width: 100% !important;
		border: 0 !important;
		margin: 0;
		padding: 0;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: #0f1115 !important;
		color: transparent !important;
		font-size: 0 !important;
		line-height: 0 !important;
		appearance: none !important;
		-webkit-appearance: none !important;
	}

	body .gb-mobile-search-panel {
		position: relative;
		background: #f1f1f1;
		border-radius: 30px 30px 0 0;
		box-shadow: 0 -14px 36px rgba(0, 0, 0, 0.22);
		height: calc(100dvh - var(--gb-mobile-sheet-top));
		min-height: calc(100dvh - var(--gb-mobile-sheet-top));
		max-height: calc(100dvh - var(--gb-mobile-sheet-top));
		transform: translateY(104%);
		transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	body .gb-mobile-search-sheet.is-open .gb-mobile-search-panel {
		transform: translateY(0);
	}

	body .gb-mobile-search-handle {
		width: 88px;
		height: 8px;
		border-radius: 99px;
		background: #dddddd;
		margin: 12px auto 6px;
	}

	body .gb-mobile-search-head {
		padding: 12px 32px 18px;
		border-bottom: 1px solid #e2e2e2;
	}

	body .gb-mobile-search-head h3 {
		margin: 0;
		font-family: "Gilroy", Sans-serif;
		font-size: clamp(18px, 5.8vw, 36px);
		font-weight: 700;
		line-height: 1.08;
		color: #16181d;
	}

	body .gb-mobile-search-body {
		flex: 1 1 auto;
		min-height: 0;
		overflow: auto;
		padding: 18px 32px calc(18px + env(safe-area-inset-bottom));
	}

	body .gb-mobile-search-form {
		margin: 0 0 22px;
	}

	body .gb-mobile-search-input {
		width: 100%;
		height: 62px;
		border: 0 !important;
		border-radius: 20px !important;
		padding: 0 22px;
		background: #e4e4e4;
		color: #111;
		font-family: "Gilroy", Sans-serif;
		font-size: 20px;
		font-weight: 500;
		box-shadow: none !important;
		outline: none;
	}

	body .gb-mobile-search-input::placeholder {
		color: #878787;
		opacity: 1;
	}

	body .gb-mobile-search-block {
		padding: 0 0 18px;
		margin: 0 0 18px;
		border-bottom: 1px solid #dddddd;
	}

	body .gb-mobile-search-label {
		margin: 0 0 10px;
		font-family: "Gilroy", Sans-serif;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: #9a9a9a;
	}

	body .gb-mobile-search-tags {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 6px 20px;
	}

	body .gb-mobile-search-tag {
		display: inline-block;
		border: 0;
		padding: 0;
		background: transparent;
		text-decoration: none;
		cursor: pointer;
		color: #16181d;
		font-family: "Gilroy", Sans-serif;
		font-size: clamp(16px, 3.3vw, 22px);
		font-weight: 400;
		line-height: 1.3;
	}

	body .gb-mobile-reco-block {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 4px;
	}

	body .gb-mobile-reco-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 12px;
	}

	body .gb-mobile-reco-head h4 {
		margin: 0;
		color: #111318;
		font-family: "Gilroy", Sans-serif;
		font-size: clamp(18px, 5.8vw, 36px);
		font-weight: 700;
		line-height: 1.1;
	}

	body .gb-mobile-reco-nav {
		display: inline-flex;
		align-items: center;
		gap: 10px;
	}

	body .gb-mobile-reco-prev,
	body .gb-mobile-reco-next {
		width: 44px;
		height: 44px;
		border-radius: 999px;
		border: 1px solid #c6c6c6;
		background: #efefef;
		color: #353535;
		font-size: 28px;
		line-height: 1;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		-webkit-tap-highlight-color: transparent;
	}

	body .gb-mobile-reco-prev:hover,
	body .gb-mobile-reco-prev:active,
	body .gb-mobile-reco-prev:focus,
	body .gb-mobile-reco-prev:focus-visible,
	body .gb-mobile-reco-next:hover,
	body .gb-mobile-reco-next:active,
	body .gb-mobile-reco-next:focus,
	body .gb-mobile-reco-next:focus-visible {
		background: #efefef !important;
		color: #353535 !important;
		border-color: #c6c6c6 !important;
		outline: 0;
		box-shadow: none;
	}

	body .gb-mobile-reco-viewport {
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	body .gb-mobile-reco-viewport::-webkit-scrollbar {
		display: none;
	}

	body .gb-mobile-reco-track {
		display: flex;
		gap: 12px;
		width: max-content;
	}

	body .gb-mobile-reco-card {
		display: block;
		width: min(46vw, 260px);
		border-radius: 26px;
		background: #e6e6e6;
		padding: 10px 10px 16px;
		text-decoration: none;
		color: #13151a;
	}

	body .gb-mobile-reco-media {
		position: relative;
		height: min(44vw, 260px);
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	body .gb-mobile-reco-media img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	body .gb-mobile-reco-swatches {
		position: absolute;
		top: 10px;
		right: 10px;
		display: inline-flex;
		flex-direction: column;
		gap: 8px;
	}

	body .gb-mobile-reco-swatch {
		width: 19px;
		height: 19px;
		border-radius: 999px;
		border: 2px solid rgba(23, 23, 23, 0.88);
		padding: 0;
		background: var(--swatch-color, #111111) !important;
		background-color: var(--swatch-color, #111111) !important;
		color: transparent !important;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	body .gb-mobile-reco-swatch:hover,
	body .gb-mobile-reco-swatch:active,
	body .gb-mobile-reco-swatch:focus,
	body .gb-mobile-reco-swatch:focus-visible {
		background: var(--swatch-color, #111111) !important;
		background-color: var(--swatch-color, #111111) !important;
		color: transparent !important;
		border-color: rgba(23, 23, 23, 0.88) !important;
		outline: 0;
		box-shadow: none;
	}

	body .gb-mobile-reco-swatch.is-active {
		background: var(--swatch-color, #111111) !important;
		background-color: var(--swatch-color, #111111) !important;
		color: transparent !important;
		box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
	}

	body .gb-mobile-reco-swatch.is-active:hover,
	body .gb-mobile-reco-swatch.is-active:active,
	body .gb-mobile-reco-swatch.is-active:focus,
	body .gb-mobile-reco-swatch.is-active:focus-visible {
		background: var(--swatch-color, #111111) !important;
		background-color: var(--swatch-color, #111111) !important;
		color: transparent !important;
		border-color: rgba(23, 23, 23, 0.88) !important;
		outline: 0;
		box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
	}

	body .gb-mobile-reco-subtitle {
		margin: 10px 2px 4px;
		color: #3a3a3a;
		font-family: "Gilroy", Sans-serif;
		font-size: clamp(12px, 3.4vw, 18px);
		font-weight: 500;
		line-height: 1.18;
		min-height: calc(1.18em * 2);
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	body .gb-mobile-reco-title {
		margin: 0 2px;
		color: #101114;
		font-family: "Gilroy", Sans-serif;
		font-size: clamp(18px, 4.0vw, 26px);
		font-weight: 700;
		line-height: 1.06;
		min-height: calc(1.06em * 3);
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	body .gb-mobile-reco-empty {
		padding: 10px 0 6px;
		color: #666;
		font-family: "Gilroy", Sans-serif;
		font-size: 15px;
	}

	body .elementor-location-header .elementskit-menu-offcanvas-elements.gb-mobile-menu-enhanced {
		position: fixed !important;
		inset: 0 !important;
		width: 100vw !important;
		max-width: 100vw !important;
		height: 100dvh !important;
		min-height: 100dvh !important;
		display: none !important;
		background: transparent !important;
		transform: none !important;
		transition: none !important;
		padding: 0 !important;
		z-index: 1601 !important;
		overflow: hidden !important;
		pointer-events: none;
	}

	body .elementor-location-header .elementskit-menu-offcanvas-elements.gb-mobile-menu-enhanced::before {
		display: none;
	}

	body .elementor-location-header .elementskit-menu-offcanvas-elements.gb-mobile-menu-enhanced.active {
		display: block !important;
		pointer-events: auto;
	}

	body .elementor-location-header .elementskit-menu-offcanvas-elements.gb-mobile-menu-enhanced .elementskit-nav-identity-panel {
		display: none !important;
	}

	body .elementor-location-header .elementskit-menu-offcanvas-elements.gb-mobile-menu-enhanced>ul.elementskit-navbar-nav {
		display: none !important;
	}

	body .elementor-location-header .elementskit-menu-overlay.ekit-nav-menu--overlay {
		display: none !important;
	}

	body .elementor-location-header .gb-mobile-menu-shell {
		position: absolute;
		inset: 0;
		display: flex;
		flex-direction: column;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.24s ease;
	}

	body .elementor-location-header .elementskit-menu-offcanvas-elements.gb-mobile-menu-enhanced.active .gb-mobile-menu-shell {
		opacity: 1;
		pointer-events: auto;
	}

	body .elementor-location-header:has(.elementskit-menu-offcanvas-elements.gb-mobile-menu-enhanced.active) .elementor-element-31e28a4,
	body .elementor-location-header:has(.elementskit-menu-offcanvas-elements.gb-mobile-menu-enhanced.active) .elementor-element-9d421db {
		z-index: 20 !important;
		pointer-events: auto !important;
	}

	body .elementor-location-header .gb-mobile-menu-closezone {
		flex: 0 0 var(--gb-mobile-sheet-top);
		display: block !important;
		width: 100% !important;
		border: 0 !important;
		margin: 0;
		padding: 0;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: #0f1115 !important;
		color: transparent !important;
		font-size: 0 !important;
		line-height: 0 !important;
		appearance: none !important;
		-webkit-appearance: none !important;
	}

	body .elementor-location-header .gb-mobile-sheet {
		position: relative;
		background: #ffffff;
		border-radius: 30px 30px 0 0;
		box-shadow: 0 -14px 36px rgba(0, 0, 0, 0.2);
		height: calc(100dvh - var(--gb-mobile-sheet-top));
		min-height: calc(100dvh - var(--gb-mobile-sheet-top));
		max-height: calc(100dvh - var(--gb-mobile-sheet-top));
		transform: translateY(103%);
		transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
		display: flex;
		flex-direction: column;
		overflow: hidden;
		pointer-events: auto;
	}

	body .elementor-location-header .gb-mobile-mainview {
		display: flex;
		flex-direction: column;
		height: 100%;
		min-height: 0;
	}

	body .elementor-location-header .elementskit-menu-offcanvas-elements.gb-mobile-menu-enhanced.active .gb-mobile-sheet {
		transform: translateY(0);
	}

	body .elementor-location-header .gb-mobile-sheet.is-subview-open .gb-mobile-mainview {
		display: none;
	}

	body .elementor-location-header .gb-mobile-sheet-handle {
		width: 92px;
		height: 8px;
		border-radius: 999px;
		background: #e4e4e4;
		margin: 12px auto 0;
		flex: 0 0 auto;
	}

	body .elementor-location-header .gb-mobile-sheet-scroll {
		flex: 1 1 auto;
		overflow: auto;
		min-height: 0;
		padding-bottom: 16px;
	}

	body .elementor-location-header .gb-mobile-menu-list {
		list-style: none;
		margin: 34px 0 0;
		padding: 0 32px;
	}

	body .elementor-location-header .gb-mobile-menu-list li {
		margin: 0 0 24px;
	}

	body .elementor-location-header .gb-mobile-menu-list a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		text-decoration: none;
		color: #111;
		font-family: "Gilroy", Sans-serif;
		font-weight: 700;
		font-size: clamp(18px, 5.8vw, 36px);
		line-height: 1.08;
	}

	body .elementor-location-header .gb-mobile-menu-list li.has-arrow a::after {
		content: "›";
		font-size: 48px;
		font-weight: 200;
		line-height: 1;
		color: #9f9f9f;
	}

	body .elementor-location-header .gb-mobile-menu-bottom {
		background: #fff;
		border-top: 1px solid #e6e6e6;
		padding-bottom: calc(18px + env(safe-area-inset-bottom));
		flex: 0 0 auto;
	}

	body .elementor-location-header .gb-mobile-lang-wrap {
		border-bottom: 1px solid #ececec;
	}

	body .elementor-location-header .gb-mobile-lang-toggle {
		width: 100%;
		height: 64px;
		padding: 0 32px;
		border: 0;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		text-align: left;
		font-family: "Gilroy", Sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #202020;
	}

	body .elementor-location-header .gb-mobile-lang-toggle .gb-mobile-lang-arrow {
		font-size: 24px;
		color: #3a3a3a;
		transition: transform 0.2s ease;
	}

	body .elementor-location-header .gb-mobile-sheet.is-lang-open .gb-mobile-lang-toggle .gb-mobile-lang-arrow {
		transform: rotate(180deg);
	}

	body .elementor-location-header .gb-mobile-lang-options {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.24s ease;
	}

	body .elementor-location-header .gb-mobile-sheet.is-lang-open .gb-mobile-lang-options {
		max-height: 140px;
	}

	body .elementor-location-header .gb-mobile-lang-option {
		display: block;
		padding: 0 32px 14px;
		text-decoration: none;
		color: #202020;
		font-family: "Gilroy", Sans-serif;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
	}

	body .elementor-location-header .gb-mobile-lang-option.is-active {
		color: #7c7c7c;
	}

	body .elementor-location-header .gb-mobile-bottom-row {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 16px 26px 0;
	}

	body .elementor-location-header .gb-mobile-socials {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		width: 100%;
	}

	body .elementor-location-header .gb-mobile-social-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}

	body .elementor-location-header .gb-mobile-social-link i,
	body .elementor-location-header .gb-mobile-social-link svg {
		color: inherit;
		fill: currentColor;
	}

	body .elementor-location-header .gb-mobile-subview {
		display: none;
		flex-direction: column;
		height: 100%;
		min-height: 0;
		background: #f0f0f0;
	}

	body .elementor-location-header .gb-mobile-subview.is-open {
		display: flex;
	}

	body .elementor-location-header .gb-mobile-subview-head {
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr);
		align-items: center;
		column-gap: 12px;
		height: 72px;
		padding: 0 18px;
		border-bottom: 1px solid #e2e2e2;
		background: #f3f3f3;
		flex: 0 0 auto;
	}

	body .elementor-location-header .gb-mobile-subview-back {
		width: 40px;
		height: 40px;
		border: 0;
		background: transparent;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 42px;
		line-height: 1;
		color: #9a9a9a;
		cursor: pointer;
		align-self: center;
	}

	body .elementor-location-header .gb-mobile-subview-title {
		font-family: "Gilroy", Sans-serif;
		font-size: clamp(16px, 4.6vw, 24px);
		font-weight: 600;
		line-height: 1.05;
		color: #9b9b9b;
		align-self: center;
		padding-top: 10px;
	}

	body .elementor-location-header .gb-mobile-subview-scroll {
		flex: 1 1 auto;
		min-height: 0;
		overflow: auto;
		padding: 16px 14px calc(18px + env(safe-area-inset-bottom));
	}

	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-scroll {
		padding: 0 0 calc(18px + env(safe-area-inset-bottom));
	}

	body .elementor-location-header .gb-mobile-subview-custom {
		display: none;
	}

	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-custom {
		display: block;
	}

	body .elementor-location-header .gb-mobile-subview.has-custom-panel,
	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-head,
	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-scroll,
	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-custom,
	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-custom [id^="dynamic-content-megamenu-menuitem"],
	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-custom .elementskit-megamenu-panel,
	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-custom .gb-mobile-cloned-panel {
		background: #000 !important;
	}

	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-head {
		border-bottom-color: rgba(255, 255, 255, 0.12);
	}

	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-back,
	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-title {
		color: #fff;
	}

	body .elementor-location-header .gb-mobile-subview-custom [id^="dynamic-content-megamenu-menuitem"],
	body .elementor-location-header .gb-mobile-subview-custom .elementskit-megamenu-panel,
	body .elementor-location-header .gb-mobile-subview-custom .gb-mobile-cloned-panel {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		transform: none !important;
		width: 100% !important;
		max-width: 100% !important;
		pointer-events: auto !important;
	}

	body .elementor-location-header .gb-mobile-subview-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	body .elementor-location-header .gb-mobile-subview.has-custom-panel .gb-mobile-subview-grid {
		display: none;
	}

	body .elementor-location-header .gb-mobile-cat-card {
		display: block;
		text-decoration: none;
		background: #ebebeb;
		border-radius: 18px;
		overflow: hidden;
		color: #171717;
	}

	body .elementor-location-header .gb-mobile-cat-media {
		height: min(41vw, 230px);
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ececec;
	}

	body .elementor-location-header .gb-mobile-cat-media .gb-mm-icon {
		width: min(34vw, 200px);
		height: min(34vw, 200px);
		margin: 0;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	body .elementor-location-header .gb-mobile-cat-label {
		display: block;
		padding: 14px 16px 16px;
		font-family: "Gilroy", Sans-serif;
		font-size: clamp(18px, 5vw, 34px);
		font-weight: 600;
		line-height: 1.06;
		color: #171717;
		text-align: center;
	}
}

/* Home bottom slogan section: keep full-width background without side gaps */
body.page-id-43 .elementor-43 .elementor-element.elementor-element-9b897b0:not(.elementor-motion-effects-element-type-background),
body.page-id-43 .elementor-43 .elementor-element.elementor-element-9b897b0>.elementor-motion-effects-container>.elementor-motion-effects-layer,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-4be38de:not(.elementor-motion-effects-element-type-background),
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-4be38de>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-size: 100% auto !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
}

body.page-id-43 .elementor-43 .elementor-element.elementor-element-9b897b0,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-4be38de {
	position: relative;
	aspect-ratio: 1600 / 670;
	min-height: 0 !important;
	overflow: hidden;
}

body.page-id-43 .elementor-43 .elementor-element.elementor-element-9b897b0>.elementor-container,
body.page-id-43 .elementor-43 .elementor-element.elementor-element-9b897b0>.elementor-container>.elementor-column,
body.page-id-43 .elementor-43 .elementor-element.elementor-element-9b897b0>.elementor-container>.elementor-column>.elementor-widget-wrap,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-4be38de>.elementor-container,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-4be38de>.elementor-container>.elementor-column,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-4be38de>.elementor-container>.elementor-column>.elementor-widget-wrap {
	height: 100%;
}

body.page-id-43 .elementor-43 .elementor-element.elementor-element-a5d6227,
body.page-id-43 .elementor-43 .elementor-element.elementor-element-79183f5,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-3b55fe2,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-9841b9f {
	display: none !important;
}

body.page-id-43 .elementor-43 .elementor-element.elementor-element-c82305f,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-aabff0c {
	position: static !important;
	inset: auto;
	margin: 0 !important;
}

body.page-id-43 .elementor-43 .elementor-element.elementor-element-c82305f,
body.page-id-43 .elementor-43 .elementor-element.elementor-element-c82305f>.elementor-container,
body.page-id-43 .elementor-43 .elementor-element.elementor-element-8009f32,
body.page-id-43 .elementor-43 .elementor-element.elementor-element-8009f32>.elementor-widget-wrap,
body.page-id-43 .elementor-43 .elementor-element.elementor-element-7c42c07>.elementor-widget-container,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-aabff0c,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-aabff0c>.elementor-container,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-e6c8d73,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-e6c8d73>.elementor-widget-wrap,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-6af6d15>.elementor-widget-container {
	position: static !important;
}

body.page-id-43 .elementor-43 .elementor-element.elementor-element-7c42c07,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-6af6d15 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(46vw, 680px);
	margin: 0 !important;
	z-index: 3;
}

body.page-id-43 .elementor-43 .elementor-element.elementor-element-7c42c07 .elementor-heading-title,
body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-6af6d15 .elementor-heading-title {
	max-width: 100%;
	margin: 0 !important;
	font-size: clamp(32px, 2.9vw, 60px) !important;
	line-height: 1.08 !important;
	text-align: center !important;
}

@media (max-width: 1024px) {
	body.page-id-43 .elementor-43 .elementor-element.elementor-element-7c42c07,
	body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-6af6d15 {
		width: min(54vw, 520px);
	}

	body.page-id-43 .elementor-43 .elementor-element.elementor-element-7c42c07 .elementor-heading-title,
	body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-6af6d15 .elementor-heading-title {
		font-size: clamp(22px, 4.2vw, 38px) !important;
	}
}

@media (max-width: 767px) {
	body.page-id-43 .elementor-43 .elementor-element.elementor-element-7c42c07,
	body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-6af6d15 {
		width: min(62vw, 250px);
	}

	body.page-id-43 .elementor-43 .elementor-element.elementor-element-7c42c07 .elementor-heading-title,
	body.page-id-1064 .elementor-1064 .elementor-element.elementor-element-6af6d15 .elementor-heading-title {
		font-size: clamp(12px, 4.6vw, 14px) !important;
		line-height: 1.14 !important;
	}
}

/* === Home Category Grid === */
body .gb-cat-shell {
	background: transparent;
	padding: 0 !important;
	border-radius: 0 !important;
}

body {
	--pad: 26px;
	--btnPadY: 10px;
	--btnPadX: 18px;
}

body .gb-cat-grid>.elementor-container {
	display: flex;
	gap: 10px;
}

body .gb-cat-col>.elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body .gb-cat-card {
	position: relative;
	overflow: hidden;
	min-height: 500px;
}

/* Full-bleed category area */
body .gb-cat-shell,
body .gb-cat-grid {
	position: static;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body .gb-cat-grid.elementor-section.elementor-section-boxed>.elementor-container,
body .gb-cat-grid>.elementor-container {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Ensure parent top section/container is truly full width when this block exists */
body .elementor-top-section:has(.gb-cat-shell)>.elementor-container {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body .elementor-top-section:has(.gb-cat-shell)>.elementor-container>.elementor-column>.elementor-widget-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Fallback when parent keeps Elementor's default 10px column gap on frontend */
body .elementor-top-section>.elementor-container.elementor-column-gap-default>.elementor-column>.elementor-element-populated>.gb-cat-shell {
	margin-left: -10px !important;
	margin-right: -10px !important;
	width: calc(100% + 20px) !important;
	max-width: calc(100% + 20px) !important;
}

/* Footer menus: keep hover color, disable persistent active/current highlight */
body .elementor-location-footer .elementor-nav-menu--main .elementor-item.elementor-item-active,
body .elementor-location-footer .elementor-nav-menu--main .menu-item.current-menu-item>.elementor-item,
body .elementor-location-footer .elementor-nav-menu--main .menu-item.current-menu-ancestor>.elementor-item,
body .elementor-location-footer .elementor-nav-menu--main .menu-item.current_page_item>.elementor-item,
body .elementor-location-footer .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
body .elementor-location-footer .elementor-nav-menu--dropdown .menu-item.current-menu-item>.elementor-item,
body .elementor-location-footer .elementor-nav-menu--dropdown .menu-item.current-menu-ancestor>.elementor-item,
body .elementor-location-footer .elementor-nav-menu--dropdown .menu-item.current_page_item>.elementor-item {
	color: #fff !important;
	fill: #fff !important;
	background-color: transparent !important;
}

body .elementor-location-footer .elementor-item.elementor-item-active::before,
body .elementor-location-footer .elementor-item.elementor-item-active::after {
	opacity: 0 !important;
}

body .elementor-location-footer .gb-footer-mobile-extras {
	display: none;
}

body .elementor-location-footer .gb-footer-mobile-meta {
	display: none;
}

@media (max-width: 1024px) {
	body .elementor-location-footer .gb-footer-acc-extra {
		display: none !important;
	}

	body .elementor-location-footer .gb-footer-acc-item>.elementor-widget-wrap {
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 14px;
		overflow: hidden;
		margin-bottom: 12px;
	}

	body .elementor-location-footer .gb-footer-acc-head {
		position: relative;
		cursor: pointer;
	}

	body .elementor-location-footer .gb-footer-acc-head .elementor-heading-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 !important;
		padding: 18px 18px;
	}

	body .elementor-location-footer .gb-footer-acc-head .elementor-heading-title::after {
		content: "⌄";
		display: inline-block;
		line-height: 1;
		font-size: 22px;
		transform: rotate(0deg);
		transition: transform 0.22s ease;
	}

	body .elementor-location-footer .gb-footer-acc-item.is-open .gb-footer-acc-head .elementor-heading-title::after {
		transform: rotate(180deg);
	}

	body .elementor-location-footer .gb-footer-acc-panel {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.28s ease, opacity 0.2s ease;
	}

	body .elementor-location-footer .gb-footer-acc-item.is-open .gb-footer-acc-panel {
		opacity: 1;
	}

	body .elementor-location-footer .gb-footer-acc-panel .elementor-nav-menu--main {
		padding: 0 18px 16px;
		pointer-events: auto !important;
	}

	body .elementor-location-footer .gb-footer-acc-panel .elementor-nav-menu--main .elementor-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body .elementor-location-footer .gb-footer-acc-panel .elementor-menu-toggle,
	body .elementor-location-footer .gb-footer-acc-panel .elementor-nav-menu--dropdown {
		display: none !important;
	}

	body .elementor-location-footer .gb-footer-newsletter-section {
		display: none !important;
	}

	body .elementor-location-footer .gb-footer-mobile-extras {
		display: block;
		margin-top: 10px;
		padding-top: 16px;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	body .elementor-location-footer .gb-footer-mobile-socials {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 18px;
	}

	body .elementor-location-footer .gb-footer-mobile-social-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}

	body .elementor-location-footer .gb-footer-mobile-social-link i,
	body .elementor-location-footer .gb-footer-mobile-social-link svg {
		color: inherit;
		fill: currentColor;
	}

	body .elementor-location-footer .gb-footer-mobile-lang-wrap {
		margin-top: 14px;
	}

	body .elementor-location-footer .gb-footer-mobile-lang-toggle {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 12px 16px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 999px;
		background: transparent;
		color: inherit;
		font-family: "Gilroy", Sans-serif;
		font-size: 18px;
		line-height: 1.2;
	}

	body .elementor-location-footer .gb-footer-mobile-lang-arrow {
		font-size: 20px;
		line-height: 1;
		transition: transform 0.2s ease;
	}

	body .elementor-location-footer .gb-footer-mobile-extras.is-lang-open .gb-footer-mobile-lang-arrow {
		transform: rotate(180deg);
	}

	body .elementor-location-footer .gb-footer-mobile-lang-options {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.24s ease;
	}

	body .elementor-location-footer .gb-footer-mobile-extras.is-lang-open .gb-footer-mobile-lang-options {
		max-height: 160px;
	}

	body .elementor-location-footer .gb-footer-mobile-lang-option {
		display: block;
		padding: 10px 14px 0;
		text-decoration: none;
		color: inherit;
		font-family: "Gilroy", Sans-serif;
		font-size: 18px;
		line-height: 1.2;
	}

	body .elementor-location-footer .gb-footer-mobile-lang-option.is-active {
		opacity: 0.7;
	}
}

/* Mobile footer redesign (reference-style accordion + socials + meta section) */
@media (max-width: 1024px) {
	body .elementor-location-footer {
		--gb-footer-mobile-border: rgba(255, 255, 255, 0.14);
		--gb-footer-mobile-border-soft: rgba(255, 255, 255, 0.1);
		--gb-footer-mobile-panel: #151519;
		--gb-footer-mobile-panel-2: #151519;
		background: #101014;
	}

	body .elementor-location-footer .elementor-element-2dfd42cf,
	body .elementor-location-footer .elementor-element-9190597,
	body .elementor-location-footer .elementor-element-6a064591,
	body .elementor-location-footer .elementor-element-088aebb {
		background: var(--gb-footer-mobile-panel-2) !important;
	}

	body .elementor-location-footer .elementor-element-2dfd42cf,
	body .elementor-location-footer .elementor-element-9190597 {
		margin: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body .elementor-location-footer .elementor-element-2dfd42cf>.elementor-container,
	body .elementor-location-footer .elementor-element-9190597>.elementor-container {
		min-height: auto !important;
	}

	body .elementor-location-footer .elementor-element-2dfd42cf>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated,
	body .elementor-location-footer .elementor-element-9190597>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	body .elementor-location-footer .elementor-element-2dfd42cf .elementor-widget-theme-site-logo,
	body .elementor-location-footer .elementor-element-2dfd42cf .elementor-widget-image,
	body .elementor-location-footer .elementor-element-9190597 .elementor-widget-theme-site-logo,
	body .elementor-location-footer .elementor-element-9190597 .elementor-widget-image {
		margin: 0 !important;
	}

	body .elementor-location-footer .elementor-element-2dfd42cf .elementor-widget-theme-site-logo img,
	body .elementor-location-footer .elementor-element-2dfd42cf .elementor-widget-image img,
	body .elementor-location-footer .elementor-element-9190597 .elementor-widget-theme-site-logo img,
	body .elementor-location-footer .elementor-element-9190597 .elementor-widget-image img {
		display: block;
		margin: 0 auto;
		width: 220px !important;
		max-width: 62vw !important;
	}

	body .elementor-location-footer .elementor-element-6a064591 .elementor-element-3202cf6,
	body .elementor-location-footer .elementor-element-6a064591 .elementor-element-152699d6,
	body .elementor-location-footer .elementor-element-6a064591 .elementor-element-14cf9270,
	body .elementor-location-footer .elementor-element-6a064591 .elementor-element-79a31f58,
	body .elementor-location-footer .elementor-element-088aebb .elementor-element-09a68f6,
	body .elementor-location-footer .elementor-element-088aebb .elementor-element-9f57ec4,
	body .elementor-location-footer .elementor-element-088aebb .elementor-element-8028fdb,
	body .elementor-location-footer .elementor-element-088aebb .elementor-element-a970c14 {
		display: none !important;
	}

	body .elementor-location-footer .elementor-element-6a064591>.elementor-container,
	body .elementor-location-footer .elementor-element-088aebb>.elementor-container,
	body .elementor-location-footer .elementor-element-351fac06>.elementor-container,
	body .elementor-location-footer .elementor-element-6422a32>.elementor-container {
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body .elementor-location-footer .elementor-element-6a064591>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated,
	body .elementor-location-footer .elementor-element-088aebb>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated {
		position: relative;
		background: var(--gb-footer-mobile-panel);
		padding: 12px 18px 18px;
		overflow: hidden;
	}

	body .elementor-location-footer .elementor-element-6a064591>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated::before,
	body .elementor-location-footer .elementor-element-088aebb>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated::before {
		content: "";
		position: absolute;
		top: -110px;
		left: -60px;
		width: 420px;
		height: 260px;
		background:
			radial-gradient(circle at 35% 45%, rgba(214, 0, 0, 0.95) 0%, rgba(214, 0, 0, 0.55) 36%, rgba(214, 0, 0, 0.14) 62%, rgba(214, 0, 0, 0) 78%);
		pointer-events: none;
		z-index: 0;
		display: none;
	}

	body .elementor-location-footer .elementor-element-6a064591>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated>*,
	body .elementor-location-footer .elementor-element-088aebb>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated>* {
		position: relative;
		z-index: 1;
	}

	body .elementor-location-footer .elementor-element-6a064591 .elementor-element-6b400361,
	body .elementor-location-footer .elementor-element-088aebb .elementor-element-a7f51c2 {
		margin: 0 !important;
	}

	body .elementor-location-footer .elementor-element-6a064591 .elementor-element-6b400361>.elementor-container,
	body .elementor-location-footer .elementor-element-088aebb .elementor-element-a7f51c2>.elementor-container {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body .elementor-location-footer .gb-footer-acc-item {
		display: block !important;
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	body .elementor-location-footer .gb-footer-acc-item>.elementor-widget-wrap {
		margin: 0 !important;
		padding: 0 !important;
		background: transparent;
		border: 0 !important;
		border-left: 1px solid var(--gb-footer-mobile-border) !important;
		border-right: 1px solid var(--gb-footer-mobile-border) !important;
		border-radius: 0 !important;
		overflow: hidden;
	}

	body .elementor-location-footer .gb-footer-acc-item.gb-footer-acc-first>.elementor-widget-wrap {
		border-top: 1px solid var(--gb-footer-mobile-border) !important;
		border-top-left-radius: 14px !important;
		border-top-right-radius: 14px !important;
	}

	body .elementor-location-footer .gb-footer-acc-item.gb-footer-acc-middle>.elementor-widget-wrap,
	body .elementor-location-footer .gb-footer-acc-item.gb-footer-acc-last>.elementor-widget-wrap {
		border-top: 1px solid var(--gb-footer-mobile-border-soft) !important;
	}

	body .elementor-location-footer .gb-footer-acc-item.gb-footer-acc-last>.elementor-widget-wrap {
		border-bottom: 1px solid var(--gb-footer-mobile-border) !important;
		border-bottom-left-radius: 14px !important;
		border-bottom-right-radius: 14px !important;
	}

	body .elementor-location-footer .gb-footer-acc-head,
	body .elementor-location-footer .gb-footer-acc-panel {
		margin: 0 !important;
	}

	body .elementor-location-footer .gb-footer-acc-head,
	body .elementor-location-footer .gb-footer-acc-head * {
		pointer-events: auto !important;
	}

	body .elementor-location-footer .gb-footer-acc-head>.elementor-widget-container,
	body .elementor-location-footer .gb-footer-acc-panel>.elementor-widget-container {
		margin: 0 !important;
	}

	body .elementor-location-footer .gb-footer-acc-head .elementor-heading-title {
		min-height: 74px;
		padding: 16px 20px !important;
		font-size: clamp(16px, 2.8vw, 20px) !important;
		font-weight: 500 !important;
		letter-spacing: -0.01em;
	}

	body .elementor-location-footer .gb-footer-acc-head .elementor-heading-title::after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-left: 12px;
		margin-right: 4px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transform-origin: 50% 50%;
		transition: transform 0.22s ease;
	}

	body .elementor-location-footer .gb-footer-acc-item.is-open .gb-footer-acc-head .elementor-heading-title::after {
		transform: rotate(-135deg);
	}

	body .elementor-location-footer .gb-footer-acc-panel {
		transition: max-height 0.28s ease, opacity 0.22s ease;
	}

	body .elementor-location-footer .gb-footer-acc-panel .elementor-nav-menu--main {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		max-height: none !important;
		overflow: visible !important;
		padding: 0 20px 14px !important;
	}

	body .elementor-location-footer .gb-footer-acc-panel .elementor-nav-menu--main.e--pointer-none,
	body .elementor-location-footer .gb-footer-acc-panel .elementor-nav-menu--main .elementor-nav-menu {
		display: block !important;
		pointer-events: auto !important;
	}

	body .elementor-location-footer .gb-footer-acc-panel .elementor-nav-menu--main .elementor-item {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
		font-size: clamp(16px, 2.8vw, 20px) !important;
		line-height: 1.35 !important;
		font-weight: 400 !important;
		color: rgba(255, 255, 255, 0.95) !important;
	}

	body .elementor-location-footer .gb-footer-mobile-extras {
		display: block;
		margin-top: 18px;
		padding-top: 16px;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		width: 100%;
	}

	body .elementor-location-footer .gb-footer-mobile-extras>.gb-footer-mobile-lang-wrap {
		display: none !important;
	}

	body .elementor-location-footer .gb-footer-mobile-socials {
		width: 100%;
		margin: 0 auto;
		justify-content: center;
		gap: 22px;
	}

	body .elementor-location-footer .gb-footer-mobile-social-link,
	body .elementor-location-footer .gb-footer-mobile-social-link.elementor-icon,
	body .elementor-location-footer .gb-footer-mobile-social-link.elementor-social-icon {
		width: 38px;
		height: 38px;
		padding: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: #fff !important;
		box-shadow: none !important;
	}

	body .elementor-location-footer .gb-footer-mobile-social-link svg,
	body .elementor-location-footer .gb-footer-mobile-social-link i {
		width: 24px;
		height: 24px;
		color: currentColor !important;
		fill: currentColor !important;
	}

	body .elementor-location-footer .elementor-element-351fac06,
	body .elementor-location-footer .elementor-element-6422a32 {
		background: transparent !important;
	}

	body .elementor-location-footer .elementor-element-351fac06>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated,
	body .elementor-location-footer .elementor-element-6422a32>.elementor-container>.elementor-column>.elementor-widget-wrap.elementor-element-populated {
		background: var(--gb-footer-mobile-panel-2);
		padding: 16px 20px 22px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	body .elementor-location-footer .elementor-element-351fac06 .elementor-element-d6ca46c,
	body .elementor-location-footer .elementor-element-351fac06 .elementor-element-ee33b02,
	body .elementor-location-footer .elementor-element-351fac06 .elementor-element-6a455572,
	body .elementor-location-footer .elementor-element-6422a32 .elementor-element-74cd5df,
	body .elementor-location-footer .elementor-element-6422a32 .elementor-element-ee1bc09 {
		display: none !important;
	}

	body .elementor-location-footer .gb-footer-mobile-meta {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		text-align: center;
		width: 100%;
	}

	body .elementor-location-footer .gb-footer-mobile-meta .gb-footer-mobile-lang-wrap {
		width: min(250px, 100%);
		max-width: 100%;
		margin: 0 auto;
	}

	body .elementor-location-footer .gb-footer-mobile-meta .gb-footer-mobile-lang-toggle {
		height: 52px;
		padding: 0 18px;
		border-radius: 999px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		background: rgba(0, 0, 0, 0.12);
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		color: #fff;
		font-family: "Gilroy", Sans-serif;
		font-size: 16px;
		line-height: 1.2;
	}

	body .elementor-location-footer .gb-footer-mobile-meta .gb-footer-mobile-lang-label {
		display: inline-flex;
		align-items: center;
		gap: 10px;
	}

	body .elementor-location-footer .gb-footer-mobile-meta .gb-footer-mobile-lang-icon {
		width: 18px;
		height: 18px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		opacity: 0.92;
	}

	body .elementor-location-footer .gb-footer-mobile-meta .gb-footer-mobile-lang-icon svg {
		width: 18px;
		height: 18px;
		color: currentColor;
		fill: currentColor;
	}

	body .elementor-location-footer .gb-footer-mobile-meta .gb-footer-mobile-lang-wrap.is-open .gb-footer-mobile-lang-arrow {
		transform: rotate(180deg);
	}

	body .elementor-location-footer .gb-footer-mobile-meta .gb-footer-mobile-lang-options {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.22s ease;
	}

	body .elementor-location-footer .gb-footer-mobile-meta .gb-footer-mobile-lang-wrap.is-open .gb-footer-mobile-lang-options {
		max-height: 120px;
	}

	body .elementor-location-footer .gb-footer-mobile-meta .gb-footer-mobile-lang-option {
		padding: 10px 0 0;
		font-size: 15px;
		color: rgba(255, 255, 255, 0.9);
		text-align: center;
	}

	body .elementor-location-footer .gb-footer-mobile-copyright {
		margin: 0;
		color: #fff;
		font-family: "Gilroy", Sans-serif;
		font-size: 16px;
		line-height: 1.3;
		width: 100%;
		text-align: center;
	}

	body .elementor-location-footer .gb-footer-mobile-legal-links {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 8px 18px;
		max-width: 760px;
	}

	body .elementor-location-footer .gb-footer-mobile-legal-link {
		color: rgba(255, 255, 255, 0.9);
		text-decoration: none;
		font-family: "Gilroy", Sans-serif;
		font-size: 13px;
		line-height: 1.25;
	}

	body .elementor-location-footer .gb-footer-mobile-legal-link:hover,
	body .elementor-location-footer .gb-footer-mobile-legal-link:focus-visible {
		color: #fff;
		text-decoration: underline;
	}
}

body .gb-cat-card {
	border-radius: 0 !important;
}

body .gb-cat-card .elementor-widget-heading {
	position: absolute;
	top: var(--pad);
	left: var(--pad);
	z-index: 2;
	margin: 0 !important;
}

body .gb-cat-card .elementor-container,
body .gb-cat-card .elementor-column,
body .gb-cat-card .elementor-widget-wrap {
	position: static !important;
}

body .gb-cat-card .elementor-widget-button {
	position: absolute !important;
	right: var(--pad);
	bottom: 28px;
	left: auto;
	top: auto;
	z-index: 2;
	margin: 0 !important;
	width: auto !important;
}

body .gb-cat-card .elementor-widget-button .elementor-widget-container {
	margin: 0 !important;
}

body .gb-cat-card .elementor-widget-button .elementor-button-link {
	position: static !important;
	display: inline-flex;
}

body .gb-cat-card .elementor-background-overlay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0) 100%) !important;
}

body .gb-cat-card:hover .elementor-background-overlay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0) 100%) !important;
}

body .gb-cat-card .elementor-background-holder {
	transition: transform 0.25s ease;
}

body .gb-cat-card:hover .elementor-background-holder {
	transform: scale(1.02);
}

@media (min-width: 1025px) {
	body .gb-cat-shell .gb-cat-card.gb-cat-card-desktop-link {
		cursor: pointer;
	}
}

/* Render the "Tum Kategoriler" card image full width (no side whitespace) */
body .gb-cat-shell .gb-cat-grid + .gb-cat-grid .gb-cat-card:not(.elementor-motion-effects-element-type-background),
body .gb-cat-shell .gb-cat-grid + .gb-cat-grid .gb-cat-card > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

body .gb-cat-title {
	position: absolute;
	top: var(--pad);
	left: var(--pad);
	z-index: 2;
	margin: 0;
	color: #fff !important;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

body .gb-cat-card .elementor-widget-heading .elementor-heading-title {
	color: #fff !important;
	font-weight: 800 !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35) !important;
}

body .gb-cat-btn {
	position: absolute;
	right: var(--pad);
	bottom: 28px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body .gb-cat-card .elementor-widget-button .elementor-button {
	background: #fff !important;
	color: #111 !important;
	border-radius: 999px;
	padding: var(--btnPadY) var(--btnPadX);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	border: 0;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	user-select: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body .gb-cat-card .elementor-widget-button .elementor-button:hover {
	background: #ff9900 !important;
	color: #fff !important;
	transform: scale(1.04);
}

body .gb-cat-card .elementor-widget-button .elementor-button-text {
	color: inherit !important;
	font-weight: 500 !important;
}

@media (max-width: 1024px) {
	body .gb-cat-title {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	body .gb-cat-shell {
		border-radius: 16px !important;
	}

	body .gb-cat-grid>.elementor-container {
		flex-direction: column;
	}

	/*
		 * Preserve desktop visual order on mobile.
		 * Desktop markup is split into two columns (1,3,5 | 2,4,6), so when the
		 * parent stacks columns on mobile it becomes 1,3,5,2,4,6. Flatten column
		 * wrappers and interleave card order to keep 1,2,3,4,5,6...
		 */
	body .gb-cat-grid>.elementor-container>.gb-cat-col,
	body .gb-cat-grid>.elementor-container>.gb-cat-col>.elementor-widget-wrap {
		display: contents !important;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:first-child .gb-cat-card:nth-of-type(1) {
		order: 1;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:nth-child(2) .gb-cat-card:nth-of-type(1) {
		order: 2;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:first-child .gb-cat-card:nth-of-type(2) {
		order: 3;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:nth-child(2) .gb-cat-card:nth-of-type(2) {
		order: 4;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:first-child .gb-cat-card:nth-of-type(3) {
		order: 5;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:nth-child(2) .gb-cat-card:nth-of-type(3) {
		order: 6;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:first-child .gb-cat-card:nth-of-type(4) {
		order: 7;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:nth-child(2) .gb-cat-card:nth-of-type(4) {
		order: 8;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:first-child .gb-cat-card:nth-of-type(5) {
		order: 9;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:nth-child(2) .gb-cat-card:nth-of-type(5) {
		order: 10;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:first-child .gb-cat-card:nth-of-type(6) {
		order: 11;
	}

	body .gb-cat-grid>.elementor-container>.gb-cat-col:nth-child(2) .gb-cat-card:nth-of-type(6) {
		order: 12;
	}

	body .gb-cat-title {
		top: 18px;
		left: 18px;
		font-size: 22px;
	}

	body .gb-cat-btn {
		right: 18px;
		bottom: 18px;
	}

	body .gb-cat-card {
		min-height: 260px;
	}
}

/* === Single Product Layout === */
body.single-product .gb-product-layout {
	display: flex;
	gap: 36px;
	align-items: flex-start;
}

body.single-product .gb-product-gallery {
	flex: 1 1 58%;
	display: flex;
	gap: 18px;
}

body.single-product .gb-product-gallery .flex-control-thumbs {
	order: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 96px;
}

body.single-product .gb-product-gallery .flex-control-thumbs li {
	position: relative;
	width: 96px;
	height: 96px;
	overflow: hidden;
	border-radius: 16px;
	background: #f4f4f4;
}

body.single-product .gb-product-gallery .flex-control-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.single-product .gb-product-gallery .flex-viewport {
	order: 2;
	flex: 1;
	border-radius: 22px;
	overflow: hidden;
	background: #f4f4f4;
	padding: 24px;
}

body.single-product .gb-product-gallery .flex-viewport img {
	border-radius: 22px;
}

body.single-product .gb-product-gallery .gb-thumb-more__badge {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

body.single-product .gb-product-summary {
	flex: 1 1 42%;
}

body.single-product .gb-product-title {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 6px;
}

body.single-product .gb-product-sku {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 18px;
}

body.single-product .gb-attr-label {
	margin: 8px 0 10px;
	font-weight: 600;
}

body.single-product .variations {
	margin: 0 0 18px;
}

body.single-product .swatch-control {
	display: grid;
	gap: 10px;
}

body.single-product .swatch-control .swatch-wrapper {
	display: block;
	margin: 0;
}

body.single-product .swatch-control .swatch-anchor {
	display: block;
	width: 100% !important;
	height: auto !important;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	text-indent: 0 !important;
	text-align: left;
}

body.single-product .swatch-wrapper.selected .swatch-anchor {
	background: #111;
	color: #fff;
}

body.single-product .product_meta,
body.single-product .price {
	display: none !important;
}

body.single-product .gb-acc details {
	border-top: 1px solid #ddd;
	padding: 12px 0;
}

body.single-product .gb-acc details:last-child {
	border-bottom: 1px solid #ddd;
}

body.single-product .gb-acc summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

body.single-product .gb-acc summary::-webkit-details-marker {
	display: none;
}

body.single-product .gb-acc .gb-acc-ico {
	display: inline-flex;
	width: 18px;
	justify-content: center;
}

@media (max-width: 1024px) {
	body.single-product .gb-product-layout {
		flex-direction: column;
	}

	body.single-product .gb-product-gallery {
		flex-direction: column;
	}

	body.single-product .gb-product-gallery .flex-viewport {
		order: 1;
	}

	body.single-product .gb-product-gallery .flex-control-thumbs {
		order: 2;
		flex-direction: row;
		width: 100%;
	}

	body.single-product .gb-product-gallery .flex-control-thumbs li {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 1024px) {
	body .elementor-wc-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body .elementor-wc-products ul.products {
		grid-template-columns: 1fr;
	}

	body .elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
		font-size: 21px;
	}

	body .elementor-wc-products ul.products li.product .gb-loop-sku {
		font-size: 14px;
	}

	body .elementor-wc-products ul.products li.product .gb-loop-spec {
		font-size: 13px;
	}
}

/* === Single Product Layout (Custom) === */
body.single-product .gb-sp-wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 32px 18px;
}

body.single-product .gb-sp-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	gap: 42px;
	align-items: start;
}

body.single-product .gb-sp-gallery {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 18px;
	align-items: start;
}

body.single-product .gb-sp-thumbs {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

body.single-product .gb-thumb {
	position: relative;
	width: 88px;
	height: 88px;
	border-radius: 18px;
	border: 0;
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0.95;
	padding: 0;
}

body.single-product .gb-thumb.is-active {
	outline: 2px solid #111;
	opacity: 1;
}

body.single-product .gb-thumb img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	display: block;
}

body.single-product .gb-thumb-model .gb-thumb-model-badge {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(28, 29, 33, 0.56);
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	border-radius: 18px;
	pointer-events: none;
}

body.single-product .gb-thumb-model .gb-thumb-model-badge::before,
body.single-product .gb-thumb-model .gb-thumb-model-badge::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255, 255, 255, 0.75);
}

body.single-product .gb-thumb-model .gb-thumb-model-badge::before {
	top: 10px;
	left: 10px;
	border-right: 0;
	border-bottom: 0;
}

body.single-product .gb-thumb-model .gb-thumb-model-badge::after {
	right: 10px;
	bottom: 10px;
	border-left: 0;
	border-top: 0;
}

body.single-product .gb-thumb.gb-thumb-hidden {
	display: none;
}

body.single-product .gb-thumb-more {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border-radius: 18px;
	pointer-events: none;
}

body.single-product .gb-thumb,
body.single-product .gb-thumb:hover,
body.single-product .gb-thumb:active,
body.single-product .gb-thumb:focus,
body.single-product .gb-thumb:focus-visible {
	background: #f1f1f1 !important;
	box-shadow: none !important;
	outline: none !important;
	filter: none !important;
	transform: none !important;
}

body.single-product .gb-thumb.is-active {
	outline: 2px solid #111 !important;
	box-shadow: none !important;
}

body.single-product .gb-sp-mainbox {
	background: #f6f6f6;
	border-radius: 28px;
	padding: 18px;
	min-height: 520px;
	--gb-sp-stage-h: min(560px, 68vh);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

body.single-product .gb-mainimg {
	width: 100%;
	max-width: 100%;
	height: var(--gb-sp-stage-h);
	max-height: var(--gb-sp-stage-h);
	object-fit: contain;
	display: block;
	cursor: zoom-in;
}

body.single-product .gb-mainmodel {
	width: 100%;
	max-width: 100%;
	height: var(--gb-sp-stage-h);
	max-height: var(--gb-sp-stage-h);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	pointer-events: auto;
	touch-action: none;
}

body.single-product .gb-mainmodel[hidden] {
	display: none !important;
}

body.single-product .gb-modelviewer {
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: 100%;
	background: transparent;
	display: block;
	pointer-events: auto !important;
	touch-action: none !important;
	user-select: none;
	-webkit-user-select: none;
	cursor: grab;
}

body.single-product .gb-modelviewer:active {
	cursor: grabbing;
}

body.single-product .gb-model-hint {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	padding: 10px 16px;
	border-radius: 10px;
	background: rgba(34, 35, 40, 0.72);
	color: #fff;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
}

body.single-product .gb-sp-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 0;
	background: rgba(255, 255, 255, 0.85);
	color: #111;
	font-size: 28px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

body.single-product .gb-sp-prev {
	left: 14px;
}

body.single-product .gb-sp-next {
	right: 14px;
}

body.single-product .gb-sp-nav:hover {
	background: #fff;
}

body.single-product .gb-zoom-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	cursor: zoom-out;
}

body.single-product .gb-zoom-overlay img {
	max-width: 92vw;
	max-height: 92vh;
	object-fit: contain;
	border-radius: 12px;
}

body.single-product .gb-zoom-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border-radius: 999px;
	border: 0;
	background: rgba(255, 255, 255, 0.9);
	color: #111;
	font-size: 32px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

body.single-product .gb-zoom-prev {
	left: 24px;
}

body.single-product .gb-zoom-next {
	right: 24px;
}

body.single-product .gb-zoom-nav:hover {
	background: #fff;
}

body.single-product .gb-sp-summary {
	position: relative;
	z-index: 50;
}

body.single-product .gb-sp-title {
	font-size: 44px;
	line-height: 1.05;
	margin: 0 0 10px 0;
	font-weight: 800;
	color: #111;
}

body.single-product .gb-sp-sku {
	font-size: 18px;
	color: #444;
	margin-bottom: 28px;
}

body.single-product .gb-sp-attr-label {
	font-size: 18px;
	color: #222;
	margin-bottom: 10px;
}

body.single-product .gb-sp-attr-values {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 520px;
	position: relative;
	z-index: 60;
}

body.single-product .gb-pill {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 46px;
	padding: 0 18px;
	border-radius: 14px;
	border: 1px solid #d8d8d8;
	background: #fff;
	font-size: 18px;
	color: #111;
}

body.single-product .gb-pill-btn {
	width: 100%;
	text-align: left;
	cursor: pointer;
	pointer-events: auto !important;
	position: relative;
	z-index: 80;
	transition: none !important;
}

body.single-product .gb-pill-btn.is-active {
	background: #111;
	color: #fff;
	border-color: #111;
}

body.single-product .gb-pill-btn:hover {
	background: #fff !important;
	color: #111 !important;
	border-color: #d8d8d8 !important;
}

body.single-product .gb-pill-btn.is-active:hover {
	background: #111 !important;
	color: #fff !important;
	border-color: #111 !important;
}

body.single-product .gb-hidden-cart {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.single-product .gb-acc-right {
	margin-top: 26px;
	border-top: 1px solid #e6e6e6;
}

body.single-product .gb-acc-item {
	border-bottom: 1px solid #e6e6e6;
	padding: 16px 0;
}

body.single-product .gb-acc-sum {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
	font-size: 18px;
	color: #111;
}

body.single-product .gb-acc-sum::-webkit-details-marker {
	display: none;
}

body.single-product .gb-acc-ico {
	width: 18px;
	height: 18px;
	color: #111;
	flex: 0 0 auto;
}

body.single-product .gb-acc-title {
	flex: 1 1 auto;
}

body.single-product .gb-acc-chevron {
	width: 10px;
	height: 10px;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	transform: rotate(-45deg);
	transition: transform 0.2s ease;
	margin-left: auto;
}

body.single-product details[open] .gb-acc-chevron {
	transform: rotate(45deg);
}

body.single-product .gb-acc-body {
	padding: 14px 0 0 28px;
	color: #222;
	line-height: 1.55;
}

body.single-product .gb-acc-body a {
	color: #111;
}

body.single-product .gb-acc-body a:hover {
	color: #ff9900;
}

body.single-product .gb-hide-tabs {
	display: none !important;
}

/* === Single Product Template (Elementor widgets) === */
body.single-product .gb-sp-template>.elementor-container {
	gap: 42px;
}

body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .woocommerce-product-gallery {
	display: flex;
	gap: 18px;
}

body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .flex-control-thumbs {
	order: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 96px;
}

body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .flex-control-thumbs li {
	position: relative;
	width: 96px;
	height: 96px;
	overflow: hidden;
	border-radius: 16px;
	background: #f4f4f4;
}

body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .flex-control-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .flex-viewport {
	order: 2;
	flex: 1;
	border-radius: 22px;
	overflow: hidden;
	background: #f4f4f4;
	padding: 24px;
}

body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .flex-viewport img {
	border-radius: 22px;
}

body.single-product .gb-sp-template .elementor-widget-woocommerce-product-title h1 {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 6px 0;
}

body.single-product .gb-sp-template .elementor-widget-woocommerce-product-meta .product_meta>span {
	font-size: 14px;
	color: #666;
	display: block;
	margin-bottom: 12px;
}

body.single-product .gb-sp-template .elementor-widget-woocommerce-product-meta .posted_in,
body.single-product .gb-sp-template .elementor-widget-woocommerce-product-meta .tagged_as {
	display: none !important;
}

body.single-product .gb-sp-template .elementor-widget-heading .elementor-heading-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #222;
}

body.single-product .gb-sp-template .variations {
	margin: 0 0 18px;
}

body.single-product .gb-sp-template .swatch-control {
	display: grid;
	gap: 10px;
}

body.single-product .gb-sp-template .swatch-control .swatch-wrapper {
	display: block;
	margin: 0;
}

body.single-product .gb-sp-template .swatch-control .swatch-anchor {
	display: block;
	width: 100% !important;
	height: auto !important;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	text-indent: 0 !important;
	text-align: left;
}

body.single-product .gb-sp-template .swatch-wrapper.selected .swatch-anchor {
	background: #111;
	color: #fff;
}

@media (max-width: 1024px) {
	body.single-product .gb-sp-template>.elementor-container {
		flex-direction: column;
	}

	body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .woocommerce-product-gallery {
		flex-direction: column;
	}

	body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .flex-viewport {
		order: 1;
	}

	body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .flex-control-thumbs {
		order: 2;
		flex-direction: row;
		width: 100%;
	}

	body.single-product .gb-sp-template .elementor-widget-woocommerce-product-images .flex-control-thumbs li {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 980px) {
	body.single-product .gb-sp-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	body.single-product .gb-sp-gallery {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.single-product .gb-sp-main {
		order: 1;
	}

	body.single-product .gb-sp-thumbs {
		order: 2;
		flex-direction: row;
		flex-wrap: wrap;
	}

	body.single-product .gb-sp-title {
		font-size: 34px;
	}

	body.single-product .gb-sp-mainbox {
		min-height: 360px;
		--gb-sp-stage-h: min(420px, 62vh);
	}

	body.single-product .gb-mainimg,
	body.single-product .gb-mainmodel {
		height: var(--gb-sp-stage-h);
		max-height: var(--gb-sp-stage-h);
	}
}

@media (max-width: 520px) {
	body.single-product .gb-thumb {
		width: 76px;
		height: 76px;
		border-radius: 16px;
	}

	body.single-product .gb-thumb img {
		width: 56px;
		height: 56px;
	}

	body.single-product .gb-thumb-more {
		border-radius: 16px;
	}

	body.single-product .gb-thumb-model .gb-thumb-model-badge {
		font-size: 26px;
		border-radius: 16px;
	}

	body.single-product .gb-sp-mainbox {
		--gb-sp-stage-h: min(420px, 62vh);
	}

	body.single-product .gb-mainimg,
	body.single-product .gb-mainmodel {
		height: var(--gb-sp-stage-h);
		max-height: var(--gb-sp-stage-h);
	}

	body.single-product .gb-model-hint {
		font-size: 12px;
		padding: 8px 12px;
	}
}

body.single-product .elementor-location-single .elementor-section.elementor-section-full_width>.elementor-container {
	max-width: 100% !important;
}

body.single-product .elementor-location-single .elementor-section.elementor-section-full_width>.elementor-container>.elementor-column>.elementor-element-populated {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.gb-driver-search-wrap {
	max-width: 60%;
	margin: 0 auto 80px;
	text-align: center;
}

.gb-driver-title {
	margin: 0 0 10px;
	font-size: 68px;
	font-weight: 800;
	line-height: 1.08;
	color: #14151b;
}

.gb-driver-subtitle {
	margin: 0 0 34px;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.2;
	color: #14151b;
}

.gb-driver-search-form {
	position: relative;
	z-index: 2;
}

.gb-driver-input {
	width: 100%;
	height: 64px;
	border: 3px solid #111;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.55);
	padding: 0 82px 0 22px;
	font-size: 16px;
	font-family: "Gilroy", Sans-serif;
	font-weight: 500;
	color: #111;
}

.gb-driver-search-form input[type="search"],
.gb-driver-search-form input[type="text"],
.gb-driver-search-form .gb-driver-input {
	border-radius: 20px !important;
}

.gb-driver-input:focus {
	outline: none;
	border-color: #111;
}

.gb-driver-submit {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border: 0 !important;
	background: transparent !important;
	padding: 0;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.gb-driver-submit svg {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto;
	fill: #111;
}

.gb-driver-submit:hover,
.gb-driver-submit:focus,
.gb-driver-submit:focus-visible,
.gb-driver-submit:active {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	color: #111 !important;
}

.gb-driver-suggest {
	position: relative;
	z-index: 5;
	margin-top: 8px;
	border: 2px solid #111;
	border-radius: 16px;
	background: #fff;
	max-height: 360px;
	overflow: auto;
	text-align: left;
}

.gb-driver-suggest-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	text-decoration: none;
	color: #111;
	border-bottom: 1px solid #ececec;
}

.gb-driver-suggest-item:last-child {
	border-bottom: 0;
}

.gb-driver-suggest-item img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	border-radius: 10px;
	background: #f5f5f5;
	flex: 0 0 50px;
}

.gb-driver-suggest-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gb-driver-suggest-meta strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.gb-driver-suggest-meta small {
	font-size: 13px;
	color: #666;
	line-height: 1.2;
}

.gb-driver-suggest-item:hover {
	background: #f7f7f7;
}

.gb-driver-result-wrap {
	max-width: 1280px;
	margin: 36px auto 72px;
}

.gb-driver-cards {
	clear: both;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gb-driver-cards.is-single {
	grid-template-columns: minmax(0, 920px);
	justify-content: center;
}

.gb-driver-back {
	display: inline-block;
	margin: 0 0 14px auto;
	float: right;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	font-family: "Gilroy", Sans-serif;
	color: #14151b;
	text-decoration: none;
}

.gb-driver-card {
	display: grid;
	grid-template-columns: 120px minmax(260px, 520px);
	gap: 14px;
	align-items: center;
	justify-content: center;
	padding: 20px 24px;
	border: 1px solid #111;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.5);
}

.gb-driver-cards.is-single .gb-driver-card {
	width: 55%;
	margin: 0 auto;
}

.gb-driver-card-body {
	width: 100%;
}

.gb-driver-card-img {
	width: 100%;
	max-width: 120px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.gb-driver-card-title {
	margin: 0 0 2px;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 800;
	font-family: "Gilroy", Sans-serif;
	color: #14151b;
}

.gb-driver-card-sku {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Gilroy", Sans-serif;
	color: #14151b;
	margin-bottom: 10px;
}

.gb-driver-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.gb-driver-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 16px;
	border-radius: 12px;
	background: #0f1013;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	font-family: "Gilroy", Sans-serif;
	text-decoration: none;
}

.gb-driver-back:hover,
.gb-driver-back:focus,
.gb-driver-back:focus-visible,
.gb-driver-back:active {
	color: #14151b !important;
	text-decoration: none !important;
}

.gb-driver-btn:hover,
.gb-driver-btn:focus,
.gb-driver-btn:focus-visible,
.gb-driver-btn:active {
	background: #0f1013 !important;
	color: #fff !important;
	text-decoration: none !important;
	border-color: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.gb-driver-btn svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.gb-driver-empty {
	clear: both;
	padding: 32px 20px;
	border: 2px dashed #111;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	color: #111;
}

@media (max-width: 1024px) {
	.gb-driver-cards {
		grid-template-columns: 1fr;
	}

	.gb-driver-title {
		font-size: 48px;
	}

	.gb-driver-subtitle {
		font-size: 34px;
	}

	.gb-driver-input {
		font-size: 24px;
	}

	.gb-driver-back {
		font-size: 18px;
	}

	.gb-driver-card {
		grid-template-columns: 120px 1fr;
	}

	.gb-driver-card-title {
		font-size: 20px;
	}

	.gb-driver-card-sku {
		font-size: 14px;
	}

	.gb-driver-btn {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.gb-driver-search-wrap {
		max-width: 100%;
		width: 100%;
		padding: 0 14px;
		margin-bottom: 40px;
	}

	.gb-driver-title {
		font-size: 36px;
	}

	.gb-driver-subtitle {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.gb-driver-input {
		height: 56px;
		font-size: 14px !important;
		border-width: 2px;
		padding: 0 52px 0 18px;
	}

	.gb-driver-input::placeholder {
		font-size: 14px;
	}

	.gb-driver-submit {
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 0;
		padding: 0 !important;
	}

	.gb-driver-submit svg {
		width: 22px;
		height: 22px;
		margin: 0;
		display: block;
	}

	.gb-driver-result-wrap {
		padding: 0 14px;
		margin: 40px auto 60px;
	}

	.gb-driver-back {
		font-size: 17px;
	}

	.gb-driver-card {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 20px;
	}

	.gb-driver-card-title {
		font-size: 24px;
	}

	.gb-driver-card-sku {
		font-size: 16px;
	}

	.gb-driver-btn {
		font-size: 14px;
		padding: 12px 16px;
	}
}
