/* No animations for people with vision impairment */
@media (prefers-reduced-motion: no-preference) {
	:root {
		interpolate-size: allow-keywords;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		transition: none !important;
	}
}

/*** GLOBAL ***/

a {
	color: var(--color-accent);
	text-decoration: underline;
	outline-offset: 1px;
	transition: color 0.2s;
}

p {
	margin: 0 0 1.5em;
	overflow-wrap: break-word;

	&:last-child {
		margin: 0;
	}
}

[hidden] {
	display: none !important;
}

table {
	width: 100%;
}

img,
picture,
video,
canvas,
svg {
	max-width: 100%;
	display: block;
	height: auto;
}

ol,
ul {
	padding: 0 0 0 1.5em;
	margin-bottom: 1.5em;
}

.alignleft {
	float: left;
	margin-right: 1rem;
}

.alignright {
	float: right;
	margin-left: 1rem;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.uppercase {
	text-transform: uppercase;
}


.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	overflow-wrap: break-word;
	line-height: 1em;
	margin: 0 0 0.5em;
	letter-spacing: -0.03em;
	font-weight: 400;
	font-family: var(--font-heading);
}

h1,
.h1 {
	font-size: 5rem;
}

h2,
.h2 {
	font-size: 4rem;
}

h3,
.h3 {
	font-size: 3rem;
}

h4,
.h4 {
	font-size: 2.5rem;
}

h5,
.h5 {
	font-size: 2rem;
}

.ratio-container--placeholder {
	background: var(--color-gray);
	position: relative;

	img {
		width: 5rem;
		height: auto;
		position: absolute;
		opacity: 0.6;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
	}
}

.btn {
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	text-transform: uppercase;
	font-family: var(--font-heading);
	line-height: 1;
	text-decoration: none;
	background: var(--color-dark);
	display: inline-block;
	padding: clamp(1.6rem, 2vw, 2.4rem);
	color: #FFF;
	border-radius: 1.2rem;
	transition: background 0.2s;

	&.btn-primary {
		background: var(--color-red);

		&:hover {
			background-color: color-mix(in srgb, var(--color-red) 85%, black);
		}
	}

	&.btn-secondary {
		background: var(--color-green);

		&:hover {
			background-color: color-mix(in srgb, var(--color-green) 85%, black);
		}
	}

	&.btn-white {
		background: #FFF;
		color: var(--color-red);

		&:hover {
			background-color: color-mix(in srgb, #FFF 85%, black);
		}
	}

	&.btn-big {
		font-size: clamp(1.6rem, 2vw, 3.2rem);
	}

	&.btn-small {
		font-size: clamp(1.6rem, 2vw, 2.4rem);
		padding: 1.6rem 2.4rem;
		border-radius: .6rem;
	}

	&.btn-xs {
		font-size: clamp(1.4rem, 1.5vw, 1.8rem);
		padding: 1.2rem 4rem;
		border-radius: .6rem;
	}
}

/* Disabled state for buttons */
.btn-disabled {
	background-color: #e6c4c2 !important;
	color: #fff !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

@media (max-width: 480px) {
	.btn {
		padding: 1.6rem;
		font-size: 1.8rem;
		border-radius: .6rem;
		min-width: 13rem;
		text-align: center;
	}
}

/*** END GLOBAL ***/
/* =========================
	 ADDITIONAL STYLES
========================= */
.theme-narrow {
	.container {
		max-width: 90rem;
	}

	header,
	footer {
		.container {
			max-width: var(--container-width);
		}
	}
}

.bg-white {
	background-color: #fff;
}

.bg-tan {
	background-color: var(--color-tan)
}

.bg-red {
	background-color: var(--color-red)
}

.bg-green {
	background-color: var(--color-green)
}

.envelope-wrapper {
	padding: 3rem;
	border-radius: 2rem;
	background-color: #fff;
	background-image: url("../img/lines.svg");
	background-repeat: repeat;

			
}
/* .envelope-wrappers {
	
	padding: 3rem;
	border-radius: 2rem;
	.order-form__wrapper{
		opacity: 0;
	}
} */

@media (max-width: 960px) {
	.envelope-wrapper {
		padding: 1.5rem;
	}
}

.textured-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;

	&::after {
		content: '';
		position: absolute;
		z-index: -1;
		inset: 0;
		background: url('../img/the-pattern.png') repeat;
		mix-blend-mode: color-burn;
		opacity: 0.8;
	}
}

.info-block--tan .textured-bg {
	&::after {
		mix-blend-mode: multiply;
		opacity: 0.6;
	}
}

/* END ADDITIONAL STYLES */
/**** HEADER ****/
.menu-header-desktop {
	display: flex;
	justify-content: space-between;
}

.main-menu {
	list-style-type: none;
	display: flex;
}

.main-menu a {
	padding: 0.5rem 1rem;
	display: block;
}

/**** END HEADER ****/
/**** SLIDER ****/
.slider {
	--slides-per-page: 3;
	--gap: 10px;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	gap: var(--gap);
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scroll-snap-stop: always;
}

.slider--full {
	.slider__slide {
		scroll-margin-left: var(--side-offset);

		&:first-child {
			margin-left: var(--side-offset);
		}

		&:last-child {
			margin-right: var(--side-offset);
			scroll-margin-right: var(--side-offset);
		}
	}
}

.slider {
	display: flex;
	--slides-per-page: 3;
	--gap: 0px;
	overflow-x: auto;
}

.slider__slide {
	--gap_per_item: var(--gap) * (var(--slides-per-page) - 1) / var(--slides-per-page);
	flex: 0 0 calc(100% / var(--slides-per-page) - var(--gap_per_item));
}

.slider__control {
	opacity: 0;
}

/**** END SLIDER ****/
/**** FORMS ****/
input,
button,
textarea,
select {
	font-family: inherit;
	accent-color: var(--color-red);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="number"],
textarea,
select {
	width: 100%;
	color: var(--color-dark);
	display: block;
	background: #fff;
	border: 1px solid var(--color-gray);
	height: 3.7rem;
	border-radius: 0.4rem;
	padding: 0 1.6rem;
	font-size: 1.3rem;
	font-weight: 500;
}

::placeholder {
	color: inherit;
	opacity: 0.3;
}

textarea {
	height: 10rem;
	padding: 1.5rem;
	resize: vertical;
}

input[type="checkbox"] {
	margin: 0 0.4rem 0 0;
	width: 1.6rem;
	height: 1.6rem;
}

.input-wrapper--select {
	color: #000;
	display: block;
}

select {
	cursor: pointer;
	appearance: none;
	color: inherit;
}

select:invalid {
	color: color-mix(in srgb, currentColor 30%, transparent)
}

select option {
	color: var(--color-dark);
}

button {
	color: inherit;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	width: auto;
}

.wp-element-button,
.button {
	--button-color: var(--color-red);
	display: inline-flex;
	height: 7rem;
	font-size: 2.4rem;
	padding: 0 2.4rem;
	font-family: var(--font-heading);
	justify-content: center;
	align-items: center;
	border-radius: 1.2rem;
	background: var(--button-color);
	color: #fff;
	border: 0;
	outline-offset: 1px;
	text-decoration: none;
	transition: all .2s ease-out;
}

.button--outline {
	border: 2px solid var(--button-color);
	color: var(--button-color);
	background: transparent;

	&:hover {
		color: #FFF;
	}
}

.button--small {
	height: 4.5rem;
	font-size: 1.8rem;
	padding: 0 1.2rem;
}

fieldset {
	border: 0;
	padding: 0;
}

.form-fields {
	display: grid;
	gap: 1.5rem 1rem;
	grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}

.form-field__info {
	font-size: clamp(1rem, 2vw, 1.3rem);
	font-weight: 500;
	margin-top: 0.3rem;
}

.form-field label {
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-block;
}

.form-field label:not(:last-child) {
	color: color-mix(in srgb, currentColor 60%, transparent);
	margin: 0 0 0.3rem;
}

.form-field--required label::after {
	content: ' *';
	color: var(--color-red);
}

.form-field:has(input[type="checkbox"]) label {
	display: flex;
	line-height: normal;
}

@media (max-width: 900px) {

	input button,
	textarea,
	select,
	button {
		font-size: 1.6rem;
	}
}

@media (max-width: 480px) {

	input button,
	textarea,
	select,
	button {
		font-size: 1.2rem;
	}
}

/**** END FORMS ****/
/**** BLOG ****/
.blog-grid {
	display: grid;
	gap: 4rem;
	grid-template-columns: 1fr 1fr;
}

.blog-grid--loading {
	opacity: 0.6;
	pointer-events: none;
}

.blog-grid__pagination {
	padding: 4.8rem;
	text-align: center;
}

.more-blog-posts {
	background-color: var(--color-tan);
}

.more-blog-posts__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.7rem;
	padding-bottom: 6rem;
}

.more-blog-posts__title {
	font-size: clamp(3.2rem, 3vw, 5.6rem);
	text-align: center;
	margin-bottom: 3.2rem;
}

.article-card {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.article-card img {
	border-radius: 2.4rem;
	padding-bottom: 1.2rem;
}

.article-card__title {
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	margin: 0;
}

.article-card__read-more {
	font-family: var(--font-heading);
	color: var(--color-red);
	text-decoration: none;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	text-decoration: underline;
	text-decoration-thickness: 1px;

	&:hover {
		color: color-mix(in srgb, var(--color-red) 85%, black);
	}
}

@media (max-width: 960px) {
	.more-blog-posts__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.blog-grid {
		grid-template-columns: 1fr;
	}

	.page-section--blog-grid .container > h2 {
		text-align: center;
	}
}

/**** END BLOG ****/
/**** SOCIAL ****/
.social-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.social-links a {
	display: flex;
	width: 4rem;
	height: 4rem;
	align-items: center;
	justify-content: center;
}

.social-links svg {
	max-width: 2rem;
	max-height: 2rem;
}

/**** END SOCIAL ****/
/**** FOOTER ****/
.main-footer {
	padding: 5rem 0;
}

/**** END FOOTER ****/
/* =========================
   HEADER
========================= */
.site-header {
	position: relative;
}
.site-header-top {
	padding: 1rem;
	background-color: var(--color-green);
	color: #fff;
	text-align: center;
	text-transform: uppercase;


	.site-header-top_inner {
		position: relative;
		padding: 0 2.5rem;
		max-width: fit-content;
		margin: 0 auto;
	}

	.site-header-top_inner strong {
		font-weight: 600;
	}

	.site-header-top_inner::before,
	.site-header-top_inner::after {
		content: '';
		position: absolute;
		top: 0.5rem;
		width: 1.5rem;
		height: 1.5rem;
		background: url('../img/star.png') no-repeat center / contain;
	}

	.site-header-top_inner::before {
		left: 0;
	}

	.site-header-top_inner::after {
		right: 0;
	}
}

/* mobile layout */
@media (max-width: 768px) {
	.site-header-top_inner {
		display: flex;
		flex-direction: column;
		font-size: 1.1rem;
		line-height: normal;
	}
}

/* =========================
   MAIN MENU
========================= */
.header-desktop {
	margin-top: 2.4rem;
}

.menu-header-desktop {
	position: relative;
	width: 100%;
	background: #EBEFF3;
	border-radius: 0.8rem;
	z-index: 99;

	a {
		padding: 1.5rem;
		font-size: clamp(1rem, 2vw, 1.4rem);
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
	}

	.main-menu-container {
		width: calc(50% - 5.5rem);
		display: flex;

		&:first-child {
			justify-content: flex-start;
		}

		;

		&:last-child {
			justify-content: flex-end;
		}
	}

	a:hover {
		color: var(--color-red);
	}

	.site-logo {
		width: 110px;
		position: relative;
	}

	.site-logo img {
		position: absolute;
		left: 0;
		top: -1rem;
		right: 0;
		width: 11rem;
		margin: 0 auto;
		padding: 0;
	}

	.header-cart-link {
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 4.5rem;
		height: 4.5rem;
		padding: 0;
		background: var(--color-red);
		border-radius: 0.8rem;
		transition: all .2s ease-out;

		&:hover {
			background-color: var(--color-green);
			.header-cart-count{
				border-color: var(--color-green);
				color: var(--color-green);
			}
		}
	}

	.header-cart-link img {
		width: 2.4rem;
		height: 2.4rem;
		max-width: inherit;
	}
}

.main-menu {
	margin: 0;
	padding: 0;
}

#menu-main-menu-right {
	margin-right: 6rem;
}

body:has(.hero) .header-desktop {
	margin-top: 0;
	position: absolute;
	top: 7rem;
	left: 0;
	right: 0;
	z-index: 10;
}

body:has(.hero) .menu-header-desktop {
	background: #FFF;
}

/* Media Queries for Header */
@media (max-width: 1170px) {
	.menu-header-desktop a {
		padding: 1.5rem 1rem;
	}
}

@media (max-width:768px) {}

/* BG COLOR PER SPECIFIC PAGE */
.page-id-1706 .menu-header-desktop {
	background-color: var(--color-gray);
}

/* =========================
	 HEADER MOBILE
========================= */
.header-mobile-w {
	display: none;
	position: relative;
	background: #FFF;
}

.header-mobile {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 6rem;
	padding: 0 2rem;
	z-index: 99999;
}

.user-logged-out .mobile-menu #menu-main-menu-right-1 li:last-child {
    display: none;
}

.mobile-menu-toggle {
	width: 4.4rem;
	height: 4.4rem;
	padding: 0;
	border: 0;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	cursor: pointer;
	flex-shrink: 0;
}

.mobile-menu-toggle span {
	width: 2.8rem;
	height: 0.3rem;
	display: block;
	border-radius: 999px;
	background: var(--color-red);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-mobile__logo {
	position: absolute;
	left: 50%;
	top: 70%;
	z-index: 1;
	width: 11rem;
	height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
}

.header-mobile__logo img {
	width: 8rem;
	height: 8rem;
	object-fit: contain;
	display: block;
}

.header-mobile__cart-link {
	position: relative;
	width: 4rem;
	height: 4rem;
	border-radius: .7rem;
	background: var(--color-red);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: auto;
}

.header-mobile__cart-link img {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
	display: block;
}

.header-cart-count {
	position: absolute;
	bottom: 3px;
	right: 3px;
	min-width: 1.6rem;
	height: 1.6rem;
	border-radius: 100px;
	background: #FFF;
	color: var(--color-red);
	font-size: .9rem;
	font-weight: 700;
	border: 1px solid var(--color-red);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-out;
}

.mobile-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 1.6rem 2rem 2.4rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1rem);
	transition: transform 0.2s ease;
	z-index: 5;
}

.mobile-menu.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(1);
	background: #FFF;
	filter: drop-shadow(0 15px 6px rgba(0, 0, 0, 0.3));
	z-index: 900;
}

.mobile-menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-menu-list li {
	margin: 0;
	padding: 0;
}

.mobile-menu-list a {
	display: block;
	padding: 1.4rem 0;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-black);
}

.mobile-menu__auth {
	margin-top: 1.6rem;
	display: flex;
	gap: 1.2rem;
	flex-direction: column;
}

.mobile-menu__auth a {
	padding: 1.2rem;
	background: var(--color-red);
	color: #fff;
	text-align: center;
	border-radius: 0.4rem;
	font-family: var(--font-heading);
	font-size: 2.4rem;
	text-decoration: none;

	&.mobile-menu__logout,
	&.mobile-menu__login {
		background: transparent;
		color: var(--color-red);
		border: 2px solid var(--color-red);
	}
}

.mobile-menu-list a:hover {
	color: var(--color-red);
}

