/*--------------------------------------------------------------*/
/* #region - Product Category Listing */
/*--------------------------------------------------------------*/

.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 {
    margin: 0;
    padding: 10px;
}

.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;
}

.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 .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>a {
    -webkit-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
}

.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 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data {
    padding: 20px 15px 0;
}

.wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 {
    font-size: 28px;
}

.wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image img {
    margin: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 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:hover .wdt-shop-category-listing-inner .wdt-shop-category-listing-image img {
    -webkit-transform: translateZ(-35px);
    transform: translateZ(-35px);
}


/* Type 2 */
.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner {
    border: 0 solid #e4e4e4;
    display: grid;
    align-items: end;
    border-radius: var(--wdtRadius_2X);
    -webkit-border-radius: var(--wdtRadius_2X);
    overflow: hidden;
    position: relative;
}

.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgb(0,0,0,0) 0%, rgb(0,0,0,0.6) 100%);
    pointer-events: none;
    z-index: 0;
}

.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner > div {
	grid-area: 1/-1;
}

.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image img {
	-webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .5s ease; transition: all .5s ease; margin: auto; }
.wdt-shop-category-listing-item.type2: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.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data {
	border-style: solid;
	border-width: 0 0 0;
	border-color: inherit;
	padding: 40px 10px;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    z-index: 1;
    margin: -6px 0;
}

.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data > * {
    margin-top: 6px;
    margin-bottom: 6px;
}

.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3,
.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 a,
.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data .wdt-shop-category-total-items {
	color: var(--wdtAccentTxtColor);
	font-weight: var(--wdtFontWeight_Ext);
	font-size: var(--wdtFontSize_H6);
    font-family: var(--wdtFontTypo_Base);
	line-height: normal;
    text-transform: capitalize;
}

.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 a:hover {
	color: rgb(var(--wdtAccentTxtColorRgb),0.7);
}

.wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 {
    /* font-size: 30px; */
    padding: 0 4px 0 0;
}

/* .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data>*:last-child {
    margin-bottom: 0;
} */

/* custom type 2 */

.elementor-widget-wdt-shop-product-cat .elementor-widget-container:has( > div.type2 ) {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin: 0;
}

.elementor-widget-wdt-shop-product-cat .elementor-widget-container > .wdt-shop-category-listing-item.type2 {
    width: 100%;
    padding: 0;
}







/* Type 3 */

.wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-inner {
    display: grid;
    align-items: center;
}

.wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-image,
.wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data {
    grid-area: 1/1;
}

.wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data {
    padding: 20px;
}

.wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image img {
    transform: inherit;
    transition: auto;
    opacity: 0;
    visibility: hidden;
    margin: unset;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.wdt-shop-category-listing-item.type3.active .wdt-shop-category-listing-inner .wdt-shop-category-listing-image img {
    opacity: 1;
    visibility: visible;
}

.wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-inner,
.wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-image {
    overflow: visible;
}

.wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 {
    font-size: clamp(1.5rem, 1.325rem + 0.875vw, 2.375rem);
    /* min-24px & max-38px */
    margin-bottom: 0;
    z-index: 1;
}


/* #endregion - Product Category Listing */




/* ----Responsiveness---- */

@media (max-width:1540px) {
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has(> div.type2) {
        gap: 20px;
    }
}

@media (max-width:1280px) {
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has(> div.type2) {
        grid-template-columns: repeat(4,1fr);
    }
}

@media (max-width: 1024px) {
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has(> div.type2) {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 767px) {
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has(> div.type2) {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 479px) {
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has(> div.type2) {
        grid-template-columns: 1fr;
    }
}






@media only screen and (max-width:479px) {
    .wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image img {
        width: 80px;
        height: 80px;
    }

    .wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 {
        font-size: 18px;
    }

    .wdt-shop-category-listing-item.type3 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data {
        padding: 5px;
    }
}