/**
 * Campaign UI — custom editorial system. Not default Elementor chrome.
 */

body.mb-brand {
	font-family: Manrope, system-ui, sans-serif;
	color: #111111;
	background: #fff;
}

.mbx {
	font-family: Manrope, system-ui, sans-serif;
	color: #111;
	overflow-x: hidden;
}

.mbx-shell {
	margin-inline: auto;
}

.mbx-eye {
	margin: 0 0 1.25rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #10a9e8;
}

.mbx-eye--ink {
	color: #1737c7;
}

.mbx-lede,
.mbx-sub,
.mbx-edit__story p,
.mbx-finale__copy p {
	font-size: 1.125rem;
	line-height: 1.65;
	color: #c9d0d8;
	max-width: 38ch;
	font-weight: 500;
}

.mbx-edit__story p,
.mbx-sub {
	color: #667085;
}

.mbx h1,
.mbx h2,
.mbx-cine h1,
.mbx-edit h2,
.mbx-shop h2,
.mbx-social h2,
.mbx-finale h2,
.mbx-pagehero h1,
.mbx-feedsec h2 {
	font-family: Manrope, system-ui, sans-serif;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.92;
	margin: 0 0 1.25rem;
	text-transform: none;
}

.mbx h1,
.mbx-cine h1,
.mbx-pagehero h1 {
	font-size: clamp(2.125rem, 6.2vw, 4.75rem);
}

.mbx h2,
.mbx-edit h2,
.mbx-shop h2,
.mbx-social h2,
.mbx-finale h2,
.mbx-feedsec h2 {
	font-size: clamp(1.75rem, 4.6vw, 3.5rem);
}

.mbx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 52px;
	padding: 0.9rem 1.7rem;
	border-radius: 2px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out, transform 0.3s ease-out;
}

.mbx-btn--solid {
	background: #fff;
	color: #0b0b0b;
	border: 1px solid #fff;
}

.mbx-btn--solid:hover,
.mbx-btn--solid:focus {
	background: #1737c7;
	border-color: #1737c7;
	color: #fff;
}

.mbx-btn--line {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.mbx-btn--line:hover,
.mbx-btn--line:focus {
	background: #fff;
	color: #0b0b0b;
	border-color: #fff;
}

.mbx-btn--ink {
	background: #0b0b0b;
	color: #fff;
	border: 1px solid #0b0b0b;
}

.mbx-btn--ink:hover,
.mbx-btn--ink:focus {
	background: #1737c7;
	border-color: #1737c7;
	color: #fff;
}

.mbx-btn--ghost {
	background: transparent;
	color: #0b0b0b;
	border: 1px solid #0b0b0b;
}

.mbx-btn--ghost:hover,
.mbx-btn--ghost:focus {
	background: #0b0b0b;
	color: #fff;
}

.mbx-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2rem;
}

.mbx-textlink {
	color: #0b0b0b;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.15rem;
}

.mbx-textlink:hover,
.mbx-textlink:focus {
	color: #1737c7;
}

.mbx-social .mbx-textlink,
.mbx-more .mbx-textlink {
	color: inherit;
}

/* Cinematic hero */
.mbx-cine {
	position: relative;
	min-height: 820px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	background: #0b0b0b;
}

.mbx-cine__media,
.mbx-finale__media {
	position: absolute;
	inset: 0;
}

.mbx-cine__media img,
.mbx-finale__media img,
.mbx-edit__bleed img,
.mbx-tile__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	display: block;
}

.mbx-cine__shade,
.mbx-finale__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(11, 11, 11, 0.78) 0%, rgba(11, 11, 11, 0.35) 52%, rgba(11, 11, 11, 0.2) 100%),
		linear-gradient(180deg, rgba(11, 11, 11, 0.15), rgba(11, 11, 11, 0.55));
}

.mbx-cine__copy,
.mbx-finale__copy,
.mbx-scroll {
	position: relative;
	z-index: 1;
}

.mbx-cine__copy {
	padding: 8rem 0 7rem;
	max-width: 44rem;
}