.mobile-menu-toggle.active span:first-child {
	transform: translateY(0.9rem) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle.active span:last-child {
	transform: translateY(-0.9rem) rotate(-45deg);
}

@media (max-width: 991px) {
	.header-desktop {
		display: none;
	}

	.header-mobile-w {
		display: block;
	}
}

/* =========================
	 SINGLE POST
========================= */
.single-post .page-section {
	max-width: 90rem;
	margin-top: 10rem;
	margin-bottom: 0;
	z-index: 1;
	position: relative;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
}

@media (max-width:768px) {
	.single-post .page-section {
		margin-top: 5rem;
	}
}

.single-post {
	background: #FFF;
}

.single-post .menu-header-desktop,
.single-post .header-mobile-w {
	background: var(--color-gray);
}

.share-links {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: bold;
}

.share-links img {
	max-width: 16px;

	&:hover {
		opacity: 0.8;
	}
}

h1.post-title {
	font-size: clamp(4rem, 5vw, 5.6rem);
}

.single-post .page-section a {
	color: var(--color-red);
	font-weight: 500;

	&:hover {
		color: var(--color-black);
	}
}

.single-post .page-section a.back-link {
	display: flex;
	gap: 1rem;
	text-decoration: none;
	margin-bottom: 3.2rem;
	color: var(--color-black);

	img {
		max-width: 1.6rem;
	}

	&:hover {
		color: var(--color-red);
	}
}

.page-section-wrapper {
	position: relative;

	.props {
		position: absolute;
		inset: 0;

		&::before {
			content: '';
			position: absolute;
			bottom: 9%;
			left: 10%;
			width: 7rem;
			height: 7rem;
			background-image: url('../img/star.png');
			background-size: contain;
			background-repeat: no-repeat;
			z-index: 10;
			transform: rotate(-118deg);
		}

		&:after {
			content: '';
			position: absolute;
			bottom: 40%;
			right: 5%;
			width: 5rem;
			height: 5rem;
			background-image: url('../img/star.png');
			background-size: contain;
			background-repeat: no-repeat;
			z-index: 10;
			transform: rotate(45deg);
		}
	}
}

.post-preview-image {
	margin: 4rem 0;
	position: relative;

	img {
		border-radius: 2.4rem;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 960px) {
	.post-preview-assets {
		position: relative;

		&::before,
		&::after {
			position: absolute;
			content: '';
			background-repeat: no-repeat;
			background-size: contain;
		}

		&::before {
			background-image: url(../img/asset-box.png);
			width: 23rem;
			height: 25rem;
			bottom: 7rem;
			left: -15rem;
		}

		&::after {
			background-image: url(../img/asset-stick.png);
			width: 23rem;
			height: 30rem;
			transform: scaleX(-1) rotate(-58deg);
			right: -12rem;
			bottom: 23rem;
		}
	}

	.post-preview-assets-stars {

		&::before,
		&::after {
			content: '';
			position: absolute;
			background-image: url(../img/star.png);
			background-repeat: no-repeat;
			background-size: contain;
		}

		&::before {
			width: 5rem;
			height: 5rem;
			bottom: 20rem;
			left: -24rem;
		}

		&::after {
			width: 7rem;
			height: 17rem;
			top: 9rem;
			right: -15rem;
		}
	}
}

@media (max-width: 480px) {
	.post-preview-image {
		margin: 2rem 0;

		img {
			border-radius: 1.6rem;
		}
	}
}

@media (max-width: 1224px) {
	.page-section-wrapper .props::before {
		display: none;
	}

	.page-section-wrapper .props::after {
		bottom: 0;
		top: auto;
	}
}

/* =========================
	 POPUP MODAL
========================= */
.popup-modal {
	width: min(110rem, calc(100vw - 3.2rem));
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--color-dark);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup-modal::backdrop {
	background: rgba(0, 0, 0, 0.5);
}

.popup-modal__inner {
	position: relative;
	padding: 9rem 2.4rem;
	background: var(--color-tan);
	border-radius: 1.6rem;
	text-align: center;
	overflow: hidden;
}
.popup-modal__inner .button {
  min-width: 16rem;
}
.popup-modal__inner p {
	font-weight: 500;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.popup-modal__close {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	width: clamp(4rem, 3vw, 4.8rem);
	height: clamp(4rem, 3vw, 4.8rem);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	font-size: 2.4rem;
	transition: all .2s ease-out;
}

.popup-modal__close:hover {
	background: var(--color-red);
	color: #FFF;
}

.popup-modal__close:before {
	content: '';
	display: block;
	width: clamp(2rem, 2vw, 2.4rem);
	height: clamp(2rem, 2vw, 2.4rem);
	background-color: currentColor;
	mask: url('../img/icon-close.svg') center / contain no-repeat;
}

.popup-modal__heading {
	font-size: clamp(3.2rem, 7vw, 5.6rem);
	text-transform: uppercase;
}

.popup-modal__actions {
	display: flex;
	justify-content: center;
	gap: 1.6rem;
}

.popup-modal__actions .btn {
	min-width: 26rem;
}

@media (max-width: 780px) {
	.popup-modal__actions {
		flex-direction: column;
		align-items: center;
	}

	.popup-modal__actions .btn {
		width: 100%;
	}
}

@media (max-width: 430px) {
	.popup-modal__inner {
		padding: 7rem 4rem;
	}
}

/* ========================= SECTIONS ========================= */
/* =========================
   HERO A - BASE
========================= */
.hero-a {
	overflow: hidden;
	padding-bottom: 2rem;
}

.hero-a__inner {
	position: relative;
	background-image: url('../img/hero-a-bg-theme-1.jpg');
	background-color: var(--color-red);
	background-repeat: repeat;
	background-position: center;
	background-size: contain;
}

.hero-a__images {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: 200rem;
	margin: 0 auto;
}

.hero-a__images-inner {
	position: relative;
	width: 100%;
	height: 100%;

	> div {
		position: absolute;
		filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
	}

	> div:nth-child(1) {
		bottom: 0;
		left: 15%;
		max-width: clamp(10rem, 22% + 10vw, 32rem);
		transform: rotate(13deg);
	}

	> div:nth-child(2) {
		right: 17%;
		bottom: 4%;
		max-width: clamp(10rem, 17% + 10vw, 32rem);
		transform: rotate(-13deg);
	}

	> div:nth-child(3) {
		top: calc(30% + 10vh);
		left: calc(-4rem + 2vh);
		max-width: clamp(13rem, 11%, 32rem);
		transform: rotate(350deg);
	}

	> div:nth-child(4) {
		top: calc(30% + 10vh);
		right: -4rem;
		max-width: clamp(13rem, 11%, 32rem);
		transform: rotate(13deg);
	}
}

/* =========================
   HERO CONTENT
========================= */
.hero-a__content {
	position: relative;
	padding: 17rem 0 28rem;
	color: #fff;
	text-align: center;

	h2,
	h3 {
		margin: 0;
		font-size: clamp(3.2rem, 10vw, 9.6rem);

		em {
			font-family: var(--font-cursive);
			line-height: 0.8;
			font-style: normal;
			display: block;
		}
	}

	h3 {
		font-family: var(--font-cursive);
		line-height: 0.8;
	}

	h4 {
		max-width: 38rem;
		margin: 1.6rem auto 3.2rem;
		font-family: var(--font-body);
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.5;
	}

	p {
		font-size: clamp(1.4rem, 2vw, 2rem);
		max-width: 38rem;
		margin: 1.6rem auto 3.2rem;
		font-family: var(--font-body);
	}

	.prices {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		font-family: var(--font-heading);
		line-height: 1;
		max-width: fit-content;
		margin: 0 auto 1.6rem;
	}

	.prices .discount {
		grid-column: 1;
		grid-row: 1;
		font-size: clamp(1.2rem, 2vw, 2.2rem);
	}

	.prices .price-old {
		grid-column: 1;
		grid-row: 2;
		font-size: clamp(1.8rem, 2vw, 3.6rem);
		opacity: 0.6;
		text-decoration: line-through;
	}

	.price {
		font-size: clamp(3.2rem, 4vw, 5.6rem);
		grid-column: 2;
		grid-row: 1 / 3;
	}

	.price-old {}
}

.hero-a__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2.4rem;
}

.hero-a__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	border: 2px solid #fff;
	border-radius: 0.8rem;
	font-family: var(--font-heading);
	font-size: clamp(1.6rem, 3vw, 3.2rem);
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease-out;

	&:nth-child(1) {
		background: #fff;
		color: var(--color-red);
	}

	&:nth-child(2) {
		background-color: var(--color-dark-red);
		color: #fff;
	}
}

.hero-a__button:hover {
	background-color: var(--color-green);
	color: #fff;
	border-color: var(--color-green);
}

/* =========================
   HERO DESCRIPTION - BASE
========================= */
.hero__description {
	position: relative;
	z-index: 3;
	margin-top: -10rem;
	padding: 6.4rem;
	border-radius: 2.4rem;
	background: var(--color-green) url('../img/hero-btm-bg.jpg') no-repeat center / cover;
	color: #fff;
	text-align: center;

	&.textured-bg {
		overflow: visible;

		&::after {
			border-radius: 2.4rem;
		}
	}

	h4 {
		position: relative;
		margin: 0 auto;
		font-size: clamp(3.2rem, 4vw, 5.6rem);
		font-weight: 400;
		letter-spacing: -0.03em;

		em {
			font-family: var(--font-cursive);
			font-style: normal;
		}
	}

	h5 {
		margin: 0;
		font-size: clamp(2.4rem, 3vw, 4rem);
		letter-spacing: -0.1rem;
	}

	h5 {
		margin: 0 0 1.2rem;
		font-size: clamp(2.2rem, 3vw, 3.2rem);
		letter-spacing: -0.1rem;
	}

	p {
		font-size: clamp(1.2rem, 2vw, 1.8rem);
		font-weight: 500;
		margin-bottom: 1.2rem;
	}
}

/* =========================
   HERO PROPS - BASE
========================= */
.hero-a__props,
.hero-a__props-2 {
	pointer-events: none;
}

/* =========================
   THEME 1
========================= */
.hero--theme_1 {
	.hero__description h4 {

		&::before,
		&::after {
			content: '';
			position: absolute;
			background: url('../img/star.png') no-repeat center / contain;
		}

		&::before {
			top: 50%;
			left: 0;
			width: 5rem;
			height: 5rem;
			transform: translateY(-50%);
		}

		&::after {
			top: 30%;
			right: 0;
			width: 7rem;
			height: 7rem;
		}
	}
}

.hero-a.hero--theme_1 {
	.hero-a__props {
		position: absolute;
		bottom: -6%;
		width: 100%;
		height: 40rem;
		overflow: hidden;

		&::before,
		&::after {
			content: '';
			position: absolute;
			background-repeat: no-repeat;
			background-size: contain;
		}

		&::before {
			bottom: 0;
			left: -2%;
			width: 14%;
			height: 60%;
			background-image: url('../img/asset-stick.png');
		}

		&::after {
			right: -6%;
			bottom: 0;
			width: 23rem;
			height: 23rem;
			background-image: url('../img/asset-box.png');
		}
	}
}

@media (max-width: 1200px) {
	.hero-a.hero--theme_1 {
		.hero-a__props::before {
			left: -3rem;
			bottom: -2rem;
			width: 10rem;
			height: 14rem;
		}

		.hero-a__props::after {
			right: -5rem;
			bottom: 1rem;
			width: 14rem;
			height: 15rem;
		}
	}
}

@media (max-width: 960px) {
	.hero--theme_1 {
		.hero__description h4 {
			width: 100%;

			&::before,
			&::after {
				top: inherit;
			}

			&:before {
				width: 2.4rem;
				bottom: -5rem;
			}

			&:after {
				width: 3rem;
				right: -0.5em;
				bottom: -3.5rem;
			}
		}
	}
}

/* =========================
   THEME 2
========================= */
.hero--theme_2 {
	.hero__description h4 {

		&::before,
		&::after {
			content: '';
			position: absolute;
			background: url('../img/star.png') no-repeat center / contain;
		}

		&::before {
			top: 50%;
			left: 0;
			width: 5rem;
			height: 5rem;
			transform: translateY(-50%);
		}

		&::after {
			top: 30%;
			right: 0;
			width: 7rem;
			height: 7rem;
		}
	}
}

.hero-a.hero--theme_2 {
	.hero-a__images-inner {
		> div:nth-child(1) {
			bottom: 8%;
			left: 7%;
			max-width: clamp(10rem, 22% + 10vw, 32rem);
			transform: rotate(13deg);
		}

		> div:nth-child(2) {
			right: 5%;
			bottom: 6%;
			max-width: clamp(10rem, 17% + 10vw, 37rem);
			transform: rotate(-13deg);
		}
	}

	.hero-a__props,
	.hero-a__props-2 {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		max-width: 200rem;
		left: 0;
		right: 0;
		margin: 0 auto;

		&::before,
		&::after {
			content: '';
			position: absolute;
			background-repeat: no-repeat;
			background-size: contain;
		}
	}

	.hero-a__props::before {
		bottom: 28%;
		left: -15rem;
		width: 35rem;
		height: 40rem;
		background-image: url('../img/asset-box-pink.png');
	}

	.hero-a__props::after {
		right: -18rem;
		bottom: 25%;
		width: 38rem;
		height: 42rem;
		background-image: url('../img/asset-box-green.png');
	}

	.hero-a__props-2::before {
		left: 0;
		right: 0;
		bottom: -8rem;
		width: 40rem;
		height: 40rem;
		margin: 0 auto;
		background-image: url('../img/asset-box-orange.png');
	}
}

@media (max-width: 1200px) {
	.hero-a.hero--theme_2 {
		.hero-a__props::before {
			bottom: 21%;
			left: -12rem;
			width: 25rem;
			height: 24rem;
		}

		.hero-a__props::after {
			right: -9rem;
			bottom: 38%;
			width: 17rem;
			height: 17rem;
		}

		.hero-a__props-2::before {
			bottom: -2.5rem;
			width: 18rem;
			height: 18rem;
		}
	}
}

@media (max-width: 980px) {
	.hero-a.hero--theme_2 {
		.hero-a__images-inner > div:nth-child(1) {
			left: 1%;
			bottom: 8%;
			max-width: clamp(10rem, 30%, 13rem);
		}

		.hero-a__images-inner > div:nth-child(2) {
			right: -5%;
			bottom: 8%;
			max-width: clamp(10rem, 35%, 16rem);
		}

		.hero__description h4 {
			width: 100%;

			&::before,
			&::after {
				top: inherit;
			}

			&:before {
				width: 2.4rem;
				bottom: -5rem;
			}

			&:after {
				width: 3rem;
				right: -0.5em;
				bottom: -3.5rem;
			}
		}
	}
}

@media (max-width: 480px) {
	.hero--theme_2 {
		.hero-a__inner {
			background-image: url('../img/hero-a-bg-theme-2-mobile.jpg');
		}
	}
}

/* =========================
   THEME 3
========================= */
.hero--theme_3 {
	.hero-a__content {
		padding: 17rem 0 21rem;
	}

	.hero__description {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 28%;
		gap: 2rem;
		text-align: left;
	}

	.hero__description.sold-out {
		grid-template-columns: minmax(0, 1fr) 37%;
	}

	.hero__description-props {
		position: relative;

		&::before {
			content: '';
			position: absolute;
			right: 0;
			bottom: 0;
			width: clamp(11rem, 20vw, 29rem);
			height: clamp(14rem, 25vw, 37rem);
			background-image: url('../img/asset-sock-postcard.png');
			background-repeat: no-repeat;
			background-size: contain;
			transform: rotate(30deg);
		}
	}

	.sold-out .hero__description-props::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 2rem;
		background-image: url(../img/stamp-soldout.png);
		width: clamp(12rem, 14vw, 18rem);
		height: clamp(8rem, 8vw, 10rem);
		background-size: contain;
		background-repeat: no-repeat;
		transform: rotate(-10deg);
	}

	.hero-a__images-inner {
		> div:nth-child(1) {
			bottom: 10%;
			left: 14vw;
			max-width: clamp(9.2rem, 12vw, 20rem);
			transform: rotate(13deg);
			z-index: 11;
		}

		> div:nth-child(2) {
			right: -4vw;
			bottom: calc(10vw + 8rem);
			max-width: clamp(10rem, 18%, 23rem);
			transform: rotate(-13deg);
		}

		> div:nth-child(3) {
			top: auto;
			left: 2vw;
			bottom: 25rem;
			max-width: clamp(10rem, 18%, 32rem);
			transform: rotate(350deg);
		}
	}
}

@media (max-width: 979px) {
	.hero--theme_3 {
		.hero-a__content {
			padding: 6rem 0 18rem;
		}

		.hero-a__images-inner > div:nth-child(1) {
			left: 10vw;
			z-index: 1;
		}

		.hero-a__images-inner > div:nth-child(2) {
			right: -9vw;
			bottom: calc(10vw + 13rem);
		}

		.hero-a__images-inner > div:nth-child(3) {
			bottom: 12rem;
			left: -6vw;
		}
	}
}

@media (max-width: 624px) {
	.hero--theme_3 {
		.hero__description {
			display: block;

			br {
				display: none;
			}
		}

		.hero__description-props::before {
			display: none;
		}

		.hero-a__props::before {
			content: '';
			position: absolute;
			right: 0;
			bottom: 4rem;
			z-index: 4;
			width: clamp(11rem, 20vw, 29rem);
			height: clamp(14rem, 25vw, 37rem);
			background-image: url('../img/asset-sock-postcard.png');
			background-repeat: no-repeat;
			background-size: contain;
			transform: rotate(30deg);
		}

		.hero__description.sold-out {
			padding-bottom: 7rem;

			.hero__description-props::after {
				right: 0;
				left: auto;
				bottom: -6rem;
			}
		}
	}
}

/* =========================
   THEME 4
========================= */
.hero--theme_4 {
	margin-bottom: 6rem;
	padding-bottom: 0;

	.hero-a__content h4 {
		max-width: 72rem;
		margin: 1.6rem auto;
	}

	.hero-a__images-inner {
		> div:nth-child(1) {
			bottom: 0;
			left: -3%;
			max-width: clamp(12rem, 23%, 38rem);
			transform: rotate(-11deg);
		}

		> div:nth-child(2) {
			right: -2vw;
			bottom: 5rem;
			max-width: clamp(10rem, 25%, 32rem);
			transform: rotate(12deg);
		}
	}

	.hero-a__props,
	.hero-a__props-2 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		max-width: 200rem;
		margin: 0 auto;

		&::before,
		&::after {
			content: '';
			position: absolute;
			background-repeat: no-repeat;
			background-size: contain;
		}
	}

	.hero-a__props::before {
		bottom: -10rem;
		left: 12%;
		right: 0;
		width: 60rem;
		height: 56rem;
		background-image: url('../img/prop-phone-wire.png');
	}

	.hero-a__props::after {
		right: -13rem;
		bottom: 28%;
		width: 35rem;
		height: 42rem;
		background-image: url('../img/prop-message.png');
	}

	.hero-a__props-2::before {
		left: 48%;
		right: 0;
		bottom: -24rem;
		width: 50rem;
		height: 50rem;
		transform: rotate(-35deg);
		margin: 0 auto;
		background-image: url('../img/asset-box-orange.png');
	}

	.hero__description {
		display: none;
	}

	.hero__description h4 {

		&::before,
		&::after {
			content: '';
			position: absolute;
			background: url('../img/star.png') no-repeat center / contain;
		}

		&::before {
			top: 50%;
			left: 0;
			width: 5rem;
			height: 5rem;
			transform: translateY(-50%);
		}

		&::after {
			top: 30%;
			right: 0;
			width: 7rem;
			height: 7rem;
		}
	}
}

