
.product-labels {
	position: absolute;
	top: 7px;
	inset-inline-start: 7px;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	max-width: 50%;
	transition: all .3s ease;
	transform: translateZ(0);
}

.product-labels .label-with-img {
	padding: 0;
	max-width: 50px;
}

.product-label {
	padding: 5px 10px;
	min-width: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
}

.product-label.onsale {
	background-color: var(--wd-primary-color);
	direction: ltr;
}

.product-label.featured {
	background-color: #e22d2d;
}

.product-label.new {
	background-color: #438e44;
}

.product-label.out-of-stock {
	background-color: var(--bgcolor-white);
	color: var(--color-gray-900);
}

.product-label.attribute-label:not(.label-with-img) {
	background-color: var(--bgcolor-white);
	color: var(--color-gray-900);
}

.labels-rounded-sm .product-label {
	border-radius: 12px;
}

@media (max-width: 576px) {
	.product-labels {
		gap: 5px;
	}
	
	.product-label {
		padding-inline: 5px;
		min-width: 40px;
		font-size: 10px;
	}
	
	.product-label .label-with-img {
		padding-inline: 0;
	}
}

.product-labels.labels-rounded .product-label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 7px;
	min-height: 50px;
	border-radius: 35px;
	font-size: 14px;
}

.product-labels.labels-rounded .label-with-img {
	padding: 0;
	min-height: auto;
	max-width: 55px;
}

.product-labels.labels-rounded .out-of-stock {
	max-width: 50px;
	font-size: 12px;
}

@media (max-width: 576px) {
	.product-labels.labels-rounded .product-label {
		min-height: 40px;
		font-size: 10px;
	}
	
	.product-labels.labels-rounded .label-with-img {
		min-height: auto;
	}
}

[class*="wd-search-full-screen"] {
	--wd-search-font-size: 1.08em;
	position: fixed;
	z-index: 400;
	visibility: hidden;
	opacity: 0;
	outline: none !important;
}

[class*="wd-search-full-screen"] :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child) {
	margin-bottom: var(--wd-search-sp);
}

[class*="wd-search-full-screen"] .wd-scroll-content:not(.wd-dropdown) {
	--wd-scroll-h: 100%;
}

[class*="wd-search-full-screen"] .wd-search-suggestions {
	animation: wd-fadeInBottomShort .6s cubic-bezier(.19, 1, .22, 1) both;
}

