:root {
	--rs-commerce-green: #375125;
	--rs-commerce-green-hover: #2b401d;
	--rs-commerce-accent: #73973d;
	--rs-commerce-brown: #6e5743;
	--rs-commerce-cream: #f6f3eb;
	--rs-commerce-line: #e2d9ca;
}

.rs-header-favorites {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 42px;
	min-height: 42px;
	padding: 8px;
	border-radius: 14px;
	color: #fff !important;
	text-decoration: none !important;
	transition: background-color 160ms ease, transform 160ms ease;
}

.rs-commerce-header {
	width: 100%;
	min-height: 84px;
	gap: 4px !important;
	flex-wrap: nowrap !important;
	isolation: isolate;
	background-color: rgba(204, 182, 151, 0.92) !important;
	box-shadow: 0 8px 28px rgba(55, 81, 37, 0.06);
	backdrop-filter: blur(12px) saturate(1.35);
	-webkit-backdrop-filter: blur(12px) saturate(1.35);
	transition: min-height 180ms ease, background-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease !important;
}

/*
 * Pages with a photographic opening section use the header as an overlay.
 * Removing the header wrapper from normal flow is essential: a transparent
 * background alone leaves an empty white band before the hero image.
 */
body.home header.elementor-location-header,
body.woocommerce-shop header.elementor-location-header,
body.page-id-53 header.elementor-location-header,
body.page-id-49 header.elementor-location-header {
	position: absolute !important;
	inset: 0 0 auto !important;
	z-index: 9999 !important;
	width: 100% !important;
}

body.home .rs-commerce-header:not(.rs-header-scrolled),
body.woocommerce-shop .rs-commerce-header:not(.rs-header-scrolled),
body.page-id-53 .rs-commerce-header:not(.rs-header-scrolled),
body.page-id-49 .rs-commerce-header:not(.rs-header-scrolled) {
	background-color: transparent !important;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.rs-commerce-header.elementor-sticky--active.rs-header-scrolled {
	background-color: rgba(204, 182, 151, 0.92) !important;
	box-shadow: 0 10px 32px rgba(55, 81, 37, 0.12);
	backdrop-filter: blur(12px) saturate(1.35);
	-webkit-backdrop-filter: blur(12px) saturate(1.35);
}

.rs-commerce-header:has(.rs-commerce-header__cart.elementor-menu-cart--shown) {
	z-index: 2147483000 !important;
	isolation: auto;
}

.rs-commerce-header > .elementor-element {
	min-width: 0;
	margin: 0 !important;
}

.rs-commerce-header__logo img {
	display: block;
	width: auto !important;
	height: 68px !important;
	max-height: 68px;
	object-fit: contain;
}

.rs-commerce-header__account .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 14px !important;
	transition: background-color 160ms ease, transform 160ms ease !important;
}

.rs-commerce-header__menu .elementor-menu-toggle {
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	border-radius: 14px !important;
	transition: background-color 160ms ease, transform 160ms ease !important;
}

.rs-commerce-header__account .elementor-button {
	padding: 9px 10px !important;
}

.rs-commerce-header__account .elementor-button:hover,
.rs-commerce-header__account .elementor-button:focus-visible,
.rs-commerce-header__menu .elementor-menu-toggle:hover,
.rs-commerce-header__menu .elementor-menu-toggle:focus-visible {
	background: rgba(255, 255, 255, 0.14) !important;
	color: #fff !important;
	outline: 0;
	box-shadow: none !important;
	transform: translateY(-1px);
}

.rs-commerce-header__account .elementor-button-content-wrapper {
	gap: 7px;
}

.rs-commerce-header__account .elementor-button-icon {
	display: grid;
	width: 20px;
	height: 20px;
	margin: 0 !important;
	place-items: center;
	line-height: 0;
}

.rs-commerce-header__account .elementor-button-icon svg {
	display: block;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
}

.rs-commerce-header__favorites .elementor-shortcode {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rs-commerce-header__cart .elementor-menu-cart__toggle .elementor-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	min-width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 8px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: 0 !important;
	transition: background-color 160ms ease, transform 160ms ease !important;
}

.rs-commerce-header__language .elementor-nav-menu a {
	width: 42px;
	min-height: 42px;
	padding-inline: 8px !important;
	border-radius: 12px;
}

.rs-commerce-header__language .elementor-nav-menu,
.rs-commerce-header__language .elementor-nav-menu > li {
	width: 100%;
	min-width: 0;
}

.rs-commerce-header__language .elementor-nav-menu a {
	justify-content: center;
}

.rs-commerce-header__favorites,
.rs-commerce-header__cart,
.rs-commerce-header__language {
	width: 42px !important;
	max-width: 42px !important;
	flex: 0 0 42px !important;
	--container-widget-width: 42px !important;
	--container-widget-flex-grow: 0 !important;
}

.rs-commerce-header__favorites .rs-header-favorites,
.rs-commerce-header__language .elementor-nav-menu a {
	box-sizing: border-box;
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 0 !important;
}

.rs-commerce-header__menu .elementor-nav-menu--main > .elementor-nav-menu {
	flex-wrap: nowrap !important;
}

.rs-commerce-header__menu .elementor-nav-menu--main a {
	white-space: nowrap;
}

@media (min-width: 1281px) {
	.rs-commerce-header {
		display: grid !important;
		grid-template-columns: auto minmax(0, 1fr) auto 42px 42px 42px;
		column-gap: 4px !important;
	}

	.rs-commerce-header__menu {
		justify-self: center;
	}

	.rs-commerce-header__logo {
		width: 68px !important;
		max-width: 68px !important;
		flex: 0 0 68px !important;
		justify-self: start;
		--container-widget-width: 68px !important;
		--container-widget-flex-grow: 0 !important;
	}

	.rs-commerce-header__logo a,
	.rs-commerce-header__logo img {
		display: block;
		width: 68px !important;
		height: 68px !important;
	}

	.rs-commerce-header__account {
		margin-left: 10px !important;
	}

	.rs-commerce-header__menu .elementor-menu-toggle {
		display: none !important;
	}
}

.rs-header-favorites:hover,
.rs-header-favorites:focus-visible {
	background: rgba(255, 255, 255, 0.15);
	color: #fff !important;
	outline: 0;
	box-shadow: none !important;
	transform: translateY(-1px);
}

