
.wd-hover-base .wd-product-countdown {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 5px;
	border-top: 1px solid rgba(129, 129, 129, .2);
}

.wd-hover-base .wd-product-countdown>span {
	flex: 1 1 auto;
	margin: 0;
	min-width: 0;
	background-color: transparent;
	box-shadow: none;
}

[class*="color-scheme-light"] .wd-hover-base .wd-product-countdown {
	border-color: rgba(255, 255, 255, .15);
}

.wd-hover-base .product-wrapper {
	position: relative;
	transition: transform .3s ease;
}

.wd-hover-base .content-product-imagin {
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: 0;
	left: -15px;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	opacity: 0;
	transform: scale(.98);
}

.wd-hover-base .product-element-top {
	margin-bottom: 0;
}

.wd-hover-base .product-information {
	position: relative;
	padding: 10px;
}

.wd-hover-base .product-information:hover .wd-more-desc-btn {
	transform: none;
}

.wd-hover-base .quick-shop-close {
	top: -5px;
}

.wd-hover-base .wrapp-product-price {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	justify-content: flex-end;
	transition: transform .3s ease;
}

.wd-hover-base .fade-in-block {
	position: absolute;
	top: calc(100% - 5px);
	right: 0;
	left: 0;
	visibility: hidden;
	padding: 0 10px 10px 10px;
	opacity: 0;
}

