
/*--------------------------------------------------------------*/
    /* #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 */

    .elementor-widget-wdt-shop-product-cat .elementor-widget-container { margin-left: 0; margin-right: 0; }
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has( > .wdt-shop-category-listing-item.wdt-one-sixth.type1 ) {
        display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(1rem, 0.8443rem + 0.8589vw, 1.875rem); }
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container .wdt-shop-category-listing-item.wdt-one-sixth.type1 { 
		width: 100%; padding: 0; margin: 0; }
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container .wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-image > a {
        position: relative; overflow: hidden; border: 1px solid transparent; -webkit-border-radius: var(--wdtRadius_Full); 
        border-radius: var(--wdtRadius_Full); -webkit-transition: var(--wdt-Livi-Transition); transition: var(--wdt-Livi-Transition); }
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container .wdt-shop-category-listing-item.type1:hover .wdt-shop-category-listing-image > a { 
        border: 1px solid var(--wdtPrimaryColor); }

    .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: 0; }
	.wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 { 
        font-size: clamp(1.125rem, 1.0583rem + 0.3681vw, 1.5rem); }
	.wdt-shop-category-listing-item.type1 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image { margin-bottom: 20px; }
	.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-Livi-Transition); 
        transition: var(--wdt-Livi-Transition); margin: auto; }
	.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: scale(1.15); transform: scale(1.15); }


    /* Type 2 */

    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has( > .wdt-shop-category-listing-item.wdt-one-fourth.type2 ) {
        display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container .wdt-shop-category-listing-item.wdt-one-fourth.type2 { 
		width: 100%; padding: 0; margin: 0; }

    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner { display: grid; align-items: center; justify-items: center; }
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image,
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data { grid-area: 1/-1; }
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image a { position: relative; overflow: hidden; }
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image a::before {
        content: ''; position: absolute; pointer-events: none; top: 0; left: 0; right: 0; bottom: 0; background: rgba(var(--wdtPrimaryColorRgb),0.5); 
        -webkit-transition: var(--wdt-Livi-Transition); transition: var(--wdt-Livi-Transition); z-index: 1; margin: auto; }
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-listing-image img { 
        width: 100%; max-width: 100%; height: 100%; max-height: clamp(12.5rem, 11.388rem + 6.135vw, 18.75rem); 
        min-height: clamp(12.5rem, 11.388rem + 6.135vw, 18.75rem); object-fit: cover; object-position: center; -webkit-transform: scale(1); 
        transform: scale(1); -webkit-transition: var(--wdt-Livi-Transition); transition: var(--wdt-Livi-Transition); 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); margin: auto; }
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data { 
        padding: clamp(0.9375rem, 0.7707rem + 0.9202vw, 1.875rem); z-index: 1;}
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 {     
        font-size: clamp(1.5rem, 1.4333rem + 0.3681vw, 1.875rem); font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; 
        margin-bottom: 8px; backface-visibility: hidden; }
    .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); }
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data h3 a:hover {
        color: var(--wdtTertiaryColor); }
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data .wdt-shop-category-total-items {
        font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_Ext); letter-spacing: var(--wdtLetterSpacing_2X); text-transform: uppercase; }
    .wdt-shop-category-listing-item.type2 .wdt-shop-category-listing-inner .wdt-shop-category-meta-data > *:last-child { margin-bottom: 0; }

/* #endregion - Product Category Listing */


/*==== Responsive ====*/

@media (max-width: 1280px) {
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has( > .wdt-shop-category-listing-item.wdt-one-fourth.type2 ) { gap: 25px; }
}

@media (max-width: 1024px) {
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has( > .wdt-shop-category-listing-item.wdt-one-sixth.type1 ) { 
        grid-template-columns: repeat(3, 1fr); }
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has( > .wdt-shop-category-listing-item.wdt-one-fourth.type2 ) {
        grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 480px) {
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has( > .wdt-shop-category-listing-item.wdt-one-sixth.type1 ) { 
        grid-template-columns: repeat(2, 1fr); }
    .elementor-widget-wdt-shop-product-cat .elementor-widget-container:has( > .wdt-shop-category-listing-item.wdt-one-fourth.type2 ) {
        grid-template-columns: repeat(1, 1fr); }
}