.elementor-322 .elementor-element.elementor-element-38ff9c69{--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;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-322 .elementor-element.elementor-element-4e1ef8af{--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;--justify-content:center;}.elementor-322 .elementor-element.elementor-element-27595a7f :is(.wd-breadcrumbs,.yoast-breadcrumb){--wd-link-color:#000000;}.elementor-322 .elementor-element.elementor-element-618461b6 .title{font-size:38px;color:#000000;}.elementor-322 .elementor-element.elementor-element-10cbb5ca{--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-322 .elementor-element.elementor-element-7a9392b{--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;--row-gap:0px;--column-gap:0px;--margin-top:-10px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;}.elementor-322 .elementor-element.elementor-element-748d293{--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-322 .elementor-element.elementor-element-5c4412d0{--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;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-322 .elementor-element.elementor-element-34badc7d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-322 .elementor-element.elementor-element-cadba6e > .elementor-widget-container{border-style:solid;}.elementor-322 .elementor-element.elementor-element-cadba6e [class*="products-bordered-grid"], .elementor-322 .elementor-element.elementor-element-cadba6e [class*="products-bordered-grid"] .wd-product{--wd-bordered-brd:#F7F7F7;}.elementor-322 .elementor-element.elementor-element-54e51d78{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-322 .elementor-element.elementor-element-5c4412d0{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-322 .elementor-element.elementor-element-38ff9c69{--content-width:1500px;}.elementor-322 .elementor-element.elementor-element-4e1ef8af{--width:40%;}.elementor-322 .elementor-element.elementor-element-10cbb5ca{--width:60%;}.elementor-322 .elementor-element.elementor-element-7a9392b{--content-width:1500px;}.elementor-322 .elementor-element.elementor-element-748d293{--width:100%;}.elementor-322 .elementor-element.elementor-element-5c4412d0{--content-width:1500px;}.elementor-322 .elementor-element.elementor-element-54e51d78{--content-width:1500px;}}/* Start custom CSS for wd_archive_products, class: .elementor-element-cadba6e *//* =========================================================
   ACAR AMBALAJ – ÜRÜN LİSTELEME TASARIMI (WOODMART OVERRIDE)
   ========================================================= */

/* === 1) WoodMart dış grid yapısını sıfırla === */

.products.wd-products.wd-grid-g.elements-list.products-bordered-grid {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    row-gap: 18px;
}

.products.wd-products.wd-grid-g.elements-list.products-bordered-grid .wd-product.product-list-item {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 18px 0 !important;
}

.products-bordered-grid .product-grid-item::before,
.products-bordered-grid .product-grid-item::after {
    display: none !important;
}

/* === 2) Acar Ambalaj ürün kartı === */

.wd-product.product-list-item .product-wrapper {
    display: flex;
    gap: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e3eee6;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
    transition: 0.25s ease;
    align-items: stretch;
    position: relative;
}

.wd-product.product-list-item:hover .product-wrapper {
    border-color: #09593040;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.08);
}

/* Ürün görseli */

.product-list-item .product-element-top {
    flex: 0 0 210px;
    position: relative;
}

.product-list-item .product-element-top img {
    border-radius: 16px;
    background: #f4faf4;
    padding: 6px;
    transition: transform 0.25s ease;
}

.product-list-item:hover .product-element-top img {
    transform: scale(1.04);
}

/* "Üretici Firma" Badge */

.product-list-item .product-element-top::after {
    content: "Üretici Firma";
    position: absolute;
    top: 12px;
    left: 16px;
    background: #095930;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* === SAĞ TARAF (İÇERİK) === */

.product-list-item .product-list-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 150px; /* meta alanı için yer */
}

/* =========================
   YENİ SIRALAMA
   1) Ürün ismi
   2) Kategori
   3) Kısa açıklama
   4) Button
   ========================= */

/* 1 — Ürün İsmi */
.product-list-item .wd-entities-title {
    order: 0;
    margin-bottom: 4px;
}

.product-list-item .wd-entities-title a {
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1d;
    transition: 0.2s ease;
}

.product-list-item .wd-entities-title a:hover {
    color: #095930;
}

/* 2 — Kategori */
.product-list-item .wd-product-cats {
    order: 1;
    margin-bottom: 10px;
}

.product-list-item .wd-product-cats a {
    background: #e9f5ea;
    color: #095930;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

/* 3 — Kısa Açıklama */
.product-list-item .woocommerce-product-details__short-description {
    order: 2;
    margin-bottom: 12px;
}

.product-list-item .woocommerce-product-details__short-description p {
    font-size: 13px !important;
    line-height: 1.65;
    color: #555 !important;
    margin-bottom: 6px;
}

/* 4 — Buton */
.product-list-item .wd-add-btn {
    order: 3;
    margin-top: 8px;
}

.product-list-item .wd-add-btn .button {
    background: #095930 !important;
    color: #fff !important;
    padding: 7px 18px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: 1px solid #095930 !important;
    transition: all 0.25s ease !important;
}

.product-list-item .wd-add-btn .button:hover {
    background: #ffffff !important;
    color: #095930 !important;
}

/* === 3) Sağdaki modern meta badge alanı === */

/* Bu HTML sonradan snippet ile eklenecek:
   <div class="acar-product-meta">
      <div class="acar-meta-pill acar-meta-custom">Özelleştirilebilir</div>
      <div class="acar-meta-pill acar-meta-logo">Özel Logo Baskı</div>
   </div>
*/

.product-list-item .acar-product-meta {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.product-list-item .acar-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f4faf4;
    color: #095930;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #e0efe3;
}

.product-list-item .acar-meta-pill::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #095930;
}

.product-list-item .acar-meta-logo {
    background: #095930;
    color: #ffffff;
    border-color: #095930;
}

.product-list-item .acar-meta-logo::before {
    background: #ffffff;
}

/* === Mobil uyumluluk === */

@media (max-width: 992px) {
    .wd-product.product-list-item .product-wrapper {
        flex-direction: column;
        padding: 14px 14px;
    }

    .product-list-item .product-element-top {
        flex: none;
        width: 100%;
    }

    .product-list-item .product-list-content {
        padding-right: 0;
    }

    .product-list-item .acar-product-meta {
        position: static;
        transform: none;
        margin-top: 10px;
        gap: 10px;
        flex-direction: row;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .product-list-item .wd-entities-title a {
        font-size: 17px;
    }
}/* End custom CSS */