/**
 * Find Your Inspiration.
 *
 * Palette and type follow the site's Elementor global kit:
 * ivory #FBF8F3, cream #F3EDE5, soft border #E5DCD2, terracotta #A24522,
 * text #1C1106, muted #846447. Cormorant Garamond for display, Manrope for UI.
 *
 * Loaded only on a singular view whose content references sh_inspiration.
 */

.shd-insp,
.shd-insp-results,
.shd-insp-paths,
.shd-insp-trust {
	font-family: 'Manrope', sans-serif;
	color: #1C1106;
	box-sizing: border-box;
}

.shd-insp *,
.shd-insp-results *,
.shd-insp-paths *,
.shd-insp-trust * {
	box-sizing: border-box;
}

/* The Elementor global kit and the theme both style bare `button`, which
   re-inflates a visually hidden submit control with padding and a min-width and
   pushes it past the viewport edge. Every box property is pinned. */
.shd-sr {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0 !important;
	background: none !important;
}

/* ---------------- hero ----------------
   The approved hero photograph (sh-find-hero-discovery.jpg) is set natively on
   the Elementor container so it stays swappable in the editor. This light
   left-side scrim only steadies H1 and paragraph contrast over the backdrop;
   the bottle on the right stays untouched. */

.shd-fyi-hero {
	position: relative;
	overflow: hidden;
}

.shd-fyi-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(251, 248, 243, .52) 0%, rgba(251, 248, 243, .32) 36%, rgba(251, 248, 243, 0) 58%);
}

.shd-fyi-hero > * {
	position: relative;
	z-index: 2;
}

/* ---------------- finder panel ---------------- */

.shd-insp__panel {
	background: #FFFFFF;
	border: 1px solid #EDE5DA;
	box-shadow: 0 18px 44px rgba(28, 17, 6, .10);
	padding: 20px;
}

/* ---------------- mode cards ---------------- */