@media (max-width: 979px) {
	.hero--theme_4 {
		.hero-a__content {
			padding: 7rem 0 17rem;
		}

		.hero-a__content h4 {
			max-width: 32rem;
		}

		.hero-a__images-inner > div:nth-child(1) {
			left: -3rem;
			bottom: 7rem;
		}

		.hero-a__images-inner > div:nth-child(2) {
			right: -9vw;
			bottom: calc(10vw + 9rem);
		}

		.hero__description {
			display: block;
			margin-top: -8rem;
		}

		.hero__description h4 {
			width: 100%;

			&::before,
			&::after {
				top: inherit;
			}

			&:before {
				width: 2.4rem;
				bottom: -5rem;
			}

			&:after {
				width: 3rem;
				right: -0.5em;
				bottom: -3.5rem;
			}
		}

		.hero-a__props::before {
			width: 19rem;
			height: 19rem;
			bottom: 4rem;
		}

		.hero-a__props::after {
			display: none;
		}

		.hero-a__props-2::before {
			bottom: 0rem;
			width: 18rem;
			height: 18rem;
			left: 54%;
		}
	}
}

/* =========================
   HERO THEME 5
========================= */
.hero--theme_5 {
	padding-bottom: 8rem;

	.hero-a__images-inner {
		> div:nth-child(1) {
			transform: rotate(-13deg);
			left: 8%;
		}

		> div:nth-child(2) {
			right: 0%;
			bottom: 6%;
			max-width: clamp(10rem, 17% + 10vw, 37rem);
			transform: rotate(13deg);
		}

		> div:nth-child(3) {
			top: 24%;
			left: calc(-3rem + 2vh);
			max-width: clamp(9rem, 11%, 32rem);
			transform: rotate(350deg);
		}
	}

	.hero__description {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 31%;
		gap: 2rem;
		text-align: left;
		padding: 3.1rem 6.4rem;
		margin-top: -20rem;
	}

	.hero__description-props {
		position: relative;

		&::before {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			margin: 0 auto;
			bottom: 0;
			width: clamp(11rem, 20vw, 24rem);
			height: clamp(14rem, 25vw, 20rem);
			background-image: url('../img/asset-sock-star.png');
			background-repeat: no-repeat;
			background-size: contain;
		}
	}
}

@media (max-width: 980px) {
	.hero-a.hero--theme_5 {
		.hero-a__images-inner > div:nth-child(1) {
			left: 7%;
			bottom: 12%;
			max-width: clamp(10rem, 30%, 13rem);
		}

		.hero-a__images-inner > div:nth-child(2) {
			right: -5%;
			bottom: 17%;
			max-width: clamp(10rem, 35%, 16rem);
		}

		.hero-a__images-inner > div:nth-child(3) {
			top: 34%;
			left: calc(-5rem + 2vh);
		}

		.hero__description {
			display: block;
			padding: 3.2rem 3.2rem 7.5rem;
			margin-top: -10rem;

			h5 {
				margin-bottom: 1.6rem;
			}

			p {
				margin-bottom: 0.8rem;
			}
		}

		.hero__description-props {
			position: inherit;

			&::before {
				bottom: auto;
				right: 0;
				left: auto;
				top: -1rem;
			}
		}
	}
}

/* =========================
	 HERO AUDIO PREVIEW
========================= */
.hero-call {
	margin-bottom: 3.3rem;
}

.hero-call__audio {
	display: none;
}

.hero-call__sample-btn {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.hero-call__sample-icon {
	position: relative;
	width: 2.4rem;
	height: 2.4rem;
	border: 0.2rem solid currentColor;
	border-radius: 50%;
	flex-shrink: 0;
}

.hero-call__sample-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 0.5rem solid transparent;
	border-bottom: 0.5rem solid transparent;
	border-left: 0.8rem solid currentColor;
}

.hero-call__sample-btn.is-playing .hero-call__sample-icon::before {
	width: 0.7rem;
	height: 0.9rem;
	border: 0;
	background:
		linear-gradient(to right,
			currentColor 0,
			currentColor 35%,
			transparent 35%,
			transparent 65%,
			currentColor 65%,
			currentColor 100%);
	transform: translate(-50%, -50%);
	left: 50%;
}

.hero-call__sample-text {
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	font-family: var(--font-heading);
	line-height: 1;
}

@media (max-width: 979px) {
	.hero-call {
		margin-bottom: 1.6rem;
	}
}

/*===========================
	 HERO THEME 6
===========================*/
.hero-a.hero--theme_6 {
	padding-bottom: 5rem;

	.hero-a__content h1 {
		font-size: clamp(4rem, 11vw, 9.6rem);
		margin-bottom: 0;
	}

	.hero-a__props {
		max-width: 140rem;
		margin: 0 auto;
		position: absolute;
		inset: 0;

		&::before {
			content: '';
			position: absolute;
			bottom: 6rem;
			left: 10%;
			transform: rotate(8deg);
			width: 24rem;
			height: 27rem;
			background: url('../img/asset-stick-2.png') no-repeat center / contain;
		}

		&::after {
			content: '';
			position: absolute;
			bottom: -1rem;
			right: 10%;
			transform: rotate(4deg);
			width: 19rem;
			height: 34rem;
			background: url('../img/asset-stick.png') no-repeat center / contain;
		}
	}

	.hero-a__content {
		padding: 23rem 0 22rem;
	}

	.hero__description {
		display: grid;
		grid-template-columns: 1fr 20rem;
		justify-content: center;
		align-items: center;
		padding: 4rem 6rem;
		margin-top: -15rem;
	}

	.hero__description h2 {
		font-size: clamp(2.2rem, 3vw, 3.2rem);
	}

	.hero__description-text {
		text-align: left;
	}

	.hero__description-props {
		background-image: url(../img/logo.png);
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
		z-index: 10;
		aspect-ratio: 1 / 1;
		margin: 0 auto;
	}
}

@media (max-width:680px) {
	.hero-a.hero--theme_6 {
		.hero-a__content {
			padding: 10rem 0 20rem;
		}

		.hero__description {
			grid-template-columns: 1fr;
			padding: 3.2rem;
			margin-top: -15rem;
		}

		.hero__description-props {
			position: absolute;
			right: 1rem;
			bottom: 2rem;
			width: clamp(12rem, 22vw, 20rem);
		}

		.hero__description p:last-child {
			width: 65%
		}

		.hero-a__props::before {
			left: 0;
			bottom: 10rem;
			width: 15rem;
			height: 14rem;
		}

		.hero-a__props::after {
			right: -1rem;
			bottom: 4rem;
			width: 15rem;
			height: 19rem;
		}
	}
}

/* =========================
	 THEME 7
========================= */
.hero--theme_7 {
	padding-bottom: 8rem;
}

