/* Approved homepage body. Everything is scoped to the explicitly selected page. */
@font-face {
	font-family: "Merienda Criollo";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/merienda-500.woff2?ver=0.4.4") format("woff2");
}

body.criollo-shell-homepage .site-content > .ast-container,
body.criollo-shell-homepage .site-content .ast-container,
body.criollo-shell-homepage .site-content,
body.criollo-shell-homepage #primary,
body.criollo-shell-homepage .site-main,
body.criollo-shell-homepage .site-main > article,
body.criollo-shell-homepage .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.criollo-shell-homepage {
	overflow-x: clip;
}

body.criollo-shell-homepage .site-content > .ast-container {
	display: block !important;
	grid-template-columns: minmax(0, 1fr) !important;
}

body.criollo-shell-homepage #primary {
	float: none !important;
	flex: 1 1 100% !important;
	order: 0 !important;
}

body.criollo-shell-homepage #secondary,
body.criollo-shell-homepage .widget-area.secondary {
	display: none !important;
}

body.criollo-shell-homepage .entry-header {
	display: none;
}

.criollo-homepage-body,
.criollo-homepage-body * {
	box-sizing: border-box;
}

.criollo-homepage-body {
	--criollo-home-blue: #32105a;
	--criollo-home-gold: #8a5d13;
	--criollo-home-plum: #713a60;
	--criollo-home-blush: #f6b8b8;
	--criollo-home-ink: #19171b;
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-right: -50vw !important;
	margin-left: -50vw !important;
	padding: 0 !important;
	color: var(--criollo-home-ink);
	background: #fff;
	font-family: var(--criollo-shell-rounded, "Nova Round", "Arial Rounded MT Bold", system-ui, sans-serif);
	overflow: clip;
}

/* Gutenberg's flow layout can cap direct full-alignment children at the theme wide size. */
.criollo-homepage-body > .wp-block-group.alignfull {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.criollo-homepage-body > section,
.criollo-homepage-body .wp-block-group,
.criollo-homepage-body .wp-block-buttons,
.criollo-homepage-body figure,
.criollo-homepage-body h1,
.criollo-homepage-body h2,
.criollo-homepage-body p {
	margin-top: 0;
	margin-bottom: 0;
}

.criollo-responsive-copy--mobile {
	display: none !important;
}

.criollo-homepage-hero {
	position: relative;
	min-height: clamp(610px, 49vw, 735px);
	overflow: hidden;
	background: #fff;
	isolation: isolate;
}

.criollo-homepage-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: min(1440px, 100%);
	max-width: 1440px !important;
	min-height: inherit;
	margin: 0 auto;
	padding: 95px clamp(34px, 5vw, 78px) 110px;
}

.criollo-homepage-hero__copy {
	display: grid;
	gap: 19px;
	width: min(53%, 660px);
	text-align: center;
}

.criollo-homepage-hero__title,
.criollo-homepage-section-title {
	color: var(--criollo-home-blue);
	font-family: var(--criollo-shell-display, "Lobster", "Brush Script MT", cursive);
	font-weight: 700;
	line-height: 1.08;
	text-wrap: balance;
}

.criollo-homepage-hero__title {
	font-size: clamp(38px, 3.7vw, 58px);
	letter-spacing: 0.005em;
	text-shadow: 0 1px 0 #fff, 0 2px 0 rgba(114, 92, 156, 0.34);
}

.criollo-homepage-hero__description,
.criollo-homepage-hero__pickup,
.criollo-homepage-hero__prompt,
.criollo-homepage-hero__message {
	font-size: clamp(15px, 1.17vw, 18px);
	line-height: 1.65;
}

.criollo-homepage-hero__prompt {
	font-weight: 700;
}

.criollo-homepage-hero__message {
	font-size: clamp(13px, 1vw, 16px);
}

.criollo-homepage-hero__media {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 61%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.criollo-homepage-hero__media::before,
.criollo-homepage-hero__media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
}

.criollo-homepage-hero__media::before {
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 9%, rgba(255, 255, 255, 0.68) 23%, rgba(255, 255, 255, 0) 48%);
}

