/*--------------------------------------------------------------*/
    /* #region - Product Category Listing */
/*--------------------------------------------------------------*/

	/* Column Width Adjust */

	.elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.wdt-one-third { width: 33.333%; }
    .elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.wdt-one-half { width: 50%; }


	/* Common Styles */

	.elementor-widget-wdt-shop-product-cat .elementor-widget-container { margin-left: -15px; margin-right: -15px; }

	.elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item:not(.swiper-slide) { padding: 15px; margin: 0 !important; }

	.wdt-shop-category-listing-item:not(.column),
	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner,
	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner > div { float: left; width: 100%; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner .wdt-shop-category-meta-data { text-align: center; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-image,
	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner .wdt-shop-category-meta-data { position: relative; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner,
	.wdt-shop-category-listing-item .wdt-shop-category-listing-image { overflow: hidden; text-align: center; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-image { display: grid; align-items: center; justify-items: center; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-image > a { grid-area: 1/-1; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-image > a ~ a.wdt-shop-cat-button { text-align: center; z-index: 1; margin: 0; width: 100px; height: 100px; 
		border-radius: var(--wdtRadius_Full); padding: 10px; place-content: center; aspect-ratio: 1/1; transition: background-color .3s ease, color .3s ease, opacity .3s ease, transform var(--wdt-transform-transition-duration); 
		transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(0.2) scaleY(0.2); opacity: 0; transform-origin: 50px 50px; background-color: var(--wdtAccentTxtColor); color: var(--wdtLinkColor); }

	.wdt-shop-category-listing-item:hover .wdt-shop-category-listing-image > a ~ a.wdt-shop-cat-button { transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); 
		opacity: 1; transform-origin: 50px 50px; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-image > a ~ a.wdt-shop-cat-button:hover {
		background-color: var(--wdtLinkHoverColor); color: var(--wdtAccentTxtColor);
		transform: perspective(var(--wdt-transform-perspective)) rotateX(var(--wdt-transform-rotateX)) rotateY(var(--wdt-transform-rotateY)) scaleX(var(--wdt-transform-scale)) scaleY(var(--wdt-transform-scale));
	 }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-image > a,
	.wdt-shop-category-listing-item .wdt-shop-category-listing-image img { display: block; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 { margin-top: 0; }
	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3:only-child { margin-bottom: 0; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner .wdt-shop-category-meta-data .wdt-shop-category-starting-price-html del { 
		display: none; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner .wdt-shop-category-meta-data ins { 
		background: none; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner .wdt-shop-category-meta-data .wdt-shop-category-starting-price-html + .button { 
		margin-top: 20px; }


	/* Type 1 */

	.wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image .wdt-shop-category-listing-color { 
		content: ""; height: 0; margin: auto; padding-top: 75%; position: absolute; bottom: 40%; left: 50%; 
		top: auto; width: 75%; z-index: -1; -webkit-border-radius: 50%; border-radius: 50%; 
		-webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; 
		-webkit-transition: bottom 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s; 
		transition: bottom 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s; }

	.wdt-shop-category-listing-item.type1:hover .wdt-shop-category-listing-inner .wdt-shop-category-listing-image .wdt-shop-category-listing-color { 
		bottom: 50%; padding-top: 200%; width: 200%; }

	.wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data { padding: clamp(1.875rem, 1.6672rem + 0.694vw, 2.5rem) 10px 0; }

	.wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image img { 
		-webkit-transform: scale(1); transform: scale(1); -webkit-transition: var(--wdt-Ad-Transition); 
		transition: var(--wdt-Ad-Transition); margin: auto; }

	.wdt-shop-category-listing-item.type1:hover .wdt-shop-category-listing-inner .wdt-shop-category-listing-image img { 
		-webkit-transform: scale(1.1); transform: scale(1.1); }
	
	.wdt-shop-category-listing-item.type1.swiper-slide .wdt-shop-category-listing-inner .wdt-shop-category-listing-image { 
		    -webkit-clip-path: inset(60px 0);
    clip-path: inset(60px 0);
	transition: var(--wdt-Ad-Transition);
	 }
	.wdt-shop-category-listing-item.type1.swiper-slide.swiper-slide-active .wdt-shop-category-listing-inner .wdt-shop-category-listing-image { 
		    -webkit-clip-path: inset(0);
    clip-path: inset(0);
	 }

	 .wdt-shop-category-listing-item.type1.swiper-slide .wdt-shop-category-listing-inner .wdt-shop-category-meta-data {
		transform: translateY(-60px);
		-webkit-transform: translateY(-60px);
		transition: var(--wdt-Ad-Transition);
	 }

	 .wdt-shop-category-listing-item.type1.swiper-slide.swiper-slide-active .wdt-shop-category-listing-inner .wdt-shop-category-meta-data {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	 }

	.wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image { position: relative; padding: 3px; }
	.wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image a { z-index:2; overflow: hidden; }
	.wdt-shop-category-listing-item.type1.swiper-slide-active .wdt-shop-category-listing-inner .wdt-shop-category-listing-image:has(img):before,
	.wdt-shop-category-listing-item.type1.swiper-slide-active .wdt-shop-category-listing-inner .wdt-shop-category-listing-image:has(img):after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    background-color: var(--wdtHeadAltColor);
    z-index: 1;
    transition: var(--wdt-Ad-Transition);
}
	.wdt-shop-category-listing-item.type1.swiper-slide-active .wdt-shop-category-listing-inner .wdt-shop-category-listing-image:has(img):before {
    top: -3px;
    left: -3px;
}
	.wdt-shop-category-listing-item.type1.swiper-slide-active .wdt-shop-category-listing-inner .wdt-shop-category-listing-image:has(img):after {
    bottom: -3px;
    right: -3px;
}
	.wdt-shop-category-listing-item.type1.swiper-slide-active .wdt-shop-category-listing-inner .wdt-shop-category-listing-image:has(img):before,
	.wdt-shop-category-listing-item.type1.swiper-slide-active .wdt-shop-category-listing-inner .wdt-shop-category-listing-image:has(img):after {
    height: calc(100% + 3px);
    width: calc(100% + 3px);
}

	/* Type 2 */

	.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner { border: 1px solid var(--wdtBorderColor); }

	.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data { 
		border-style: solid; border-width: 1px 0 0; border-color: inherit; padding: 30px 20px; }

	.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 { 
		font-size: var(--wdtFontSize_H4); }

	.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data > *:last-child { 
		margin-bottom: 0; }


	/* For Icon */

	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner:has(> .wdt-shop-category-listing-image > a svg),
	.wdt-shop-category-listing-item .wdt-shop-category-listing-inner .wdt-shop-category-listing-image:has(> a svg) { overflow: visible; }

	.wdt-shop-category-listing-item .wdt-shop-category-listing-image > a:has(> svg) {
		display: flex; align-items: center; justify-content: center; 
		font-size: clamp(3.125rem, 2.569rem + 3.0675vw, 6.25rem); /*100px - 50px*/ 
		color: var(--wdtHeadAltColor); -webkit-transform: translateY(0); transform: translateY(0); 
		-webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition); margin: auto; }

	.wdt-shop-category-listing-item.type1:hover .wdt-shop-category-listing-image > a:has(> svg) {
		-webkit-transform: translateY(-10px); transform: translateY(-10px); }

	.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-image { padding: 30px; }

		

/* #endregion - Product Category Listing */

/*--------------------------------------------------------------*/
    /* Responsive */
/*--------------------------------------------------------------*/

    @media only screen and (max-width: 767px) {
        .elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.wdt-one-third { width: 50%; }
		.elementor-widget-wdt-shop-product-cat .elementor-widget-container { margin-left: -10px; margin-right: -10px; }
		/* .elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item { padding: 10px; } */
    }

    @media only screen and (max-width: 480px) {
        .elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.wdt-one-third,
        .elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.wdt-one-half { width: 100%; }
    }