/**
 * Elementor + Stitch design bridge styles.
 * Loaded after Elementor and Tailwind on marketing pages.
 */

/* --- Stitch spacing: override Elementor container defaults --- */
.elementor .e-con > .e-con-inner {
	max-width: none;
	padding: 0;
}

.elementor .e-con.px-margin-desktop {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.elementor .e-con.py-section-gap {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.elementor .e-con.pt-section-gap {
	padding-top: 120px !important;
}

.elementor .e-con.pb-section-gap {
	padding-bottom: 120px !important;
}

.elementor .e-con.mb-section-gap {
	margin-bottom: 120px !important;
}

.elementor .e-con.gap-section-gap {
	gap: 120px !important;
}

.elementor .e-con.gap-gutter-desktop {
	gap: 32px !important;
}

.elementor .max-w-7xl {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Reset default Elementor widget margins */
.elementor-widget-heading .elementor-heading-title {
	margin: 0;
}

.elementor-widget-text-editor .elementor-widget-container > :first-child {
	margin-top: 0;
}

.elementor-widget-text-editor .elementor-widget-container > :last-child {
	margin-bottom: 0;
}

.elementor-widget-text-editor p {
	margin-bottom: 0;
}

/* Visit CTA block */
.elementor .shayke-visit-block .elementor-widget-container {
	padding: 0;
}

.elementor .shayke-visit-block a {
	text-decoration: none;
}

/* --- Global link / heading reset inside Elementor --- */
.elementor a:not(.elementor-button):not(.woocommerce-loop-product__link) {
	color: #323844;
	text-decoration: none;
}

.elementor a:not(.elementor-button):hover {
	color: #4070a4;
}

.elementor-widget-heading .elementor-heading-title {
	color: #323844;
	font-family: 'Heebo', sans-serif;
}

.elementor-widget-text-editor {
	color: #323844;
	font-family: 'Frank Ruhl Libre', serif;
}

/* --- Header --- */
.elementor-location-header {
	direction: rtl;
}

.elementor-location-header .elementor-container,
.elementor-location-header .e-con {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.elementor-location-header .shayke-header-bar {
	display: grid !important;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.5rem;
	direction: rtl;
}

.elementor-location-header .shayke-header-logo {
	grid-column: 1;
	justify-self: start;
}

.elementor-location-header .shayke-header-nav {
	grid-column: 2;
	justify-self: start;
	min-width: 0;
	--e-nav-menu-horizontal-menu-item-margin: 16px;
}

.elementor-location-header .shayke-header-actions {
	grid-column: 3;
	justify-self: end;
}

.elementor-location-header .shayke-logo {
	flex-shrink: 0;
}

.elementor-location-header .shayke-header-nav .elementor-nav-menu--main .elementor-nav-menu {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 2rem !important;
	direction: rtl !important;
}

.elementor-location-header .shayke-header-nav .elementor-nav-menu--main .elementor-nav-menu > li {
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-location-header .shayke-header-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
	margin: 0 !important;
}

.elementor-location-header .shayke-header-nav .elementor-nav-menu a {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #323844 !important;
	padding: 0.25rem 0 !important;
	white-space: nowrap;
}

.elementor-location-header .shayke-header-nav .elementor-nav-menu a:hover,
.elementor-location-header .shayke-header-nav .elementor-nav-menu .elementor-item-active {
	color: #000000 !important;
	border-bottom: 1px solid #000000;
}

.elementor-location-header .shayke-header-nav .elementor-menu-toggle {
	margin: 0 !important;
	color: #000000;
}

.elementor-location-header .shayke-header-nav .elementor-nav-menu--dropdown {
	direction: rtl;
	text-align: right;
}

.elementor-location-header .shayke-header-nav .elementor-nav-menu--dropdown .elementor-nav-menu {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	padding: 1rem 0;
}

.elementor-location-header .shayke-header-nav .elementor-nav-menu--dropdown .elementor-nav-menu a {
	display: block;
	padding: 0.75rem 1.25rem;
	font-size: 16px;
	text-transform: none;
	letter-spacing: normal;
	border-bottom: none;
}

.elementor-location-header .shayke-header-nav .elementor-nav-menu--dropdown .elementor-nav-menu a:hover,
.elementor-location-header .shayke-header-nav .elementor-nav-menu--dropdown .elementor-nav-menu .elementor-item-active {
	border-bottom: none;
	background-color: rgba(244, 241, 237, 0.8);
}

.elementor-location-header .shayke-nav-menu .elementor-nav-menu a {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #323844 !important;
	padding: 0.25rem 0;
}

.elementor-location-header .shayke-nav-menu .elementor-nav-menu a:hover,
.elementor-location-header .shayke-nav-menu .elementor-item-active {
	color: #000000 !important;
	border-bottom: 1px solid #000000;
}

.elementor .shayke-logo img {
	height: 48px;
	width: auto;
	max-width: none;
}

.elementor .shayke-logo-footer img {
	height: 36px;
}

.elementor-location-header .shayke-header-cart .elementor-menu-cart__toggle,
.elementor-location-header .shayke-header-cart .elementor-menu-cart__toggle_button {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0;
}

.elementor-location-header .shayke-header-cart .elementor-button {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0;
}

.elementor-location-header .shayke-header-cart .elementor-menu-cart__toggle .elementor-button-text,
.elementor-location-header .shayke-header-cart .elementor-menu-cart__subtotal {
	display: none !important;
}

.elementor-location-header .shayke-header-cart .elementor-menu-cart__toggle .elementor-button-icon {
	font-size: 24px;
}

.elementor-location-header .shayke-header-cart .elementor-button-icon .fa-shopping-cart::before {
	color: #000000;
}

@media (max-width: 1024px) {
	.elementor-location-header .shayke-header-bar {
		grid-template-columns: auto auto auto;
		gap: 0.75rem;
	}

	.elementor-location-header .shayke-header-nav {
		grid-column: 2;
		justify-self: end;
	}

	.elementor-location-header .shayke-header-actions {
		grid-column: 3;
		justify-self: end;
	}
}

@media (max-width: 767px) {
	.elementor-location-header .e-con.px-margin-desktop,
	.elementor-location-header .shayke-header-bar {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.elementor .shayke-logo img {
		height: 40px;
	}
}

/* --- Footer --- */
.elementor .shayke-footer-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

@media (min-width: 768px) {
	.elementor .shayke-footer-layout {
		grid-template-columns: minmax(200px, 1fr) minmax(240px, 1.2fr) minmax(220px, 1fr);
		align-items: start;
	}
}

.elementor-location-footer .shayke-footer-nav .elementor-nav-menu--main .elementor-item::after,
.elementor-location-footer .shayke-footer-nav .elementor-nav-menu--main .elementor-item::before {
	display: none !important;
}

.elementor-location-footer .shayke-footer-nav .elementor-menu-toggle {
	display: none !important;
}

.elementor-location-footer .shayke-footer-nav .elementor-nav-menu--main {
	display: block !important;
}

.elementor-location-footer .shayke-footer-nav .elementor-nav-menu--dropdown {
	display: none !important;
}

.elementor-widget-form .shayke-newsletter-form .elementor-form-fields-wrapper {
	display: flex;
	flex-direction: row;
	gap: 0;
}

.elementor-widget-form .shayke-newsletter-form .elementor-field-group {
	flex: 1 1 auto;
	margin: 0;
}

.elementor-widget-form .shayke-newsletter-form .elementor-field-group-email input {
	border-radius: 0 4px 4px 0 !important;
	border-left: none !important;
}

.elementor-widget-form .shayke-newsletter-form .elementor-field-group-submit {
	flex: 0 0 auto;
	margin: 0;
}

.elementor-widget-form .shayke-newsletter-form .elementor-field-group-submit .elementor-button {
	border-radius: 4px 0 0 4px !important;
	white-space: nowrap;
}

/* --- Home equipment section --- */
.elementor .shayke-equipment-block .elementor-widget-container,
.elementor .shayke-home-equipment-section .elementor-widget-container {
	padding: 0;
}

.elementor .shayke-home-equipment-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

@media (min-width: 768px) {
	.elementor .shayke-home-equipment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.elementor .shayke-home-equipment-card,
.shayke-home-equipment-card {
	background: #fff;
	border: 1px solid rgba(129, 117, 110, 0.2);
	box-shadow: 0 1px 2px rgba(61, 43, 31, 0.05);
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.elementor .shayke-home-equipment-card:hover,
.shayke-home-equipment-card:hover {
	border-color: rgba(64, 112, 164, 0.45);
	box-shadow: 0 8px 24px rgba(50, 56, 68, 0.08);
}

.elementor .shayke-home-equipment-card-media,
.shayke-home-equipment-card-media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.elementor .shayke-home-equipment-card-media img,
.shayke-home-equipment-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.elementor .shayke-home-equipment-card-body,
.shayke-home-equipment-card-body {
	text-align: right;
}

.elementor .shayke-home-equipment-card-body a,
.shayke-home-equipment-card-body a {
	text-decoration: none;
}

/* --- Home beans category spotlight --- */
.elementor .shayke-beans-block .elementor-widget-container {
	padding: 0;
}

.shayke-home-beans-card {
	display: grid;
	grid-template-columns: 1fr;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) {
	.shayke-home-beans-card {
		grid-template-columns: 1fr 1fr;
	}
}

.shayke-home-beans-card:hover {
	border-color: rgba(64, 112, 164, 0.45);
	box-shadow: 0 12px 32px rgba(50, 56, 68, 0.1);
}

.shayke-home-beans-media {
	min-height: 280px;
	background: #f0e4d0;
}

.shayke-home-beans-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Home beans product grid — custom markup (not Elementor WC widget) */
ul.shayke-home-beans-grid.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 32px !important;
	margin: 3rem 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: both !important;
}

ul.shayke-home-beans-grid.products::before,
ul.shayke-home-beans-grid.products::after {
	content: none !important;
	display: none !important;
}

ul.shayke-home-beans-grid.products > li.product {
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
	list-style: none !important;
	position: relative !important;
	inset: auto !important;
}

.shayke-home-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #f0e4d0;
	border: 1px solid rgba(210, 196, 188, 0.2);
	box-shadow: 4px 4px 0 0 rgba(61, 43, 31, 0.1);
	overflow: hidden;
	transition: transform 0.2s ease;
}

.shayke-home-product-card:hover {
	transform: translateY(-4px);
}

.shayke-home-product-card__media {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	width: 100%;
}

.shayke-home-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shayke-home-product-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1rem;
	gap: 0.5rem;
	min-width: 0;
}

.shayke-home-product-card__title {
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
	color: #323844;
	margin: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.shayke-home-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.shayke-home-product-card__price {
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #323844;
	margin: 0;
}

.shayke-home-product-card__btn {
	display: inline-block;
	align-self: flex-start;
	margin-top: auto;
	background-color: #323844;
	color: #ffffff !important;
	border-radius: 4px;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.5rem 1rem;
	max-width: 100%;
	white-space: normal;
	transition: background-color 0.2s ease;
}

.shayke-home-product-card__btn:hover,
.shayke-home-product-card__btn:focus {
	background-color: #4070a4;
	color: #ffffff !important;
}

@media (max-width: 1024px) {
	ul.shayke-home-beans-grid.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	ul.shayke-home-beans-grid.products {
		grid-template-columns: 1fr !important;
	}
}

/* Story portrait — decorative frame aligned to image box */
.shayke-story-portrait {
	position: relative;
	width: 100%;
	max-width: 28rem;
	margin-inline: auto;
	aspect-ratio: 4 / 5;
}

.shayke-story-portrait__frame {
	position: absolute;
	top: -1rem;
	inset-inline-end: -1rem;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(64, 112, 164, 0.3);
	pointer-events: none;
	z-index: 0;
	box-sizing: border-box;
}

.shayke-story-portrait__image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #e8e4df;
	box-shadow: 0 20px 40px rgba(61, 43, 31, 0.15);
}

.shayke-story-portrait__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shayke-story-portrait__badge {
	position: absolute;
	bottom: -2rem;
	inset-inline-start: -2rem;
	z-index: 2;
	background-color: #323844;
	color: #e9d1ac;
	padding: 2rem;
	display: none;
}

@media (min-width: 1024px) {
	.shayke-story-portrait__badge {
		display: block;
	}
}

/* --- Home testimonials --- */
.elementor .shayke-testimonials-block .elementor-widget-container {
	padding: 0;
}

.shayke-home-testimonials-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px 32px;
}

@media (min-width: 768px) {
	.shayke-home-testimonials-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.shayke-home-testimonial {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.shayke-home-testimonial blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Frank Ruhl Libre', Georgia, serif;
	quotes: none;
}

.shayke-home-testimonial blockquote::before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	margin-bottom: 1.25rem;
	background: #4070a4;
}

.elementor-location-footer .shayke-footer-social .elementor-social-icon {
	background-color: #323844;
}

.elementor-location-footer .shayke-footer-social .elementor-social-icon:hover {
	background-color: #4070a4;
}

.elementor-location-footer .shayke-nav-menu .elementor-nav-menu a {
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 16px;
	color: #323844 !important;
}

.elementor-location-footer .shayke-nav-menu .elementor-nav-menu a:hover {
	color: #4070a4 !important;
	text-decoration: underline;
}

/* --- Buttons --- */
.elementor-widget-button .elementor-button.shayke-btn-primary,
.elementor-widget-button .shayke-btn-primary .elementor-button,
.elementor-widget-button .shayke-btn-primary .elementor-button .elementor-button-text,
.elementor-widget-button .shayke-btn-primary .elementor-button .elementor-button-content-wrapper {
	background-color: #323844 !important;
	color: #ffffff !important;
	fill: #ffffff !important;
	border-radius: 4px;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border: none;
}

.elementor-widget-button .shayke-btn-primary .elementor-button:hover,
.elementor-widget-button .shayke-btn-primary .elementor-button:focus,
.elementor-widget-button .elementor-button.shayke-btn-primary:hover,
.elementor-widget-button .elementor-button.shayke-btn-primary:focus,
.elementor-widget-button .shayke-btn-primary .elementor-button:hover .elementor-button-text,
.elementor-widget-button .shayke-btn-primary .elementor-button:focus .elementor-button-text {
	background-color: #4070a4 !important;
	color: #ffffff !important;
	fill: #ffffff !important;
}

.elementor-widget-button .shayke-btn-cream .elementor-button {
	background-color: #e9d1ac !important;
	color: #323844 !important;
}

.elementor-widget-button .shayke-btn-cream .elementor-button:hover {
	background-color: #ffffff !important;
}

.elementor-widget-button .shayke-btn-outline-cream .elementor-button {
	background-color: transparent !important;
	color: #e9d1ac !important;
	border: 2px solid rgba(233, 209, 172, 0.4) !important;
}

.elementor-widget-button .shayke-btn-outline-cream .elementor-button:hover {
	background-color: rgba(233, 209, 172, 0.1) !important;
	color: #ffffff !important;
}

.elementor-widget-button .shayke-btn-outline .elementor-button {
	background-color: transparent !important;
	color: #323844 !important;
	border: 1px solid #323844 !important;
	border-radius: 4px;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
}

.elementor-widget-button .shayke-btn-outline .elementor-button:hover {
	background-color: #f0e4d0 !important;
	color: #323844 !important;
}

.elementor .shayke-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	direction: rtl;
}

/* --- About page (PDF story layout) --- */
.shayke-about,
.elementor .shayke-about-hero,
.elementor .shayke-about-journey,
.elementor .shayke-about-philosophy,
.elementor .shayke-about-galilee,
.elementor .shayke-about-cta {
	direction: rtl;
}

.elementor .shayke-about-hero,
.shayke-about-hero {
	position: relative;
	display: flex !important;
	align-items: flex-start;
	justify-content: center;
	min-height: 75vh;
	overflow: hidden;
	text-align: center;
	padding-top: clamp(5rem, 14vh, 8.5rem);
	padding-bottom: 3rem;
	box-sizing: border-box;
}

/* Full-bleed white scrim on the hero itself — not nested in Elementor widgets */
.elementor .shayke-about-hero::before,
.shayke-about-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse 75% 60% at 50% 26%,
			rgba(255, 255, 255, 0.92) 0%,
			rgba(255, 255, 255, 0.82) 45%,
			rgba(255, 255, 255, 0.55) 100%
		),
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.88) 0%,
			rgba(255, 255, 255, 0.72) 38%,
			rgba(251, 249, 248, 0.55) 100%
		);
}

