:root {
	--yh-ivory: #f7f2e9;
	--yh-cream: #fcf9f3;
	--yh-white: #ffffff;
	--yh-oat: #eadfcd;
	--yh-sand: #ddcbb0;
	--yh-taupe: #b9a88f;
	--yh-ink: #2c2823;
	--yh-clay: #b26f52;
	--yh-clay-dark: #8f5540;
	--yh-clay-light: #d89774;
	--yh-brown: #6b5744;
	--yh-stone: #756e67;
	--yh-line: #c9bca8;
	--yh-bone: #f0e9db;
	--yh-olive: #66754f;
	--yh-container: 1280px;
	--yh-radius: 3px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.yh-site {
	background: var(--yh-ivory);
	color: var(--yh-ink);
	font-family: "Hanken Grotesk", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

body.yh-site.cart-open {
	overflow: hidden;
}

.yh-site a {
	color: inherit;
	text-decoration: none;
}

.yh-site img {
	display: block;
	height: auto;
	max-width: 100%;
}

.yh-site button,
.yh-site input,
.yh-site select,
.yh-site textarea {
	font: inherit;
}

.yh-container {
	margin-inline: auto;
	max-width: var(--yh-container);
	padding-inline: 32px;
	width: 100%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--yh-white);
	clip: auto !important;
	clip-path: none;
	color: var(--yh-ink);
	display: block;
	height: auto;
	left: 8px;
	padding: 12px 16px;
	top: 8px;
	width: auto;
	z-index: 10000;
}

.yh-topbar {
	background: var(--yh-ink);
	color: var(--yh-bone);
	font-size: 12.5px;
}

.yh-topbar__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 34px;
}

.yh-topbar p {
	margin: 0;
}

.yh-topbar nav {
	display: flex;
	gap: 22px;
}

.yh-topbar a:hover,
.yh-topbar a:focus-visible {
	color: var(--yh-white);
}

.yh-header {
	background: var(--yh-ivory);
	border-bottom: 1px solid var(--yh-oat);
}

.yh-header__inner {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: auto minmax(320px, 1fr) auto;
	min-height: 84px;
}

