:root {
	--rds-pink: #e2187a;
	--rds-pink-dark: #c01068;
	--rds-sun: #f4c400;
	--rds-cream: #fff7ee;
	--rds-ink: #3b2a2c;
	--rds-muted: #6d5a5e;
	--rds-line: #ead9c8;
	--rds-ok: #2f7a4b;
	--rds-cyan: #6ec8e6;
}

.rds-tagline {
	margin: 2px 0 0;
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rds-pink);
	font-weight: 700;
	line-height: 1.2;
}
.page-home-moderna .entry-header,
.page-compra-por-mayor .entry-header,
.page-como-comprar .entry-header,
.page-quienes-somos .entry-header {
	display: none !important;
}

.rds-promo-bar {
	background: #3b2a2c;
	color: #fff;
	font-size: 14px;
}
.rds-promo-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	justify-content: center;
}
.rds-promo-bar a { color: var(--rds-sun); font-weight: 700; }
.rds-promo-mayor { margin-left: 6px; }
.rds-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--rds-sun);
	display: inline-block;
}

.rds-transfer-price {
	display: block;
	margin-top: 4px;
	color: var(--rds-ok);
	font-size: 0.92em;
	font-weight: 700;
	line-height: 1.3;
}
.rds-transfer-price em {
	font-style: normal;
	font-weight: 500;
	color: var(--rds-muted);
}

.rds-cart-note {
	background: var(--rds-cream);
	border: 1px solid var(--rds-line);
	padding: 14px 16px;
	margin: 0 0 18px;
	border-radius: 8px;
}
.rds-cart-note p { margin: 0 0 6px; }
.rds-cart-note p:last-child { margin: 0; }

.rds-page,
.rds-home2,
.rds-mayor {
	color: var(--rds-ink);
	max-width: 1120px;
	margin: 0 auto;
	padding: 10px 0 40px;
}
.rds-kicker {
	color: var(--rds-pink);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 8px;
}
.rds-lead { font-size: 1.15em; color: var(--rds-muted); }
.rds-btn {
	display: inline-block;
	padding: 12px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	border: 2px solid transparent;
	line-height: 1.2;
}
.rds-btn-primary {
	background: var(--rds-pink);
	color: #fff !important;
}
.rds-btn-primary:hover { background: var(--rds-pink-dark); color: #fff !important; }
.rds-btn-ghost {
	border-color: var(--rds-pink);
	color: var(--rds-pink) !important;
	background: transparent;
}
.rds-center { text-align: center; margin-top: 24px; }
.rds-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }

.rds-home2 { max-width: none; padding: 0; }
.rds-hero {
	background: var(--rds-cream);
	padding: 48px 20px 40px;
	text-align: center;
}
.rds-hero-logo { width: 280px; max-width: 70%; height: auto; }
.rds-hero-tag {
	margin: 8px 0 18px;
	font-size: 18px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--rds-pink);
	font-weight: 800;
}
.rds-hero h1,
.rds-section h2,
.rds-about-band h2,
.rds-mayor-cta h2 {
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
	margin: 0 0 12px;
}
.rds-hero-lead { max-width: 640px; margin: 0 auto; color: var(--rds-muted); font-size: 1.1em; }

.rds-offers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--rds-line);
	border-top: 1px solid var(--rds-line);
	border-bottom: 1px solid var(--rds-line);
}
.rds-offer {
	background: #fff;
	padding: 22px 18px;
	text-align: center;
}
.rds-offer strong { display: block; color: var(--rds-pink); font-size: 1.15em; margin-bottom: 4px; }

.rds-section { padding: 56px 20px; max-width: 1120px; margin: 0 auto; }
.rds-section-head { text-align: center; margin-bottom: 28px; }
.rds-products,
.rds-cats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.rds-card,
.rds-cat {
	background: #fff;
	border: 1px solid var(--rds-line);
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	display: block;
}
.rds-card-img,
.rds-cat img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	background: var(--rds-cream);
}
.rds-card-img img { width: 100%; height: auto; display: block; }
.rds-card h3 { font-size: 15px; margin: 12px 14px 6px; }
.rds-card .rds-price,
.rds-card .rds-transfer-price { margin: 0 14px; }
.rds-card .rds-transfer-price { margin-bottom: 14px; }
.rds-cat { position: relative; }
.rds-cat span {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 14px;
	background: linear-gradient(transparent, rgba(59,42,44,.78));
	color: #fff;
	font-weight: 700;
}
.rds-cats { grid-template-columns: repeat(3, 1fr); }

.rds-trust-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}
.rds-trust-item {
	text-align: center;
	padding: 8px 6px;
}
.rds-trust-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 10px;
	color: var(--rds-pink);
}
.rds-trust-icon svg { width: 52px; height: 52px; }
.rds-trust-item h3 { font-size: 15px; margin: 0 0 6px; }
.rds-trust-item p { margin: 0; color: var(--rds-muted); font-size: 13px; }
.rds-trust-footer { max-width: 1120px; margin: 30px auto; padding: 0 20px 40px; }