@media (min-width: 768px) {
	.elementor .shayke-about-hero,
	.shayke-about-hero {
		min-height: 85vh;
		padding-top: clamp(6rem, 16vh, 10rem);
	}
}

.elementor .shayke-about-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.elementor .shayke-about-hero-media .elementor-widget-image,
.elementor .shayke-about-hero-media .elementor-widget-image img,
.shayke-about-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 75vh;
}

@media (min-width: 768px) {
	.elementor .shayke-about-hero-media .elementor-widget-image,
	.elementor .shayke-about-hero-media .elementor-widget-image img,
	.shayke-about-hero img {
		min-height: 85vh;
	}
}

/* Neutralize nested overlay — ::before on hero owns the scrim */
.elementor .shayke-about-hero-overlay,
.shayke-about-hero-overlay {
	display: none !important;
}

.elementor .shayke-about-hero-content,
.shayke-about-hero-content {
	position: relative;
	z-index: 2;
	max-width: 48rem;
	margin-inline: auto;
	padding-inline: 1.5rem;
	text-align: center;
}

.elementor .shayke-about-hero-content .font-label-lg,
.shayke-about-hero-content .font-label-lg,
.elementor .shayke-about-hero-content .elementor-heading-title,
.shayke-about-hero-content h1,
.elementor .shayke-about-hero-content .elementor-widget-text-editor p,
.shayke-about-hero-content p {
	color: #a8893c !important;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.6),
		0 1px 8px rgba(50, 56, 68, 0.12);
}