.yh-logo,
.yh-footer__logo {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.yh-logo span,
.yh-footer__logo span,
.yh-section-heading h2 span,
.yh-hero h1 span {
	color: var(--yh-clay);
}

.yh-search {
	background: var(--yh-white);
	border: 1.5px solid var(--yh-ink);
	border-radius: var(--yh-radius);
	display: grid;
	grid-template-columns: 1fr auto auto;
	overflow: hidden;
}

.yh-search input,
.yh-search select {
	background: transparent;
	border: 0;
	color: var(--yh-ink);
	min-height: 46px;
	outline: 0;
}

.yh-search input {
	min-width: 0;
	padding: 0 18px;
}

.yh-search input::placeholder {
	color: var(--yh-taupe);
}

.yh-search select {
	border-left: 1px solid var(--yh-oat);
	color: var(--yh-brown);
	cursor: pointer;
	font-size: 13.5px;
	max-width: 180px;
	padding: 0 36px 0 14px;
}

.yh-search button {
	align-items: center;
	background: var(--yh-clay);
	border: 0;
	color: var(--yh-white);
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-width: 58px;
}

.yh-search button:hover,
.yh-search button:focus-visible {
	background: var(--yh-clay-dark);
}

.yh-header-actions {
	align-items: center;
	display: flex;
	gap: 22px;
}

.yh-header-actions a,
.yh-cart-toggle {
	align-items: center;
	background: none;
	border: 0;
	color: var(--yh-ink);
	cursor: pointer;
	display: flex;
	font-size: 13.5px;
	font-weight: 600;
	gap: 7px;
	padding: 8px 0;
}

.yh-header-actions a:hover,
.yh-header-actions a:focus-visible,
.yh-cart-toggle:hover,
.yh-cart-toggle:focus-visible {
	color: var(--yh-clay);
}

.yh-header-actions .dashicons {
	font-size: 20px;
	height: 20px;
	width: 20px;
}

.yh-cart-count {
	align-items: center;
	background: var(--yh-clay);
	border-radius: 999px;
	color: var(--yh-white);
	display: inline-flex;
	font-size: 10.5px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	margin-left: -8px;
	margin-top: -18px;
	min-width: 18px;
	padding: 0 5px;
}

.yh-category-nav {
	background: var(--yh-ivory);
	border-bottom: 1px solid var(--yh-oat);
	position: relative;
	z-index: 30;
}

.yh-menu-toggle {
	display: none;
}

.yh-category-nav__list {
	display: flex;
	gap: 34px;
	list-style: none;
	margin: 0 auto;
	max-width: var(--yh-container);
	padding: 0 32px;
}

.yh-category-nav__list > li {
	align-items: center;
	display: flex;
}

.yh-category-nav__list > li > a {
	display: block;
	font-size: 14.5px;
	font-weight: 600;
	padding: 14px 0;
}

.yh-category-nav__list > li > a:hover,
.yh-category-nav__list > li > a:focus-visible {
	color: var(--yh-clay);
}

.yh-submenu-toggle {
	background: none;
	border: 0;
	color: var(--yh-brown);
	cursor: pointer;
	margin-left: 2px;
	padding: 10px 0 10px 4px;
}

.yh-submenu-toggle .dashicons {
	font-size: 14px;
	height: 14px;
	width: 14px;
}

.yh-mega {
	background: var(--yh-white);
	border-bottom: 1px solid var(--yh-oat);
	box-shadow: 0 18px 30px rgba(44, 40, 35, 0.09);
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(-5px);
	transition: opacity 160ms ease, transform 160ms ease;
	visibility: hidden;
}

.yh-has-mega:hover .yh-mega,
.yh-has-mega:focus-within .yh-mega,
.yh-has-mega.is-open .yh-mega {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.yh-mega__grid {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(4, minmax(120px, 1fr)) 280px;
	padding-bottom: 34px;
	padding-top: 30px;
}

.yh-mega h2 {
	color: var(--yh-brown);
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.yh-mega__grid > div > a {
	color: var(--yh-stone);
	display: block;
	font-size: 14px;
	margin-top: 9px;
}

.yh-mega__grid > div > a:hover,
.yh-mega__grid > div > a:focus-visible {
	color: var(--yh-clay);
}

.yh-mega__promo {
	align-self: stretch;
	background: var(--yh-sand);
	border-radius: var(--yh-radius);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 210px;
	padding: 22px;
}

.yh-mega__promo span {
	color: var(--yh-brown);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.yh-mega__promo strong {
	font-size: 20px;
	line-height: 1.25;
	margin: 7px 0 12px;
}

.yh-mega__promo a {
	color: var(--yh-clay-dark);
	font-size: 13.5px;
	font-weight: 600;
}

.yh-service-strip {
	background: var(--yh-white);
	border: 1px solid var(--yh-oat);
	border-radius: var(--yh-radius);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 24px auto 0;
	max-width: 1216px;
}

.yh-service-strip > div {
	align-items: center;
	display: grid;
	gap: 2px 12px;
	grid-template-columns: auto 1fr;
	padding: 18px 24px;
}

.yh-service-strip > div + div {
	border-left: 1px solid var(--yh-oat);
}

.yh-service-strip .dashicons {
	color: var(--yh-clay);
	grid-row: span 2;
}

.yh-service-strip strong {
	font-size: 14px;
}

.yh-service-strip small {
	color: var(--yh-stone);
	font-size: 12px;
}

.yh-hero {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.9fr) minmax(260px, 1fr);
	margin: 24px auto 0;
	max-width: var(--yh-container);
	padding: 0 32px;
}

.yh-hero__main {
	background: var(--yh-sand);
	border-radius: var(--yh-radius);
	display: grid;
	grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
	min-height: 460px;
	overflow: hidden;
}

.yh-hero__copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 52px 44px;
}

.yh-eyebrow {
	color: var(--yh-clay-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.yh-hero h1 {
	font-size: clamp(42px, 4.4vw, 62px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 14px 0 0;
	max-width: 460px;
}

.yh-hero__copy p {
	color: var(--yh-brown);
	font-size: 15px;
	line-height: 1.65;
	margin: 18px 0 26px;
	max-width: 380px;
}

.yh-hero__image {
	min-height: 460px;
}

.yh-hero__image img {
	height: 100%;
	object-fit: cover;
	object-position: 61% center;
	width: 100%;
}

.yh-button {
	align-items: center;
	border-radius: var(--yh-radius);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
}

.yh-button--dark {
	background: var(--yh-ink);
	color: var(--yh-white) !important;
}

.yh-button--dark:hover,
.yh-button--dark:focus-visible {
	background: var(--yh-clay);
}

.yh-button--outline {
	border: 1.5px solid var(--yh-ink);
}

.yh-button--outline:hover,
.yh-button--outline:focus-visible {
	background: var(--yh-ink);
	color: var(--yh-white);
}

.yh-hero-side {
	align-items: center;
	background: var(--yh-white);
	border: 1px solid var(--yh-oat);
	border-radius: var(--yh-radius);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
	text-align: center;
}

.yh-hero-side__image {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
	margin: 20px 0 16px;
	min-height: 220px;
	width: 100%;
}

.yh-hero-side__image img {
	max-height: 250px;
	object-fit: contain;
}

.yh-hero-side h2,
.yh-hero-side__empty h2 {
	color: var(--yh-clay-dark);
	font-family: "Newsreader", Georgia, serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.yh-hero-side__price {
	font-size: 16px;
	font-weight: 700;
	margin: 7px 0 10px;
}

.yh-hero-side__empty .dashicons {
	color: var(--yh-clay);
	font-size: 48px;
	height: 48px;
	margin-bottom: 24px;
	width: 48px;
}

.yh-hero-side__empty p {
	color: var(--yh-stone);
	font-size: 14px;
}

.yh-text-link {
	border-bottom: 1px solid var(--yh-clay-light);
	color: var(--yh-clay-dark);
	font-size: 13.5px;
	font-weight: 600;
	padding-bottom: 2px;
}

.yh-block,
.yh-related-products {
	margin: 58px auto 0;
	max-width: var(--yh-container);
	padding: 0 32px;
}

.yh-section-heading {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.yh-section-heading h2 {
	font-family: inherit;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.yh-section-heading > a {
	border-bottom: 1px solid var(--yh-line);
	color: var(--yh-brown);
	font-size: 13.5px;
	font-weight: 600;
}

.yh-section-heading > a:hover,
.yh-section-heading > a:focus-visible {
	color: var(--yh-clay);
}

.yh-product-grid {
	background: var(--yh-oat);
	border: 1px solid var(--yh-oat);
	border-radius: var(--yh-radius);
	display: grid;
	gap: 1px;
	overflow: hidden;
}

.yh-product-grid--five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.yh-product-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yh-product-card {
	background: var(--yh-white);
	min-width: 0;
	padding: 18px;
}

.yh-product-card__image {
	align-items: center;
	aspect-ratio: 1;
	background: var(--yh-cream);
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
	overflow: hidden;
}

.yh-product-card__image img {
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
	width: 100%;
}

.yh-product-card:hover .yh-product-card__image img {
	transform: scale(1.025);
}

.yh-product-card__category {
	color: var(--yh-stone);
	display: block;
	font-size: 11.5px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.yh-product-card h3 {
	font-family: inherit;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.4;
	margin: 6px 0 8px;
}

.yh-product-card h3 a:hover,
.yh-product-card h3 a:focus-visible {
	color: var(--yh-clay);
}

.yh-product-card__price,
.yh-product-card__price .amount {
	color: var(--yh-clay-dark);
	font-size: 15px;
	font-weight: 700;
}

.yh-product-card__price del,
.yh-product-card__price del .amount {
	color: var(--yh-taupe);
	font-size: 13px;
	font-weight: 400;
}

.yh-product-card__add,
.yh-site .yh-product-card__add.button {
	background: var(--yh-clay);
	border: 0;
	border-radius: var(--yh-radius);
	color: var(--yh-white);
	display: inline-flex;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1;
	margin-top: 13px;
	padding: 11px 16px;
}

.yh-product-card__add:hover,
.yh-product-card__add:focus-visible,
.yh-site .yh-product-card__add.button:hover {
	background: var(--yh-clay-dark);
	color: var(--yh-white);
}

.yh-category-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.yh-category-card {
	background: var(--yh-white);
	border: 1px solid var(--yh-oat);
	border-radius: var(--yh-radius);
	display: block;
	padding: 20px 10px 16px;
	text-align: center;
}

.yh-category-card:hover,
.yh-category-card:focus-visible {
	border-color: var(--yh-clay);
}

.yh-category-card__image {
	align-items: center;
	background: var(--yh-cream);
	border-radius: 50%;
	display: flex;
	height: 88px;
	justify-content: center;
	margin: 0 auto 12px;
	overflow: hidden;
	width: 88px;
}

.yh-category-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.yh-category-card__image .dashicons {
	color: var(--yh-clay);
	font-size: 34px;
	height: 34px;
	width: 34px;
}

.yh-category-card strong {
	display: block;
	font-size: 13.5px;
}

.yh-category-card small {
	color: var(--yh-stone);
	display: block;
	font-size: 11.5px;
	margin-top: 2px;
}

.yh-whatsapp-banner {
	align-items: center;
	background: var(--yh-sand);
	border-radius: var(--yh-radius);
	display: flex;
	justify-content: space-between;
	padding: 38px 42px;
}

.yh-whatsapp-banner h2 {
	color: var(--yh-clay-dark);
	font-family: "Newsreader", Georgia, serif;
	font-size: 34px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.15;
	margin: 6px 0 4px;
}

.yh-whatsapp-banner p {
	color: var(--yh-brown);
	margin: 0;
}

.yh-triple-products {
	display: grid;
	gap: 44px;
	grid-template-columns: repeat(3, 1fr);
}

.yh-triple-products > div > h2 {
	border-bottom: 1px solid var(--yh-oat);
	font-family: inherit;
	font-size: 17px;
	margin: 0 0 8px;
	padding-bottom: 12px;
}

.yh-mini-product {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 70px 1fr;
	padding: 12px 0;
}

.yh-mini-product > span:first-child {
	align-items: center;
	background: var(--yh-white);
	display: flex;
	height: 70px;
	justify-content: center;
}

.yh-mini-product img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.yh-mini-product strong {
	display: block;
	font-size: 13.5px;
	line-height: 1.35;
}

.yh-mini-product small {
	color: var(--yh-clay-dark);
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	margin-top: 5px;
}

.yh-empty-state {
	background: var(--yh-white);
	border: 1px solid var(--yh-oat);
	color: var(--yh-stone);
	padding: 40px;
	text-align: center;
}

.yh-footer {
	background: var(--yh-ink);
	color: var(--yh-bone);
	margin-top: 70px;
	padding: 54px 0 28px;
}

.yh-footer__grid {
	border-bottom: 1px solid rgba(240, 233, 219, 0.14);
	display: grid;
	gap: 44px;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	padding-bottom: 40px;
}

.yh-footer__logo {
	color: var(--yh-white);
	font-size: 30px;
}

.yh-footer__tag {
	color: var(--yh-bone);
	font-family: "Newsreader", Georgia, serif;
	font-style: italic;
	margin: 10px 0 0;
}

.yh-footer h2 {
	color: var(--yh-taupe);
	font-family: inherit;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.yh-footer__grid > div > a:not(.yh-footer__logo) {
	color: var(--yh-bone);
	display: block;
	font-size: 13.5px;
	margin-top: 9px;
}

.yh-footer__grid > div > a:hover,
.yh-footer__grid > div > a:focus-visible {
	color: var(--yh-white);
}

.yh-footer__base {
	color: var(--yh-taupe);
	display: flex;
	font-size: 12.5px;
	justify-content: space-between;
	padding-top: 22px;
}

.yh-cart-overlay {
	background: rgba(44, 40, 35, 0.48);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 220ms ease;
	z-index: 90;
}

.yh-cart-drawer {
	background: var(--yh-white);
	bottom: 0;
	box-shadow: -16px 0 40px rgba(44, 40, 35, 0.18);
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 240ms ease;
	width: min(430px, 94vw);
	z-index: 100;
}

body.cart-open .yh-cart-overlay {
	opacity: 1;
	pointer-events: auto;
}

body.cart-open .yh-cart-drawer {
	transform: none;
}

.yh-cart-drawer__head {
	align-items: center;
	border-bottom: 1px solid var(--yh-oat);
	display: flex;
	justify-content: space-between;
	padding: 20px 24px;
}

.yh-cart-drawer__head h2 {
	font-family: inherit;
	font-size: 19px;
	margin: 0;
}

.yh-cart-drawer__head h2 span {
	color: var(--yh-taupe);
	font-weight: 500;
}

.yh-cart-drawer__head button {
	background: none;
	border: 0;
	color: var(--yh-brown);
	cursor: pointer;
}

.yh-delivery-progress {
	border-bottom: 1px solid var(--yh-oat);
	color: var(--yh-brown);
	font-size: 13px;
	padding: 16px 24px;
}

.yh-delivery-progress p {
	margin: 0;
}

.yh-delivery-progress strong {
	color: var(--yh-clay-dark);
}

.yh-progress-track {
	background: var(--yh-oat);
	border-radius: 999px;
	height: 6px;
	margin-top: 10px;
	overflow: hidden;
}

.yh-progress-track span {
	background: var(--yh-olive);
	display: block;
	height: 100%;
}

.yh-mini-cart {
	flex: 1;
	overflow-y: auto;
	padding: 8px 24px 24px;
}

.yh-mini-cart .woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	padding: 0;
}

.yh-mini-cart .woocommerce-mini-cart-item {
	border-bottom: 1px solid var(--yh-oat);
	min-height: 104px;
	padding: 16px 28px 16px 88px;
	position: relative;
}

.yh-mini-cart .woocommerce-mini-cart-item img {
	height: 72px;
	left: 0;
	object-fit: contain;
	position: absolute;
	top: 16px;
	width: 72px;
}

.yh-mini-cart .remove_from_cart_button {
	color: var(--yh-stone) !important;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 14px;
}

.yh-mini-cart .quantity {
	color: var(--yh-stone);
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.yh-mini-cart .woocommerce-mini-cart__total {
	display: flex;
	font-size: 16px;
	justify-content: space-between;
	margin: 20px 0 12px;
}

.yh-mini-cart .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
}

.yh-mini-cart .woocommerce-mini-cart__buttons .button {
	background: var(--yh-ink);
	border-radius: var(--yh-radius);
	color: var(--yh-white);
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 13px 18px;
	text-align: center;
}

.yh-mini-cart .woocommerce-mini-cart__buttons .button:hover {
	background: var(--yh-clay);
}

.yh-mini-cart .woocommerce-mini-cart__buttons .checkout {
	background: var(--yh-clay);
}

.yh-mini-cart .woocommerce-mini-cart__empty-message {
	color: var(--yh-stone);
	padding: 40px 0;
	text-align: center;
}

.yh-woo-shell,
.yh-content-shell {
	padding-bottom: 64px;
	padding-top: 36px;
}

.yh-content-shell {
	max-width: 1000px;
}

.yh-article > h1,
.yh-content-shell > h1,
.yh-woo-shell .woocommerce-products-header__title {
	font-size: 40px;
	line-height: 1.1;
	margin: 0 0 28px;
}

.yh-prose {
	color: var(--yh-brown);
	line-height: 1.8;
}

.yh-prose h2,
.yh-prose h3 {
	color: var(--yh-ink);
}

.woocommerce .woocommerce-breadcrumb,
.yh-product-breadcrumb {
	align-items: center;
	color: var(--yh-stone);
	display: flex;
	font-size: 13px;
	gap: 8px;
	margin: 0 0 20px;
}

.woocommerce .woocommerce-breadcrumb a,
.yh-product-breadcrumb a {
	color: var(--yh-brown);
}

.yh-product-layout {
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 1fr);
}

.yh-product-gallery,
.yh-product-summary {
	min-width: 0;
}

.yh-product-gallery__main {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: var(--yh-white);
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.yh-product-gallery__main img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.yh-product-gallery__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--yh-line);
	border-radius: 999px;
	color: var(--yh-ink);
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	z-index: 1;
}

.yh-product-gallery__nav:hover,
.yh-product-gallery__nav:focus-visible {
	background: var(--yh-ink);
	border-color: var(--yh-ink);
	color: var(--yh-white);
}

.yh-product-gallery__nav--prev {
	left: 14px;
}

.yh-product-gallery__nav--next {
	right: 14px;
}

.yh-product-gallery__thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	margin-top: 12px;
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 4px;
}

.yh-product-gallery__thumbs button {
	aspect-ratio: 1;
	background: var(--yh-white);
	border: 1.5px solid transparent;
	cursor: pointer;
	flex: 0 0 88px;
	overflow: hidden;
	padding: 0;
	width: 88px;
}

.yh-product-gallery__thumbs button.is-active,
.yh-product-gallery__thumbs button:hover,
.yh-product-gallery__thumbs button:focus-visible {
	border-color: var(--yh-ink);
}

.yh-product-gallery__thumbs img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.yh-product-kicker {
	color: var(--yh-clay-dark);
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.yh-product-summary {
	align-self: start;
	position: sticky;
	top: 28px;
}

.yh-product-summary h1 {
	font-size: clamp(34px, 3.4vw, 46px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.07;
	margin: 0;
	overflow-wrap: anywhere;
}

.yh-product-rating {
	align-items: center;
	color: var(--yh-stone);
	display: flex;
	font-size: 13px;
	gap: 9px;
	margin-top: 12px;
}

.yh-product-rating .star-rating {
	color: var(--yh-clay);
	margin: 0;
}

.yh-product-price {
	color: var(--yh-clay-dark);
	font-size: 30px;
	font-weight: 700;
	margin-top: 18px;
}

.yh-product-price del {
	color: var(--yh-stone);
	font-size: 18px;
	font-weight: 400;
	margin-left: 8px;
}

.yh-product-details {
	border-top: 1px solid var(--yh-oat);
	margin-top: 24px;
	padding-top: 18px;
}

.yh-product-details h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px;
}

.yh-product-glance {
	border-bottom: 1px solid var(--yh-oat);
	border-top: 1px solid var(--yh-oat);
	display: grid;
	margin: 0;
}

.yh-product-glance div {
	display: grid;
	gap: 18px;
	grid-template-columns: 92px minmax(0, 1fr);
	padding: 10px 0;
}

.yh-product-glance div + div {
	border-top: 1px solid var(--yh-oat);
}

.yh-product-glance dt {
	color: var(--yh-stone);
	font-size: 12.5px;
	font-weight: 600;
}

.yh-product-glance dd {
	color: var(--yh-brown);
	font-size: 13.5px;
	line-height: 1.5;
	margin: 0;
}

.yh-product-availability {
	color: var(--yh-olive);
	font-size: 13.5px;
	font-weight: 600;
	margin-top: 18px;
}

.yh-product-purchase-note {
	background: var(--yh-oat);
	border-left: 3px solid var(--yh-rust);
	color: var(--yh-brown);
	font-size: 14px;
	margin: 14px 0 0;
	padding: 10px 12px;
}

.yh-product-buy {
	margin-top: 24px;
}

.yh-product-buy form.cart {
	align-items: stretch;
	display: flex;
	gap: 12px;
	margin: 0;
}

.yh-product-buy .quantity .qty {
	background: var(--yh-white);
	border: 1px solid var(--yh-line);
	border-radius: var(--yh-radius);
	height: 52px;
	max-width: 76px;
	padding: 0 8px;
	text-align: center;
}

.yh-product-buy .single_add_to_cart_button {
	background: var(--yh-ink) !important;
	border: 0 !important;
	border-radius: var(--yh-radius) !important;
	color: var(--yh-white) !important;
	flex: 1;
	font-size: 15px !important;
	font-weight: 600 !important;
	min-height: 52px;
	padding: 0 24px !important;
}

.yh-product-buy .single_add_to_cart_button:hover,
.yh-product-buy .single_add_to_cart_button:focus-visible {
	background: var(--yh-clay) !important;
}

.yh-product-buy .variations {
	margin-bottom: 18px;
	width: 100%;
}

.yh-product-buy .variations tr {
	display: grid;
	gap: 6px;
	margin-bottom: 12px;
}

.yh-product-buy .variations th,
.yh-product-buy .variations td {
	display: block;
	padding: 0;
	text-align: left;
}

.yh-product-buy .variations select {
	background: var(--yh-white);
	border: 1px solid var(--yh-line);
	min-height: 44px;
	padding: 0 12px;
	width: 100%;
}

.yh-product-assurances {
	display: grid;
	gap: 9px;
	margin-top: 24px;
}

.yh-product-assurances p {
	align-items: center;
	color: var(--yh-brown);
	display: flex;
	font-size: 13.5px;
	gap: 10px;
	margin: 0;
}

.yh-product-assurances .dashicons {
	color: var(--yh-clay);
}

.yh-product-assurances a {
	color: var(--yh-clay-dark);
	font-weight: 600;
}

.yh-product-meta {
	border-top: 1px solid var(--yh-oat);
	color: var(--yh-stone);
	display: grid;
	font-size: 13px;
	gap: 6px;
	margin-top: 22px;
	padding-top: 18px;
}

.yh-product-meta strong {
	color: var(--yh-brown);
}

.yh-product-tabs {
	margin-top: 64px;
}

.yh-product-tabs__nav {
	border-bottom: 1px solid var(--yh-oat);
	display: flex;
	gap: 34px;
	overflow-x: auto;
}

.yh-product-tabs__nav button {
	background: none;
	border: 0;
	border-bottom: 2px solid transparent;
	color: var(--yh-stone);
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: -1px;
	padding: 0 0 14px;
	white-space: nowrap;
}

.yh-product-tabs__nav button.is-active {
	border-bottom-color: var(--yh-clay);
	color: var(--yh-ink);
}

.yh-product-tab-panel {
	color: var(--yh-brown);
	line-height: 1.8;
	max-width: 980px;
	padding-top: 24px;
}

.yh-product-tab-panel > :first-child {
	margin-top: 0;
}

.yh-product-tab-panel h2,
.yh-product-tab-panel h3 {
	color: var(--yh-ink);
	font-family: inherit;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 28px 0 10px;
}

.yh-product-tab-panel ul {
	padding-left: 20px;
}

.yh-product-tab-panel[hidden] {
	display: none;
}

.yh-product-tab-panel table {
	background: var(--yh-white);
	border-collapse: collapse;
	width: 100%;
}

.yh-product-tab-panel th,
.yh-product-tab-panel td {
	border-bottom: 1px solid var(--yh-oat);
	padding: 13px 16px;
	text-align: left;
	vertical-align: top;
}

.yh-product-tab-panel th {
	color: var(--yh-ink);
	font-weight: 600;
	width: 220px;
}

.yh-info-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.yh-info-grid h2 {
	color: var(--yh-ink);
	font-family: inherit;
	font-size: 17px;
	margin: 0 0 7px;
}

.yh-related-products {
	margin-bottom: 74px;
	margin-top: 64px;
	padding: 0;
}

.woocommerce ul.products {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 28px 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	background: var(--yh-white);
	float: none;
	margin: 0 !important;
	padding: 18px;
	width: auto !important;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1;
	background: var(--yh-cream);
	margin: 0 0 14px;
	object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: inherit;
	font-size: 14.5px;
	font-weight: 600;
}

.woocommerce ul.products li.product .price {
	color: var(--yh-clay-dark);
	font-weight: 700;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--yh-ink);
	border-radius: var(--yh-radius);
	color: var(--yh-white);
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--yh-clay);
	color: var(--yh-white);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-ordering select {
	background: var(--yh-white);
	border: 1px solid var(--yh-line);
	min-height: 42px;
	padding: 0 12px;
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce .cart_totals,
.woocommerce form.login,
.woocommerce form.register {
	background: var(--yh-white);
	border: 1px solid var(--yh-oat);
	border-radius: var(--yh-radius);
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register {
	padding: 24px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	background: var(--yh-cream);
	border: 1px solid var(--yh-line);
	border-radius: var(--yh-radius);
	min-height: 46px;
	padding: 10px 12px;
}

.woocommerce-checkout #payment {
	background: var(--yh-oat);
	border-radius: var(--yh-radius);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--yh-white);
	border-top-color: var(--yh-clay);
}

@media (max-width: 1080px) {
	.yh-mega__grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.yh-mega__promo {
		display: none;
	}

	.yh-product-grid--five {
		grid-template-columns: repeat(3, 1fr);
	}

	.yh-category-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 900px) {
	.yh-container {
		padding-inline: 22px;
	}

	.yh-header__inner {
		gap: 18px;
		grid-template-columns: auto 1fr auto;
	}

	.yh-search select {
		display: none;
	}

	.yh-action-label {
		display: none;
	}

	.yh-category-nav__list {
		padding-inline: 22px;
	}

	.yh-service-strip {
		margin-inline: 22px;
	}

	.yh-hero {
		grid-template-columns: 1fr;
		padding-inline: 22px;
	}

	.yh-hero-side {
		align-items: center;
		display: grid;
		gap: 18px;
		grid-template-columns: 180px 1fr;
		text-align: left;
	}

	.yh-hero-side > .yh-eyebrow {
		grid-column: 1 / -1;
	}

	.yh-hero-side__image {
		grid-row: span 3;
		margin: 0;
		min-height: 160px;
	}

	.yh-product-grid--four,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yh-product-layout {
		grid-template-columns: 1fr;
	}

	.yh-product-summary {
		position: static;
	}
}

@media (max-width: 700px) {
	.yh-topbar__inner {
		justify-content: center;
		text-align: center;
	}

	.yh-topbar nav {
		display: none;
	}

	.yh-header__inner {
		grid-template-columns: 1fr auto;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.yh-logo {
		font-size: 25px;
	}

	.yh-search {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.yh-menu-toggle {
		align-items: center;
		background: none;
		border: 0;
		color: var(--yh-ink);
		cursor: pointer;
		display: flex;
		font-weight: 600;
		gap: 8px;
		min-height: 48px;
		padding: 0 18px;
		width: 100%;
	}

	.yh-category-nav__list {
		background: var(--yh-white);
		display: none;
		padding: 8px 18px 16px;
	}

	.yh-category-nav.is-open .yh-category-nav__list {
		display: block;
	}

	.yh-category-nav__list > li {
		border-bottom: 1px solid var(--yh-oat);
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.yh-category-nav__list > li > a {
		flex: 1;
		padding: 12px 0;
	}

	.yh-mega {
		border: 0;
		box-shadow: none;
		display: none;
		opacity: 1;
		position: static;
		transform: none;
		visibility: visible;
		width: 100%;
	}

	.yh-has-mega:hover .yh-mega,
	.yh-has-mega:focus-within .yh-mega {
		display: none;
	}

	.yh-has-mega.is-open .yh-mega {
		display: block;
	}

	.yh-mega__grid {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
		padding: 16px 0 22px;
	}

	.yh-service-strip {
		grid-template-columns: 1fr;
		margin-inline: 16px;
	}

	.yh-service-strip > div {
		padding: 14px 18px;
	}

	.yh-service-strip > div + div {
		border-left: 0;
		border-top: 1px solid var(--yh-oat);
	}

	.yh-hero {
		padding-inline: 16px;
	}

	.yh-hero__main {
		grid-template-columns: 1fr;
	}

	.yh-hero__copy {
		min-height: 380px;
		padding: 42px 28px;
	}

	.yh-hero__image {
		min-height: 310px;
	}

	.yh-hero h1 {
		font-size: 43px;
	}

	.yh-hero-side {
		display: flex;
		text-align: center;
	}

	.yh-block {
		margin-top: 46px;
		padding-inline: 16px;
	}

	.yh-section-heading {
		align-items: flex-start;
		gap: 18px;
	}

	.yh-section-heading h2 {
		font-size: 24px;
	}

	.yh-product-grid--five {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yh-category-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.yh-whatsapp-banner {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
		padding: 30px 24px;
	}

	.yh-triple-products {
		grid-template-columns: 1fr;
	}

	.yh-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.yh-footer__base {
		flex-direction: column;
		gap: 8px;
	}

	.yh-woo-shell,
	.yh-content-shell {
		padding-inline: 16px;
	}

	.yh-product-layout {
		gap: 32px;
	}

	.yh-product-summary h1 {
		font-size: 32px;
	}

	.yh-product-tabs {
		margin-top: 48px;
	}

	.yh-product-tabs__nav {
		gap: 24px;
	}

	.yh-product-tab-panel th {
		width: 38%;
	}

	.yh-info-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.yh-product-grid--five,
	.yh-product-grid--four,
	.woocommerce ul.products {
		grid-template-columns: 1fr 1fr;
	}

	.yh-product-card {
		padding: 12px;
	}

	.yh-product-card h3 {
		font-size: 13.5px;
	}

	.yh-product-card__add,
	.yh-site .yh-product-card__add.button {
		justify-content: center;
		width: 100%;
	}

	.yh-product-gallery__thumbs {
		gap: 8px;
	}

	.yh-product-gallery__thumbs button {
		flex-basis: 74px;
		width: 74px;
	}

	.yh-product-buy form.cart {
		flex-wrap: wrap;
	}

	.yh-product-buy .single_add_to_cart_button {
		min-width: calc(100% - 90px);
	}

	.yh-product-gallery__main {
		aspect-ratio: 1;
		padding: 12px;
	}

	.yh-product-glance div {
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.yh-product-tab-panel th,
	.yh-product-tab-panel td {
		display: block;
		padding: 10px 12px;
		width: 100%;
	}

	.yh-product-tab-panel th {
		border-bottom: 0;
		padding-bottom: 2px;
	}

	.yh-footer__grid {
		grid-template-columns: 1fr;
	}
}
