.product-category-tabs {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:12px;
    width:100%;
}

.product-category-tab {
    min-height:54px;
    padding:12px 18px;
    border:1px solid #5a002f;
    border-radius:10px;
    background:#fff;
    color:#5a002f;
    font-family:Poppins,sans-serif;
    font-size:14px;
    line-height:1.25;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;
    transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

.product-category-tab:hover,
.product-category-tab:focus-visible,
.product-category-tab.is-active {
    background:#5a002f;
    color:#fff;
    border-color:#5a002f;
}

.product-category-tab:hover {
    transform:translateY(-2px);
}

.product-category-tab.is-active {
    box-shadow:0 8px 20px rgba(90,0,47,.18);
}

.product-category-pane {
    display:none;
}

.product-category-pane.is-active {
    display:block;
}


.product-tab-image {
    width:100%;
    overflow:hidden;
    background:#f7f7f7;
}

.product-tab-image img {
    display:block;
    width:100%;
    aspect-ratio:640/453;
    object-fit:cover;
    transition:transform .35s ease;
}

.product-tab-card:hover .product-tab-image img {
    transform:scale(1.03);
}

.product-tab-no-image {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    aspect-ratio:640/453;
    background:#f3f3f3;
    color:#888;
    font-size:14px;
}

.product-category-tabs-section .btn-readmore,
.product-category-tabs-section .btn-readmore:link,
.product-category-tabs-section .btn-readmore:visited {
    color:#b59d3d!important;
    font-size:14px!important;
    font-weight:600;
    border:0!important;
    background:transparent!important;
    padding-left:0;
    padding-right:0;
}

.product-category-tabs-section .btn-readmore:hover {
    color:#8f7728!important;
}

.product-category-empty {
    padding:45px 20px;
    text-align:center;
    background:#f8f8f8;
    border-radius:12px;
    color:#777;
}

@media(max-width:767px) {
    .product-category-tabs {
        grid-template-columns:1fr;
    }

    .product-category-tab {
        min-height:48px;
        font-size:13px;
    }
}

/* ÜRÜN KAYDIRMA ALANI */
.product-slider-wrap {
    position:relative;
    padding:0 52px;
}

.product-slider-viewport {
    overflow: hidden;
    padding: 18px 12px 32px;
    box-sizing: border-box;
}

.product-slider-track {
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:30px;
    margin:0 !important;
    transition:transform .45s ease;
    will-change:transform;
}

.product-slider-item {
    flex:0 0 calc((100% - 60px) / 3);
    max-width:calc((100% - 60px) / 3);
    padding:0 !important;
    margin:0 !important;
}

.product-slider-arrow {
    position:absolute;
    top:50%;
    z-index:20;
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:#5a002f;
    color:#fff;
    font-size:25px;
    line-height:42px;
    text-align:center;
    cursor:pointer;
    transform:translateY(-50%);
    transition:background .25s ease, opacity .25s ease, transform .25s ease;
}

.product-slider-arrow:hover {
    background:#76003e;
    transform:translateY(-50%) scale(1.07);
}

.product-slider-prev { left:0; }
.product-slider-next { right:0; }

.product-slider-arrow:disabled {
    opacity:.28;
    cursor:default;
    transform:translateY(-50%);
}

@media(max-width:991px) {
    .product-slider-item {
        flex-basis:calc((100% - 24px) / 2);
        max-width:calc((100% - 24px) / 2);
    }
    .product-slider-track { gap:24px; }
}

@media(max-width:767px) {
    .product-slider-wrap { padding:0 42px; }
    .product-slider-item {
        flex-basis:100%;
        max-width:100%;
    }
    .product-slider-track { gap:18px; }
    .product-slider-arrow { width:36px; height:36px; line-height:36px; font-size:21px; }
}

/* ÜRÜN KARTLARI - BORDER + YUMUŞAK BORDER SHADOW */
.product-category-tabs-section .product-tab-card {
    height: 100%;
    background: #fff;

    border: 1px solid rgba(90, 0, 47, 0.22);
    border-radius: 16px;

    overflow: hidden;

    /* box-shadow:
        0 0 0 1px rgba(90, 0, 47, 0.025),
        0 8px 22px rgba(90, 0, 47, 0.08); */

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

/* Hover */
.product-category-tabs-section .product-tab-card:hover {
    border-color: rgba(90, 0, 47, 0.38);

    box-shadow:
        0 0 0 1px rgba(90, 0, 47, 0.05),
        0 10px 28px rgba(90, 0, 47, 0.12);

    transform: translateY(-3px);
}

/* Tema içinden ekstra gölge gelmesini engelle */
.product-category-tabs-section article.post,
.product-category-tabs-section .grid-box {
    filter: none !important;
}

.posts-grid .grid-box, .post-grid .grid-box, .single-post article.post {
     box-shadow: none; 
    
}

    .product-category-tabs-section .product-category-tab {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .product-category-tabs-section .product-category-tab__inner {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        min-width: 0;
    }

    .product-category-tabs-section .product-category-tab__icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        background: #f3e9ee;
        color: #57002f;
        font-size: 17px;
        line-height: 1;
        transition: background .25s ease, color .25s ease, transform .25s ease;
    }

    .product-category-tabs-section .product-category-tab__label {
        line-height: 1.2;
    }

    .product-category-tabs-section .product-category-tab.is-active .product-category-tab__icon {
        background: rgba(255, 255, 255, .16);
        color: #fff;
    }

    .product-category-tabs-section .product-category-tab:hover .product-category-tab__icon {
        transform: translateY(-1px) scale(1.05);
    }

    @media (max-width: 767.98px) {
        .product-category-tabs-section .product-category-tab__inner {
            gap: 7px;
        }

        .product-category-tabs-section .product-category-tab__icon {
            width: 31px;
            height: 31px;
            min-width: 31px;
            border-radius: 9px;
            font-size: 14px;
        }
    }