.elementor .shayke-about-hero-content .elementor-widget-text-editor p,
.shayke-about-hero-content p {
	max-width: 36rem;
	margin-inline: auto;
}

.elementor .shayke-about-split,
.shayke-about-journey > div,
.shayke-about-galilee > div {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

@media (min-width: 768px) {
	.elementor .shayke-about-split {
		grid-template-columns: 1fr 1fr !important;
		gap: 32px;
	}
}

.elementor .shayke-about-split-media img,
.shayke-about-journey img,
.shayke-about-galilee img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elementor .shayke-about-philosophy {
	background-color: #323844;
	color: #e9d1ac;
	text-align: center;
}

.elementor .shayke-about-philosophy .elementor-heading-title,
.elementor .shayke-about-philosophy .elementor-widget-text-editor {
	color: #e9d1ac;
}

.elementor .shayke-about-philosophy-icons,
.shayke-about-philosophy-icons {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 640px) {
	.elementor .shayke-about-philosophy-icons,
	.shayke-about-philosophy-icons {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.elementor .shayke-about-cta-banner,
.shayke-about-cta-banner {
	background-color: #323844;
	color: #e9d1ac;
	text-align: center;
	padding: 3.5rem 2rem;
}

@media (min-width: 768px) {
	.elementor .shayke-about-cta-banner,
	.shayke-about-cta-banner {
		padding: 5rem 4rem;
	}
}

.elementor .shayke-about-cta-btn,
.shayke-about-cta-btn {
	display: inline-block;
	background-color: #e9d1ac;
	color: #323844;
	padding: 1rem 2.5rem;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.elementor .shayke-about-cta-btn:hover,
.shayke-about-cta-btn:hover {
	transform: scale(1.05);
	background-color: #f0e4d0;
	color: #323844;
}

/* --- Shop page --- */
.shayke-shop-categories {
	position: sticky;
	top: 72px;
	z-index: 20;
	padding: 0.75rem 0;
	background: rgba(251, 249, 248, 0.95);
	backdrop-filter: blur(8px);
}

.shayke-shop-categories__primary {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.shayke-shop-categories__subs {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 0.5rem;
	margin-top: 0.75rem;
	padding-bottom: 0.15rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.shayke-shop-categories__subs[hidden] {
	display: none !important;
}

@media (min-width: 768px) {
	.shayke-shop-categories__primary,
	.shayke-shop-categories__subs {
		justify-content: flex-start;
		flex-wrap: wrap;
		overflow-x: visible;
	}
}

.shayke-shop-cat-pill,
button.shayke-shop-cat-pill,
a.shayke-shop-cat-pill,
.shayke-shop-cat-pill:not(.is-active),
button.shayke-shop-cat-pill:not(.is-active),
a.shayke-shop-cat-pill:not(.is-active) {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0.625rem 1.35rem !important;
	border-radius: 999px !important;
	border: 1px solid #c9b99a !important;
	background: #ffffff !important;
	color: #323844 !important;
	font-family: 'Heebo', sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shayke-shop-cat-pill:not(.is-active):hover,
button.shayke-shop-cat-pill:not(.is-active):hover,
a.shayke-shop-cat-pill:not(.is-active):hover {
	background: #f0e4d0 !important;
	border-color: #c9b99a !important;
	color: #323844 !important;
}

.shayke-shop-cat-pill.is-active,
button.shayke-shop-cat-pill.is-active,
a.shayke-shop-cat-pill.is-active,
.shayke-shop-cat-pill.is-active:hover,
button.shayke-shop-cat-pill.is-active:hover,
a.shayke-shop-cat-pill.is-active:hover,
.shayke-shop-cat-pill:focus-visible,
button.shayke-shop-cat-pill:focus-visible,
a.shayke-shop-cat-pill:focus-visible {
	background: #323844 !important;
	border-color: #323844 !important;
	color: #e9d1ac !important;
}

.shayke-shop-cat-pill:focus-visible {
	outline: 2px solid #4070a4;
	outline-offset: 2px;
}

.shayke-shop-subpill,
button.shayke-shop-subpill {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0.4rem 0.95rem !important;
	border-radius: 999px !important;
	border: 1px solid #d8cbb4 !important;
	background: #ffffff !important;
	color: #323844 !important;
	font-family: 'Heebo', sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.shayke-shop-subpill:not(.is-active):hover,
button.shayke-shop-subpill:not(.is-active):hover {
	background: #f0e4d0 !important;
	border-color: #c9b99a !important;
	color: #323844 !important;
}

.shayke-shop-subpill.is-active,
button.shayke-shop-subpill.is-active,
.shayke-shop-subpill.is-active:hover,
button.shayke-shop-subpill.is-active:hover,
.shayke-shop-subpill:focus-visible,
button.shayke-shop-subpill:focus-visible {
	background: #4070a4 !important;
	border-color: #4070a4 !important;
	color: #ffffff !important;
}

.shayke-shop-subpill:focus-visible {
	outline: 2px solid #323844;
	outline-offset: 2px;
}

.shayke-shop-panel[hidden],
.shayke-shop-panel.is-hidden {
	display: none !important;
}

ul.shayke-shop-product-grid > li.product.is-filtered-out {
	display: none !important;
}

.shayke-shop-subfilter-empty[hidden] {
	display: none !important;
}

.shayke-shop-subfilter-empty {
	margin: 0 0 1.5rem;
	text-align: center;
}

.shayke-shop-section-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid rgba(129, 117, 110, 0.3);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	direction: rtl;
	gap: 1rem;
}

ul.shayke-shop-product-grid {
	display: grid !important;
	gap: 1.25rem !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
	max-width: none !important;
}

ul.shayke-shop-product-grid::before,
ul.shayke-shop-product-grid::after {
	content: none !important;
	display: none !important;
}

ul.shayke-shop-product-grid--beans,
ul.shayke-shop-product-grid--equipment {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

ul.shayke-shop-product-grid > li.product {
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
	list-style: none !important;
	position: relative !important;
	inset: auto !important;
}

.shayke-shop-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid rgba(210, 196, 188, 0.35);
	box-shadow: 0 2px 8px rgba(61, 43, 31, 0.06);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shayke-shop-product-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(61, 43, 31, 0.1);
}

.shayke-shop-product-card__media {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	width: 100%;
	background-color: #f4f1ed;
}

.shayke-shop-product-grid--beans .shayke-shop-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shayke-shop-product-grid--equipment .shayke-shop-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 1rem;
	box-sizing: border-box;
	display: block;
}

.shayke-shop-product-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1rem 1.1rem 1.1rem;
	gap: 0.4rem;
	min-width: 0;
	background: #ffffff;
}

.shayke-shop-product-card__title {
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #323844;
	margin: 0;
	min-height: 2.7em;
	overflow-wrap: anywhere;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.shayke-shop-product-card__title a {
	color: inherit !important;
	text-decoration: none;
}

.shayke-shop-product-card__price {
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #323844;
	margin: 0 0 0.5rem;
}

.shayke-shop-product-card__btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: auto;
	text-align: center;
	background-color: #323844;
	color: #ffffff !important;
	border-radius: 4px;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.65rem 1rem;
	transition: background-color 0.2s ease;
}

.shayke-shop-product-card__btn:hover,
.shayke-shop-product-card__btn:focus {
	background-color: #4070a4;
	color: #ffffff !important;
}

.shayke-shop-equipment-more {
	margin: 1.5rem 0 2rem;
	text-align: center;
}

.shayke-shop-equipment-more a {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #323844 !important;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.shayke-shop-equipment-more a:hover {
	color: #4070a4 !important;
}

.shayke-shop-workshop-banner {
	width: 100%;
	margin-top: 0.5rem;
	background: #323844;
	color: #e9d1ac;
}

.shayke-shop-workshop-banner__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25rem;
	padding: 2rem 1.75rem;
}

.shayke-shop-workshop-banner__copy {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 40rem;
}

.shayke-shop-workshop-banner__copy h3 {
	margin: 0;
	color: #e9d1ac;
}

.shayke-shop-workshop-banner__copy p {
	margin: 0;
	opacity: 0.85;
}

.shayke-shop-workshop-banner__link {
	display: inline-block;
	margin-top: 0.25rem;
	border-bottom: 1px solid rgba(233, 209, 172, 0.4);
	padding-bottom: 0.25rem;
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #e9d1ac !important;
	text-decoration: none;
}

.shayke-shop-workshop-banner__link:hover {
	border-bottom-color: #e9d1ac;
}

@media (min-width: 768px) {
	.shayke-shop-workshop-banner__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 2rem 2.5rem;
	}

	.shayke-shop-workshop-banner__copy {
		flex: 1 1 auto;
		padding-inline: 1rem;
	}
}

@media (max-width: 1024px) {
	ul.shayke-shop-product-grid--beans,
	ul.shayke-shop-product-grid--equipment {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	ul.shayke-shop-product-grid--beans,
	ul.shayke-shop-product-grid--equipment {
		grid-template-columns: 1fr !important;
	}
}

/* Keep home bean cards on the established cream treatment */
.shayke-home-product-card {
	background-color: #f0e4d0;
	box-shadow: 4px 4px 0 0 rgba(61, 43, 31, 0.1);
}

.shayke-home-product-card:hover {
	transform: translateY(-4px);
}

.shayke-home-product-card__btn {
	display: inline-block;
	width: auto;
	align-self: flex-start;
}

.elementor .shayke-shop-section-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid rgba(129, 117, 110, 0.3);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	direction: rtl;
}

.elementor .shayke-shop-bento-grid {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	direction: rtl;
}

@media (min-width: 768px) {
	.elementor .shayke-shop-bento-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.elementor .shayke-shop-bento-products {
		grid-column: span 2;
	}
}

/* Legacy Elementor WC shop widgets (kept for older embeds) */
.elementor-widget-woocommerce-products.shayke-shop-beans ul.products,
.elementor-widget-woocommerce-products .shayke-shop-beans ul.products {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 32px !important;
}

.elementor-widget-woocommerce-products.shayke-shop-beans ul.products li.product,
.elementor-widget-woocommerce-products .shayke-shop-beans ul.products li.product {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	background: #ffffff !important;
	border: 1px solid #f0e4d0 !important;
	direction: rtl;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	min-width: 0;
}

.elementor-widget-woocommerce-products.shayke-shop-beans .woocommerce-loop-product__link,
.elementor-widget-woocommerce-products .shayke-shop-beans .woocommerce-loop-product__link {
	grid-column: 1;
	grid-row: 1 / 4;
	height: 100%;
	min-height: 280px;
}

.elementor-widget-woocommerce-products.shayke-shop-beans .woocommerce-loop-product__link img,
.elementor-widget-woocommerce-products .shayke-shop-beans .woocommerce-loop-product__link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1;
}

.elementor-widget-woocommerce-products.shayke-shop-beans .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products .shayke-shop-beans .woocommerce-loop-product__title {
	grid-column: 2;
	grid-row: 1;
	padding: 2rem 2rem 0 !important;
	overflow-wrap: anywhere;
	font-size: 20px !important;
	line-height: 1.35 !important;
}

.elementor-widget-woocommerce-products.shayke-shop-beans .price,
.elementor-widget-woocommerce-products .shayke-shop-beans .price {
	grid-column: 2;
	grid-row: 2;
	padding: 0 2rem !important;
}

.elementor-widget-woocommerce-products.shayke-shop-beans .button,
.elementor-widget-woocommerce-products .shayke-shop-beans .button {
	grid-column: 2;
	grid-row: 3;
	margin: 0 2rem 2rem !important;
	align-self: start;
	width: fit-content;
}

.elementor-widget-woocommerce-products.shayke-shop-equipment-card ul.products,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card ul.products {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 1.5rem !important;
}

@media (min-width: 768px) {
	.elementor-widget-woocommerce-products.shayke-shop-equipment-card ul.products,
	.elementor-widget-woocommerce-products .shayke-shop-equipment-card ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

.elementor-widget-woocommerce-products.shayke-shop-equipment-card ul.products li.product,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card ul.products li.product {
	display: flex !important;
	flex-direction: column;
	background: #ffffff !important;
	border: 1px solid #f0e4d0 !important;
	padding: 0 !important;
	overflow: hidden;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	min-width: 0;
}

.elementor-widget-woocommerce-products.shayke-shop-equipment-card .woocommerce-loop-product__link,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card .woocommerce-loop-product__link {
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.elementor-widget-woocommerce-products.shayke-shop-equipment-card .woocommerce-loop-product__link img,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card .woocommerce-loop-product__link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.elementor-widget-woocommerce-products.shayke-shop-equipment-card li.product:hover .woocommerce-loop-product__link img,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card li.product:hover .woocommerce-loop-product__link img {
	transform: scale(1.1);
}

.elementor-widget-woocommerce-products.shayke-shop-equipment-card .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products.shayke-shop-equipment-card .price,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card .price {
	padding: 0 1.5rem !important;
}

.elementor-widget-woocommerce-products.shayke-shop-equipment-card .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products.shayke-shop-equipment-card .woocommerce-loop-product__title a,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card .woocommerce-loop-product__title a {
	overflow-wrap: anywhere;
	font-size: 18px !important;
	line-height: 1.35 !important;
}

.elementor-widget-woocommerce-products.shayke-shop-equipment-card .button,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card .button {
	margin: 0 1.5rem 1.5rem !important;
	background: transparent !important;
	color: #4070a4 !important;
	border: 1px solid #4070a4 !important;
}

.elementor-widget-woocommerce-products.shayke-shop-equipment-card .button:hover,
.elementor-widget-woocommerce-products .shayke-shop-equipment-card .button:hover {
	background: #f0e4d0 !important;
}

@media (max-width: 767px) {
	.elementor-widget-woocommerce-products.shayke-shop-beans ul.products li.product,
	.elementor-widget-woocommerce-products .shayke-shop-beans ul.products li.product {
		grid-template-columns: 1fr;
	}

	.elementor-widget-woocommerce-products.shayke-shop-beans .woocommerce-loop-product__link,
	.elementor-widget-woocommerce-products .shayke-shop-beans .woocommerce-loop-product__link {
		grid-column: 1;
		grid-row: 1;
		min-height: 240px;
	}

	.elementor-widget-woocommerce-products.shayke-shop-beans .woocommerce-loop-product__title,
	.elementor-widget-woocommerce-products.shayke-shop-beans .price,
	.elementor-widget-woocommerce-products.shayke-shop-beans .button,
	.elementor-widget-woocommerce-products .shayke-shop-beans .woocommerce-loop-product__title,
	.elementor-widget-woocommerce-products .shayke-shop-beans .price,
	.elementor-widget-woocommerce-products .shayke-shop-beans .button {
		grid-column: 1;
	}
}


/* --- Contact page (About-style + UX) --- */
.shayke-contact,
.elementor .shayke-contact-hero,
.elementor .shayke-contact-actions,
.elementor .shayke-contact-main,
.elementor .shayke-contact-visit {
	direction: rtl;
}

.elementor .shayke-contact-hero,
.shayke-contact-hero {
	position: relative;
	display: flex !important;
	align-items: flex-start;
	justify-content: center;
	min-height: 75vh;
	overflow: hidden;
	text-align: center;
	padding-top: clamp(5rem, 14vh, 8.5rem);
	padding-bottom: 3rem;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.elementor .shayke-contact-hero,
	.shayke-contact-hero {
		min-height: 85vh;
		padding-top: clamp(6rem, 16vh, 10rem);
	}
}

.elementor .shayke-contact-hero::before,
.shayke-contact-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse 75% 60% at 50% 26%,
			rgba(255, 255, 255, 0.92) 0%,
			rgba(255, 255, 255, 0.82) 45%,
			rgba(255, 255, 255, 0.55) 100%
		),
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.88) 0%,
			rgba(255, 255, 255, 0.72) 38%,
			rgba(251, 249, 248, 0.55) 100%
		);
}

