:root {
	--msd-gift-ink: #171717;
	--msd-gift-muted: #676663;
	--msd-gift-soft: #f6f5f2;
	--msd-gift-paper: #ffffff;
	--msd-gift-line: #deddd8;
	--msd-gift-accent: #7d3547;
	--msd-gift-accent-soft: #f5ebee;
	--msd-gift-danger: #9b2f3f;
	--msd-gift-shadow: 0 12px 34px rgba(25, 25, 25, 0.07);
}

.page-template-page-gift-sets .site-announcement,
.page-template-page-gift-sets .desktop-nav-shell {
	display: none !important;
}

.page-template-page-gift-sets .site-main {
	margin: 0;
	max-width: none;
	padding: 0;
}

.page-template-page-gift-sets .site-header {
	border-bottom: 1px solid var(--msd-gift-line);
}

.msd-gift-page,
.msd-gift-page * {
	box-sizing: border-box;
}

.msd-gift-page {
	background: var(--msd-gift-paper);
	color: var(--msd-gift-ink);
	font-family: "Onest", Arial, sans-serif;
	overflow: clip;
}

.msd-gift-page [hidden] {
	display: none !important;
}

.msd-gift-page h1,
.msd-gift-page h2,
.msd-gift-page h3,
.msd-gift-page p,
.msd-gift-page figure,
.msd-gift-page ul,
.msd-gift-page ol,
.msd-gift-page dl,
.msd-gift-page dd {
	margin-top: 0;
}

.msd-gift-page h1,
.msd-gift-page h2,
.msd-gift-page h3 {
	color: var(--msd-gift-ink);
}

.msd-gift-page button,
.msd-gift-page a {
	-webkit-tap-highlight-color: transparent;
}

.msd-gift-page button:focus-visible,
.msd-gift-page a:focus-visible,
.msd-gift-page summary:focus-visible {
	outline: 2px solid var(--msd-gift-accent);
	outline-offset: 3px;
}