[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title {
	margin-top: var(--wd-search-sp);
}

[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title:first-child {
	margin-top: 0;
}

[class*="wd-search-full-screen"] .wd-suggestion {
	flex-direction: column;
}

[class*="wd-search-full-screen"] .wd-suggestion-thumb {
	margin-bottom: 10px;
}

[class*="wd-search-full-screen"] .wd-not-found-msg {
	font-size: var(--wd-search-font-size);
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion {
	flex-direction: row;
	flex-basis: unset;
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-suggestion-thumb {
	margin-bottom: 0;
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-entities-title {
	transition: all .25s ease;
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion:hover .wd-entities-title {
	opacity: .6;
}

[class*="wd-search-full-screen"].wd-searched :is(.wd-search-history,.wd-search-requests,.wd-search-info-text) {
	display: none;
}

[class*="wd-search-full-screen"] .wd-search-history ul {
	flex-direction: row;
	flex-wrap: wrap;
}

[class*="wd-search-full-screen"] .wd-sh-head {
	display: block;
}

[class*="wd-search-full-screen"] .wd-sh-head .wd-sh-clear {
	display: none;
}

[class*="wd-search-full-screen"] .wd-sh-link:before {
	display: none;
}

[class*="wd-search-full-screen"].wd-opened {
	visibility: visible;
	opacity: 1;
}

.wd-search-opened {
	overflow: hidden;
}

@media (min-width: 1025px) {
	.wd-search-opened body {
		padding-right: var(--wd-scroll-w);
	}
	
	.wd-search-opened .wd-page-wrapper {
		margin-right: calc(var(--wd-scroll-w) * -1);
	}
	
	.wd-search-opened :is(.header-banner,.whb-row,.wd-page-content) {
		padding-right: var(--wd-scroll-w);
	}
}

@media (max-width: 1024px) {
	[class*="wd-search-full-screen"] {
		--wd-search-font-size: .92em;
		--wd-search-sp: 15px;
	}
	
	[class*="wd-search-full-screen"] .wd-search-requests {
		--wd-requests-pd: 8px 12px;
		--wd-requests-fs: 10px;
	}
}

.wd-search-full-screen {
	--wd-search-sp: 20px;
	--wd-form-height: 110px;
	display: flex;
	flex-direction: column;
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 14px rgba(0, 0, 0, .08);
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1) .5s, visibility .5s cubic-bezier(.19, 1, .22, 1) .5s, transform .5s cubic-bezier(.19, 1, .22, 1);
	transform: translate3d(0, 100%, 0);
}

.wd-search-full-screen .wd-search-title, .wd-search-full-screen .wd-not-found-msg {
	text-align: center;
}

.wd-search-full-screen :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child) {
	padding-bottom: var(--wd-search-sp);
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-search-full-screen .wd-search-results {
	margin-top: calc(var(--wd-search-sp) * -1);
	padding-top: var(--wd-search-sp);
	overflow-y: scroll;
}

.wd-search-full-screen .wd-search-suggestions .wd-search-title {
	border-top: 1px solid var(--brdcolor-gray-300);
	padding-block: var(--wd-search-sp) calc(var(--wd-search-sp) - 10px);
}

.wd-search-full-screen .wd-search-suggestions .wd-search-title:first-child {
	border-top: none;
	padding-top: 0;
}

.wd-search-full-screen .wd-suggestions-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wd-search-full-screen .wd-suggestion {
	flex-basis: 200px;
	flex-grow: 0;
	padding: 10px;
}

.wd-search-full-screen .wd-not-found {
	flex: 1 1 100% !important;
}

.wd-search-full-screen .wd-all-results {
	margin-top: 10px;
}

.wd-search-full-screen.wd-searched .wd-search-area {
	display: none;
}

.wd-search-full-screen .searchform {
	padding-inline: 100px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	margin-bottom: var(--wd-search-sp);
	--wd-form-bg: transparent;
	--wd-form-color: var(--color-gray-800);
	--wd-form-placeholder-color: var(--color-gray-800);
	--wd-form-brd-width: 0;
	--wd-form-height: unset;
}

.wd-search-full-screen .searchform input[type="text"] {
	padding: 0;
	text-align: center;
	font-weight: 600;
	font-size: 48px;
}

.wd-search-full-screen .searchform .searchsubmit {
	display: none;
}

.wd-search-full-screen .wd-close-search.wd-style-icon {
	--wd-action-icon-size: 38px;
	position: absolute;
	top: 5px;
	inset-inline-end: 5px;
	z-index: 1;
}

.wd-search-full-screen .wd-close-search.wd-style-icon>a {
	width: 100px;
	height: 100px;
}

.wd-search-full-screen .wd-search-info-text {
	padding-inline: 15px;
	text-align: center;
	font-size: var(--wd-search-font-size);
}

.wd-search-full-screen .wd-search-loader {
	top: calc(var(--wd-form-height) + 1px);
}

.wd-search-full-screen .wd-search-loading ~ .wd-search-loader {
	opacity: 1;
	pointer-events: auto;
}

.wd-search-full-screen .wd-search-loading ~ .wd-search-loader:after {
	--wd-anim-state: running;
}

.wd-search-full-screen .wd-search-history {
	padding-inline: var(--wd-search-sp);
}

.wd-search-full-screen .wd-search-history ul {
	justify-content: center;
}

.wd-search-full-screen .wd-search-requests {
	padding-inline: var(--wd-search-sp);
}

.wd-search-full-screen .wd-search-requests ul {
	justify-content: center;
}

.wd-search-full-screen .wd-search-area {
	margin-top: calc(var(--wd-search-sp) * -1);
	padding-top: var(--wd-search-sp);
	padding-inline: 15px;
	height: 100%;
}

.wd-search-full-screen.wd-opened {
	transition: opacity 0s, visibility 0s, transform .5s cubic-bezier(.19, 1, .22, 1);
	transform: none;
}

@media (max-width: 1024px) {
	.wd-search-full-screen {
		--wd-form-height: 70px;
	}
	
	.wd-search-full-screen .searchform {
		padding-inline: var(--wd-search-sp);
	}
	
	.wd-search-full-screen .searchform input[type="text"] {
		font-size: 20px;
	}
	
	.wd-search-full-screen .wd-close-search {
		display: none;
	}
}

@media (max-width: 768.98px) {
	.wd-search-full-screen .wd-suggestion {
		flex-basis: 33.333333%;
	}
}

@media (max-width: 576px) {
	.wd-search-full-screen .wd-suggestion {
		flex-basis: 50%;
	}
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
