/**
Theme Name: Yarnytale Astra Child
Theme URI: https://yarnytale.com/
Description: A warm storybook craft-shop child theme for Yarnytale, built on Astra.
Author: Yarnytale
Template: astra
Version: 1.0.0
Text Domain: yarnytale-astra-child
*/

:root {
	--yt-cream: #fff7e8;
	--yt-cream-2: #fffdf7;
	--yt-red: #e85d5d;
	--yt-red-dark: #c94646;
	--yt-green: #6baa75;
	--yt-blue: #8ecdf0;
	--yt-yellow: #f7c948;
	--yt-ink: #3e3028;
	--yt-muted: #7a685f;
	--yt-line: #eadfce;
	--yt-white: #ffffff;
	--yt-display-font: "Nunito", "Nunito Sans", Arial, sans-serif;
	--yt-body-font: "Nunito Sans", "Nunito", Arial, sans-serif;
}

body {
	background: var(--yt-cream);
	color: var(--yt-ink);
	font-family: var(--yt-body-font);
}

.site,
.site-content,
#content,
.ast-container,
.ast-separate-container,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-separate-container .comments-area,
.entry-content,
.woocommerce-page .site-content,
.woocommerce-page .ast-container,
.woocommerce-page #primary,
.woocommerce-page #secondary {
	background: var(--yt-cream);
}

.ast-separate-container .site-main > .ast-row,
.ast-separate-container .ast-woocommerce-container {
	background: transparent;
}

h1,
h2,
h3,
h4,
.site-title,
.main-header-menu .menu-link {
	color: var(--yt-ink);
	font-family: "Fredoka", "Nunito Sans", Arial, sans-serif;
	letter-spacing: 0;
}

a {
	color: var(--yt-red);
}

a:hover {
	color: var(--yt-red-dark);
}

.ast-primary-header-bar,
.site-header {
	background: var(--yt-cream-2);
	border-bottom-color: rgba(62, 48, 40, 0.08);
}

.main-header-menu .menu-link {
	font-weight: 700;
}

.ast-site-header-cart .ast-site-header-cart-li a,
.ast-header-account-wrap a {
	color: var(--yt-ink);
}

.button,
button,
input[type="button"],
input[type="submit"],
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--yt-red);
	border: 0;
	border-radius: 10px;
	box-shadow: none;
	color: var(--yt-white);
	font-weight: 800;
	line-height: 1.1;
	padding: 14px 22px;
	text-decoration: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--yt-red-dark);
	color: var(--yt-white);
}

.yt-page {
	background: var(--yt-cream);
	overflow: hidden;
}

.yt-section {
	padding: 78px 22px;
}

.yt-section-inner {
	margin: 0 auto;
	max-width: 1180px;
}