.hero-a.hero--theme_7 .hero-a__props {
	max-width: 150rem;
	margin: 0 auto;
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.hero-a.hero--theme_7 .hero-a__props::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0%;
	width: clamp(20rem, 35vw, 50rem);
	height: clamp(20rem, 69vw, 54rem);
	background-image: url('../img/asset-envelope-1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.hero-a.hero--theme_7 .hero-a__props::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	right: -4rem;
	width: clamp(20rem, 34vw, 50rem);
	height: clamp(20rem, 69vw, 54rem);
	background-image: url('../img/asset-envelope-2.png');
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 430px) {
	.hero-a.hero--theme_7 .hero-a__props::before {
		width: 23rem;
		height: 26rem;
		left: -7rem;
	}

	.hero-a.hero--theme_7 .hero-a__props::after {
		width: 40rem;
		height: 32rem;
		right: -20rem;
		bottom: -7rem;
	}
}

@media (max-width: 430px) {
	.hero-a__inner {
		background-image: url('../img/hero-a-bg-theme-7-mobile.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}

/* =========================
   GLOBAL HERO MOBILE
========================= */
@media (max-width: 979px) {
	.hero-a__content {
		padding: 7rem 0 24rem;

		h4 {
			max-width: 22rem;
			margin: 1.5rem auto;
			font-size: 1.2rem;
		}
	}

	.hero-a__images-inner {
		> div:nth-child(1) {
			left: 1%;
			bottom: 20%;
			max-width: clamp(10rem, 30%, 13rem);
		}

		> div:nth-child(2) {
			right: 5%;
			bottom: 25%;
			max-width: clamp(10rem, 24%, 11rem);
		}

		> div:nth-child(3) {
			top: 33%;
			left: -1rem;
			max-width: clamp(5.6rem, 13%, 9rem);
		}

		> div:nth-child(4) {
			top: 34%;
			right: -1rem;
			max-width: clamp(5.6rem, 14%, 9rem);
		}
	}

	.hero__description {
		margin-top: -6rem;
		padding: 3.2rem;

		h4 {
			padding: 0;
			font-size: 2.4rem;

			br {
				display: none;
			}

			&::before,
			&::after {
				top: auto;
				right: -1rem;
				bottom: -2.5rem;
				transform: none;
			}
		}

		h4::after {
			width: 3.5rem;
			height: 3.5rem;
		}
	}
}

@media (max-width: 600px) {
	.hero-a__cta {
		gap: 1rem;
	}

	.hero-a__button {
		flex: 0 0 22rem;
		padding: 1.6rem;
	}
}

/* =========================
   HERO B
========================= */
.hero-b {
	background-image: url(../img/bg-hero-b.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.hero-b > .container {
	display: flex;
	align-items: center;
	gap: 3.6rem;
	margin-top: 8rem;
	padding-top: 5.8rem;
	padding-bottom: 5.8rem;
}

.hero-b > .container > div {
	flex: 1;
}

.hero-b__image img {
	display: block;
	margin: 0 auto;
	border-radius: 1.6rem;
}

.hero-b__content {
	color: #FFF;
}

.hero-b__text {
	margin-bottom: 3.2rem;
}

.hero-b__text h2 {
	font-size: clamp(2.4rem, 6vw, 5.6rem);
}

.hero-b__text p {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	line-height: normal;
	width: 90%;
	line-height: 1.4;
}

@media (max-width: 991px) {
	.hero-b > .container {
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	.hero-b {
		min-height: auto;
		padding: 6.4rem 0;
		background-image: url(../img/bg-hero-b-mobile.jpg);
	}

	.hero-b > .container {
		flex-direction: column-reverse;
		gap: 2rem;
		margin-top: 0;
		padding: 0 2rem;
	}

	.hero-b__text {
		margin-bottom: 1.6rem;
	}

	.hero-b__text h2 {
		font-size: 4rem;
		margin-bottom: 1rem;
	}
}

/* =========================
	 HERO C
========================= */
.hero-c {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;

	&::after {
		content: "";
		position: absolute;
		inset-inline: 0;
		width: 100%;
		background-color: #FFF;
		mask: url("../img/wave-mask-soft-top.svg") repeat-x bottom center / auto 100%;
		mask-size: 100% auto;
		bottom: 0;
		aspect-ratio: 1;
	}
}

@media (min-width: 2000px) {
	.hero-c::after {
		mask-size: 140rem auto;
	}
}

.hero-c__content {
	position: relative;
	padding: 22rem 0 22rem;
	z-index: 2;
}

.hero-c h1 {
	font-size: clamp(4rem, 7vw, 7.2rem);
	max-width: 70rem;
	text-align: center;
	line-height: 0.8;
	margin: 1.6rem 0;
}

@media (max-width: 979px) {
	.hero-c__content {
		padding: 7rem 0 15rem;
	}
}

@media (max-width: 430px) {
	.hero-c::after {
		mask-size: 80rem auto;
	}
}

/* =========================
   HERO C THEME 1
========================= */
.hero-c.hero--theme_1 {
	background: var(--color-tan);

	&::before {
		content: '';
		position: absolute;
		inset: 0;
		background: url(../img/the-pattern.png) repeat;
		opacity: 0.5;
	}
}

.hero-c.hero--theme_1 .props {
	&::before {
		content: ' ';
		background-image: url(../img/props-branch-2.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: clamp(7rem, 13vw, 15rem);
		height: clamp(12rem, 38vw, 40rem);
		position: absolute;
		left: -10rem;
		z-index: 1;
		transform: rotate(45deg);
		bottom: 0;
	}

	&::after {
		content: ' ';
		background-image: url(../img/props-branch-2.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		width: clamp(5rem, 23vw, 22rem);
		height: clamp(14rem, 32vw, 43rem);
		position: absolute;
		right: -2rem;
		z-index: 1;
		transform: rotate(-45deg);
		bottom: -4rem;
	}
}

@media (max-width: 979px) {
	.hero-c.hero--theme_1 .props::before {
		left: -7rem;
		width: 11rem;
		height: 23rem;
		bottom: -6rem;
	}

	.hero-c.hero--theme_1 .props::after {
		right: -8rem;
		width: 10rem;
		height: 24rem;
		bottom: -8rem;
	}
}

/* =========================
	 HERO C THEME 2
========================= */
.hero-c.hero--theme_2 {
	background: var(--color-green);
	color: #FFF;

	&::before {
		content: '';
		position: absolute;
		inset: 0;
		background: url(../img/the-pattern.png) repeat;
		opacity: 0.4;
		mix-blend-mode: color-burn;
	}
}

.hero-c.hero--theme_2 .props {
	position: absolute;
	inset: 0;

	&::before {
		content: '';
		position: absolute;
		inset: 0;
		background: url('../img/prop-snowflakes.png') center bottom / contain repeat;
	}
}

/* =========================
   HEADING SECTION
========================= */
.heading-section {
	text-align: center;
	padding: 6.4rem;

	.heading-section__title {
		font-size: clamp(3.2rem, 7vw, 6.4rem);
		font-family: var(--font-heading);
		padding: 0 2rem;

		em {
			/* font-size: 7.2rem; */
			font-size: clamp(3.2rem, 7vw, 7.2rem);
			font-family: var(--font-cursive);
			color: var(--color-green);
			display: block;
			font-style: normal;
		}
	}

	.heading-section__section-text {
		font-size: 1.6rem;
		font-weight: 500;
	}
}

@media (max-width:979px) {
	.heading-section {
		padding: 4rem 0;
	}

	.heading-section__section-text {
		font-size: 1.2rem;
	}
}

/* =========================
   REVIEWS SECTION
========================= */
.reviews-section {
	padding-bottom: 8rem;
}

.reviews-section__container {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-around;
	gap: 2rem;
}

.review {
	flex: 1 1 35rem;
	max-width: 45rem;
	padding: 3.5rem;
	border-radius: 2.4rem;
	background-color: #04452d;
	background-size: cover;
	color: #fff;
	background-position: bottom right;

	&:nth-child(1) {
		background-image: url('../img/card-green-props.jpg');
		background-color: var(--color-green);
	}

	&:nth-child(2) {
		background-image: url('../img/card-pink-props.jpg');
		background-color: var(--color-pink);
		color: #000;
	}

	&:nth-child(3) {
		background-image: url('../img/card-red-props.jpg');
		background-color: var(--color-red);
	}
}

.review:nth-child(1) {
	transform: rotate(-2.3deg);
}

.review:nth-child(2) {
	transform: rotate(2.7deg);
}

.review:nth-child(3) {
	transform: rotate(-3.6deg);
}

.review__text {
	margin: 0 0 5rem;
	font-family: var(--font-heading);
	font-size: 2.9rem;
	line-height: 3rem;
	letter-spacing: -0.03rem;
}

.review__name-date {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.review__name {
	display: block;
	font-family: var(--font-cursive);
	font-size: 3.2rem;
	line-height: 1;
}

.review__date {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.review {
		padding: 3rem;
	}

	.reviews-section__container {
		gap: 3rem;
	}

	.review__text {
		margin-bottom: 2rem;
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
}

/* LETTER PREVIEW SECTION */
.preview-section {
	padding-bottom: 10rem;
}

.preview-section__preview {
	display: flex;
	gap: 9rem;
	padding: 6.8rem 5.6rem 10rem;
	background: #fff;
	position: relative;

	&::before {
		content: ' ';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 27rem;
		height: 30rem;
		background-image: url('../img/props-branch.png');
		background-repeat: no-repeat;
		background-size: contain;
	}
}

.preview-section__preview > div {
	flex: 1;
}

.preview__title {
	font-size: clamp(3.2rem, 7vw, 6.4rem);
	color: var(--color-red);
	margin-bottom: 3rem;
}

.preview__title em {
	display: block;
	font-family: 'Miniver';
	font-style: normal;
	color: var(--color-green);
}

.preview__description {
	margin-bottom: 4rem;
}

.preview-section .slider__controls {
	display: flex;
	margin-bottom: 4rem;
}

.preview-section .slider__control {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.8rem;
	height: 4.8rem;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.preview-section .slider__control::before {
	content: '';
	width: 1.8rem;
	height: 1.5rem;
	background: url('../img/icon-arrow.svg') no-repeat center / contain;
}

.preview-section .slider__control--next::before {
	transform: rotate(180deg);
}

.preview-section .preview__image {
	position: relative;

	&::before,
	&::after {
		content: '';
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url('../img/star-2.png');
	}

	&::before {
		left: 0;
		top: 3rem;
		width: 3rem;
		height: 3rem;
	}

	&::after {
		right: 0;
		bottom: 4.5rem;
		width: 4.5rem;
		height: 4.5rem;
	}
}

.preview__image .slider {
	height: 100%;
}

.preview__image .slider__slide {
	height: 100%;
}

.preview-image {
	display: block;
	width: 100%;
	height: auto;
}

.preview-section__wrapper .btn-preview {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-family: var(--font-heading);
	max-width: 24rem;
	margin: 0 auto;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	text-transform: uppercase;
	color: var(--color-red);

	&::before {
		content: '';
		width: 2.4rem;
		height: 2.4rem;
		background-color: currentColor;
		mask: url('../img/icon-eye.svg') no-repeat center / contain;
	}

	&:hover {
		color: var(--color-dark);
	}
}

@media (max-width: 960px) {
	.preview-section__preview {
		flex-direction: column-reverse;
		gap: 4rem;
		padding: 3.2rem 2.4rem;

		&::before {
			display: none;
		}
	}

	.preview__description {
		font-size: 1.4rem;
		margin-bottom: 2.4rem;
	}

	.preview-section .slider__controls {
		margin-bottom: 1.5rem;
	}

	.preview__cta {
		font-size: 1.6rem;
		padding: 1.6rem 4.3rem;
	}
}

/* =========================
   PERSONALISATION STEPS SECTION
========================= */
.steps-section {
	padding-bottom: 10rem;
}

.step__title {
	font-size: clamp(2.4rem, 2vw, 3.2rem);
}

.steps-section__title {
	text-align: center;
	font-size: clamp(3.2rem, 9vw, 7.2rem);
	margin-bottom: 9.3rem;
	padding: 0 3rem;

	em {
		font-family: var(--font-cursive);
		font-style: normal;
		display: block;
		color: var(--color-green);
	}
}

.steps-section__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	position: relative;
	align-items: anchor-center;
}

.step {
	max-width: 35rem;
	padding: 2.5rem;
	justify-self: center;
	background-color: var(--color-tan);
	background-image: url(../img/transparent-bg.png);
	background-repeat: repeat;
	position: relative;

	&::before {
		content: '';
		position: absolute;
		top: -6.3rem;
		left: 0;
		width: 100%;
		height: 6.3rem;
		mask-image: url(../img/paper-top.png);
		mask-repeat: repeat;
		background: #f5ebde;
	}
}

.step__number {
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.step__description {
	font-size: 1.6rem;
	font-weight: 500;
}

.step:nth-child(1) {
	transform: rotate(-1deg);
}

.step:nth-child(2) {
	transform: rotate(1deg);
}

.step:nth-child(3) {
	transform: rotate(-1deg);

	.step__description {
		&::after {
			content: '';
			right: 2rem;
			bottom: -9rem;
			background: url(../img/star.png) no-repeat center / contain;
			position: absolute;
			width: 4.6rem;
			height: 4.6rem;
			z-index: 1;
		}
	}

	&::after {
		content: '';
		position: absolute;
		bottom: -9.5rem;
		left: 0;
		width: 100%;
		height: 10.3rem;
		/* background: url(../img/paper-bottom-mask.png) no-repeat center / cover; */
		mask-image: url(../img/paper-bottom-mask.png);
		mask-repeat: space no-repeat;
		background: #f5ebde;
	}
}

.step:nth-child(4) .step__title {

	&::before,
	&::after {
		content: '';
		position: absolute;
		width: 12rem;
		height: 12rem;
		background-size: cover;
		border-radius: 6px;
		z-index: 1;
	}

	&::before {
		left: 0;
		background-image: url(../img/steps-orange-kid.jpg);
		top: 10rem;
		transform: rotate(-5deg);
	}

	&::after {
		right: 0;
		background-image: url(../img/steps-red-kid.jpg);
		top: 11rem;
		transform: rotate(10deg);
	}
}

@media (min-width: 768px) {
	.steps-section__wrapper {
		.step:nth-child(1) .step__description {
			&::after {
				content: '';
				left: -3rem;
				top: 15rem;
				background: url(../img/star.png) no-repeat center / contain;
				position: absolute;
				width: 4.6rem;
				height: 4.6rem;
			}
		}
	}

	.step:nth-child(4) {
		grid-column: 1 / -1;
		max-width: inherit;
		text-align: center;
		justify-self: auto;
		background: transparent;
		margin-top: 5rem;

		&::before {
			display: none;
		}

		h3 {
			font-size: clamp(2.4rem, 4vw, 4.8rem);
			margin: 0 auto;
			background-image: url(../img/transparent-bg.png);
			padding: 0 clamp(2rem, 10vw, 20rem) 4rem;
			max-width: 95%;
			background-color: var(--color-tan);
			background-repeat: repeat;
		}

		.step__number {
			background-image: url(../img/transparent-bg.png);
			padding: 2rem 20rem 2rem;
			max-width: 95%;
			margin: 0 auto;
			position: relative;
			margin-top: 6.3rem;

			&::before {
				content: '';
				position: absolute;
				top: -6.3rem;
				left: 0;
				right: 0;
				max-width: 100%;
				height: 6.3rem;
				/* background: url(../img/paper-top.png) repeat-x center / contain; */
				mask-image: url(../img/paper-top.png);
				mask-repeat: repeat-x;
				background: #f5ebde;
				margin: 0 auto;
				border-radius: 0.8rem 0.8rem 0 0;
			}
		}
	}
}

@media (max-width: 767px) {
	.steps-section {
		padding-bottom: 15rem;
	}

	.steps-section__wrapper {
		grid-template-columns: 1fr;
		grid-gap: 10rem;
	}

	.steps-section__title {
		padding: 0 2rem;
	}

	.step {
		max-width: 450px;
	}

	.step__description {
		font-size: 1.2rem;
		padding-bottom: 1rem;
	}

	.step:nth-child(2) .step__description {
		&::after {
			content: '';
			left: -2.4rem;
			top: 4rem;
			background: url(../img/star.png) no-repeat center / contain;
			position: absolute;
			width: 4.7rem;
			height: 4.7rem;
		}
	}

	.step:nth-child(3) .step__description {
		&::after {
			top: 1.5rem;
			right: 3rem;
		}
	}

	.step:nth-child(1) {
		transform: rotate(1deg);
	}

	.step:nth-child(2) {
		transform: rotate(-1deg);
	}

	.step:nth-child(3) {
		transform: rotate(1deg);
	}

	.step:nth-child(4) {
		transform: rotate(-1deg);
		margin-top: 8rem;
	}

	.step:nth-child(4) .step__title::before {
		top: -20rem;
		left: calc(50% - 12rem);
		width: 8rem;
		height: 8rem;
	}

	.step:nth-child(4) .step__title::after {
		bottom: -10rem;
		top: auto;
		right: 13%;
		width: 11rem;
		height: 11rem;
		bottom: -9rem;
	}
}

/* =========================
   INFO BLOCKS SECTION
========================= */
.info-blocks-section {
	padding-bottom: 10rem;
}

.info-blocks-section__container {
	display: flex;
	flex-direction: column;
	gap: 6.4rem;
}

.info-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.2rem;
}

.info-block__content {
	padding: 4.8rem 12rem 4.8rem 4.8rem;
	border-radius: 2.4rem;
	background-color: gainsboro;
	background-size: cover;
	background-position: bottom right;
	color: #fff;
}

.info-block__title {
	font-size: 5.6rem;
}

.info-block__title em {
	display: block;
	font-family: var(--font-cursive);
	font-style: normal;
}

.info-block__description {
	margin-bottom: 4rem;
	line-height: normal;
	font-weight: 500;
}

.info-block__description p {
	line-height: 1.5;
}

.info-block__description h4 {
	font-size: clamp(1.8rem, 2vw, 3.2rem);
	margin-bottom: 1.2rem;
}

.info-block__description h5 {
	font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.info-block__description ul.check-list,
.info-block__description dl.check-list {
	margin: 4rem 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.info-block__description dl.check-list li {
	padding-left: 3.6rem;
}

.info-block__description .check-list li p {
	margin-bottom: 2.4rem;
}

.info-block__description .check-list li::before {
	background-color: #fff;
}

.info-block__description dl.check-list li::before {
	width: 2.4rem;
	height: 2.4rem;
}

.info-block__cta-wrapper {
	.btn {
		&:nth-child(odd) {
			background-color: var(--color-red);
			color: #fff;

			&:hover {
				background-color: color-mix(in srgb, var(--color-red) 85%, black);
			}
		}

		&:nth-child(even) {
			background-color: #FFF;
			color: var(--color-red);

			&:hover {
				background-color: color-mix(in srgb, #FFF 85%, black);
			}
		}
	}
}

.info-block__cta-wrapper--multiple {
	gap: 1.2rem;
	display: flex;
	flex-wrap: nowrap;
	container-type: inline-size;

	.btn {
		flex: 1 1 0;
		white-space: nowrap;
		text-align: center;
		font-size: clamp(1.4rem, 5cqi, 2.4rem);
	}
}

.info-block__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2.4rem;
}

.info-block hr {
	margin: 2rem 0;
	border: 0;
	border-bottom: 2px solid #E5D3B5;
}

.info-blocks-section__straight .info-block--right {
	> div:first-child {
		order: 1;
	}
}

.info-blocks-section__reverse .info-block--left {
	> div:first-child {
		order: 2;
	}
}

.info-block--green_1 {
	.info-block__content {
		background-image: url('../img/info-block-green_1.jpg');
	}

	.info-block__description li::before {
		background-color: var(--color-red);
	}
}

.info-block--green_2 {
	.info-block__content {
		background-image: url('../img/info-block-green_2.jpg');
	}
}

.info-block--red {
	.info-block__content {
		background-image: url('../img/info-block-red.jpg');
	}

	.btn:nth-child(odd) {
		background-color: #fff;
		color: var(--color-red);

		&:hover {
			background-color: color-mix(in srgb, #FFF 85%, black);
		}
	}

	.btn:nth-child(even) {
		background-color: var(--color-green);
		color: #FFF;

		&:hover {
			background-color: color-mix(in srgb, var(--color-green) 85%, black);
		}
	}
}

.info-block--gold {
	.info-block__content {
		background-image: url('../img/info-block-gold.jpg');
		color: #000;
	}

	.info-block__description li::before {
		background-color: var(--color-red);
	}
}

.info-block--tan {
	.info-block__content {
		background-image: url('../img/info-block-tan.jpg');
		color: #000;
	}

	.info-block__description li::before {
		background-color: var(--color-red);
	}
}

@media (max-width:460px) {
	.info-block--tan {
		.info-block__content {
			background-image: url('../img/info-block-tan-mobile.jpg');
			color: #000;
		}

		.info-block__description {
			font-size: 1.6rem;
		}
	}
}

.info-block--white {
	.info-block__content {
		background-color: #FFF;
		background-image: url('../img/info-block-white.jpg');
		color: #000;
		background-position: bottom right;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.info-block__description li::before {
		background-color: var(--color-red);
	}
}

/* .info-block--pink{
	.info-block__content{
		color: #000;
	}
} */
@media (max-width: 960px) {
	.info-blocks-section {
		padding-bottom: 5rem;
	}

	.info-blocks-section__container {
		gap: 2rem;
	}

	.info-block {
		grid-template-columns: 1fr;
		/* grid-template-rows: 1fr 1fr; */
		height: 100%;
		gap: 1.6rem;
	}

	.info-block__title {
		font-size: 3.2rem;
	}

	.info-block__description {
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}

	.info-block__description dl.check-list {
		margin: 2rem 0 4rem;
	}

	.info-block__description ul.check-list {
		margin: 2rem 0;
	}

	.info-block__description ul.check-list li {
		padding-left: 1.5rem;

		&::before {
			width: 1.2rem;
			height: 1.2rem;
		}
	}

	.info-block__image {
		order: 2;
		max-height: 40rem;
	}

	.info-block__content {
		padding: 2.4rem;
	}

	.info-block__cta-wrapper {
		flex-direction: column;
		container-type: normal;
	}

	.info-block__content .btn {
		font-size: 1.6rem;
		padding: 1.6rem 3.2rem;
		border-radius: .6rem;
	}

	.info-block__cta-wrapper--multiple .btn {
		flex: auto;
		max-width: 30rem;
	}

	.info-block--tan .info-block__content {
		padding-bottom: 8.8rem;
	}
}

/* =========================
   FAQ SECTION
========================= */
.faq-section {
	padding-bottom: 10rem;
	position: relative;

	&.wave-mask-top {
		padding-top: 18rem;
	}
}

@media (min-width: 2000px) {
	.faq-section {
		&::after {
			background-size: cover;
			height: 100%;
			background-repeat: round;
		}
	}
}

.faq-section__container {
	display: grid;
	grid-template-columns: 3fr 4fr;
	gap: 4rem;
	z-index: 1;
	position: relative;
}

.faq-section__header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	h2 {
		font-size: clamp(3.2rem, 7vw, 5.6rem);
		max-width: 40rem;
		margin-bottom: 0;
	}
}

.faq-block summary {
	list-style-type: none;
	padding: 2.4rem 5.5rem 2.4rem 0;
	line-height: 0.9;
	position: relative;
	font-size: 2.4rem;
	font-family: var(--font-heading);

	&:before,
	&:after {
		right: 1.8rem !important;
	}
}

.faq-block__answer {
	padding: 0 5.5rem 2rem 0;
	margin-top: -1rem;

	p {
		font-size: clamp(1.4rem, 2vw, 1.6rem);
		margin-bottom: 1rem;
	}
}

.faq-block {
	position: relative;
	z-index: 1;

	&::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0.2rem;
		background: repeating-linear-gradient(to right, var(--color-red) 0 1rem, transparent 1rem 2.2rem);
	}
}

.faq-block:last-child::after {
	display: none;
}

@media (min-width:961px) {
	.faq-section__header::after {
		content: '';
		display: block;
		background: url(../img/santa-graphic.png) no-repeat left / contain;
		margin-top: 2rem;
		width: 100%;
		height: 12rem;
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

@media (max-width: 960px) {
	.faq-section {
		&.wave-mask-top {
			padding-top: 12rem;
		}

		padding-top: 3rem;
		padding-bottom: 6rem;
	}

	.faq-section__container {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.faq-block summary {
		font-size: 1.8rem;
		padding: 2rem 5.5rem 2rem 0;
	}

	.faq-section .faq-blocks {
		&::after {
			content: '';
			display: block;
			background: url(../img/santa-graphic.png) no-repeat center / contain;
			margin-top: 2rem;
			width: 100%;
			height: 12rem;
		}
	}
}

.page-section--faq {
	margin: 0;
	padding-bottom: 5rem;

	.faq-block summary {
		font-size: clamp(1.8rem, 2vw, 3.2rem);
		line-height: 1;
	}
}

/* =========================
   ORGANIZATIONS SECTION
========================= */
.orgs-section {
	background: #fff;
}

.orgs-section__container {
	display: flex;
	flex-direction: column;
	gap: 6.4rem;
}

.orgs-section__header {
	text-align: center;
}

.orgs-section__header h2 {
	position: relative;
	width: fit-content;
	margin: 0 auto 2rem;
	padding: 0 clamp(3rem, 10vw, 6rem);
	font-size: clamp(3.2rem, 7vw, 7.2rem);
}

.orgs-section__header h2::before,
.orgs-section__header h2::after {
	content: '';
	position: absolute;
	top: 0;
	background: url('../img/star-2.png') no-repeat center / contain;
}

.orgs-section__header h2::before {
	left: 0;
	width: clamp(1.5rem, 2.5vw, 2.2rem);
	height: clamp(1.5rem, 2.5vw, 2.2rem);
}

.orgs-section__header h2::after {
	right: 0;
	width: clamp(2rem, 2.5vw, 3.3rem);
	height: clamp(2rem, 2.5vw, 3.3rem);
}

.orgs-section__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1rem;
}

/* ORG CARD */
.org {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 calc(33.333% - 1rem);
	border-radius: 2.4rem 2.4rem 0 0;
}

.org:nth-child(1) {
	min-height: 34rem;
	background: url('../img/org-green-bg.jpg') no-repeat left top / cover;
}

.org:nth-child(2) {
	min-height: 39rem;
	background: url('../img/org-red-bg.jpg') no-repeat left top / cover;
}

.org:nth-child(3) {
	min-height: 41.5rem;
	background: url('../img/org-light-green-bg.jpg') no-repeat left top / cover;
}

.org_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 4rem;
	overflow: hidden;
	color: #fff;
	flex: 1;
}

.org_inner > div {
	position: relative;
	z-index: 1;
}

.org__logo {
	margin-bottom: 2rem;
}

.org__logo img {
	width: auto;
	max-height: 3.4rem;
}

.org__title {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
}

.org__description {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.orgs-section__header p {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	padding: 0 2rem;
}

/* VARIATIONS */
.org:nth-child(3) .org__logo img {
	max-height: 5rem;
}

@media (max-width: 767px) {
	.orgs-section__container {
		gap: 2.4rem;
	}

	.orgs-section__wrapper {
		flex-direction: column;
		align-items: center;
	}

	.orgs-section__wrapper {
		gap: 0;
	}

	.org_inner {
		padding: 2.4rem;
	}

	.org:nth-child(1) {
		width: 80%;
		background-position: right top;
	}

	.org:nth-child(2) {
		width: 90%;
	}

	.org:nth-child(1),
	.org:nth-child(2),
	.org:nth-child(3) {
		min-height: auto;
	}
}

/* =========================
	 FOOTER
========================= */
.site-footer {
	padding: 4.8rem 0 2.4rem;
	background: #FEFEFE;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__top {
	display: grid;
	grid-template-columns: minmax(28rem, 60rem) 1fr;
	gap: 13rem;
	padding-bottom: 3.2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.site-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.site-footer__logo-link {
	display: inline-flex;
	margin-bottom: 1.6rem;
}

.site-footer__logo {
	display: block;
	width: 13rem;
	height: auto;
}

.site-footer__title {
	margin: 0 0 1.2rem;
	font-size: 2rem;
	text-transform: uppercase;
}

.site-footer__description p {
	margin: 0 0 0.8rem;
	font-size: 1.2rem;
	line-height: 1.5;
	max-width: 52rem;
}

.site-footer__socials {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	margin: 1.2rem 0 0;
	padding: 0;
	list-style: none;
}

.site-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	text-decoration: none;
}

.site-footer__socials img {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
}

.site-footer__menus {
	display: grid;
	grid-template-columns: repeat(3, minmax(14rem, 1fr));
	gap: 3.2rem;
}

.site-footer__menu-title {
	margin: 0 0 1.6rem;
	font-size: 2.4rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-footer__menu {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.site-footer__menu a {
	color: inherit;
	text-decoration: none;
	line-height: 1.4;
	font-weight: 500;

	&:hover {
		color: var(--color-red)
	}
}

.site-footer__bottom {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	padding-top: 2rem;
}

.site-footer__bottom-top {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 2rem;
}

.site-footer__copyright {
	font-size: 1.2rem;
	line-height: 1.4;
}

.site-footer__bottom-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem 1.6rem;
}

.site-footer__bottom-menu-wrapper {
	display: flex;
	justify-content: center;
}

.site-footer__bottom-menu li {
	position: relative;

	a {
		color: #959595;
	}
}

.site-footer__payments img {
	display: block;
	width: 14rem;
	height: auto;
}

@media (max-width: 991px) {
	.site-footer {
		padding-top: 2.4rem;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	.site-footer__menus {
		grid-template-columns: repeat(2, minmax(14rem, 1fr));
	}

	.site-footer__menu {
		gap: 0;
	}

	.site-footer__bottom {
		grid-template-columns: 1fr;
		justify-items: start;
	}
}

@media (max-width: 640px) {
	.site-footer__menus {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__bottom-menu {
		justify-content: flex-start;
	}

	.site-footer__bottom-top {
		grid-template-columns: 1fr;
	}

	.site-footer ul {
		justify-content: center;
		margin-top: 1rem;
	}

	.site-footer__bottom {
		gap: 3rem;
	}

	.site-footer__logo {
		width: 8rem;
	}
}

/* =========================
	 PACKAGES SECTION
========================= */
.letter-packages {
	background-color: #FFF;
	padding-top: 18rem;
	padding-bottom: 6rem;
	position: relative;
}

.letter-packages__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
	align-items: stretch;
	z-index: 1;
	position: relative;
}

.package-card {
	position: relative;
	display: flex;
	height: 100%;
	border-radius: 1.8rem;
	background: #fff;
	border: 0.1rem solid #ddd;
}

.package-card__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 2.4rem 1.8rem 1.6rem;
}

.package-card__top {
	margin-bottom: 1.8rem;
}

.package-card__title {
	margin: 0 auto 1rem;
	font-size: 3.2rem;
	line-height: 1;
	font-family: var(--font-heading);
	color: var(--color-green);
	text-align: center;
	position: relative;
	max-width: fit-content;

	&:before,
	&:after {
		content: '';
		position: absolute;
		background: currentColor;
		mask: url("../img/star-2.svg") no-repeat center / contain;
	}

	&:before {
		left: -2.5rem;
		top: 0%;
		width: 1.5rem;
		height: 1.5rem;
	}

	&::after {
		right: -2.5rem;
		bottom: 0%;
		width: 1rem;
		height: 1rem;
	}
}

.package-card__subtitle {
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: center;
	font-weight: 500;
	color: var(--color-dark);
}

.package-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 22rem;
	margin-bottom: 2rem;
}

.package-card__image img {
	display: block;
	max-width: 100%;
	max-height: 22rem;
	object-fit: contain;
}

.package-card__features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
}

.package-card__features li {
	position: relative;
	padding-left: 2.2rem;
	font-size: 1.4rem;
	line-height: 1.4;
	color: var(--color-dark);
}

.package-card__features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 1.4rem;
	height: 1.4rem;
	background: var(--color-red);
	mask: url("../img/icon-check.svg") no-repeat center / contain;
}

.package-card__bottom {
	margin-top: auto;
	padding-top: 2rem;
	font-family: var(--font-heading);
}

.package-card__price {
	align-items: baseline;
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 0.8rem;
	text-align: center;
	max-width: fit-content;
	margin: 0 auto 1.6rem;
}

.package-card__price-discount,
.package-card__sold-out {
	grid-column: 1 / -1;
	font-size: 3.2rem;
	color: var(--color-red)
}

.package-card__price-current {
	font-size: 3.2rem;
	line-height: 1;
	color: var(--color-dark);
}

.package-card__price-old {
	font-size: 2.4rem;
	line-height: 1;
	color: #80706e;
	text-decoration: line-through;
}

.package-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.8rem;
	width: 100%;
	padding: 1.2rem 1.8rem;
	border-radius: 0.8rem;
	background: var(--color-red);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	transition: background 0.25s ease, transform 0.25s ease;
}

.package-card__button:hover {
	background: #b71d17;
	transform: translateY(-0.1rem);
}

.package-card:nth-child(2) {
	background: #e5f0ea;
	border-color: #89a89b;
}

.package-card:nth-child(3) {
	border: 0.2rem solid #ff6a3d;
}

.package-card:nth-child(3) .package-card__title,
.package-card:nth-child(3) .package-card__subtitle {
	color: #ff6a3d;
}

.package-card:nth-child(4) {
	background: #fff1ef;
	border-color: #e5b7b0;
}

.package-card:nth-child(4) .package-card__title,
.package-card:nth-child(4) .package-card__subtitle {
	color: var(--color-red);
}

.package-card__badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding: 0.4rem 1.2rem;
	border-radius: 99rem;
	background: #ff7a3c;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
}

.package-card--intro {
	background: url('../img/bg-packages-title.jpg') no-repeat center / cover;
	border: none;
}

.package-card__intro-content {
	width: 100%;
	padding: 2.8rem 2rem;
}

.package-card__intro-title {
	margin: 0;
	font-size: 5.8rem;
	line-height: 0.95;
	font-family: var(--font-heading);
	color: #fff;
}

.package-card__intro-title span {
	display: block;
	margin-top: 0.8rem;
	font-size: 5.6rem;
	line-height: 0.95;
	font-family: var(--font-cursive);
	text-transform: none;
}

@media (max-width: 960px) {

	/* bg-packages-title-mobile.jpg */
	.package-card--intro {
		background-image: url('../img/bg-packages-title-mobile.jpg');
	}

	.package-card__intro-title,
	.package-card__intro-title span {
		font-size: 3.2rem;
		max-width: 15.2rem;
	}
}

/* PACKAGE BONUSES */
.packages-bonuses {
	grid-column: 2 / 5;
	margin-top: 2rem;
	padding-left: 2rem;
	position: relative;

	&::before {
		content: '';
		position: absolute;
		top: -4.2rem;
		left: 0;
		width: .1rem;
		height: calc(100% + 4.2rem);
		background: url('../img/border-grey-dashed.png') repeat-y center / cover;
	}
}

.packages-bonuses__title {
	font-size: clamp(2.4rem, 6vw, 4.2rem);
	font-family: var(--font-heading);
	margin-bottom: 1.2rem;
}

.packages-bonuses__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.packages-bonuses__list li {
	position: relative;
	padding-left: 2.2rem;
	font-size: 1.4rem;
	line-height: 1.4;
}

.packages-bonuses__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 1.4rem;
	height: 1.4rem;
	background: var(--color-green);
	-webkit-mask: url("../img/icon-check.svg") no-repeat center / contain;
	mask: url("../img/icon-check.svg") no-repeat center / contain;
}

@media (max-width: 1024px) {
	.letter-packages {
		padding-bottom: 4rem;
	}

	.letter-packages__grid {
		grid-template-columns: 1fr;
	}

	.letter-packages {
		padding-top: 0;

		&::after {
			display: none;
		}
	}

	.packages-bonuses {
		grid-column: 1 / -1;
		padding: 0;
		margin: 4rem 0 0;

		&::before {
			display: none;
		}
	}

	.packages-bonuses__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767) {
	.grid-template-columns {
		grid-template-columns: 1ft;
	}
}

.wave-mask-bottom,
.wave-mask-top {
	position: relative;

	.container {
		position: relative;
		z-index: 2;
	}
}

.wave-mask-bottom::after,
.wave-mask-top::before {
	content: "";
	position: absolute;
	inset-inline: 0;
	width: 100%;
	background-color: var(--color-tan);
	aspect-ratio: 4 / 1;
}

.wave-mask-bottom::after {
	bottom: 0;
	mask: url("../img/wave-mask.svg") no-repeat bottom center / 100% auto;
}

.wave-mask-top::before {
	top: 0;
	mask: url("../img/wave-mask-inverted.svg") no-repeat top center / 100% auto;
}

.wave-mask-bottom.wave-soft-bottom {
	padding-bottom: 10rem;
}

.wave-mask-bottom.wave-soft-bottom::after {
	mask: url("../img/wave-mask-soft-top.svg") repeat-x bottom center / auto 100%;
	mask-size: 100% auto;
	aspect-ratio: 1;
}

@media (min-width: 2000px) {
	.wave-mask-bottom.wave-soft-bottom::after {
		mask-size: 140rem auto;
	}
}

/* PACKAGES COMPARE */
.packages-compare {
	padding: 0;
	background: #fff;
	padding-bottom: 15rem;
}

@media (max-width: 1024px) {
	.packages-compare:after {
		background-size: 200%;
	}
}

.packages-compare__table {
	position: relative;
	z-index: 1;
}

.packages-compare__row {
	display: grid;
	grid-template-columns: 2.4fr 1fr 1fr 1fr;
	column-gap: 2rem;
}

.packages-compare__head {
	position: relative;
	align-items: end;
	padding-bottom: 2rem;
}

.packages-compare__head::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.15rem;
	background: repeating-linear-gradient(to right,
			var(--color-red) 0 1rem,
			transparent 1rem 2rem);
}

.packages-compare__title {
	font-family: var(--font-heading);
	font-size: clamp(3.2rem, 6vw, 6rem);
	line-height: 0.9;
	color: var(--color-dark);
	text-transform: uppercase;
}

.packages-compare__title span {
	display: block;
}

.packages-compare__col-heading {
	font-family: var(--font-heading);
	font-size: clamp(1.4rem, 2vw, 2.8rem);
	line-height: 1;
	text-align: center;
	color: var(--color-dark);
	text-transform: uppercase;
	padding-bottom: 1rem;
}

.packages-compare__body {
	border-bottom: 0;
}

.packages-compare__body .packages-compare__row {
	align-items: center;
	min-height: 4.2rem;
	border-bottom: 0.1rem solid #e3e7eb;

	&:last-child {
		border-bottom: none;
	}
}

.packages-compare__label {
	font-size: clamp(1.1rem, 2vw, 1.6rem);
	line-height: 1.25;
	color: var(--color-dark);
	padding: 0.7rem 0;
}

.packages-compare__value {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0;
}

.compare-check {
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	background: var(--color-red);
	-webkit-mask: url("../img/icon-check.svg") no-repeat center / contain;
	mask: url("../img/icon-check.svg") no-repeat center / contain;
}

.packages-compare__footer {
	position: relative;
	align-items: start;
	padding-top: 2rem;
}

.packages-compare__footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.15rem;
	background: repeating-linear-gradient(to right,
			var(--color-red) 0 1rem,
			transparent 1rem 2rem);
}

.packages-compare__price-label {
	font-family: var(--font-heading);
	font-size: clamp(1.4rem, 2vw, 2.8rem);
	line-height: 1;
	color: var(--color-dark);
	text-transform: uppercase;
	padding-top: 1.2rem;
}

.packages-compare__price-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
}

.packages-compare__price {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	align-items: center;
	line-height: 1;
	font-family: var(--font-heading);
}

.packages-compare__price-discount,
.packages-compare__sold-out {
	font-size: clamp(1.4rem, 2vw, 3.2rem);
	color: var(--color-red);
}

.packages-compare__price-current {
	font-size: clamp(1.3rem, 2vw, 2.8rem);
}

.packages-compare__price-old {
	font-size: clamp(1.3rem, 2vw, 2.4rem);
	opacity: 0.5;
	text-decoration: line-through;
}

.packages-compare__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 14.8rem;
	min-height: 4.8rem;
	padding: 1.2rem 2rem;
	border-radius: 0.6rem;
	background: var(--color-red);
	color: #fff;
	text-decoration: none;
	font-family: var(--font-heading);
	font-size: 1.8rem;
	line-height: 1;
	text-transform: uppercase;
	transition: transform 0.25s ease, background 0.25s ease;

	span {
		margin-left: .5rem;
	}
}

.packages-compare__button:hover {
	background: color-mix(in srgb, var(--color-red) 85%, black);
}

@media (max-width: 1024px) {
	.packages-compare__price {
		gap: 0;
	}

	.packages-compare {
		padding: 4rem 0;
	}

	.packages-compare__row {
		grid-template-columns: 2fr 1fr 1fr 1fr;
		column-gap: .5rem;
	}

	.packages-compare__title {
		margin-bottom: 3rem;
	}

	.packages-compare__label {
		font-size: 1.1rem;
	}

	.packages-compare__button {
		font-size: 1.2rem;
		min-width: auto;
		padding: 0.8rem;
		min-height: auto;
		width: 100%;

		span {
			display: none;
		}
	}
}

/* =========================
	 LETTER TO SANTA SECTION
========================= */
.letter-to-santa {
	padding: 6rem 0;
}

.letter-to-santa__inner {
	background: #fff;
	border-radius: 2rem;
	padding: 6rem 6rem 4rem;
}

.letter-to-santa-heading {
	text-align: center;
	padding-bottom: 5.6rem;
	position: relative;
	overflow: hidden;
	container-type: inline-size;
}

.letter-to-santa-heading > div {
	max-width: 75rem;
	margin: 0 auto;
}

.letter-to-santa-heading p {
	margin-bottom: .5rem;
}

.letter-to-santa-heading h2 {
	font-size: clamp(2.4rem, 2vw, 3.2rem);
}

.letter-to-santa-heading p {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	line-height: 1.4;
}

.letter-to-santa-heading::before,
.letter-to-santa-heading::after {
	content: ' ';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.letter-to-santa-heading::before {
	background-image: url(../img/asset-stick.png);
	left: 3rem;
	width: clamp(2rem, 17vw, 22rem);
	height: clamp(2rem, 18vw, 30rem);
	transform: rotate(-58deg);
	bottom: -8cqw;
}

.letter-to-santa-heading:after {
	background-image: url(../img/asset-box.png);
	width: 27rem;
	width: clamp(2rem, 17vw, 27rem);
	height: 22rem;
	height: clamp(2rem, 14vw, 22rem);
	right: 0;
	bottom: -4cqw;
	transform: rotateZ(45deg);
}

.letter-to-santa__header {
	text-align: center;
	margin-bottom: 4rem;
}

.letter-to-santa__title {
	margin: 0;
	font-size: clamp(3.2rem, 4vw, 6rem);
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 430px) {
	.letter-to-santa-heading-section {
		margin-top: -8rem;
	}

	.letter-to-santa__header {
		margin-bottom: 2rem;
	}

	.letter-to-santa__title {
		margin: 0;
		padding: 1rem 2rem;
	}
}

.letter-to-santa__content {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}

.letter-to-santa__editor {
	min-height: 50rem;
	border-radius: 1.6rem;
	background: #f5f5f5;
}

.letter-to-santa__divider {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-heading);
}

.letter-to-santa__divider::before {
	content: '';
	position: absolute;
	inset: 50% 0 auto;
	transform: translateY(-50%);
	height: 0.1rem;
	background: repeating-linear-gradient(to right, #dedede 0 1rem, transparent 1rem 1.5rem);
}

.letter-to-santa__divider-text {
	position: relative;
	z-index: 1;
	padding: 0 1.6rem;
	background: #fff;
	text-transform: uppercase;
	font-family: var(--font-heading);
	font-size: 2.4rem;
}

.letter-to-santa__steps {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
	gap: 2rem;
	align-items: start;
	padding: 2.4rem;
	background: #f9f4ec;
	border-radius: 0 0 1rem;
	position: relative;
	margin-top: 4rem;
	background-repeat: repeat;
}

.letter-to-santa__steps::before {
	content: '';
	position: absolute;
	top: -3rem;
	left: 0;
	width: 100%;
	height: 3rem;
	background-image: url(../img/paper-top-2.png);
	border-radius: 0.8rem 0.8rem 0 0;
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center;
}

.letter-to-santa__step {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.letter-to-santa__step-title {
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	font-weight: 600;
}

.letter-to-santa__step-text {
	margin: 0;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	line-height: 1.5;
	font-style: normal;
}

.letter-to-santa__step--boxed {
	background: #f5eee2;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	padding: 3rem .8rem;
	font-size: 1.4rem;
	line-height: normal;
	border-radius: .8rem;
}

.letter-to-santa__step-arrow {
	margin-top: 1rem;
}

.letter-to-santa__step-arrow svg {
	width: 4rem;
}

.letter-to-santa__step-image img {
	display: block;
	max-width: 20rem;
	height: auto;
}

@media (min-width: 961px) {
	.letter-to-santa-heading-section {
		padding-top: 7rem;
	}
}

@media (max-width: 960px) {
	.letter-to-santa-heading:after {
		height: 14rem;
		width: 14rem;
		right: 22%;
		bottom: -25%;
	}

	.letter-to-santa-heading {
		padding-bottom: 10rem;
	}

	.letter-to-santa-heading::before {
		width: 9rem;
		height: 16rem;
		left: 30%;
		bottom: -31%;
	}

	.letter-to-santa__steps {
		grid-template-columns: 1fr;
	}

	.letter-to-santa__stamp {
		max-width: 20rem;
	}

	.letter-to-santa__step,
	.letter-to-santa__step-arrow {
		width: 20rem;
		margin: 0 auto;
	}

	.letter-to-santa__step-arrow svg {
		transform: rotate(90deg);
		width: 4rem;
		margin: 2rem 0;
	}

	.letter-to-santa__inner {
		padding: 1.6rem;
	}

	.letter-to-santa__content {
		gap: 0;
	}
}

/* PROMO BANNER */
.promo-banner-section {
	padding-bottom: 7rem;
}

.promo-banner {
	background-image: url(../img/bg-promo-banner.jpg);
	background-size: cover;
	background-position: bottom;
	padding: 6rem 4.8rem;
	color: #FFF;
}

.promo-banner {
	border-radius: 2.4rem;
	display: flex;
	align-items: center;
}

.promo-banner__props img {
	margin-bottom: -4rem;
}

h2.promo-banner__title {
	font-size: clamp(3.2rem, 9vw, 7.2rem);
	margin-bottom: 1rem;
}

.promo-banner__description {
	margin-bottom: 3.2rem;
}

.promo-banner__info > div,
.promo-banner__info > h2 {
	max-width: 49rem;
}

.promo-banner > div {
	flex: 1;
}

@media (max-width:679px) {
	.promo-banner-section {
		padding-bottom: 1.6rem;
	}

	.promo-banner {
		flex-direction: column;
		overflow: hidden;
		padding: 3.2rem 2.4rem;
		align-items: baseline;
	}

	.promo-banner__props img {
		transform: scale(1.2);
		margin-top: 5rem
	}
}

/* END PROMO BANNER */
.page-section--richtext {
	margin: 0;
	padding-bottom: 6rem;

	a {
		color: var(--color-red);
		font-weight: 600;
	}
}

/* =========================
	 CONTENT SPLIT
========================= */
.content-split {
	padding-bottom: 10rem;
}

.content-split__container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.content-split__heading {
	font-size: clamp(3.5rem, 5vw, 5.6rem);
}

.content-split__heading span {
	font-family: var(--font-cursive);
	color: var(--color-green);
	display: block;
}

@media (min-width: 768px) {
	.content-split {
		padding-bottom: 10rem;
	}

	.content-split__container {
		grid-template-columns: 1fr 1fr;
	}
}

/* =========================
	 FEATURE CARDS		
========================= */
.feature-cards {
	padding-bottom: 10rem;
	position: relative;
}

h2.feature-cards__title {
	text-align: center;
	font-size: clamp(3.2rem, 3vw, 4.8rem);
	margin: 0;
}

.feature-cards__cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding-top: 9rem;
	gap: 1.6rem;
}

.feature-card {
	background-color: var(--color-green);
	padding: 4.7rem 4rem 22rem;
	min-height: 50rem;
	border-radius: 2.4rem;
	font-size: clamp(1.4rem, 2vw, 2rem);
	color: #FFF;
	font-weight: 500;
	line-height: 1.5;

	&::before {
		content: '';
		position: absolute;
		transform: rotate(15deg);
		bottom: -12rem;
		right: -4rem;
		width: clamp(16rem, 15vw, 24rem);
		height: clamp(16rem, 25vw, 40rem);
	}

	&:nth-child(1) {
		background-color: var(--color-pink);
		color: var(--color-dark);

		&::before {
			background: url('../img/asset-sock-postmark.png') no-repeat center / contain;
		}

		&::after {
			opacity: 0.4;
		}
	}

	&:nth-child(2) {
		background-color: var(--color-red);
		color: #FFF;

		&::before {
			background: url('../img/asset-phone-branch.png') no-repeat center / contain;
			transform: none;
			width: clamp(16rem, 25vw, 34rem);
			right: -10rem;
		}
	}

	&:nth-child(3) {
		background-color: var(--color-green);

		&::before {
			background: url('../img/asset-desktop.png') no-repeat center / contain;
			transform: none;
		}
	}
}

.feature-card__title {
	font-size: clamp(3.2rem, 3vw, 4.8rem);
}

.feature-card ul {
	padding-left: 1rem;
	display: flex;
	flex-direction: column;
	gap: .8rem;
}

@media (max-width: 991px) {
	.feature-cards__title {
		padding: 0 5rem;
	}

	.feature-cards {
		padding-bottom: 5rem;
		padding-top: 10rem;
	}

	.feature-cards__cards {
		grid-template-columns: 1fr;
		padding-top: 4rem;
	}

	.feature-card {
		padding: 3.2rem 2.4rem 13.5rem;
		width: 100%;
		margin: 0 auto;
		max-width: 50rem;
		height: auto;
		min-height: auto;

		&::before {
			bottom: 0;
		}
	}

	.feature-card:nth-child(1)::before {
		width: 18rem;
		height: 23rem;
		bottom: -5rem;
	}

	.feature-card:nth-child(2)::before {
		width: 30rem;
		height: 30rem;
		right: -11rem;
		bottom: -9rem;
	}

	.feature-card:nth-child(3)::before {
		width: 20rem;
		height: 30rem;
		bottom: -7rem;
	}
}

/*==========================
	 BENEFITS SECTION
========================== */
.benefits-section {
	padding-bottom: 10rem;
	background: #fff;
}

.benefits-section__container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.benefits-section__title {
	font-size: clamp(3.2rem, 4vw, 4.8rem);
	text-align: center;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 0 6rem;

	&::before,
	&::after {
		content: '';
		position: absolute;
		top: 0;
		transform: translateY(-50%);
		background: url('../img/star.png') no-repeat center / contain;
	}

	&::before {
		left: 0;
		width: 3.8rem;
		height: 3.2rem;
	}

	&::after {
		right: 0;
		width: 4.6rem;
		height: 4.2rem;
	}
}

.benefits-section__description {
	font-size: 2rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
}

.benefits-section__description ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	justify-content: space-around;
}

.benefits-section__description li {
	position: relative;
	padding-left: 2.2rem;
	font-size: clamp(1.6rem, 2vw, 1.6rem);
	line-height: 1.4;
	list-style: none;

	&::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0.2rem;
		width: 1.4rem;
		height: 1.4rem;
		background: var(--color-red);
		mask: url('../img/icon-check.svg') no-repeat center / contain;
	}
}

@media (max-width: 767px) {
	.benefits-section__description ul {
		justify-content: flex-start;
		flex-direction: column;
		padding: 0 2.4rem;
	}

	.benefits-section {
		padding-bottom: 5rem;
	}

	.benefits-section__title {
		padding: 0;

		&::before,
		&::after {
			display: none;
		}
	}
}

/* =========================
	 PRODUCT HERO
========================= */
.product-hero {
	padding: 18rem 0 7rem;
}

/* layout */
.product-hero__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5.6rem;
}

.product-hero__slider-w {
	background-color: var(--color-green);
	border-radius: 2.4rem;
}

.product-hero__info {
	font-weight: 500;
}

/* heading */
.product-hero__eyebrow {
	margin-bottom: 1.6rem;
}

.product-hero__title {
	font-size: 5.6rem;
	letter-spacing: 0;
}

/* slider controls */
.product-hero .slider__wrapper {
	padding: 4rem 10rem;
}

.product-hero .slider__controls {
	width: calc(96%);
	position: absolute;
	left: 0;
	top: 45%;
	margin: 0 auto;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-hero .slider__control {
	min-width: 4.8rem;
	min-height: 4.8rem;
}

.product-hero .slider__control {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 100rem;
}

.product-hero .slider__control--prev::before,
.product-hero .slider__control--next::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 17px;
	background: url('../img/icon-arrow.svg') no-repeat center / contain;
}

.product-hero .slider__control--next::after {
	transform: rotate(180deg);
}

/* product options */
.product-hero__options {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.8rem;
	margin-bottom: 4rem;
}

.product-hero__product-option {
	height: 12rem;
	padding: 1.2rem;
	text-align: center;
	cursor: pointer;
	border: 2px solid #E5EAEE;
	border-radius: 0.8rem;
	position: relative;
	overflow: hidden;

	&::before {
		content: '';
		display: block;
		position: absolute;
		bottom: -40%;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	&:nth-child(1)::before {
		background-image: url('../img/small-letter-1.png');
	}

	&:nth-child(2)::before {
		background-image: url('../img/small-letter-2.png');
	}

	&:nth-child(3)::before {
		background-image: url('../img/small-letter-3.png');
	}

	&:nth-child(4)::before {
		background-image: url('../img/small-letter-x.png');
	}
}

.product-hero__product-option.selected,
.product-hero__product-option:hover {
	background: #fdf5f4;
	border-color: var(--color-red);
}

#product_count {
	height: auto;
	border: 0;
}

/* testimonial */
.product-hero__testimonial {
	display: grid;
	grid-template-columns: 1fr 18rem;
	margin-bottom: 4rem;
	background: #f9f9f9;
	border-radius: .8rem
}

.product-hero__testimonial-text {
	padding: 2.4rem 1.6rem;
}

.product-hero__testimonial-text img {
	max-width: 9rem;
	margin-bottom: 1.2rem;
}

.product-hero__testimonial-props {
	position: relative;
	overflow: hidden;
}

.product-hero__testimonial-props img {
	position: absolute;
	bottom: -2rem;
	right: 2rem;
	object-fit: cover;
	max-width: 16rem;
}

/* price */
.btn__old-price {
	opacity: 0.45;
	text-decoration: line-through;
}

/* =========================
	 LETTER FEATURES
========================= */
.letter-features {
	padding: 11rem 0;
}

.letter-features__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12rem;
	align-items: start;
	container-type: inline-size;
	margin: 4rem 0;
}

.letter-features__media {
	position: relative;
}

.letter-features h2 {
	font-size: 5.6rem;
	text-align: center;
}

.letter-features h2 em {
	display: block;
	font-family: var(--font-cursive);
	font-style: normal;
	color: var(--color-red);
}

.letter-features__cta {
	text-align: center;
}

.letter-features__image {
	display: block;
	width: 42rem;
	height: 54.3rem;
	margin: 0 auto;
	max-width: none;
}

.letter-features__content {
	position: relative;
	min-height: 54rem;
}

.letter-feature {
	position: absolute;
	left: 0;
	width: 100%;
}

.letter-feature::before {
	content: '';
	position: absolute;
	top: 0.9rem;
	right: calc(100% + 1.2rem);
	width: 16rem;
	/* border-top: 0.2rem dashed var(--color-red); */
	height: .2rem;
	background: var(--dashed-pattern);
}

.letter-feature::after {
	content: '';
	position: absolute;
	top: 0.45rem;
	right: calc(100% + -0.8rem);
	width: 0.9rem;
	height: 0.9rem;
	background: var(--color-red);
	border-radius: 50%;
}

.letter-feature__title {
	margin-bottom: 0.8rem;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	line-height: 1;
	text-transform: uppercase;
	padding-left: 2rem;
}

.letter-feature__text {
	font-size: clamp(1rem, 1vw, 1.6rem);
}

/* manual positions */
.letter-feature--1 {
	top: 5.8rem;
}

.letter-feature--1::before {
	width: clamp(12rem, 23cqw, 32rem);
}

.letter-feature--2 {
	top: 16rem;
}

.letter-feature--2::before {
	width: clamp(12rem, 40cqw, 53rem);
}

.letter-feature--3 {
	top: 26rem;
}

.letter-feature--3::before {
	width: clamp(9rem, 17cqw, 22rem);
}

.letter-feature--4 {
	top: 32.8rem;
}

.letter-feature--4::before {
	width: clamp(9rem, 17cqw, 22rem);
}

.letter-feature--5 {
	top: 40rem;
}

.letter-feature--5::before {
	width: clamp(9rem, 21cqw, 30rem);
}

/*===========
	HOW IT WORKS
============*/
.how-it-works {
	padding-top: 20rem;
	text-align: center;
}

h2.how-it-works__title {
	margin: 0;
	font-size: 5.6rem;
}

.how-it-works__steps {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 8rem 0;
}

.how-it-works-step {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	padding: 0 3rem;
}

.how-it-works-step::before {
	content: '';
	position: absolute;
	top: 5rem;
	right: 0;
	width: 50%;
	height: .2rem;
	background: var(--dashed-pattern);
}

.how-it-works-step:nth-child(2)::before {
	left: 0;
	right: 0;
	width: 100%;
}

.how-it-works-step:nth-child(3)::before {
	left: 0;
}

.how-it-works-step__number {
	position: relative;
	padding: 2rem;
	font-family: var(--font-heading);
	font-size: 3.2rem;
}

.how-it-works-step__number svg {
	position: absolute;
	inset: 0;
	width: 8rem;
	margin: 0 auto;
	color: var(--color-red);
	background: #FFF;
}

.how-it-works-step__number span {
	position: relative;
	display: block;
	margin-top: 6px;
	margin-left: -6px;
	color: #FFF;
}

h4.how-it-works-step__title {
	margin: 0;
	font-size: 3.2rem;
}

/* =========================
	 LETTERS SLIDER
========================= */
.letters-slider .container {
	max-width: 200rem;
	padding: 0;
	position: relative;

	/* add stars pseudo ellements */
	&::before,
	&::after {
		content: '';
		position: absolute;
		background: url('../img/star.png') no-repeat center / contain;
	}

	&::before {
		top: 2rem;
		left: 27%;
		width: clamp(4rem, 5vw, 8rem);
		height: clamp(4rem, 5vw, 8rem);
	}

	&::after {
		bottom: -7rem;
		right: 20%;
		width: clamp(3rem, 3vw, 5rem);
		height: clamp(3rem, 3vw, 5rem);
	}
}

.letters-slider {
	overflow: hidden;
	padding: 10rem 0 20rem;
}

.letters-slider__title {
	margin: 0 0 5.6rem;
	text-align: center;
	font-size: clamp(3.2rem, 4vw, 5.6rem);
}

.letters-slider__viewport {
	overflow: hidden;
}

.letters-slider__track {
	display: flex;
	width: max-content;
	animation: letters-slider-marquee 30s linear infinite;
	will-change: transform;
	gap: 1.6rem;
}

.letters-slider__group {
	display: flex;
	flex-shrink: 0;
	gap: 1.6rem;
}

.letters-slider__item {
	flex: 0 0 auto;
	width: clamp(14rem, 18vw, 24rem);
	overflow: hidden;
}

.letters-slider__item img {
	width: 100%;
	max-height: 30rem;
	object-fit: cover;
	display: block;
	border-radius: .6rem;
	height: auto;
}

@keyframes letters-slider-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50%));
	}
}

