/**
 * Vintage poster-inspired functional homepage.
 */

:root {
	--sd-vintage-paper: #ffeab1;
	--sd-vintage-honey: #d7830b;
	--sd-vintage-gold: #a95e05;
	--sd-vintage-rust: #8a340b;
	--sd-vintage-brown: #3b1c08;
	--sd-vintage-green: #1f5a2a;
	--sd-vintage-serif: Georgia, "Times New Roman", serif;
	--sd-vintage-script: "Brush Script MT", "Segoe Script", cursive;
}

html {
	scroll-behavior: smooth;
}

body.home {
	color: var(--sd-vintage-brown);
	background:
		radial-gradient(circle at 16% 12%, rgb(255 255 255 / 36%) 0 1px, transparent 2px),
		linear-gradient(90deg, rgb(144 72 10 / 5%), transparent 10%, transparent 90%, rgb(144 72 10 / 5%)),
		var(--sd-vintage-paper);
	background-size: 28px 28px, 100% 100%, auto;
}

.site-header.sd-reference-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-top: 5px solid #8d3c07;
	border-bottom: 1px solid #aa6519;
	background:
		linear-gradient(90deg, rgb(219 130 20 / 12%), transparent 18%, transparent 82%, rgb(219 130 20 / 12%)),
		rgb(255 238 188 / 96%);
	box-shadow: 0 8px 24px rgb(74 32 6 / 15%);
	backdrop-filter: blur(12px);
}

.site-header.sd-reference-header .sd-reference-header__inner {
	min-height: 82px;
}

.site-header.sd-reference-header .site-branding__text {
	gap: 10px;
	color: var(--sd-vintage-rust);
	font-family: var(--sd-vintage-serif);
	font-size: 1.12rem;
	font-weight: 800;
	letter-spacing: .02em;
	text-decoration: none;
}

.site-header.sd-reference-header .site-branding__mark {
	display: grid;
	width: 46px;
	height: 46px;
	border: 2px solid #8d3c07;
	border-radius: 50%;
	color: #fff4d0;
	background: radial-gradient(circle at 35% 25%, #eaa52e, #8d3c07 72%);
	box-shadow: inset 0 0 0 3px #efbd55, 0 4px 10px rgb(101 46 4 / 18%);
	font-family: var(--sd-vintage-script);
	font-size: .9rem;
	place-items: center;
}

.site-header.sd-reference-header .site-branding a:hover,
.site-header.sd-reference-header .site-branding a:focus,
.site-header.sd-reference-header .site-branding a:focus-visible {
	background: transparent;
	box-shadow: none;
	outline: 0;
}

.site-header.sd-reference-header .sd-reference-navigation .menu {
	gap: clamp(18px, 2vw, 34px);
}

.site-header.sd-reference-header .sd-reference-navigation a {
	position: relative;
	color: #472408;
	background: transparent;
	font-family: var(--sd-vintage-serif);
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.site-header.sd-reference-header .sd-reference-navigation a:hover,
.site-header.sd-reference-header .sd-reference-navigation a:focus,
.site-header.sd-reference-header .sd-reference-navigation a:focus-visible {
	background: transparent;
	box-shadow: none;
	outline: 0;
}

.site-header.sd-reference-header .sd-reference-navigation a::after {
	position: absolute;
	right: 50%;
	bottom: -8px;
	left: 50%;
	height: 2px;
	background: var(--sd-vintage-honey);
	content: "";
	transition: right .2s ease, left .2s ease;
}

.site-header.sd-reference-header .sd-reference-navigation a:hover::after,
.site-header.sd-reference-header .sd-reference-navigation a:focus-visible::after,
.site-header.sd-reference-header .sd-reference-navigation .current-menu-item > a::after,
.site-header.sd-reference-header .sd-reference-navigation .current_page_item > a::after {
	right: 0;
	left: 0;
}

.site-header.sd-reference-header .sd-reference-icon-link {
	color: var(--sd-vintage-brown);
	border: 1px solid #b97920;
	background: #fff1bf;
}

.site-header.sd-reference-header .sd-reference-icon-link:hover,
.site-header.sd-reference-header .sd-reference-icon-link:focus-visible {
	color: #fff;
	border-color: var(--sd-vintage-green);
	background: var(--sd-vintage-green);
}

.sd-vintage-home {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: var(--sd-vintage-paper);
}

.sd-vintage-entry-video {
	position: relative;
	min-height: calc(100svh - 87px);
	overflow: hidden;
	border-bottom: 1px solid #9c4d08;
	background: #2a1404;
	isolation: isolate;
}

.sd-vintage-entry-video__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.sd-vintage-entry-video__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgb(28 11 1 / 10%), rgb(28 11 1 / 18%) 42%, rgb(28 11 1 / 58%)),
		radial-gradient(circle at 74% 22%, rgb(255 218 112 / 18%), transparent 34%),
		linear-gradient(90deg, rgb(44 18 2 / 50%), transparent 33%, transparent 66%, rgb(44 18 2 / 35%));
	pointer-events: none;
}

.sd-vintage-entry-video__content {
	position: absolute;
	right: clamp(18px, 5vw, 76px);
	bottom: clamp(22px, 7vh, 76px);
	width: min(460px, calc(100% - 36px));
	padding: clamp(18px, 2.4vw, 30px);
	border: 2px double rgb(255 226 145 / 74%);
	border-radius: 26px;
	color: #fff5d2;
	background:
		linear-gradient(135deg, rgb(125 54 6 / 74%), rgb(50 21 3 / 72%)),
		rgb(87 37 5 / 70%);
	box-shadow: 0 24px 50px rgb(42 16 2 / 32%);
	text-align: left;
	backdrop-filter: blur(6px);
}

.sd-vintage-entry-video__kicker {
	margin: 0 0 8px;
	color: #ffd46b;
	font-family: var(--sd-vintage-serif);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.sd-vintage-entry-video__content h2 {
	margin: 0;
	color: #fff3c0;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(2.25rem, 4.4vw, 4.8rem);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: .98;
	text-shadow: 0 3px 0 rgb(69 27 3 / 52%);
}

.sd-vintage-entry-video__content p:last-child {
	margin: 14px 0 0;
	color: #fff2c2;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(.95rem, 1.25vw, 1.08rem);
	font-weight: 700;
	line-height: 1.55;
}

.sd-vintage-hero {
	position: relative;
	min-height: clamp(640px, 67vw, 910px);
	overflow: hidden;
	border-bottom: 7px double #9c4d08;
	background: #f8dc93;
	isolation: isolate;
}

.sd-vintage-hero__art {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: saturate(.98) contrast(1.02);
}

.sd-vintage-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgb(255 239 190 / 18%), transparent 28%),
		radial-gradient(circle at 49% 18%, rgb(255 242 196 / 74%), transparent 35%);
	content: "";
	pointer-events: none;
}

.sd-vintage-hero__frame {
	position: absolute;
	inset: 14px;
	border: 0;
	box-shadow: none;
	pointer-events: none;
}

.sd-vintage-hero__frame::before,
.sd-vintage-hero__frame::after {
	position: absolute;
	top: 6px;
	color: #9a4b09;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(2rem, 5vw, 5rem);
	line-height: 1;
	content: "❦";
}

.sd-vintage-hero__frame::before {
	left: 12px;
	transform: rotate(-22deg);
}

.sd-vintage-hero__frame::after {
	right: 12px;
	transform: scaleX(-1) rotate(-22deg);
}

.sd-vintage-hero__copy {
	position: absolute;
	top: clamp(52px, 6vw, 92px);
	left: 50%;
	width: min(48vw, 680px);
	text-align: center;
	transform: translateX(-50%);
}

.sd-vintage-hero__crest,
.sd-vintage-heading__line,
.sd-vintage-card__ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--sd-vintage-gold);
}

.sd-vintage-hero__crest span,
.sd-vintage-heading__line span,
.sd-vintage-card__ornament span {
	width: 70px;
	height: 1px;
	background: currentColor;
}

.sd-vintage-hero__crest b {
	font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}

.sd-vintage-hero__eyebrow {
	margin: 7px 0 0;
	color: #6d3008;
	font-family: var(--sd-vintage-serif);
	font-size: .84rem;
	font-weight: 800;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.sd-vintage-hero h1 {
	margin: -8px 0 0;
	color: #7d2d08;
	font-family: var(--sd-vintage-serif);
	font-weight: 700;
	line-height: .83;
	text-shadow: 0 2px 0 #ffdb70, 2px 4px 0 rgb(68 26 2 / 24%);
	text-transform: uppercase;
}

.sd-vintage-hero h1 span {
	display: block;
	font-size: clamp(4.8rem, 9.7vw, 9.8rem);
	letter-spacing: -.06em;
}

.sd-vintage-hero h1 em {
	display: block;
	margin-top: 7px;
	color: #4a2008;
	font-family: var(--sd-vintage-script);
	font-size: clamp(2.25rem, 4.2vw, 4.4rem);
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
	transform: rotate(-2deg);
}

.sd-vintage-hero__description {
	max-width: 620px;
	margin: 14px auto 0;
	color: #4b270e;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(.96rem, 1.25vw, 1.16rem);
	font-weight: 600;
	line-height: 1.55;
	text-wrap: balance;
}

.sd-vintage-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 20px;
}

.sd-vintage-button.button {
	min-height: 48px;
	padding: 13px 22px;
	border: 2px solid #743307;
	border-radius: 999px;
	box-shadow: 0 4px 0 #713005, 0 10px 20px rgb(78 34 4 / 16%);
	font-family: var(--sd-vintage-serif);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease;
}

.sd-vintage-button.button:hover,
.sd-vintage-button.button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 6px 0 #713005, 0 13px 24px rgb(78 34 4 / 22%);
}

