.elementor-3870 .elementor-element.elementor-element-0dbbe5d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3870 .elementor-element.elementor-element-79b9b41.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-3870 .elementor-element.elementor-element-79b9b41.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-3870 .elementor-element.elementor-element-79b9b41.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-3870 .elementor-element.elementor-element-79b9b41.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-79b9b41 *//* WooCommerce ürün gridinde başlık, fiyat ve butonu gizle */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
    display: none !important;
}

/* Görselleri tam genişlikte hizala */
.woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Grid görünümünü düzenle */
.woocommerce ul.products li.product {
    text-align: center;
    padding: 10px;
}

/* Hover efekti (isteğe bağlı) */
.woocommerce ul.products li.product img:hover {
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

/* Fiyatı gizle */
.elementor-widget-woocommerce-products .woocommerce ul.products li.product .price {
    display: none !important;
}

/* Sepete ekle butonunu gizle */
.elementor-widget-woocommerce-products .woocommerce ul.products li.product .button {
    display: none !important;
}

/* Başlığı ortala (isteğe bağlı estetik için) */
.elementor-widget-woocommerce-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
}

/* Mobilde 2 sütun görünmesi */
@media (max-width: 768px) {
    .elementor-widget-woocommerce-products .woocommerce ul.products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* Mobilde 2 üründen fazlasını gizle */
    .elementor-widget-woocommerce-products .woocommerce ul.products li.product:nth-child(n+3) {
        display: none !important;
    }
}/* End custom CSS */