/*
 Theme Name:   Woopy Child Theme
 Theme URI:    https://woopy.ancorathemes.com/
 Description:  Woopy Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     woopy
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  woopy
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.product-gallery-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}

.product-gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.woocommerce ul.products li.product .post_featured {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: 10px;
    border: none;
}

    @media (max-width: 479px) {
        .woocommerce ul.products li.product .post_featured {
            margin-bottom: 8px;
        }
		
		.elementor-194 .elementor-element.elementor-element-47b82ac .woocommerce .woocommerce-loop-category__title {
    font-family: "Futura Font", Sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.3px;
			font-size: 14px;
}
    }


.woocommerce .woocommerce-result-count {
    margin: 0 0.3em 0 0;
    font-size: 16px;
    line-height: 22px;
    color: var(--theme-color-text_light);
    display: none !Important;
}