.mbx-cine h1 span {
	display: block;
}

.mbx-cine__accent {
	color: #10a9e8;
}

.mbx-scroll {
	position: absolute;
	left: max(1.5rem, calc((100% - 1280px) / 2));
	bottom: 1.75rem;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
}

.mbx-scroll:hover,
.mbx-scroll:focus {
	color: #10a9e8;
}

/* Editorial */
.mbx-edit {
	padding: 130px 0 0;
	background: #fff;
	position: relative;
}

.mbx-edit__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 4rem 5rem;
	align-items: end;
	margin-bottom: 4.5rem;
}

.mbx-edit__story p + p {
	margin-top: 1.15rem;
}

.mbx-meta {
	margin-top: 1.75rem !important;
	font-size: 0.75rem !important;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	color: #1737c7 !important;
}

.mbx-edit__bleed {
	margin: 0;
	width: min(92vw, 1400px);
	margin-left: auto;
	aspect-ratio: 16 / 8;
	overflow: hidden;
}

.mbx-edit__bleed img {
	object-position: center 40%;
	transition: transform 0.6s ease-out;
}

.mbx-edit__bleed:hover img {
	transform: scale(1.03);
}

/* Shop */
.mbx-shop {
	padding: 130px 0;
	background: #f5f7fa;
}

.mbx-shop__head {
	max-width: 28rem;
	margin-bottom: 3.5rem;
}

.mbx-shop__grid .woocommerce ul.products,
.mbx-shop .woocommerce ul.products,
.elementor-widget-shortcode .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mbx-shop .woocommerce ul.products li.product,
.mbx .woocommerce ul.products li.product {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0;
	padding: 0 0 1.25rem;
	overflow: hidden;
	transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
}

.mbx-shop .woocommerce ul.products li.product:hover {
	border-color: #111;
	box-shadow: 0 16px 40px rgba(11, 11, 11, 0.06);
}

.mbx-shop .woocommerce ul.products li.product img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	background: #f5f7fa;
	transition: transform 0.35s ease-out;
}

.mbx-shop .woocommerce ul.products li.product:hover img {
	transform: scale(1.04);
}

.mbx-shop .woocommerce-loop-product__title,
.mbx-shop h2.woocommerce-loop-product__title {
	font-family: Manrope, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	padding: 1rem 1rem 0.25rem !important;
	color: #111 !important;
}

.mbx-shop .price {
	padding: 0 1rem;
	color: #1737c7 !important;
	font-weight: 700;
}

.mbx-shop .button,
.mbx-shop a.button {
	margin: 0.85rem 1rem 0 !important;
	background: #0b0b0b !important;
	color: #fff !important;
	border-radius: 2px !important;
	font-size: 0.6875rem !important;
	letter-spacing: 0.12em !important;
	opacity: 0.92;
}

.mbx-shop li.product:hover .button {
	background: #1737c7 !important;
}

.mbx-more {
	margin: 2.75rem 0 0;
}

/* Trust strip */
.mbx-strip {
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	padding: 1.65rem 0;
	background: #fff;
}

.mbx-strip__row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.mbx-strip p {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #111;
}

.mbx-strip span {
	color: #10a9e8;
	margin-right: 0.45rem;
}

/* Social mosaic */
.mbx-social {
	padding: 130px 0;
	background: #0b0b0b;
	color: #fff;
}

.mbx-social__head {
	max-width: 36rem;
	margin-bottom: 3.25rem;
}

.mbx-mosaic {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	grid-template-rows: 280px 280px;
	gap: 0.85rem;
}

.mbx-tile--feature {
	grid-row: 1 / span 2;
}

.mbx-tile {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 220px;
	color: #fff;
	text-decoration: none;
	background: #161616;
}

.mbx-tile__media,
.mbx-tile__fall,
.mbx-tile__veil {
	position: absolute;
	inset: 0;
}