.msd-gift-kicker {
	color: var(--msd-gift-muted);
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.msd-gift-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.88rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 0.8rem 1.3rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.msd-gift-button--primary {
	background: var(--msd-gift-ink);
	color: #fff;
}

.msd-gift-button--primary:hover {
	background: #343434;
	color: #fff;
}

.msd-gift-button--primary:disabled {
	background: #aaa9a6;
	cursor: not-allowed;
}

.msd-gift-button--quiet {
	background: #fff;
	border-color: var(--msd-gift-ink);
	color: var(--msd-gift-ink);
}

.msd-gift-button--quiet:hover {
	background: var(--msd-gift-soft);
	color: var(--msd-gift-ink);
}

.msd-gift-button--light {
	background: #fff;
	color: var(--msd-gift-ink);
}

.msd-gift-button--light:hover {
	background: var(--msd-gift-soft);
	color: var(--msd-gift-ink);
}

.msd-gift-hero {
	border-radius: 18px;
	margin: clamp(1rem, 2.5vw, 2rem) auto 0;
	max-width: 1252px;
	overflow: hidden;
	position: relative;
}

.msd-gift-hero__copy {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(222, 221, 216, 0.95);
	bottom: 1.1rem;
	display: grid;
	gap: 0.5rem 1.25rem;
	grid-template-columns: minmax(200px, 0.75fr) minmax(300px, 1.2fr) auto;
	left: 1.1rem;
	padding: 1.15rem 1.25rem;
	position: absolute;
	right: 1.1rem;
	z-index: 2;
}

.msd-gift-hero h1 {
	font-family: "Onest", Arial, sans-serif;
	font-size: clamp(1.75rem, 2.4vw, 2.35rem);
	font-weight: 820;
	grid-column: 1;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0;
}

.msd-gift-hero__lead {
	color: var(--msd-gift-muted);
	font-size: 0.85rem;
	grid-column: 2;
	line-height: 1.42;
	margin: 0;
}

.msd-gift-tier-list {
	display: grid;
	gap: 0;
	grid-column: 2;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.msd-gift-tier-list li {
	border: 1px solid var(--msd-gift-line);
	font-size: 0.7rem;
	line-height: 1.35;
	padding: 0.55rem 0.4rem;
	text-align: center;
}

.msd-gift-tier-list li + li {
	border-left: 0;
}

.msd-gift-tier-list li:last-child {
	background: var(--msd-gift-accent-soft);
	color: var(--msd-gift-accent);
}

.msd-gift-hero__actions {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	grid-column: 3;
	grid-row: 1 / span 2;
	min-width: 190px;
}

.msd-gift-hero__stock {
	color: var(--msd-gift-danger);
	font-size: 0.77rem;
	font-weight: 700;
	grid-column: 1 / span 2;
	line-height: 1.45;
	margin: 0;
}

.msd-gift-hero__stock::before {
	content: "•";
	margin-right: 0.45rem;
}

.msd-gift-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 1.25rem;
	grid-column: 3;
	list-style: none;
	margin: 0;
	padding: 0;
}

.msd-gift-benefits li {
	color: var(--msd-gift-muted);
	font-size: 0.73rem;
	font-weight: 650;
}

.msd-gift-benefits li::before {
	color: var(--msd-gift-ink);
	content: "✓";
	font-weight: 900;
	margin-right: 0.35rem;
}

.msd-gift-hero__visual {
	background: #eeeae6;
	border: 0;
	margin: 0;
	min-height: 510px;
	overflow: hidden;
}

.msd-gift-hero__visual > img {
	display: block;
	height: 510px;
	object-fit: cover;
	object-position: center 42%;
	width: 100%;
}

.msd-gift-section {
	margin: 0 auto;
	max-width: 1252px;
	padding: clamp(2rem, 3.5vw, 3.5rem) clamp(1.25rem, 3vw, 2rem);
}

.msd-gift-section__heading {
	margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
	max-width: 720px;
}

.msd-gift-section__heading h2,
.msd-gift-reaction h2,
.msd-gift-final h2 {
	font-family: "Onest", Arial, sans-serif;
	font-size: clamp(1.55rem, 2.3vw, 2.15rem);
	font-weight: 760;
	letter-spacing: -0.025em;
	line-height: 1.12;
	margin-bottom: 0.45rem;
}

.msd-gift-section__heading p,
.msd-gift-reaction p {
	color: var(--msd-gift-muted);
	font-size: 0.94rem;
	line-height: 1.6;
	margin-bottom: 0;
}

.msd-ready-sets {
	max-width: 1252px;
	padding-top: 2rem;
}

.msd-ready-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.msd-gift-empty-state {
	color: var(--msd-gift-muted);
	grid-column: 1 / -1;
	line-height: 1.6;
	margin: 0;
	padding: 1.5rem 0;
}

.msd-ready-card {
	background: var(--msd-gift-paper);
	border: 1px solid var(--msd-gift-line);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.msd-ready-card:hover {
	border-color: #bbb9b3;
	box-shadow: var(--msd-gift-shadow);
}

.msd-ready-card__collage {
	background: #f7f7f6;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: 190px;
	overflow: hidden;
	padding: 0.5rem;
}

.msd-ready-card__collage img {
	height: 100%;
	min-height: 0;
	object-fit: contain;
	padding: 0.2rem;
	width: 100%;
}

.msd-ready-card__collage--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.msd-ready-card__collage--5 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.msd-ready-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.15rem 1.1rem;
}

.msd-ready-card__topline {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-bottom: 0.45rem;
}

.msd-ready-card__topline > span {
	background: var(--msd-gift-accent);
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	font-weight: 950;
	letter-spacing: -0.01em;
	padding: 0.4rem 0.62rem;
}

.msd-ready-card__topline > span strong {
	font-size: 1.35rem;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.msd-ready-card__topline > span small {
	font-size: 0.58rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	margin-top: 0.15rem;
	text-transform: uppercase;
}

.msd-ready-card__topline > small {
	color: var(--msd-gift-muted);
	font-size: 0.66rem;
	font-weight: 750;
}

.msd-ready-card__topline .woocommerce-Price-amount,
.msd-ready-card__price .woocommerce-Price-amount {
	color: inherit;
}

.msd-ready-card h3 {
	font-size: 1.03rem;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 0.38rem;
}

.msd-ready-card__stock {
	color: var(--msd-gift-danger);
	font-size: 0.7rem;
	font-weight: 750;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}

.msd-ready-card__included {
	color: var(--msd-gift-muted);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 0.22rem;
	text-transform: uppercase;
}

.msd-ready-card ul {
	color: var(--msd-gift-muted);
	display: flex;
	font-size: 0.76rem;
	flex-wrap: wrap;
	gap: 0.12rem 0.32rem;
	list-style: none;
	line-height: 1.42;
	margin-bottom: 0.55rem;
	padding-left: 0;
}

.msd-ready-card ul li:not(:last-child)::after {
	content: "·";
	margin-left: 0.32rem;
}

.msd-ready-card__price {
	align-items: end;
	display: grid;
	font-size: 0.78rem;
	gap: 0.3rem 0.7rem;
	grid-template-columns: auto 1fr;
	margin-top: auto;
	padding-bottom: 0.8rem;
}

.msd-ready-card__price > div {
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
}

.msd-ready-card__price small {
	color: var(--msd-gift-muted);
	font-size: 0.58rem;
	font-weight: 720;
}

.msd-ready-card__price del {
	color: var(--msd-gift-muted);
	font-size: 0.88rem;
}

.msd-ready-card__price .is-set-price strong {
	color: var(--msd-gift-ink);
	font-size: 1.35rem;
	font-variant-numeric: tabular-nums;
	font-weight: 950;
	letter-spacing: -0.025em;
	line-height: 1;
}

.msd-ready-card__price > span {
	color: var(--msd-gift-accent);
	font-size: 0.75rem;
	font-weight: 900;
	grid-column: 1 / -1;
}

.msd-ready-card .msd-gift-button {
	min-height: 44px;
	width: 100%;
}

.msd-ready-card .msd-gift-button.is-added {
	background: #285d35;
}

.msd-ready-card__actions {
	display: grid;
	gap: 0.45rem;
}

.msd-ready-card__customize {
	background: transparent;
	border: 0;
	color: var(--msd-gift-ink);
	cursor: pointer;
	font-family: inherit;
	font-size: 0.7rem;
	font-weight: 780;
	padding: 0.2rem;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.msd-gift-builder {
	background: var(--msd-gift-soft);
	max-width: none;
}

.msd-gift-builder > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 1252px;
}

.msd-gift-builder__stock {
	color: var(--msd-gift-danger) !important;
	font-size: 0.76rem !important;
	font-weight: 700;
	margin-top: 0.65rem !important;
}

.msd-gift-surprise {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--msd-gift-line);
	border-radius: 4px;
	color: var(--msd-gift-ink);
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	font-family: inherit;
	gap: 0.15rem;
	margin-top: 0.9rem;
	max-width: 430px;
	padding: 0.72rem 1rem;
	text-align: left;
}

.msd-gift-surprise:hover {
	border-color: var(--msd-gift-ink);
}

.msd-gift-surprise > span {
	font-weight: 850;
}

.msd-gift-surprise small {
	color: var(--msd-gift-muted);
	line-height: 1.35;
}

.msd-gift-builder__layout {
	display: block;
}

.msd-gift-products {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.msd-gift-product {
	background: #fff;
	border: 1px solid var(--msd-gift-line);
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.msd-gift-product:hover {
	border-color: #bbb9b3;
}

.msd-gift-product.is-selected {
	border-color: var(--msd-gift-ink);
	box-shadow: 0 0 0 1px var(--msd-gift-ink);
}

.msd-gift-product.is-just-added {
	animation: msd-gift-product-confirm 620ms ease both;
}

.msd-gift-product.is-selected::after {
	align-items: center;
	background: var(--msd-gift-ink);
	border-radius: 50%;
	color: #fff;
	content: "✓";
	display: flex;
	font-size: 0.72rem;
	font-weight: 900;
	height: 25px;
	justify-content: center;
	position: absolute;
	right: 0.6rem;
	top: 0.6rem;
	width: 25px;
	z-index: 2;
}

.msd-gift-product__image {
	background: #efeeeb;
	position: relative;
}

.msd-gift-product__image img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.msd-gift-product__image > span {
	background: rgba(255, 255, 255, 0.94);
	bottom: 0.55rem;
	color: var(--msd-gift-danger);
	font-size: 0.65rem;
	font-weight: 850;
	left: 0.55rem;
	padding: 0.3rem 0.45rem;
	position: absolute;
}

.msd-gift-product__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.72rem;
}

.msd-gift-product h3 {
	font-size: 0.86rem;
	line-height: 1.35;
	margin-bottom: 0.35rem;
}

.msd-gift-product__price {
	font-size: 0.86rem;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	margin-bottom: 0.7rem;
}

.msd-gift-product__price .woocommerce-Price-amount {
	color: var(--msd-gift-ink);
}

.msd-gift-product button {
	background: #fff;
	border: 1px solid var(--msd-gift-ink);
	border-radius: 3px;
	color: var(--msd-gift-ink);
	cursor: pointer;
	font-family: inherit;
	font-size: 0.73rem;
	font-weight: 850;
	margin-top: auto;
	min-height: 39px;
	padding: 0.55rem 0.65rem;
}

.msd-gift-product__quantity {
	align-items: center;
	border: 1px solid var(--msd-gift-ink);
	border-radius: 8px;
	display: grid;
	grid-template-columns: 40px 1fr 40px;
	margin-top: auto;
	min-height: 42px;
	overflow: hidden;
}

.msd-gift-product__quantity button,
.msd-gift-product.is-selected .msd-gift-product__quantity button {
	background: #fff;
	border: 0;
	border-radius: 0;
	color: var(--msd-gift-ink);
	font-size: 1.05rem;
	margin: 0;
	min-height: 40px;
	padding: 0;
}

.msd-gift-product__quantity button:hover:not(:disabled) {
	background: var(--msd-gift-soft);
}

.msd-gift-product__quantity button:disabled {
	color: #b1b0ad;
	cursor: not-allowed;
}

.msd-gift-product__quantity > span {
	align-items: center;
	border-left: 1px solid var(--msd-gift-line);
	border-right: 1px solid var(--msd-gift-line);
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.05;
	min-height: 40px;
}

.msd-gift-product__quantity small {
	color: var(--msd-gift-muted);
	font-size: 0.52rem;
	font-weight: 700;
	text-transform: uppercase;
}

.msd-gift-product__quantity strong {
	font-size: 0.85rem;
}

.msd-gift-product.is-selected button {
	background: var(--msd-gift-ink);
	color: #fff;
}

.msd-gift-product__body > a {
	color: var(--msd-gift-muted);
	font-size: 0.66rem;
	margin-top: 0.55rem;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.msd-gift-summary {
	background: #fff;
	border: 1px solid var(--msd-gift-line);
	border-radius: 12px;
	bottom: 16px;
	box-shadow: var(--msd-gift-shadow);
	left: 50%;
	max-width: 1180px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, calc(100% + 40px));
	transition: opacity 180ms ease, transform 220ms ease;
	width: calc(100% - 40px);
	z-index: 80;
}

.msd-gift-summary.has-selection {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.msd-gift-summary__dock {
	align-items: stretch;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
	padding: 0.55rem;
}

.msd-gift-summary__mobile-toggle {
	align-items: center;
	background: #fff;
	border: 0;
	color: var(--msd-gift-ink);
	cursor: pointer;
	display: flex;
	font-family: inherit;
	justify-content: space-between;
	min-height: 58px;
	padding: 0.35rem 0.65rem;
	text-align: left;
	width: 100%;
}

.msd-gift-summary__mobile-toggle > span:first-child {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.msd-gift-summary__mobile-toggle small {
	color: var(--msd-gift-accent);
	font-size: 0.61rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.msd-gift-summary__mobile-toggle strong {
	font-size: 0.86rem;
	font-variant-numeric: tabular-nums;
	line-height: 1.25;
}

.msd-gift-summary__toggle-label {
	color: var(--msd-gift-accent);
	flex: 0 0 auto;
	font-size: 0.72rem;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.msd-gift-summary__inner {
	background: #fff;
	border: 1px solid var(--msd-gift-line);
	border-radius: 12px;
	bottom: calc(100% + 9px);
	display: none;
	max-height: min(68vh, 620px);
	overflow-y: auto;
	padding: 1.1rem;
	position: absolute;
	right: 0;
	width: min(440px, calc(100vw - 40px));
}

.msd-gift-summary.is-open .msd-gift-summary__inner {
	display: block;
}

.msd-gift-summary__sheet-header {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin: -0.4rem -0.4rem 0.75rem;
	padding: 0.1rem 0.15rem 0.55rem;
	position: sticky;
	top: -1.1rem;
	z-index: 4;
}

.msd-gift-summary__sheet-header > span {
	background: #d8d5d0;
	border-radius: 999px;
	height: 4px;
	margin-left: 0.4rem;
	width: 42px;
}

.msd-gift-summary__sheet-header button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--msd-gift-ink);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 0.45rem;
	justify-content: flex-end;
	min-height: 44px;
	padding: 0 0.2rem 0 0.75rem;
}

.msd-gift-summary__sheet-header button strong {
	font-size: 1.65rem;
	font-weight: 450;
	line-height: 1;
}

.msd-gift-cart-confirmation {
	align-items: center;
	background: #fff;
	border: 2px solid #4e8159;
	border-radius: 12px;
	bottom: calc(100% + 9px);
	box-shadow: var(--msd-gift-shadow);
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto minmax(0, 1fr);
	max-width: min(520px, calc(100vw - 40px));
	padding: 0.9rem;
	position: absolute;
	right: 0;
}

.msd-gift-cart-confirmation__check {
	align-items: center;
	background: #285d35;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.msd-gift-cart-confirmation > strong {
	color: #285d35;
	font-size: 0.82rem;
	line-height: 1.4;
}

.msd-gift-cart-confirmation__actions {
	display: grid;
	gap: 0.55rem;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.msd-gift-cart-confirmation__actions .msd-gift-button {
	min-height: 44px;
	padding: 0.65rem 0.8rem;
}

.msd-gift-summary h3 {
	font-size: 1.03rem;
	line-height: 1.35;
	margin-bottom: 0.8rem;
}

.msd-gift-saving-badge {
	align-items: baseline;
	background: var(--msd-gift-accent);
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(125, 53, 71, 0.16);
	color: #fff;
	display: flex;
	gap: 0.45rem;
	margin: 0 0 0.8rem;
	padding: 0.72rem 0.8rem;
}

.msd-gift-saving-badge strong {
	font-size: 1.75rem;
	font-variant-numeric: tabular-nums;
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 1;
}

.msd-gift-saving-badge span {
	font-size: 0.67rem;
	font-weight: 850;
	text-transform: uppercase;
}

.msd-gift-success {
	align-items: flex-start;
	background: #edf7ef;
	border: 2px solid #4e8159;
	border-radius: 9px;
	color: #285d35;
	display: flex;
	font-size: 0.82rem;
	gap: 0.5rem;
	line-height: 1.42;
	bottom: calc(100% + 9px);
	box-shadow: var(--msd-gift-shadow);
	margin: 0;
	max-width: min(430px, calc(100vw - 40px));
	padding: 0.82rem 0.88rem;
	position: absolute;
	right: 0;
	transform-origin: center;
}

.msd-gift-summary.is-open .msd-gift-success--toast {
	display: none;
}

.msd-gift-success--inline {
	bottom: auto;
	box-shadow: none;
	margin: 0 0 0.8rem;
	max-width: none;
	position: static;
}

.msd-gift-success > span {
	align-items: center;
	background: #285d35;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 20px;
	font-size: 0.65rem;
	height: 20px;
	justify-content: center;
}

.msd-gift-success.is-celebrating {
	animation: msd-gift-success-confirm 720ms ease both;
}

.msd-gift-tier-track {
	background: #e6e5e1;
	border-radius: 999px;
	height: 6px;
	overflow: hidden;
}

.msd-gift-tier-track span {
	background: var(--msd-gift-accent);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 220ms ease;
	width: 100%;
}

.msd-gift-tier-message {
	background: var(--msd-gift-accent-soft);
	border-left: 3px solid var(--msd-gift-accent);
	border-radius: 0 7px 7px 0;
	color: var(--msd-gift-accent);
	font-size: 0.81rem;
	font-weight: 800;
	line-height: 1.45;
	margin: 0.55rem 0 0.85rem;
	padding: 0.58rem 0.65rem;
}

.msd-gift-summary__items {
	list-style: none;
	margin: 0 0 0.85rem;
	max-height: 190px;
	overflow-y: auto;
	padding: 0;
}

.msd-gift-summary__items li {
	align-items: center;
	border-bottom: 1px solid var(--msd-gift-line);
	display: grid;
	font-size: 0.72rem;
	gap: 0.55rem;
	grid-template-columns: 38px 1fr auto auto;
	padding: 0.6rem 0;
}

.msd-gift-summary__items img {
	background: var(--msd-gift-soft);
	height: 38px;
	object-fit: cover;
	width: 38px;
}

.msd-gift-summary__items button {
	background: transparent;
	border: 0;
	color: var(--msd-gift-accent);
	cursor: pointer;
	font-size: 0.68rem;
	font-weight: 800;
	padding: 0;
	text-decoration: underline;
}

.msd-gift-summary__quantity {
	align-items: center;
	border: 1px solid var(--msd-gift-line);
	border-radius: 7px;
	display: inline-flex;
	height: 28px;
	overflow: hidden;
}

.msd-gift-summary__items .msd-gift-summary__quantity button {
	align-items: center;
	background: #fff;
	color: var(--msd-gift-ink);
	display: inline-flex;
	font-size: 0.85rem;
	height: 27px;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	width: 27px;
}

.msd-gift-summary__items .msd-gift-summary__quantity button:disabled {
	color: #b1b0ad;
	cursor: not-allowed;
}

.msd-gift-summary__quantity > span {
	border-left: 1px solid var(--msd-gift-line);
	border-right: 1px solid var(--msd-gift-line);
	font-variant-numeric: tabular-nums;
	font-weight: 850;
	line-height: 27px;
	text-align: center;
	width: 28px;
}

.msd-gift-summary dl {
	border-top: 1px solid var(--msd-gift-line);
	margin-bottom: 0.9rem;
	padding-top: 0.65rem;
}

.msd-gift-summary dl > div {
	display: flex;
	font-size: 0.78rem;
	justify-content: space-between;
	padding: 0.22rem 0;
}

.msd-gift-summary dl dd {
	font-variant-numeric: tabular-nums;
	font-weight: 750;
	white-space: nowrap;
}

.msd-gift-summary dl .is-saving {
	color: var(--msd-gift-accent);
	font-size: 0.88rem;
	font-weight: 900;
}

.msd-gift-summary dl .is-saving dd {
	font-size: 1.02rem;
	font-weight: 950;
}

.msd-gift-summary dl .is-total {
	border-top: 1px solid var(--msd-gift-ink);
	font-size: 0.95rem;
	font-weight: 900;
	margin-top: 0.45rem;
	padding-top: 0.65rem;
}

.msd-gift-summary dl .is-total dd {
	font-size: 1.14rem;
	font-weight: 950;
}

.msd-gift-summary .msd-gift-button {
	width: 100%;
}

.msd-gift-summary__add {
	min-height: 58px;
}

.msd-gift-summary__status {
	color: var(--msd-gift-accent);
	font-size: 0.73rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0.65rem 0 0;
}

.msd-gift-summary__status.is-error {
	color: var(--msd-gift-danger);
}

.msd-gift-reaction {
	border: 1px solid var(--msd-gift-line);
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
	margin: 1rem auto;
	max-width: 1252px;
}

.msd-gift-reaction__image {
	min-height: 330px;
}

.msd-gift-reaction__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.msd-gift-reaction__copy {
	align-self: center;
	max-width: 620px;
	padding: clamp(2rem, 5vw, 4rem);
}

.msd-gift-how ol {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.msd-gift-how ol li {
	border-top: 1px solid var(--msd-gift-line);
	display: flex;
	gap: 0.85rem;
	padding: 1rem 0;
}

.msd-gift-how ol li > span {
	align-items: center;
	border: 1px solid var(--msd-gift-line);
	border-radius: 50%;
	display: flex;
	flex: 0 0 34px;
	font-size: 0.76rem;
	font-weight: 900;
	height: 34px;
	justify-content: center;
}

.msd-gift-how h3 {
	font-size: 0.88rem;
	line-height: 1.35;
	margin-bottom: 0.35rem;
}

.msd-gift-how ol p {
	color: var(--msd-gift-muted);
	font-size: 0.77rem;
	line-height: 1.5;
	margin-bottom: 0;
}

.msd-gift-trust {
	border-bottom: 1px solid var(--msd-gift-line);
	border-top: 1px solid var(--msd-gift-line);
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 2rem 0 0;
	padding: 1rem 0;
	text-align: center;
}

.msd-gift-trust li {
	color: var(--msd-gift-muted);
	font-size: 0.72rem;
	font-weight: 750;
}

.msd-gift-trust li::before {
	color: var(--msd-gift-ink);
	content: "✓";
	margin-right: 0.35rem;
}

.msd-gift-faq {
	max-width: 820px;
}

.msd-gift-faq h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 550;
	margin-bottom: 1rem;
}

.msd-gift-faq details {
	border-top: 1px solid var(--msd-gift-line);
	padding: 0.95rem 0;
}

.msd-gift-faq details:last-child {
	border-bottom: 1px solid var(--msd-gift-line);
}

.msd-gift-faq summary {
	cursor: pointer;
	font-size: 0.86rem;
	font-weight: 800;
	padding-right: 2rem;
	position: relative;
}

.msd-gift-faq summary::after {
	content: "+";
	font-size: 1.2rem;
	position: absolute;
	right: 0.2rem;
	top: -0.2rem;
}

.msd-gift-faq details[open] summary::after {
	content: "−";
}

.msd-gift-faq p {
	color: var(--msd-gift-muted);
	font-size: 0.82rem;
	line-height: 1.6;
	margin: 0.7rem 0 0;
	max-width: 720px;
}

.msd-gift-final {
	background: var(--msd-gift-ink);
	color: #fff;
	padding: clamp(3rem, 5vw, 5rem) 1.25rem;
	text-align: center;
}

.msd-gift-final h2 {
	color: #fff;
}

.msd-gift-final p {
	color: #d8d8d8;
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0 auto 1.2rem;
	max-width: 580px;
}

.msd-cart-bundle-notice {
	background: #f7f6f3;
	border: 1px solid #d5d3cd;
	border-radius: 8px;
	color: var(--msd-gift-ink);
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	margin: 0.6rem 0 1rem;
	padding: 0.8rem 0.9rem;
}

.msd-cart-bundle-notice strong {
	color: var(--msd-gift-accent);
	font-size: 0.84rem;
}

.msd-cart-bundle-notice span,
.msd-cart-bundle-notice small {
	font-size: 0.72rem;
	line-height: 1.4;
}

.msd-cart-bundle-notice small {
	color: var(--msd-gift-muted);
}

@keyframes msd-gift-success-confirm {
	0% { opacity: 0.35; transform: scale(0.97); }
	55% { opacity: 1; transform: scale(1.025); }
	100% { opacity: 1; transform: scale(1); }
}

@keyframes msd-gift-product-confirm {
	0% { box-shadow: 0 0 0 0 rgba(40, 93, 53, 0); }
	45% { box-shadow: 0 0 0 4px rgba(40, 93, 53, 0.2); }
	100% { box-shadow: 0 0 0 1px var(--msd-gift-ink); }
}

@media (max-width: 1120px) {
	.msd-ready-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.msd-gift-products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.msd-gift-hero__copy {
		grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
	}

	.msd-gift-hero__actions {
		flex-direction: row;
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.msd-gift-benefits {
		grid-column: 1 / -1;
	}
}

@media (max-width: 860px) {
	.page-template-page-gift-sets .mobile-menu-toggle,
	.page-template-page-gift-sets .header-search-toggle,
	.page-template-page-gift-sets .header-account {
		display: none !important;
	}

	.page-template-page-gift-sets .header-container {
		grid-template-columns: 1fr auto 1fr;
	}

	.msd-ready-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.msd-gift-hero__visual {
		min-height: 0;
	}

	.msd-gift-hero__visual > img {
		height: auto;
		object-position: center center;
	}

	.msd-gift-hero__copy {
		bottom: auto;
		grid-template-columns: 1fr;
		left: auto;
		margin: -1.5rem 1rem 1rem;
		position: relative;
		right: auto;
	}

	.msd-gift-hero h1,
	.msd-gift-hero__lead,
	.msd-gift-tier-list,
	.msd-gift-hero__actions,
	.msd-gift-hero__stock,
	.msd-gift-benefits {
		grid-column: 1;
		grid-row: auto;
	}

	.msd-gift-hero__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(120px, 0.58fr);
	}

	.msd-gift-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.msd-gift-reaction {
		grid-template-columns: 1fr 1fr;
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}

	.msd-gift-reaction__image {
		min-height: 280px;
	}

	.msd-gift-reaction__copy {
		padding: 1.5rem;
	}

	.msd-gift-how ol {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.msd-gift-hero {
		border-radius: 12px;
		margin: 0.75rem;
	}

	.msd-gift-hero__copy {
		gap: 0.45rem;
		margin: -0.75rem 0.55rem 0.55rem;
		padding: 0.85rem;
	}

	.msd-gift-hero h1 {
		font-size: clamp(1.6rem, 7vw, 1.95rem);
	}

	.msd-gift-tier-list li {
		font-size: 0.65rem;
		padding: 0.6rem 0.3rem;
	}

	.msd-gift-hero__lead {
		font-size: 0.76rem;
	}

	.msd-gift-hero__stock {
		font-size: 0.68rem;
	}

	.msd-gift-benefits {
		display: none;
	}

	.msd-gift-section {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.msd-ready-grid {
		display: flex;
		margin-left: -1rem;
		margin-right: -1rem;
		overflow-x: auto;
		padding: 0 1rem 0.8rem;
		scroll-padding-left: 1rem;
		scroll-snap-type: x mandatory;
	}

	.msd-ready-card {
		flex: 0 0 min(84vw, 340px);
		grid-template-columns: 1fr;
		scroll-snap-align: start;
	}

	.msd-ready-card__collage {
		height: 190px;
	}

	.msd-gift-products {
		gap: 0.55rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.msd-gift-product__body {
		padding: 0.65rem;
	}

	.msd-gift-product h3 {
		font-size: 0.76rem;
	}

	.msd-gift-product button {
		font-size: 0.67rem;
		min-height: 38px;
	}

	.msd-gift-product__body > a {
		font-size: 0.61rem;
	}

	.msd-gift-summary {
		border-bottom: 0;
		border-radius: 12px 12px 0 0;
		bottom: 0;
		width: 100%;
	}

	.msd-gift-summary__dock {
		gap: 0.45rem;
		grid-template-columns: minmax(0, 1fr) minmax(135px, 42%);
		padding: 0.45rem;
	}

	.msd-gift-summary__mobile-toggle,
	.msd-gift-summary__add {
		min-height: 54px;
	}

	.msd-gift-summary__mobile-toggle {
		padding: 0.3rem 0.45rem;
	}

	.msd-gift-summary__mobile-toggle strong {
		font-size: 0.7rem;
	}

	.msd-gift-summary__add {
		font-size: 0.72rem;
		padding-left: 0.65rem;
		padding-right: 0.65rem;
	}

	.msd-gift-summary__inner {
		border-radius: 10px 10px 0 0;
		bottom: 100%;
		max-height: min(72vh, 620px);
		max-height: min(72dvh, 620px);
		overscroll-behavior: contain;
		right: 0;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.msd-gift-cart-confirmation {
		left: 0.5rem;
		max-width: none;
		right: 0.5rem;
	}

	.msd-gift-success--toast {
		bottom: calc(100% + 7px);
		left: 0.5rem;
		right: 0.5rem;
	}

	.msd-gift-reaction {
		grid-template-columns: 1fr;
		margin: 0 1rem;
	}

	.msd-gift-reaction__image {
		min-height: 250px;
	}

	.msd-gift-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		text-align: left;
	}
}

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

/* Conversion commerce layout, v6. */
.page-template-page-gift-sets [data-msd-arcade-popup],
.page-template-page-gift-sets .msd-arcade-invite {
	display: none !important;
}

.msd-gift-page {
	padding-bottom: 2rem;
}

.msd-gift-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
	min-height: 360px;
	overflow: hidden;
}

.msd-gift-hero__visual,
.msd-gift-hero__visual > img {
	height: 360px;
	min-height: 360px;
}

.msd-gift-hero__visual > img {
	object-position: center 42%;
}

.msd-gift-hero__copy {
	align-content: center;
	align-items: start;
	background: #fff;
	border: 1px solid var(--msd-gift-line);
	border-left: 0;
	bottom: auto;
	display: grid;
	gap: 0.55rem;
	grid-template-columns: 1fr;
	left: auto;
	padding: clamp(1.1rem, 2.2vw, 2rem);
	position: static;
	right: auto;
}

.msd-gift-hero h1,
.msd-gift-hero__lead,
.msd-gift-hero__copy > .msd-gift-button,
.msd-gift-hero .msd-gift-benefits {
	grid-column: 1;
	grid-row: auto;
}

.msd-gift-hero h1 {
	font-size: clamp(1.7rem, 2.4vw, 2.35rem);
	line-height: 1;
}

.msd-gift-hero__lead {
	font-size: 0.84rem;
	line-height: 1.42;
	max-width: 34rem;
}

.msd-gift-hero__copy > .msd-gift-button {
	margin-top: 0.1rem;
	width: min(100%, 240px);
}

.msd-gift-hero .msd-gift-benefits {
	display: grid;
	gap: 0.35rem;
	margin-top: 0.35rem;
}

.msd-gift-commerce {
	background: #fff;
	border: 1px solid var(--msd-gift-line);
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(23, 23, 23, 0.07);
	margin: -0.65rem auto 0;
	max-width: 1252px;
	padding: clamp(0.9rem, 2vw, 1.6rem);
	position: relative;
	z-index: 3;
}

.msd-gift-commerce__heading {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 0.7rem;
}

.msd-gift-commerce__heading > div {
	max-width: 700px;
}

.msd-gift-commerce__heading h2 {
	font-size: clamp(1.3rem, 2vw, 1.65rem);
	font-weight: 830;
	letter-spacing: -0.04em;
	line-height: 1.04;
	margin-bottom: 0;
}

.msd-gift-commerce__heading p,
.msd-gift-builder__heading p {
	color: var(--msd-gift-muted);
	font-size: 0.93rem;
	line-height: 1.55;
	margin-bottom: 0;
}

.msd-gift-commerce__heading > .msd-gift-button {
	background: var(--msd-gift-accent-soft);
	border: 2px solid var(--msd-gift-accent);
	box-shadow: 0 5px 13px rgba(125, 53, 71, 0.1);
	color: var(--msd-gift-accent);
	flex: 0 0 auto;
	font-weight: 860;
	min-height: 40px;
	min-width: 150px;
	padding: 0.65rem 0.9rem;
}

.msd-gift-commerce__heading > .msd-gift-button:hover,
.msd-gift-commerce__heading > .msd-gift-button:focus-visible {
	background: var(--msd-gift-accent);
	border-color: var(--msd-gift-accent);
	color: #fff;
}

.msd-gift-tier-picker {
	display: grid;
	gap: 0.45rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0.5rem 0 0.35rem;
}

.msd-gift-tier-picker button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--msd-gift-line);
	border-radius: 12px;
	color: var(--msd-gift-ink);
	cursor: pointer;
	display: flex;
	font-family: inherit;
	gap: 0.42rem;
	justify-content: center;
	min-height: 56px;
	padding: 0.55rem 0.75rem;
	position: relative;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.msd-gift-tier-picker button:hover {
	border-color: #aba9a3;
}

.msd-gift-tier-picker button.is-active {
	background: #fcf8f9;
	border-color: var(--msd-gift-accent);
	box-shadow: inset 0 0 0 2px var(--msd-gift-accent);
}

.msd-gift-tier-picker button small {
	background: var(--msd-gift-accent);
	border-radius: 999px;
	color: #fff;
	font-size: 0.59rem;
	font-weight: 850;
	left: 50%;
	letter-spacing: 0.06em;
	padding: 0.25rem 0.55rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.msd-gift-tier-picker button strong {
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.2;
}

.msd-gift-tier-picker button span {
	color: var(--msd-gift-accent);
	font-size: 0.76rem;
	font-weight: 900;
}

.msd-gift-delivery {
	align-items: start;
	background: var(--msd-gift-soft);
	border: 1px solid var(--msd-gift-line);
	border-radius: 10px;
	display: flex;
	gap: 0.7rem;
	margin: 1.1rem 0 0.2rem;
	padding: 0.85rem 1rem;
}

.msd-gift-delivery > span {
	align-items: center;
	background: var(--msd-gift-ink);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 22px;
	font-size: 0.68rem;
	height: 22px;
	justify-content: center;
	margin-top: 0.1rem;
}

.msd-gift-delivery strong {
	display: block;
	font-size: 0.78rem;
	margin-bottom: 0.12rem;
}

.msd-gift-delivery p,
.msd-gift-delivery small {
	color: var(--msd-gift-muted);
	display: block;
	font-size: 0.72rem;
	line-height: 1.45;
	margin: 0;
}

.msd-ready-sets {
	max-width: none;
	padding: 0;
}

.msd-ready-sets .msd-gift-section__heading {
	margin-bottom: 0.65rem;
}

.msd-ready-sets .msd-gift-section__heading h2 {
	font-size: 1.18rem;
	margin-bottom: 0;
}

.msd-ready-grid {
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.msd-ready-card {
	border-radius: 12px;
	box-shadow: none;
}

.msd-ready-card:hover {
	border-color: var(--msd-gift-ink);
	box-shadow: 0 10px 28px rgba(23, 23, 23, 0.07);
}

.msd-ready-card__collage {
	background: #faf9f7;
	height: 170px;
	padding: 0.65rem;
}

.msd-ready-card__collage img {
	background: transparent;
	object-fit: contain;
	padding: 0.1rem;
}

.msd-ready-card__collage--4 {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.45rem 0.25rem;
}

.msd-ready-card__collage--4 img {
	filter: drop-shadow(0 7px 7px rgba(23, 23, 23, 0.09));
	flex: 0 0 34%;
	height: 94%;
	margin: 0 -4.5%;
	min-width: 0;
	position: relative;
	width: 34%;
}

.msd-ready-card__collage--4 img:nth-of-type(odd) {
	transform: translateY(-3px) rotate(-1deg);
	z-index: 2;
}

.msd-ready-card__collage--4 img:nth-of-type(even) {
	transform: translateY(4px) rotate(1deg);
	z-index: 1;
}

.msd-ready-card__body {
	padding: 0.9rem;
}

.msd-ready-card h3 {
	font-size: 1.02rem;
}

.msd-ready-card__price {
	border-top: 1px solid var(--msd-gift-line);
	gap: 0.35rem 0.7rem;
	grid-template-columns: 0.8fr 1.2fr;
	padding-top: 0.7rem;
}

.msd-ready-card__price .is-set-price strong {
	font-size: 1.65rem;
}

.msd-ready-card__price > span {
	background: var(--msd-gift-accent);
	border-radius: 6px;
	color: #fff;
	font-size: 0.8rem;
	justify-self: start;
	padding: 0.3rem 0.48rem;
}

.msd-ready-card .msd-gift-button {
	font-size: 0.78rem;
	line-height: 1.35;
	min-height: 48px;
}

.msd-ready-more {
	background: transparent;
	border: 0;
	color: var(--msd-gift-ink);
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 0.8rem;
	font-weight: 820;
	margin: 1.15rem auto 0;
	padding: 0.45rem;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.msd-ready-empty {
	color: var(--msd-gift-muted);
	font-size: 0.85rem;
	margin: 1rem 0;
	text-align: center;
}

.msd-gift-builder {
	background: var(--msd-gift-soft);
	border: 1px solid var(--msd-gift-line);
	border-radius: 14px;
	margin-top: 2rem;
	max-width: none;
	padding: clamp(1rem, 2vw, 1.6rem);
	scroll-margin-top: 1rem;
}

.msd-gift-builder > * {
	max-width: none;
}

.msd-gift-builder__heading {
	align-items: end;
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	margin-bottom: 1.2rem;
}

.msd-gift-builder__heading h2 {
	font-size: 1.5rem;
	letter-spacing: -0.025em;
	margin-bottom: 0.35rem;
}

.msd-gift-builder__heading .msd-gift-surprise {
	flex: 0 0 min(360px, 38%);
	margin-top: 0;
}

.msd-gift-products {
	gap: 0.65rem;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.msd-gift-product {
	border-radius: 10px;
}

.msd-gift-product__image img {
	object-fit: contain;
}

.msd-gift-summary__delivery {
	background: var(--msd-gift-soft);
	border-radius: 7px;
	color: var(--msd-gift-muted);
	font-size: 0.7rem;
	line-height: 1.45;
	margin: 0.5rem 0 0;
	padding: 0.65rem;
}

.msd-gift-summary__promotion-note {
	color: var(--msd-gift-muted);
	font-size: 0.66rem;
	line-height: 1.45;
	margin: 0.15rem 0 0.5rem;
}

.msd-gift-commerce > .msd-gift-trust {
	border-top: 1px solid var(--msd-gift-line);
	margin-top: 2rem;
	padding-top: 1rem;
}

.msd-gift-reaction {
	border-radius: 16px;
	overflow: hidden;
}

@media (max-width: 1000px) {
	.msd-gift-hero {
		grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
	}

	.msd-ready-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.msd-gift-products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.msd-gift-hero {
		display: block;
		min-height: 0;
	}

	.msd-gift-hero__visual,
	.msd-gift-hero__visual > img {
		height: clamp(240px, 64vw, 290px);
		min-height: 0;
	}

	.msd-gift-hero__copy {
		border-left: 1px solid var(--msd-gift-line);
		margin: 0;
		padding: 0.9rem 1rem 1rem;
	}

	.msd-gift-hero h1 {
		font-size: clamp(1.55rem, 7vw, 1.95rem);
	}

	.msd-gift-commerce {
		border-radius: 14px;
		margin: 0.5rem;
		padding: 0.8rem;
	}

	.msd-gift-commerce__heading {
		align-items: center;
		flex-direction: row;
		gap: 0.5rem;
		margin-bottom: 0.65rem;
	}

	.msd-gift-builder__heading {
		align-items: stretch;
		flex-direction: column;
		gap: 0.9rem;
	}

	.msd-gift-commerce__heading > .msd-gift-button {
		flex: 0 0 auto;
		min-width: 0;
		width: auto;
	}

	.msd-gift-builder__heading .msd-gift-surprise {
		flex: auto;
		max-width: none;
		width: 100%;
	}

	.msd-ready-grid {
		display: grid;
		grid-template-columns: 1fr;
		margin: 0;
		overflow: visible;
		padding: 0;
	}

	.msd-ready-card {
		flex: auto;
	}

	.msd-ready-card__collage {
		height: min(48vw, 190px);
	}

	.msd-gift-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.msd-gift-hero {
		margin: 0.6rem;
	}

	.msd-gift-hero .msd-gift-benefits {
		display: grid;
	}

	.msd-gift-tier-picker {
		gap: 0.42rem;
	}

	.msd-gift-tier-picker button {
		gap: 0.22rem;
		min-height: 52px;
		padding: 0.5rem 0.25rem;
	}

	.msd-gift-tier-picker button strong {
		font-size: 0.78rem;
	}

	.msd-gift-tier-picker button span {
		font-size: 0.68rem;
	}

	.msd-gift-tier-picker button small {
		font-size: 0.5rem;
		max-width: 92%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.msd-gift-delivery {
		padding: 0.75rem;
	}

	.msd-gift-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.msd-gift-commerce > .msd-gift-trust {
		grid-template-columns: 1fr 1fr;
	}
}

/* Closing-message and choice-confidence refinements, v7. */
.msd-gift-hero__stock {
	color: var(--msd-gift-accent);
	font-size: 0.76rem;
	font-weight: 780;
	grid-column: 1;
	line-height: 1.4;
	margin: 0;
}

.msd-gift-tier-prompt {
	background: var(--msd-gift-accent);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 7px 16px rgba(125, 53, 71, 0.14);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 820;
	line-height: 1.35;
	margin: 0 0 0.55rem;
	padding: 0.55rem 0.75rem;
	text-align: center;
}

.msd-ready-card__collage {
	position: relative;
}

.msd-ready-card.is-recommended {
	border-color: rgba(125, 53, 71, 0.62);
}

.msd-ready-card__recommendation {
	background: var(--msd-gift-accent);
	border-radius: 999px;
	color: #fff;
	font-size: 0.58rem;
	font-weight: 850;
	left: 0.7rem;
	letter-spacing: 0.055em;
	line-height: 1;
	padding: 0.42rem 0.58rem;
	position: absolute;
	top: 0.7rem;
	text-transform: uppercase;
	pointer-events: none;
	z-index: 20;
}

.msd-ready-card__stock {
	color: var(--msd-gift-muted);
	font-weight: 680;
}

.msd-ready-card__stock.is-low {
	color: var(--msd-gift-danger);
	font-weight: 850;
}

.msd-ready-card__actions {
	gap: 0.55rem;
}

.msd-ready-card__customize {
	align-items: center;
	background: #fff;
	border: 1px solid var(--msd-gift-ink);
	border-radius: 9px;
	color: var(--msd-gift-ink);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 820;
	justify-content: center;
	line-height: 1.3;
	min-height: 42px;
	padding: 0.65rem 0.8rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 100%;
}

.msd-ready-card__customize:hover,
.msd-ready-card__customize:focus-visible {
	background: var(--msd-gift-accent-soft);
	border-color: var(--msd-gift-accent);
	color: var(--msd-gift-accent);
}

.msd-ready-sets .msd-ready-customize-guidance {
	color: var(--msd-gift-ink);
	font-size: 0.75rem;
	font-weight: 720;
	margin-top: 0.38rem;
}

@media (max-width: 520px) {
	.msd-gift-tier-prompt {
		font-size: 0.8rem;
	}

	.msd-ready-card__customize {
		min-height: 44px;
	}
}
