.elementor-7631 .elementor-element.elementor-element-7ec8edb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;}.elementor-7631 .elementor-element.elementor-element-247b816{--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;--background-transition:0.3s;}.elementor-7631 .elementor-element.elementor-element-cd23e44{--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;--background-transition:0.3s;}.elementor-7631 .elementor-element.elementor-element-f1d656f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-7631 .elementor-element.elementor-element-f1d656f.elementor-wc-products .attachment-woocommerce_thumbnail{border-radius:5px 5px 5px 5px;}.elementor-7631 .elementor-element.elementor-element-f1d656f.elementor-wc-products ul.products li.product .price{color:#3A91E2;}.elementor-7631 .elementor-element.elementor-element-f1d656f.elementor-wc-products ul.products li.product .price ins{color:#3A91E2;}.elementor-7631 .elementor-element.elementor-element-f1d656f.elementor-wc-products ul.products li.product .price ins .amount{color:#3A91E2;}.elementor-7631 .elementor-element.elementor-element-f1d656f.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-7631 .elementor-element.elementor-element-589a2d7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:5px 5px;--background-transition:0.3s;}.elementor-7631 .elementor-element.elementor-element-2057480{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-7631 .elementor-element.elementor-element-247b816{--width:27%;}.elementor-7631 .elementor-element.elementor-element-cd23e44{--width:75%;}.elementor-7631 .elementor-element.elementor-element-2057480{--width:100%;}}@media(max-width:1024px){.elementor-7631 .elementor-element.elementor-element-f1d656f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-7631 .elementor-element.elementor-element-f1d656f.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for shortcode, class: .elementor-element-3977072 *//* Tüm Cihazlarda Ürün Resimlerini Sabitle */
.bwaf-products-wrapper ul.products li.product img,
.woocommerce ul.products li.product img,
.woocommerce-loop-category__title + img,
img.attachment-woocommerce_thumbnail {
    width: 100% !important;
    /* aspect-ratio: 4/3 resimleri yatay dikdörtgen yapar ve hepsini aynı yüksekliğe eşitler */
    aspect-ratio: 4 / 3 !important; 
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 5px !important; /* İstediğin 5px yuvarlama */
    display: block !important;
}

/* Kartların içindeki başlık ve fiyatların hizalanması için */
.bwaf-products-wrapper ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
}

/* Sadece Mobil (767px ve altı) */
@media (max-width: 767px) {
    /* 1. Gereksiz filtre butonlarını ve satırlarını gizle */
    .category-filtering.category-filter-row,
    .filter-button,
    .woocommerce-result-count, 
    .woocommerce-ordering {
        display: none !important;
    }

    /* Mobilde resim oranını istersen değiştirebilirsin (Opsiyonel) */
    .bwaf-products-wrapper ul.products li.product img {
        aspect-ratio: 4 / 3 !important; 
    }
}

/* 1. Ürün Resimlerini ve Oranını Sabitle */
.elementor-7631 .elementor-element.elementor-element-3977072 .woocommerce ul.products li.product img,
.elementor-7631 .elementor-element.elementor-element-3977072 .woocommerce-loop-category__title + img,
.elementor-7631 .elementor-element.elementor-element-3977072 img.attachment-woocommerce_thumbnail,
.elementor-7631 .elementor-element.elementor-element-3977072 .bwaf-products-wrapper ul.products li.product img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important; /* Tüm resimleri aynı yüksekliğe zorlar */
    object-fit: cover !important;
    border-radius: 5px !important; /* Köşe yuvarlama */
}

/* 2. Sayfa Numaralandırma (Pagination) Tasarımı */
.elementor-7631 .elementor-element.elementor-element-3977072 .bwaf-pagination,
.elementor-7631 .elementor-element.elementor-element-3977072 .woocommerce-pagination {
    text-align: center !important;
    margin: 40px 0 !important;
    width: 100% !important;
    clear: both !important;
}

.elementor-7631 .elementor-element.elementor-element-3977072 .bwaf-pagination .page-numbers,
.elementor-7631 .elementor-element.elementor-element-3977072 .woocommerce-pagination ul.page-numbers li .page-numbers {
    display: inline-block !important;
    padding: 10px 16px !important;
    margin: 0 5px !important;
    background-color: #ffffff !important;
    color: #222 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px !important; /* Numaraların köşeleri de yuvarlak */
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

/* Aktif Sayfa ve Üzerine Gelince (Hover) */
.elementor-7631 .elementor-element.elementor-element-3977072 .bwaf-pagination .page-numbers.current,
.elementor-7631 .elementor-element.elementor-element-3977072 .bwaf-pagination .page-numbers:hover,
.elementor-7631 .elementor-element.elementor-element-3977072 .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.elementor-7631 .elementor-element.elementor-element-3977072 .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    background-color: #000000 !important; /* Siyah tema */
    color: #ffffff !important;
    border-color: #000000 !important;
}

/* Sadece Mobil (767px ve altı) */
@media (max-width: 767px) {
    /* Filtre ve Sıralama Elemanlarını Gizle */
    .category-filtering.category-filter-row,
    .filter-button,
    .woocommerce-result-count, 
    .woocommerce-ordering {
        display: none !important;
    }

    /* Mobilde sayfa numaralarını biraz daha küçült */
    .elementor-7631 .elementor-element.elementor-element-3977072 .bwaf-pagination .page-numbers {
        padding: 8px 12px !important;
        margin: 0 3px !important;
        font-size: 14px !important;
    }
}/* End custom CSS */
/* Start custom CSS for woocommerce-products, class: .elementor-element-f1d656f */.elementor-7631 .elementor-element.elementor-element-f1d656f .woocommerce ul.products li.product img,
.elementor-7631 .elementor-element.elementor-element-f1d656f .woocommerce-loop-category__title + img,
.elementor-7631 .elementor-element.elementor-element-f1d656f img.attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
}

/* Sadece Mobil (767px ve altı) */
@media (max-width: 767px) {
    /* 1. Paylaştığınız Filtrele butonu ve satırı */
    .category-filtering.category-filter-row,
    .filter-button {
        display: none !important;
    }

    /* 2. Sonuç sayısı ve Sıralama menüsü (Önceki görseldeki alanlar) */
    .woocommerce-result-count, 
    .woocommerce-ordering {
        display: none !important;
    }
}/* End custom CSS */