.shd-insp__modes {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.shd-insp__mode {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-height: 112px;
	padding: 18px 16px 20px;
	background: #FDFBF8;
	border: 1px solid #E5DCD2;
	text-decoration: none;
	color: inherit;
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.shd-insp__mode::after {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	height: 3px;
	background: transparent;
}

.shd-insp__mode:hover {
	background: #FFFFFF;
	border-color: #C9B9A6;
	box-shadow: 0 6px 16px rgba(28, 17, 6, .06);
}

.shd-insp__mode:focus-visible {
	outline: 2px solid #A24522;
	outline-offset: 2px;
}

.shd-insp__mode.is-active {
	background: #FFFFFF;
	border-color: #A24522;
}

.shd-insp__mode.is-active::after {
	background: #A24522;
}

.shd-insp__mode-icon {
	position: relative;
	flex: 0 0 auto;
	display: block;
	width: 44px;
	height: 44px;
	color: #846447;
}

.shd-insp__mode.is-active .shd-insp__mode-icon {
	color: #A24522;
}

/* The reference's active card carries a short terracotta rule beneath its icon
   in addition to the full-width bar along the card's bottom edge. */
.shd-insp__mode.is-active .shd-insp__mode-icon::after {
	content: '';
	position: absolute;
	left: 0;
	top: calc(100% + 12px);
	width: 44px;
	height: 2px;
	background: #A24522;
}

.shd-insp__mode-icon svg {
	display: block;
	width: 44px;
	height: 44px;
	stroke-width: .9;
}

.shd-insp__mode-text {
	display: block;
	min-width: 0;
}

.shd-insp__mode-label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .2px;
	color: #1C1106;
}

.shd-insp__mode.is-active .shd-insp__mode-label {
	color: #A24522;
}

.shd-insp__mode-hint {
	display: block;
	margin-top: 7px;
	font-size: 12px;
	line-height: 1.5;
	color: #846447;
}

/* ---------------- search field ---------------- */

/* The reference insets the field from the card row rather than running it
   edge to edge, so the panel reads as two distinct bands. */
.shd-insp__search {
	position: relative;
	margin: 16px auto 0;
	max-width: 1020px;
}

.shd-insp__form {
	position: relative;
	margin: 0;
	display: block;
}

.shd-insp__icon {
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	color: #846447;
	pointer-events: none;
}

.shd-insp__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.shd-insp .shd-insp__form input.shd-insp__input {
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0 48px 0 47px;
	background: #FFFFFF;
	border: 1px solid #E5DCD2;
	border-radius: 0;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #1C1106;
	-webkit-appearance: none;
	appearance: none;
}

.shd-insp .shd-insp__form input.shd-insp__input::-webkit-search-cancel-button,
.shd-insp .shd-insp__form input.shd-insp__input::-webkit-search-decoration,
.shd-insp .shd-insp__form input.shd-insp__input::-webkit-search-results-button,
.shd-insp .shd-insp__form input.shd-insp__input::-webkit-search-results-decoration {
	-webkit-appearance: none;
	display: none;
}

.shd-insp .shd-insp__form input.shd-insp__input:focus {
	outline: none;
	border-color: #A24522;
	box-shadow: 0 0 0 2px rgba(162, 69, 34, .12);
}

.shd-insp .shd-insp__form input.shd-insp__input::placeholder {
	color: #A08A72;
	opacity: 1;
}

.shd-insp__reset {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 19px;
	line-height: 1;
	color: #846447;
	text-decoration: none;
}

.shd-insp__reset:hover,
.shd-insp__reset:focus-visible {
	color: #A24522;
}

/* ---------------- suggested / recent dropdown ---------------- */

.shd-insp__drop {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	z-index: 40;
	display: none;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
	background: #FFFFFF;
	border: 1px solid #E5DCD2;
	box-shadow: 0 22px 48px rgba(28, 17, 6, .14);
	padding: 16px 20px 18px;
}

/* No-JS fallback: focusing the field reveals the panel. Once the script has
   run it takes over with an explicit open state, so this rule is switched off
   to avoid the mousedown/blur race that would swallow a suggestion click. */
.shd-insp__search:focus-within .shd-insp__drop {
	display: grid;
}

.shd-insp--enhanced .shd-insp__search:focus-within .shd-insp__drop {
	display: none;
}

/* Must out-rank the :focus-within disable rule above, which is (0,4,0). A bare
   .shd-insp--enhanced .shd-insp__drop.is-open is only (0,3,0) and would lose
   for exactly as long as the field is focused, which is always. */
.shd-insp--enhanced .shd-insp__search .shd-insp__drop.is-open {
	display: grid;
}

.shd-insp__col {
	min-width: 0;
}

.shd-insp__col--suggested {
	padding-right: 22px;
}

.shd-insp__col--recent {
	padding-left: 22px;
	border-left: 1px solid #EFE7DC;
}

.shd-insp__col-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #EFE7DC;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #1C1106;
}

.shd-insp__items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 10px;
}

.shd-insp__items--recent {
	grid-template-columns: minmax(0, 1fr);
}

.shd-insp__item {
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 0;
}

.shd-insp__link {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 7px 8px;
	text-decoration: none;
	color: inherit;
	min-width: 0;
}

.shd-insp__link:hover,
.shd-insp__link:focus-visible {
	background: #FBF8F3;
}

.shd-insp__thumb {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 42px;
	background: #FBF8F3;
	border: 1px solid #E5DCD2;
	color: #C4B09A;
}

.shd-insp__thumb svg {
	display: block;
	width: 20px;
	height: 20px;
}

.shd-insp__rec-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: #A08A72;
}

.shd-insp__rec-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.shd-insp__item-text {
	display: block;
	min-width: 0;
}

.shd-insp__item-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #1C1106;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shd-insp__item-meta {
	display: block;
	margin-top: 2px;
	font-size: 11.5px;
	line-height: 1.4;
	color: #846447;
}