.elementor .shayke-contact-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.elementor .shayke-contact-hero-media .elementor-widget-image,
.elementor .shayke-contact-hero-media .elementor-widget-image img,
.shayke-contact-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 75vh;
}

@media (min-width: 768px) {
	.elementor .shayke-contact-hero-media .elementor-widget-image,
	.elementor .shayke-contact-hero-media .elementor-widget-image img,
	.shayke-contact-hero img {
		min-height: 85vh;
	}
}

.elementor .shayke-contact-hero-overlay,
.shayke-contact-hero-overlay {
	display: none !important;
}

.elementor .shayke-contact-hero-content,
.shayke-contact-hero-content {
	position: relative;
	z-index: 2;
	max-width: 48rem;
	margin-inline: auto;
	padding-inline: 1.5rem;
	text-align: center;
}

.elementor .shayke-contact-hero-content .font-label-lg,
.shayke-contact-hero-content .font-label-lg,
.elementor .shayke-contact-hero-content .elementor-heading-title,
.shayke-contact-hero-content h1,
.elementor .shayke-contact-hero-content .elementor-widget-text-editor p,
.shayke-contact-hero-content p {
	color: #a8893c !important;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.6),
		0 1px 8px rgba(50, 56, 68, 0.12);
}

.elementor .shayke-contact-hero-content .elementor-widget-text-editor p,
.shayke-contact-hero-content p {
	max-width: 36rem;
	margin-inline: auto;
}

