/* Homy: wholesale and contact page layout */

.homy-w-hero,
.homy-w-sec { margin: 0 0 64px; }

.homy-w-center { text-align: center; }
.homy-w-sub { max-width: 620px; margin: 0 auto 36px; text-align: center; color: #6B4A55; font-size: 15.5px; line-height: 1.6; }

/* ---- hero ---- */

.homy-w-hero {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	padding: 62px 56px 66px;
	color: #FFFFFF;
	background: linear-gradient(118deg, #2E1A22 0%, #7A1140 52%, #D6006E 100%);
}
.homy-w-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url("https://homyfood.in/wp-content/uploads/2026/09/homy-home-03-production.webp") center/cover no-repeat;
	opacity: .20;
	mix-blend-mode: luminosity;
	pointer-events: none;
}
.homy-w-hero__body { position: relative; z-index: 1; max-width: 660px; }
.homy-w-eyebrow {
	display: inline-block;
	margin: 0 0 16px;
	padding: 6px 14px;
	background: rgba(255,255,255,.16);
	border-radius: 100px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.homy-w-hero__title {
	margin: 0 0 16px !important;
	color: #FFFFFF !important;
	font-size: 46px;
	line-height: 1.12;
}
.homy-w-hero__lead {
	margin: 0 0 28px;
	color: rgba(255,255,255,.90);
	font-size: 17px;
	line-height: 1.6;
	max-width: 560px;
}
.homy-w-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }

.homy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 26px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .02em;
	text-decoration: none !important;
	border: 2px solid transparent;
	transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}