.criollo-homepage-hero__media::after {
	background: linear-gradient(
		180deg,
		#fff 0,
		rgba(255, 255, 255, 0.96) 14px,
		rgba(255, 255, 255, 0.72) 34px,
		rgba(255, 255, 255, 0.25) 54px,
		rgba(255, 255, 255, 0) 72px,
		rgba(255, 255, 255, 0) 65%,
		#fff 98%
	);
}

.criollo-homepage-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
}

.criollo-homepage-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	align-items: center;
	justify-content: center;
}

.criollo-homepage-socials__label {
	font-weight: 800;
}

.criollo-homepage-socials ul {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.criollo-homepage-socials__item a {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	color: #fff;
	border: 2px solid #d7b653;
	border-radius: 50%;
	box-shadow: inset 0 3px 4px rgba(255, 255, 255, 0.58), inset 0 -5px 8px rgba(42, 17, 63, 0.24), 0 5px 11px rgba(50, 16, 90, 0.22);
	transition: filter 160ms ease, transform 160ms ease;
}

.criollo-homepage-socials__item a:hover {
	filter: brightness(1.08) saturate(1.08);
	transform: translateY(-2px);
}

.criollo-homepage-socials__item a:active {
	transform: translateY(1px) scale(0.96);
}

.criollo-homepage-socials__item a:focus-visible,
.criollo-homepage-button .wp-block-button__link:focus-visible {
	outline: 3px solid #6844a2;
	outline-offset: 3px;
}

.criollo-homepage-socials__item svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.criollo-homepage-socials__item svg .is-fill,
.criollo-homepage-socials__item--facebook svg path:first-child {
	fill: currentColor;
	stroke: none;
}

.criollo-homepage-socials__item--facebook a {
	background: radial-gradient(circle at 35% 28%, #81b2ff 0 12%, #1877f2 40%, #0d3f9a 100%);
}

.criollo-homepage-socials__item--instagram a {
	background: radial-gradient(circle at 35% 28%, #ffd67a 0 11%, #f58529 28%, #dd2a7b 52%, #8134af 76%, #515bd4 100%);
}

.criollo-homepage-socials__item--tiktok a {
	background: radial-gradient(circle at 35% 25%, #4b4b4b, #050505 72%);
	text-shadow: 2px 0 #25f4ee, -2px 0 #fe2c55;
}

.criollo-homepage-socials__item--youtube a {
	background: radial-gradient(circle at 35% 28%, #ff8d8d, #ff0000 55%, #9c0000 100%);
}

.criollo-homepage-hero__actions,
.criollo-homepage-gifts__actions {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.criollo-homepage-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 145px;
	min-height: 48px;
	padding: 10px 25px;
	color: #211829;
	background: linear-gradient(180deg, #fffefd 0%, #fff8f9 44%, #f5e6e9 100%);
	border: 1px solid #c89b32;
	border-radius: 999px;
	box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.96), inset 0 -3px 5px rgba(113, 58, 96, 0.12), 0 5px 11px rgba(64, 28, 52, 0.17);
	font-family: var(--criollo-shell-rounded, "Nova Round", system-ui, sans-serif);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.7);
	transition: filter 160ms ease, transform 160ms ease;
}

.criollo-homepage-button .wp-block-button__link:hover {
	filter: brightness(1.04) saturate(1.04);
	transform: translateY(-2px);
}

.criollo-homepage-button .wp-block-button__link:active {
	transform: translateY(1px);
}

.criollo-homepage-button--gold .wp-block-button__link {
	background: linear-gradient(180deg, #fff4a8 0%, #e7bd4a 48%, #b77b16 100%);
	border-color: #8a5d13;
	box-shadow: inset 0 3px 2px rgba(255, 255, 255, 0.74), inset 0 -4px 6px rgba(99, 50, 2, 0.22), 0 6px 12px rgba(91, 60, 13, 0.22);
}

.criollo-homepage-gallery {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 30px clamp(20px, 4vw, 62px) 78px;
	background: #fff;
}

.criollo-homepage-gallery__title {
	margin: 0 auto 43px !important;
	color: #713a60;
	font-size: clamp(25px, 2.5vw, 39px);
	text-align: center;
	text-shadow: 0 1px 0 #fff0a0;
}

.criollo-homepage-gallery .criollo-gallery-categories {
	width: min(1240px, 100%);
}

.criollo-homepage-gallery .criollo-gallery-categories__name {
	min-height: 3em;
	color: var(--criollo-home-blue) !important;
	font-family: var(--criollo-shell-rounded, "Nova Round", system-ui, sans-serif);
	font-size: clamp(15px, 1.35vw, 19px);
	font-weight: 800;
}

.criollo-homepage-reviews {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 8px 0 42px;
	background: #fff;
}

.criollo-homepage-reviews .criollo-rr {
	max-width: 1440px;
	padding-top: 32px;
	padding-bottom: 32px;
}

.criollo-homepage-reviews .criollo-rr__heading {
	font-family: var(--criollo-shell-rounded, "Nova Round", system-ui, sans-serif);
}

.criollo-homepage-gifts {
	position: relative;
	min-height: 535px;
	overflow: hidden;
	background: #fff;
	isolation: isolate;
}

.criollo-homepage-gifts__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: min(1440px, 100%);
	max-width: 1440px !important;
	min-height: inherit;
	margin: 0 auto;
	padding: 70px clamp(34px, 5vw, 76px);
}

.criollo-homepage-gifts__copy {
	display: grid;
	gap: 19px;
	width: min(48%, 650px);
	text-align: center;
}

.criollo-homepage-gifts__title {
	font-size: clamp(34px, 3vw, 47px);
	text-shadow: 0 1px 0 #fff, 0 2px 0 rgba(114, 92, 156, 0.22);
}

.criollo-homepage-gifts__copy > p {
	font-size: clamp(14px, 1.08vw, 17px);
	line-height: 1.58;
}

.criollo-homepage-gifts__note {
	color: #756c73;
	font-size: 12px !important;
}

.criollo-homepage-gift__media {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 58%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.criollo-homepage-gift__media::before,
.criollo-homepage-gift__media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
}

.criollo-homepage-gift__media::before {
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.97) 12%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 58%);
}

.criollo-homepage-gift__media::after {
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 80%, #fff 100%);
}

.criollo-homepage-gift__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 38%;
}

@media (min-width: 1280px) {
	.criollo-homepage-body {
		margin-top: -102px !important;
	}

	body.criollo-shell-homepage .criollo-homepage-hero__copy p,
	body.criollo-shell-homepage .criollo-homepage-gifts__copy p {
		color: #171217 !important;
		font-family: "Merienda Criollo", "Merienda", cursive !important;
		font-weight: 500 !important;
	}

	body.criollo-shell-homepage .criollo-homepage-hero__media,
	body.criollo-shell-homepage .criollo-homepage-gift__media {
		right: 0 !important;
		transform: scale(0.9) !important;
		transform-origin: right center !important;
	}

	body.criollo-shell-homepage .criollo-homepage-hero__image {
		filter: brightness(1.13) contrast(0.92) saturate(0.92) blur(0.7px) !important;
	}

	body.criollo-shell-homepage .criollo-homepage-gift__image {
		filter: brightness(1.07) contrast(0.95) saturate(0.96) blur(0.6px) !important;
	}

	/* Keep the complete metallic frame visible around every category image. */
	body.criollo-shell-homepage .criollo-homepage-gallery .criollo-gallery-categories__sphere {
		aspect-ratio: 1 / 1 !important;
		padding: 6px !important;
		overflow: hidden !important;
		background: conic-gradient(from 205deg, #7a5712, #f4e17c 19%, #c8a62a 38%, #fff2a8 52%, #a97518 72%, #ebd30e 88%, #7a5712) !important;
		border-radius: 50% !important;
		box-shadow: 0 18px 35px rgba(63, 25, 54, 0.2), 0 5px 12px rgba(122, 87, 18, 0.25), inset 0 2px 2px rgba(255, 255, 255, 0.9) !important;
	}

	body.criollo-shell-homepage .criollo-homepage-gallery .criollo-gallery-categories__image {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1 / 1 !important;
		overflow: hidden !important;
		border-radius: 50% !important;
	}
}

@media (min-width: 681px) and (max-width: 1279px) {
	.criollo-homepage-hero {
		min-height: 640px;
	}

	.criollo-homepage-hero__inner {
		padding-top: 60px;
	}

	.criollo-homepage-hero__copy {
		width: 58%;
	}

	.criollo-homepage-hero__media {
		width: 58%;
		opacity: 0.76;
	}

	.criollo-homepage-gifts__copy {
		width: 54%;
	}
}

@media (max-width: 680px) {
	/* Mobile must use the real content width rather than the desktop 100vw breakout. */
	.criollo-homepage-body {
		--criollo-homepage-body-left: 0;
		--criollo-homepage-body-width: 100%;
		--criollo-homepage-body-margin-right: 0;
		--criollo-homepage-body-margin-left: 0;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden;
	}

	body.criollo-shell-homepage {
		max-width: 100% !important;
		overflow-x: clip !important;
	}

	body.criollo-shell-homepage .site-content,
	body.criollo-shell-homepage .entry-content {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.criollo-homepage-body > .wp-block-group.alignfull,
	.criollo-homepage-hero,
	.criollo-homepage-hero__inner,
	.criollo-homepage-hero__copy {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.criollo-responsive-copy--desktop {
		display: none !important;
	}

	.criollo-responsive-copy--mobile {
		display: block !important;
	}

	.criollo-homepage-hero {
		position: relative;
		display: block;
		min-height: 510px;
		overflow: hidden;
	}

	.criollo-homepage-hero__inner {
		display: block;
		min-height: 510px;
		margin: 0 !important;
		padding: 30px 22px 128px;
	}

	.criollo-homepage-hero__inner > *,
	.criollo-homepage-hero__copy > * {
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.criollo-homepage-hero__copy {
		gap: 0;
		width: 100%;
		text-align: left;
	}

	.criollo-homepage-hero__title {
		margin-bottom: 14px !important;
		font-size: clamp(11px, 3.5vw, 14px);
		line-height: 1.12;
		white-space: nowrap;
		overflow-wrap: normal;
		text-wrap: nowrap;
	}

	.criollo-homepage-hero__description {
		margin-bottom: 14px !important;
		font-family: var(--criollo-shell-ui, system-ui, sans-serif);
		font-size: clamp(13px, 3.65vw, 15px);
		line-height: 1.42;
	}

	.criollo-homepage-hero__dietary {
		margin-bottom: 14px !important;
		color: #755214;
		font-size: clamp(7px, 2vw, 8.4px);
		font-weight: 900;
		letter-spacing: -0.02em;
		line-height: 1.2;
		white-space: nowrap;
		overflow-wrap: normal;
	}

	.criollo-homepage-hero__media {
		position: absolute;
		top: auto;
		right: -16%;
		bottom: -2px;
		width: 80% !important;
		height: 255px;
		margin: 0 !important;
		opacity: 0.39;
		overflow: hidden;
	}

	.criollo-homepage-hero__media::before {
		background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 58%);
	}

	.criollo-homepage-hero__media::after {
		background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.06) 72%, #fff 100%);
	}

	.criollo-homepage-hero__image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 62% center;
	}

	.criollo-homepage-socials {
		gap: 8px;
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
		margin-bottom: 16px !important;
	}

	.criollo-homepage-socials ul {
		flex-wrap: nowrap;
		gap: 7px;
		min-width: 0;
	}

	.criollo-homepage-socials__label {
		font-size: 14px;
	}

	.criollo-homepage-socials__item a {
		width: clamp(40px, 12vw, 46px);
		height: clamp(40px, 12vw, 46px);
	}

	.criollo-homepage-hero__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		width: 100%;
		max-width: 100% !important;
		margin-top: 2px;
	}

	.criollo-homepage-hero__actions > .wp-block-button {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	.criollo-homepage-button,
	.criollo-homepage-button .wp-block-button__link {
		width: 100%;
	}

	.criollo-homepage-button .wp-block-button__link {
		min-width: 0;
		max-width: 100%;
		min-height: 46px;
		padding: 10px 14px;
		font-size: 14px;
		white-space: normal;
	}

	.criollo-homepage-gallery {
		min-height: 0;
		padding: 35px 16px 15px;
	}

	.criollo-homepage-gallery__title {
		margin-bottom: 28px !important;
		font-size: clamp(15px, 4.2vw, 18px);
		line-height: 1.1;
		white-space: nowrap;
		text-wrap: nowrap;
	}

	.criollo-homepage-gallery .criollo-gallery-categories__link {
		width: min(64vw, 260px);
	}

	.criollo-homepage-gallery .criollo-gallery-categories__name {
		min-height: 0;
		font-size: 16px;
	}

	.criollo-homepage-reviews {
		padding: 16px 0 42px;
	}

	.criollo-homepage-reviews .criollo-rr {
		padding: 26px 14px;
	}

	.criollo-homepage-reviews .criollo-rr__layout {
		gap: 12px;
	}

	.criollo-homepage-reviews .criollo-rr__summary {
		gap: 12px;
		padding-bottom: 0;
	}

	.criollo-homepage-reviews .criollo-rr__heading {
		display: grid;
		justify-items: center;
		width: max-content;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		line-height: 1;
	}

	.criollo-homepage-reviews .criollo-rr__summary-score {
		gap: 4px;
		margin: 0 !important;
	}

	.criollo-homepage-reviews .criollo-rr__platforms {
		flex-wrap: nowrap !important;
		gap: 0 8px !important;
		width: min(100%, 280px);
		max-width: 280px;
		margin: 0 auto !important;
	}

	.criollo-homepage-reviews .criollo-rr__platforms li {
		flex: 0 1 auto;
		min-width: 0;
		margin: 0;
	}

	.criollo-homepage-reviews .criollo-rr__platforms a {
		min-height: 32px;
		padding: 2px;
	}

	.criollo-homepage-reviews .criollo-rr__platforms .criollo-rr__logo:not(.criollo-rr__logo--compact) {
		width: 80px;
		height: 22px;
	}

	.criollo-homepage-reviews .criollo-rr__heading-primary,
	.criollo-homepage-reviews .criollo-rr__heading-secondary {
		display: block;
		width: max-content;
		transform-origin: center;
	}

	.criollo-homepage-reviews .criollo-rr__heading-primary {
		font-size: clamp(28px, 8.4vw, 34px);
		letter-spacing: 0.01em;
	}

	.criollo-homepage-reviews .criollo-rr__heading-secondary {
		margin-top: 5px;
		font-size: clamp(13px, 3.8vw, 16px);
		letter-spacing: 0.055em;
	}

	.criollo-homepage-reviews .criollo-rr__card {
		min-height: 345px;
	}

	.criollo-homepage-gifts {
		min-height: 0;
		max-width: 100%;
		padding: 34px 14px 30px;
		overflow: hidden;
		background: linear-gradient(180deg, #fff8fa, #fdebed);
		border-bottom: 0;
	}

	.criollo-homepage-gifts__inner {
		display: block;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		padding: 0;
	}

	.criollo-homepage-gifts__copy {
		gap: 12px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		text-align: center;
	}

	.criollo-homepage-gifts__copy > * {
		max-width: 100%;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.criollo-homepage-gifts__title {
		font-size: clamp(16px, 4.4vw, 19px);
		line-height: 1.12;
		white-space: normal;
		overflow-wrap: anywhere;
		text-wrap: balance;
	}

	.criollo-homepage-gifts__delivery {
		font-size: clamp(12px, 3.4vw, 14px) !important;
		line-height: 1.3;
		white-space: normal;
	}

	.criollo-homepage-gifts__dietary {
		width: min(100%, 350px);
		color: #713a60;
		font-size: clamp(8.2px, 2.25vw, 9.6px) !important;
		line-height: 1.35;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.criollo-homepage-gifts__actions {
		width: min(235px, 72vw);
		margin: 3px auto 0;
	}

	.criollo-homepage-gifts__note {
		font-size: 11px !important;
	}

	.criollo-homepage-gift__media {
		display: none;
	}
}

@media (max-width: 359px) {
	.criollo-homepage-hero__inner {
		padding-right: 16px;
		padding-left: 16px;
	}

	.criollo-homepage-hero__title {
		font-size: 10.75px;
	}

	.criollo-homepage-hero__dietary {
		font-size: 6.75px;
	}

	.criollo-homepage-gallery__title {
		font-size: 14px;
	}

	.criollo-homepage-gifts__title {
		font-size: 15.5px;
	}

	.criollo-homepage-gifts__dietary {
		font-size: 7.3px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.criollo-homepage-body *,
	.criollo-homepage-body *::before,
	.criollo-homepage-body *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.criollo-homepage-body {
		margin-top: 0 !important;
		overflow: visible;
	}

	.criollo-homepage-hero,
	.criollo-homepage-gifts {
		min-height: 0;
	}
}
