﻿.biyo-pageproduct-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    margin: 2rem 0 2.5rem 0;
    color: #406E40;
    position: relative;
    text-shadow: 0 2px 8px #00000012;
    border-radius: 16px;
    background: #f7faf7;
    box-shadow: 0 2px 18px 0 #0001;
    padding: 1rem 0 1.5rem 0;
    transition: box-shadow .2s;
}

    .biyo-pageproduct-title::after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 90px;
        height: 4px;
        border-radius: 8px;
        background: linear-gradient(90deg, #28a745 40%, #2196f3 100%);
        margin-top: 12px;
        box-shadow: 0 2px 8px #2196f345;
    }

.biyo-pagecategory-list {
    font-size: 1.17rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left!important;
    margin: 2rem 0 2.5rem 0;
    color: #406E40;
    position: relative;
    text-shadow: 0 2px 8px #00000012;
    border-radius: 12px;
    background: #f7faf7;
    box-shadow: 0 2px 10px 0 #00000009;
    padding: 0.7rem 1rem 0.8rem 1rem;
}

    .biyo-pagecategory-list::after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 60px;
        height: 3px;
        border-radius: 8px;
        background: linear-gradient(90deg, #28a745 40%, #2196f3 100%);
        margin-top: 8px;
        box-shadow: 0 2px 6px #2196f345;
    }
    .biyo-pagecategory-list::after {
        display: none !important;
    }
/* Ürün kartı ve içeriği: (daha önce verdiğimiz gibi) */

.biyo-product-box {
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    border-radius: 16px;
    padding: 18px 10px 22px 10px;
    background: #fff;
    margin-bottom: 32px;
    transition: box-shadow .2s;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .biyo-product-box:hover {
        box-shadow: 0 6px 24px rgba(0,0,0,0.13);
    }

.biyo-product-image {
    width: 220px;
    height: 220px;
    object-fit: contain;
    background: #f8f8f8;
    border-radius: 12px;
    margin-bottom: 15px;
    display: block;
}

.biyo-product-body {
    margin-top: 10px;
    width: 100%;
}

.biyo-product-title {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    height: 2.6em; /* 2 satır */
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 0 0 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7faf7; /* Veya hangi rengi seçtiysen */
    border-radius: 10px;
    padding: 6px 5px; /* üst-alt 6px, sağ-sol 5px */
    box-sizing: border-box;
    color: #406E40;
}


    /* Link rengi ve stilini istersen özelleştir */
    .biyo-product-title .text-dark {
        color: #222 !important;
        text-decoration: none;
        transition: color .2s;
    }

        .biyo-product-title .text-dark:hover {
            color: #2a9d3d !important;
            text-decoration: underline;
        }

.biyo-product-cat,
.biyo-product-price {
    text-align: center;
    width: 100%;
}