.sd-vintage-button--primary {
	color: #fff8dc !important;
	background: linear-gradient(180deg, #3e7238, #174a25) !important;
}

.sd-vintage-button--secondary {
	color: #5c2805 !important;
	background: linear-gradient(180deg, #fff0b7, #e6ac3b) !important;
}

.sd-vintage-hero__shop-seal {
	position: absolute;
	right: clamp(24px, 4vw, 70px);
	bottom: clamp(28px, 4vw, 68px);
	display: grid;
	width: clamp(98px, 10vw, 142px);
	aspect-ratio: 1;
	border: 3px solid #733307;
	border-radius: 50%;
	color: #fff0bc;
	background: radial-gradient(circle at 35% 26%, #df9422, #963b08 70%);
	box-shadow: inset 0 0 0 4px #f2bb4e, 0 7px 20px rgb(73 28 2 / 28%);
	font-family: var(--sd-vintage-serif);
	text-align: center;
	text-decoration: none;
	transform: rotate(6deg);
	place-content: center;
}

.sd-vintage-hero__shop-seal span {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sd-vintage-hero__shop-seal b {
	display: block;
	margin-top: 3px;
	font-size: 1.15rem;
}

.sd-vintage-collection {
	position: relative;
	padding: clamp(72px, 8vw, 118px) 0;
	background-color: #f7d789;
	background-image: url("../images/sweet-dreams-vintage-footer.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 360%;
}

.sd-vintage-collection--large {
	background-color: #f7d789;
}

.sd-vintage-collection::before,
.sd-vintage-collection::after {
	position: absolute;
	top: 36px;
	width: 86px;
	height: 86px;
	border: 2px solid rgb(160 77 7 / 30%);
	opacity: .65;
	content: "";
	transform: rotate(30deg);
}

.sd-vintage-collection::before {
	left: -45px;
}

.sd-vintage-collection::after {
	right: -45px;
}

.sd-vintage-collection__inner {
	width: min(100% - 32px, 1380px);
}

.sd-vintage-heading {
	max-width: 760px;
	margin: 0 auto clamp(44px, 5vw, 70px);
	text-align: center;
}

.sd-vintage-heading__kicker {
	margin: 0;
	color: var(--sd-vintage-green);
	font-family: var(--sd-vintage-serif);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.sd-vintage-heading__line {
	margin: 12px 0 4px;
}

.sd-vintage-heading__line b {
	font-size: 1.2rem;
}

.sd-vintage-heading h2 {
	margin: 0;
	color: #742e08;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(2.65rem, 5.1vw, 5.4rem);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: .98;
	text-transform: uppercase;
	text-shadow: 0 2px 0 #ffebaf;
}

.sd-vintage-heading > p:last-child {
	max-width: 650px;
	margin: 15px auto 0;
	color: #5a3314;
	font-family: var(--sd-vintage-serif);
	font-size: 1rem;
	line-height: 1.65;
	text-wrap: balance;
}

.sd-vintage-product-grid {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(24px, 2.4vw, 38px) clamp(18px, 1.8vw, 28px);
	justify-content: center;
}

.sd-vintage-card {
	display: flex;
	flex: 0 1 calc(20% - 24px);
	flex-direction: column;
	min-width: 220px;
	max-width: 248px;
	margin: 0 !important;
	padding: 0;
	text-align: center;
}

.sd-vintage-card__medallion {
	position: relative;
	flex: 1;
	padding: 18px 15px 17px;
	border: 2px solid #a85c08;
	border-radius: 48% 48% 45% 45% / 44% 44% 52% 52%;
	background: radial-gradient(circle at 50% 28%, #fff9dc 0, #ffedb3 48%, #f3c86d 100%);
	box-shadow:
		inset 0 0 0 4px rgb(255 239 175 / 72%),
		inset 0 0 28px rgb(162 75 5 / 13%),
		0 8px 20px rgb(83 34 3 / 14%);
}

.sd-vintage-card__medallion::before {
	position: absolute;
	inset: 6px;
	border: 1px solid rgb(153 75 7 / 38%);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.sd-vintage-card__script {
	position: relative;
	z-index: 2;
	margin: 0 0 -2px;
	color: #9c5406;
	font-family: var(--sd-vintage-script);
	font-size: 1.23rem;
	font-weight: 700;
	transform: rotate(-2deg);
}

.sd-vintage-card__image-link {
	position: relative;
	display: block;
	width: 76%;
	aspect-ratio: 1;
	overflow: hidden;
	margin: 0 auto 2px;
	border: 1px solid rgb(130 60 4 / 22%);
	border-radius: 50%;
	background: #f6d37b;
	box-shadow: 0 5px 13px rgb(86 36 4 / 16%);
}

.sd-vintage-card__image {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border-radius: 50%;
	object-fit: cover;
	transform: scale(1);
	transition: transform .35s ease;
}

.sd-vintage-card:hover .sd-vintage-card__image {
	transform: scale(1.035);
}

.sd-vintage-card__bee {
	position: absolute;
	top: 38%;
	left: 9px;
	z-index: 3;
	color: #cc7909;
	font-size: .72rem;
	transform: rotate(45deg);
}

.sd-vintage-card__title {
	position: relative;
	z-index: 2;
	margin: 7px 0 0;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1.35rem, 1.7vw, 1.8rem);
	font-weight: 700;
	line-height: 1.02;
}

.sd-vintage-card__title a {
	color: #30200f;
	text-decoration: none;
}

.sd-vintage-card__title a:hover,
.sd-vintage-card__title a:focus-visible {
	color: var(--sd-vintage-green);
}

.sd-vintage-card__ornament {
	margin: 8px 0 4px;
	gap: 6px;
}

.sd-vintage-card__ornament span {
	width: 30px;
}

.sd-vintage-card__ornament b {
	font-size: .7rem;
}

.sd-vintage-card__size,
.sd-vintage-card__capacity {
	margin: 0;
	color: #5b3617;
	font-family: var(--sd-vintage-serif);
	line-height: 1.35;
}

.sd-vintage-card__size {
	font-size: .73rem;
	font-weight: 700;
}

.sd-vintage-card__capacity {
	display: inline-block;
	align-self: center;
	margin-top: 5px;
	padding: 3px 10px;
	border-radius: 999px;
	color: #fff6cf;
	background: var(--sd-vintage-green);
	font-size: .68rem;
	font-weight: 700;
}

.sd-vintage-card__buy {
	display: grid;
	gap: 8px;
	justify-items: center;
	padding: 13px 10px 0;
}

.sd-vintage-card__price {
	position: relative;
	z-index: 2;
	display: block;
	margin-top: 7px;
	color: #692a07;
	font-family: var(--sd-vintage-serif);
	font-size: 1.05rem;
	font-weight: 800;
}

.sd-vintage-card__price del {
	opacity: .55;
}

.sd-vintage-card__button.button {
	min-height: 40px;
	margin: 0 !important;
	padding: 10px 18px !important;
	border: 1px solid #6a2b05 !important;
	border-radius: 999px !important;
	color: #fff5cf !important;
	background: linear-gradient(180deg, #a95608, #713005) !important;
	box-shadow: 0 3px 0 #4c2004;
	font-family: var(--sd-vintage-serif);
	font-size: .72rem !important;
	font-weight: 800 !important;
	letter-spacing: .08em;
	line-height: 1 !important;
	text-transform: uppercase;
}

.sd-vintage-card__button.button:hover,
.sd-vintage-card__button.button:focus-visible {
	background: linear-gradient(180deg, #3e7238, #174a25) !important;
	transform: translateY(-1px);
}

.sd-vintage-video {
	position: relative;
	overflow: hidden;
	padding: clamp(70px, 7vw, 112px) 0;
	background-color: #f7d789;
	background-image:
		radial-gradient(circle at 48% 6%, rgb(255 246 199 / 58%), transparent 34%),
		url("../images/sweet-dreams-vintage-footer.png");
	background-position: center top, center;
	background-repeat: no-repeat;
	background-size: auto, auto 330%;
}

.sd-vintage-video::before,
.sd-vintage-video::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: min(12vw, 140px);
	background: linear-gradient(90deg, rgb(142 67 7 / 16%), transparent);
	content: "";
	pointer-events: none;
}

.sd-vintage-video::before {
	left: 0;
}

.sd-vintage-video::after {
	right: 0;
	transform: scaleX(-1);
}

.sd-vintage-video__inner {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	width: min(100% - 32px, 1300px);
	gap: clamp(28px, 4vw, 58px);
	grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr);
}

.sd-vintage-video__copy {
	text-align: left;
}

.sd-vintage-video__kicker {
	margin: 0;
	color: var(--sd-vintage-green);
	font-family: var(--sd-vintage-serif);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.sd-vintage-video__copy .sd-vintage-heading__line {
	justify-content: flex-start;
	margin: 14px 0 10px;
}

.sd-vintage-video__copy h2 {
	max-width: 9ch;
	margin: 0;
	color: #742e08;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(2.45rem, 4.9vw, 5.1rem);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: .98;
	text-shadow: 0 2px 0 #ffebaf;
}

.sd-vintage-video__copy p:last-child {
	max-width: 440px;
	margin: 16px 0 0;
	color: #5a3314;
	font-family: var(--sd-vintage-serif);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.65;
}

.sd-vintage-video__frame {
	position: relative;
	overflow: hidden;
	padding: clamp(10px, 1.4vw, 16px);
	border: 3px double #a85c08;
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgb(255 246 199 / 86%), rgb(232 164 50 / 28)),
		#f5cd79;
	box-shadow:
		inset 0 0 0 1px rgb(255 255 255 / 58%),
		0 24px 46px rgb(83 34 3 / 18%);
}

.sd-vintage-video__frame::before {
	position: absolute;
	inset: 14px;
	z-index: 2;
	border: 1px solid rgb(255 239 175 / 50%);
	border-radius: 24px;
	content: "";
	pointer-events: none;
}

.sd-vintage-video__player {
	display: block;
	width: 100%;
	max-height: min(68vh, 680px);
	border: 1px solid rgb(84 35 4 / 26%);
	border-radius: 24px;
	background: #2a1404;
	box-shadow: 0 10px 26px rgb(63 28 4 / 18%);
	object-fit: contain;
}

@media (max-width: 820px) {
	.sd-vintage-video__inner {
		grid-template-columns: 1fr;
	}

	.sd-vintage-video__copy {
		text-align: center;
	}

	.sd-vintage-video__copy .sd-vintage-heading__line {
		justify-content: center;
	}

	.sd-vintage-video__copy h2,
	.sd-vintage-video__copy p:last-child {
		margin-right: auto;
		margin-left: auto;
	}

	.sd-vintage-video__copy h2 {
		max-width: 11ch;
	}
}

@media (max-width: 620px) {
	.sd-vintage-video {
		padding: 58px 0;
		background-size: auto, auto 240%;
	}

	.sd-vintage-video__inner {
		width: min(100% - 24px, 1300px);
	}

	.sd-vintage-video__frame,
	.sd-vintage-video__player {
		border-radius: 20px;
	}
}

.sd-vintage-divider {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-content: center;
	height: 66px;
	color: #8e4307;
	border-top: 1px solid #b66d13;
	border-bottom: 1px solid #b66d13;
	background: linear-gradient(90deg, #e7a432, #ffe6a0 28%, #ffe6a0 72%, #e7a432);
}

.sd-vintage-divider span {
	width: min(16vw, 180px);
	height: 1px;
	background: currentColor;
}

.sd-vintage-divider b {
	font-size: 1.3rem;
}

.sd-vintage-divider i {
	font-style: normal;
}

.sd-vintage-footer {
	position: relative;
	min-height: 460px;
	padding: 62px 20px 48px;
	color: #472107;
	border: 0;
	background-color: #f7d789;
	background-image: url("../images/sweet-dreams-vintage-footer.png");
	background-position: center;
	background-size: cover;
}

.sd-vintage-footer::after {
	position: absolute;
	top: -32px;
	right: 0;
	left: 0;
	z-index: 1;
	height: 112px;
	background: linear-gradient(
		180deg,
		rgb(247 215 137 / 0%) 0%,
		rgb(247 215 137 / 72%) 26%,
		#f7d789 36%,
		rgb(247 215 137 / 78%) 58%,
		rgb(247 215 137 / 0%) 100%
	);
	content: "";
	pointer-events: none;
}

.sd-vintage-footer__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}

.sd-vintage-footer__script {
	margin: 0;
	color: #a35706;
	font-family: var(--sd-vintage-script);
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 700;
	line-height: 1;
	transform: rotate(-2deg);
}

.sd-vintage-footer h2 {
	margin: 5px 0 0;
	color: #542304;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(2rem, 4.6vw, 4.2rem);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1;
}

.sd-vintage-footer__tagline {
	max-width: 530px;
	margin: 14px auto 0;
	font-family: var(--sd-vintage-serif);
	font-size: .98rem;
	font-weight: 600;
	line-height: 1.55;
}

.sd-vintage-footer__contacts {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	margin-top: 18px;
}

.sd-vintage-footer__contacts a {
	color: #3d210c;
	font-family: var(--sd-vintage-serif);
	font-weight: 700;
	text-decoration: none;
}

.sd-vintage-footer__phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 10px 24px;
	border: 2px solid #17451e;
	border-radius: 999px;
	color: #fff5cd !important;
	background: var(--sd-vintage-green);
	box-shadow: 0 4px 0 #123719;
	font-size: clamp(1.05rem, 2.2vw, 1.45rem);
	letter-spacing: .08em;
}

.sd-vintage-footer__phone svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sd-vintage-footer__navigation {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	justify-content: center;
	margin-top: 25px;
}

.sd-vintage-footer__navigation a {
	color: #5a2c0b;
	font-size: .73rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sd-vintage-footer__copyright {
	margin: 17px 0 0;
	color: #714414;
	font-size: .72rem;
}

@media (max-width: 1100px) {
	.sd-vintage-hero {
		min-height: 720px;
	}

	.sd-vintage-hero__copy {
		width: min(65vw, 620px);
	}

	.sd-vintage-card {
		flex-basis: calc(25% - 24px);
	}

	.sd-vintage-footer::before {
		position: absolute;
		inset: 0;
		background: rgb(255 232 166 / 25%);
		content: "";
	}
}

@media (max-width: 820px) {
	.site-header.sd-reference-header .sd-reference-header__inner {
		min-height: 70px;
	}

	.sd-vintage-entry-video {
		min-height: calc(100svh - 75px);
	}

	.sd-vintage-entry-video__content {
		right: 22px;
		left: 22px;
		width: auto;
		text-align: center;
	}

	.sd-vintage-hero {
		min-height: 760px;
	}

	.sd-vintage-hero__art {
		object-position: 47% center;
	}

	.sd-vintage-hero__copy {
		top: 54px;
		width: min(76vw, 560px);
	}

	.sd-vintage-hero h1 span {
		font-size: clamp(4.2rem, 17vw, 7rem);
	}

	.sd-vintage-hero__description {
		max-width: 490px;
	}

	.sd-vintage-hero__shop-seal {
		right: 24px;
		bottom: 28px;
	}

	.sd-vintage-card {
		flex-basis: calc(33.333% - 22px);
	}
}

@media (max-width: 620px) {
	.sd-vintage-entry-video {
		min-height: calc(100svh - 75px);
	}

	.sd-vintage-entry-video__content {
		right: 14px;
		bottom: 18px;
		left: 14px;
		border-radius: 20px;
	}

	.sd-vintage-entry-video__content h2 {
		font-size: clamp(2rem, 12vw, 3.4rem);
	}

	.sd-vintage-hero {
		min-height: 750px;
	}

	.sd-vintage-hero__art {
		object-position: 51% center;
	}

	.sd-vintage-hero::after {
		background:
			linear-gradient(180deg, rgb(255 238 184 / 82%) 0, rgb(255 238 184 / 50%) 32%, transparent 58%),
			linear-gradient(90deg, rgb(255 238 184 / 15%), transparent);
	}

	.sd-vintage-hero__frame {
		inset: 8px;
	}

	.sd-vintage-hero__copy {
		top: 40px;
		width: calc(100% - 48px);
	}

	.sd-vintage-hero__eyebrow {
		font-size: .7rem;
	}

	.sd-vintage-hero h1 {
		margin-top: 0;
	}

	.sd-vintage-hero h1 span {
		font-size: clamp(3.75rem, 20vw, 5.4rem);
	}

	.sd-vintage-hero h1 em {
		font-size: 2.5rem;
	}

	.sd-vintage-hero__description {
		font-size: .88rem;
	}

	.sd-vintage-button.button {
		min-height: 43px;
		padding: 11px 16px;
		font-size: .66rem;
	}

	.sd-vintage-hero__shop-seal {
		right: 20px;
		width: 96px;
	}

	.sd-vintage-collection {
		padding: 68px 0;
	}

	.sd-vintage-collection__inner {
		width: min(100% - 24px, 1380px);
	}

	.sd-vintage-heading {
		margin-bottom: 38px;
	}

	.sd-vintage-heading h2 {
		font-size: clamp(2.3rem, 12vw, 3.6rem);
	}

	.sd-vintage-product-grid {
		gap: 26px 14px;
	}

	.sd-vintage-card {
		flex-basis: calc(50% - 8px);
		min-width: 0;
		max-width: 230px;
	}

	.sd-vintage-card__medallion {
		padding: 13px 8px 14px;
	}

	.sd-vintage-card__script {
		font-size: 1rem;
	}

	.sd-vintage-card__image-link {
		width: 86%;
	}

	.sd-vintage-card__title {
		font-size: 1.24rem;
	}

	.sd-vintage-card__size {
		font-size: .64rem;
	}

	.sd-vintage-card__capacity {
		font-size: .58rem;
	}

	.sd-vintage-footer {
		min-height: 570px;
		padding: 78px 22px 50px;
		background-position: 50% center;
	}

	.sd-vintage-footer::before {
		background: rgb(255 231 162 / 62%);
	}
}

@media (max-width: 380px) {
	.sd-vintage-card {
		flex-basis: 100%;
		max-width: 248px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.sd-vintage-card__image,
	.sd-vintage-button.button,
	.sd-vintage-card__button.button {
		transition: none;
	}
}

/**
 * Vintage About page.
 */
.sd-about-page {
	overflow: hidden;
	color: var(--sd-vintage-brown);
	background:
		radial-gradient(circle at 16% 12%, rgb(255 255 255 / 34%) 0 1px, transparent 2px),
		linear-gradient(90deg, rgb(144 72 10 / 5%), transparent 10%, transparent 90%, rgb(144 72 10 / 5%)),
		var(--sd-vintage-paper);
	background-size: 28px 28px, 100% 100%, auto;
}

.sd-about-hero,
.sd-about-story,
.sd-about-promise,
.sd-about-cta {
	position: relative;
	padding: clamp(68px, 7vw, 112px) 0;
}

.sd-about-hero {
	background:
		radial-gradient(circle at 76% 18%, rgb(255 247 206 / 72%), transparent 32%),
		linear-gradient(90deg, rgb(124 56 6 / 6%), transparent 15%, transparent 85%, rgb(124 56 6 / 6%)),
		#f7d789;
}

.sd-about-hero::before {
	position: absolute;
	inset: 0;
	background-image: url("../images/sweet-dreams-vintage-footer.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 260%;
	content: "";
	opacity: .24;
	pointer-events: none;
}

.sd-about-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	width: min(100% - 40px, 1200px);
	gap: clamp(34px, 5vw, 76px);
	grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
}

.sd-about-kicker {
	margin: 0;
	color: var(--sd-vintage-green);
	font-family: var(--sd-vintage-serif);
	font-size: .83rem;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.sd-about-hero__copy .sd-vintage-heading__line,
.sd-about-story__panel .sd-vintage-heading__line {
	justify-content: flex-start;
	margin: 14px 0 10px;
}

.sd-about-hero h1,
.sd-about-story h2,
.sd-about-cta h2 {
	margin: 0;
	color: #542304;
	font-family: var(--sd-vintage-serif);
	font-weight: 800;
	letter-spacing: -.052em;
	line-height: .96;
	text-shadow: 0 2px 0 #ffebaf;
}

.sd-about-hero h1 {
	max-width: 10ch;
	font-size: clamp(3.3rem, 7vw, 7rem);
}

.sd-about-hero__copy > p:not(.sd-about-kicker) {
	max-width: 650px;
	margin: 18px 0 0;
	color: #5a3314;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	font-weight: 600;
	line-height: 1.65;
}

.sd-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.sd-about-hero__visual {
	position: relative;
	min-height: clamp(360px, 42vw, 560px);
}

.sd-about-hero__visual::before,
.sd-about-hero__visual::after {
	position: absolute;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.sd-about-hero__visual::before {
	inset: 8% 9% 5% 12%;
	border: 3px double rgb(169 94 5 / 45%);
	background: radial-gradient(circle at 50% 36%, rgb(255 246 204 / 72%), transparent 64%);
}

.sd-about-hero__visual::after {
	right: 7%;
	bottom: 12%;
	width: 92px;
	height: 92px;
	background: radial-gradient(circle, rgb(215 131 11 / 44%), transparent 70%);
}

.sd-about-hero__image {
	position: absolute;
	z-index: 1;
	display: block;
	border: 3px double #a85c08;
	background: #f8d891;
	box-shadow: 0 22px 44px rgb(83 34 3 / 22%);
	object-fit: cover;
}

.sd-about-hero__image--main {
	top: 4%;
	right: 4%;
	width: min(78%, 520px);
	aspect-ratio: 1;
	border-radius: 34px;
}

.sd-about-hero__image--small {
	bottom: 2%;
	left: 2%;
	width: min(42%, 270px);
	aspect-ratio: 1;
	border-radius: 28px;
}

.sd-about-story {
	background-color: #f7d789;
	background-image:
		radial-gradient(circle at 18% 0, rgb(255 246 199 / 58%), transparent 28%),
		url("../images/sweet-dreams-vintage-footer.png");
	background-position: center top, center;
	background-repeat: no-repeat;
	background-size: auto, auto 320%;
}

.sd-about-story__inner {
	display: grid;
	align-items: stretch;
	width: min(100% - 40px, 1200px);
	gap: clamp(26px, 4vw, 52px);
	grid-template-columns: minmax(0, 1fr) minmax(320px, .84fr);
}

.sd-about-story__panel,
.sd-about-feature-card,
.sd-about-promise__item,
.sd-about-cta__inner {
	border: 2px solid rgb(168 92 8 / 34%);
	background:
		linear-gradient(180deg, rgb(255 246 202 / 92%), rgb(239 214 149 / 78)),
		#f9dda0;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 55%), 0 18px 36px rgb(72 33 7 / 12%);
}

.sd-about-story__panel {
	padding: clamp(28px, 4.5vw, 58px);
	border-radius: 32px;
}

.sd-about-story h2 {
	max-width: 12ch;
	font-size: clamp(2.3rem, 4.6vw, 5rem);
}

.sd-about-story__panel p:not(.sd-about-kicker) {
	max-width: 720px;
	margin: 17px 0 0;
	color: #5a3314;
	font-family: var(--sd-vintage-serif);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.72;
}

.sd-about-story__cards {
	display: grid;
	gap: 18px;
}

.sd-about-feature-card {
	position: relative;
	overflow: hidden;
	padding: 24px 24px 22px;
	border-radius: 24px;
}

.sd-about-feature-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 50%;
	color: #fff5cf;
	background: var(--sd-vintage-rust);
	font-family: var(--sd-vintage-serif);
	font-size: .82rem;
	font-weight: 900;
}

.sd-about-feature-card h3 {
	margin: 0;
	color: #3b1c08;
	font-family: var(--sd-vintage-serif);
	font-size: 1.35rem;
	line-height: 1.1;
}

.sd-about-feature-card p {
	margin: 9px 0 0;
	color: #704010;
	font-family: var(--sd-vintage-serif);
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.55;
}

.sd-about-promise {
	background:
		radial-gradient(circle at 50% 0, rgb(255 245 205 / 64%), transparent 34%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

.sd-about-promise__inner {
	width: min(100% - 40px, 1200px);
}

.sd-about-promise__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}

.sd-about-promise__item {
	display: grid;
	gap: 10px;
	min-height: 160px;
	padding: 28px;
	border-radius: 28px;
	text-align: center;
	place-content: center;
}

.sd-about-promise__item strong {
	color: #3b1c08;
	font-family: var(--sd-vintage-serif);
	font-size: 1.5rem;
	line-height: 1.1;
}

.sd-about-promise__item span {
	color: #704010;
	font-family: var(--sd-vintage-serif);
	font-size: .96rem;
	font-weight: 600;
	line-height: 1.55;
}

.sd-about-cta {
	padding-top: 0;
	background: var(--sd-vintage-paper);
}

.sd-about-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100% - 40px, 1200px);
	gap: 24px;
	padding: clamp(26px, 4vw, 46px);
	border-radius: 32px;
}

.sd-about-cta h2 {
	max-width: 13ch;
	font-size: clamp(2rem, 4vw, 4rem);
}

@media (max-width: 900px) {
	.sd-about-hero__inner,
	.sd-about-story__inner {
		grid-template-columns: 1fr;
	}

	.sd-about-hero__copy,
	.sd-about-story__panel {
		text-align: center;
	}

	.sd-about-hero__copy .sd-vintage-heading__line,
	.sd-about-story__panel .sd-vintage-heading__line {
		justify-content: center;
	}

	.sd-about-hero h1,
	.sd-about-story h2,
	.sd-about-hero__copy > p:not(.sd-about-kicker),
	.sd-about-story__panel p:not(.sd-about-kicker) {
		margin-right: auto;
		margin-left: auto;
	}

	.sd-about-hero__actions {
		justify-content: center;
	}

	.sd-about-promise__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sd-about-hero,
	.sd-about-story,
	.sd-about-promise,
	.sd-about-cta {
		padding: 56px 0;
	}

	.sd-about-hero__inner,
	.sd-about-story__inner,
	.sd-about-promise__inner,
	.sd-about-cta__inner {
		width: min(100% - 24px, 1200px);
	}

	.sd-about-hero__visual {
		min-height: 330px;
	}

	.sd-about-hero__image--main {
		width: 78%;
	}

	.sd-about-hero__image--small {
		width: 45%;
	}

	.sd-about-cta__inner {
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
	}
}

/**
 * Vintage FAQ page.
 */
.sd-faq-page {
	overflow: hidden;
	color: var(--sd-vintage-brown);
	background:
		radial-gradient(circle at 16% 12%, rgb(255 255 255 / 34%) 0 1px, transparent 2px),
		linear-gradient(90deg, rgb(144 72 10 / 5%), transparent 10%, transparent 90%, rgb(144 72 10 / 5%)),
		var(--sd-vintage-paper);
	background-size: 28px 28px, 100% 100%, auto;
}

.sd-faq-hero,
.sd-faq-content {
	position: relative;
	padding: clamp(64px, 7vw, 108px) 0;
}

.sd-faq-hero {
	background:
		radial-gradient(circle at 78% 18%, rgb(255 247 206 / 74%), transparent 30%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

.sd-faq-hero::before,
.sd-faq-content::before {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 20% 16%, rgb(84 35 4 / 5%) 0 1px, transparent 2px),
		radial-gradient(circle at 78% 72%, rgb(169 94 5 / 5%) 0 1px, transparent 2px);
	background-size: 38px 38px, 44px 44px;
	content: "";
	pointer-events: none;
}

.sd-faq-hero__inner,
.sd-faq-content__inner {
	position: relative;
	z-index: 1;
	width: min(100% - 40px, 1200px);
}

.sd-faq-hero__inner {
	display: grid;
	align-items: center;
	gap: clamp(28px, 5vw, 76px);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.sd-faq-hero__copy .sd-vintage-heading__line,
.sd-faq-section-header .sd-vintage-heading__line {
	justify-content: flex-start;
	margin: 14px 0 10px;
}

.sd-faq-hero h1,
.sd-faq-section-header h2,
.sd-faq-support h2 {
	margin: 0;
	color: #542304;
	font-family: var(--sd-vintage-serif);
	font-weight: 900;
	line-height: .92;
	letter-spacing: -.04em;
}

.sd-faq-hero h1 {
	max-width: 12ch;
	font-size: clamp(3.1rem, 7vw, 6.4rem);
}

.sd-faq-hero__copy > p:not(.sd-about-kicker) {
	max-width: 690px;
	margin: 20px 0 0;
	color: #6f4012;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	font-weight: 700;
	line-height: 1.65;
}

.sd-faq-hero__visual {
	position: relative;
	display: grid;
	aspect-ratio: 1;
	border: 3px double rgb(169 94 5 / 48%);
	border-radius: 46px;
	background:
		radial-gradient(circle at 50% 38%, rgb(255 245 191 / 96%), rgb(244 199 87 / 84) 62%, rgb(143 72 11 / 18)),
		#f9d987;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 48%), 0 28px 58px rgb(92 44 7 / 18%);
	place-items: center;
}

.sd-faq-hero__visual::before {
	position: absolute;
	inset: 20px;
	border: 1px solid rgb(169 94 5 / 32%);
	border-radius: 34px;
	content: "";
	pointer-events: none;
}

.sd-faq-hero__visual::after {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	height: 34px;
	border-radius: 999px;
	background: radial-gradient(ellipse at center, rgb(84 35 4 / 22%), transparent 68%);
	content: "";
	filter: blur(10px);
}

.sd-faq-hero__visual img {
	position: relative;
	z-index: 1;
	width: 83%;
	height: 83%;
	border-radius: 34px;
	filter: drop-shadow(0 20px 22px rgb(64 27 4 / 22%));
	object-fit: contain;
}

.sd-faq-content {
	background:
		radial-gradient(circle at 50% 0, rgb(255 245 205 / 64%), transparent 34%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

.sd-faq-content__inner {
	display: grid;
	align-items: start;
	gap: clamp(26px, 4vw, 56px);
	grid-template-columns: minmax(0, 1fr) minmax(290px, 380px);
}

.sd-faq-section-header {
	margin: 0 0 24px;
}

.sd-faq-section-header h2 {
	max-width: 13ch;
	font-size: clamp(2.2rem, 4.6vw, 4.8rem);
}

.sd-faq-list {
	display: grid;
	gap: 15px;
}

.sd-faq-item,
.sd-faq-support {
	border: 2px solid rgb(168 92 8 / 34%);
	background:
		radial-gradient(circle at 16% 12%, rgb(255 255 255 / 54%), transparent 28%),
		linear-gradient(145deg, rgb(255 238 176 / 96%), rgb(247 205 111 / 88));
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 45%), 0 18px 42px rgb(92 44 7 / 11%);
}

.sd-faq-item {
	overflow: hidden;
	border-radius: 24px;
}

.sd-faq-item[open] {
	background:
		radial-gradient(circle at 14% 10%, rgb(255 255 255 / 62%), transparent 30%),
		linear-gradient(145deg, rgb(255 243 190 / 98%), rgb(249 215 133 / 92));
}

.sd-faq-item summary {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 22px 58px 22px 22px;
	color: #3b1c08;
	cursor: pointer;
	list-style: none;
}

.sd-faq-item summary::-webkit-details-marker {
	display: none;
}

.sd-faq-item summary::after {
	position: absolute;
	top: 50%;
	right: 22px;
	display: grid;
	width: 32px;
	height: 32px;
	border: 1px solid rgb(169 94 5 / 46%);
	border-radius: 50%;
	color: #fff1bd;
	background: var(--sd-vintage-rust);
	content: "+";
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1;
	place-items: center;
	transform: translateY(-50%);
}

.sd-faq-item[open] summary::after {
	content: "–";
}

.sd-faq-item__number {
	display: inline-grid;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff4d0;
	background: radial-gradient(circle at 35% 25%, #eaa52e, #8d3c07 72%);
	box-shadow: inset 0 0 0 2px #efbd55;
	font-family: var(--sd-vintage-serif);
	font-size: .82rem;
	font-weight: 900;
	place-items: center;
}

.sd-faq-item summary strong {
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1.08rem, 1.55vw, 1.42rem);
	line-height: 1.2;
}

.sd-faq-item__answer {
	padding: 0 30px 24px 80px;
}

.sd-faq-item__answer p {
	max-width: 840px;
	margin: 0;
	color: #704010;
	font-family: var(--sd-vintage-serif);
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.72;
}

.sd-faq-item__answer a,
.sd-faq-support__links a {
	color: var(--sd-vintage-green);
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.sd-faq-support {
	position: sticky;
	top: 112px;
	padding: clamp(26px, 3vw, 38px);
	border-radius: 30px;
}

.sd-faq-support h2 {
	margin-top: 12px;
	font-size: clamp(2rem, 3vw, 3.4rem);
}

.sd-faq-support > p:not(.sd-about-kicker) {
	margin: 16px 0 0;
	color: #704010;
	font-family: var(--sd-vintage-serif);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.65;
}

.sd-faq-support__links {
	display: grid;
	gap: 10px;
	margin: 24px 0;
}

.sd-faq-support__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 900px) {
	.sd-faq-hero__inner,
	.sd-faq-content__inner {
		grid-template-columns: 1fr;
	}

	.sd-faq-hero__copy,
	.sd-faq-section-header {
		text-align: center;
	}

	.sd-faq-hero__copy .sd-vintage-heading__line,
	.sd-faq-section-header .sd-vintage-heading__line {
		justify-content: center;
	}

	.sd-faq-hero h1,
	.sd-faq-section-header h2,
	.sd-faq-hero__copy > p:not(.sd-about-kicker) {
		margin-right: auto;
		margin-left: auto;
	}

	.sd-faq-hero__visual {
		justify-self: center;
		width: min(100%, 420px);
	}

	.sd-faq-support {
		position: relative;
		top: auto;
	}
}

@media (max-width: 640px) {
	.sd-faq-hero,
	.sd-faq-content {
		padding: 54px 0;
	}

	.sd-faq-hero__inner,
	.sd-faq-content__inner {
		width: min(100% - 24px, 1200px);
	}

	.sd-faq-item summary {
		align-items: flex-start;
		padding: 20px 54px 20px 18px;
	}

	.sd-faq-item__answer {
		padding: 0 20px 22px 18px;
	}

	.sd-faq-support__actions {
		align-items: stretch;
		flex-direction: column;
	}
}

/**
 * Vintage Contact page.
 */
.sd-contact-page {
	overflow: hidden;
	color: var(--sd-vintage-brown);
	background:
		radial-gradient(circle at 16% 12%, rgb(255 255 255 / 34%) 0 1px, transparent 2px),
		linear-gradient(90deg, rgb(144 72 10 / 5%), transparent 10%, transparent 90%, rgb(144 72 10 / 5%)),
		var(--sd-vintage-paper);
	background-size: 28px 28px, 100% 100%, auto;
}

.sd-contact-hero,
.sd-contact-content {
	position: relative;
	padding: clamp(64px, 7vw, 108px) 0;
}

.sd-contact-hero {
	background:
		radial-gradient(circle at 78% 18%, rgb(255 247 206 / 74%), transparent 30%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

.sd-contact-hero::before,
.sd-contact-content::before {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 20% 16%, rgb(84 35 4 / 5%) 0 1px, transparent 2px),
		radial-gradient(circle at 78% 72%, rgb(169 94 5 / 5%) 0 1px, transparent 2px);
	background-size: 38px 38px, 44px 44px;
	content: "";
	pointer-events: none;
}

.sd-contact-hero__inner,
.sd-contact-content__inner {
	position: relative;
	z-index: 1;
	width: min(100% - 40px, 1200px);
}

.sd-contact-hero__inner {
	display: grid;
	align-items: center;
	gap: clamp(28px, 5vw, 76px);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
}

.sd-contact-hero__copy .sd-vintage-heading__line,
.sd-contact-section-header .sd-vintage-heading__line {
	justify-content: flex-start;
	margin: 14px 0 10px;
}

.sd-contact-hero h1,
.sd-contact-section-header h2,
.sd-contact-form-card h2 {
	margin: 0;
	color: #542304;
	font-family: var(--sd-vintage-serif);
	font-weight: 900;
	line-height: .92;
	letter-spacing: -.04em;
}

.sd-contact-hero h1 {
	max-width: 12ch;
	font-size: clamp(3.1rem, 7vw, 6.4rem);
}

.sd-contact-hero__copy > p:not(.sd-about-kicker) {
	max-width: 700px;
	margin: 20px 0 0;
	color: #6f4012;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	font-weight: 700;
	line-height: 1.65;
}

.sd-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.sd-contact-hero__visual {
	position: relative;
	display: grid;
	aspect-ratio: 1;
	border: 3px double rgb(169 94 5 / 48%);
	border-radius: 46px;
	background:
		radial-gradient(circle at 50% 38%, rgb(255 245 191 / 96%), rgb(244 199 87 / 84) 62%, rgb(143 72 11 / 18)),
		#f9d987;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 48%), 0 28px 58px rgb(92 44 7 / 18%);
	place-items: center;
}

.sd-contact-hero__visual::before {
	position: absolute;
	inset: 20px;
	border: 1px solid rgb(169 94 5 / 32%);
	border-radius: 34px;
	content: "";
	pointer-events: none;
}

.sd-contact-hero__visual::after {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	height: 34px;
	border-radius: 999px;
	background: radial-gradient(ellipse at center, rgb(84 35 4 / 22%), transparent 68%);
	content: "";
	filter: blur(10px);
}

.sd-contact-hero__visual img {
	position: relative;
	z-index: 1;
	width: 84%;
	height: 84%;
	border-radius: 34px;
	filter: drop-shadow(0 20px 22px rgb(64 27 4 / 22%));
	object-fit: contain;
}

.sd-contact-content {
	background:
		radial-gradient(circle at 50% 0, rgb(255 245 205 / 64%), transparent 34%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

.sd-contact-content__inner {
	display: grid;
	align-items: start;
	gap: clamp(26px, 4vw, 56px);
	grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
}

.sd-contact-section-header {
	margin: 0 0 24px;
}

.sd-contact-section-header h2,
.sd-contact-form-card h2 {
	max-width: 12ch;
	font-size: clamp(2.2rem, 4.6vw, 4.7rem);
}

.sd-contact-card-list {
	display: grid;
	gap: 16px;
}

.sd-contact-card,
.sd-contact-form-card {
	border: 2px solid rgb(168 92 8 / 34%);
	background:
		radial-gradient(circle at 16% 12%, rgb(255 255 255 / 54%), transparent 28%),
		linear-gradient(145deg, rgb(255 238 176 / 96%), rgb(247 205 111 / 88));
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 45%), 0 18px 42px rgb(92 44 7 / 11%);
}

.sd-contact-card {
	display: grid;
	align-items: start;
	gap: 16px;
	grid-template-columns: 48px minmax(0, 1fr);
	padding: 22px;
	border-radius: 24px;
}

.sd-contact-card > span {
	display: grid;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff4d0;
	background: radial-gradient(circle at 35% 25%, #eaa52e, #8d3c07 72%);
	box-shadow: inset 0 0 0 2px #efbd55;
	font-family: var(--sd-vintage-serif);
	font-size: 1.05rem;
	font-weight: 900;
	place-items: center;
}

.sd-contact-card svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.sd-contact-card h3 {
	margin: 0;
	color: #3b1c08;
	font-family: var(--sd-vintage-serif);
	font-size: 1.2rem;
	line-height: 1.2;
}

.sd-contact-card p {
	margin: 7px 0 0;
	color: #704010;
	font-family: var(--sd-vintage-serif);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.55;
}

.sd-contact-card a {
	color: var(--sd-vintage-green);
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.sd-contact-form-card {
	padding: clamp(26px, 4vw, 48px);
	border-radius: 32px;
}

.sd-contact-form-card > p:not(.sd-about-kicker) {
	max-width: 650px;
	margin: 16px 0 0;
	color: #704010;
	font-family: var(--sd-vintage-serif);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.65;
}

.sd-contact-form-card .sweet-dreams-contact-form {
	margin-top: 28px;
}

.sd-contact-form-card .sweet-dreams-contact-form form {
	display: grid;
	gap: 18px;
}

.sd-contact-form-card .sweet-dreams-contact-form__field {
	margin: 0;
}

.sd-contact-form-card .sweet-dreams-contact-form__field label {
	display: block;
	margin: 0 0 8px;
	color: #3b1c08;
	font-family: var(--sd-vintage-serif);
	font-size: .95rem;
	font-weight: 900;
	letter-spacing: .02em;
}

.sd-contact-form-card .sweet-dreams-contact-form__field input,
.sd-contact-form-card .sweet-dreams-contact-form__field textarea {
	width: 100%;
	border: 1px solid rgb(169 94 5 / 34%);
	border-radius: 16px;
	color: #3b1c08;
	background: rgb(255 247 218 / 92%);
	box-shadow: inset 0 2px 8px rgb(92 44 7 / 6%);
	font-family: inherit;
	font-size: 1rem;
}

.sd-contact-form-card .sweet-dreams-contact-form__field input {
	min-height: 52px;
	padding: 12px 15px;
}

.sd-contact-form-card .sweet-dreams-contact-form__field textarea {
	min-height: 160px;
	padding: 14px 15px;
	resize: vertical;
}

.sd-contact-form-card .sweet-dreams-contact-form__field input:focus,
.sd-contact-form-card .sweet-dreams-contact-form__field textarea:focus {
	border-color: var(--sd-vintage-gold);
	box-shadow: 0 0 0 3px rgb(169 94 5 / 14%);
	outline: 0;
}

.sd-contact-form-card .sweet-dreams-contact-form .button {
	justify-self: start;
	min-height: 48px;
	padding: 13px 28px;
	border: 1px solid #5e2506;
	border-radius: 999px;
	color: #fff6d5;
	background: linear-gradient(180deg, #a6540a, #7a2e06);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 8px 0 #5b2205, 0 16px 24px rgb(92 44 7 / 20%);
	font-family: var(--sd-vintage-serif);
	font-size: .86rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.sd-contact-form-card .sweet-dreams-contact-form .button:hover,
.sd-contact-form-card .sweet-dreams-contact-form .button:focus-visible {
	background: linear-gradient(180deg, #1f6a30, #12461f);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 8px 0 #0b3216, 0 16px 24px rgb(31 90 42 / 18%);
	outline: 0;
}

.sd-contact-form-card .sweet-dreams-contact-form__trap {
	position: absolute;
	left: -9999px;
}

@media (max-width: 900px) {
	.sd-contact-hero__inner,
	.sd-contact-content__inner {
		grid-template-columns: 1fr;
	}

	.sd-contact-hero__copy,
	.sd-contact-section-header {
		text-align: center;
	}

	.sd-contact-hero__copy .sd-vintage-heading__line,
	.sd-contact-section-header .sd-vintage-heading__line {
		justify-content: center;
	}

	.sd-contact-hero h1,
	.sd-contact-section-header h2,
	.sd-contact-hero__copy > p:not(.sd-about-kicker) {
		margin-right: auto;
		margin-left: auto;
	}

	.sd-contact-hero__actions {
		justify-content: center;
	}

	.sd-contact-hero__visual {
		justify-self: center;
		width: min(100%, 430px);
	}
}

@media (max-width: 640px) {
	.sd-contact-hero,
	.sd-contact-content {
		padding: 54px 0;
	}

	.sd-contact-hero__inner,
	.sd-contact-content__inner {
		width: min(100% - 24px, 1200px);
	}

	.sd-contact-card {
		grid-template-columns: 1fr;
	}

	.sd-contact-form-card .sweet-dreams-contact-form .button {
		width: 100%;
	}
}

/**
 * Vintage WooCommerce shop polish.
 * Scoped to storefront pages so the poster homepage layout remains untouched.
 */
body.sweet-dreams-storefront {
	color: var(--sd-vintage-brown);
	background:
		radial-gradient(circle at 16% 12%, rgb(255 255 255 / 34%) 0 1px, transparent 2px),
		linear-gradient(90deg, rgb(144 72 10 / 5%), transparent 10%, transparent 90%, rgb(144 72 10 / 5%)),
		var(--sd-vintage-paper);
	background-size: 28px 28px, 100% 100%, auto;
}

body.sweet-dreams-storefront .site-main--shop {
	position: relative;
	overflow: hidden;
	padding: clamp(42px, 6vw, 86px) 0 clamp(60px, 7vw, 110px);
	background:
		radial-gradient(circle at 50% 0, rgb(255 245 205 / 64%), transparent 34%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

body.sweet-dreams-storefront .woocommerce-shell {
	width: min(100% - 40px, 1200px);
	max-width: 1200px;
}

body.sweet-dreams-storefront .woocommerce-breadcrumb {
	margin: 0 0 20px;
	color: #7a4a13;
	font-family: var(--sd-vintage-serif);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.sweet-dreams-storefront .woocommerce-products-header,
body.sweet-dreams-storefront .shop-hero {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
	padding: clamp(28px, 4vw, 52px);
	border: 3px double #ae6414;
	border-radius: 30px;
	background:
		radial-gradient(circle at 18% 18%, rgb(255 255 255 / 48%), transparent 22%),
		linear-gradient(135deg, rgb(255 246 199 / 90%), rgb(249 214 133 / 88)),
		#ffdfa0;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 42%), 0 18px 40px rgb(92 44 7 / 14%);
	text-align: center;
}

body.sweet-dreams-storefront .woocommerce-products-header::before,
body.sweet-dreams-storefront .shop-hero::before,
body.sweet-dreams-storefront .woocommerce-products-header::after,
body.sweet-dreams-storefront .shop-hero::after {
	position: absolute;
	width: 110px;
	height: 110px;
	border: 2px solid rgb(169 94 5 / 22%);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

body.sweet-dreams-storefront .woocommerce-products-header::before,
body.sweet-dreams-storefront .shop-hero::before {
	top: -54px;
	left: -42px;
}

body.sweet-dreams-storefront .woocommerce-products-header::after,
body.sweet-dreams-storefront .shop-hero::after {
	right: -42px;
	bottom: -54px;
}

body.sweet-dreams-storefront .page-title,
body.sweet-dreams-storefront .woocommerce-products-header__title {
	margin: 0;
	color: #3b1c08;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(3.2rem, 6vw, 5.8rem);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: .92;
	text-shadow: 0 2px 0 rgb(255 245 188 / 82%);
}

body.sweet-dreams-storefront.woocommerce-shop .page-title,
body.sweet-dreams-storefront.post-type-archive-product .page-title,
body.sweet-dreams-storefront.tax-product_cat .page-title,
body.sweet-dreams-storefront.tax-product_tag .page-title {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
	padding: clamp(34px, 4.5vw, 62px);
	border: 3px double #ae6414;
	border-radius: 30px;
	background:
		radial-gradient(circle at 18% 18%, rgb(255 255 255 / 48%), transparent 22%),
		linear-gradient(135deg, rgb(255 246 199 / 90%), rgb(249 214 133 / 88)),
		#ffdfa0;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 42%), 0 18px 40px rgb(92 44 7 / 14%);
	text-align: center;
}

body.sweet-dreams-storefront.woocommerce-shop .page-title {
	display: none;
}

body.sweet-dreams-storefront .woocommerce-result-count {
	float: none;
	margin: 0 0 18px;
	color: #704010;
	font-family: var(--sd-vintage-serif);
	font-size: .95rem;
	font-weight: 700;
}

body.sweet-dreams-storefront .woocommerce-ordering {
	float: none;
	margin: -52px 0 24px auto;
	width: min(260px, 100%);
}

body.sweet-dreams-storefront .woocommerce-ordering select {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgb(169 94 5 / 42%);
	border-radius: 999px;
	color: var(--sd-vintage-brown);
	background:
		linear-gradient(180deg, #fff8d7, #f6cd73);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 78%), 0 8px 18px rgb(89 41 7 / 10%);
	font-family: var(--sd-vintage-serif);
	font-weight: 700;
}

body.sweet-dreams-storefront .woocommerce ul.products,
body.sweet-dreams-storefront.woocommerce-page ul.products {
	display: grid !important;
	gap: clamp(24px, 2.8vw, 34px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 28px 0 42px;
	padding: 0;
}

body.sweet-dreams-storefront .woocommerce ul.products::before,
body.sweet-dreams-storefront .woocommerce ul.products::after {
	content: none !important;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product,
body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card,
body.sweet-dreams-storefront.woocommerce-page ul.products li.product.product-card {
	position: relative;
	display: flex;
	width: auto !important;
	min-width: 0;
	min-height: 100%;
	margin: 0 !important;
	padding: 14px 14px 76px;
	border: 1px solid rgb(150 81 11 / 26%);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgb(255 246 202 / 94%), rgb(239 214 149 / 78)),
		#f9dda0;
	box-shadow:
		inset 0 0 0 1px rgb(255 255 255 / 52%),
		0 16px 28px rgb(72 33 7 / 10%);
	float: none !important;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card:hover,
body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card:focus-within {
	border-color: rgb(169 94 5 / 54%);
	box-shadow:
		inset 0 0 0 1px rgb(255 255 255 / 62%),
		0 20px 34px rgb(72 33 7 / 16%);
	transform: translateY(-2px);
}

body.sweet-dreams-storefront .product-card__media {
	overflow: hidden;
	border: 1px solid rgb(169 94 5 / 20%);
	border-radius: 16px;
	background:
		radial-gradient(circle at 50% 30%, rgb(255 255 255 / 24%), transparent 36%),
		#f8d891;
}

body.sweet-dreams-storefront .product-card__media a {
	aspect-ratio: 1 / 1;
	padding: 0;
	background: transparent;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product a img,
body.sweet-dreams-storefront .product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 14px;
	object-fit: cover;
	transform: none;
	transition: transform .28s ease;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card:hover .product-card__media img {
	transform: scale(1.035);
}

body.sweet-dreams-storefront .product-card__body {
	display: grid;
	gap: 7px;
	padding: 16px 4px 0;
}

body.sweet-dreams-storefront .sweet-dreams-product-label {
	width: fit-content;
	border: 1px solid rgb(31 90 42 / 20%);
	border-radius: 999px;
	color: var(--sd-vintage-green);
	background: rgb(255 244 191 / 80%);
	font-family: var(--sd-vintage-serif);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1;
	padding: 6px 10px;
	text-transform: none;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .woocommerce-loop-product__title {
	margin: 0;
	padding: 0;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1rem, 1.2vw, 1.18rem);
	font-weight: 900;
	line-height: 1.22;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product .woocommerce-loop-product__title a {
	color: inherit;
	text-decoration: none;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product .price,
body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .price {
	position: absolute;
	right: 68px;
	bottom: 25px;
	left: 18px;
	margin: 0;
	padding: 0;
	color: #6f3007;
	font-family: var(--sd-vintage-serif);
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1;
}

body.sweet-dreams-storefront .sweet-dreams-product-weight {
	color: #714414;
	font-family: var(--sd-vintage-serif);
	font-size: .76rem;
	font-weight: 700;
}

body.sweet-dreams-storefront .product-card__actions {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	margin: 0;
	padding: 0;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .button,
body.sweet-dreams-storefront .woocommerce ul.products li.product .button.add_to_cart_button {
	position: relative;
	display: grid;
	width: 46px;
	min-width: 46px;
	height: 46px;
	min-height: 46px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: transparent;
	background: #201b03;
	box-shadow: inset 0 0 0 1px rgb(255 198 26 / 18%), 0 8px 18px rgb(56 29 4 / 22%);
	font-size: 0;
	place-items: center;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .button::before,
body.sweet-dreams-storefront .woocommerce ul.products li.product .button.add_to_cart_button::before {
	color: #ffc400;
	content: "+";
	font-family: Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .button:hover,
body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .button:focus-visible {
	background: var(--sd-vintage-green);
	box-shadow: 0 10px 20px rgb(31 90 42 / 24%);
	outline: 0;
	transform: translateY(-1px);
}

body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .button.loading {
	opacity: .78;
}

body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .button.added::after {
	position: absolute;
	inset: -5px;
	border: 2px solid rgb(31 90 42 / 28%);
	border-radius: inherit;
	content: "";
}

body.sweet-dreams-storefront .woocommerce ul.products li.product .added_to_cart.wc-forward {
	display: none !important;
}

body.sweet-dreams-storefront .woocommerce nav.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 8px 0 0;
	border: 0;
}

body.sweet-dreams-storefront .woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

body.sweet-dreams-storefront .woocommerce nav.woocommerce-pagination ul li a,
body.sweet-dreams-storefront .woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	min-width: 42px;
	height: 42px;
	border: 1px solid rgb(169 94 5 / 38%);
	border-radius: 50%;
	color: var(--sd-vintage-brown);
	background: #fff0bd;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 45%);
	font-family: var(--sd-vintage-serif);
	font-weight: 800;
	place-items: center;
}

body.sweet-dreams-storefront .woocommerce nav.woocommerce-pagination ul li span.current,
body.sweet-dreams-storefront .woocommerce nav.woocommerce-pagination ul li a:hover {
	color: #fff6d4;
	background: var(--sd-vintage-rust);
}

body.sweet-dreams-storefront.woocommerce ul.products::before,
body.sweet-dreams-storefront.woocommerce ul.products::after {
	content: none !important;
}

body.sweet-dreams-storefront.woocommerce ul.products li.product.product-card:hover,
body.sweet-dreams-storefront.woocommerce ul.products li.product.product-card:focus-within {
	border-color: rgb(169 94 5 / 54%);
	box-shadow:
		inset 0 0 0 1px rgb(255 255 255 / 62%),
		0 20px 34px rgb(72 33 7 / 16%);
	transform: translateY(-2px);
}

body.sweet-dreams-storefront.woocommerce ul.products li.product.product-card:hover .product-card__media img {
	transform: scale(1.035);
}

body.sweet-dreams-storefront.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0;
	padding: 0;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1rem, 1.2vw, 1.18rem);
	font-weight: 900;
	line-height: 1.22;
}

body.sweet-dreams-storefront.woocommerce ul.products li.product .woocommerce-loop-product__title a {
	color: inherit;
	text-decoration: none;
}

body.sweet-dreams-storefront.woocommerce ul.products li.product .price {
	position: absolute;
	right: 68px;
	bottom: 25px;
	left: 18px;
	margin: 0;
	padding: 0;
	color: #6f3007;
	font-family: var(--sd-vintage-serif);
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1;
}

body.sweet-dreams-storefront.woocommerce ul.products li.product.product-card .button,
body.sweet-dreams-storefront.woocommerce ul.products li.product .button.add_to_cart_button {
	position: relative;
	display: grid;
	width: 46px;
	min-width: 46px;
	height: 46px;
	min-height: 46px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: transparent;
	background: #201b03;
	box-shadow: inset 0 0 0 1px rgb(255 198 26 / 18%), 0 8px 18px rgb(56 29 4 / 22%);
	font-size: 0;
	place-items: center;
}

body.sweet-dreams-storefront.woocommerce ul.products li.product.product-card .button::before,
body.sweet-dreams-storefront.woocommerce ul.products li.product .button.add_to_cart_button::before {
	color: #ffc400;
	content: "+";
	font-family: Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
}

body.sweet-dreams-storefront.woocommerce ul.products li.product.product-card .button:hover,
body.sweet-dreams-storefront.woocommerce ul.products li.product.product-card .button:focus-visible {
	background: var(--sd-vintage-green);
	box-shadow: 0 10px 20px rgb(31 90 42 / 24%);
	outline: 0;
	transform: translateY(-1px);
}

body.sweet-dreams-storefront.woocommerce ul.products li.product.product-card .button.loading {
	opacity: .78;
}

body.sweet-dreams-storefront.woocommerce ul.products li.product.product-card .button.added::after {
	position: absolute;
	inset: -5px;
	border: 2px solid rgb(31 90 42 / 28%);
	border-radius: inherit;
	content: "";
}

body.sweet-dreams-storefront.woocommerce ul.products li.product .added_to_cart.wc-forward {
	display: none !important;
}

body.sweet-dreams-storefront.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 8px 0 0;
	border: 0;
}

body.sweet-dreams-storefront.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

body.sweet-dreams-storefront.woocommerce nav.woocommerce-pagination ul li a,
body.sweet-dreams-storefront.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	min-width: 42px;
	height: 42px;
	border: 1px solid rgb(169 94 5 / 38%);
	border-radius: 50%;
	color: var(--sd-vintage-brown);
	background: #fff0bd;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 45%);
	font-family: var(--sd-vintage-serif);
	font-weight: 800;
	place-items: center;
}

body.sweet-dreams-storefront.woocommerce nav.woocommerce-pagination ul li span.current,
body.sweet-dreams-storefront.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: #fff6d4;
	background: var(--sd-vintage-rust);
}

/**
 * Vintage cart page.
 */
body.woocommerce-cart.sweet-dreams-storefront .site-main--shop {
	padding: clamp(18px, 2.4vw, 30px) 0 clamp(64px, 8vw, 108px);
	background:
		radial-gradient(circle at 50% 0, rgb(255 245 205 / 68%), transparent 34%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

body.woocommerce-cart.sweet-dreams-storefront .woocommerce-shell {
	width: min(100% - 40px, 1200px);
	max-width: 1200px;
}

body.woocommerce-cart.sweet-dreams-storefront .page-header {
	display: none;
	margin: 0;
}

body.woocommerce-cart.sweet-dreams-storefront .page-title {
	margin: 0;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: clamp(3.4rem, 6.6vw, 6.2rem);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .9;
	text-shadow: 0 2px 0 rgb(255 245 188 / 82%);
}

body.woocommerce-cart.sweet-dreams-storefront .woocommerce {
	color: var(--sd-vintage-brown);
}

body.woocommerce-cart.sweet-dreams-storefront .woocommerce-cart-form,
body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals .cart_totals,
body.woocommerce-cart.sweet-dreams-storefront .woocommerce-info,
body.woocommerce-cart.sweet-dreams-storefront .woocommerce-message {
	border: 1px solid rgb(169 94 5 / 30%);
	border-radius: 24px;
	background:
		radial-gradient(circle at 14% 16%, rgb(255 255 255 / 46%), transparent 24%),
		linear-gradient(135deg, rgb(255 246 199 / 94%), rgb(244 207 121 / 84)),
		#f9dda0;
	box-shadow:
		inset 0 0 0 1px rgb(255 255 255 / 44%),
		0 18px 38px rgb(88 39 6 / 12%);
}

body.woocommerce-cart.sweet-dreams-storefront .woocommerce-cart-form {
	overflow: hidden;
	padding: 0;
}

body.woocommerce-cart.sweet-dreams-storefront table.shop_table,
body.woocommerce-cart.sweet-dreams-storefront table.shop_table th,
body.woocommerce-cart.sweet-dreams-storefront table.shop_table td {
	border-color: rgb(126 63 8 / 14%) !important;
	background: transparent !important;
}

body.woocommerce-cart.sweet-dreams-storefront table.shop_table {
	margin: 0;
	border: 0 !important;
	border-collapse: separate;
	border-radius: 24px;
	border-spacing: 0;
	overflow: hidden;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart th {
	padding: 18px 20px;
	color: #3b1c08;
	background:
		linear-gradient(180deg, rgb(255 239 182 / 72%), rgb(238 198 111 / 34)) !important;
	font-family: var(--sd-vintage-serif);
	font-size: .95rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart td {
	padding: 18px 20px;
	color: #3b1c08;
	font-family: var(--sd-vintage-serif);
	font-size: 1rem;
	font-weight: 700;
	vertical-align: middle;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart .product-thumbnail img {
	width: 72px;
	height: 72px;
	border: 1px solid rgb(169 94 5 / 28%);
	border-radius: 16px;
	background: #f8d891;
	box-shadow: 0 8px 16px rgb(86 39 6 / 14%);
	object-fit: cover;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart .product-name a {
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: 1.04rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration-color: rgb(169 94 5 / 32%);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart .product-name a:hover,
body.woocommerce-cart.sweet-dreams-storefront table.cart .product-name a:focus-visible {
	color: var(--sd-vintage-rust);
	text-decoration-color: currentColor;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart .product-price,
body.woocommerce-cart.sweet-dreams-storefront table.cart .product-subtotal,
body.woocommerce-cart.sweet-dreams-storefront table.cart .product-price .amount,
body.woocommerce-cart.sweet-dreams-storefront table.cart .product-subtotal .amount {
	color: #6f3007;
	font-weight: 900;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart .product-remove a.remove {
	display: grid;
	width: 36px;
	height: 36px;
	border: 1px solid rgb(169 94 5 / 28%);
	border-radius: 50%;
	color: #a83208 !important;
	background: rgb(255 241 194 / 76%);
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 38%);
	font-size: 1.4rem;
	line-height: 1;
	place-items: center;
	text-decoration: none;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart .product-remove a.remove:hover,
body.woocommerce-cart.sweet-dreams-storefront table.cart .product-remove a.remove:focus-visible {
	color: #fff6d4 !important;
	background: var(--sd-vintage-rust);
	outline: 0;
}

body.woocommerce-cart.sweet-dreams-storefront .quantity .qty,
body.woocommerce-cart.sweet-dreams-storefront table.cart td.actions .coupon .input-text {
	min-height: 50px;
	border: 1px solid rgb(169 94 5 / 28%);
	border-radius: 12px;
	color: var(--sd-vintage-brown);
	background: rgb(255 250 225 / 76%);
	box-shadow: inset 0 2px 8px rgb(86 39 6 / 8%);
	font-family: var(--sd-vintage-serif);
	font-weight: 800;
}

body.woocommerce-cart.sweet-dreams-storefront .quantity .qty {
	width: 70px;
	max-width: 70px;
	text-align: center;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart td.actions {
	padding: 22px 20px !important;
	background:
		linear-gradient(180deg, rgb(255 239 182 / 42%), rgb(238 198 111 / 20)) !important;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.woocommerce-cart.sweet-dreams-storefront table.cart td.actions .coupon .input-text {
	width: min(260px, 100%);
	margin: 0;
	padding: 0 16px;
}

body.woocommerce-cart.sweet-dreams-storefront .button,
body.woocommerce-cart.sweet-dreams-storefront button.button,
body.woocommerce-cart.sweet-dreams-storefront input.button,
body.woocommerce-cart.sweet-dreams-storefront a.button,
body.woocommerce-cart.sweet-dreams-storefront .wc-proceed-to-checkout a.checkout-button {
	min-height: 48px;
	border: 1px solid #713006;
	border-radius: 999px;
	color: #fff8da;
	background:
		linear-gradient(180deg, #b55a0b 0%, var(--sd-vintage-rust) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 211 119 / 34%),
		0 8px 0 #5d2203,
		0 16px 26px rgb(86 39 6 / 16%);
	font-family: var(--sd-vintage-serif);
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.woocommerce-cart.sweet-dreams-storefront .button:hover,
body.woocommerce-cart.sweet-dreams-storefront button.button:hover,
body.woocommerce-cart.sweet-dreams-storefront input.button:hover,
body.woocommerce-cart.sweet-dreams-storefront a.button:hover,
body.woocommerce-cart.sweet-dreams-storefront .button:focus-visible,
body.woocommerce-cart.sweet-dreams-storefront .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart.sweet-dreams-storefront .wc-proceed-to-checkout a.checkout-button:focus-visible {
	color: #fff8da;
	background:
		linear-gradient(180deg, #28683a 0%, var(--sd-vintage-green) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 22%),
		0 8px 0 #12391c,
		0 16px 26px rgb(31 90 42 / 18%);
	outline: 0;
	transform: translateY(-1px);
}

body.woocommerce-cart.sweet-dreams-storefront .button:disabled,
body.woocommerce-cart.sweet-dreams-storefront button.button:disabled,
body.woocommerce-cart.sweet-dreams-storefront input.button:disabled,
body.woocommerce-cart.sweet-dreams-storefront .button.disabled,
body.woocommerce-cart.sweet-dreams-storefront button.button.disabled,
body.woocommerce-cart.sweet-dreams-storefront input.button.disabled {
	cursor: not-allowed;
	opacity: .55;
	transform: none;
}

body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: clamp(28px, 4vw, 46px);
}

body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals::before,
body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals::after {
	content: none !important;
}

body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals .cart_totals {
	float: none !important;
	width: min(100%, 480px) !important;
	padding: clamp(22px, 3vw, 34px);
}

body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals .cart_totals h2 {
	margin: 0 0 18px;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1;
}

body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals .cart_totals table.shop_table td {
	padding: 14px 0;
	border-top: 1px solid rgb(126 63 8 / 16%) !important;
}

body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals .cart_totals .order-total td,
body.woocommerce-cart.sweet-dreams-storefront .cart-collaterals .cart_totals .order-total .amount {
	color: var(--sd-vintage-green);
	font-size: 1.12rem;
	font-weight: 900;
}

body.woocommerce-cart.sweet-dreams-storefront .wc-proceed-to-checkout {
	padding: 18px 0 0;
}

body.woocommerce-cart.sweet-dreams-storefront .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 16px 22px;
	background:
		linear-gradient(180deg, #28683a 0%, var(--sd-vintage-green) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 20%),
		0 8px 0 #12391c,
		0 16px 26px rgb(31 90 42 / 18%);
	font-size: .98rem;
}

body.woocommerce-cart.sweet-dreams-storefront .woocommerce-info,
body.woocommerce-cart.sweet-dreams-storefront .woocommerce-message {
	margin: 0 0 24px;
	padding: 18px 22px 18px 52px;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-weight: 800;
}

body.woocommerce-cart.sweet-dreams-storefront .woocommerce-info::before,
body.woocommerce-cart.sweet-dreams-storefront .woocommerce-message::before {
	color: var(--sd-vintage-gold);
	top: 18px;
}

body.woocommerce-cart.sweet-dreams-storefront .cart-empty {
	text-align: left;
}

body.woocommerce-cart.sweet-dreams-storefront .return-to-shop {
	margin: 24px 0 0;
}

/**
 * Vintage checkout page.
 */
body.woocommerce-checkout.sweet-dreams-storefront .site-main--shop {
	padding: clamp(18px, 2.4vw, 30px) 0 clamp(64px, 8vw, 108px);
	background:
		radial-gradient(circle at 50% 0, rgb(255 245 205 / 68%), transparent 34%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-shell {
	width: min(100% - 40px, 1200px);
	max-width: 1200px;
	padding: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront .page-header,
body.woocommerce-checkout.sweet-dreams-storefront .page-title {
	display: none;
	margin: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce {
	color: var(--sd-vintage-brown);
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-info,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-message,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-error,
body.woocommerce-checkout.sweet-dreams-storefront .sweet-dreams-checkout-note {
	margin: 0 0 22px;
	border: 1px solid rgb(169 94 5 / 30%);
	border-radius: 16px;
	color: var(--sd-vintage-brown);
	background:
		radial-gradient(circle at 12% 22%, rgb(255 255 255 / 48%), transparent 26%),
		linear-gradient(135deg, rgb(255 246 199 / 94%), rgb(244 207 121 / 76)),
		#f9dda0;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 44%);
	font-family: var(--sd-vintage-serif);
	font-weight: 700;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-info,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-message,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-error {
	padding: 18px 22px 18px 52px;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-info::before,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-message::before,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-error::before {
	color: var(--sd-vintage-gold);
	top: 18px;
}

body.woocommerce-checkout.sweet-dreams-storefront .sweet-dreams-checkout-note {
	display: none !important;
}

body.woocommerce-checkout.sweet-dreams-storefront form.checkout.woocommerce-checkout {
	display: grid;
	align-items: start;
	gap: clamp(26px, 3.2vw, 38px);
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
	margin-top: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront form.checkout.woocommerce-checkout::before,
body.woocommerce-checkout.sweet-dreams-storefront form.checkout.woocommerce-checkout::after,
body.woocommerce-checkout.sweet-dreams-storefront #customer_details::before,
body.woocommerce-checkout.sweet-dreams-storefront #customer_details::after {
	content: none !important;
}

body.woocommerce-checkout.sweet-dreams-storefront #customer_details,
body.woocommerce-checkout.sweet-dreams-storefront #order_review {
	border: 1px solid rgb(169 94 5 / 30%);
	border-radius: 24px;
	background:
		radial-gradient(circle at 14% 16%, rgb(255 255 255 / 46%), transparent 24%),
		linear-gradient(135deg, rgb(255 246 199 / 94%), rgb(244 207 121 / 84)),
		#f9dda0;
	box-shadow:
		inset 0 0 0 1px rgb(255 255 255 / 44%),
		0 18px 38px rgb(88 39 6 / 12%);
}

body.woocommerce-checkout.sweet-dreams-storefront #customer_details {
	display: grid;
	gap: clamp(24px, 3vw, 34px);
	grid-column: 1;
	grid-row: 1 / span 2;
	padding: clamp(22px, 3vw, 34px);
}

body.woocommerce-checkout.sweet-dreams-storefront #customer_details .col-1,
body.woocommerce-checkout.sweet-dreams-storefront #customer_details .col-2 {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront #customer_details .col-2 {
	padding-top: clamp(22px, 2.8vw, 30px);
	border-top: 1px solid rgb(126 63 8 / 16%);
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-billing-fields h3,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-additional-fields h3,
body.woocommerce-checkout.sweet-dreams-storefront #order_review_heading {
	margin: 0 0 18px;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1.55rem, 2vw, 2.1rem);
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-additional-fields h3 {
	display: none !important;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	gap: 16px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-page form .form-row,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce .form-row-first,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce .form-row-last,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-page .form-row-first,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-page .form-row-last {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-billing-fields__field-wrapper .form-row-wide,
body.woocommerce-checkout.sweet-dreams-storefront #billing_country_field,
body.woocommerce-checkout.sweet-dreams-storefront #billing_address_1_field,
body.woocommerce-checkout.sweet-dreams-storefront #billing_address_2_field,
body.woocommerce-checkout.sweet-dreams-storefront #order_comments_field,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-additional-fields__field-wrapper .form-row {
	grid-column: 1 / -1;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row label {
	margin: 0 0 7px;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: .96rem;
	font-weight: 900;
	letter-spacing: .01em;
	line-height: 1.25;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row .required {
	color: var(--sd-vintage-rust);
	text-decoration: none;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row input.input-text,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row textarea,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row select,
body.woocommerce-checkout.sweet-dreams-storefront .select2-container .select2-selection--single {
	width: 100%;
	min-height: 52px;
	border: 1px solid rgb(169 94 5 / 30%);
	border-radius: 14px;
	color: var(--sd-vintage-brown);
	background: rgb(255 250 225 / 80%);
	box-shadow:
		inset 0 2px 8px rgb(86 39 6 / 8%),
		0 1px 0 rgb(255 255 255 / 42%);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 700;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row textarea {
	min-height: 150px;
	padding: 14px 16px;
	resize: vertical;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row input.input-text {
	padding: 0 16px;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row textarea:focus,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce form .form-row select:focus,
body.woocommerce-checkout.sweet-dreams-storefront .select2-container--open .select2-selection--single {
	border-color: rgb(31 90 42 / 58%);
	box-shadow:
		inset 0 2px 8px rgb(86 39 6 / 8%),
		0 0 0 3px rgb(31 90 42 / 12%);
	outline: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--sd-vintage-brown);
	line-height: 52px;
	padding-left: 16px;
}

body.woocommerce-checkout.sweet-dreams-storefront .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 52px;
	right: 10px;
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review_heading {
	display: none !important;
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review {
	grid-column: 2;
	grid-row: 1 / span 2;
	position: sticky;
	top: 124px;
	overflow: hidden;
	padding: clamp(22px, 2.8vw, 30px);
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review::before {
	content: "Your order";
	display: block;
	margin: 0 0 22px;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1.65rem, 2.2vw, 2.35rem);
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1;
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table,
body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table th,
body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table td {
	border-color: rgb(126 63 8 / 16%) !important;
	background: transparent !important;
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table {
	margin: 0;
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table th,
body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table td {
	padding: 14px 8px;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: .98rem;
	font-weight: 800;
	line-height: 1.35;
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table thead th {
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table td:last-child,
body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table th:last-child {
	text-align: right;
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table .order-total th,
body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table .order-total td,
body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table .order-total .amount {
	color: var(--sd-vintage-green);
	font-size: 1.12rem;
	font-weight: 900;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-form-coupon-toggle,
body.woocommerce-checkout.sweet-dreams-storefront form.checkout_coupon.sd-native-checkout-coupon {
	display: none !important;
}

body.woocommerce-checkout.sweet-dreams-storefront #order_review table.shop_table tr.sd-checkout-coupon-row td {
	padding: 18px 0 4px !important;
	border-top: 1px solid rgb(126 63 8 / 16%) !important;
	text-align: left !important;
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel {
	display: grid;
	gap: 10px;
	padding: 16px;
	border: 1px solid rgb(169 94 5 / 30%);
	border-radius: 18px;
	background:
		radial-gradient(circle at 14% 16%, rgb(255 255 255 / 46%), transparent 24%),
		linear-gradient(135deg, rgb(255 247 207 / 94%), rgb(246 214 132 / 74)),
		#f9dda0;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 42%);
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel__label {
	margin: 0;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: .95rem;
	font-weight: 900;
	line-height: 1.2;
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel__controls {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel input {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgb(169 94 5 / 30%);
	border-radius: 999px;
	color: var(--sd-vintage-brown);
	background: rgb(255 250 225 / 82%);
	box-shadow: inset 0 2px 8px rgb(86 39 6 / 8%);
	font-family: var(--sd-vintage-serif);
	font-size: .96rem;
	font-weight: 800;
	padding: 0 16px;
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel input:focus {
	border-color: rgb(31 90 42 / 58%);
	box-shadow:
		inset 0 2px 8px rgb(86 39 6 / 8%),
		0 0 0 3px rgb(31 90 42 / 12%);
	outline: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel button {
	min-height: 48px;
	border: 1px solid #713006;
	border-radius: 999px;
	color: #fff8da;
	background:
		linear-gradient(180deg, #b55a0b 0%, var(--sd-vintage-rust) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 211 119 / 34%),
		0 6px 0 #5d2203,
		0 12px 22px rgb(86 39 6 / 14%);
	font-family: var(--sd-vintage-serif);
	font-size: .82rem;
	font-weight: 900;
	letter-spacing: .04em;
	padding: 0 18px;
	text-transform: uppercase;
	white-space: nowrap;
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel button:hover,
body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel button:focus-visible {
	background:
		linear-gradient(180deg, #28683a 0%, var(--sd-vintage-green) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 20%),
		0 6px 0 #12391c,
		0 12px 22px rgb(31 90 42 / 16%);
	outline: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel button:disabled {
	cursor: not-allowed;
	opacity: .65;
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel__hint {
	margin: 0;
	color: rgb(59 28 8 / 72%);
	font-family: var(--sd-vintage-serif);
	font-size: .84rem;
	font-weight: 700;
	line-height: 1.35;
}

body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel.has-error .sd-checkout-coupon-panel__hint {
	color: var(--sd-vintage-rust);
}

body.woocommerce-checkout.sweet-dreams-storefront #payment {
	margin-top: 18px;
	border-top: 1px solid rgb(126 63 8 / 16%);
	background: transparent !important;
}

body.woocommerce-checkout.sweet-dreams-storefront #payment ul.payment_methods {
	padding: 18px 0;
	border-bottom: 1px solid rgb(126 63 8 / 16%);
	background: transparent;
}

body.woocommerce-checkout.sweet-dreams-storefront #payment ul.payment_methods li {
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-weight: 700;
	line-height: 1.55;
}

body.woocommerce-checkout.sweet-dreams-storefront #payment .woocommerce-info,
body.woocommerce-checkout.sweet-dreams-storefront #payment .woocommerce-message {
	margin: 0;
	background:
		linear-gradient(135deg, rgb(255 250 225 / 92%), rgb(246 221 151 / 78)),
		#f9dda0;
}

body.woocommerce-checkout.sweet-dreams-storefront #payment div.form-row {
	padding: 18px 0 0;
}

body.woocommerce-checkout.sweet-dreams-storefront #payment #place_order,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-form-coupon button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border: 1px solid #713006;
	border-radius: 999px;
	color: #fff8da;
	background:
		linear-gradient(180deg, #28683a 0%, var(--sd-vintage-green) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 20%),
		0 8px 0 #12391c,
		0 16px 26px rgb(31 90 42 / 18%);
	font-family: var(--sd-vintage-serif);
	font-size: .95rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.woocommerce-checkout.sweet-dreams-storefront #payment #place_order {
	width: 100%;
}

body.woocommerce-checkout.sweet-dreams-storefront #payment #place_order:hover,
body.woocommerce-checkout.sweet-dreams-storefront #payment #place_order:focus-visible,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-form-coupon button.button:hover,
body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-form-coupon button.button:focus-visible {
	color: #fff8da;
	background:
		linear-gradient(180deg, #b55a0b 0%, var(--sd-vintage-rust) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 211 119 / 34%),
		0 8px 0 #5d2203,
		0 16px 26px rgb(86 39 6 / 16%);
	outline: 0;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-form-coupon {
	display: grid;
	gap: 14px;
	margin: 0 0 24px;
	border: 1px solid rgb(169 94 5 / 30%);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgb(255 246 199 / 92%), rgb(244 207 121 / 72)),
		#f9dda0;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 44%);
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-form-coupon p {
	margin: 0;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-weight: 700;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-form-coupon .form-row {
	display: block;
	width: 100%;
}

body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-privacy-policy-text {
	color: rgb(59 28 8 / 84%);
	font-family: var(--sd-vintage-serif);
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.6;
}

@media (max-width: 980px) {
	body.woocommerce-checkout.sweet-dreams-storefront form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout.sweet-dreams-storefront #customer_details,
	body.woocommerce-checkout.sweet-dreams-storefront #order_review_heading,
	body.woocommerce-checkout.sweet-dreams-storefront #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.woocommerce-checkout.sweet-dreams-storefront #order_review {
		position: static;
	}

	body.woocommerce-checkout.sweet-dreams-storefront #order_review_heading {
		margin: 0;
	}
}

@media (max-width: 640px) {
	body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-shell {
		width: min(100% - 24px, 1200px);
	}

	body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout.sweet-dreams-storefront .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout.sweet-dreams-storefront #customer_details,
	body.woocommerce-checkout.sweet-dreams-storefront #order_review {
		border-radius: 18px;
		padding: 18px;
	}

	body.woocommerce-checkout.sweet-dreams-storefront .sd-checkout-coupon-panel__controls {
		grid-template-columns: 1fr;
	}
}

/**
 * Vintage account login, registration, and password reset pages.
 */
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .site-main {
	background:
		radial-gradient(circle at 50% 0, rgb(255 245 205 / 68%), transparent 34%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .content-layout {
	width: min(100% - 40px, 1200px);
	max-width: 1200px;
	padding: clamp(28px, 5vw, 62px) 0 clamp(64px, 8vw, 108px);
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .page-entry {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .page-header,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .page-title,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce > h2,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .u-column1 h2,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .u-column2 h2 {
	display: none !important;
	margin: 0;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .entry-content {
	margin: 0;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce {
	position: relative;
	display: grid;
	place-items: center;
	min-height: min(640px, calc(100vh - 210px));
	overflow: hidden;
	padding: clamp(34px, 7vw, 78px);
	border: 1px solid rgb(169 94 5 / 24%);
	border-radius: 30px;
	background:
		radial-gradient(circle at 18% 24%, rgb(255 255 255 / 58%), transparent 24%),
		radial-gradient(circle at 82% 22%, rgb(228 154 39 / 26%), transparent 22%),
		radial-gradient(circle at 72% 80%, rgb(31 90 42 / 13%), transparent 24%),
		linear-gradient(135deg, rgb(255 250 223 / 94%), rgb(246 218 142 / 78)),
		#f8dda0;
	box-shadow:
		inset 0 0 0 1px rgb(255 255 255 / 50%),
		0 26px 60px rgb(88 39 6 / 14%);
	color: var(--sd-vintage-brown);
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce::before,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce::before {
	inset: 24px auto auto 24px;
	width: clamp(150px, 19vw, 250px);
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgb(255 255 255 / 50%) 0 28%, transparent 29%),
		repeating-radial-gradient(circle, rgb(176 93 7 / 22%) 0 2px, transparent 3px 16px);
	opacity: .75;
	transform: rotate(-12deg);
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce::after {
	right: clamp(18px, 4vw, 58px);
	bottom: clamp(18px, 4vw, 52px);
	width: clamp(210px, 28vw, 380px);
	height: clamp(210px, 28vw, 380px);
	border-radius: 42% 58% 45% 55%;
	background:
		radial-gradient(circle at 54% 48%, rgb(255 255 255 / 48%), transparent 0 14%, rgb(181 92 10 / 16%) 15% 28%, transparent 29%),
		linear-gradient(135deg, rgb(255 213 98 / 40%), rgb(31 90 42 / 12%));
	filter: blur(.2px);
	opacity: .72;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce-notices-wrapper {
	position: relative;
	z-index: 2;
	width: min(100%, 520px);
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .u-columns {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	gap: clamp(22px, 3vw, 34px);
	min-height: min(540px, calc(100vh - 260px));
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .u-column1,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .u-column2 {
	flex: 0 1 460px;
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .u-column2,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in).sweet-dreams-auth-register-request .u-column1,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce.sd-show-register .u-column1 {
	display: none !important;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in).sweet-dreams-auth-register-request .u-column2,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce.sd-show-register .u-column2 {
	display: block !important;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce.sd-show-login .u-column1 {
	display: block !important;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(100%, 460px);
	gap: 15px;
	margin: 0 auto !important;
	padding: clamp(24px, 3.2vw, 34px);
	border: 1px solid rgb(169 94 5 / 30%);
	border-radius: 24px;
	background:
		radial-gradient(circle at 18% 14%, rgb(255 255 255 / 64%), transparent 25%),
		linear-gradient(135deg, rgb(255 249 223 / 96%), rgb(246 218 142 / 88)),
		#f9dda0;
	box-shadow:
		inset 0 0 0 1px rgb(255 255 255 / 58%),
		0 22px 42px rgb(88 39 6 / 15%);
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login::before,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register::before,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password::before {
	display: block;
	margin: 0 0 4px;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: .95;
	text-align: center;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login::before {
	content: "Welcome back";
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register::before {
	content: "Create account";
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password::before {
	content: "Reset password";
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password > p:first-child {
	margin: 0 0 4px;
	color: rgb(59 28 8 / 78%);
	font-family: var(--sd-vintage-serif);
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login .form-row,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register .form-row,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password .form-row {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login label,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register label,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password label {
	display: block;
	margin: 0 0 7px;
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: .95rem;
	font-weight: 900;
	letter-spacing: .01em;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login input.input-text,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register input.input-text,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password input.input-text {
	width: 100%;
	min-height: 52px;
	border: 1px solid rgb(169 94 5 / 32%);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgb(255 252 236 / 96%), rgb(255 245 208 / 92)),
		#fff6d4;
	box-shadow:
		inset 0 2px 8px rgb(86 39 6 / 8%),
		0 1px 0 rgb(255 255 255 / 50%);
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-size: 1rem;
	font-weight: 800;
	padding: 0 18px;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login input.input-text:focus,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register input.input-text:focus,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password input.input-text:focus {
	border-color: rgb(31 90 42 / 58%);
	box-shadow:
		inset 0 2px 8px rgb(86 39 6 / 8%),
		0 0 0 3px rgb(31 90 42 / 12%);
	outline: 0;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce-form-login__rememberme input,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password input[type="checkbox"] {
	accent-color: var(--sd-vintage-rust);
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login button.button,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register button.button,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 4px;
	border: 1px solid #713006;
	border-radius: 999px;
	color: #fff8da;
	background:
		linear-gradient(180deg, #b45a0b 0%, var(--sd-vintage-rust) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 20%),
		0 5px 0 #713006,
		0 18px 28px rgb(87 40 6 / 18%);
	font-family: var(--sd-vintage-serif);
	font-size: .95rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login button.button:hover,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login button.button:focus-visible,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register button.button:hover,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register button.button:focus-visible,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password button.button:hover,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password button.button:focus-visible {
	color: #fff8da;
	background:
		linear-gradient(180deg, #28683a 0%, var(--sd-vintage-green) 100%);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 20%),
		0 5px 0 #123f1f,
		0 18px 28px rgb(31 90 42 / 18%);
	transform: translateY(-1px);
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .lost_password {
	margin: -4px 0 0;
	text-align: center;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .sweet-dreams-auth-switch {
	margin: -2px 0 0;
	color: rgb(59 28 8 / 78%);
	font-family: var(--sd-vintage-serif);
	font-size: .98rem;
	font-weight: 800;
	line-height: 1.45;
	text-align: center;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .sweet-dreams-auth-switch--back {
	margin-top: -4px;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .sweet-dreams-auth-switch a {
	margin-left: 4px;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register .woocommerce-privacy-policy-text {
	display: none !important;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .lost_password a,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce-form-login a,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce-form-register a,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .lost_reset_password a {
	color: var(--sd-vintage-green);
	font-family: var(--sd-vintage-serif);
	font-weight: 900;
	text-decoration-color: rgb(31 90 42 / 32%);
	text-underline-offset: 3px;
}

body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce-error,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce-message,
body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce-info {
	width: min(100%, 520px);
	margin: 0 auto 22px;
	border: 1px solid rgb(169 94 5 / 30%);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgb(255 250 225 / 96%), rgb(246 221 151 / 82)),
		#f9dda0;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 44%);
	color: var(--sd-vintage-brown);
	font-family: var(--sd-vintage-serif);
	font-weight: 800;
}

@media (max-width: 760px) {
	body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .content-layout {
		width: min(100% - 24px, 1200px);
		padding-top: 22px;
	}

	body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .woocommerce {
		min-height: auto;
		padding: 20px;
		border-radius: 22px;
	}

	body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) .u-columns {
		justify-content: center;
		min-height: auto;
	}

	body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-login,
	body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.woocommerce-form-register,
	body.woocommerce-account.sweet-dreams-storefront:not(.logged-in) form.lost_reset_password {
		padding: 22px 18px;
		border-radius: 20px;
	}
}

/**
 * Vintage single product page.
 */
body.single-product.sweet-dreams-storefront .site-main--shop {
	padding: clamp(24px, 3.2vw, 46px) 0 clamp(58px, 7vw, 96px);
	background:
		radial-gradient(circle at 50% 0, rgb(255 245 205 / 68%), transparent 34%),
		linear-gradient(90deg, rgb(147 82 16 / 5%), transparent 16%, transparent 84%, rgb(147 82 16 / 5%)),
		var(--sd-vintage-paper);
}

body.single-product.sweet-dreams-storefront .woocommerce-shell {
	width: min(100% - 40px, 1200px);
	max-width: 1200px;
}

body.single-product.sweet-dreams-storefront div.product {
	position: relative;
	display: grid;
	align-items: start;
	gap: clamp(28px, 3.6vw, 48px);
	grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
	margin: 0;
}

body.single-product.sweet-dreams-storefront div.product::before,
body.single-product.sweet-dreams-storefront div.product::after {
	content: none !important;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product div.images,
body.single-product.sweet-dreams-storefront.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product div.images,
body.single-product.sweet-dreams-storefront.woocommerce div.product div.summary,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs {
	border: 2px solid rgb(168 92 8 / 34%);
	background:
		radial-gradient(circle at 16% 12%, rgb(255 255 255 / 54%), transparent 28%),
		linear-gradient(145deg, rgb(255 238 176 / 96%), rgb(247 205 111 / 88));
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 45%), 0 18px 42px rgb(92 44 7 / 11%);
}

body.single-product.sweet-dreams-storefront.woocommerce div.product div.images {
	overflow: hidden;
	padding: clamp(12px, 1.6vw, 18px);
	border-radius: 28px;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	display: grid;
	align-items: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid rgb(169 94 5 / 24%);
	border-radius: 22px;
	background:
		radial-gradient(circle at 50% 24%, rgb(255 255 255 / 34%), transparent 38%),
		#f7d78e;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 42%);
	place-items: center;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product div.images .woocommerce-product-gallery__image,
body.single-product.sweet-dreams-storefront.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 21px;
	object-fit: contain;
	object-position: center center;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: 28px;
	right: 28px;
	display: grid;
	width: 44px;
	height: 44px;
	border: 1px solid rgb(169 94 5 / 36%);
	border-radius: 50%;
	background: rgb(255 245 199 / 94%);
	box-shadow: 0 10px 22px rgb(70 31 5 / 18%);
	place-items: center;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product div.summary {
	padding: clamp(24px, 3.1vw, 38px);
	border-radius: 28px;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .product_title {
	margin: 0;
	color: #3b1c08;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 900;
	letter-spacing: -.032em;
	line-height: 1.04;
	text-shadow: 0 2px 0 rgb(255 245 188 / 82%);
}

body.single-product.sweet-dreams-storefront.woocommerce div.product p.price {
	margin: 18px 0 0;
	color: var(--sd-vintage-green);
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 900;
	line-height: 1;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-product-details__short-description {
	margin: 20px 0 0;
	color: #704010;
	font-family: var(--sd-vintage-serif);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-product-details__short-description p {
	margin: 0;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .stock {
	display: inline-flex;
	width: fit-content;
	margin: 20px 0 0;
	padding: 8px 13px;
	border: 1px solid rgb(31 90 42 / 22%);
	border-radius: 999px;
	color: var(--sd-vintage-green);
	background: rgb(255 244 191 / 80%);
	font-family: var(--sd-vintage-serif);
	font-size: .85rem;
	font-weight: 900;
	letter-spacing: .04em;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart {
	display: grid;
	align-items: center;
	gap: 14px;
	grid-template-columns: 94px minmax(0, 1fr);
	margin: 22px 0 0;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart .qty {
	width: 100%;
	min-height: 52px;
	border: 1px solid rgb(169 94 5 / 34%);
	border-radius: 16px;
	color: #3b1c08;
	background: rgb(255 247 218 / 92%);
	box-shadow: inset 0 2px 8px rgb(92 44 7 / 6%);
	font-family: var(--sd-vintage-serif);
	font-size: 1rem;
	font-weight: 900;
	text-align: center;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart .qty:focus {
	border-color: var(--sd-vintage-gold);
	box-shadow: 0 0 0 3px rgb(169 94 5 / 14%);
	outline: 0;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart .single_add_to_cart_button.button,
body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart .single_add_to_cart_button.button.alt {
	min-height: 52px;
	margin: 0;
	padding: 14px 30px;
	border: 1px solid #5e2506;
	border-radius: 999px;
	color: #fff6d5;
	background: linear-gradient(180deg, #a6540a, #7a2e06);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 8px 0 #5b2205, 0 16px 24px rgb(92 44 7 / 20%);
	font-family: var(--sd-vintage-serif);
	font-size: .94rem;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1;
	text-transform: uppercase;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart .single_add_to_cart_button.button:hover,
body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart .single_add_to_cart_button.button:focus-visible,
body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart .single_add_to_cart_button.button.alt:hover,
body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart .single_add_to_cart_button.button.alt:focus-visible {
	background: linear-gradient(180deg, #1f6a30, #12461f);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 8px 0 #0b3216, 0 16px 24px rgb(31 90 42 / 18%);
	outline: 0;
}

body.single-product.sweet-dreams-storefront .product-assurance {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding: 16px;
	border: 1px solid rgb(31 90 42 / 22%);
	border-radius: 18px;
	background: rgb(255 247 218 / 72%);
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 42%);
}

body.single-product.sweet-dreams-storefront .product-assurance p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #4f300e;
	font-family: var(--sd-vintage-serif);
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.45;
}

body.single-product.sweet-dreams-storefront .product-assurance svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: var(--sd-vintage-gold);
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .product_meta {
	display: grid;
	gap: 8px;
	margin: 20px 0 0;
	padding-top: 16px;
	border-top: 1px solid rgb(169 94 5 / 24%);
	color: #704010;
	font-family: var(--sd-vintage-serif);
	font-size: .93rem;
	font-weight: 700;
	line-height: 1.5;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .product_meta a {
	color: var(--sd-vintage-green);
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin: 18px 0 0;
	padding: clamp(22px, 3vw, 34px);
	border-radius: 30px;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
	border: 0;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs::after {
	content: none;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 1px solid rgb(169 94 5 / 34%);
	border-radius: 999px;
	background: #fff0bd;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 45%);
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 18px;
	color: #4f2608;
	font-family: var(--sd-vintage-serif);
	font-size: .86rem;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	background: var(--sd-vintage-rust);
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #fff6d4;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel {
	margin: 0;
	padding: 0;
	border: 0 !important;
	color: #704010;
	background: transparent !important;
	box-shadow: none !important;
	font-family: var(--sd-vintage-serif);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.7;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs .panel {
	background: transparent !important;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel table.shop_attributes {
	overflow: hidden;
	border: 1px solid rgb(169 94 5 / 24%);
	border-radius: 16px;
	background: rgb(255 225 142 / 30%) !important;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 28%);
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel table.shop_attributes th,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel table.shop_attributes td,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(even) th,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(even) td,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(odd) th,
body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(odd) td {
	border-color: rgb(169 94 5 / 18%) !important;
	color: #4f2608;
	background: transparent !important;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product #reviews #commentform textarea,
body.single-product.sweet-dreams-storefront.woocommerce div.product #reviews #commentform input[type="text"],
body.single-product.sweet-dreams-storefront.woocommerce div.product #reviews #commentform input[type="email"] {
	border: 1px solid rgb(169 94 5 / 32%);
	border-radius: 12px;
	color: #3b1c08;
	background: rgb(255 226 145 / 34%) !important;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 24%);
	font-family: var(--sd-vintage-serif);
	font-weight: 700;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product #reviews #commentform textarea:focus,
body.single-product.sweet-dreams-storefront.woocommerce div.product #reviews #commentform input[type="text"]:focus,
body.single-product.sweet-dreams-storefront.woocommerce div.product #reviews #commentform input[type="email"]:focus {
	border-color: var(--sd-vintage-gold);
	background: rgb(255 238 177 / 46%) !important;
	box-shadow: 0 0 0 3px rgb(169 94 5 / 14%);
	outline: 0;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product #reviews #commentform input[type="checkbox"] {
	accent-color: var(--sd-vintage-rust);
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel h2 {
	margin: 0 0 12px;
	color: #3b1c08;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 900;
	letter-spacing: -.03em;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product #tab-description h2 {
	display: none;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product #tab-additional_information > h2,
body.single-product.sweet-dreams-storefront.woocommerce div.product #reviews #comments > h2,
body.single-product.sweet-dreams-storefront.woocommerce div.product #reviews .woocommerce-Reviews-title {
	display: none;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-Tabs-panel p {
	margin-top: 0;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product section.related,
body.single-product.sweet-dreams-storefront .recently-viewed-products {
	grid-column: 1 / -1;
	margin: clamp(30px, 5vw, 56px) 0 0;
}

body.single-product.sweet-dreams-storefront.woocommerce div.product section.related > h2,
body.single-product.sweet-dreams-storefront .recently-viewed-products h2 {
	margin: 0 0 20px;
	color: #3b1c08;
	font-family: var(--sd-vintage-serif);
	font-size: clamp(2.1rem, 4vw, 4rem);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: .95;
	text-align: center;
}

body.single-product.sweet-dreams-storefront .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

body.single-product.sweet-dreams-storefront .woocommerce-notices-wrapper .woocommerce-message {
	display: none !important;
}

.sd-flying-cart-image {
	position: fixed;
	z-index: 9999;
	pointer-events: none;
	border-radius: 18px;
	box-shadow: 0 18px 38px rgb(58 31 4 / 28%);
	object-fit: cover;
	transform-origin: center center;
	will-change: transform, opacity;
}

.cart-link.sd-cart-pulse {
	animation: sd-cart-pulse .72s ease;
}

@keyframes sd-cart-pulse {
	0%,
	100% {
		transform: scale(1);
	}

	42% {
		transform: scale(1.16);
	}
}

@media (max-width: 1080px) {
	body.single-product.sweet-dreams-storefront div.product {
		grid-template-columns: 1fr;
	}

	body.sweet-dreams-storefront .woocommerce ul.products,
	body.sweet-dreams-storefront.woocommerce-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	body.sweet-dreams-storefront .site-main--shop {
		padding-top: 32px;
	}

	body.sweet-dreams-storefront .woocommerce-shell {
		width: min(100% - 24px, 1200px);
	}

	body.single-product.sweet-dreams-storefront.woocommerce div.product div.summary,
	body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs {
		padding: 24px;
	}

	body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	body.sweet-dreams-storefront .woocommerce-ordering {
		margin: 0 0 22px;
		width: 100%;
	}

	body.sweet-dreams-storefront .woocommerce ul.products,
	body.sweet-dreams-storefront.woocommerce-page ul.products {
		gap: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	body.single-product.sweet-dreams-storefront.woocommerce div.product form.cart {
		grid-template-columns: 1fr;
	}

	body.single-product.sweet-dreams-storefront.woocommerce div.product div.images {
		padding: 12px;
		border-radius: 24px;
	}

	body.single-product.sweet-dreams-storefront.woocommerce div.product div.summary,
	body.single-product.sweet-dreams-storefront.woocommerce div.product .woocommerce-tabs {
		border-radius: 24px;
		padding: 20px;
	}

	body.sweet-dreams-storefront .woocommerce ul.products,
	body.sweet-dreams-storefront.woocommerce-page ul.products {
		grid-template-columns: 1fr;
	}

	body.sweet-dreams-storefront .page-title,
	body.sweet-dreams-storefront .woocommerce-products-header__title {
		font-size: clamp(2.6rem, 17vw, 4rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sd-flying-cart-image,
	.cart-link.sd-cart-pulse,
	body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card,
	body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .button,
	body.sweet-dreams-storefront .woocommerce ul.products li.product.product-card .product-card__media img {
		animation: none;
		transition: none;
	}
}