.mbx-tile__fall--instagram { background: #1737c7; }
.mbx-tile__fall--tiktok { background: #101114; }
.mbx-tile__fall--youtube { background: #0b0b0b; }
.mbx-tile__fall--facebook { background: #1737c7; }

.mbx-tile__media img {
	transition: transform 0.45s ease-out;
}

.mbx-tile:hover img,
.mbx-tile:focus img {
	transform: scale(1.03);
}

.mbx-tile__veil {
	background: linear-gradient(180deg, transparent 30%, rgba(11, 11, 11, 0.82));
}

.mbx-tile__meta {
	position: absolute;
	left: 1.25rem;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mbx-tile__title {
	font-weight: 800;
	font-size: 1.35rem;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.mbx-tile__go {
	margin-top: 0.65rem;
	transition: transform 0.3s ease-out;
}

.mbx-tile:hover .mbx-tile__go,
.mbx-tile:focus .mbx-tile__go {
	transform: translateX(6px);
}

.mbx-tile__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	margin: -28px 0 0 -28px;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 1;
}

.mbx-tile__play::after {
	content: "";
	position: absolute;
	left: 22px;
	top: 18px;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #fff;
}

/* Finale */
.mbx-finale {
	position: relative;
	min-height: 760px;
	display: flex;
	align-items: center;
	color: #fff;
	background: #0b0b0b;
}

.mbx-finale__copy {
	padding: 8rem 0;
	max-width: 40rem;
}

.mbx-finale__copy p {
	margin: 0 0 0.25rem;
}

/* Social pages */
.mbx-pagehero {
	background: #0b0b0b;
	color: #fff;
	padding: 140px 0 110px;
	position: relative;
}

.mbx-pagehero::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 38%;
	background:
		linear-gradient(90deg, #0b0b0b, transparent),
		url("https://images.unsplash.com/photo-1551717743-49959800b1f6?auto=format&fit=crop&w=1200&q=70") center/cover;
	opacity: 0.38;
	pointer-events: none;
}

.mbx-pagehero--instagram::after {
	background:
		linear-gradient(90deg, #0b0b0b, transparent),
		url("https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1200&q=70") center/cover;
}

.mbx-pagehero--tiktok::after {
	background:
		linear-gradient(90deg, #0b0b0b, transparent),
		url("https://images.unsplash.com/photo-1477884213360-7e9d7dcc1e48?auto=format&fit=crop&w=1200&q=70") center/cover;
}

.mbx-pagehero--youtube::after {
	background:
		linear-gradient(90deg, #0b0b0b, transparent),
		url("https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1200&q=70") center/cover;
}

.mbx-pagehero .mbx-shell {
	position: relative;
	z-index: 1;
	max-width: 42rem;
	margin-left: max(1.5rem, calc((100% - 1280px) / 2));
	margin-right: auto;
	width: auto;
}

.mbx-pagehero .mb-counts__primary strong {
	font-family: Manrope, sans-serif;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	display: block;
}

.mbx-pagehero .mb-counts__primary span {
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
}

.mbx-feedsec {
	padding: 110px 0 130px;
	background: #f5f7fa;
}

.mbx-feedsec h2 {
	margin-bottom: 2.5rem;
}

/* Feed layouts */
.mb-feed__grid--featured {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.mb-feed__grid--featured .mb-card--feature {
	grid-column: 1 / -1;
}

.mb-feed__grid--masonry {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.mb-feed__grid--masonry .mb-card--feature {
	grid-column: span 2;
	grid-row: span 2;
}

.mb-feed__grid--vertical {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.mb-feed__grid--vertical .mb-card__media {
	aspect-ratio: 9 / 16;
}

.mb-feed .mb-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0;
	overflow: hidden;
	list-style: none;
}

.mb-feed .mb-card__title {
	font-family: Manrope, sans-serif;
	font-weight: 700;
}

/* Header scroll */
header#masthead {
	height: auto;
	min-height: 80px;
	transition: background-color 0.3s ease-out, backdrop-filter 0.3s ease-out, border-color 0.3s ease-out;
}

.mbx-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	min-height: 80px;
	width: min(1280px, calc(100% - 2.5rem));
	margin: 0 auto;
	flex-wrap: wrap;
}

.mbx-head nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 1.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mbx-head a:not(.mbx-btn) {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: #0b0b0b;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.mbx-head .mbx-btn {
	min-height: 48px;
	padding: 0.7rem 1.2rem;
}

header#masthead.is-scrolled {
	background-color: rgba(255, 255, 255, 0.84);
	background-image: none;
	backdrop-filter: blur(16px);
	border-bottom-color: rgba(11, 11, 11, 0.08);
}

/* Editorial footer */
.mbx-foot,
.mb-site-footer {
	background: #0b0b0b;
	color: #fff;
	padding:10px 0 0;
}

.mbx-foot__title,
.mb-site-footer .mbx-foot__title {
	font-size: clamp(2.4rem, 5vw, 4.2rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.92;
	max-width: 16ch;
	margin: 0 0 2.5rem;
}

.mbx-foot__social {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 2rem;
	margin: 0 0 3.5rem;
	padding: 0;
	list-style: none;
}

.mbx-foot__social a {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.mbx-foot__social a:hover,
.mbx-foot__social a:focus {
	color: #10a9e8;
	border-color: #10a9e8;
}

.mbx-foot__bar {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 1.35rem 0;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8b949e;
}

.mbx-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}

.mbx-reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (max-width: 1199px) {
	.mbx-cine,
	.mbx-finale {
		min-height: 650px;
	}

	.mbx-edit,
	.mbx-shop,
	.mbx-social,
	.mbx-feedsec,
	.mbx-pagehero {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.mbx-edit__grid,
	.mbx-strip__row,
	.mbx-shop .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mbx-mosaic {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.mbx-tile--feature {
		grid-row: auto;
		grid-column: 1 / -1;
		min-height: 360px;
	}

	.mb-feed__grid--masonry,
	.mb-feed__grid--vertical {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.mbx-cine {
		min-height: 700px;
		align-items: flex-end;
	}

	.mbx-cine__copy,
	.mbx-finale__copy {
		padding: 5.5rem 0 5rem;
	}

	.mbx-edit,
	.mbx-shop,
	.mbx-social,
	.mbx-feedsec {
		padding: 70px 0;
	}

	.mbx-pagehero {
		padding: 80px 0 70px;
	}

	.mbx-pagehero::after {
		width: 100%;
		opacity: 0.22;
	}

	.mbx-edit__grid,
	.mbx-strip__row,
	.mbx-mosaic,
	.mbx-shop .woocommerce ul.products,
	.mb-feed__grid--featured,
	.mb-feed__grid--masonry,
	.mb-feed__grid--vertical {
		grid-template-columns: 1fr;
	}

	.mb-feed__grid--masonry .mb-card--feature,
	.mb-feed__grid--featured .mb-card--feature {
		grid-column: auto;
		grid-row: auto;
	}

	.mbx-edit__bleed {
		width: 100%;
		aspect-ratio: 4 / 5;
	}

	.mbx-actions,
	.mbx-btn {
		width: 100%;
	}

	.mbx-cine__shade {
		background:
			linear-gradient(180deg, rgba(11, 11, 11, 0.15) 20%, rgba(11, 11, 11, 0.82) 72%);
	}

	.mbx-cine__media img {
		object-position: center 18%;
	}
}

/* Elementor Free homepage — campaign look, native widgets stay editable */
.elementor-section.mbx-cine,
.elementor-section.mbx-finale {
	min-height: 820px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.elementor-section.mbx-finale {
	min-height: 760px;
	align-items: center;
}

.elementor-section.mbx-cine::before,
.elementor-section.mbx-finale::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(11, 11, 11, 0.78) 0%, rgba(11, 11, 11, 0.35) 52%, rgba(11, 11, 11, 0.2) 100%),
		linear-gradient(180deg, rgba(11, 11, 11, 0.15), rgba(11, 11, 11, 0.55));
}

.elementor-section.mbx-cine > .elementor-container,
.elementor-section.mbx-finale > .elementor-container {
	position: relative;
	z-index: 1;
}

.elementor-section.mbx-cine .elementor-heading-title,
.elementor-section.mbx-finale .elementor-heading-title,
.elementor-section.mbx-edit .elementor-heading-title,
.elementor-section.mbx-shop .elementor-heading-title,
.elementor-section.mbx-shopx .elementor-heading-title,
.elementor-section.mbx-social .elementor-heading-title,
.elementor-section.mbx-soc .elementor-heading-title,
.elementor-section.mbx-pagehero .elementor-heading-title {
	font-family: Manrope, sans-serif !important;
	font-weight: 800 !important;
	letter-spacing: -0.04em !important;
	line-height: 0.92 !important;
}

.elementor-section.mbx-cine .elementor-widget-heading.mbx-eye .elementor-heading-title,
.elementor-section.mbx-edit .elementor-widget-heading.mbx-eye .elementor-heading-title,
.elementor-section.mbx-shop .elementor-widget-heading.mbx-eye .elementor-heading-title,
.elementor-section.mbx-social .elementor-widget-heading.mbx-eye .elementor-heading-title {
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase !important;
	line-height: 1.4 !important;
	margin: 0 0 1.25rem !important;
}

.elementor-section.mbx-cine .elementor-heading-title {
	font-size: clamp(2.125rem, 6.2vw, 4.75rem) !important;
	color: #fff !important;
}

.elementor-section.mbx-cine .mbx-cine__accent {
	color: #10a9e8;
	display: block;
}

.elementor-section.mbx-cine .elementor-widget-text-editor,
.elementor-section.mbx-cine .elementor-widget-text-editor p,
.elementor-section.mbx-finale .elementor-widget-text-editor,
.elementor-section.mbx-finale .elementor-widget-text-editor p,
.elementor-section.mbx-social .elementor-widget-text-editor,
.elementor-section.mbx-social .elementor-widget-text-editor p {
	font-size: 1.125rem !important;
	line-height: 1.65 !important;
	color: #c9d0d8 !important;
	max-width: 38ch;
	font-weight: 500;
}

.elementor-section.mbx-edit .elementor-widget-text-editor p,
.elementor-section.mbx-shop .elementor-widget-text-editor p {
	font-size: 1.125rem !important;
	line-height: 1.65 !important;
	color: #667085 !important;
	max-width: 42ch;
}

.elementor-section.mbx-edit .elementor-heading-title,
.elementor-section.mbx-shop .elementor-heading-title,
.elementor-section.mbx-social .elementor-heading-title,
.elementor-section.mbx-finale .elementor-heading-title {
	font-size: clamp(1.75rem, 4.6vw, 3.5rem) !important;
}

.elementor-widget-image.mbx-edit__bleed img,
.elementor-section.mbx-edit .elementor-widget-image img {
	width: min(92vw, 1400px);
	margin-left: auto;
	display: block;
	aspect-ratio: 16 / 8;
	object-fit: cover;
	object-position: center 40%;
}

.elementor-section.mbx-strip .elementor-heading-title {
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	line-height: 1.4 !important;
	color: #111 !important;
}

.elementor-section.mbx-strip .elementor-heading-title span {
	color: #10a9e8;
	margin-right: 0.45rem;
}

.elementor-section.mbx-cine .elementor-button,
.elementor-section.mbx-finale .elementor-button,
.elementor-section.mbx-shop .elementor-button,
.elementor-section.mbx-shopx .elementor-button,
.elementor-section.mbx-pagehero .elementor-button {
	border-radius: 2px !important;
	min-height: 52px;
	padding: 0.9rem 1.7rem !important;
	font-size: 0.75rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
}

.elementor-section.mbx-shop .woocommerce ul.products li.product {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	background: #fff;
	border: 1px solid #e5e7eb;
	padding: 0 0 1.25rem;
}

.elementor-section.mbx-shop .woocommerce-loop-product__title {
	font-family: Manrope, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: #111 !important;
}

@media (prefers-reduced-motion: reduce) {
	.mbx-reveal,
	.mbx-tile__media img,
	.mbx-edit__bleed img,
	.mbx-btn,
	.mbx-tile__go {
		transition: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
}