/* =========================
	 NINJA FORMS
========================= */
.nf-form-fields-required {
	display: none;
}

.form-wrapper {
	padding: 5.6rem;
	background: #F9F9F9;
	border-radius: 2.4rem;
}

.nf-form-cont {
	background: #FFF;
	padding: 2.4rem;
	border-radius: 1.6rem;
	border: 1px solid #E5EAEE;
}

nf-fields-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

nf-field {
	width: 100%;
}

.nf-form label {
	color: #030B17;
	opacity: .6;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.nf-field-element input,
.field-wrap textarea {
	padding: .8rem 1.2rem;
	border-radius: .4rem;
	border-color: #E5EAEE;
}

.nf-form-content .nf-field-container {
	margin-bottom: 0;
}

.nf-field-container .label-right .nf-field-label {
	font-weight: 500;
	opacity: 1;
	line-height: normal;
}

.nf-field-container .nf-field-element .checkbox-container {
	margin: 0;
}

.nf-field-container .nf-field-label label {
	font-weight: 500;
}

.field-wrap .nf-field-element input[type=submit] {
	background: var(--color-red);
	border: 0;
	color: #FFF;
	font-family: var(--font-heading);
	font-size: clamp(1.6rem, 2vw, 2.6rem);
	display: block;
	width: 100%;
	padding: 2.4rem;
	border-radius: 1.2rem;
	margin-top: 4rem;
	cursor: pointer;

	&:hover {
		background: color-mix(in srgb, var(--color-red) 85%, black);
	}
}

@media (max-width: 767px) {
	.form-wrapper {
		padding: 1.2rem;
	}

	.field-wrap > div input[type=checkbox] {
		transform: scale(1.2);
	}

	.field-wrap .nf-field-element input[type=submit] {
		padding: 1.6rem;
		margin: 0;
		border-radius: .6rem;
	}

	.nf-form-cont {
		padding: 1.6rem;
	}

	.label-above .nf-field-label {
		margin-bottom: .5rem;
	}
}

/* custom styles for letter to santa form */
.letter-to-santa__form {
	h3 {
		font-size: clamp(1.6rem, 2vw, 2.4rem);
	}

	.field-wrap textarea {
		max-height: 8.2rem;
	}
}

@media (min-width: 767px) {
	.letter-to-santa__form {

		nf-field:nth-child(2),
		nf-field:nth-child(3) {
			width: calc(50% - 0.5rem);
		}

		nf-field:nth-child(4) {
			margin-top: 2rem;
		}

		.textarea-wrap {
			margin-bottom: 3rem;
		}

		.nf-form-content .label-right .nf-field-label {
			padding-left: 0;
		}
	}
}

/* end ninja forms */
/* =========================
	 ORDER FORM
========================= */
.order-form {
	margin: 0 auto;
	padding: 5.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	background: #f9f9f9;
	border-radius: 2.4rem;
	position: relative;
	z-index: 1;
	align-items: center;
}

.order-form--loading {
	opacity: 0.6;
}

.order-form__wrapper {
	padding: 6rem 10rem 4rem;
	background: #fff;
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
}

.order-form__wrapper > h2 {
	margin: 2rem 0 4rem;
	font-size: clamp(3.6rem, 5vw, 7.2rem);
	text-align: center;
}

.order-form__wrapper .submit-button {
	width: 100%;
}

.form-step {
	width: 100%;
	margin: 0 auto;
	padding: 2.4rem;
	background-color: #fff;
	border: 1px solid #E5EAEE;
	border-radius: 2.4rem;
	gap: 3.2rem;
	display: grid;
}

.form-step hr {
	grid-column: 1/-1;
	border-color: #CAC2AF;
	opacity: 0.2;
}

.form-step__heading {
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	margin: 0;
}
.form-step__heading .sub-heading {
    display: block;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
}

.form-step--customer-info fieldset {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.form-step--customer-info-saved {
	display: none;
}

.form-field--full {
	grid-column: 1 / -1;
}

.form-field:has(.input-prefix) {
	display: flex;

	&:has(.input-label) {
		align-items: flex-end;
	}

	.input-wrapper {
		flex: 1;
	}
}

.fieldset--loading {
	opacity: 0.6;
	pointer-events: none;
}

.input-prefix,
.input-suffix {
	font-family: var(--font-handwritten);
	font-size: 2.4rem;
}

.input-prefix {
	min-width: 3rem;
	padding-right: .8rem;
	padding-bottom: .8rem;
}

.input-suffix {
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 3rem;
}

.btn-link {
	font-family: var(--font-heading);
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	text-transform: uppercase;
	color: var(--color-red);
	text-decoration: underline;
	line-height: 1;
}

.input-counter {
	font-family: var(--font-body);
	font-style: italic;
	font-size: 1.2rem;
}

.form-order__bottom-text {
	font-size: clamp(1rem, 2vw, 1.6rem);
	text-align: center;
}

.form-order__bottom-text a {
	color: var(--color-red);
	font-weight: 500;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.order-form {
		padding: .8rem;
	}

	.order-form__wrapper {
		padding: 2.4rem 1.6rem;
	}

	.order-form__wrapper h2 {
		margin: 0 0 1.6rem;
	}

	.order-form__wrapper .submit-button {
		height: 4.6rem;
		padding: 1.6rem;
		border-radius: .6rem;
		font-size: clamp(1.6rem, 2vw, 2.4rem);
	}

	.form-step {
		padding: 1.6rem;
	}
}

@media (max-width: 430px) {
	.form-field label {
		font-size: 1rem;
	}

	.form-fields,
	.form-step--customer-info fieldset {
		grid-template-columns: 1fr;
	}

	.form-order__bottom-text {
		max-width: 80%;
	}

	.form-step {
		border-radius: 1.6rem;
		gap: 1.6rem;
	}
}

/* =========================
	 POSTCARD FORM	
========================= */
.page-product-postcard, .page-postcard{
	background-color: var(--color-tan);
}

.postcard-form {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	padding: 5.6rem;
	background: #F9F9F9;
	border-radius: 2.4rem;
}

.postcard-form .form-step__heading {
	margin-bottom: .5rem;
}

.form-step--postcard-front {
	gap: 2.4rem;
}

.postcard-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.postcard-option {
	overflow: hidden;
	border-radius: .4rem;
	position: relative;
}

.postcard-option input {
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.postcard-option label {
	overflow: hidden;
	display: block;
	border-radius: .4rem;
	border: 2px solid #f9f9f9;
}

.postcard-option:has(:checked) {
	border-radius: 2.4rem;
	border: 4px solid var(--color-red);
}

.postcard-option label:has(:checked) {
	border: 4px solid var(--color-pink);
	display: block;
	border-radius: 2rem;
	overflow: hidden;
}

@media (max-width: 767px) {
	.postcard-option:has(:checked) {
		border-radius: .8rem;
	}

	.postcard-option label:has(:checked) {
		border-radius: .2rem;
	}
}

/* Decorative elements for postcard form */
@media (min-width: 1100px) {
	.page-section--postcard {

		.order-form__wrapper::before,
		.order-form__wrapper::after {
			content: '';
			position: absolute;
			bottom: 5rem;
			width: 15rem;
			height: 40rem;
			background: url('../img/props-branch-2.png') no-repeat center / contain;
		}

		.order-form__wrapper::before {
			transform: rotate(-33deg);
			right: 0;
		}

		.order-form__wrapper::after {
			transform: rotate(26deg);
			left: 0;
			bottom: -1rem;
		}

		.order-form::before,
		.order-form::after {
			position: absolute;
			content: '';
			background: url(../img/star.png) no-repeat center / contain;
			width: 6rem;
			height: 6rem;
		}

		.order-form::before {
			top: 15%;
			left: -3rem;
		}

		.order-form::after {
			bottom: 40%;
			right: -3rem;
		}
	}
}

@media (max-width: 1100px) {
	.order-form::after {
		position: absolute;
		content: '';
		background: url(../img/star.png) no-repeat center / contain;
		width: 6rem;
		height: 6rem;
		bottom: 37%;
		right: -3.5rem;
	}
}

.form-step--postcard-message {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: auto auto auto;
	row-gap: 3.2rem;
	background-color: var(--color-tan);
}

.form-step--postcard-message .form-step__heading {
	margin-bottom: 0;
}

.form-step--postcard-message .form-field label {
	font-size: clamp(1rem, 2vw, 1.2rem);
}

.postcard-grid-row--top,
.postcard-grid-row--bottom {
	grid-column: 1 / -1;
}

.postcard-grid-row--main {
	position: relative;
	grid-column: 1;
	min-width: 0;
	padding-right: 3.2rem;
	margin-right: 3.2rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.postcard-grid-row--main::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: repeating-linear-gradient(to bottom,
			var(--color-red) 0 8px,
			transparent 8px 20px);
}

.postcard-grid-row--fixed {
	grid-column: 2;
	width: 32rem;
}

.postcard-grid-row--bottom {
	grid-row: 5;
}

.postcard__starting-message,
.postcard__closing-message {
	display: inline;
	margin: 0;
	font-family: var(--font-handwritten);
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	line-height: 1.2em;
}
/*
@media (min-width: 767px){
	.editable-text-wrapper{
		min-height: 25rem;
	}
}
*/

.postcard__starting-message {
	display: inline-block;
	white-space: pre-line;
	display: inline;
}

.editable-text-wrapper .input-wrapper {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	gap: .8rem;
}

.form-step--postcard-message .btn {
	min-width: 8rem;
	padding: 1rem 2.4rem;
	border-radius: .8rem;
	height: auto;
}

.postcard-message-options {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.postcard-message-options .form-field--required .input-prefix {
	position: relative;
	align-items: end;
	padding-top: .5rem;
	padding-bottom: 0;
}

.postcard-message-options .form-field--required .input-prefix::after {
	content: '*';
	position: absolute;
	right: 8px;
	font-family: var(--font-body);
	font-size: 16px;
	color: var(--color-red);
}

.postcard-message-options select {
	color: var(--color-dark);
}

.postcard-mail__stamp img {
	max-width: clamp(6.2rem, 7vw, 10.8rem);
	margin-left: auto;
	transform: rotate(6deg);
	margin-bottom: 3.2rem;
	display: block;
}

.postcard-mail__header {
	margin-bottom: 2.4rem;
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
}

.postcard-mail__header button {
	text-align: right;
}

.postcard-mail__heading {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.6rem;
	text-transform: uppercase;
	color: var(--color-red);
}

.postcard-mail__fields {
	grid-template-columns: 1fr 1fr;
}

.signature-selector-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.postcard__signature {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.postcard__signature img {
	max-height: 7.6rem;
}

.postcard-birthday__label {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: clamp(1rem, 2vw, 1.4rem);
	color: color-mix(in srgb, currentColor 60%, transparent);
}

.postcard-confirmation .postcard-confirmation__label {
	display: flex;
	gap: .5rem;
	margin-top: 3.2rem;
}

.postcard-confirmation .postcard-confirmation__label::after {
	display: none;
}

#postcard-confirmation {
	margin-top: .2rem;
}

.postcard-confirmation__text {
	font-size: clamp(1rem, 2vw, 1.4rem);
	line-height: normal;
	line-height: 1.5;
}

@media (max-width: 1100px) {
	.postcard-form {
		align-items: center;
		padding: .8rem;
	}

	.postcard-options {
		grid-template-columns: 1fr 1fr;
		gap: 1.2rem;
	}

	.postcard-option:has(input[name="product_variant"]:checked) .postcard-option__image,
	.postcard-option:has(input[name="product_variant"]:checked) .postcard-option__image img {
		border-width: 2px;
		border-radius: 1px;
	}

	.form-step--postcard-message {
		grid-template-columns: 1fr;
		row-gap: 1rem;
	}

	.form-step--postcard-message .form-step__heading {
		padding: 0 0 1rem;
	}

	.postcard-grid-row.postcard-grid-row--main {
		grid-row: auto;
		padding-right: 0;
		margin-right: 0;
	}

	.postcard-grid-row--main {
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.postcard-grid-row--main::after {
		top: auto;
		bottom: -5px;
		width: 100%;
		height: 2px;
		background: repeating-linear-gradient(to right,
				var(--color-red) 0 8px,
				transparent 8px 20px);
	}

	.postcard-grid-row--fixed {
		grid-column: auto;
		width: auto;
	}

	.postcard-grid-row--bottom {
		grid-row: auto;
		padding-top: 1rem;
	}

	.postcard-mail__fields.form-fields {
		gap: .8rem;
	}

	.postcard-mail--has-previous-address .postcard-mail__stamp img {
		margin-bottom: 1.6rem;
	}

	.postcard-mail:not(.postcard-mail--has-previous-address) .postcard-mail__stamp img {
		margin-bottom: -1.6rem;
	}

	.postcard__signature img {
		max-height: 5.2rem;
	}
}

@media (max-width: 430px) {
	.postcard-mail__fields {
		grid-template-columns: 1fr;
	}
}

/* decorative stars for postcard cart modal */
.popup-modal__inner::before,
.popup-modal__inner::after {
	content: "";
	position: absolute;
	width: 5rem;
	height: 5rem;
	background: url("../img/star.png") no-repeat center / contain;
	pointer-events: none;
}

.popup-modal__inner::before {
	top: 3.2rem;
	left: 9.6rem;
	width: 2.5rem;
	height: 2.5rem;
}

.popup-modal__inner::after {
	top: 9rem;
	right: 6.4rem;
}

@media (max-width: 430px) {
	.popup-modal__inner::before {
		left: 2rem;
		top: 5rem;
	}

	.popup-modal__inner::after {
		top: auto;
		right: 1rem;
		bottom: 0;
	}
}

/***** CHECKOUT *****/
.woocommerce-table th {
	text-align: left;
}

.woocommerce-table .wc-item-meta {
	list-style-type: none;
	padding: 0;
	margin: 0;

	li {
		margin: 1em 0 0;
	}
}

.woocommerce-columns--2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.woocommerce-thankyou-order-details {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.woocommerce-customer-details,
.woocommerce-order-details {
	margin-top: 3rem;
	padding: 4rem 5rem;
	border-radius: 5rem;
	background: var(--color-tan);
}

@media (max-width: 900px) {

	.woocommerce-thankyou-order-details,
	.woocommerce-columns--2 {
		grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
	}

	.woocommerce-customer-details,
	.woocommerce-order-details {
		padding: 2rem 3rem;
	}
}

#order-notes{
	display: none;
}

@media (min-width: 767px) {	
	.wp-block-woocommerce-checkout-order-summary-block {
			margin-bottom: 2rem;
	}
}
.user-logged-out{
	.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    background: var(--color-red);
    font-family: 'Bayon';
    color: #FFF;
    text-decoration: none;
    font-size: 1.8rem;
    padding: .5rem 3rem;
    border-radius: .4rem;
    margin-top: 0;
	}
	.wc-block-components-checkout-step__heading {
			display: flex;
			align-items: flex-end;
			justify-content: space-between;
			
	}

	.wc-block-components-checkout-step__heading-content::before {
			content: 'Already have an account?';
			line-height: normal;
			font-size: 1.4rem;
	}

	.wc-block-components-checkout-step__heading-content {
			display: flex;
			align-items: center;
			gap: 1rem;
	}
	@media (max-width: 767px) {
		.wc-block-components-checkout-step__heading-content {
				flex-direction: column;
				align-items: end;
		}

		.wc-block-components-checkout-step__heading-content::before {
				font-size: 1.2rem;
		} 
		.wc-block-components-checkout-step__heading-content::before{
			display: none;
		}
	}
}

@media (max-width: 767px) {	
	.wp-block-woocommerce-checkout-order-summary-block {
			margin-bottom: 2rem;
	}
}



/***** END CHECKOUT *****/
/* =========================
	 CALL FORM
========================= */
.page-product-call, .page-call {
	background-color: var(--color-tan);
}
.page-section--call-form fieldset {
	grid-template-columns: 1fr 1fr;
}

.page-section--call-form .form-field:has(input:disabled) {
	display: none;
}

.radio-options {
	position: relative;
}

.radio-options input[type="radio"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.radio-options label {
	display: block;
	border: 1px solid #E5EAEE;
	text-align: center;
	border-radius: .8rem;
	padding: 1.2rem;
	margin: 0;
}

.radio-options:has(:checked) label {
	color: var(--color-red);
	border-color: var(--color-red);
	background-color: color-mix(in srgb, var(--color-red) 10%, transparent);
	font-weight: 600;
}

.preview-audio-wrapper {
	grid-column: 1 / -1;
}

.preview-audio-button {
	display: inline-flex;
	align-items: center;
	gap: .8rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color-dark);
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
}

.preview-audio-button__icon {
	width: 0;
	height: 0;
	border-top: .5rem solid transparent;
	border-bottom: .5rem solid transparent;
	border-left: .8rem solid var(--color-red);
}

.preview-audio-button__text {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.preview-audio-wrapper.is-playing .preview-audio-button__icon {
	width: .8rem;
	height: 1rem;
	border: 0;
	background: linear-gradient(to right,
			var(--color-red) 0 .25rem,
			transparent .25rem .55rem,
			var(--color-red) .55rem .8rem);
}

.input-wrapper--phone input {
	max-width: 20rem;
}

.page-section--call-form .check-list {
	padding: 0;
	margin: 0;
	line-height: normal;
	display: grid;
	gap: 1.2rem;
}

.check-list li::before {
	width: 2rem;
	height: 2rem;
}

.call-options {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.call-option label {
	display: flex;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
}

.call-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.call-option label::before {
	content: "";
	width: 2rem;
	height: 2rem;
	flex: 0 0 2rem;
	border: 1px solid #e1e5e9;
	border-radius: 50%;
	background: #fff;
}

#step-instructions,
.call-options label {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}
#step-instructions {
    margin-bottom: 3.2rem;
}

.call-option label:has(input[type="radio"]:checked)::before {
	border-color: var(--color-red);
	background: radial-gradient(circle,
			#fff 0 36%,
			var(--color-red) 38% 100%);
}

.credits-heading {
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	margin: 0;
}

.credits-heading span {
	color: var(--color-red);
	font-family: var(--font-body);
	font-weight: 500;
}

.page-section--call-form .order-form--buy-credits .form-step:not(#step-credits),
.page-section--call-form .order-form--buy-credits #call-now,
.page-section--call-form .order-form--buy-credits #call-now-message,
.page-section--call-form .order-form--buy-credits #buy-more-credits {
	display: none;
}

@media (max-width: 767px) {
	.page-section--call-form fieldset {
		grid-template-columns: 1fr;
	}

	.page-section--call-form .form-step {
		gap: 1.6rem;
	}

	.radio-options label {
		line-height: normal;
	}

	.page-section--call-form .form-fields {
		gap: 0.8rem 1rem
	}
}

/* MY ACCOUNT */
.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 1fr 3fr;	
	gap:2rem;
	.required {
		color: var(--color-red);
	}
}

/* Navigation */
.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 2rem 0;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 1.8rem;
	background: var(--color-green);
}

.woocommerce-MyAccount-navigation a {
	display: flex;
	padding: 1.5rem 3rem;
	color: #fff;
	font-family: var(--font-heading);
	font-size: clamp(1.8rem, 2vw, 2.8rem);
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.woocommerce-MyAccount-navigation .is-active a {
	background: var(--color-dark-red);
	color: var(--color-tan);
}

.woocommerce-MyAccount-navigation a:hover {
	background: var(--color-tan);
	color: #000;
}

/* Content */
.woocommerce-MyAccount-content {
	background: var(--color-tan);
	border-radius: 1.8rem;
	padding: 4rem 4rem;

	a:not(.button) {
		color: var(--color-red);
		font-weight: 600;

		&:hover {
			color: var(--color-dark-red);
		}
	}
}

.woocommerce-MyAccount-content .button {
	padding: 0.8rem 3rem;
	font-size: clamp(1.8rem, 2vw, 2rem);
	height: inherit;
	border-radius: 0.8rem;
}

.woocommerce-MyAccount-content mark{
	background-color: transparent;
	font-weight: 500;
}

/* Orders */
.woocommerce-orders .woocommerce-MyAccount-content td {
	text-align: center;
}

.woocommerce-orders .woocommerce-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

/* Addresses */
.u-columns.woocommerce-Addresses.col2-set.addresses {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
	gap: 2rem;
}

.woocommerce-Address,
.woocommerce-customer-details {
	background: #fff;
	padding: 2rem;
	border-radius: 1.8rem;
	border: 1px solid #C3C3C3;
}

/* Edit Account */
.woocommerce-EditAccountForm {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
	gap: 2rem;

	.clear {
		display: none;
	}

	p:last-child {
		grid-column: 1;
	}

	em {
		font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    margin-top: 1rem;
	}
}
p.order-again {
    margin-top: 1.5rem;
}

.woocommerce-edit-account legend {
	padding-inline: inherit;
	font-weight: bold;
	margin-bottom: 1rem;
}
.woocommerce-orders-table__cell-order-actions {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
    flex-direction: column;
}

.woocommerce-orders-table__cell-order-actions a:nth-child(1) {
    background: var(--color-red);
    color: #FFF;
}

.woocommerce-orders-table__cell-order-actions a {
    background: transparent;
    color: var(--color-red);
    border: 1px solid;
}

.woocommerce-orders-table__cell-order-actions a:hover {
    color: #FFF;
}

/* Edit Address */
.woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;

	.select2-container .select2-selection--single {
		height: 37px;
		border: 1px solid var(--color-gray);
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 5px;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 37px;
		font-size: 1.4rem;
	}
}

/* Downloads */
.woocommerce-downloads {
	.wc-forward {
		display: block;
		max-width: 20rem;
		margin-top: 1rem;
	}
}

.woocommerce-pagination{
    margin-top: 2rem;
}

/* View Order */
.woocommerce-view-order {

	.woocommerce-order-details{
		padding: 0;
	}

	.woocommerce-table__product-total {
		vertical-align: top;
	}
	.order_details {
    background: #FFF;
    border-radius: 1.8rem;
    overflow: hidden;
    border: 1px solid #C3C3C3;
    border-spacing: 0;    
    margin-top: 2rem;
    line-height: 1.5em;
	}

	.order_details li {
			display: flex;
			gap: 1rem;
	}

	.order_details td, .order_details th {
			padding: 1.5rem;
	}

	.wc-item-meta {
			display: none;
	}
	.product-total {
    text-align: right;
	}

	tfoot tr td:nth-child(2) {
			text-align: right;
	}

	tfoot tr th:nth-child(1) {
			text-align: left;
	}
	.order_details a{
		text-decoration: none;
	}
	.order-item {
    display: flex;
    gap: 1rem;
	}

	.woocommerce-table__product-name {
			display: flex;
			align-items: center;
			justify-content: space-between;
	}

	.order-item-details {
			display: flex;
			gap: 1rem;
	}

	.order-item-tracking-info {
		background: #fcfbf9;
		padding: 2rem;
		border-radius: 1rem;
		border: 1px solid #CCC;
		font-size: 1.4rem;
		margin-top: 1rem;
	}

	.tracking-number,
	.carrier-name,
	.carrier-status-description,
	.status-code,
	.estimated-delivery {
		margin-bottom: .6rem;
	}

	.order-item-tracking .button {
    font-size: 1.4rem;
    padding: .8rem 2rem;
    margin-top: 1rem;
		border-radius: .4rem
	}
	.order_details .tracking-events {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 0;
		list-style: none;
		margin: 1.4rem 0 0;
		padding: 0 0 0 2.6rem;
	}

	.order_details .tracking-event {
		position: relative;
		display: block;
		gap: 0;
		padding: 0 0 1.8rem;
	}

	.order_details .tracking-event::before {
		content: '';
		position: absolute;
		left: -2.1rem;
		top: .35rem;
		width: 1rem;
		height: 1rem;
		border-radius: 50%;
		background: #008b61;
		z-index: 1;
	}

	.order_details .tracking-event::after {
		content: '';
		position: absolute;
		left: -1.65rem;
		top: .5rem;
		bottom: -.5rem;
		width: 2px;
		background: #d9e3df;
	}

	.order_details .tracking-event:last-child {
		padding-bottom: 0;
	}

	.order_details .tracking-event:last-child::after {
		display: none;
	}

	.tracking-event-content {
		display: flex;
		flex-direction: column;
		gap: .2rem;
	}

	.event-description {
		font-weight: 700;
		line-height: 1.35;
	}

	.event-timestamp,
	.event-location {
		color: #555;
		font-size: 1.4rem;
		line-height: 1.35;
	}
	}
@media (max-width:430px) {
	.woocommerce-view-order .order-item {
		flex-direction: column;	
	}
}
/* END VIEW ORDER */





/* Responsive */
@media (max-width: 900px) {
	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-MyAccount-navigation ul {
		flex-direction: row;
		flex-wrap: wrap;
		border-radius: .8rem;
		padding: 0;
	}

	.woocommerce-MyAccount-navigation ul li {
		display: flex;
		justify-content: center;
		width: 50%;
	}

	.woocommerce-MyAccount-navigation a {
		width: 100%;
		justify-content: center;
	}
	
}

@media (max-width: 767px) {
	.woocommerce-MyAccount-content {
		padding: 2rem;
		border-radius: .8rem;
	}	
}

ul.woocommerce-PaymentMethods.payment_methods.methods {
    list-style: none;
    padding: 0;
}

/* CART PAGE */
:root {
	--wp--preset--font-size--small: 1.5rem;
}

.wc-block-components-quantity-selector {
	display: none !important
}

.wc-block-cart-items__row {
	position: relative;
}

.wc-block-cart-item__quantity {
	position: absolute;
	bottom: 1.5rem;
	right: 1rem;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	padding-bottom: 1.5rem;
}

.wc-block-components-product-metadata {
	display: flex;
	flex-direction: column-reverse;
	gap: 0.5rem;
}

.wc-block-components-product-metadata__description {
	order: 5;
}

.wc-block-components-product-details {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.wc-block-components-product-details__name {
	font-weight: 600;
}

.wc-block-components-product-details [aria-hidden="true"] {
	display: none;
}

.wc-block-components-product-details.wc-block-components-product-details {
	font-size: 1.3rem;
}

.edit-cart-item-link {
	background: url("../img/icon-edit.svg") no-repeat left center / 15px auto;
	padding-left: 20px;
	display: inline-block;
}

.wc-block-components-totals-coupon__button {
	min-height: 2rem !important;
}

.wc-block-checkout__shipping-option {
	display: none;
}

.wc-block-checkout__shipping-option:has(.wc-block-components-radio-control__option:not(:only-child)) {
	display: block;
}

.wc-block-components-shipping-rates-control__package:has(.wc-block-components-radio-control__option:only-child) {
	display: none;
}
.wc-block-cart__submit-button:hover{
	background-color: color-mix(in srgb, var(--color-red) 85%, black);
}
.wp-block-woocommerce-empty-cart-block {
    padding: 10rem 0;
}

/* THANK YOU PAGE */
.woocommerce-order-received{
	.woocommerce-notice,
	.woocommerce-order-overview,
	.woocommerce-order > p,
	.woocommerce-order-details,
	.woocommerce-customer-details {
		display: none;
	}
}


.woocommerce-order-received:has(.hero) {
	.page-section > .container {
		margin: 0;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.header-desktop {
		margin-top: 0;
		position: absolute;
		top: 10rem;
		left: 0;
		right: 0;
		z-index: 10;
	}

	.page-section {
		margin: 0;
	}

	.menu-header-desktop {
		background: #FFF;
	}

	.hero-cta {
		margin-top: clamp(2rem, 2vw, 5rem);
	}
}

.thankyou-content {
	text-align: center;
	font-size: clamp(1.2rem, 2vw, 2rem);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.thankyou-content em {
	font-family: var(--font-cursive);
	color: var(--color-red);
	display: block;
	font-size: clamp(1.8rem, 3vw, 3.7rem);
	line-height: 1.5;
}

.thankyou-content a:not(.button, .btn) {
	color: var(--color-red);
	font-weight: 600;
	text-underline-offset: .3rem;
}

.thankyou-content p {
	line-height: 1.5;
	margin-bottom: 1.8rem;
}

/* END THANKYOU PAGE */

.woocommerce-table .product-name {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}

.woocommerce-table .product-total {
	width: 30%;	
}

.woocommerce-table tr > *, 
.shop_table tr > * {
	padding: 2rem;
	border-bottom: 1px solid #CCC;
}

.woocommerce-table tr > *:not(:first-child),
.shop_table tr > *:not(:first-child) {
	border-left: 1px solid #CCC;
}

.woocommerce-table tfoot tr:last-child > *,
.shop_table tfoot tr:last-child > * {
	border-bottom: 0;
}






.shop_table_responsive {	
	border-radius: 1.8rem;
	overflow: hidden;
	border: 1px solid #C3C3C3;
	border-spacing: 0;
	min-width: 70rem;
	margin-top: 2rem;
	line-height: 1.5em;
}





.shop_table_responsive td,
.shop_table_responsive th {
	text-align: left;
	padding: 2rem;
}

.shop_table_responsive td,
.shop_table_responsive th {
	background: #FFF;
}

.shop_table_responsive thead th{
	background: #F9F9F9;
	font-family: var(--font-heading);
	font-weight: normal;
}

.shop_table_responsive button {
	padding: 1.2rem 2.4rem;
	border-radius: .8rem;
	min-width: 12rem;
}
.shop_table_responsive a{
	font-weight: normal;
}


@media (max-width: 767px) {
	.shop_table_responsive {
		display: block;
		min-width: 0;
		border: 0;
		overflow: visible;
		font-size: 1.4rem;
	}

	.shop_table_responsive thead {
		display: none;
	}

	.shop_table_responsive tbody,
	.shop_table_responsive tr,
	.shop_table_responsive td,
	.shop_table_responsive th {
		display: block;
	}

	.shop_table_responsive tr {
		margin-bottom: 1.5rem;
		border: 1px solid #C3C3C3;
		border-radius: 1.2rem;
		overflow: hidden;
		background: #FFF;
	}

	.shop_table_responsive td,
	.shop_table_responsive th {
		display: flex;
		background: #FFF;
		justify-content: space-between;
		gap: 2rem;
		padding: 1.2rem 1.5rem;
		border-left: 0 !important;
		border-bottom: 1px solid #C3C3C3;
	}

	.shop_table_responsive td:last-child,
	.shop_table_responsive th:last-child {
		border-bottom: 0;
	}

	.shop_table_responsive td::before,
	.shop_table_responsive th::before {
		content: attr(data-title);
		font-family: var(--font-heading);		
		display: flex;
		align-items: center;
		font-weight: 400;
	}

	

	
	.shop_table_responsive button {
		height: auto;
		min-width: auto;
		padding: .6rem 1.2rem;
		border-radius: .5rem;
	}
	.shop_table_responsive tr td[data-title="#"] {
		display: none;
	}
	

	

}

.woocommerce-MyAccount-paymentMethods {
    margin-bottom: 1rem;
}




/* TERMS PAGES */
div[name="termly-embed"] {    
    max-width: 90rem;
    margin: 0 auto;
}
@media (min-width: 900px) {
		div[name="termly-embed"] {
				margin-top: -10rem !important;
		}
}
/* END TERMS PAGES */

/* WOOCOMMERCE LOGIN */
.user-logged-out.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
}

#customer_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.2rem;
}

#customer_login .button {
    display: block;
    width: 100%;
    margin-top: 2rem;
}

#customer_login > div {
    padding: 3.6rem;
    background: var(--color-tan);
    border-radius: 1.6rem;
		position: relative;
		overflow: hidden;
		&:nth-child(1)::before {
		  background: url("../img/props-branch-2.png") no-repeat center / contain;
			content: "";
			position: absolute;
			bottom: -13rem;
			left: -7rem;
			width: 21rem;
			height: 29rem;
			transform: rotate(30deg);
		}
		
		&:nth-child(1)::after {
		  background: url("../img/props-branch-2.png") no-repeat center / contain;
			content: "";
			position: absolute;
			bottom: -10rem;
			right: -4rem;
			width: 21rem;
			height: 29rem;
			transform: rotate(-41deg);
		}

		&:nth-child(2)::before {
		    content: "";
				position: absolute;
				top: 4rem;
				right: 4rem;
				width: 5rem;
				height: 5rem;
				background: url("../img/star.png") no-repeat center / contain;
				
		}
}


#customer_login > div:nth-child(2) {
    background: var(--color-green);
    color: #FFF;
}

.form-row:has(.passowrd-input) {
    margin-bottom: 0 !important;
}

.woocommerce-password-hint {
    margin: 1rem 0 2rem;
    display: block;
}

.show-password-input {display: none;}

#password_strength {
    margin-top: 1rem;
}