.yt-kicker {
	color: var(--yt-green);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.yt-heading {
	color: var(--yt-ink);
	font-family: var(--yt-display-font);
	font-size: clamp(34px, 5vw, 66px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 20px;
}

.yt-subhead {
	color: var(--yt-muted);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

.yt-pill {
	align-items: center;
	background: rgba(247, 201, 72, 0.32);
	border: 1px solid rgba(62, 48, 40, 0.08);
	border-radius: 999px;
	color: var(--yt-ink);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	gap: 8px;
	padding: 8px 14px;
}

.yt-hero {
	background:
		radial-gradient(circle at 85% 18%, rgba(142, 205, 240, 0.32), transparent 28%),
		linear-gradient(180deg, #fffdf7 0%, var(--yt-cream) 100%);
	padding: 34px 22px 86px;
}

.yt-hero-grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	margin: 0 auto;
	max-width: 1180px;
}

.yt-hero-copy {
	padding: 24px 0;
}

.yt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.yt-btn {
	align-items: center;
	border-radius: 10px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 14px 22px;
	text-decoration: none;
}

.yt-btn-primary {
	background: var(--yt-red);
	color: var(--yt-white);
}

.yt-btn-primary:hover {
	background: var(--yt-red-dark);
	color: var(--yt-white);
}

.yt-btn-secondary {
	background: transparent;
	border: 2px solid var(--yt-ink);
	color: var(--yt-ink);
}

.yt-btn-secondary:hover {
	background: var(--yt-ink);
	color: var(--yt-white);
}

.yt-hero-media {
	background: var(--yt-white);
	border: 1px solid rgba(62, 48, 40, 0.08);
	border-radius: 24px;
	box-shadow: 0 24px 80px rgba(62, 48, 40, 0.12);
	overflow: hidden;
}

.yt-hero-media img {
	display: block;
	height: auto;
	width: 100%;
}

.yt-trust-row {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 28px;
}

.yt-trust-item {
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(62, 48, 40, 0.08);
	border-radius: 12px;
	color: var(--yt-muted);
	font-size: 14px;
	font-weight: 800;
	padding: 13px 14px;
}

.yt-category-grid,
.yt-product-grid,
.yt-content-grid,
.yt-review-grid {
	display: grid;
	gap: 22px;
}

.yt-category-grid {
	grid-template-columns: repeat(4, 1fr);
}

.yt-product-grid {
	grid-template-columns: repeat(4, 1fr);
}

.yt-content-grid,
.yt-review-grid {
	grid-template-columns: repeat(3, 1fr);
}

.yt-card {
	background: var(--yt-white);
	border: 1px solid rgba(62, 48, 40, 0.08);
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(62, 48, 40, 0.08);
	color: var(--yt-ink);
	overflow: hidden;
	text-decoration: none;
}

.yt-card-pad {
	padding: 24px;
}

.yt-category-card {
	min-height: 190px;
	padding: 22px;
	position: relative;
}

.yt-category-card:nth-child(1) {
	background: #fff2d0;
}

.yt-category-card:nth-child(2) {
	background: #dcf1fb;
}

.yt-category-card:nth-child(3) {
	background: #e7f3df;
}

.yt-category-card:nth-child(4) {
	background: #ffe7e2;
}

.yt-category-card h3,
.yt-card h3 {
	font-size: 24px;
	font-weight: 850;
	line-height: 1.05;
	margin: 0 0 8px;
}

.yt-category-card p,
.yt-card p {
	color: var(--yt-muted);
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.yt-category-icon {
	font-size: 48px;
	margin-bottom: 22px;
}

.yt-section-head {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 30px;
}

.yt-section-head h2 {
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 850;
	line-height: 1;
	margin: 0;
}

.yt-section-head p {
	color: var(--yt-muted);
	margin: 8px 0 0;
	max-width: 520px;
}

.yt-product-card img,
.yt-content-card img,
.yt-review-card img {
	background: #f8eadb;
	display: block;
	height: 210px;
	object-fit: cover;
	width: 100%;
}

.yt-product-card .yt-card-pad {
	padding: 18px;
}

.yt-tag {
	background: rgba(107, 170, 117, 0.18);
	border-radius: 999px;
	color: #416f48;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	padding: 6px 9px;
}

.yt-price {
	color: var(--yt-red);
	font-size: 20px;
	font-weight: 900;
	margin: 10px 0 14px;
}

.yt-stars {
	color: #d79d14;
	font-size: 14px;
	font-weight: 900;
	margin-top: 8px;
}

.yt-steps {
	background: #fffdf7;
}

.yt-step-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.yt-step {
	background: var(--yt-white);
	border: 1px solid rgba(62, 48, 40, 0.08);
	border-radius: 18px;
	padding: 28px;
}

.yt-step-number {
	align-items: center;
	background: var(--yt-yellow);
	border-radius: 50%;
	color: var(--yt-ink);
	display: inline-flex;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	margin-bottom: 18px;
	width: 42px;
}

.yt-newsletter {
	background: var(--yt-green);
	color: var(--yt-white);
}

.yt-newsletter .yt-heading,
.yt-newsletter .yt-subhead {
	color: var(--yt-white);
}

.yt-newsletter-box {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr auto;
}

.yt-footer-band {
	background: var(--yt-ink);
	color: var(--yt-cream);
	padding: 26px 22px;
	text-align: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	padding-bottom: 0;
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--yt-ink);
	font-family: "Fredoka", "Nunito Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 850;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating {
	margin-left: auto;
	margin-right: auto;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .ast-woo-product-category {
	display: none;
}

.woocommerce ul.products li.product .button {
	background: var(--yt-red);
	color: var(--yt-white);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.woocommerce ul.products li.product .button:hover {
	background: var(--yt-red-dark);
	color: var(--yt-white);
}

.yt-section .woocommerce ul.products,
.yarnytale-front-page .woocommerce ul.products {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 270px));
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
}

.yt-section .woocommerce ul.products::before,
.yt-section .woocommerce ul.products::after,
.yarnytale-front-page .woocommerce ul.products::before,
.yarnytale-front-page .woocommerce ul.products::after {
	display: none;
}

.yt-section .woocommerce ul.products li.product,
.yarnytale-front-page .woocommerce ul.products li.product {
	float: none;
	margin: 0;
	width: 100% !important;
}

.woocommerce span.onsale,
.ast-on-card-button,
.ast-onsale-card,
.ast-on-card-button.ast-onsale-card,
.ast-select-options-trigger.ast-on-card-button {
	display: none !important;
}

.yt-cart-overlay {
	background: rgba(62, 48, 40, 0.32);
	inset: 0;
	position: fixed;
	z-index: 99998;
}

.yt-cart-drawer {
	background: var(--yt-cream-2);
	box-shadow: -20px 0 60px rgba(62, 48, 40, 0.18);
	color: var(--yt-ink);
	display: flex;
	flex-direction: column;
	height: 100vh;
	max-width: min(430px, 92vw);
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(104%);
	transition: transform 0.26s ease;
	width: 430px;
	z-index: 99999;
}

.yt-cart-drawer[aria-hidden="false"] {
	transform: translateX(0);
}

body.yt-cart-drawer-open {
	overflow: hidden;
}

.yt-cart-drawer__header {
	align-items: center;
	border-bottom: 1px solid var(--yt-line);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 22px;
}

.yt-cart-drawer__eyebrow {
	color: var(--yt-green);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.yt-cart-drawer__header h2 {
	font-size: 26px;
	font-weight: 850;
	line-height: 1;
	margin: 0;
}

.yt-cart-count {
	align-items: center;
	background: var(--yt-yellow);
	border-radius: 999px;
	display: inline-flex;
	font-family: "Nunito Sans", Arial, sans-serif;
	font-size: 14px;
	height: 26px;
	justify-content: center;
	min-width: 26px;
	padding: 0 8px;
	vertical-align: middle;
}

.yt-cart-drawer__close {
	align-items: center;
	background: var(--yt-white);
	border: 1px solid var(--yt-line);
	border-radius: 50%;
	color: var(--yt-ink);
	display: inline-flex;
	font-size: 28px;
	font-weight: 500;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 42px;
}

.yt-cart-drawer__close:hover {
	background: var(--yt-ink);
	color: var(--yt-white);
}

.yt-cart-drawer__notice {
	background: rgba(107, 170, 117, 0.16);
	color: #416f48;
	font-size: 14px;
	font-weight: 900;
	padding: 12px 22px;
}

.yt-cart-drawer-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
	overflow-y: auto;
	padding: 0 22px 22px;
}

.yt-cart-drawer-content .widget_shopping_cart_content {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.yt-cart-drawer-content .woocommerce-mini-cart {
	flex: 1;
	margin: 0;
	padding: 8px 0 0;
}

.yt-cart-drawer-content .woocommerce-mini-cart-item {
	background: var(--yt-white);
	border: 1px solid rgba(62, 48, 40, 0.08);
	border-radius: 14px;
	list-style: none;
	margin: 14px 0;
	min-height: 92px;
	padding: 16px 14px 16px 92px !important;
	position: relative;
}

.yt-cart-drawer-content .woocommerce-mini-cart-item img {
	border-radius: 10px;
	height: 60px;
	left: 16px;
	object-fit: cover;
	position: absolute;
	top: 16px;
	width: 60px;
}

.yt-cart-drawer-content .woocommerce-mini-cart-item a {
	color: var(--yt-ink);
	font-weight: 900;
	text-decoration: none;
}

.yt-cart-drawer-content .woocommerce-mini-cart-item .remove {
	background: transparent;
	color: var(--yt-muted) !important;
	font-size: 20px;
	left: auto;
	position: absolute;
	right: 12px;
	top: 10px;
}

.yt-cart-drawer-content .woocommerce-mini-cart__total {
	border-top: 1px solid var(--yt-line);
	color: var(--yt-ink);
	font-size: 18px;
	margin: 12px 0 14px;
	padding-top: 18px;
}

.yt-cart-drawer-content .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
	margin: 0;
}

.yt-cart-drawer-content .woocommerce-mini-cart__buttons .button {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0;
	width: 100%;
}

.yt-cart-drawer-content .woocommerce-mini-cart__buttons .checkout {
	background: var(--yt-green);
}

.yt-cart-drawer-content .woocommerce-mini-cart__empty-message {
	background: var(--yt-white);
	border: 1px solid rgba(62, 48, 40, 0.08);
	border-radius: 14px;
	color: var(--yt-muted);
	margin-top: 22px;
	padding: 22px;
	text-align: center;
}

@media (max-width: 921px) {
	.yt-hero-grid,
	.yt-newsletter-box {
		grid-template-columns: 1fr;
	}

	.yt-category-grid,
	.yt-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.yt-content-grid,
	.yt-review-grid,
	.yt-step-grid,
	.yt-trust-row {
		grid-template-columns: 1fr;
	}

	.yt-section-head {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 544px) {
	.yt-section,
	.yt-hero {
		padding-left: 16px;
		padding-right: 16px;
	}

	.yt-category-grid,
	.yt-product-grid {
		grid-template-columns: 1fr;
	}
}

.site-header,
.ast-primary-header-bar,
.yarnytale-front-page .site-header {
	display: none;
}

.site-footer,
.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap,
.ast-footer-copyright,
.ast-builder-footer-grid-columns {
	background: var(--yt-cream);
	color: var(--yt-ink);
}

.site-footer,
.site-footer *,
.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap,
.site-footer .ast-builder-grid-row-container,
.site-footer .ast-builder-grid-row-container-inner,
.site-footer .ast-builder-footer-grid-columns {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.site-footer a {
	color: var(--yt-red);
}

.site-footer .site-below-footer-wrap {
	padding-top: 4px !important;
}

.yt-footer-nav {
	background: var(--yt-cream);
	color: var(--yt-ink);
	padding: 40px 24px 0;
}

.yt-footer-nav__inner {
	display: grid;
	gap: clamp(28px, 6vw, 96px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1120px;
}

.yt-footer-nav__group h2 {
	color: var(--yt-ink);
	font-family: var(--yt-display-font);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 8px;
}

.yt-footer-nav__group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.yt-footer-nav__group li + li {
	margin-top: 1px;
}

.yt-footer-nav__group a {
	color: var(--yt-muted);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.12;
	text-decoration: none;
}

.yt-footer-nav__group a:hover {
	color: var(--yt-red);
}

.yarnytale-front-page .site-content,
.yarnytale-front-page .ast-container,
.yarnytale-front-page #primary {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.yt-home-final {
	background: var(--yt-cream);
	color: var(--yt-ink);
	font-family: var(--yt-body-font);
	overflow: hidden;
}

.yt-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.admin-bar .yt-site-header {
	top: 32px;
}

.yt-topbar {
	align-items: center;
	background: var(--yt-red);
	color: var(--yt-white);
	display: flex;
	font-size: 14px;
	font-weight: 900;
	gap: 24px;
	justify-content: center;
	min-height: 34px;
	padding: 7px 18px;
	text-align: center;
}

.yt-topbar span + span::before {
	content: "|";
	margin-right: 24px;
	opacity: 0.82;
}

.yt-final-header {
	align-items: center;
	background: #fffaf1;
	box-shadow: 0 1px 0 rgba(62, 48, 40, 0.04);
	display: grid;
	gap: 24px;
	grid-template-columns: 240px 1fr 80px;
	min-height: 82px;
	padding: 0 clamp(22px, 4vw, 54px);
}

.yt-logo {
	align-items: center;
	display: inline-flex;
	line-height: 1;
	position: relative;
	text-decoration: none;
}

.yt-logo-img {
	display: block;
	height: auto;
	width: clamp(150px, 14vw, 206px);
}

.yt-final-nav {
	align-items: center;
	display: flex;
	gap: clamp(18px, 3vw, 44px);
	justify-content: center;
}

.yt-final-nav a {
	color: var(--yt-ink);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.yt-final-nav a:hover {
	color: var(--yt-red);
}

.yt-cart-link {
	align-items: center;
	color: var(--yt-ink);
	display: inline-flex;
	justify-content: flex-end;
	position: relative;
	text-decoration: none;
}

.yt-cart-icon {
	border: 3px solid var(--yt-ink);
	border-radius: 3px 3px 8px 8px;
	display: inline-block;
	height: 28px;
	position: relative;
	width: 30px;
}

.yt-cart-icon::before {
	border: 3px solid var(--yt-ink);
	border-bottom: 0;
	border-radius: 999px 999px 0 0;
	content: "";
	height: 13px;
	left: 6px;
	position: absolute;
	top: -14px;
	width: 12px;
}

.yt-header-cart-count {
	align-items: center;
	background: var(--yt-red);
	border-radius: 50%;
	color: var(--yt-white);
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 21px;
	justify-content: center;
	position: absolute;
	right: -11px;
	top: -13px;
	width: 21px;
}

.yt-final-hero {
	align-items: stretch;
	background:
		linear-gradient(90deg, rgba(255, 247, 232, 0.98) 0%, rgba(255, 247, 232, 0.9) 31%, rgba(255, 247, 232, 0.42) 50%, rgba(255, 247, 232, 0) 72%),
		var(--yt-hero-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	grid-template-columns: 1fr;
	min-height: clamp(370px, 34vw, 470px);
	width: 100vw;
}

.yt-final-hero__copy {
	align-self: center;
	max-width: 650px;
	padding: clamp(36px, 5vw, 72px) clamp(22px, 5vw, 84px);
	position: relative;
	z-index: 2;
}

.yt-final-hero__copy h1,
.yt-final-title h2 {
	color: var(--yt-ink);
	font-family: var(--yt-display-font);
	font-weight: 800;
	letter-spacing: 0;
}

.yt-final-hero__copy h1 {
	font-size: clamp(44px, 5.2vw, 76px);
	line-height: 1.06;
	margin: 0 0 18px;
}

.yt-final-hero__copy p {
	color: var(--yt-ink);
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.5;
	margin: 0 0 24px;
	max-width: 430px;
}

.yt-final-btn,
.yt-final-add {
	align-items: center;
	background: var(--yt-red);
	border-radius: 8px;
	color: var(--yt-white);
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 14px 28px;
	text-decoration: none;
}

.yt-final-btn:hover,
.yt-final-add:hover {
	background: var(--yt-red-dark) !important;
	color: var(--yt-white) !important;
}

.yt-final-section {
	margin: 0 auto;
	max-width: 1240px;
	padding: 66px 32px;
}

.yt-final-title {
	margin-bottom: 34px;
	text-align: center;
}

.yt-final-title h2 {
	font-size: clamp(36px, 4vw, 52px);
	line-height: 1;
	margin: 0;
}

.yt-final-title h2::before,
.yt-final-title h2::after {
	color: var(--yt-green);
	content: "";
	display: inline-block;
	height: 18px;
	margin: 0 16px;
	width: 18px;
}

.yt-final-product-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yt-final-product {
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
	padding: 0;
	text-align: center;
}

.yt-final-product__image {
	border-radius: 16px;
	display: block;
	overflow: hidden;
}

.yt-final-product__image img {
	aspect-ratio: 1 / 1;
	display: block;
	object-fit: cover;
	width: 100%;
}

.yt-final-product h3 {
	font-size: 19px;
	font-weight: 850;
	line-height: 1.2;
	margin: 18px 0 8px;
}

.yt-final-product h3 a {
	color: var(--yt-ink);
	text-decoration: none;
}

.yt-final-product__meta {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 0 16px;
}

.yt-final-price {
	color: var(--yt-ink);
	font-size: 18px;
	font-weight: 900;
}

.yt-final-price ins,
.woocommerce ul.products li.product .price ins {
	color: var(--yt-red);
	text-decoration: none;
}

.yt-final-price del,
.woocommerce ul.products li.product .price del {
	color: var(--yt-muted);
	opacity: 0.72;
}

.yt-final-product__actions {
	display: grid;
	grid-template-columns: 1fr;
	padding: 0;
}

.yt-final-add {
	background: var(--yt-red) !important;
	border: 0 !important;
	color: var(--yt-white) !important;
	min-height: 42px;
	padding: 12px 18px;
	width: 100%;
}

.yt-final-step-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: center;
}

.yt-final-step {
	position: relative;
}

.yt-final-step > span {
	align-items: center;
	background: var(--yt-green);
	border-radius: 50%;
	color: var(--yt-white);
	display: inline-flex;
	font-size: 23px;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	position: relative;
	top: 24px;
	width: 48px;
	z-index: 2;
}

.yt-final-step img {
	aspect-ratio: 1.24 / 1;
	border-radius: 14px;
	display: block;
	margin: 0 auto 22px;
	max-width: 280px;
	object-fit: cover;
	width: 100%;
}

.yt-final-step h3 {
	font-size: 24px;
	font-weight: 850;
	margin: 0 0 8px;
}

.yt-final-step p {
	color: var(--yt-muted);
	margin: 0 auto;
	max-width: 260px;
}

.yt-final-loved-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	text-align: center;
}

.yt-final-loved-grid img {
	aspect-ratio: 1.35 / 1;
	border-radius: 14px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.yt-final-loved-grid strong {
	color: #d79d14;
	display: block;
	font-size: 13px;
	margin-top: 10px;
}

.yt-final-loved-grid p {
	color: var(--yt-muted);
	font-size: 13px;
	margin: 2px 0 0;
}

.yt-final-benefits {
	background: transparent;
	border-top: 0;
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1240px;
	padding: 32px;
}

.yt-final-benefits div {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 56px 1fr;
}

.yt-benefit-icon {
	display: block;
	height: 48px;
	width: 48px;
}

.yt-final-benefits strong {
	display: block;
	font-size: 17px;
	margin-bottom: 4px;
}

.yt-final-benefits p {
	color: var(--yt-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

@media (max-width: 980px) {
	.yt-final-header {
		grid-template-columns: 1fr auto;
	}

	.yt-final-nav {
		grid-column: 1 / -1;
		order: 3;
	}

	.yt-final-hero,
	.yt-final-product-grid,
	.yt-final-step-grid,
	.yt-final-loved-grid,
	.yt-final-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yt-final-hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.yt-topbar {
		flex-direction: column;
		gap: 2px;
	}

	.yt-topbar span + span::before {
		display: none;
	}

	.yt-final-header,
	.yt-final-hero,
	.yt-final-product-grid,
	.yt-final-step-grid,
	.yt-final-loved-grid,
	.yt-final-benefits {
		grid-template-columns: 1fr;
	}

	.yt-final-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.yt-final-hero {
		background:
			linear-gradient(90deg, rgba(255, 247, 232, 0.98) 0%, rgba(255, 247, 232, 0.88) 56%, rgba(255, 247, 232, 0.22) 100%),
			var(--yt-hero-image);
		background-position: 58% center;
		min-height: 430px;
	}

	.yt-final-hero__copy {
		padding: 48px 22px;
	}

	.yt-final-section {
		padding: 48px 18px;
	}

	.yt-footer-nav__inner {
		grid-template-columns: 1fr;
	}
}