.wd-hover-base .wrapp-swatches {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	min-height: 47px;
	border-top: 1px solid rgba(0, 0, 0, .07);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	background-color: #fff;
	transition: transform .3s ease;
	transform: translateY(102%) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wd-hover-base .wrapp-swatches:empty {
	display: none;
}

.wd-hover-base .swatches-on-grid {
	margin-bottom: 0;
}

.wd-hover-base .wd-compare-btn {
	margin-left: auto;
}

.wd-hover-base .wd-bottom-actions {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.wd-hover-base .wd-bottom-actions .wrap-wishlist-button {
	text-align: left;
	flex: 1 0 0;
}

.wd-hover-base .wd-bottom-actions .wrap-quickview-button {
	text-align: right;
	flex: 1 0 0;
}

.wd-hover-base .wd-bottom-actions .wd-action-btn.wd-style-icon>a, .wd-hover-base .wd-compare-btn>a {
	width: 35px;
	height: 35px;
}

.wd-hover-base.quick-shop-shown .add-to-cart-loop {
	opacity: .3;
	pointer-events: none;
}

.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
	border-radius: var(--btn-shop-brd-radius);
	color: var(--btn-shop-color);
	box-shadow: var(--btn-shop-box-shadow);
	background-color: var(--btn-shop-bgcolor);
}

.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a:hover {
	color: var(--btn-shop-color-hover);
	box-shadow: var(--btn-shop-box-shadow-hover);
	background-color: var(--btn-shop-bgcolor-hover);
}

.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a:active {
	box-shadow: var(--btn-shop-box-shadow-active);
	bottom: var(--btn-shop-bottom-active);
}

.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .add-to-cart-loop span {
	padding: 10px 14px;
	font-size: 12px;
	line-height: 16px;
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div {
	border-left: 1px none rgba(0, 0, 0, .1);
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:not(:empty)+div:not(:empty), .wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:not(:empty)+div:empty+div:not(:empty) {
	border-style: solid;
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:empty {
	display: none;
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-action-btn {
	width: 100%;
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-action-btn>a {
	width: inherit;
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-add-btn {
	flex: 1 0 0;
}

.wd-hover-base:not(.hover-ready) .wd-bottom-actions .wd-action-btn>a {
	transition: none;
}

.wd-hover-base.has-stars.purchasable .fade-in-block, .wd-hover-base.has-stars.product-type-external .fade-in-block {
	top: calc(100% - 10px);
	padding-bottom: 5px;
}

.wd-hover-base.has-stars.purchasable .wrapp-product-price, .wd-hover-base.has-stars.product-type-external .wrapp-product-price {
	height: 60px;
}

.wd-hover-base.has-stars.purchasable .product-rating-price, .wd-hover-base.has-stars.purchasable .star-rating, .wd-hover-base.has-stars.purchasable .wrapp-product-price .price, .wd-hover-base.has-stars.product-type-external .product-rating-price, .wd-hover-base.has-stars.product-type-external .star-rating, .wd-hover-base.has-stars.product-type-external .wrapp-product-price .price {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

.wd-hover-base.has-stars.purchasable .star-rating, .wd-hover-base.has-stars.purchasable .wrapp-product-price .price, .wd-hover-base.has-stars.purchasable .wd-product-cats, .wd-hover-base.has-stars.purchasable .wd-product-brands-links, .wd-hover-base.has-stars.product-type-external .star-rating, .wd-hover-base.has-stars.product-type-external .wrapp-product-price .price, .wd-hover-base.has-stars.product-type-external .wd-product-cats, .wd-hover-base.has-stars.product-type-external .wd-product-brands-links {
	margin-bottom: 0;
}

.wd-hover-base.has-stars.purchasable .wd-product-cats+.wd-product-brands-links, .wd-hover-base.has-stars.product-type-external .wd-product-cats+.wd-product-brands-links {
	margin-top: 5px;
}

.wd-hover-base.has-stars.purchasable:hover .wrapp-product-price, .wd-hover-base.has-stars.purchasable.state-hover .wrapp-product-price, .wd-hover-base.has-stars.product-type-external:hover .wrapp-product-price, .wd-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price {
	transform: translateY(-30px) translateZ(0);
}

.wd-hover-base.product-in-carousel {
	overflow: hidden;
}

.wd-hover-base.product-in-carousel .content-product-imagin {
	display: none;
}

.wd-hover-base.product-in-carousel .quick-shop-close {
	top: 5px;
	right: 10px;
}

.wd-hover-base.product-in-carousel .product-information {
	position: static;
}

.wd-hover-base.product-in-carousel .fade-in-block {
	position: static;
	visibility: visible;
	padding: 0;
	opacity: 1;
}

.browser-Safari .wd-hover-base.product-in-carousel .fade-in-block {
	pointer-events: visible;
	pointer-events: unset;
}

.platform-iOS .wd-hover-base.product-in-carousel .fade-in-block {
	clip: rect(auto auto auto auto);
}

.wd-hover-base.product-in-carousel .hover-content {
	display: none;
}

.catalog-mode-on .wd-hover-base .wd-add-btn, .login-see-prices .wd-hover-base .wd-add-btn {
	display: none;
}

.catalog-mode-on .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn), .login-see-prices .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wd-hover-base:hover .wrapp-swatches, .wd-hover-base.state-hover .wrapp-swatches {
	transform: none;
}

.wd-hover-base.state-hover .wd-more-desc-btn {
	transform: none;
}

.wd-hover-base.hover-ready:hover .product-wrapper, .wd-hover-base.hover-ready.state-hover .product-wrapper {
	z-index: 20;
	transform: translateY(-5px) translateZ(0);
}

.wd-hover-base.hover-ready:hover .content-product-imagin, .wd-hover-base.hover-ready.state-hover .content-product-imagin {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
	transform: scale(1);
}

.wd-hover-base.hover-ready:hover .fade-in-block, .wd-hover-base.hover-ready.state-hover .fade-in-block {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility 0s ease;
}

.wd-hover-base.wd-loading-quick-shop .wrapp-swatches, .wd-hover-base.quick-shop-shown .wrapp-swatches {
	transform: translateY(103%) translateZ(0);
}

.browser-Safari .wd-hover-base .fade-in-block {
	visibility: visible;
	pointer-events: none;
}

.browser-Safari .wd-hover-base.hover-ready:hover .fade-in-block, .browser-Safari .wd-hover-base.hover-ready.state-hover .fade-in-block {
	pointer-events: visible;
	pointer-events: unset;
}

.platform-iOS .wd-hover-base .fade-in-block {
	clip: rect(0 0 0 0);
	opacity: 1;
}

.platform-iOS .wd-hover-base.hover-ready:hover .fade-in-block, .platform-iOS .wd-hover-base.hover-ready.state-hover .fade-in-block {
	clip: rect(auto auto auto auto);
}

[class*="color-scheme-light"] .wd-hover-base .content-product-imagin {
	background-color: #101010;
}

[class*="color-scheme-light"] .wd-hover-base .wrapp-swatches {
	border-color: rgba(255, 255, 255, .15);
	background-color: #101010;
}

[class*="color-scheme-light"] .wd-hover-base .wd-bottom-actions.wd-add-small-btn>div {
	border-color: rgba(255, 255, 255, .15);
}

@media (max-width: 1024px) {
	.wd-hover-base .content-product-imagin {
		top: -10px;
		right: -10px;
		left: -10px;
	}
}

@media (max-width: 768px) {
	.wd-hover-base .wrapp-swatches {
		min-height: 40px;
	}
	
	.wd-hover-base .product-compare-button {
		display: none;
	}
	
	.wd-hover-base .quick-shop-close {
		top: -5px;
		right: -5px;
	}
	
	.wd-hover-base.product-no-swatches .wrapp-swatches {
		display: none;
	}
}