.elementor .shayke-contact-actions-list,
.shayke-contact-actions-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 640px) {
	.elementor .shayke-contact-actions-list,
	.shayke-contact-actions-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.elementor .shayke-contact-action,
.shayke-contact-action {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 4.5rem;
	padding: 1.25rem 1.5rem;
	background: #ffffff;
	color: #323844 !important;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.elementor .shayke-contact-action .font-label-lg,
.elementor .shayke-contact-action .font-body-md,
.elementor .shayke-contact-action .material-symbols-outlined,
.elementor .shayke-contact-action span,
.shayke-contact-action .font-label-lg,
.shayke-contact-action .font-body-md,
.shayke-contact-action .material-symbols-outlined,
.shayke-contact-action span {
	color: #323844 !important;
	opacity: 1 !important;
}

.elementor .shayke-contact-action:hover,
.elementor .shayke-contact-action:focus-visible,
.shayke-contact-action:hover,
.shayke-contact-action:focus-visible {
	background: #f0e4d0;
	border-bottom-color: #4070a4;
	transform: translateY(-2px);
	color: #323844 !important;
	outline: none;
}

.elementor .shayke-contact-action--whatsapp,
.shayke-contact-action--whatsapp {
	background: #323844;
	color: #e9d1ac !important;
}

.elementor .shayke-contact-action--whatsapp .font-label-lg,
.elementor .shayke-contact-action--whatsapp .font-body-md,
.elementor .shayke-contact-action--whatsapp .material-symbols-outlined,
.elementor .shayke-contact-action--whatsapp span,
.shayke-contact-action--whatsapp .font-label-lg,
.shayke-contact-action--whatsapp .font-body-md,
.shayke-contact-action--whatsapp .material-symbols-outlined,
.shayke-contact-action--whatsapp span {
	color: #e9d1ac !important;
	opacity: 1 !important;
}

.elementor .shayke-contact-action--whatsapp:hover,
.elementor .shayke-contact-action--whatsapp:focus-visible,
.shayke-contact-action--whatsapp:hover,
.shayke-contact-action--whatsapp:focus-visible {
	background: #4070a4;
	color: #ffffff !important;
	border-bottom-color: #4070a4;
}

.elementor .shayke-contact-action--whatsapp:hover .font-label-lg,
.elementor .shayke-contact-action--whatsapp:hover .font-body-md,
.elementor .shayke-contact-action--whatsapp:hover .material-symbols-outlined,
.elementor .shayke-contact-action--whatsapp:hover span,
.elementor .shayke-contact-action--whatsapp:focus-visible .font-label-lg,
.elementor .shayke-contact-action--whatsapp:focus-visible .font-body-md,
.elementor .shayke-contact-action--whatsapp:focus-visible .material-symbols-outlined,
.elementor .shayke-contact-action--whatsapp:focus-visible span,
.shayke-contact-action--whatsapp:hover span,
.shayke-contact-action--whatsapp:focus-visible span {
	color: #ffffff !important;
}

.elementor .shayke-contact-action .material-symbols-outlined,
.shayke-contact-action .material-symbols-outlined {
	font-size: 1.75rem;
	flex-shrink: 0;
}

.elementor .shayke-contact-grid {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: start;
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 20px;
}

@media (min-width: 1024px) {
	.elementor .shayke-contact-grid {
		grid-template-columns: 7fr 5fr !important;
		gap: 32px;
		padding-inline: 80px;
	}
}

.elementor .shayke-contact-form-card {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
}

.elementor .shayke-contact-aside-details a,
.elementor .shayke-contact-info a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.elementor .shayke-contact-aside-details a:hover,
.elementor .shayke-contact-info a:hover {
	color: #4070a4;
}

.elementor .shayke-contact-visit-banner,
.shayke-contact-visit-banner {
	background-color: #323844;
	color: #e9d1ac;
	text-align: center;
	padding: 3.5rem 2rem;
}

@media (min-width: 768px) {
	.elementor .shayke-contact-visit-banner,
	.shayke-contact-visit-banner {
		padding: 5rem 4rem;
	}
}

.elementor .shayke-contact-visit-btn,
.shayke-contact-visit-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	background-color: #e9d1ac;
	color: #323844;
	padding: 1rem 2.5rem;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.elementor .shayke-contact-visit-btn:hover,
.shayke-contact-visit-btn:hover {
	transform: scale(1.05);
	background-color: #f0e4d0;
	color: #323844;
}

.elementor-widget-form .shayke-contact-form .elementor-field-group {
	margin-bottom: 1.5rem;
}

.elementor-widget-form .shayke-contact-form .elementor-field-label {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #323844;
	margin-bottom: 0.5rem;
}

.elementor-widget-form .shayke-contact-form .elementor-button {
	width: 100%;
	padding: 1rem 2.5rem;
	border-radius: 4px;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

@media (min-width: 768px) {
	.elementor-widget-form .shayke-contact-form .elementor-button {
		width: auto;
	}
}

.elementor-widget-form .shayke-contact-form .elementor-button:hover {
	transform: scale(1.05);
}

.elementor-widget-form .shayke-contact-form input:focus,
.elementor-widget-form .shayke-contact-form textarea:focus,
.elementor-widget-form .shayke-contact-form select:focus {
	outline: 2px solid #4070a4;
	outline-offset: 2px;
	border-color: #323844 !important;
}

/* --- WooCommerce products widget (home grid) --- */
.elementor-widget-woocommerce-products.shayke-wc-products ul.products,
.elementor-widget-woocommerce-products.shayke-home-beans-grid ul.products,
.elementor-products-grid.shayke-home-beans-grid ul.products.elementor-grid,
.elementor-products-grid.shayke-wc-products ul.products.elementor-grid,
.elementor-widget-woocommerce-products .shayke-wc-products ul.products,
.elementor-widget-woocommerce-products .shayke-home-beans-grid ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
	grid-auto-columns: unset !important;
	grid-auto-flow: row !important;
	gap: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

.elementor-widget-woocommerce-products.shayke-wc-products ul.products::before,
.elementor-widget-woocommerce-products.shayke-wc-products ul.products::after,
.elementor-widget-woocommerce-products.shayke-home-beans-grid ul.products::before,
.elementor-widget-woocommerce-products.shayke-home-beans-grid ul.products::after,
.elementor-widget-woocommerce-products .shayke-wc-products ul.products::before,
.elementor-widget-woocommerce-products .shayke-wc-products ul.products::after {
	display: none !important;
	content: none !important;
}

.elementor-widget-woocommerce-products.shayke-wc-products ul.products li.product,
.elementor-widget-woocommerce-products.shayke-home-beans-grid ul.products li.product,
.elementor-products-grid.shayke-home-beans-grid ul.products li.product,
.elementor-products-grid.shayke-wc-products ul.products li.product,
.elementor-widget-woocommerce-products .shayke-wc-products ul.products li.product,
.elementor-widget-woocommerce-products .shayke-home-beans-grid ul.products li.product {
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	background-color: #f0e4d0;
	border: 1px solid rgba(210, 196, 188, 0.2);
	box-shadow: 4px 4px 0 0 rgba(61, 43, 31, 0.1);
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden;
	transition: transform 0.2s ease;
}

.elementor-widget-woocommerce-products.shayke-wc-products ul.products li.product:hover,
.elementor-widget-woocommerce-products.shayke-home-beans-grid ul.products li.product:hover,
.elementor-widget-woocommerce-products .shayke-wc-products ul.products li.product:hover {
	transform: translateY(-4px);
}

.elementor-widget-woocommerce-products.shayke-wc-products .woocommerce-loop-product__link,
.elementor-widget-woocommerce-products.shayke-home-beans-grid .woocommerce-loop-product__link,
.elementor-products-grid.shayke-home-beans-grid .woocommerce-loop-product__link,
.elementor-widget-woocommerce-products .shayke-wc-products .woocommerce-loop-product__link {
	display: block !important;
	aspect-ratio: 1 / 1 !important;
	overflow: hidden;
	width: 100% !important;
	max-width: 100% !important;
}

.elementor-widget-woocommerce-products.shayke-wc-products .woocommerce-loop-product__link img,
.elementor-widget-woocommerce-products.shayke-home-beans-grid .woocommerce-loop-product__link img,
.elementor-products-grid.shayke-home-beans-grid .woocommerce-loop-product__link img,
.elementor-widget-woocommerce-products .shayke-wc-products .woocommerce-loop-product__link img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	display: block !important;
}

.elementor-widget-woocommerce-products.shayke-wc-products .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products.shayke-wc-products .woocommerce-loop-product__title a,
.elementor-widget-woocommerce-products.shayke-home-beans-grid .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products.shayke-home-beans-grid .woocommerce-loop-product__title a,
.elementor-widget-woocommerce-products .shayke-wc-products .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products .shayke-wc-products .woocommerce-loop-product__title a {
	font-family: 'Heebo', sans-serif !important;
	font-size: 18px !important;
	line-height: 1.35 !important;
	font-weight: 600 !important;
	color: #323844 !important;
	overflow-wrap: anywhere;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 1rem 1rem 0.5rem !important;
	margin: 0 !important;
}

.elementor-widget-woocommerce-products.shayke-wc-products .price,
.elementor-widget-woocommerce-products.shayke-home-beans-grid .price,
.elementor-widget-woocommerce-products .shayke-wc-products .price {
	color: #323844 !important;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	font-size: 15px;
	padding: 0 1rem !important;
	margin: 0 0 0.75rem !important;
	min-width: 0;
	overflow-wrap: anywhere;
}

.elementor-widget-woocommerce-products.shayke-wc-products .button,
.elementor-widget-woocommerce-products.shayke-wc-products a.add_to_cart_button,
.elementor-widget-woocommerce-products.shayke-home-beans-grid .button,
.elementor-widget-woocommerce-products.shayke-home-beans-grid a.add_to_cart_button,
.elementor-widget-woocommerce-products .shayke-wc-products .button,
.elementor-widget-woocommerce-products .shayke-wc-products a.add_to_cart_button {
	background-color: #323844 !important;
	color: #ffffff !important;
	border-radius: 4px;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
	margin: 0 1rem 1rem !important;
	align-self: flex-start;
	white-space: normal;
	max-width: calc(100% - 2rem);
}

.elementor-widget-woocommerce-products.shayke-wc-products .button:hover,
.elementor-widget-woocommerce-products.shayke-wc-products .button:focus,
.elementor-widget-woocommerce-products.shayke-wc-products a.add_to_cart_button:hover,
.elementor-widget-woocommerce-products.shayke-wc-products a.add_to_cart_button:focus,
.elementor-widget-woocommerce-products.shayke-home-beans-grid .button:hover,
.elementor-widget-woocommerce-products.shayke-home-beans-grid a.add_to_cart_button:hover,
.elementor-widget-woocommerce-products .shayke-wc-products .button:hover,
.elementor-widget-woocommerce-products .shayke-wc-products a.add_to_cart_button:hover {
	background-color: #4070a4 !important;
	color: #ffffff !important;
}

@media (max-width: 1024px) {
	.elementor-widget-woocommerce-products.shayke-wc-products ul.products,
	.elementor-widget-woocommerce-products.shayke-home-beans-grid ul.products,
	.elementor-products-grid.shayke-home-beans-grid ul.products.elementor-grid,
	.elementor-widget-woocommerce-products .shayke-wc-products ul.products {
		grid-template-columns: repeat(2, minmax(140px, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	.elementor-widget-woocommerce-products.shayke-wc-products ul.products,
	.elementor-widget-woocommerce-products.shayke-home-beans-grid ul.products,
	.elementor-products-grid.shayke-home-beans-grid ul.products.elementor-grid,
	.elementor-widget-woocommerce-products .shayke-wc-products ul.products {
		grid-template-columns: 1fr !important;
	}
}

/* --- Posts grid (blog) --- */
.elementor-widget-posts .shayke-posts-grid .elementor-post {
	background: #f0e4d0;
	border: 1px solid rgba(210, 196, 188, 0.2);
	box-shadow: 4px 4px 0 0 rgba(61, 43, 31, 0.1);
}

.elementor-widget-posts .shayke-posts-grid .elementor-post__title a {
	color: #323844 !important;
	font-family: 'Heebo', sans-serif;
}

.elementor-widget-posts .shayke-posts-grid .elementor-post__excerpt {
	font-family: 'Frank Ruhl Libre', serif;
	color: #323844;
}

/* --- Forms --- */
.elementor-widget-form .shayke-newsletter-form input,
.elementor-widget-form .shayke-contact-form input,
.elementor-widget-form .shayke-contact-form textarea,
.elementor-widget-form .shayke-contact-form select {
	border: 1px solid rgba(129, 117, 110, 0.3) !important;
	border-radius: 4px;
	padding: 0.75rem 1rem;
	text-align: right;
	font-family: 'Frank Ruhl Libre', serif;
}

.elementor-widget-form .shayke-newsletter-form .elementor-button,
.elementor-widget-form .shayke-contact-form .elementor-button,
.elementor-widget-form .shayke-newsletter-form .elementor-button .elementor-button-text,
.elementor-widget-form .shayke-contact-form .elementor-button .elementor-button-text {
	background-color: #323844 !important;
	color: #ffffff !important;
	fill: #ffffff !important;
}

.elementor-widget-form .shayke-newsletter-form .elementor-button:hover,
.elementor-widget-form .shayke-newsletter-form .elementor-button:focus,
.elementor-widget-form .shayke-contact-form .elementor-button:hover,
.elementor-widget-form .shayke-contact-form .elementor-button:focus,
.elementor-widget-form .shayke-newsletter-form .elementor-button:hover .elementor-button-text,
.elementor-widget-form .shayke-contact-form .elementor-button:hover .elementor-button-text {
	background-color: #4070a4 !important;
	color: #ffffff !important;
	fill: #ffffff !important;
}

/* --- Images --- */
.elementor-widget-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* --- Hero --- */
.elementor .shayke-home-hero .elementor-heading-title,
.elementor .shayke-home-hero .shayke-hero-title .elementor-heading-title,
.elementor .shayke-home-hero .shayke-hero-title {
	color: #ffffff !important;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
}

.elementor .shayke-home-hero .shayke-hero-subtitle,
.elementor .shayke-home-hero .shayke-hero-subtitle p {
	color: rgba(255, 255, 255, 0.95) !important;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.elementor .hero-gradient {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.shayke-home-hero .shayke-hero-title,
.shayke-home-hero h1,
.shayke-home-hero h2 {
	color: #ffffff;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
}

.shayke-home-hero .shayke-hero-subtitle {
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

/* --- Full-width sections --- */
.elementor .e-con-full,
.elementor .e-parent {
	--container-max-width: 100%;
}

.elementor .max-w-7xl {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}