.homy-btn--solid { background: #FFFFFF; color: #A80057 !important; }
.homy-btn--solid:hover { background: #F2B705; color: #2E1A22 !important; }
.homy-btn--ghost { background: transparent; color: #FFFFFF !important; border-color: rgba(255,255,255,.55); }
.homy-btn--ghost:hover { background: rgba(255,255,255,.14); border-color: #FFFFFF; }

/* ---- stat strip ---- */

.homy-w-stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	list-style: none;
	margin: -40px 26px 64px;
	padding: 0;
}
.homy-w-stats li {
	background: #FFFFFF;
	border: 1px solid #F1E4DA;
	border-radius: 16px;
	padding: 18px 20px;
	box-shadow: 0 16px 34px -22px rgba(46,26,34,.45);
}
.homy-w-stats strong { display: block; color: #D6006E; font-size: 25px; line-height: 1.1; }
.homy-w-stats span { display: block; margin-top: 5px; color: #6B4A55; font-size: 13px; line-height: 1.4; }

/* ---- about + bento ---- */

.homy-w-about { display: grid; grid-template-columns: 1fr 1.05fr; gap: 46px; align-items: start; }
.homy-w-about h2 { margin: 0 0 16px; }
.homy-w-about p { margin: 0 0 14px; color: #4A3038; font-size: 15.5px; line-height: 1.65; }

.homy-w-pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 22px 0 0; padding: 0; }
.homy-w-pills li {
	background: #FCE7F0;
	color: #A80057;
	border-radius: 100px;
	padding: 7px 15px;
	font-size: 12.5px;
	font-weight: 600;
}

.homy-w-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: start; }
.homy-card { border-radius: 18px; padding: 22px 22px; }
.homy-card--tall { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
.homy-card h3 { margin: 0 0 10px; font-size: 16px; line-height: 1.3; }
.homy-card p { margin: 0 0 8px; font-size: 14px; line-height: 1.55; }
.homy-card p:last-child { margin-bottom: 0; }
.homy-card__big { font-size: 36px !important; font-weight: 800; line-height: 1.05; margin-bottom: 10px !important; }
.homy-card--pink { background: #D6006E; }
.homy-card--pink h3, .homy-card--pink p { color: #FFFFFF; }
.homy-card--yellow { background: #FDF3D9; }
.homy-card--yellow h3, .homy-card--yellow p { color: #4A3038; }
.homy-card--cream { background: #FDF6EE; border: 1px solid #F1E4DA; }
.homy-card--cream h3, .homy-card--cream p { color: #4A3038; }
.homy-card--plum { background: #2E1A22; }
.homy-card--plum h3, .homy-card--plum p { color: #FFFFFF; }

/* ---- supply grid ---- */

.homy-w-supply__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 22px; }
.homy-supply { text-align: center; }
.homy-supply__img {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	padding: 18px;
	margin-bottom: 14px;
}
.homy-supply__img--pink { background: #FCE7F0; }
.homy-supply__img--cream { background: #FDF6EE; border: 1px solid #F1E4DA; }
.homy-supply__img img { width: 100%; max-width: 170px; height: auto; border-radius: 14px; }
.homy-supply h3 { margin: 0 0 8px; font-size: 17px; }
.homy-supply p { margin: 0 0 14px; color: #6B4A55; font-size: 14px; line-height: 1.55; }

.homy-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 20px;
	border-radius: 100px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color .16s ease;
}
.homy-pill--pink { background: #D6006E; color: #FFFFFF !important; }
.homy-pill--pink:hover { background: #A80057; color: #FFFFFF !important; }
.homy-pill--yellow { background: #F2B705; color: #2E1A22 !important; }
.homy-pill--yellow:hover { background: #DDA504; color: #2E1A22 !important; }

/* ---- who + steps ---- */

.homy-w-who__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.homy-tile {
	background: #FDF6EE;
	border: 1px solid #F1E4DA;
	border-radius: 18px;
	padding: 22px 22px 24px;
}
.homy-tile__n { display: block; margin-bottom: 10px; color: #D6006E; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.homy-tile h3 { margin: 0 0 8px; font-size: 16px; line-height: 1.3; }
.homy-tile p { margin: 0; color: #6B4A55; font-size: 14px; line-height: 1.55; }

.homy-w-steps__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.homy-step { position: relative; padding: 26px 24px 26px; background: #FFFFFF; border: 1px solid #F1E4DA; border-radius: 18px; }
.homy-step__n {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	background: #D6006E;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 800;
}
.homy-step h3 { margin: 0 0 8px; font-size: 17px; }
.homy-step p { margin: 0; color: #6B4A55; font-size: 14px; line-height: 1.55; }

/* ---- enquiry band ---- */

.homy-w-enquiry {
	border-radius: 28px;
	padding: 46px;
	background: linear-gradient(135deg, #FCE7F0 0%, #FDF6EE 62%, #FDF3D9 100%);
	scroll-margin-top: 110px;
}
.homy-w-enquiry__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: start; }
.homy-w-enquiry h2 { margin: 0 0 14px; }
.homy-w-enquiry__intro p { margin: 0 0 22px; color: #4A3038; font-size: 15.5px; line-height: 1.65; }
.homy-w-contact { list-style: none; margin: 0; padding: 0; }
.homy-w-contact li { margin: 0 0 14px; color: #4A3038; font-size: 14.5px; line-height: 1.5; }
.homy-w-contact li span { display: block; margin-bottom: 2px; color: #8A6070; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.homy-w-contact a { color: #D6006E !important; font-weight: 600; text-decoration: none !important; }
.homy-w-contact a:hover { text-decoration: underline !important; }

/* ---- form ---- */

.homy-form {
	background: #FFFFFF;
	border: 1px solid #F1E4DA;
	border-radius: 20px;
	padding: 26px 26px 24px;
	box-shadow: 0 20px 44px -30px rgba(46,26,34,.45);
}
.homy-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.homy-form__row.is-wide { grid-column: 1 / -1; }
.homy-form__label { display: block; margin: 0 0 6px; color: #4A3038; font-size: 13px; font-weight: 600; }
.homy-form__req { margin-left: 3px; color: #D6006E; }
.homy-form input[type="text"],
.homy-form input[type="tel"],
.homy-form input[type="email"],
.homy-form input[type="date"],
.homy-form select,
.homy-form textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 13px;
	background: #FDFAF7;
	border: 1px solid #E9D9CC !important;
	border-radius: 10px !important;
	color: #2E1A22;
	font-size: 14.5px;
	line-height: 1.4;
	box-shadow: none !important;
	transition: border-color .16s ease, background-color .16s ease;
}
.homy-form textarea { min-height: 84px; resize: vertical; }
.homy-form input:focus,
.homy-form select:focus,
.homy-form textarea:focus {
	outline: none;
	background: #FFFFFF;
	border-color: #D6006E !important;
	box-shadow: 0 0 0 3px rgba(214,0,110,.12) !important;
}
.homy-form .has-error { border-color: #C62828 !important; background: #FDF3F3; }
.homy-form__checks { display: flex; flex-wrap: wrap; gap: 8px; }
.homy-form__check {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 13px;
	background: #FDF6EE;
	border: 1px solid #EFE0D4;
	border-radius: 100px;
	font-size: 13px;
	color: #4A3038;
	cursor: pointer;
}
.homy-form__check input { accent-color: #D6006E; margin: 0; }
.homy-form__check:hover { border-color: #D6006E; }
.homy-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.homy-form__foot { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 20px; }
.homy-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 30px;
	background: #D6006E;
	color: #FFFFFF;
	border: 0;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
	cursor: pointer;
	transition: background-color .16s ease;
}
.homy-form__submit:hover { background: #A80057; }
.homy-form__submit:disabled { opacity: .6; cursor: default; }
.homy-form__wa {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 22px;
	background: #FFFFFF;
	color: #1F7A3D !important;
	border: 2px solid #1F7A3D;
	border-radius: 100px;
	font-size: 13.5px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color .16s ease, color .16s ease;
}
.homy-form__wa:hover { background: #1F7A3D; color: #FFFFFF !important; }
.homy-form__note { margin: 14px 0 0; color: #8A6070; font-size: 12.5px; line-height: 1.5; }
.homy-form__msg { margin-top: 14px; padding: 12px 15px; border-radius: 12px; font-size: 14px; line-height: 1.5; }
.homy-form__msg.is-ok { background: #EDF7EE; color: #1F6B2C; border: 1px solid #CDE7D2; }
.homy-form__msg.is-error { background: #FDF0F0; color: #9B2226; border: 1px solid #F3D5D5; }
.homy-form__msg[hidden] { display: none !important; }

/* ---- responsive ---- */

@media (max-width: 1024px) {
	.homy-w-hero { padding: 48px 36px 52px; }
	.homy-w-hero__title { font-size: 38px; }
	.homy-w-about { grid-template-columns: 1fr; gap: 32px; }
	.homy-w-enquiry__inner { grid-template-columns: 1fr; gap: 32px; }
	.homy-w-stats { grid-template-columns: repeat(2, 1fr); margin-left: 16px; margin-right: 16px; }
}

@media (max-width: 767px) {
	.homy-w-hero, .homy-w-sec { margin-bottom: 46px; }
	.homy-w-hero { padding: 36px 22px 44px; border-radius: 22px; }
	.homy-w-hero__title { font-size: 30px; }
	.homy-w-hero__lead { font-size: 15.5px; }
	.homy-w-hero__cta .homy-btn { flex: 1 1 100%; }
	.homy-w-stats { grid-template-columns: 1fr 1fr; gap: 10px; margin: -28px 8px 46px; }
	.homy-w-stats li { padding: 14px 14px; }
	.homy-w-stats strong { font-size: 20px; }
	.homy-w-bento { grid-template-columns: 1fr; }
	.homy-card--tall { grid-row: auto; }
	.homy-w-enquiry { padding: 26px 18px; border-radius: 22px; }
	.homy-form { padding: 20px 16px 18px; border-radius: 16px; }
	.homy-form__grid { grid-template-columns: 1fr; }
	.homy-form__foot .homy-form__submit,
	.homy-form__foot .homy-form__wa { flex: 1 1 100%; }
}

/* ---- contact page ---- */

.homy-w-hero--soft { background: linear-gradient(118deg, #7A1140 0%, #D6006E 55%, #F2B705 130%); }
.homy-w-hero--soft::after { background-image: url("https://homyfood.in/wp-content/uploads/2026/09/homy-home-05-location-bg.webp"); opacity: .16; }

.homy-c-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.homy-c-card { background: #FDF6EE; border: 1px solid #F1E4DA; border-radius: 20px; padding: 24px 24px 22px; }
.homy-c-card__label { display: block; margin-bottom: 12px; color: #8A6070; font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.homy-c-card p { margin: 0 0 10px; color: #4A3038; font-size: 14.5px; line-height: 1.6; }
.homy-c-card__big { font-size: 17px !important; font-weight: 700; }
.homy-c-card__big a { color: #D6006E !important; text-decoration: none !important; }
.homy-c-card__hint { color: #8A6070 !important; font-size: 13px !important; }
.homy-c-card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; color: #D6006E !important; font-size: 13.5px; font-weight: 700; text-decoration: none !important; }
.homy-c-card__link::after { content: "\2192"; }
.homy-c-card__link:hover { text-decoration: underline !important; }

.homy-c-map__frame { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid #F1E4DA; aspect-ratio: 16 / 7; }
.homy-c-map__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.homy-c-map + .homy-w-who .homy-tile { display: flex; flex-direction: column; }
.homy-w-who .homy-tile .homy-pill { align-self: flex-start; margin-top: 14px; }

@media (max-width: 767px) {
	.homy-c-map__frame { aspect-ratio: 4 / 3; border-radius: 18px; }
	.homy-c-card { padding: 20px 18px; border-radius: 16px; }
}

/* ---- about page ---- */

.homy-a-hero::after { background-image: url("https://homyfood.in/wp-content/uploads/2026/09/homy-pouring-dosa-batter-into-vessel.webp"); opacity: .18; }

.homy-a-split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.homy-a-split h2 { margin: 0 0 16px; }
.homy-a-split p { margin: 0 0 14px; color: #4A3038; font-size: 15.5px; line-height: 1.65; }

.homy-a-figure { margin: 0; border-radius: 24px; overflow: hidden; border: 1px solid #F1E4DA; }
.homy-a-figure img { display: block; width: 100%; height: auto; max-height: 460px; object-fit: cover; }
.homy-a-figure--tall img { aspect-ratio: 4 / 5; object-fit: cover; max-height: 520px; }

.homy-a-what { display: grid; grid-template-columns: 1fr 1.05fr; gap: 46px; align-items: start; }
.homy-a-what h2 { margin: 0 0 16px; }
.homy-a-what p { margin: 0; color: #4A3038; font-size: 15.5px; line-height: 1.65; }

.homy-a-quote__inner {
	margin: 0;
	padding: 44px 46px;
	background: #FDF6EE;
	border: 1px solid #F1E4DA;
	border-radius: 28px;
	text-align: center;
}
.homy-a-quote blockquote {
	margin: 0 auto 18px;
	max-width: 720px;
	padding: 0;
	border: 0;
	color: #2E1A22;
	font-size: 22px;
	line-height: 1.5;
	font-style: italic;
}
.homy-a-quote figcaption { color: #8A6070; font-size: 13.5px; font-weight: 700; letter-spacing: .04em; }

.homy-a-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.homy-a-two .homy-tile { display: flex; flex-direction: column; padding: 26px 26px 28px; }
.homy-a-two .homy-tile p { flex: 1 1 auto; }
.homy-a-two .homy-pill { align-self: flex-start; margin-top: 16px; }

.homy-a-visit__inner { grid-template-columns: 1.1fr .9fr; align-items: center; }
.homy-a-visit__cta { margin-top: 20px; gap: 10px; }

@media (max-width: 1024px) {
	.homy-a-split, .homy-a-what { grid-template-columns: 1fr; gap: 30px; }
	.homy-a-visit__inner { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.homy-a-two { grid-template-columns: 1fr; }
	.homy-a-quote__inner { padding: 28px 20px; border-radius: 20px; }
	.homy-a-quote blockquote { font-size: 18px; }
	.homy-a-figure { border-radius: 18px; }
	.homy-a-figure img { max-height: 320px; }
	.homy-a-figure--tall img { aspect-ratio: 4 / 3; max-height: 300px; }
}

/* ---- shop archive banner ---- */

.entry-hero.product-archive-hero-section .entry-hero-container-inner {
	background-color: transparent !important;
	background-image: none !important;
	padding: 0 !important;
}
.entry-hero.product-archive-hero-section .hero-container { padding-top: 26px; padding-bottom: 6px; }
.entry-hero.product-archive-hero-section .entry-header { min-height: 0 !important; display: block !important; }

/* homy-shop-hero width match: same inner box as the About page banner */
.homy-shop-hero {
	width: calc(100% - 48px);
	max-width: 1242px;
	margin: 0 auto !important;
}
.homy-shop-hero::after { background-image: url("https://homyfood.in/wp-content/uploads/2026/09/homy-idly-and-dosa-on-table.webp"); opacity: .18; }
.homy-shop-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22140%22%20height%3D%22140%22%20viewBox%3D%220%200%20140%20140%22%3E%3Cg%20fill%3D%22%23FFFFFF%22%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2230%22%20rx%3D%222.5%22%20ry%3D%226.4%22%20transform%3D%22rotate%28-30%2024%2030%29%22%2F%3E%3Cellipse%20cx%3D%2272%22%20cy%3D%2218%22%20rx%3D%222.5%22%20ry%3D%226.4%22%20transform%3D%22rotate%2820%2072%2018%29%22%2F%3E%3Cellipse%20cx%3D%22116%22%20cy%3D%2244%22%20rx%3D%222.5%22%20ry%3D%226.4%22%20transform%3D%22rotate%28-55%20116%2044%29%22%2F%3E%3Cellipse%20cx%3D%2244%22%20cy%3D%2264%22%20rx%3D%222.5%22%20ry%3D%226.4%22%20transform%3D%22rotate%2845%2044%2064%29%22%2F%3E%3Cellipse%20cx%3D%2292%22%20cy%3D%2288%22%20rx%3D%222.5%22%20ry%3D%226.4%22%20transform%3D%22rotate%28-15%2092%2088%29%22%2F%3E%3Cellipse%20cx%3D%22124%22%20cy%3D%22110%22%20rx%3D%222.5%22%20ry%3D%226.4%22%20transform%3D%22rotate%2830%20124%20110%29%22%2F%3E%3Cellipse%20cx%3D%2220%22%20cy%3D%2296%22%20rx%3D%222.5%22%20ry%3D%226.4%22%20transform%3D%22rotate%2865%2020%2096%29%22%2F%3E%3Cellipse%20cx%3D%2266%22%20cy%3D%22124%22%20rx%3D%222.5%22%20ry%3D%226.4%22%20transform%3D%22rotate%28-40%2066%20124%29%22%2F%3E%3Cellipse%20cx%3D%22104%22%20cy%3D%2220%22%20rx%3D%222.5%22%20ry%3D%226.4%22%20transform%3D%22rotate%288%20104%2020%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/140px 140px repeat;
	opacity: .10;
	z-index: 1;
	pointer-events: none;
}
.homy-shop-hero .homy-w-hero__body { z-index: 2; }
.homy-shop-hero .homy-w-hero__title { margin-bottom: 14px !important; font-size: 42px; }

@media (max-width: 767px) {
	.entry-hero.product-archive-hero-section .hero-container { padding-top: 16px; }
	.homy-shop-hero .homy-w-hero__title { font-size: 28px; }
}

/* ---- page banners: fixed 240px band, title only ---- */

.homy-w-hero {
	min-height: 240px;
	display: flex;
	align-items: center;
	padding: 24px 56px !important;
}
.homy-w-hero__body { width: 100%; max-width: 820px; }
.homy-w-hero__title,
.homy-shop-hero .homy-w-hero__title { margin-bottom: 0 !important; }

@media (max-width: 1024px) {
	.homy-w-hero { padding: 22px 36px !important; }
}

@media (max-width: 767px) {
	.homy-w-hero { padding: 20px 22px !important; }
}

/* ---- banner with an inline CTA (wholesale) ---- */

.homy-w-hero__body--split {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	max-width: none;
}
.homy-w-hero__headings { max-width: 640px; }
.homy-w-hero__action { flex: 0 0 auto; white-space: nowrap; }

@media (max-width: 900px) {
	.homy-w-hero__body--split { flex-direction: column; align-items: flex-start; gap: 12px; }
	.homy-w-hero__action { min-height: 42px; padding: 9px 20px; font-size: 13.5px; }
	.homy-w-hero--cta { padding: 16px 36px !important; }
}

@media (max-width: 767px) {
	.homy-w-hero--cta { padding: 16px 22px !important; }
	.homy-w-hero--cta .homy-w-hero__title { font-size: 25px; }
	.homy-w-hero--cta .homy-w-eyebrow { margin-bottom: 10px; }
}


/* ---- shop: product name typeface ---- */

.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title a {
	font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: -0.005em;
}

/* ---- shop grid on phones: two per row, smaller image ---- */

@media (max-width: 767px) {
	.woocommerce ul.products.grid-cols {
		grid-template-columns: 1fr 1fr !important;
		gap: 14px !important;
	}
	.woocommerce ul.products li.product .entry-content-wrap { padding: .7rem .7rem 0 !important; }
	.woocommerce ul.products li.product .product-action-wrap { padding: .7rem .7rem .8rem !important; }
	.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
		font-size: 13.5px !important;
		line-height: 1.3 !important;
		height: 53px !important;
		min-height: 53px !important;
		max-height: 53px !important;
		margin-bottom: 6px !important;
	}
	.woocommerce ul.products li.product .price { font-size: 14px !important; }
	.woocommerce ul.products li.product .homy-cta { --h: 40px; }
	.woocommerce ul.products li.product .homy-cta__add,
	.woocommerce ul.products li.product .homy-cta__qty { font-size: 12.5px; border-radius: 9px; }
	.woocommerce ul.products li.product .homy-cta__step { width: 34px; font-size: 17px; }
	.woocommerce ul.products li.product .homy-cta__num { font-size: 14px; }
}

/* ---- contrast guarantees: card text must never inherit page paragraph colour ---- */

.homy-card--pink h3,
.homy-card--pink p,
.homy-card--pink li,
.homy-card--pink strong,
.homy-card--plum h3,
.homy-card--plum p,
.homy-card--plum li,
.homy-card--plum strong { color: #FFFFFF !important; }

.homy-card--pink a,
.homy-card--plum a { color: #FFFFFF !important; text-decoration: underline; }

.homy-card--yellow h3,
.homy-card--yellow p,
.homy-card--yellow li,
.homy-card--cream h3,
.homy-card--cream p,
.homy-card--cream li { color: #4A3038 !important; }

/* ---- supply cards: every button on one baseline ---- */

.homy-w-supply__grid { align-items: stretch; }
.homy-supply {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.homy-supply__img {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	margin-bottom: 14px;
	padding: 0;
	flex: 0 0 auto;
	overflow: hidden;
}
.homy-supply__img img {
	position: absolute;
	top: 18px;
	right: 18px;
	bottom: 18px;
	left: 18px;
	margin: auto;
	width: auto;
	height: auto;
	max-width: calc(100% - 36px);
	max-height: calc(100% - 36px);
	object-fit: contain;
}
.homy-supply h3 { min-height: 0; }
.homy-supply p { flex: 1 1 auto; }
.homy-supply .homy-pill { align-self: center; margin-top: auto; }

/* one pill colour across the supply row */
.homy-supply .homy-pill--yellow { background: #D6006E; color: #FFFFFF !important; }
.homy-supply .homy-pill--yellow:hover { background: #A80057; color: #FFFFFF !important; }

/* ---- theme corrections: the Pantry palette leaves yellow as a text colour ---- */

.woocommerce-message,
.woocommerce-info,
.woocommerce-noreviews,
.woocommerce-message a:not(.button),
.woocommerce-info a:not(.button) { color: #2E1A22 !important; }
.woocommerce-message { background-color: #FDF6EE !important; border-top-color: #1F7A3D !important; }
.woocommerce-info { background-color: #FDF6EE !important; border-top-color: #D6006E !important; }
.woocommerce-error { background-color: #FDF0F0 !important; color: #9B2226 !important; border-top-color: #C62828 !important; }
.woocommerce-error a { color: #9B2226 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #6B4A55 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { color: #2E1A22 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom-color: #D6006E !important; }

.woocommerce div.product .product_meta,
.woocommerce div.product .product_meta .sku_wrapper,
.woocommerce div.product .product_meta .sku { color: #6B4A55 !important; font-size: 12.5px !important; }

.woocommerce .required,
.woocommerce abbr.required,
.woocommerce span.required { color: #C62828 !important; }

/* ---- legal pages: readable line length ---- */

body.page-id-3 .entry-content.single-content > *:not(.homy-w-hero),
body.page-id-11 .entry-content.single-content > *:not(.homy-w-hero),
body.page-id-933 .entry-content.single-content > *:not(.homy-w-hero) {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
body.page-id-3 .entry-content.single-content h2,
body.page-id-11 .entry-content.single-content h2,
body.page-id-933 .entry-content.single-content h2 {
	margin-top: 40px;
	font-size: 24px;
	line-height: 1.3;
}
body.page-id-3 .entry-content.single-content p,
body.page-id-11 .entry-content.single-content p,
body.page-id-933 .entry-content.single-content p,
body.page-id-3 .entry-content.single-content li,
body.page-id-11 .entry-content.single-content li,
body.page-id-933 .entry-content.single-content li {
	color: #4A3038;
	font-size: 15.5px;
	line-height: 1.7;
}

/* ---- card grids: every CTA on one baseline, one CTA colour ---- */

.homy-w-who__grid,
.homy-a-two,
.homy-w-supply__grid { align-items: stretch; }

.homy-w-who .homy-tile,
.homy-a-two .homy-tile,
.homy-w-who__grid > .homy-tile {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.homy-w-who .homy-tile p,
.homy-a-two .homy-tile p {
	flex: 1 1 auto;
	margin-bottom: 14px;
}
.homy-w-who .homy-tile .homy-pill,
.homy-a-two .homy-tile .homy-pill,
.homy-c-map + .homy-w-who .homy-tile .homy-pill {
	align-self: flex-start;
	margin-top: auto;
}

/* one CTA colour: the yellow pill was reading as an inconsistency next to the pink one */
.homy-pill--yellow { background: #D6006E; color: #FFFFFF !important; }
.homy-pill--yellow:hover { background: #A80057; color: #FFFFFF !important; }

/* ---- banner eyebrow: must read on any background image ---- */

.homy-w-eyebrow {
	background: #2E1A22;
	border: 1px solid rgba(255, 255, 255, .38);
	color: #FFFFFF !important;
}
.homy-w-hero::after { opacity: .16; }

/* hero title scrim: keeps the title readable over any background image */
.homy-w-hero__title { text-shadow: 0 2px 16px rgba(46, 26, 34, .5); }


/* ---- homy-gallery: main image plus square thumbnails ---- */

.woocommerce div.product .homy-gallery .woocommerce-product-gallery__wrapper {
	display: block !important;
	margin: 0 !important;
	width: auto !important;
}
.woocommerce div.product .homy-gallery .woocommerce-product-gallery__image { display: none !important; }
.woocommerce div.product .homy-gallery .woocommerce-product-gallery__image.is-active { display: block !important; }
.woocommerce div.product .homy-gallery .woocommerce-product-gallery__image {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
.woocommerce div.product .homy-gallery .woocommerce-product-gallery__image img {
	/* Kadence sizes every gallery image after the first to 65px tall. */
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: none !important;
	object-fit: contain;
	margin: 0 !important;
	border-radius: 14px;
}

@media (max-width: 767px) {
	/* One column here, so the image takes the column width but never grows so
	 * tall that the price and the add button fall below the fold. */
	.woocommerce div.product .homy-gallery .woocommerce-product-gallery__image img {
		width: 100% !important;
		max-width: 420px !important;
		max-height: none !important;
		margin: 0 auto !important;
	}
}

.homy-gal-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}
.homy-gal-thumb {
	width: 64px;
	height: 64px;
	padding: 0;
	margin: 0;
	border: 1px solid #F1E4DA;
	border-radius: 10px;
	overflow: hidden;
	background: none;
	cursor: pointer;
	opacity: .62;
	transition: opacity .16s ease, border-color .16s ease;
}
.homy-gal-thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
	border-radius: 0;
	margin: 0 !important;
	max-height: none !important;
}
.homy-gal-thumb.is-active,
.homy-gal-thumb:hover { opacity: 1; border-color: #D6006E; }
.homy-gal-thumb:focus-visible { outline: 3px solid #F2B705; outline-offset: 2px; }

@media (max-width: 767px) {
	.homy-gal-thumbs { justify-content: center; gap: 8px; margin-top: 8px; }
	.homy-gal-thumb { width: 48px; height: 48px; }
}

/* ---- mobile: buy control before the blurb ---- *
 * The short description is useful but secondary: on a phone the price and the
 * Add to cart control should land above the fold ahead of it.
 */

@media (max-width: 767px) {
	.woocommerce div.product div.summary {
		display: flex;
		flex-direction: column;
	}
	.woocommerce div.product div.summary > .product_title { order: 1; }
	.woocommerce div.product div.summary > .price { order: 2; }
	.woocommerce div.product div.summary > .homy-stock { order: 3; }
	.woocommerce div.product div.summary > form.cart { order: 4; }
	.woocommerce div.product div.summary > .woocommerce-product-details__short-description { order: 5; margin-top: 14px !important; }
	.woocommerce div.product div.summary > .homy-buybox { order: 6; }
	.woocommerce div.product div.summary > .product_meta { order: 7; }
}

/* ================================================================== *
 * Account link in the main menu
 * ================================================================== */

.homy-account-item > a {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	padding: 8px 16px !important;
	border: 1.5px solid #F1E4DA;
	border-radius: 999px;
	color: #A80057 !important;
	background: #FFFFFF;
	font-weight: 600;
	line-height: 1.1;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.homy-account-item > a:hover,
.homy-account-item > a:focus-visible {
	background: #D6006E;
	border-color: #D6006E;
	color: #FFFFFF !important;
}
.homy-account-item > a:focus-visible { outline: 3px solid #F2B705; outline-offset: 2px; }
.homy-account-icon { flex: none; }
.homy-account-label { white-space: nowrap; }

/* Kadence draws an underline sweep on menu links that makes no sense on a
 * pill, so it is switched off here. */
.homy-account-item > a::before,
.homy-account-item > a::after { display: none !important; content: none !important; }

#mobile-menu .homy-account-item > a {
	justify-content: center;
	margin: 10px 0 0;
	padding: 12px 18px !important;
}

@media (max-width: 1024px) {
	.homy-account-item > a { padding: 7px 13px !important; }
}
/* ================================================================== *
 * My Account: layout and side navigation
 * ================================================================== */

.homy-account-page .woocommerce-MyAccount-navigation,
.homy-account-page .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.homy-account-page.logged-in .woocommerce {
	display: grid;
	grid-template-columns: 236px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}
/* Kadence wraps the nav in .account-navigation-wrap and can place it on the
 * right, so the grid children are the wrapper and the content. */
.homy-account-page .account-navigation-wrap {
	order: 1;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.homy-account-page.logged-in .woocommerce-MyAccount-navigation { order: 1; }
.homy-account-page.logged-in .woocommerce-MyAccount-content { order: 2; min-width: 0; }

.homy-account-page .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 8px;
	border: 1px solid #F1E4DA;
	border-radius: 16px;
	background: #FFFFFF;
}
.homy-account-page .woocommerce-MyAccount-navigation li { margin: 0; }
.homy-account-page .woocommerce-MyAccount-navigation li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 13px;
	border-radius: 11px;
	color: #4A3038;
	font-weight: 600;
	text-decoration: none;
	transition: background .16s ease, color .16s ease;
}
/* Hover is the lighter cream tint so it stays distinct from the current page,
 * which gets the soft pink plus a small accent bar rather than a solid block. */
.homy-account-page .woocommerce-MyAccount-navigation li a:hover { background: #FDF6EE; color: #A80057; }
.homy-account-page .woocommerce-MyAccount-navigation li.is-active a {
	position: relative;
	background: #FCE7F0;
	color: #A80057;
	font-weight: 700;
}
/* No accent bar. The tint, the weight and the pink icon carry the state on
 * their own, and the bar read as a dark smudge against the card border. */
.homy-account-page .woocommerce-MyAccount-navigation li a:focus-visible { outline: 3px solid #F2B705; outline-offset: 1px; }

/* Icons ride on a mask so they inherit the link colour in every state. */
.homy-account-page .woocommerce-MyAccount-navigation li a::before {
	content: "";
	flex: none;
	width: 18px;
	height: 18px;
	background: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.homy-account-page .woocommerce-MyAccount-navigation-link--dashboard a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5.5 9.5V20h13V9.5'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5.5 9.5V20h13V9.5'/%3E%3C/svg%3E");
}
.homy-account-page .woocommerce-MyAccount-navigation-link--orders a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='14' rx='2'/%3E%3Cpath d='M8.5 6V4.5h7V6'/%3E%3Cpath d='M8 11h8M8 15h5'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='14' rx='2'/%3E%3Cpath d='M8.5 6V4.5h7V6'/%3E%3Cpath d='M8 11h8M8 15h5'/%3E%3C/svg%3E");
}.homy-account-page .woocommerce-MyAccount-navigation-link--edit-address a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.6 7-11a7 7 0 1 0-14 0c0 5.4 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.6 7-11a7 7 0 1 0-14 0c0 5.4 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.6'/%3E%3C/svg%3E");
}
.homy-account-page .woocommerce-MyAccount-navigation-link--edit-account a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4.8 20c.9-3.4 3.8-5.6 7.2-5.6s6.3 2.2 7.2 5.6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4.8 20c.9-3.4 3.8-5.6 7.2-5.6s6.3 2.2 7.2 5.6'/%3E%3C/svg%3E");
}
.homy-account-page .woocommerce-MyAccount-navigation-link--customer-logout a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 4.5H6.5v15H14'/%3E%3Cpath d='M17 8.5 20.5 12 17 15.5'/%3E%3Cpath d='M20 12h-9'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 4.5H6.5v15H14'/%3E%3Cpath d='M17 8.5 20.5 12 17 15.5'/%3E%3Cpath d='M20 12h-9'/%3E%3C/svg%3E");
}
.homy-account-page .woocommerce-MyAccount-navigation-link--customer-logout a { color: #6B4A55; }

@media (max-width: 860px) {
	.homy-account-page.logged-in .woocommerce { grid-template-columns: 1fr; gap: 20px; }
	.homy-account-page .account-navigation-wrap { order: 1; }
	.homy-account-page .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		overflow: visible;
		border-radius: 14px;
	}
	/* Two columns rather than a hidden horizontal scroller. Every link is
	 * visible, including Log out, which sits on its own full width row. */
	.homy-account-page .woocommerce-MyAccount-navigation li a {
		white-space: normal;
		padding: 11px 12px;
		font-size: 15px;
		line-height: 1.25;
	}
	.homy-account-page .woocommerce-MyAccount-navigation li:last-child { grid-column: 1 / -1; }
}
/* ================================================================== *
 * My Account: dashboard
 * ================================================================== */

.homy-acct__head { margin-bottom: 20px; }
.homy-acct__eyebrow {
	margin: 0 0 4px;
	font-size: .74rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: 700;
	color: #8A6070;
}
.homy-acct__hello { margin: 0 0 6px; font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2rem); line-height: 1.15; color: #2E1A22; }
.homy-acct__sub { margin: 0; color: #6B4A55; max-width: 52ch; }

.homy-acct__card {
	padding: 20px;
	border: 1px solid #F1E4DA;
	border-radius: 18px;
	background: #FFFFFF;
	margin-bottom: 22px;
}
.homy-acct__last-top {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
	justify-content: space-between;
}
.homy-acct__label {
	margin: 0 0 3px;
	font-size: .74rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 700;
	color: #8A6070;
}
.homy-acct__ordno { margin: 0; font-weight: 700; font-size: 1.12rem; color: #2E1A22; }
.homy-acct__meta { margin: 2px 0 0; font-size: .9rem; color: #6B4A55; }
.homy-acct__lines { margin: 14px 0 0; color: #4A3038; }
.homy-acct__total { margin: 6px 0 0; font-weight: 700; font-size: 1.15rem; color: #2E1A22; }
.homy-acct__total .amount { color: inherit; }

.homy-account-page .homy-pill {
	display: inline-block;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .02em;
	background: #FCE7F0;
	color: #A80057;
	white-space: nowrap;
}
.homy-account-page .homy-pill--completed { background: #E3F4E8; color: #1F6B3A; }
.homy-account-page .homy-pill--processing { background: #FFF2CF; color: #7A5600; }
.homy-account-page .homy-pill--cancelled,
.homy-account-page .homy-pill--failed,
.homy-account-page .homy-pill--refunded { background: #F4E6E6; color: #8A2323; }

.homy-acct__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.homy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 11px 22px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
	border: 1.5px solid transparent;
	transition: background .16s ease, color .16s ease, border-color .16s ease;
}
.homy-btn--primary { background: #D6006E; color: #FFFFFF !important; }
.homy-btn--primary:hover { background: #A80057; }
.homy-btn--ghost { background: #FFFFFF; color: #A80057 !important; border-color: #F1E4DA; }
.homy-btn--ghost:hover { border-color: #D6006E; background: #FCE7F0; }
.homy-btn:focus-visible { outline: 3px solid #F2B705; outline-offset: 2px; }

.homy-acct__empty .homy-btn { margin-top: 16px; }
/* ---- dashboard tiles ---- */

.homy-acct__tiles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 14px;
}
.homy-tile {
	display: block;
	padding: 18px;
	border: 1px solid #F1E4DA;
	border-radius: 16px;
	background: #FFFFFF;
	text-decoration: none !important;
	transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.homy-tile:hover {
	border-color: #D6006E;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(46, 26, 34, .08);
}
.homy-tile:focus-visible { outline: 3px solid #F2B705; outline-offset: 2px; }
.homy-tile__icon {
	display: block;
	width: 26px;
	height: 26px;
	margin-bottom: 10px;
	background: #D6006E;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.homy-tile__title { display: block; font-weight: 700; color: #2E1A22; margin-bottom: 3px; }
.homy-tile__desc { display: block; font-size: .9rem; color: #6B4A55; line-height: 1.45; }

.homy-tile__icon--orders {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='14' rx='2'/%3E%3Cpath d='M8.5 6V4.5h7V6'/%3E%3Cpath d='M8 11h8M8 15h5'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='14' rx='2'/%3E%3Cpath d='M8.5 6V4.5h7V6'/%3E%3Cpath d='M8 11h8M8 15h5'/%3E%3C/svg%3E");
}
.homy-tile__icon--address {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.6 7-11a7 7 0 1 0-14 0c0 5.4 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.6 7-11a7 7 0 1 0-14 0c0 5.4 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.6'/%3E%3C/svg%3E");
}
.homy-tile__icon--details {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4.8 20c.9-3.4 3.8-5.6 7.2-5.6s6.3 2.2 7.2 5.6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4.8 20c.9-3.4 3.8-5.6 7.2-5.6s6.3 2.2 7.2 5.6'/%3E%3C/svg%3E");
}
.homy-tile__icon--shop {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l-1.2 11.2a1.5 1.5 0 0 1-1.5 1.3H7.7a1.5 1.5 0 0 1-1.5-1.3Z'/%3E%3Cpath d='M9 10V7a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l-1.2 11.2a1.5 1.5 0 0 1-1.5 1.3H7.7a1.5 1.5 0 0 1-1.5-1.3Z'/%3E%3Cpath d='M9 10V7a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E");
}
/* ---- orders table ---- */

.homy-account-page .woocommerce-orders-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #F1E4DA;
	border-radius: 16px;
	overflow: hidden;
	background: #FFFFFF;
}
.homy-account-page .woocommerce-orders-table th {
	background: #FDF6EE;
	color: #8A6070;
	font-size: .76rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 13px 14px;
	text-align: left;
	border: 0;
}
.homy-account-page .woocommerce-orders-table td {
	padding: 15px 14px;
	border: 0;
	border-top: 1px solid #F1E4DA;
	color: #4A3038;
	vertical-align: middle;
}
.homy-account-page .woocommerce-orders-table__cell-order-actions { text-align: right; white-space: nowrap; }
.homy-account-page .woocommerce-orders-table .button {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 18px;
	border-radius: 999px;
	background: #FFFFFF;
	color: #A80057;
	border: 1.5px solid #F1E4DA;
	font-weight: 700;
}
.homy-account-page .woocommerce-orders-table .button:hover { border-color: #D6006E; background: #FCE7F0; color: #A80057; }

/* The stacked card view below the table breakpoint. */
@media (max-width: 700px) {
	.homy-account-page .woocommerce-orders-table { border: 0; background: none; }
	.homy-account-page .woocommerce-orders-table thead { display: none; }
	.homy-account-page .woocommerce-orders-table tr {
		display: block;
		margin-bottom: 12px;
		padding: 14px 16px;
		border: 1px solid #F1E4DA;
		border-radius: 14px;
		background: #FFFFFF;
	}
	.homy-account-page .woocommerce-orders-table td {
		display: flex;
		justify-content: space-between;
		gap: 14px;
		padding: 6px 0;
		border: 0;
		text-align: right;
	}
	.homy-account-page .woocommerce-orders-table td::before {
		content: attr(data-title);
		font-weight: 700;
		color: #8A6070;
		text-align: left;
	}
	.homy-account-page .woocommerce-orders-table__cell-order-actions { justify-content: flex-end; padding-top: 12px !important; }
	.homy-account-page .woocommerce-orders-table__cell-order-actions::before { display: none; }
}

/* ---- addresses ---- */

.homy-account-page .woocommerce-Addresses { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.homy-account-page .woocommerce-Address {
	width: auto !important;
	float: none !important;
	padding: 18px;
	border: 1px solid #F1E4DA;
	border-radius: 16px;
	background: #FFFFFF;
}
.homy-account-page .woocommerce-Address-title h2,
.homy-account-page .woocommerce-Address-title h3 { margin: 0; font-size: 1.1rem; color: #2E1A22; }
.homy-account-page .woocommerce-Address-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.homy-account-page .woocommerce-Address address { font-style: normal; color: #4A3038; line-height: 1.6; }
/* ---- login and register, logged out ---- */

/* WooCommerce nests the two forms inside .u-columns > .u-column1 / .u-column2,
 * so the grid belongs on that wrapper rather than on .woocommerce. */
.homy-account-page .woocommerce .u-columns.col2-set {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 20px;
	align-items: start;
}
.homy-account-page .woocommerce .u-columns.col2-set::before,
.homy-account-page .woocommerce .u-columns.col2-set::after { display: none !important; content: none !important; }

/* The Login and Register headings belong inside their own card. */
.homy-account-page .u-column1 > h2,
.homy-account-page .u-column2 > h2 {
	margin: 0 0 12px;
	font-size: 1.25rem;
	color: #2E1A22;
}
.homy-account-page .u-column1,
.homy-account-page .u-column2 {
	padding: 24px;
	border: 1px solid #F1E4DA;
	border-radius: 18px;
	background: #FFFFFF;
}
.homy-account-page .u-column1 form.woocommerce-form,
.homy-account-page .u-column2 form.woocommerce-form {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: none;
}
.homy-account-page .woocommerce-form-login,
.homy-account-page .woocommerce-form-register {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 24px !important;
	border: 1px solid #F1E4DA !important;
	border-radius: 18px;
	background: #FFFFFF;
}
.homy-account-page .u-column1,
.homy-account-page .u-column2 { width: auto !important; float: none !important; margin: 0 !important; }
.homy-account-page .woocommerce h2 { margin: 0 0 14px; font-size: 1.3rem; color: #2E1A22; }

.homy-account-page .woocommerce form .form-row { display: block; margin-bottom: 14px; padding: 0; }
.homy-account-page .woocommerce form .form-row label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #4A3038;
}
.homy-account-page .woocommerce form .form-row input.input-text,
.homy-account-page .woocommerce form .form-row input[type="text"],
.homy-account-page .woocommerce form .form-row input[type="email"],
.homy-account-page .woocommerce form .form-row input[type="password"],
.homy-account-page .woocommerce form .form-row input[type="tel"],
.homy-account-page .woocommerce form .form-row select {
	width: 100%;
	min-height: 46px;
	padding: 11px 14px;
	border: 1.5px solid #F1E4DA;
	border-radius: 11px;
	background: #FFFFFF;
	color: #2E1A22;
}
.homy-account-page .woocommerce form .form-row input:focus,
.homy-account-page .woocommerce form .form-row select:focus {
	border-color: #D6006E;
	outline: 3px solid rgba(214, 0, 110, .16);
	outline-offset: 0;
}
.homy-account-page .woocommerce form .form-row .required { color: #A80057; text-decoration: none; }

.homy-account-page .woocommerce form button.button,
.homy-account-page .woocommerce button.woocommerce-Button,
.homy-account-page .woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 26px;
	border: 0;
	border-radius: 999px;
	background: #D6006E;
	color: #FFFFFF;
	font-weight: 700;
}
.homy-account-page .woocommerce form button.button:hover,
.homy-account-page .woocommerce button.woocommerce-Button:hover,
.homy-account-page .woocommerce input.button:hover { background: #A80057; color: #FFFFFF; }

.homy-account-page .woocommerce-form-login__rememberme { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; }
.homy-account-page .woocommerce-LostPassword { margin: 12px 0 0; }
.homy-account-page .woocommerce-LostPassword a { color: #A80057; }
.homy-account-page .woocommerce-privacy-policy-text p { font-size: .88rem; color: #6B4A55; }

/* The account area sits on the cream ground, so cards need the contrast. */
.homy-account-page .entry-content > .woocommerce { margin-top: 8px; }
/* Kadence puts a Gravatar block above the nav whose only link goes off to
 * gravatar.com. Customers do not need that, and the dashboard already greets
 * them by name. */
.homy-account-page .kadence-account-avatar { display: none !important; }
/* A grid track sized 1fr still refuses to shrink below its content's min-content
 * width, and the mobile nav is a nowrap scroller, so every track and every grid
 * child needs an explicit zero minimum or the column grows past the screen. */
.homy-account-page .account-navigation-wrap,
.homy-account-page .woocommerce-MyAccount-navigation,
.homy-account-page .woocommerce-MyAccount-content,
.homy-account-page .homy-acct { min-width: 0; max-width: 100%; }

@media (max-width: 860px) {
	.homy-account-page.logged-in .woocommerce { grid-template-columns: minmax(0, 1fr) !important; }
}
/* The mobile drawer forces its own cream link colour, which rendered the pill
 * as cream text on white. In the drawer the pill goes solid pink instead, and
 * the colour is pinned on the link, the label and the icon so nothing inherits
 * the drawer's colour back. */
#mobile-menu li.homy-account-item > a,
.mobile-navigation li.homy-account-item > a {
	background: #D6006E !important;
	border-color: #D6006E !important;
}
#mobile-menu li.homy-account-item > a,
#mobile-menu li.homy-account-item > a .homy-account-label,
#mobile-menu li.homy-account-item > a .homy-account-icon,
.mobile-navigation li.homy-account-item > a,
.mobile-navigation li.homy-account-item > a .homy-account-label,
.mobile-navigation li.homy-account-item > a .homy-account-icon {
	color: #FFFFFF !important;
}
#mobile-menu li.homy-account-item > a:hover,
#mobile-menu li.homy-account-item > a:focus-visible {
	background: #A80057 !important;
	border-color: #A80057 !important;
}
/* ================================================================== *
 * Basket link in the main menu
 * ================================================================== */

.homy-cart-item > a {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	width: 42px;
	height: 42px;
	padding: 0 !important;
	justify-content: center;
	border: 1.5px solid #F1E4DA;
	border-radius: 999px;
	color: #A80057 !important;
	background: #FFFFFF;
	line-height: 1;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.homy-cart-item > a:hover,
.homy-cart-item > a:focus-visible {
	background: #D6006E;
	border-color: #D6006E;
	color: #FFFFFF !important;
}
.homy-cart-item > a:focus-visible { outline: 3px solid #F2B705; outline-offset: 2px; }
.homy-cart-item > a::before,
.homy-cart-item > a::after { display: none !important; content: none !important; }
.homy-cart-icon { flex: none; }

/* The word only shows in the mobile drawer, where a bare icon in a list of
 * text links reads as a mistake. */
.homy-cart-label { display: none; }

.homy-cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	min-width: 21px;
	height: 21px;
	padding: 0 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #D6006E;
	color: #FFFFFF;
	font-size: .72rem;
	font-weight: 700;
	line-height: 1;
	border: 2px solid #FDF6EE;
}
.homy-cart-count.is-empty { display: none; }
.homy-cart-item > a:hover .homy-cart-count { background: #2E1A22; }

/* Basket and account sit together at the end of the row. */
#primary-menu .homy-cart-item { margin-left: 6px; }
#primary-menu .homy-account-item { margin-left: 8px; }

@media (max-width: 1024px) {
	.homy-cart-item > a { width: 38px; height: 38px; }
}
/* In the drawer the basket becomes a full width row with its label, matching
 * the account pill, and the drawer's own cream link colour is overridden the
 * same way. */
#mobile-menu li.homy-cart-item > a,
.mobile-navigation li.homy-cart-item > a {
	width: auto;
	height: auto;
	min-height: 44px;
	padding: 12px 18px !important;
	margin: 10px 0 0;
	justify-content: center;
	background: #FFFFFF !important;
	border-color: #FFFFFF !important;
}
#mobile-menu li.homy-cart-item > a,
#mobile-menu li.homy-cart-item > a .homy-cart-label,
#mobile-menu li.homy-cart-item > a .homy-cart-icon,
.mobile-navigation li.homy-cart-item > a,
.mobile-navigation li.homy-cart-item > a .homy-cart-label,
.mobile-navigation li.homy-cart-item > a .homy-cart-icon {
	color: #A80057 !important;
}
#mobile-menu li.homy-cart-item > a:hover,
#mobile-menu li.homy-cart-item > a:focus-visible {
	background: #FCE7F0 !important;
	border-color: #FCE7F0 !important;
}
#mobile-menu .homy-cart-label,
.mobile-navigation .homy-cart-label { display: inline; font-weight: 600; }
#mobile-menu .homy-cart-count,
.mobile-navigation .homy-cart-count {
	position: static;
	margin-left: 8px;
	border-color: transparent;
	color: #FFFFFF !important;
}

/* Kadence hides text meant only for screen readers via this class in some
 * contexts but not others, so it is pinned here. */
.homy-cart-count .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
/* Kadence's own nav link sizing wins over the plain class selector, so the
 * round basket button is pinned at a higher specificity. Measured at 21px wide
 * before this. */
#primary-menu li.homy-cart-item > a,
.header-navigation li.homy-cart-item > a,
li.homy-cart-item > a {
	flex: none;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	#primary-menu li.homy-cart-item > a,
	.header-navigation li.homy-cart-item > a {
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
	}
}

/* The drawer row is a full width pill, so the fixed square does not apply. */
#mobile-menu li.homy-cart-item > a,
.mobile-navigation li.homy-cart-item > a {
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 44px !important;
}
/* Both drawer rows run the full width of the panel. Measured at 148px against
 * the account pill's 290px before this. */
#mobile-menu li.homy-cart-item > a,
#mobile-menu li.homy-account-item > a,
.mobile-navigation li.homy-cart-item > a,
.mobile-navigation li.homy-account-item > a {
	display: flex !important;
	width: 100% !important;
	box-sizing: border-box;
}

/* Kadence keeps a 40px right padding on the account content, left over from its
 * float layout where the nav sat on the right. Under the grid it is dead space
 * that pulled every card 40px short of the column edge. */
.homy-account-page .woocommerce-MyAccount-content { padding: 0 !important; }
/* ---- account details form ---- */

/* The password fieldset shipped with a grey 1px border and a 2px side margin,
 * which sat off the column edge and off the palette. */
.homy-account-page .woocommerce-EditAccountForm fieldset {
	margin: 22px 0 0 !important;
	padding: 20px !important;
	border: 1px solid #F1E4DA !important;
	border-radius: 16px;
	background: #FFFFFF;
}
.homy-account-page .woocommerce-EditAccountForm fieldset legend {
	padding: 0 8px;
	margin-left: -8px;
	font-size: .78rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 700;
	color: #8A6070;
}
.homy-account-page .woocommerce-EditAccountForm fieldset .form-row:last-child { margin-bottom: 0; }

/* The eye toggle was a 19px target. The icon keeps its size, the tappable area
 * does not. */
.homy-account-page .woocommerce-password-strength,
.homy-account-page .show-password-input {
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: 0;
	cursor: pointer;
}
.homy-account-page .woocommerce-password-strength { position: static; transform: none; width: auto; height: auto; display: block; }
.homy-account-page .password-input { position: relative; display: block; }
.homy-account-page .password-input input.input-text { padding-right: 52px !important; }
.homy-account-page .show-password-input:focus-visible { outline: 3px solid #F2B705; outline-offset: -3px; border-radius: 10px; }

/* ---- address card actions ---- */

.homy-account-page .woocommerce-Address-title a,
.homy-account-page .woocommerce-Address .edit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 18px;
	border: 1.5px solid #F1E4DA;
	border-radius: 999px;
	background: #FFFFFF;
	color: #A80057 !important;
	font-weight: 700;
	text-decoration: none !important;
}
.homy-account-page .woocommerce-Address-title a:hover { border-color: #D6006E; background: #FCE7F0; }

@media (max-width: 767px) {
	.homy-account-page .woocommerce-Address-title a,
	.homy-account-page .woocommerce-Address .edit { min-height: 44px; }
}
/* The general account h2 rule sits later in this file and was re-adding a 14px
 * bottom margin to the address card heading, knocking it 7px out of line with
 * its Edit button. */
.homy-account-page .woocommerce .woocommerce-Address-title h2,
.homy-account-page .woocommerce .woocommerce-Address-title h3 {
	margin: 0 !important;
	font-size: 1.1rem;
	line-height: 1.3;
}
/* First and last name stayed in two 154px columns on a phone. Below the tablet
 * width every field takes the full column. */
@media (max-width: 600px) {
	.homy-account-page .woocommerce form .form-row-first,
	.homy-account-page .woocommerce form .form-row-last,
	.homy-account-page .woocommerce form .form-row-wide {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
/* Kadence gives the account nav link width:218px and margin-left:-1px, so the
 * highlighted row sat 1px outside its list item at both ends and its rounded
 * corner clipped against the card border. */
.homy-account-page .woocommerce-MyAccount-navigation li a {
	width: auto !important;
	margin: 0 !important;
	box-sizing: border-box;
}

/* The theme is set to hide vertical content padding, so the account area ended
 * flush against the dark footer with a 0px gap. */
.homy-account-page .woocommerce {
	padding-bottom: 64px;
}

@media (max-width: 767px) {
	.homy-account-page .woocommerce { padding-bottom: 40px; }
}
/* Low stock sits between the in stock and sold out states: warm amber, urgent
 * without reading as an error. */
.homy-stock--low {
	color: #7A5600 !important;
	background: #FFF2CF !important;
	border-color: #F2B705 !important;
}
.homy-stock--low .homy-stock__dot { background: #F2B705 !important; }

/* ------------------------------------------------------------------ *
 * My Account: orders table on a phone
 * The stacked rows come from WooCommerce. The Actions cell was left with
 * an empty label column, so the buttons sat adrift on the right.
 * ------------------------------------------------------------------ */
@media (max-width: 768px) {
	.homy-account-page .woocommerce-orders-table__cell-order-actions::before { content: none !important; }
	.homy-account-page .woocommerce-orders-table__cell-order-actions {
		display: flex !important;
		flex-wrap: wrap;
		gap: 8px;
		justify-content: flex-start;
		text-align: left !important;
	}
	.homy-account-page .woocommerce-orders-table__cell-order-actions .button { margin: 0; }
}


/* ================================================================== *
 * Recipes: archive and single post
 * ================================================================== */

/* The blog speaks as the business, not as a person. The byline only
 * exposed an admin username and linked to an empty author archive. */
.single-post .entry-meta .posted-by,
.blog .entry-meta .posted-by,
.archive .entry-meta .posted-by { display: none !important; }

/* Kadence sets the term links at 11px, below the floor used everywhere
 * else on the site. */
.single-post .entry-taxonomies .category-links a,
.blog .entry-taxonomies .category-links a,
.archive .entry-taxonomies .category-links a {
	font-size: 12px !important;
	letter-spacing: .04em;
}

/* Body copy: a comfortable measure, and spacing that lets the headings
 * do the work of breaking a long read into parts. */
.single-post .entry-content > p,
.single-post .entry-content > ul,
.single-post .entry-content > ol {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #4A3038;
}
.single-post .entry-content > p { margin: 0 0 1.15em; }
.single-post .entry-content > h2 {
	margin: 2.1em 0 .55em;
	color: #2E1A22;
}
.single-post .entry-content > h2:first-child { margin-top: 0; }
.single-post .entry-content > ul,
.single-post .entry-content > ol { margin: 0 0 1.3em; padding-left: 1.15em; }
.single-post .entry-content > ul li,
.single-post .entry-content > ol li { margin: 0 0 .5em; }
.single-post .entry-content a { color: #A80057; text-underline-offset: 3px; }
.single-post .entry-content a:hover { color: #D6006E; }

/* ================================================================== *
 * Breadcrumbs
 * Small and quiet. This is orientation, not navigation, so it should
 * never compete with the page title sitting under it.
 * ================================================================== */
.homy-crumbs { margin: 0 0 16px; font-size: 13px; line-height: 1.5; }
.homy-crumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.homy-crumbs li { display: flex; align-items: center; margin: 0; }
.homy-crumbs li + li::before { content: "/"; margin-right: 7px; color: #C9B3A6; }
.homy-crumbs a { color: #6B4A55; text-decoration: none; border-bottom: 1px solid transparent; }
.homy-crumbs a:hover,
.homy-crumbs a:focus-visible { color: #A80057; border-bottom-color: currentColor; }
.homy-crumbs [aria-current="page"] { color: #8A6070; }

@media (max-width: 600px) {
	.homy-crumbs { font-size: 12px; margin-bottom: 12px; }
	/* The last crumb is the page you are already on, so truncating it
	 * costs nothing and keeps the trail on a single line. */
	.homy-crumbs [aria-current="page"] {
		display: block;
		max-width: 58vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* WooCommerce ships this at a red that measures 4.0:1 on white, under the
 * 4.5:1 minimum. Same red as the cancelled state elsewhere on the site. */
.woocommerce div.product p.stock.out-of-stock,
.woocommerce p.stock.out-of-stock { color: #8A2323 !important; }
