.elementor-3525 .elementor-element.elementor-element-30b81eb{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-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-wc-archive-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-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-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-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-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-wc-archive-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-wc-archive-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-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3525 .elementor-element.elementor-element-c2001ac{border-radius:0px 0px 0px 0px;}.elementor-3525 .elementor-element.elementor-element-c2001ac.elementor-wc-products  ul.products{grid-column-gap:5px;grid-row-gap:5px;}.elementor-3525 .elementor-element.elementor-element-c2001ac.elementor-wc-products .attachment-woocommerce_thumbnail{border-style:none;margin-bottom:0px;}.elementor-3525 .elementor-element.elementor-element-c2001ac.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#000000;}.elementor-3525 .elementor-element.elementor-element-c2001ac.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#000000;}.elementor-3525 .elementor-element.elementor-element-c2001ac.elementor-wc-products ul.products li.product{border-style:solid;border-width:0px 0px 0px 0px;}.elementor-3525 .elementor-element.elementor-element-c2001ac.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-3525 .elementor-element.elementor-element-c2001ac.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-3525 .elementor-element.elementor-element-c2001ac.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-c2001ac *//* =====================================================
   BREADCRUMB
===================================================== */
.product-breadcrumb-row {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    color: #555;
}

.product__all-single .product-breadcrumb-row {
    background: #ffffff;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.product__all-single .product-breadcrumb-row a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.product__all-single .product-breadcrumb-row a:hover {
    color: #005177;
    text-decoration: underline;
}

.product__all-single .product-breadcrumb-row span.delimiter {
    margin: 0 6px;
    color: #999;
}


/* =====================================================
   ÜRÜN LİSTE – MASAÜSTÜ + TABLET (2’li görünüm)
===================================================== */

ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

ul.products li.product {
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
    box-sizing: border-box;
}


/* =====================================================
   ÜRÜN KARTI
===================================================== */

.product__all-single {
    background: #f7f7f7;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


/* =====================================================
   ÜRÜN GÖRSELİ – %95 ORTALI
===================================================== */

.product__all-single .product__all-img {
    width: 95% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__all-single .product__all-img img {
    width: 100% !important;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}


/* =====================================================
   ÜRÜN BİLGİLERİ
===================================================== */

.product__all-single .product__item__title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 8px 0;
    text-align: center !important;
}

.product__all-single .product__all-price {
    font-size: 16px;
    color: #222;
    margin-bottom: 12px;
}

.product__all-single .product__all-btn a {
    display: inline-block;
    padding: 10px 20px;
    background: #007cba;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s ease;
}

.product__all-single .product__all-btn a:hover {
    background: #005177;
}


/* =====================================================
   MOBİL – ÜRÜNLERİ TEKLİ GÖRÜNÜME ÇEVİR
===================================================== */

@media (max-width: 768px) {
    ul.products li.product {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .product__all-single {
        padding: 12px 15px;
    }

    .product__all-single .product__all-img {
        width: 100% !important;
    }
}/* End custom CSS */