/* ==========================================================
   ICE COLLECTION
========================================================== */

.hob-ad-ice {
	width: 100%;
	background: #ffffff;
	color: #241c35;
	overflow: hidden;
}


/* ==========================================================
   HERO
========================================================== */

.hob-ad-ice-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height:42vh;
	padding: 0px 40px 0px;
	text-align: center;
}

.hob-ad-ice-hero__inner {
	width: min(920px, 100%);
	margin: 0 auto;
}

.hob-ad-ice-eyebrow {
	margin: 0 0 18px;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hob-ad-ice-hero__title {
	max-width: 920px;
	margin: 0 auto;
	font-size: 60px;
	font-weight: 400;
	line-height: 0.98;
}

.hob-ad-ice-hero__text {
	max-width: 580px;
	margin: 30px auto 0;
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.5;
}


/* ==========================================================
   PRODUCTS
========================================================== */

.hob-ad-ice-products {
	padding: 0 40px 130px;
}

.hob-ad-ice-products__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 48px);
	width: min(1500px, 100%);
	margin: 0 auto;
}

.hob-ad-ice-product {
	text-align: center;
}

.hob-ad-ice-product__media {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #fff4f9;
border-radius: 18px;
}

.hob-ad-ice-product__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
border-radius: 18px;
}

.hob-ad-ice-product:hover .hob-ad-ice-product__image {
	transform: scale(1.015);
}

.hob-ad-ice-product__placeholder {
	width: 100%;
	height: 100%;
	background: #fff4f9;
border-radius: 18px;
}

.hob-ad-ice-product__title {
	margin: 22px 0 0;
	font-size: clamp(25px, 2vw, 34px);
	font-weight: 400;
	line-height: 1.1;
}


/* ==========================================================
   WAITLIST
========================================================== */

.hob-ad-ice-waitlist {
	padding: 120px 40px;
	background: #fff4f9;
	text-align: center;
border-radius: 18px;
}

.hob-ad-ice-waitlist__inner {
	width: min(720px, 100%);
	margin: 0 auto;
}

.hob-ad-ice-waitlist__title {
	margin: 0;
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 400;
	line-height: 1;
}

.hob-ad-ice-waitlist__text {
	max-width: 560px;
	margin: 24px auto 0;
	font-size: clamp(17px, 1.4vw, 20px);
	line-height: 1.5;
}


/* ==========================================================
   FORM
========================================================== */

.hob-ad-ice-form {
	width: min(580px, 100%);
	margin: 42px auto 0;
}

.hob-ad-ice-form .mc4wp-form,
.hob-ad-ice-form .mc4wp-form-fields {
	width: 100%;
}

.hob-ad-ice-form .newsletter-form--ice {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	width: 100%;
	border-bottom: 1px solid currentColor;
}

.hob-ad-ice-form .newsletter-form--ice input[type="email"] {
	width: 100%;
	min-width: 0;
	padding: 17px 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 16px;
	box-shadow: none;
}

.hob-ad-ice-form .newsletter-form--ice input[type="email"]::placeholder {
	color: inherit;
	opacity: 0.6;
}

.hob-ad-ice-form .newsletter-form--ice .custom-submit {
	display: flex;
}

.hob-ad-ice-form .newsletter-form--ice .custom-submit input {
	padding: 17px 0 17px 30px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
}

.hob-ad-ice-form .newsletter-form--ice .custom-submit input:hover {
	opacity: 0.6;
}

.hob-ad-ice-form .mc4wp-response {
	margin-top: 20px;
}

.hob-ad-ice-form .mc4wp-response p {
	margin: 0;
}

.hob-ad-ice-waitlist__legal {
	max-width: 500px;
	margin: 18px auto 0;
	font-size: 11px;
	line-height: 1.5;
	opacity: 0.6;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

	.hob-ad-ice-hero {
		min-height: auto;
		padding: 100px 24px 70px;
	}

	.hob-ad-ice-products {
		padding: 0 16px 90px;
	}

	.hob-ad-ice-products__grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}

.hob-ad-ice-hero__title {
    font-size: 50px;
}

	.hob-ad-ice-waitlist {
		padding: 90px 24px;
	}

	.hob-ad-ice-form .newsletter-form--ice {
		grid-template-columns: 1fr;
		border-bottom: 0;
	}

	.hob-ad-ice-form .newsletter-form--ice input[type="email"] {
		border-bottom: 1px solid currentColor;
		text-align: center;
	}

	.hob-ad-ice-form .newsletter-form--ice .custom-submit {
		display: block;
	}

	.hob-ad-ice-form .newsletter-form--ice .custom-submit input {
		width: 100%;
		margin-top: 15px;
		padding: 16px 20px;
		        border: 1px solid rgb(128 94 156);
border-radius: 999px;
	}

.hob-ad-ice-waitlist__title {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

}
