.bow-watchlist-control,
.bow-wishlist {
	--bow-bg: #ffffff;
	--bow-surface: #efefef;
	--bow-text: #111111;
	--bow-muted: #666666;
	--bow-border: #dbdbdb;
	--bow-primary: #0066cc;
	--bow-primary-dark: #0053a6;
	--bow-accent: #b9872f;
	--bow-danger: #111111;
	color: var(--bow-text);
	font-family: inherit;
}

.bow-auto-inject {
	margin: 28px 0;
}

.bow-watchlist-control {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bow-user-nav-bar {
	background: #ffffff;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
	color: #111111;
	font-family: inherit;
	width: 100%;
}

.bow-user-nav {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1140px;
	min-height: 40px;
	padding: 6px 15px;
	width: 100%;
}

.bow-user-nav__link {
	align-items: center;
	background: #0066cc;
	border: 1px solid #0066cc;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 30px;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bow-user-nav__link:hover,
.bow-user-nav__link:focus {
	background: #0053a6;
	border-color: #0053a6;
	color: #ffffff !important;
	text-decoration: none;
}

.bow-user-nav__link--account,
.bow-user-nav__link--logout {
	background: #111111;
	border-color: #111111;
}

.bow-user-nav__link--account:hover,
.bow-user-nav__link--account:focus,
.bow-user-nav__link--logout:hover,
.bow-user-nav__link--logout:focus {
	background: #0066cc;
	border-color: #0066cc;
}

.bow-listing-watchlist-slot {
	clear: both;
	margin-top: 10px;
}

.bow-watchlist-control--listing {
	width: 100%;
}

.bow-watchlist-control--listing .bow-button {
	font-size: 13px;
	min-height: 36px;
	padding: 10px 12px;
	width: 100%;
}

.bow-detail-watchlist-slot {
	display: inline-flex;
	margin: 2px 4px 0 0;
	vertical-align: top;
}

.bow-watchlist-control--detail {
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 0;
	width: auto;
}

.bow-watchlist-control--detail .bow-button {
	font-size: 16px;
	height: 49px;
	line-height: 16px;
	min-width: 150px;
	min-height: 49px;
	width: auto;
	padding: 15px 3px;
}

.bow-watchlist-control--detail .bow-button__icon {
	font-size: 16px;
	line-height: 1;
	transform: none;
}

.bow-watchlist-control--detail .bow-feedback {
	display: none;
}

body.bow-wishlist-page #secondary,
body.bow-wishlist-page aside.widget-area,
body.bow-wishlist-page .widget-area:not(.home-widgets),
body.bow-wishlist-page .sidebar,
body.bow-wishlist-page .main-sidebar {
	display: none !important;
}

body.bow-wishlist-page #primary.content-area,
body.bow-wishlist-page .content-area,
body.bow-wishlist-page .content-area-wrapper,
body.bow-wishlist-page .site-main,
body.bow-wishlist-page .site-content .hentry {
	box-sizing: border-box;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	width: 100% !important;
}

body.bow-wishlist-page .content-area-wrapper {
	display: block;
}

.bow-button,
.bow-remove-button,
.bow-text-link {
	-webkit-tap-highlight-color: transparent;
}

.bow-button {
	align-items: center;
	background: var(--bow-primary);
	border: 1px solid var(--bow-primary);
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 38px;
	padding: 11px 14px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bow-watchlist-control .bow-button,
.bow-watchlist-control .bow-button:hover,
.bow-watchlist-control .bow-button:focus {
	color: #ffffff !important;
}

.bow-button:hover,
.bow-button:focus {
	background: var(--bow-primary-dark);
	border-color: var(--bow-primary-dark);
	color: #ffffff;
	text-decoration: none;
}

.bow-button:focus-visible,
.bow-remove-button:focus-visible,
.bow-text-link:focus-visible,
.bow-wishlist-card__price-alert-dismiss:focus-visible,
.bow-wishlist-controls select:focus-visible {
	outline: 2px solid var(--bow-accent);
	outline-offset: 3px;
}

.bow-button--saved {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

.bow-button--saved:hover,
.bow-button--saved:focus {
	background: var(--bow-primary-dark);
	border-color: var(--bow-primary-dark);
	color: #ffffff;
}

.bow-button--login {
	background: var(--bow-primary);
	border-color: var(--bow-primary);
	color: #ffffff;
}

.bow-button--login:hover,
.bow-button--login:focus {
	background: var(--bow-primary-dark);
	border-color: var(--bow-primary-dark);
	color: #ffffff;
}

.bow-button.is-loading,
.bow-remove-button.is-loading {
	cursor: wait;
	opacity: 0.72;
	pointer-events: none;
}

.bow-button__icon {
	font-size: 18px;
	line-height: 1;
	transform: translateY(-1px);
}

.bow-feedback {
	color: var(--bow-muted);
	font-size: 14px;
	min-height: 20px;
}

.bow-feedback.is-error {
	color: var(--bow-danger);
}

.bow-wishlist {
	margin: 0 auto;
	max-width: 1170px;
	padding: 30px 15px 48px;
}

.bow-wishlist__header {
	border-bottom: 0;
	margin-bottom: 24px;
	padding-bottom: 0;
	text-align: center;
}

.bow-wishlist__title {
	color: var(--bow-text);
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 10px;
}

.bow-wishlist__count {
	color: var(--bow-muted);
	font-size: 14px;
	margin: 0;
}

.bow-wishlist-controls {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: -4px 0 24px;
}

.bow-wishlist-controls__field {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
	min-width: 210px;
}

.bow-wishlist-controls__field span {
	color: var(--bow-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.bow-wishlist-controls select {
	appearance: none;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
	color: #111111;
	font: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 38px;
	line-height: 1.2;
	padding: 0 34px 0 12px;
	width: 100%;
}

.bow-wishlist__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bow-wishlist-card {
	background: var(--bow-surface);
	border: 1px solid var(--bow-border);
	border-radius: 0 0 5px 5px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: background-color 160ms ease, opacity 180ms ease;
}

.bow-wishlist-card:hover {
	background-color: #dbdbdb;
}

.bow-wishlist-card.is-removing {
	opacity: 0;
}

.bow-wishlist-card__media {
	aspect-ratio: 4 / 3;
	background: #d9d9d9;
	display: block;
	min-height: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.bow-wishlist-card__media img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.bow-wishlist-card__placeholder {
	align-items: center;
	color: #071d5c;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	padding: 18px;
	text-align: center;
}

.bow-wishlist-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	justify-content: space-between;
	padding: 10px 10px 12px;
}

.bow-wishlist-card__title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px;
	min-height: 44px;
}

.bow-wishlist-card__title a {
	color: var(--bow-text);
	text-decoration: none;
}

.bow-wishlist-card__title a:hover,
.bow-wishlist-card__title a:focus {
	color: var(--bow-accent);
	text-decoration: none;
}

.bow-wishlist-card__date {
	color: var(--bow-muted);
	display: block;
	font-size: 15px;
}

.bow-wishlist-card__price {
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 8px;
}

.bow-wishlist-card__price-alert {
	align-items: start;
	background: #ffffff;
	border-left: 4px solid var(--bow-primary);
	color: #111111;
	display: grid;
	font-size: 13px;
	gap: 7px;
	grid-template-columns: 18px 1fr 24px;
	line-height: 1.35;
	margin: 0 0 10px;
	padding: 8px 10px;
}

.bow-wishlist-card__price-alert--decreased {
	border-left-color: var(--bow-accent);
}

.bow-wishlist-card__price-alert--increased {
	border-left-color: #0066cc;
}

.bow-wishlist-card__price-alert-icon {
	align-items: center;
	background: #111111;
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	height: 16px;
	justify-content: center;
	line-height: 1;
	margin-top: -1px;
	width: 16px;
}

.bow-wishlist-card__price-alert strong {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.bow-wishlist-card__price-alert-copy span {
	display: block;
}

.bow-wishlist-card__price-alert-copy {
	min-width: 0;
}

.bow-wishlist-card__price-alert-dismiss {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555555;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: -4px -4px 0 0;
	padding: 0;
	width: 24px;
}

.bow-wishlist-card__price-alert-dismiss:hover,
.bow-wishlist-card__price-alert-dismiss:focus {
	color: #111111;
}

.bow-wishlist-card__actions {
	display: grid;
	gap: 7px;
	grid-template-columns: 1fr;
}

.bow-text-link {
	align-items: center;
	background: #333333;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 38px;
	padding: 0 12px;
	text-decoration: none;
	text-transform: none;
	width: 100%;
}

.bow-text-link:hover,
.bow-text-link:focus {
	background: var(--bow-primary);
	color: #ffffff;
	text-decoration: none;
}

.bow-remove-button {
	align-items: center;
	background: var(--bow-primary);
	border: 0;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 7px;
	justify-content: center;
	line-height: 1;
	min-height: 38px;
	padding: 0 12px;
	text-transform: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 100%;
}

.bow-remove-button:hover,
.bow-remove-button:focus {
	background: var(--bow-primary-dark);
	color: #ffffff;
}

.bow-empty {
	background: var(--bow-surface);
	border: 1px solid var(--bow-border);
	border-radius: 0 0 5px 5px;
	margin: 0 auto;
	max-width: 720px;
	padding: 28px;
	text-align: center;
}

.bow-empty__title {
	color: var(--bow-text);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px;
}

.bow-empty__text {
	color: var(--bow-muted);
	font-size: 16px;
	margin: 0 auto 22px;
	max-width: 620px;
}

.bow-wishlist__live {
	color: var(--bow-muted);
	font-size: 14px;
	margin-top: 16px;
	min-height: 20px;
}

.bow-account {
	margin: 0 auto;
	max-width: 1170px;
}

.bow-account-tabs {
	align-items: center;
	border-bottom: 1px solid #dddddd;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 0 auto;
	max-width: 820px;
	padding-bottom: 10px;
}

.bow-account-tabs__item {
	align-items: center;
	background: #333333;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 37px;
	min-width: 170px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.bow-account-tabs__item:hover,
.bow-account-tabs__item:focus,
.bow-account-tabs__item.is-active {
	background: #0066cc;
	color: #ffffff;
	text-decoration: none;
}

.bow-account__panel[hidden] {
	display: none;
}

.bow-account .bow-wishlist {
	padding-top: 26px;
}

.bow-account__details {
	margin: 24px auto 0;
	max-width: 820px;
	padding-top: 18px;
}

.bow-account__details h2,
.bow-account__login-panel h1 {
	color: #111111;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 18px;
	text-align: center;
}

.bow-account__notice {
	background: #efefef;
	border-left: 4px solid #0066cc;
	color: #111111;
	margin: 0 0 16px;
	padding: 10px 12px;
}

.bow-account__notice--error {
	border-left-color: #a33a3a;
}

.bow-account-form__grid {
	display: grid;
	gap: 10px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bow-account-form label {
	color: #071d5c;
	display: grid;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
}

.bow-account-form input {
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid #999999;
	border-radius: 0;
	box-sizing: border-box;
	color: #111111;
	font: inherit;
	min-height: 38px;
	padding: 7px 4px;
	width: 100%;
}

.bow-account-form__submit,
.bow-account__login-panel .bow-button {
	background: #0066cc;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-top: 14px;
	min-height: 38px;
	padding: 10px 14px;
	text-transform: uppercase;
}

.bow-account-form__submit:hover,
.bow-account-form__submit:focus,
.bow-account__login-panel .bow-button:hover,
.bow-account__login-panel .bow-button:focus {
	background: #0053a6;
	color: #ffffff;
}

.bow-account__login-panel {
	background: #efefef;
	border: 1px solid #dbdbdb;
	margin: 30px auto;
	max-width: 720px;
	padding: 28px;
	text-align: center;
}

.bow-account__login-panel p {
	color: #666666;
	font-size: 16px;
	margin: 0 auto 6px;
	max-width: 520px;
}

.bow-wishlist__no-results {
	background: var(--bow-surface);
	border: 1px solid var(--bow-border);
	color: var(--bow-muted);
	font-size: 15px;
	margin: 0;
	padding: 18px;
	text-align: center;
}

@media (max-width: 900px) {
	.bow-wishlist__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.bow-user-nav {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
		justify-content: stretch;
		padding: 6px 12px;
	}

	.bow-user-nav__link {
		min-height: 34px;
		width: 100%;
	}

	.bow-button {
		width: 100%;
	}

	.bow-watchlist-control {
		align-items: stretch;
	}

	.bow-feedback {
		width: 100%;
	}

	.bow-wishlist {
		padding: 22px 12px 38px;
	}

	.bow-wishlist__header {
		margin-bottom: 18px;
	}

	.bow-wishlist__title {
		font-size: 32px;
	}

	.bow-wishlist-controls {
		align-items: stretch;
		justify-content: stretch;
		margin-bottom: 18px;
	}

	.bow-wishlist-controls__field {
		min-width: 100%;
	}

	.bow-wishlist__grid,
	.bow-wishlist-card {
		grid-template-columns: 1fr;
	}

	.bow-wishlist-card__media {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

	.bow-wishlist-card__body {
		padding: 14px;
	}

	.bow-wishlist-card__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bow-empty {
		padding: 26px 20px;
	}

	.bow-watchlist-control--detail .bow-button {
		width: 180px;
	}

	.bow-account .bow-wishlist {
		padding-top: 20px;
	}

	.bow-account-tabs {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.bow-account-tabs__item {
		width: 100%;
	}

	.bow-account-form__grid {
		grid-template-columns: 1fr;
	}

	.bow-account__details {
		margin-top: 18px;
		padding-top: 18px;
	}
}