.shd-insp__items--recent .shd-insp__item-label {
	font-weight: 500;
}

.shd-insp__empty {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.6;
	color: #846447;
}

/* ---------------- top matches ---------------- */

.shd-insp-results__head {
	text-align: center;
	margin-bottom: 26px;
}

.shd-insp-results__title {
	margin: 0;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #1C1106;
}

.shd-insp-results__meta {
	margin: 8px 0 0;
	font-size: 13px;
	color: #846447;
}

.shd-insp-results__idle,
.shd-insp-results__empty {
	text-align: center;
	padding: 46px 24px;
	background: #FFFFFF;
	border: 1px dashed #E5DCD2;
}

.shd-insp-results__idle-title,
.shd-insp-results__empty-title {
	margin: 0;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.25;
	color: #1C1106;
}

.shd-insp-results__idle-text,
.shd-insp-results__empty-text {
	margin: 10px auto 0;
	max-width: 520px;
	font-size: 13.5px;
	line-height: 1.65;
	color: #846447;
}

.shd-insp-results__actions {
	margin-top: 26px;
	text-align: center;
}

.shd-insp-results__all {
	display: inline-block;
	margin-top: 18px;
	padding: 13px 30px;
	background: #A24522;
	color: #FBF8F3;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color .18s ease;
}

.shd-insp-results__actions .shd-insp-results__all {
	margin-top: 0;
}

.shd-insp-results__all:hover,
.shd-insp-results__all:focus-visible {
	background: #86381B;
	color: #FBF8F3;
}

/* WooCommerce loop rendered outside an archive: grid it explicitly so the
   result does not depend on archive-only theme rules. */
.shd-insp-results__grid ul.products {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shd-insp-results__grid ul.products::before,
.shd-insp-results__grid ul.products::after {
	content: none;
	display: none;
}

.shd-insp-results__grid ul.products li.product {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	clear: none;
	list-style: none;
}

/* ---------------- curated pathways ---------------- */

.shd-insp-paths {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

.shd-insp-path {
	position: relative;
	display: block;
	min-height: 218px;
	overflow: hidden;
	border: 1px solid #D8C9B6;
	text-decoration: none;
	color: #FBF8F3;
	background-color: #4E341B;
	transition: transform .2s ease, box-shadow .2s ease;
}

.shd-insp-path::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(28, 17, 6, .16) 0%, rgba(28, 17, 6, .44) 48%, rgba(28, 17, 6, .80) 100%);
	transition: background .2s ease;
}

a.shd-insp-path:hover {
	box-shadow: 0 12px 26px rgba(28, 17, 6, .18);
}

a.shd-insp-path:hover::after {
	background: linear-gradient(180deg, rgba(28, 17, 6, .22) 0%, rgba(28, 17, 6, .50) 48%, rgba(28, 17, 6, .84) 100%);
}

a.shd-insp-path:focus-visible {
	outline: 2px solid #A24522;
	outline-offset: 3px;
}

/* Approved pathway photography: decorative, cover-cropped beneath the scrim. */
.shd-insp-path__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	overflow: hidden;
}

.shd-insp-path__media img.shd-insp-path__img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	border: 0;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	transition: transform .5s ease;
}

a.shd-insp-path:hover .shd-insp-path__img {
	transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
	.shd-insp-path__media img.shd-insp-path__img {
		transition: none;
	}

	a.shd-insp-path:hover .shd-insp-path__img {
		transform: none;
	}
}

.shd-insp-path__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	min-height: 218px;
	padding: 0 12px 20px;
	text-align: center;
}

.shd-insp-path__icon {
	display: block;
	width: 36px;
	height: 36px;
	margin-bottom: 26px;
	color: #FBF8F3;
	opacity: .92;
}

.shd-insp-path__icon svg {
	display: block;
	width: 36px;
	height: 36px;
	stroke-width: .85;
}

