/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#header-no-ref,
#header-no-ref h1,
#header-no-ref p,
#header-with-ref,
#header-with-ref h1,
#header-with-ref p,
.header-no-ref,
.header-no-ref .elementor-widget-container,
.header-no-ref .elementor-heading-title,
.header-no-ref p {
	text-align: center;
}

/* Lightweight Shopr cookie consent */
.shopr-cookie-consent {
	position: fixed;
	left: 50%;
	bottom: 18px;
	z-index: 99999;
	width: min(620px, calc(100vw - 32px));
	font-family: "Ubuntu", "Segoe UI", Arial, sans-serif;
	color: #232440;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 18px) scale(.98);
	transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
	pointer-events: none;
}

.shopr-cookie-consent.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0) scale(1);
	pointer-events: auto;
}

.shopr-cookie-consent__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 14px 14px 14px 18px;
	border: 1px solid rgba(108, 93, 212, .18);
	border-radius: 26px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 54px rgba(35, 36, 64, .16), 0 0 0 8px rgba(246, 238, 255, .45);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.shopr-cookie-consent__text {
	flex: 1 1 auto;
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: -.01em;
}

.shopr-cookie-consent__text strong {
	font-weight: 700;
}

.shopr-cookie-consent__link {
	color: #6c5dd4;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.shopr-cookie-consent__link:hover,
.shopr-cookie-consent__link:focus {
	text-decoration: underline;
}

.shopr-cookie-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.shopr-cookie-consent__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.shopr-cookie-consent__button:hover,
.shopr-cookie-consent__button:focus {
	transform: translateY(-1px);
}

.shopr-cookie-consent__button--necessary {
	border-color: rgba(108, 93, 212, .26);
	background: #f4efff;
	color: #232440;
}

.shopr-cookie-consent__button--accept {
	background: #6c5dd4;
	color: #fff;
	box-shadow: 0 10px 22px rgba(108, 93, 212, .28);
}

@media (max-width: 640px) {
	.shopr-cookie-consent {
		bottom: 12px;
		width: min(100% - 22px, 460px);
	}

	.shopr-cookie-consent__inner {
		padding: 16px;
		border-radius: 22px;
	}

	.shopr-cookie-consent__text {
		font-size: 13px;
		line-height: 1.5;
	}

	.shopr-cookie-consent__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		margin-top: 12px;
		width: 100%;
	}

	.shopr-cookie-consent__button {
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
		padding-inline: 10px;
		font-size: 12px;
		white-space: nowrap;
	}
}

@media (max-width: 360px) {
	.shopr-cookie-consent__actions {
		grid-template-columns: 1fr;
	}
}

/* Cookiebar actions below text on all viewports */
.shopr-cookie-consent__inner {
	display: block;
}

.shopr-cookie-consent__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	width: 100%;
	margin-top: 12px;
}

.shopr-cookie-consent__button {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

/* Brand gallery cards */
.elementor-550 .custom-gallery .gallery-icon a {
	display: block;
	aspect-ratio: 228 / 154;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
}

.elementor-550 .custom-gallery .gallery-item img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	border-radius: inherit;
}

.elementor-550 .elementor-element-0cd401d.gallery-btn-click,
.elementor-550 .elementor-element-0cd401d.gallery-btn-click.elementor-widget,
.elementor-550 .elementor-element-0cd401d.gallery-btn-click.elementor-widget.elementor-widget-button {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 42px;
	pointer-events: auto !important;
	transform: none !important;
}

.elementor-550 .elementor-element-0cd401d.gallery-btn-click .elementor-button {
	display: inline-flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}
