.viewFavorites,
#menu-item-1397 {
	visibility: hidden;
}

.viewFavorites.tempest-favorites-ready,
#menu-item-1397.tempest-favorites-ready {
	visibility: visible;
}

.viewFavorites[hidden],
#menu-item-1397[hidden],
.tempest-favorite-things__item[hidden],
.tempest-favorite-things__empty[hidden],
.tempest-favorite-things__remove[hidden] {
	display: none !important;
}

.tempest-thing-favorite__button,
.tempest-favorite-things__remove {
	align-items: center;
	background: #434519;
	border: 2px solid #434519;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	gap: 0.5em;
	padding: 0.75rem 1.25rem;
}

.tempest-thing-favorite__button:hover,
.tempest-thing-favorite__button:focus-visible,
.tempest-favorite-things__remove:hover,
.tempest-favorite-things__remove:focus-visible {
	background: #fff;
	color: #434519;
}

.tempest-thing-favorite__icon {
	font-size: 1.35em;
	line-height: 1;
}

.tempest-thing-favorite__status {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.4rem;
	min-height: 1.4em;
}

.tempest-favorite-things__grid {
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tempest-favorite-things__item {
	border: 1px solid rgba(0, 0, 0, 0.2);
	min-width: 0;
}

.tempest-favorite-things__item .listingImage {
	position: relative;
}

.listingImage.tempest-has-favorite-control {
	position: relative;
}

.tempest-listing-card-favorite {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 2px solid #434519;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	color: #434519;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1.5rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 44px;
	z-index: 2;
}

.tempest-listing-card-favorite:hover,
.tempest-listing-card-favorite:focus-visible,
.tempest-listing-card-favorite[aria-pressed="true"] {
	background: #434519;
	color: #fff;
}

.tempest-tier1-favorite {
	align-items: center;
	background: transparent !important;
	border: 0;
	color: var(--contrast);
	column-gap: 0.5em;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: bold;
	padding: 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.tempest-tier1-favorite:hover,
.tempest-tier1-favorite:focus-visible,
.tempest-tier1-favorite[aria-pressed="false"],
.tempest-tier1-favorite[aria-pressed="false"]:hover,
.tempest-tier1-favorite[aria-pressed="false"]:focus-visible {
	background: transparent !important;
	color: var(--contrast);
}

.tempest-tier1-favorite[aria-pressed="true"],
.tempest-tier1-favorite[aria-pressed="true"]:hover,
.tempest-tier1-favorite[aria-pressed="true"]:focus-visible {
	background: transparent !important;
	color: #434618;
}

.tempest-tier1-favorite__icon {
	font-size: 1.2em;
	line-height: 1;
}

.tempest-generated-favorite-fallback {
	margin: 0 24px 24px;
}

.tempest-favorite-things__pdf {
	margin-top: 32px;
}

.tempest-favorite-things__pdf[hidden] {
	display: none !important;
}

.tempest-favorite-things__pdf-button {
	background: #512780;
	border: 2px solid #512780;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 0.8rem 1.4rem;
}

.tempest-favorite-things__pdf-button:hover,
.tempest-favorite-things__pdf-button:focus-visible {
	background: #fff;
	color: #512780;
}

.tempest-favorite-things__pdf-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.tempest-favorite-things__pdf-status {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.5rem;
	min-height: 1.4em;
}

.tempest-favorite-things__remove {
	background: rgba(255, 255, 255, 0.94);
	border-color: #434519;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	color: #434519;
	font-size: 1.5rem;
	height: 44px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 44px;
	z-index: 2;
}

.tempest-favorite-things__remove:hover,
.tempest-favorite-things__remove:focus-visible {
	background: #434519;
	color: #fff;
}

.tempest-favorite-things__remove-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.tempest-favorite-things__item .listingWebsite,
.tempest-favorite-things__item a.listingWebsite {
	align-items: center;
	color: var(--contrast);
	column-gap: 0.5em;
	display: block;
	font-weight: bold;
	padding-top: 15px;
	text-decoration: none;
}

.tempest-favorite-things__item .listingWebsite svg,
.tempest-favorite-things__item a.listingWebsite svg {
	height: auto;
	max-width: 1em;
}

@media (max-width: 768px) {
	.tempest-favorite-things__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