.shd-insp-path__label {
	display: block;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #FBF8F3;
	text-shadow: 0 1px 10px rgba(28, 17, 6, .45);
}

.shd-insp-path__cta {
	display: inline-block;
	margin-top: 13px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(251, 248, 243, .70);
	font-size: 12px;
	line-height: 1.3;
	color: #FBF8F3;
}

a.shd-insp-path:hover .shd-insp-path__cta {
	border-bottom-color: #FBF8F3;
}

.shd-insp-path--soon {
	background-color: #6E5637;
}

.shd-insp-path--soon::after {
	background: linear-gradient(180deg, rgba(28, 17, 6, .30) 0%, rgba(28, 17, 6, .54) 48%, rgba(28, 17, 6, .84) 100%);
}

.shd-insp-path--soon .shd-insp-path__label {
	color: rgba(251, 248, 243, .92);
}

.shd-insp-path--soon .shd-insp-path__icon {
	opacity: .82;
}

.shd-insp-path__soon {
	display: inline-block;
	margin-top: 13px;
	padding: 4px 9px;
	border: 1px solid rgba(251, 248, 243, .60);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: rgba(251, 248, 243, .92);
}

/* ---------------- trust band ----------------
   Wording is the approved Home/Shop trust language. */

/* Reference anatomy: five evenly pitched cells, no vertical dividers, a large
   thin-stroked icon beside a tight two-part text block. */
.shd-insp-trust {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	background: #FBF8F3;
	border: 1px solid #EDE5DA;
	border-radius: 4px;
	padding: 17px 22px;
}

.shd-insp-trust__item {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 0 14px 0 0;
	min-width: 0;
}

.shd-insp-trust__icon {
	flex: 0 0 auto;
	display: block;
	width: 34px;
	height: 34px;
	color: #846447;
}

.shd-insp-trust__icon svg {
	display: block;
	width: 34px;
	height: 34px;
	stroke-width: 1;
}

.shd-insp-trust__item--pending .shd-insp-trust__icon {
	color: #B5A08A;
}

.shd-insp-trust__text {
	display: block;
	min-width: 0;
}

.shd-insp-trust__title {
	display: block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .7px;
	text-transform: uppercase;
	color: #1C1106;
}

.shd-insp-trust__body {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.5;
	color: #846447;
}

/* ---------------- tablet ---------------- */

@media (max-width: 1024px) {

	.shd-insp__panel {
		padding: 16px;
	}

	.shd-insp__modes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.shd-insp__mode {
		min-height: 96px;
		padding: 15px 14px 17px;
	}

	.shd-insp__mode-icon,
	.shd-insp__mode-icon svg {
		width: 38px;
		height: 38px;
	}

	.shd-insp__drop {
		grid-template-columns: minmax(0, 1fr);
		padding: 14px 16px 16px;
	}

	.shd-fyi-hero::after {
		background: linear-gradient(90deg, rgba(245, 239, 230, .80) 0%, rgba(245, 239, 230, .66) 44%, rgba(245, 239, 230, .20) 60%, rgba(245, 239, 230, 0) 68%);
	}

	.shd-insp__col--suggested {
		padding-right: 0;
		padding-bottom: 16px;
	}

	.shd-insp__col--recent {
		padding-left: 0;
		padding-top: 16px;
		border-left: 0;
		border-top: 1px solid #EFE7DC;
	}

	.shd-insp-results__grid ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}

	.shd-insp-paths {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}

	.shd-insp-trust {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 18px;
		column-gap: 12px;
		padding: 16px 18px;
	}

	.shd-insp-trust__icon,
	.shd-insp-trust__icon svg {
		width: 28px;
		height: 28px;
	}
}

/* ---------------- mobile ---------------- */