.rds-about-band,
.rds-mayor-cta {
	padding: 56px 20px;
	text-align: center;
}
.rds-about-band { background: var(--rds-cream); }
.rds-mayor-cta { background: #3b2a2c; color: #fff; }
.rds-mayor-cta .rds-kicker { color: var(--rds-sun); }
.rds-mayor-cta p { max-width: 640px; margin: 0 auto 18px; color: #ead9c8; }
.rds-about-band p { max-width: 680px; margin: 0 auto 16px; }

.rds-steps { list-style: none; padding: 0; }
.rds-steps li {
	background: #fff;
	border: 1px solid var(--rds-line);
	border-radius: 12px;
	padding: 18px 20px;
	margin: 0 0 14px;
}
.rds-box {
	border-top: 1px solid var(--rds-line);
	padding-top: 22px;
	margin-top: 28px;
}

.rds-mayor-hero { text-align: center; margin: 10px 0 28px; }
.rds-form-card {
	background: #fff;
	border: 1px solid var(--rds-line);
	border-radius: 14px;
	padding: 22px;
	margin-bottom: 22px;
}
.rds-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 16px;
}
.rds-form-grid label,
.rds-form-grid .rds-span-2 { display: flex; flex-direction: column; gap: 6px; font-weight: 600; font-size: 14px; }
.rds-span-2 { grid-column: 1 / -1; }
.rds-form-grid input,
.rds-form-grid select,
.rds-form-grid textarea,
.rds-filter,
.rds-qty {
	border: 1px solid var(--rds-line);
	border-radius: 8px;
	padding: 10px 12px;
	font: inherit;
	background: #fff;
}
.rds-form-grid input::placeholder,
.rds-form-grid textarea::placeholder,
.rds-filter::placeholder,
.rds-qty::placeholder {
	color: var(--rds-cyan);
	opacity: 1;
}
.rds-filter { width: 100%; margin: 8px 0 16px; }
.rds-table-wrap { overflow-x: auto; }
.rds-order-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.rds-order-table th,
.rds-order-table td { border-bottom: 1px solid var(--rds-line); padding: 10px 8px; vertical-align: middle; text-align: left; }
.rds-col-img { width: 64px; }
.rds-order-table img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; }
.rds-qty { width: 72px; }
.rds-totals {
	display: flex;
	justify-content: flex-end;
	gap: 24px;
	margin-top: 16px;
	font-size: 16px;
}
.rds-submit { margin-top: 8px; }
.rds-alert { padding: 14px 16px; border-radius: 8px; margin-bottom: 16px; }
.rds-ok { background: #e8f6ee; color: var(--rds-ok); }
.rds-error { background: #fdecef; color: #a31346; }
.rds-desc { max-width: 220px; font-size: 12px; color: var(--rds-muted); }

@media (max-width: 900px) {
	.rds-products,
	.rds-trust-grid { grid-template-columns: repeat(2, 1fr); }
	.rds-cats,
	.rds-offers,
	.rds-form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.rds-products { grid-template-columns: 1fr 1fr; }
	.rds-trust-grid { grid-template-columns: 1fr; }
}

/* Main navigation */
.site-header {
	border-bottom: 3px solid #f4c400;
}
.main-navigation {
	background-color: #aaf2db !important;
}
.main-navigation .main-nav > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}
.main-navigation .main-nav > ul > li {
	margin: 0;
}
.main-navigation .main-nav ul li a {
	border-radius: 999px !important;
	padding: 9px 16px !important;
	line-height: 1.2;
	color: #d31278 !important;
	background: transparent !important;
	border: 1px solid transparent;
	box-shadow: none;
	transition: background .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
.main-navigation .menu-bar-item:hover > a {
	background: #ffffff !important;
	color: #c01068 !important;
	border-color: rgba(226, 24, 122, .18);
	box-shadow: 0 8px 18px rgba(226, 24, 122, .16);
	transform: translateY(-1px);
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: #e2187a !important;
	color: #ffffff !important;
	border-color: #e2187a;
	box-shadow: 0 8px 18px rgba(226, 24, 122, .28);
}
.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a,
.main-navigation .main-nav ul li[class*="current-menu-"]:focus > a {
	background: #c01068 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}
.main-navigation .main-nav ul ul {
	background: #ffffff !important;
	border-radius: 14px;
	padding: 8px;
	box-shadow: 0 12px 28px rgba(59, 42, 44, .12);
}
.main-navigation .main-nav ul ul li a {
	border-radius: 10px !important;
}
.main-navigation .main-nav ul li a:has(img),
.main-navigation .main-nav ul li a:has(svg) {
	border-radius: 50% !important;
	padding: 8px !important;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a:has(img),
.main-navigation .main-nav ul li[class*="current-menu-"] > a:has(svg) {
	background: #ffffff !important;
}
button.menu-toggle,
button.menu-toggle:hover,
button.menu-toggle:focus {
	color: #e2187a !important;
	background: #ffffff !important;
	border-radius: 10px;
}