.rs-commerce-header__cart .elementor-menu-cart__toggle .elementor-button:hover,
.rs-commerce-header__cart .elementor-menu-cart__toggle .elementor-button:focus,
.rs-commerce-header__cart .elementor-menu-cart__toggle .elementor-button:focus-visible {
	border: 0 !important;
	background: rgba(255, 255, 255, 0.14) !important;
	box-shadow: none !important;
	outline: 0 !important;
	transform: translateY(-1px);
}

.rs-header-favorites svg {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
}

.rs-header-favorites__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.rs-header-favorites__count {
	position: absolute;
	top: 1px;
	right: 0;
	display: grid;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	place-items: center;
	border: 2px solid #d1bfa3;
	border-radius: 99px;
	background: var(--rs-commerce-accent);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
}

.rs-header-favorites__count.is-empty {
	display: none;
}

.rs-store-wishlist {
	position: absolute;
	z-index: 4;
	top: 14px;
	right: 62px;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0 !important;
	place-items: center;
	border: 1px solid rgba(55, 81, 37, 0.12) !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: 0 8px 22px rgba(55, 81, 37, 0.08) !important;
	color: var(--rs-commerce-green) !important;
	cursor: pointer;
	text-decoration: none !important;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.rs-store-wishlist:hover,
.rs-store-wishlist:focus-visible,
.rs-store-wishlist.is-saved {
	background: var(--rs-commerce-green) !important;
	color: #fff !important;
	outline: none;
	transform: translateY(-1px);
}

.rs-store-wishlist svg {
	width: 20px;
	height: 20px;
}

.rs-store-wishlist.is-saved svg path {
	fill: currentColor;
}

.rs-store-root .rs-product-card .rs-quick-view-btn,
.rs-store-root .rs-product-card .rs-store-wishlist {
	box-sizing: border-box;
	top: 14px !important;
	display: grid !important;
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
	place-items: center;
	border-radius: 50% !important;
}

.rs-store-root .rs-product-card .rs-quick-view-btn {
	right: 14px !important;
	opacity: 1 !important;
	transform: none !important;
}

.rs-store-root .rs-product-card .rs-quick-view-btn:hover,
.rs-store-root .rs-product-card .rs-quick-view-btn:focus-visible {
	transform: translateY(-1px) !important;
}

.rs-store-root .rs-product-card .rs-store-wishlist {
	right: 64px !important;
}

.rs-store-root .rs-product-card .rs-quick-view-btn svg,
.rs-store-root .rs-product-card .rs-store-wishlist svg {
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
}

.rs-global-wishlist.is-loading {
	opacity: 0.58;
	pointer-events: none;
}

.rs-commerce-toast {
	position: fixed;
	z-index: 2147482500;
	right: 18px;
	bottom: max(18px, env(safe-area-inset-bottom));
	max-width: min(360px, calc(100vw - 36px));
	padding: 13px 17px;
	border: 1px solid rgba(55, 81, 37, 0.2);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(55, 81, 37, 0.18);
	color: var(--rs-commerce-green);
	font-size: 13px;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
	transform: translateY(9px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.rs-commerce-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.rs-commerce-toast.is-error {
	border-color: rgba(143, 59, 54, 0.22);
	color: #8f3b36;
}

.rs-commerce-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.rs-commerce-section-heading > div:first-child {
	min-width: 0;
}

.rs-commerce-section-heading span {
	color: var(--rs-commerce-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rs-commerce-section-heading h2 {
	margin: 4px 0 5px !important;
	color: var(--rs-commerce-green) !important;
	font-size: clamp(29px, 4vw, 42px) !important;
	line-height: 1 !important;
	letter-spacing: -0.045em;
}

.rs-commerce-section-heading p {
	margin: 0;
	color: #746d63;
	font-size: 13px;
}

.rs-commerce-primary,
.rs-commerce-secondary {
	box-sizing: border-box;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 17px !important;
	border-radius: 999px !important;
	font-size: 13px !important;
	font-weight: 750 !important;
	line-height: 1.15 !important;
	text-align: center;
	text-decoration: none !important;
}

.rs-commerce-primary {
	border: 1px solid var(--rs-commerce-green) !important;
	background: var(--rs-commerce-green) !important;
	color: #fff !important;
}

.rs-commerce-primary:hover,
.rs-commerce-primary:focus-visible {
	border-color: var(--rs-commerce-green-hover) !important;
	background: var(--rs-commerce-green-hover) !important;
	color: #fff !important;
}

.rs-commerce-secondary {
	border: 1px solid var(--rs-commerce-line) !important;
	background: var(--rs-commerce-cream) !important;
	color: var(--rs-commerce-green) !important;
}

.rs-commerce-secondary:hover,
.rs-commerce-secondary:focus-visible {
	border-color: rgba(55, 81, 37, 0.38) !important;
	background: #fff !important;
	color: var(--rs-commerce-green) !important;
}

.rs-wishlist-account__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.rs-wishlist-card {
	display: grid;
	grid-template-areas:
		"image body"
		"actions actions";
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 14px 17px;
	min-width: 0;
	padding: 14px;
	border: 1px solid var(--rs-commerce-line);
	border-radius: 20px;
	background: #fff;
}

.rs-wishlist-card__image {
	grid-area: image;
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 15px;
	background: var(--rs-commerce-cream);
}

.rs-wishlist-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rs-wishlist-card__body {
	grid-area: body;
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
}

.rs-wishlist-card h3 {
	margin: 0 0 7px !important;
	font-size: 17px !important;
	line-height: 1.22 !important;
}

.rs-wishlist-card h3 a {
	color: var(--rs-commerce-green) !important;
}

.rs-wishlist-card__price {
	margin-bottom: 13px;
	color: var(--rs-commerce-brown);
	font-size: 15px;
	font-weight: 750;
}

.rs-wishlist-card__actions {
	grid-area: actions;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px 44px;
	align-items: center;
	gap: 8px;
}

.rs-wishlist-card__cart {
	gap: 8px;
	min-width: 0;
	white-space: nowrap;
}

.rs-wishlist-card__cart svg,
.rs-wishlist-card__view svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.rs-wishlist-card__view {
	box-sizing: border-box;
	display: inline-grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--rs-commerce-line);
	border-radius: 999px;
	background: var(--rs-commerce-cream);
	color: var(--rs-commerce-green) !important;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.rs-wishlist-card__view:hover,
.rs-wishlist-card__view:focus-visible {
	border-color: rgba(55, 81, 37, 0.38);
	background: #fff;
	color: var(--rs-commerce-green-hover) !important;
	outline: 2px solid rgba(55, 81, 37, 0.24);
	outline-offset: 2px;
	transform: translateY(-1px);
}

.rs-wishlist-card__view span,
.rs-wishlist-card__actions .rs-commerce-remove span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

body.woocommerce-account .rs-wishlist-card .rs-commerce-remove.rs-global-wishlist.is-saved {
	box-sizing: border-box;
	display: inline-grid !important;
	width: 44px !important;
	height: 44px !important;
	align-items: center;
	justify-content: center;
	min-width: 44px !important;
	min-height: 44px !important;
	padding: 0 !important;
	border: 1px solid rgba(143, 59, 54, 0.28) !important;
	border-radius: 999px !important;
	background: #fff8f6 !important;
	background-color: #fff8f6 !important;
	box-shadow: none !important;
	color: #8f3b36 !important;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: 700 !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.woocommerce-account .rs-wishlist-card .rs-commerce-remove.rs-global-wishlist.is-saved:hover,
body.woocommerce-account .rs-wishlist-card .rs-commerce-remove.rs-global-wishlist.is-saved:focus-visible {
	border-color: #8f3b36 !important;
	background: #8f3b36 !important;
	background-color: #8f3b36 !important;
	color: #fff !important;
	outline: 2px solid rgba(143, 59, 54, 0.2);
	outline-offset: 2px;
	transform: translateY(-1px);
}

body.woocommerce-account .rs-wishlist-card .rs-commerce-remove.rs-global-wishlist.is-saved svg {
	width: 19px !important;
	height: 19px !important;
	margin: 0 !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.woocommerce-account .rs-wishlist-card .rs-commerce-remove.rs-global-wishlist.is-saved svg path {
	fill: none !important;
	stroke: currentColor !important;
}

/*
 * Elementor menu cart: keep its WooCommerce fragments and actions, but present
 * them as a calm, touch-friendly drawer instead of a cramped floating box.
 */
.rs-commerce-header__cart .elementor-menu-cart__container {
	position: fixed !important;
	z-index: 2147482000 !important;
	inset: 0 !important;
	width: 100vw !important;
	height: 100dvh !important;
	padding: 0 !important;
	align-items: stretch !important;
	justify-content: flex-end !important;
	background: rgba(29, 38, 22, 0.34) !important;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	transform: none !important;
}

.rs-commerce-header__cart .elementor-menu-cart__container[aria-hidden="true"] {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.rs-commerce-header__cart .elementor-menu-cart__container[aria-hidden="true"] .elementor-menu-cart__main {
	pointer-events: none !important;
}

.rs-commerce-header__cart .elementor-menu-cart__container[aria-hidden="false"] {
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

.rs-commerce-header__cart .elementor-menu-cart__main {
	box-sizing: border-box !important;
	position: fixed !important;
	inset: 0 0 0 auto !important;
	display: flex !important;
	width: min(410px, 100vw) !important;
	height: 100dvh !important;
	max-height: 100dvh !important;
	margin: 0 !important;
	padding: 72px 20px max(18px, env(safe-area-inset-bottom)) !important;
	flex-direction: column;
	border: 0 !important;
	border-radius: 24px 0 0 24px !important;
	background: #fff !important;
	box-shadow: -18px 0 54px rgba(33, 47, 24, 0.18) !important;
	color: var(--rs-commerce-green);
	overflow: hidden;
	transform: none !important;
}

.rs-commerce-header__cart .elementor-menu-cart__main::before {
	position: absolute;
	top: 25px;
	left: 24px;
	content: "Tu carrito";
	color: var(--rs-commerce-green);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1;
}

.rs-commerce-header__cart .elementor-menu-cart__close-button {
	box-sizing: border-box !important;
	position: absolute !important;
	z-index: 2;
	top: 15px !important;
	right: 16px !important;
	display: grid !important;
	width: 44px !important;
	height: 44px !important;
	padding: 0 !important;
	place-items: center;
	border: 1px solid var(--rs-commerce-line);
	border-radius: 999px;
	background: #fff !important;
	color: var(--rs-commerce-green) !important;
	cursor: pointer;
	overflow: hidden;
}

.rs-commerce-header__cart .elementor-menu-cart__close-button::before,
.rs-commerce-header__cart .elementor-menu-cart__close-button::after {
	position: absolute !important;
	top: calc(50% - 0.75px) !important;
	left: 12px !important;
	width: 18px !important;
	height: 1.5px !important;
	margin: 0 !important;
	content: "" !important;
	background: currentColor !important;
	transform-origin: center !important;
}

.rs-commerce-header__cart .elementor-menu-cart__close-button::before {
	transform: rotate(45deg) !important;
}

.rs-commerce-header__cart .elementor-menu-cart__close-button::after {
	transform: rotate(-45deg) !important;
}

.rs-commerce-header__cart .elementor-menu-cart__close-button:hover,
.rs-commerce-header__cart .elementor-menu-cart__close-button:focus-visible {
	border-color: var(--rs-commerce-green) !important;
	background: var(--rs-commerce-cream) !important;
	outline: none !important;
}

.rs-commerce-header__cart .widget_shopping_cart_content {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
}

.rs-commerce-header__cart .elementor-menu-cart__products {
	min-height: 0;
	max-height: none !important;
	padding: 0 6px 4px 0;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-color: rgba(55, 81, 37, 0.35) transparent;
	scrollbar-width: thin;
}

.rs-commerce-header__cart .elementor-menu-cart__product {
	position: relative;
	display: grid !important;
	grid-template-columns: 72px minmax(0, 1fr) 42px !important;
	grid-template-rows: auto auto !important;
	gap: 5px 14px !important;
	min-height: 96px;
	padding: 12px 0 !important;
	border-bottom: 1px solid var(--rs-commerce-line) !important;
}

.rs-commerce-header__cart .elementor-menu-cart__product-image {
	grid-column: 1 !important;
	grid-row: 1 / 3 !important;
	width: 72px !important;
	height: 72px !important;
}

.rs-commerce-header__cart .elementor-menu-cart__product-image img {
	width: 72px !important;
	height: 72px !important;
	border: 1px solid rgba(55, 81, 37, 0.08);
	border-radius: 14px;
	object-fit: cover;
}

.rs-commerce-header__cart .elementor-menu-cart__product-name {
	grid-column: 2 !important;
	grid-row: 1 !important;
	align-self: end;
	padding: 0 !important;
}

.rs-commerce-header__cart .elementor-menu-cart__product-name a {
	color: var(--rs-commerce-green) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
}

.rs-commerce-header__cart .elementor-menu-cart__product-price {
	grid-column: 2 !important;
	grid-row: 2 !important;
	align-self: start;
	padding: 0 !important;
	color: #827568 !important;
	font-size: 13px !important;
}

.rs-commerce-header__cart .elementor-menu-cart__product-remove {
	grid-column: 3 !important;
	grid-row: 1 / 3 !important;
	align-self: center;
	justify-self: end;
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
}

.rs-commerce-header__cart .elementor-menu-cart__product-remove a {
	top: 0 !important;
	right: 0 !important;
	display: grid !important;
	width: 42px !important;
	height: 42px !important;
	place-items: center;
	border: 1px solid rgba(143, 59, 54, 0.22) !important;
	border-radius: 999px !important;
	background: #fff8f6 !important;
	color: #8f3b36 !important;
}

.rs-commerce-header__cart .elementor-menu-cart__product-remove a + a {
	display: none !important;
}

.rs-commerce-header__cart .elementor-menu-cart__subtotal {
	display: flex;
	margin: 14px 0 12px !important;
	padding: 15px 0 0 !important;
	justify-content: space-between;
	border-top: 0 !important;
	color: var(--rs-commerce-brown);
	font-size: 15px;
}

.rs-commerce-header__cart .elementor-menu-cart__subtotal .amount {
	color: var(--rs-commerce-green);
	font-size: 17px;
	font-weight: 800;
}

.rs-commerce-header__cart .elementor-menu-cart__footer-buttons {
	display: grid !important;
	grid-template-columns: 1fr 1.25fr !important;
	gap: 10px !important;
	padding: 0 !important;
}

.rs-commerce-header__cart .elementor-menu-cart__footer-buttons .elementor-button {
	display: inline-flex;
	min-height: 50px;
	padding: 12px 14px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--rs-commerce-green) !important;
	border-radius: 999px !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.15;
	text-align: center;
}

.rs-commerce-header__cart .elementor-button--view-cart {
	background: #fff !important;
	color: var(--rs-commerce-green) !important;
}

.rs-commerce-header__cart .elementor-button--checkout {
	background: var(--rs-commerce-green) !important;
	color: #fff !important;
}

.rs-commerce-header__cart .woocommerce-mini-cart__empty-message {
	margin: auto 0;
	padding: 36px 20px;
	border: 1px dashed var(--rs-commerce-line);
	border-radius: 18px;
	background: var(--rs-commerce-cream);
	color: var(--rs-commerce-brown);
	text-align: center;
}

/* Global wishlist off-canvas: fast access without leaving the current page. */
body.rs-wishlist-drawer-open {
	overflow: hidden;
}

.rs-wishlist-drawer {
	position: fixed;
	z-index: 2147483000;
	inset: 0;
	display: flex;
	justify-content: flex-end;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.rs-wishlist-drawer[aria-hidden="true"] {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.rs-wishlist-drawer:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.rs-wishlist-drawer__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: rgba(29, 38, 22, 0.36) !important;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	cursor: default;
}

.rs-wishlist-drawer__panel {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	display: flex;
	width: min(430px, 100vw);
	height: 100dvh;
	padding: 24px 22px max(20px, env(safe-area-inset-bottom));
	flex-direction: column;
	border-radius: 24px 0 0 24px;
	background: #fff;
	box-shadow: -18px 0 54px rgba(33, 47, 24, 0.2);
	color: var(--rs-commerce-green);
	transform: translateX(0);
	transition: transform 260ms cubic-bezier(.22, .8, .3, 1);
}

.rs-wishlist-drawer[aria-hidden="true"] .rs-wishlist-drawer__panel {
	transform: translateX(102%);
}

.rs-wishlist-drawer:target .rs-wishlist-drawer__panel {
	transform: translateX(0);
}

.rs-wishlist-drawer__header {
	display: flex;
	min-height: 54px;
	margin-bottom: 16px;
	padding-bottom: 15px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 1px solid var(--rs-commerce-line);
}

.rs-wishlist-drawer__header span {
	display: block;
	margin-bottom: 3px;
	color: var(--rs-commerce-accent);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rs-wishlist-drawer__header h2 {
	margin: 0 !important;
	color: var(--rs-commerce-green);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1;
}

.rs-wishlist-drawer__close {
	display: grid !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	padding: 0 !important;
	place-items: center;
	border: 1px solid var(--rs-commerce-line) !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: var(--rs-commerce-green) !important;
	cursor: pointer;
}

.rs-wishlist-drawer__close:hover,
.rs-wishlist-drawer__close:focus-visible {
	border-color: var(--rs-commerce-green) !important;
	background: var(--rs-commerce-cream) !important;
	outline: none;
}

.rs-wishlist-drawer__close svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.rs-wishlist-drawer__content {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
}

.rs-wishlist-drawer__list {
	min-height: 0;
	padding-right: 4px;
	flex: 1;
	overflow-y: auto;
	scrollbar-color: rgba(55, 81, 37, .34) transparent;
	scrollbar-width: thin;
}

.rs-wishlist-drawer__item {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 13px;
	padding: 13px 0;
	border-bottom: 1px solid var(--rs-commerce-line);
}

.rs-wishlist-drawer__image,
.rs-wishlist-drawer__image img {
	display: block;
	width: 78px;
	height: 78px;
}

.rs-wishlist-drawer__image img {
	border: 1px solid rgba(55, 81, 37, .09);
	border-radius: 15px;
	object-fit: cover;
}

.rs-wishlist-drawer__copy {
	min-width: 0;
}

.rs-wishlist-drawer__copy h3 {
	margin: 1px 0 4px !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.3 !important;
}

.rs-wishlist-drawer__copy h3 a {
	color: var(--rs-commerce-green) !important;
	text-decoration: none !important;
}

.rs-wishlist-drawer__price {
	margin-bottom: 9px;
	color: var(--rs-commerce-brown);
	font-size: 13px;
}

.rs-wishlist-drawer__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.rs-wishlist-drawer__cart,
.rs-wishlist-drawer__view,
.rs-wishlist-drawer__remove {
	min-height: 34px !important;
	margin: 0 !important;
	padding: 7px 11px !important;
	border-radius: 999px !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.rs-wishlist-drawer__cart,
.rs-wishlist-drawer__view {
	border: 1px solid var(--rs-commerce-green) !important;
	background: var(--rs-commerce-green) !important;
	color: #fff !important;
}

.rs-wishlist-drawer__remove {
	border: 1px solid rgba(143, 59, 54, .22) !important;
	background: #fff8f6 !important;
	color: #8f3b36 !important;
}

.rs-wishlist-drawer__cart.is-loading,
.rs-wishlist-drawer__remove.is-loading,
.rs-btn-comprar.is-loading,
.rs-wishlist-card__cart.is-loading {
	opacity: .58 !important;
	pointer-events: none !important;
}

.rs-wishlist-drawer__account-link {
	display: inline-flex;
	min-height: 48px;
	margin-top: 14px;
	padding: 11px 18px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--rs-commerce-green);
	border-radius: 999px;
	color: var(--rs-commerce-green) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.rs-wishlist-drawer__empty {
	display: grid;
	min-height: 300px;
	margin: auto 0;
	padding: 32px 24px;
	place-items: center;
	align-content: center;
	border: 1px dashed var(--rs-commerce-line);
	border-radius: 20px;
	background: linear-gradient(145deg, #fff, var(--rs-commerce-cream));
	text-align: center;
}

.rs-wishlist-drawer__empty > svg {
	width: 42px;
	height: 42px;
	margin-bottom: 13px;
	color: var(--rs-commerce-accent);
}

.rs-wishlist-drawer__empty h3 {
	margin: 0 0 6px !important;
	color: var(--rs-commerce-green);
	font-size: 20px;
}

.rs-wishlist-drawer__empty p {
	max-width: 290px;
	margin: 0 0 18px;
	color: #746d63;
	font-size: 14px;
	line-height: 1.55;
}

/* Contextual processing feedback: never blocks the full page. */
.rs-request-loader {
	position: fixed;
	z-index: 2147483600;
	right: 18px;
	bottom: max(18px, env(safe-area-inset-bottom));
	display: flex;
	max-width: min(310px, calc(100vw - 36px));
	padding: 9px 14px 9px 9px;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(55, 81, 37, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 16px 42px rgba(33, 47, 24, .2);
	color: var(--rs-commerce-green);
	font-size: 12px;
	font-weight: 750;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.rs-request-loader[hidden] {
	display: none !important;
}

.rs-request-loader.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.rs-request-loader__icon {
	display: grid;
	width: 38px;
	height: 38px;
	min-width: 38px;
	place-items: center;
	border-radius: 50%;
	background: var(--rs-commerce-cream);
	overflow: hidden;
}

.rs-request-loader__icon img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
	animation: rs-request-logo 1.25s cubic-bezier(.55, .12, .45, .88) infinite;
}

.rs-cart-flight {
	position: fixed;
	z-index: 2147483650;
	width: 56px;
	height: 56px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(33, 47, 24, .25);
	object-fit: cover;
	pointer-events: none;
}

@keyframes rs-request-logo {
	0% { transform: rotate(0deg) scale(.92); }
	50% { transform: rotate(180deg) scale(1); }
	100% { transform: rotate(360deg) scale(.92); }
}

.rs-wishlist-empty {
	grid-column: 1 / -1;
	display: grid;
	min-height: 300px;
	padding: 38px;
	place-items: center;
	align-content: center;
	border: 1px dashed var(--rs-commerce-line);
	border-radius: 24px;
	background: linear-gradient(145deg, #fff, var(--rs-commerce-cream));
	text-align: center;
}

.rs-wishlist-empty > svg {
	width: 44px;
	height: 44px;
	margin-bottom: 13px;
	color: var(--rs-commerce-accent);
}

.rs-wishlist-empty h3 {
	margin: 0 0 5px !important;
}

.rs-wishlist-empty p {
	margin: 0 0 18px;
	color: #746d63;
}

.rs-distributors {
	container-name: rs-distributors;
	container-type: inline-size;
	display: grid;
	gap: 18px;
	min-width: 0;
	width: 100%;
}

.rs-distributors__heading {
	align-items: flex-start;
	margin-bottom: 0;
}

.rs-distributors__header-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.rs-distributors__notice {
	padding: 13px 15px;
	border: 1px solid rgba(115, 151, 61, 0.28);
	border-radius: 14px;
	background: #f7faf3;
	color: var(--rs-commerce-green);
	font-size: 13px;
}

.rs-distributors__notice.is-error {
	border-color: rgba(143, 59, 54, 0.24);
	background: #fff8f6;
	color: #8f3b36;
}

.rs-distributors__summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.rs-distributors__summary > span,
.rs-distributors__summary > a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 14px 16px;
	border: 1px solid var(--rs-commerce-line);
	border-radius: 17px;
	background: linear-gradient(135deg, #fff, var(--rs-commerce-cream));
	color: var(--rs-commerce-brown) !important;
	font-size: 12px;
	text-decoration: none !important;
}

.rs-distributors__summary strong {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 13px;
	background: #fff;
	color: var(--rs-commerce-green);
	font-size: 16px;
}

.rs-distributors__section {
	min-width: 0;
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--rs-commerce-line);
	border-radius: 23px;
	background: #fff;
}

.rs-distributors__pending {
	background:
		radial-gradient(circle at 95% 0, rgba(115, 151, 61, 0.09), transparent 32%),
		#fff;
}

.rs-distributors__section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--rs-commerce-line);
}

.rs-distributors__section-heading span {
	color: var(--rs-commerce-accent);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rs-distributors__section-heading h3 {
	margin: 3px 0 0 !important;
	color: var(--rs-commerce-green) !important;
	font-size: clamp(20px, 3vw, 27px) !important;
	line-height: 1.1;
}

.rs-distributors__section-heading > b {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	background: var(--rs-commerce-cream);
	color: var(--rs-commerce-green);
	font-size: 13px;
}

.rs-distributors__filters {
	display: grid;
	grid-template-columns: minmax(180px, 1.3fr) minmax(160px, 0.9fr) auto auto;
	align-items: end;
	gap: 10px;
	margin-bottom: 17px;
	padding: 14px;
	border: 1px solid var(--rs-commerce-line);
	border-radius: 18px;
	background: var(--rs-commerce-cream);
}

.rs-distributors__filters label > span,
.rs-distributor-request__actions label > span {
	display: block;
	margin: 0 0 6px;
	color: var(--rs-commerce-brown);
	font-size: 11px;
	font-weight: 750;
}

.rs-distributors__filters input,
.rs-distributors__filters select,
.rs-distributor-request__actions select,
.rs-distributor-card__group select {
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 12px !important;
	border: 1px solid var(--rs-commerce-line) !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--rs-commerce-brown) !important;
	font-size: 13px !important;
}

.rs-distributors__clear {
	align-self: center;
	padding: 10px 4px;
	color: var(--rs-commerce-brown) !important;
	font-size: 12px;
	font-weight: 750;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.rs-distributors__list,
.rs-distributors__pending-list {
	display: grid;
	gap: 10px;
}

.rs-distributor-card {
	display: grid;
	grid-template-columns: auto minmax(150px, 1fr) auto minmax(260px, auto) auto;
	align-items: center;
	gap: 14px;
	padding: 14px;
	border: 1px solid var(--rs-commerce-line);
	border-radius: 18px;
	background: #fdfcf9;
}

.rs-distributor-card__avatar img {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	object-fit: cover;
}

.rs-distributor-card__identity {
	min-width: 0;
}

.rs-distributor-card__identity h4 {
	margin: 0 0 2px !important;
	color: var(--rs-commerce-green) !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
}

.rs-distributor-card__identity > strong {
	display: block;
	overflow: hidden;
	color: var(--rs-commerce-brown);
	font-size: 12px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rs-distributor-card__identity p {
	margin: 0;
	overflow: hidden;
	color: #746d63;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rs-distributor-card__group {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.rs-commerce-chip,
.rs-commerce-status {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 750;
	white-space: nowrap;
}

.rs-commerce-chip {
	background: var(--rs-commerce-cream);
	color: var(--rs-commerce-brown);
}

.rs-commerce-status.is-active {
	background: rgba(115, 151, 61, 0.13);
	color: var(--rs-commerce-green);
}

.rs-commerce-status.is-pending {
	background: #fbf0dd;
	color: #8a5a1f;
}

.rs-distributor-card__edit {
	padding: 8px 4px;
	color: var(--rs-commerce-green) !important;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none !important;
	white-space: nowrap;
}

.rs-commerce-action {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 9px 14px !important;
	border: 1px solid var(--rs-commerce-line) !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--rs-commerce-green) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	cursor: pointer;
}

.rs-commerce-action.is-approve {
	border-color: rgba(55, 81, 37, 0.28) !important;
	background: #f4f8ef !important;
}

.rs-commerce-action.is-danger {
	border-color: rgba(143, 59, 54, 0.22) !important;
	background: #fff8f6 !important;
	color: #8f3b36 !important;
}

.rs-commerce-action:disabled {
	cursor: wait;
	opacity: 0.55;
}

.rs-distributor-request {
	display: grid;
	grid-template-columns: auto minmax(150px, 0.8fr) minmax(220px, 1.2fr) minmax(260px, 1fr);
	align-items: start;
	gap: 14px;
	min-width: 0;
	padding: 15px;
	border: 1px solid #ecd9bd;
	border-radius: 18px;
	background: #fffdf9;
}

.rs-distributor-request__review {
	min-width: 0;
	border: 1px solid var(--rs-commerce-line);
	border-radius: 13px;
	background: #fff;
}

.rs-distributor-request__review summary {
	padding: 12px 13px;
	color: var(--rs-commerce-green);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.rs-distributor-request__review dl {
	display: grid;
	gap: 0;
	max-height: 280px;
	margin: 0;
	padding: 0 13px 8px;
	overflow: auto;
}

.rs-distributor-request__review dl > div {
	display: grid;
	grid-template-columns: minmax(90px, 0.8fr) minmax(0, 1.2fr);
	gap: 10px;
	padding: 8px 0;
	border-top: 1px solid var(--rs-commerce-line);
}

.rs-distributor-request__review dt,
.rs-distributor-request__review dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
	font-size: 11px;
}

.rs-distributor-request__review dt {
	color: var(--rs-commerce-brown);
	font-weight: 750;
}

.rs-distributor-request__review dd {
	color: #746d63;
}

.rs-distributor-request__review > p,
.rs-distributor-request__review > a {
	display: block;
	margin: 0;
	padding: 8px 13px 12px;
	font-size: 11px;
}

.rs-distributor-request__actions {
	display: grid;
	gap: 10px;
	margin: 0;
}

.rs-distributor-request__actions > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.rs-distributors__empty {
	display: grid;
	min-height: 130px;
	place-content: center;
	padding: 24px;
	border: 1px dashed var(--rs-commerce-line);
	border-radius: 17px;
	background: var(--rs-commerce-cream);
	color: var(--rs-commerce-brown);
	text-align: center;
}

.rs-distributors__empty p {
	margin: 4px 0 0;
	color: #746d63;
	font-size: 12px;
}

.rs-distributors .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
}

@container rs-distributors (max-width: 860px) {
	.rs-distributor-request {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.rs-distributor-request__review,
	.rs-distributor-request__actions {
		grid-column: 1 / -1;
	}

	.rs-distributor-card {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.rs-distributor-card__group {
		grid-column: 1 / -1;
	}

	.rs-distributors__filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@container rs-distributors (max-width: 560px) {
	.rs-distributors__heading {
		align-items: stretch;
		flex-direction: column;
	}

	.rs-distributors__header-actions > * {
		flex: 1 1 auto;
	}

	.rs-distributors__summary,
	.rs-distributors__filters {
		grid-template-columns: 1fr;
	}

	.rs-distributors__section {
		padding: 16px 13px;
		border-radius: 19px;
	}

	.rs-distributor-card,
	.rs-distributor-request {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.rs-distributor-card > .rs-commerce-status {
		justify-self: start;
	}

	.rs-distributor-card__group,
	.rs-distributor-card__edit,
	.rs-distributor-request__review,
	.rs-distributor-request__actions {
		grid-column: 1 / -1;
	}

	.rs-distributor-card__group {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.rs-distributor-request__review dl > div {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}

.woocommerce-MyAccount-navigation-link--favoritos a::before,
.woocommerce-MyAccount-navigation-link--distribuidores a::before {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	flex: 0 0 20px !important;
	content: "" !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.woocommerce-MyAccount-navigation-link--favoritos a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e5743' stroke-width='1.8'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1.1-1.1a5.5 5.5 0 0 0-7.8 7.8l1.1 1.1L12 21l7.8-7.5 1.1-1.1a5.5 5.5 0 0 0-.1-7.8Z'/%3E%3C/svg%3E") !important;
}

.woocommerce-MyAccount-navigation-link--distribuidores a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e5743' stroke-width='1.8'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 20a6 6 0 0 1 12 0'/%3E%3Ccircle cx='17' cy='9' r='2'/%3E%3Cpath d='M15 14a5 5 0 0 1 6 5'/%3E%3C/svg%3E") !important;
}

.woocommerce-MyAccount-navigation-link--favoritos.is-active a::before,
.woocommerce-MyAccount-navigation-link--distribuidores.is-active a::before {
	filter: brightness(0) invert(1);
}

@media (max-width: 1280px) {
	.rs-commerce-header {
		min-height: 76px;
		justify-content: flex-start !important;
	}

	.rs-commerce-header__logo {
		order: 1;
	}

	.rs-commerce-header__logo img {
		height: 60px !important;
		max-height: 60px;
	}

	.rs-commerce-header > .rs-commerce-header__menu {
		order: 2;
		width: 42px !important;
		max-width: 42px !important;
		flex: 0 0 42px !important;
		margin-left: auto !important;
		--container-widget-width: 42px !important;
		--container-widget-flex-grow: 0 !important;
	}

	.rs-commerce-header__account {
		order: 3;
	}

	.rs-commerce-header__favorites {
		order: 4;
	}

	.rs-commerce-header__cart {
		order: 5;
	}

	.rs-commerce-header__language {
		order: 6;
	}

	.rs-commerce-header__menu .elementor-nav-menu--main {
		display: none !important;
	}

	.rs-commerce-header__menu .elementor-menu-toggle {
		display: flex !important;
	}

	.rs-commerce-header__menu > .elementor-nav-menu--dropdown {
		display: block !important;
	}

	.rs-commerce-header__menu .elementor-nav-menu--dropdown {
		top: calc(100% + 7px) !important;
		right: 0 !important;
		left: auto !important;
		width: min(430px, calc(100vw - 20px)) !important;
		max-height: calc(100vh - 86px);
		overflow-y: auto;
		border: 1px solid rgba(86, 61, 35, 0.14);
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.98) !important;
		box-shadow: 0 20px 55px rgba(55, 81, 37, 0.18);
	}

	.rs-commerce-header__menu .elementor-nav-menu--dropdown a {
		min-height: 52px;
		border-radius: 12px;
		color: var(--rs-commerce-green) !important;
		font-size: 16px !important;
		font-weight: 700 !important;
	}

	.rs-commerce-header__menu .elementor-nav-menu--dropdown a:hover,
	.rs-commerce-header__menu .elementor-nav-menu--dropdown a:focus-visible,
	.rs-commerce-header__menu .elementor-nav-menu--dropdown a.elementor-item-active {
		background: var(--rs-commerce-cream) !important;
		color: var(--rs-commerce-green-hover) !important;
	}

	.rs-commerce-header__language .elementor-nav-menu a {
		padding-inline: 0 !important;
	}
}

/* Keep the full desktop navigation on laptops. The six compact links fit from
 * 993px without horizontal overflow; only smaller tablet/mobile widths use the
 * drawer. This overrides Elementor's tablet dropdown and the legacy 1280px
 * project breakpoint. */
@media (min-width: 993px) and (max-width: 1280px) {
	.rs-commerce-header {
		display: grid !important;
		grid-template-columns: 60px minmax(0, 1fr) 42px 42px 42px 42px;
		column-gap: 3px !important;
		justify-content: initial !important;
	}

	.rs-commerce-header__logo {
		order: initial !important;
		width: 60px !important;
		max-width: 60px !important;
		flex: 0 0 60px !important;
		justify-self: start !important;
		--container-widget-width: 60px !important;
		--container-widget-flex-grow: 0 !important;
	}

	.rs-commerce-header > .rs-commerce-header__menu {
		order: initial !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		margin-left: 0 !important;
		flex: initial !important;
		justify-self: center !important;
		--container-widget-width: auto !important;
		--container-widget-flex-grow: 0 !important;
	}

	.rs-commerce-header__account,
	.rs-commerce-header__favorites,
	.rs-commerce-header__cart,
	.rs-commerce-header__language {
		order: initial !important;
		width: 42px !important;
		max-width: 42px !important;
	}

	.rs-commerce-header__account {
		margin-left: 0 !important;
	}

	.rs-commerce-header__account .elementor-button-text {
		display: none !important;
	}

	body .rs-commerce-header__menu .elementor-nav-menu--main {
		display: flex !important;
	}

	body .rs-commerce-header__menu .elementor-menu-toggle,
	body .rs-commerce-header__menu > .elementor-nav-menu--dropdown {
		display: none !important;
	}

	.rs-commerce-header__menu .elementor-item {
		padding-inline: 5px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 768px) {
	.rs-store-root .rs-product-card .rs-quick-view-btn,
	.rs-store-root .rs-product-card .rs-store-wishlist {
		top: 12px !important;
		width: 38px !important;
		height: 38px !important;
	}

	.rs-store-root .rs-product-card .rs-quick-view-btn {
		right: 12px !important;
	}

	.rs-store-root .rs-product-card .rs-store-wishlist {
		right: 56px !important;
	}

	.rs-commerce-section-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.rs-wishlist-account__grid {
		grid-template-columns: 1fr;
	}

	.rs-distributors__header-actions {
		flex-wrap: wrap;
	}

	.rs-distributors__filters {
		grid-template-columns: 1fr;
	}

	.rs-distributor-card {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.rs-distributor-card__group,
	.rs-distributor-card__edit,
	.rs-distributor-request__review,
	.rs-distributor-request__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.rs-commerce-header {
		min-height: 68px;
	}

	.rs-commerce-header__logo img {
		height: 52px !important;
		max-height: 52px;
	}

	.rs-commerce-header__account {
		width: 42px !important;
		min-width: 42px !important;
		max-width: 42px !important;
		flex: 0 0 42px !important;
	}

	.rs-commerce-header__account .elementor-button,
	.rs-commerce-header__menu .elementor-menu-toggle,
	.rs-commerce-header__favorites .rs-header-favorites,
	.rs-commerce-header__cart .elementor-menu-cart__toggle .elementor-button {
		box-sizing: border-box !important;
		width: 42px !important;
		min-width: 42px !important;
		max-width: 42px !important;
		height: 42px !important;
		min-height: 42px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 14px !important;
		box-shadow: none !important;
		outline: 0 !important;
	}

	.rs-commerce-header__account .elementor-button-text {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.rs-commerce-header__account .elementor-button-icon {
		display: grid !important;
		width: 20px !important;
		height: 20px !important;
		margin: 0 !important;
		place-items: center;
		line-height: 0 !important;
	}

	.rs-commerce-header__account .elementor-button-icon svg {
		width: 20px !important;
		height: 20px !important;
		margin: 0 !important;
	}

	.rs-commerce-header__menu .elementor-nav-menu--dropdown {
		position: fixed !important;
		top: 74px !important;
		right: 10px !important;
		left: 10px !important;
		width: auto !important;
	}

	.rs-commerce-header__cart .elementor-menu-cart__main {
		inset: 64px 0 0 0 !important;
		width: 100vw !important;
		height: calc(100dvh - 64px) !important;
		max-height: calc(100dvh - 64px) !important;
		margin: 0 !important;
		padding: 70px 18px max(16px, env(safe-area-inset-bottom)) !important;
		border-radius: 24px 24px 0 0 !important;
		box-shadow: 0 -18px 54px rgba(33, 47, 24, 0.2) !important;
	}

	.rs-commerce-header__cart .elementor-menu-cart__main::before {
		top: 24px;
		left: 18px;
		font-size: 21px;
	}

	.rs-commerce-header__cart .elementor-menu-cart__close-button {
		top: 13px !important;
		right: 12px !important;
	}

	.rs-commerce-header__cart .elementor-menu-cart__product {
		grid-template-columns: 66px minmax(0, 1fr) 42px !important;
		gap: 5px 11px !important;
	}

	.rs-commerce-header__cart .elementor-menu-cart__product-image,
	.rs-commerce-header__cart .elementor-menu-cart__product-image img {
		width: 66px !important;
		height: 66px !important;
	}

	.rs-commerce-header__cart .elementor-menu-cart__footer-buttons {
		grid-template-columns: 1fr !important;
	}

	.rs-wishlist-drawer {
		align-items: flex-end;
	}

	.rs-wishlist-drawer__panel {
		width: 100vw;
		height: calc(100dvh - 64px);
		padding: 20px 18px max(16px, env(safe-area-inset-bottom));
		border-radius: 24px 24px 0 0;
		box-shadow: 0 -18px 54px rgba(33, 47, 24, .2);
		transform: translateY(0);
	}

	.rs-wishlist-drawer[aria-hidden="true"] .rs-wishlist-drawer__panel {
		transform: translateY(102%);
	}

	.rs-wishlist-drawer:target .rs-wishlist-drawer__panel {
		transform: translateY(0);
	}

	.rs-wishlist-drawer__item {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.rs-wishlist-drawer__image,
	.rs-wishlist-drawer__image img {
		width: 70px;
		height: 70px;
	}

	.rs-request-loader {
		right: 10px;
		bottom: max(10px, env(safe-area-inset-bottom));
		max-width: calc(100vw - 20px);
	}

	.rs-wishlist-card {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 12px;
	}

	.rs-wishlist-card__cart {
		padding-inline: 13px !important;
	}

	.rs-commerce-toast {
		right: 10px;
		bottom: 78px;
		max-width: calc(100vw - 20px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.rs-commerce-toast,
	.rs-store-wishlist,
	.rs-header-favorites,
	.rs-wishlist-drawer,
	.rs-wishlist-drawer__panel,
	.rs-request-loader {
		transition: none !important;
	}

	.rs-request-loader__icon img {
		animation: none !important;
	}
}

/* Accessibility baseline: keep the visual language while meeting WCAG AA. */
body.home main .elementor-button {
	border-color: #375125 !important;
	background-color: #375125 !important;
	color: #fff !important;
}

body.home main .elementor-button:hover,
body.home main .elementor-button:focus-visible {
	border-color: #263a19 !important;
	background-color: #263a19 !important;
	color: #fff !important;
}

body.home main h5.elementor-heading-title,
body.home main h6.elementor-heading-title,
body.home main .rs-product-title {
	color: #375125 !important;
}

body.home main .elementor-element-ca3517c .elementor-heading-title,
body.home main .elementor-element-2b4dbad .elementor-heading-title,
body.home main .elementor-element-f4b589b .elementor-heading-title,
body.home main .elementor-element-9a84327 .elementor-heading-title {
	color: #375125 !important;
}

#cookie-notice .cn-button {
	min-height: 44px !important;
	padding: 10px 14px !important;
	background-color: #375125 !important;
	color: #fff !important;
	font-weight: 700 !important;
}

footer .elementor-icon-list-item > a {
	display: inline-flex !important;
	min-height: 32px;
	align-items: center;
	padding-block: 5px;
}