@media (max-width: 767px) {

	.shd-insp__panel {
		padding: 14px;
	}

	.shd-insp__modes {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.shd-insp__mode {
		min-height: 0;
		padding: 14px;
		align-items: center;
	}

	.shd-insp .shd-insp__form input.shd-insp__input {
		height: 48px;
		font-size: 16px; /* keeps iOS from zooming the viewport on focus */
	}

	.shd-insp__drop {
		padding: 14px 14px 16px;
	}

	.shd-insp__items {
		grid-template-columns: minmax(0, 1fr);
	}

	.shd-insp__link {
		min-height: 48px;
	}

	.shd-insp-results__grid ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.shd-insp-results__idle,
	.shd-insp-results__empty {
		padding: 32px 18px;
	}

	.shd-insp-results__idle-title,
	.shd-insp-results__empty-title {
		font-size: 22px;
	}

	.shd-insp-results__title {
		font-size: 24px;
	}

	.shd-insp-paths {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.shd-insp-path,
	.shd-insp-path__body {
		min-height: 178px;
	}

	.shd-insp-path__label {
		font-size: 16px;
	}

	.shd-insp-path__icon,
	.shd-insp-path__icon svg {
		width: 30px;
		height: 30px;
	}

	.shd-insp__mode-icon,
	.shd-insp__mode-icon svg {
		width: 34px;
		height: 34px;
	}

	.shd-insp-path__icon {
		margin-bottom: 18px;
	}

	.shd-insp-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 16px;
		column-gap: 10px;
		padding: 14px 14px;
	}

	.shd-insp-trust__item {
		gap: 12px;
		padding: 0;
	}

	.shd-insp-trust__icon,
	.shd-insp-trust__icon svg {
		width: 26px;
		height: 26px;
	}

	.shd-fyi-hero::after {
		background: linear-gradient(90deg, rgba(245, 239, 230, .84) 0%, rgba(245, 239, 230, .78) 52%, rgba(245, 239, 230, .24) 64%, rgba(245, 239, 230, 0) 72%);
	}
}

/* ---------------- theme-button overrides ----------------
   The UA [hidden] rule is display:none, which any author display rule beats.
   Theme button and link styles do exactly that, so hiding is reasserted here. */

.shd-insp [hidden],
.shd-insp-results [hidden],
.shd-insp-paths [hidden],
.shd-insp-trust [hidden] {
	display: none !important;
}

.shd-insp button.shd-insp__clear {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-family: 'Manrope', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #A24522;
	cursor: pointer;
	line-height: 1;
	border-radius: 0;
}

.shd-insp button.shd-insp__clear:hover,
.shd-insp button.shd-insp__clear:focus {
	background: none;
	color: #86381B;
}

.shd-insp a.shd-insp__reset:hover,
.shd-insp a.shd-insp__reset:focus {
	background: none;
}

/* ---------------- product card, outside archive context ----------------
   The Shop archive gets its card typography from template 370. This loop runs
   on a normal page, so the same restrained treatment is asserted locally. */

.shd-insp-results__grid ul.products li.product .woocommerce-loop-product__link {
	display: block;
	text-decoration: none;
}

.shd-insp-results__grid ul.products li.product img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 12px;
}

.shd-insp-results__grid ul.products li.product .woocommerce-loop-product__title {
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #1C1106;
	margin: 0 0 6px;
	padding: 0;
}

.shd-insp-results__grid ul.products li.product .price {
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	color: #4E341B;
}

.shd-insp-results__grid ul.products li.product span.price,
.shd-insp-results__grid ul.products li.product .shd-card__from {
	display: block;
}

.shd-insp-results__grid ul.products li.product a.button {
	display: inline-block;
	margin-top: 10px;
	padding: 9px 16px;
	background: transparent;
	border: 1px solid #A24522;
	color: #A24522;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-radius: 0;
}

.shd-insp-results__grid ul.products li.product a.button:hover,
.shd-insp-results__grid ul.products li.product a.button:focus {
	background: #A24522;
	color: #FBF8F3;
}