.woocommerce-error {
    margin: 0;
}
.register-anchor {position: absolute;top: 0;}

.woocommerce-form-register {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
}

.woocommerce-form-register > *:nth-child(n+4) {
    grid-column: 1 / -1;
}

.woocommerce-privacy-policy-text {
    font-size: 12px;
}
.woocommerce-form-register__submit.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.woocommerce-error {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-message, .woocommerce-error{
	padding: 1.5rem 2rem;	
	border-radius: .8rem;
	color: #FFF;
	margin-bottom: 2rem;
}
.woocommerce-message{
	background: var(--color-green);
}
.woocommerce-error {    
  background: var(--color-red);    
}

/* PASSWORD STRENGTH */
.password-input {
	position: relative;
	display: block;
	padding-bottom: 1rem;
}

.woocommerce-form-row:has(#password_strength) .password-input::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0.4rem;
	background: linear-gradient(to right, #ddd 0 24%, transparent 24% 25%, #ddd 25% 49%, transparent 49% 50%, #ddd 50% 74%, transparent 74% 75%, #ddd 75% 100%);
	transition: background 0.2s ease;
}

.woocommerce-form-row:has(#password_strength.short) .password-input::after {
	background: linear-gradient(to right, var(--color-red) 0 24%, transparent 24% 25%, #ddd 25% 49%, transparent 49% 50%, #ddd 50% 74%, transparent 74% 75%, #ddd 75% 100%);
}

.woocommerce-form-row:has(#password_strength.bad) .password-input::after {
	background: linear-gradient(to right, #e0a800 0 24%, transparent 24% 25%, #e0a800 25% 49%, transparent 49% 50%, #ddd 50% 74%, transparent 74% 75%, #ddd 75% 100%);
}

.woocommerce-form-row:has(#password_strength.good) .password-input::after {
	background: linear-gradient(to right, #4caf50 0 24%, transparent 24% 25%, #4caf50 25% 49%, transparent 49% 50%, #4caf50 50% 74%, transparent 74% 75%, #ddd 75% 100%);
}

.woocommerce-form-row:has(#password_strength.strong) .password-input::after {
	background: linear-gradient(to right, #4caf50 0 24%, transparent 24% 25%, #4caf50 25% 49%, transparent 49% 50%, #4caf50 50% 74%, transparent 74% 75%, #4caf50 75% 100%);
}

.woocommerce-form-row:has(#password_strength.short) #reg_password,
.woocommerce-form-row:has(#password_strength.bad) #reg_password {
	border-color: var(--color-red);
}
.woocommerce-password-hint {
    margin-bottom: 0;
}
/* END PASSWORD STRENGTH */

@media (max-width: 900px) {
		#customer_login {
				grid-template-columns: 1fr;
		}

		#customer_login > div {
				padding: 2rem;
		}

		#customer_login > div:nth-child(1)::before,
		#customer_login > div:nth-child(1)::after {
				display: none;
		}

		#customer_login > div:nth-child(2)::before {
				display: none;
		}
		#customer_login{
				gap: 2rem;
		}
}


