
.product-image-summary .summary-inner {
	--wd-mb: 20px;
	container: entry-summary/inline-size;
}

.single-product .wd-builder-off {
	--wd-single-spacing: 40px;
}

.wd-builder-off .single-product-page>div:not(:last-child) {
	margin-bottom: var(--wd-single-spacing);
}

.wd-before-product-tabs {
	padding-block: 15px;
	background-color: var(--bgcolor-gray-200);
}

.wd-before-product-tabs>.container {
	--wd-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.product-tabs-wrapper+.wd-before-product-tabs {
	margin-top: calc(var(--wd-single-spacing) * -1 - 1px);
}

.related-and-upsells .wd-products-element {
	margin-bottom: var(--wd-single-spacing);
}

.related-and-upsells .wd-products-element:last-child {
	margin-bottom: 0;
}

.related-and-upsells:empty {
	margin-top: calc(var(--wd-single-spacing) * -1);
}

.tabs-layout-tabs+.wd-single-reviews {
	padding-top: var(--wd-single-spacing);
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-content-area>.single-breadcrumbs-wrapper {
	margin-bottom: 20px;
}

.single-breadcrumbs-wrapper :is(.wd-breadcrumbs, .yoast-breadcrumb) {
	flex: 1 1 auto;
	text-align: start;
}

.single-breadcrumbs-wrapper .wd-products-nav {
	flex: 0 0 auto;
}

@container entry-summary (width < 400px) {}

.summary-inner>.wd-action-btn {
	margin-inline-end: 20px;
}

.summary-inner>.wd-action-btn:last-child {
	margin-bottom: var(--wd-mb);
}

@media (max-width: 1024px) {
	.single-product .wd-builder-off {
		--wd-single-spacing: 20px;
		padding-block: 20px;
	}
}

@media (max-width: 768.98px) {
	.single-product-page .summary-inner {
		margin-bottom: -20px;
	}
}

@container entry-summary (width > 400px) {}

.summary-inner .product_meta {
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.summary-inner .wd-accordion+.product_meta {
	padding-top: 0;
	border-top: none;
}

.product-image-summary .shop_attributes {
	--wd-attr-v-gap: 10px;
	--wd-attr-brd-style: dashed;
	margin-bottom: var(--wd-mb);
}

.summary-inner>.price {
	font-size: 155%;
	line-height: 1.2;
}

.summary-inner>.price .price {
	font-size: inherit;
}

.summary-inner>.price .login-to-prices-msg {
	font-size: 80%;
}

.summary-inner>.price:empty {
	display: none;
}

@media (max-width: 1024px) {
	.summary-inner>.price {
		margin-bottom: 15px;
		font-size: 130%;
	}
}

.product-tabs-wrapper {
	padding-top: var(--wd-single-spacing);
	padding-bottom: var(--wd-single-spacing);
	border-top: 1px solid var(--brdcolor-gray-300);
	border-bottom: 1px solid var(--brdcolor-gray-300);
	background-color: var(--bgcolor-white);
}

.wd-content-area:not([style*="col-lg:12;"]) .product-tabs-wrapper {
	background-color: transparent;
}

.product-tabs-inner>div:not(:last-child) {
	margin-bottom: var(--wd-single-spacing);
}

.tabs-layout-tabs .shop_attributes {
	max-width: 650px;
}

.product-tabs-wrapper .tabs-layout-tabs>.wd-nav-tabs-wrapper {
	margin-top: calc(var(--wd-single-spacing) * -1 - 1px);
	margin-bottom: 30px;
}

.tabs-layout-accordion .wd-scroll-content {
	max-height: 250px;
}

.tabs-layout-accordion .wd-single-reviews .wd-scroll-content {
	max-height: 400px;
}

.tabs-location-standard.tabs-type-accordion {
	--wd-single-spacing: 25px;
}

.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper {
	border-top: none;
}

.tabs-location-standard.tabs-type-accordion.reviews-location-tabs .product-tabs-wrapper {
	border-bottom: none;
}

.tabs-location-summary .tabs-layout-accordion {
	--wd-accordion-font-size: 14px;
	--wd-accordion-spacing: 15px;
}

@media (max-width: 1024px) {
	.product-tabs-wrapper {
		border-top: none;
	}
}

.product-has-bg .product-tabs-wrapper {
	border-top: none;
}

.product-summary-shadow .summary-inner {
	padding: 30px 35px 15px;
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: var(--wd-brd-radius);
}

.product-extra-content.wd-location-before {
	margin-bottom: var(--wd-single-spacing);
}

.product-extra-content.wd-location-after {
	margin-top: var(--wd-single-spacing);
}

@media (min-width: 769px) {
	.product-full-width:is(.product-design-alt, .product-summary-shadow, .image-full-width) .entry-summary {
		display: flex;
		align-items: start;
		justify-content: center;
	}
	
	.product-full-width:is(.product-design-alt, .product-summary-shadow, .image-full-width) .entry-summary .summary-inner {
		max-width: 620px;
		width: 100%;
	}
}

.pswp {
	z-index: 1500;
	display: none;
	overflow: hidden;
	outline: none;
	-webkit-text-size-adjust: 100%;
	touch-action: none;
	-webkit-backface-visibility: hidden;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: .001;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	will-change: opacity;
}

.pswp--open {
	display: block;
}

.pswp__bg {
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__scroll-wrap {
	overflow: hidden;
}

:is(.pswp__container, .pswp__zoom-wrap) {
	position: absolute;
	inset: 0;
	touch-action: none;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

:is(.pswp__container, .pswp__img) {
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
	transform-origin: left top;
}

.pswp--animated-in :is(.pswp__bg, .pswp__zoom-wrap) {
	transition: none;
}

.pswp__item {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border-radius: var(--wd-brd-radius);
}

.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: grabbing;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #242424;
}

.pswp__error-msg {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 100%;
	color: #bbb;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.pswp__error-msg a {
	color: #bbb;
	text-decoration: underline;
}

.pswp__button {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 44px;
	min-height: unset;
	background: none;
	opacity: .75;
	transition: opacity .2s;
	-webkit-appearance: none;
}

.pswp__button:hover {
	background-color: unset;
	opacity: 1;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__button, [class*="pswp__button--arrow--"]:before {
	background: url("https://cdn-lkind.nitrocdn.com/QkTNGUkqLsIfIkzWTEfQLZDXmXSPFoAp/assets/images/optimized/rev-1600028/www.tolymp.de/wp-content/themes/woodmart/images/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg [class*="pswp__button--arrow--"]:before {
		background-image: url("https://cdn-lkind.nitrocdn.com/QkTNGUkqLsIfIkzWTEfQLZDXmXSPFoAp/assets/images/optimized/rev-1600028/www.tolymp.de/wp-content/themes/woodmart/images/default-skin.svg");
	}
	
	.pswp--svg [class*="pswp__button--arrow--"] {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

[class*="pswp__button--arrow--"] {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	background: none;
}

.pswp--touch [class*="pswp__button--arrow--"] {
	visibility: hidden;
}

[class*="pswp__button--arrow--"]:before {
	content: "";
	position: absolute;
	top: 35px;
	width: 32px;
	height: 30px;
	background-color: rgba(0, 0, 0, .3);
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	user-select: none;
}

.pswp__share-modal {
	z-index: 1600;
	padding: 10px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	position: absolute;
	top: calc(56px + var(--wd-admin-bar-h));
	right: 44px;
	z-index: 1620;
	background: #fff;
	transition: transform .25s;
	transform: translateY(6px);
	border-radius: var(--wd-brd-radius);
	-webkit-backface-visibility: hidden;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:first-child {
	border-top-left-radius: var(--wd-brd-radius);
	border-top-right-radius: var(--wd-brd-radius);
}

.pswp__share-tooltip a:last-child {
	border-bottom-left-radius: var(--wd-brd-radius);
	border-bottom-right-radius: var(--wd-brd-radius);
}

.pswp__share-tooltip a:hover {
	color: #fff;
}

.pswp__share-tooltip:before {
	content: "";
	position: absolute;
	top: -12px;
	right: 15px;
	display: block;
	border: 6px solid transparent;
	border-bottom-color: #fff;
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: none;
}

.pswp__share--facebook:hover {
	background: #365493;
}

.pswp__share--twitter:hover {
	background: #000;
}

.pswp__share--pinterest:hover {
	background: #ce272d;
}

.pswp__share--download:hover {
	background: var(--wd-primary-color);
}

.pswp__counter {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	height: 44px;
	color: #fff;
	font-size: 13px;
	line-height: 44px;
	opacity: .75;
}

.pswp__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 44px;
	width: 100%;
}

.pswp__caption small {
	color: #bbb;
	font-size: 11px;
}

.pswp__caption__center {
	margin: 0 auto;
	padding: 10px;
	max-width: 420px;
	color: #bbb;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	position: relative;
	display: flex;
	float: right;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	font-size: 0;
	line-height: 1;
	opacity: 0;
	transition: opacity .25s ease-out;
}

@media screen and (min-width: 1025px) {
	.pswp__preloader {
		position: absolute;
		top: 0;
		left: calc(50% - 22px);
	}
}

.pswp__preloader__donut {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(0, 0, 0, 0);
	border-left-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.pswp__preloader--active .pswp__preloader__donut {
	--wd-anim-state: running;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__ui {
	z-index: 1550;
	visibility: visible;
	-webkit-font-smoothing: auto;
	opacity: 1;
}

.pswp--fs {
	--wd-admin-bar-h: 0;
}

.pswp__top-bar {
	position: absolute;
	top: var(--wd-admin-bar-h);
	left: 0;
	width: 100%;
	height: 44px;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse [class*="pswp__button--arrow--"] {
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp--has_mouse [class*="pswp__button--arrow--"] {
	visibility: visible;
}

:is(.pswp__top-bar, .pswp__caption) {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit :is(.pswp__top-bar, .pswp__caption) {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle [class*="pswp__button--arrow--"] {
	opacity: 0;
}

.pswp__ui--hidden :is(.pswp__top-bar, .pswp__caption, [class*="pswp__button--arrow--"]) {
	opacity: .001;
}

.pswp__ui--one-slide :is([class*="pswp__button--arrow--"], .pswp__counter) {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp, .pswp__bg, .pswp__scroll-wrap, .pswp__share-modal {
	position: absolute;
	inset: 0;
}

.woocommerce-product-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wd-gallery-gap, 10px);
}

.woocommerce-product-gallery>* {
	flex: 1 1 100%;
	max-width: 100%;
}

.woocommerce-product-gallery img {
	width: 100%;
	border-radius: var(--wd-brd-radius);
}

.woocommerce-product-gallery .wd-carousel-inner {
	margin: 0;
}

.woocommerce-product-gallery .wd-carousel {
	--wd-gap: var(--wd-gallery-gap, 10px);
	padding: 0;
	border-radius: var(--wd-brd-radius);
}

.woocommerce-product-gallery .wd-nav-arrows.wd-pos-sep {
	--wd-arrow-offset-h: calc(var(--wd-arrow-width, var(--wd-arrow-size, 50px)) / -1);
}

.woocommerce-product-gallery .wd-nav-pagin-wrap {
	position: absolute;
	inset-inline: 15px;
	bottom: 15px;
	z-index: 2;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
}

.woocommerce-product-gallery .zoomImg[src$=".png"] {
	background-color: var(--wd-main-bgcolor);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.woocommerce-product-gallery .wd-carousel-wrap[style*="grabbing"] .zoomImg {
	opacity: 0 !important;
	transition: opacity .25s ease;
}

.wd-gallery-thumb .wd-carousel-item {
	cursor: pointer;
	transition: opacity .25s ease;
}

.wd-gallery-thumb :is(.wd-carousel-item:hover, .wd-thumb-active, .wd-carousel:not(.wd-initialized) .wd-carousel-item:first-child) {
	opacity: .5;
}

.woocommerce-product-gallery:not(.wd-has-thumb) .wd-gallery-thumb {
	display: none;
}

.woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) {
	transform: translate3d(calc(50% - ( 100% / var(--wd-col) ) * 1.5), 0, 0);
}

.rtl .woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) {
	transform: translate3d(calc(-50% + ( 100% / var(--wd-col) ) * 1.5), 0, 0);
}

.woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) .wd-carousel-item:first-child:last-child {
	margin-inline-start: auto;
}

.product-additional-galleries {
	position: absolute;
	bottom: 0;
	inset-inline-start: 0;
	z-index: 3;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	transition: all .3s ease;
}

.wd-action-btn.wd-style-icon-bg-text {
	--wd-action-icon-size: 18px;
	--wd-action-color: var(--color-gray-600);
	--wd-action-color-hover: var(--color-gray-800);
}

.wd-action-btn.wd-style-icon-bg-text>a {
	flex-wrap: nowrap;
	overflow: hidden;
	min-width: calc(var(--wd-action-icon-size) * 2.8);
	height: calc(var(--wd-action-icon-size) * 2.8);
	border-radius: calc(var(--wd-action-icon-size) * 2);
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 5px rgba(0, 0, 0, .08);
}

.wd-action-btn.wd-style-icon-bg-text>a:before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc(var(--wd-action-icon-size) * 2.8);
	height: calc(var(--wd-action-icon-size) * 2.8);
}

.wd-action-btn.wd-style-icon-bg-text>a>span {
	overflow: hidden;
	max-width: 0;
	white-space: nowrap;
	font-size: 90%;
	font-weight: 600;
	transition: padding .4s cubic-bezier(.175, .885, .32, 1.15), max-width .4s cubic-bezier(.175, .885, .32, 1.15);
}

.wd-action-btn.wd-style-icon-bg-text>a:hover>span {
	padding-inline-end: calc(var(--wd-action-icon-size) * 1.4);
	max-width: 280px;
}

.product-360-button>a:before {
	content: "";
}

.wd-show-product-gallery-wrap>a:before {
	content: "";
}

.wd-play-icon>a:before {
	content: "";
}

.product-360-view-wrapper {
	--wd-popup-width: 700px;
}

.product-360-view-wrapper.wd-popup {
	--wd-popup-padding: .001px;
	background-color: transparent;
}

.woocommerce-product-gallery.image-action-zoom .wd-carousel-item figure a:last-child, .woocommerce-product-gallery.image-action-none .wd-carousel-item figure a {
	cursor: default;
	pointer-events: none;
}

.woocommerce-product-gallery .product-labels {
	inset-inline-start: auto;
	z-index: 10;
	align-items: flex-end;
	max-width: 30%;
}

.woocommerce-product-gallery .product-labels.labels-rectangular {
	inset-inline: auto 0;
}

.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
	top: 15px;
	inset-inline-end: 15px;
}

.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
	min-width: 55px;
	min-height: 55px;
}

.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img {
	min-height: auto;
}

@media (min-width: 1025px) {
	[style*="col-lg:auto"] .wd-carousel-item {
		flex: 0 0 auto;
		max-width: unset;
	}
	
	.wd-builder-on :is(.thumbs-grid-bottom_grid, .thumbs-grid-bottom_column) .wd-carousel {
		--wd-col: var(--wd-col-lg) !important;
	}
}

@media (max-width: 1024px) {
	.wd-action-btn.wd-style-icon-bg-text {
		--wd-action-icon-size: 16px;
	}
}

@media (max-width: 768.98px) {
	[style*="col-sm:auto"] .wd-carousel-item {
		flex: 0 0 auto;
		max-width: unset;
	}
	
	.wd-builder-on :is(.thumbs-grid-bottom_grid, .thumbs-grid-bottom_column) .wd-carousel {
		--wd-col: var(--wd-col-sm) !important;
	}
}

@media (max-width: 576px) {
	.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
		top: 10px;
		inset-inline-end: 10px;
	}
	
	.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
		min-width: 40px;
		min-height: 40px;
	}
	
	.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img {
		min-height: auto;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	[style*="col-md:auto"] .wd-carousel-item {
		flex: 0 0 auto;
		max-width: unset;
	}
	
	.wd-builder-on :is(.thumbs-grid-bottom_grid, .thumbs-grid-bottom_column) .wd-carousel {
		--wd-col: var(--wd-col-md) !important;
	}
}
@media (min-width: 1025px){
[class*="thumbs-grid-bottom"] .wd-carousel {
	margin-inline: unset;
}

[class*="thumbs-grid-bottom"] .wd-carousel-wrap {
	display: grid;
	grid-template-columns: repeat(var(--wd-col), 1fr);
	gap: var(--wd-gap);
	align-items: start;
}

[class*="thumbs-grid-bottom"] .wd-carousel-item {
	flex: unset;
	max-width: unset;
	padding-inline: unset;
	height: auto;
}

.thumbs-grid-bottom_grid .wd-grid {
	--wd-col-lg: 2;
}

.thumbs-grid-bottom_grid .wd-carousel-item:first-child {
	grid-column: auto/span var(--wd-col);
}

.thumbs-grid-bottom_combined .wd-grid {
	--wd-col: 2;
}

.thumbs-grid-bottom_combined .wd-carousel-item {
	grid-column: auto/span 1;
}

.thumbs-grid-bottom_combined .wd-carousel-item:nth-child(3n+1) {
	grid-column: auto/span 2;
}

.thumbs-grid-bottom_combined_2 .wd-grid {
	--wd-col: 6;
}

.thumbs-grid-bottom_combined_2 .wd-carousel-item {
	grid-column: auto/span 2;
}

.thumbs-grid-bottom_combined_2 :is(.wd-carousel-item:nth-child(5n+1), .wd-carousel-item:nth-child(5n+2)) {
	grid-column: auto/span 3;
}

.thumbs-grid-bottom_combined_3 .wd-grid {
	--wd-col: 5;
}

.thumbs-grid-bottom_combined_3 .wd-carousel-wrap {
	align-items: center;
}

.thumbs-grid-bottom_combined_3 .wd-carousel-item {
	grid-column: auto/span 2;
}

.thumbs-grid-bottom_combined_3 .wd-carousel-item:first-child {
	grid-column: auto/span 5;
}

.thumbs-grid-bottom_combined_3 :is(.wd-carousel-item:nth-child(4n+5), .wd-carousel-item:nth-child(4n+2)) {
	grid-column: auto/span 3;
}
}
.wd-carousel-container {
	--wd-width: 100%;
	position: relative;
	width: var(--wd-width);
}

.wd-carousel-inner {
	position: relative;
	margin: -15px 0;
}

.wd-carousel {
	position: relative;
	overflow: var(--wd-carousel-overflow, hidden);
	padding: 15px 0;
	margin-inline: calc(var(--wd-gap) / -2);
	touch-action: pan-y;
}

@supports (overflow: clip) {
	.wd-carousel {
		overflow: var(--wd-carousel-overflow, clip);
	}
}

.wd-carousel-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: initial;
	box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
}

.wd-carousel-item {
	position: relative;
	height: 100%;
	flex: 0 0 calc(100% / var(--wd-col));
	max-width: calc(100% / var(--wd-col));
	padding: 0 calc(var(--wd-gap) / 2);
	transition-property: transform;
	transform: translate3d(0px, 0, 0);
}

.wd-backface-hidden .wd-carousel-item {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) {
	transform: translate3d(calc(50% - ( 100% / var(--wd-col) ) / 2), 0, 0);
}

.wd-autoheight, .wd-autoheight .wd-carousel-item {
	height: auto;
}

.wd-autoheight .wd-carousel-wrap {
	align-items: flex-start;
	transition-property: transform, height;
}

@media (min-width: 1025px) {
	.wd-carousel-container:not(.wd-off-lg) [style*="col-lg:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (max-width: 768.98px) {
	.wd-carousel-container:not(.wd-off-sm) [style*="col-sm:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-carousel-container:not(.wd-off-md) [style*="col-md:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

.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-rectangular {
	top: 15px;
	inset-inline-start: 0;
}

.wd-btn-arrow {
	transition: all .25s ease;
}

.wd-btn-arrow.wd-lock, .wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow {
	opacity: 0 !important;
	pointer-events: none !important;
}

.wd-arrow-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wd-arrow-width, var(--wd-arrow-size, 50px));
	height: var(--wd-arrow-height, var(--wd-arrow-size, 50px));
	line-height: 1;
	color: var(--wd-arrow-color, var(--color-gray-800));
	background: var(--wd-arrow-bg, unset);
	box-shadow: var(--wd-arrow-shadow, unset);
	border: var(--wd-arrow-brd, unset) var(--wd-arrow-brd-color, unset);
	border-radius: var(--wd-arrow-radius, unset);
	cursor: pointer;
	transition: all .25s ease;
}

.wd-arrow-inner:after {
	font-size: var(--wd-arrow-icon-size, 24px);
	font-family: "woodmart-font";
}

.wd-arrow-inner:hover {
	color: var(--wd-arrow-color-hover, var(--color-gray-500));
	background: var(--wd-arrow-bg-hover, var(--wd-arrow-bg));
	border-color: var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color));
}

.wd-disabled .wd-arrow-inner {
	color: var(--wd-arrow-color-dis, var(--color-gray-400));
	background: var(--wd-arrow-bg-dis, var(--wd-arrow-bg));
	border-color: var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));
	cursor: unset;
}

.wd-prev .wd-arrow-inner:after {
	content: "";
}

.wd-icon-2 .wd-prev .wd-arrow-inner:after {
	content: "";
}

.wd-next .wd-arrow-inner:after {
	content: "";
}

.wd-icon-2 .wd-next .wd-arrow-inner:after {
	content: "";
}

.wd-nav-arrows.wd-pos-sep:after {
	content: "";
	position: absolute;
	inset: 0px calc(( var(--wd-arrow-width, var(--wd-arrow-size, 50px)) + var(--wd-arrow-offset-h, 0px) ) * -1);
}

.wd-nav-arrows.wd-pos-sep .wd-btn-arrow {
	position: absolute;
	top: calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2);
	z-index: 250;
}

.wd-nav-arrows.wd-pos-sep .wd-prev {
	inset-inline-end: calc(100% + var(--wd-arrow-offset-h, 0px));
}

.wd-nav-arrows.wd-pos-sep .wd-next {
	inset-inline-start: calc(100% + var(--wd-arrow-offset-h, 0px));
}

.wd-nav-arrows:where(.wd-pos-together) {
	--wd-arrow-size: 30px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 10px;
}

.wd-nav-arrows.wd-pos-together {
	position: absolute;
	top: calc(0% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px)));
	inset-inline-end: calc(var(--wd-arrow-offset-h, 0px) / -1);
	display: flex;
	gap: var(--wd-arrow-gap, .001px);
	z-index: 250;
}

@media (min-width: 1025px) {
	.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
		opacity: 0;
		pointer-events: none;
	}
	
	:is(.wd-carousel-container, .wd-products-element):hover .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
		opacity: 1;
		transform: translateY(0);
		pointer-events: unset;
	}
	
	.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev {
		transform: translateX(-30px);
	}
	
	.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
		transform: translateX(30px);
	}
}

@media (max-width: 1024px) {
	.wd-nav-arrows {
		--wd-arrow-icon-size: 16px;
		--wd-arrow-size: 40px;
	}
	
	.wd-nav-arrows:where(.wd-pos-sep) {
		--wd-arrow-offset-h: -12px;
	}
	
	.wd-nav-arrows:where(.wd-pos-together) {
		--wd-arrow-size: 30px;
	}
}
