body{
    background-color: var(--putih);
}
.single-pro{
    display: block;
    position: relative;
}
.bradc{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 1rem;
}
.breauri{
    font-weight: 500;
    color: var(--hijau);
}
.sparator{
    font-size: 12px;
    color: var(--text-gelap);
}
.bratext{
    color: var(--text-gelap);
}
.pro-container{
    display: grid;
    grid-template-columns: 350px auto;
    gap: 1.5rem;
}
.pro-gallery{
    display: block;
}
.main-image img{
    width: 100%;
    height: 350px;
    object-position: center;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}
.thumbs{
    overflow: auto;
    width: 100%;
    display: flex;
    gap: 10px;
}
.thumbs img{
    width: 80px;
    height: 80px;
    border-radius: 5px;
    object-position: center;
    object-fit: cover;
}
.pro-info{
    position: relative;
    display: block;
}
.pro-title{
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 1rem;
    display: block;
    line-height: 1.4;
}
.pro-meta{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}
.pro-meta span{
    font-size: 14px;
    color: var(--text-gelap);
}
.proiconhijau i{
    color: var(--hijau);
}
.proicon i{
    color: orange;
}
.pro-price{
    display: block;
    margin-bottom: 1.5rem;
    font-size: 24px;
    color: #009f4d;
    font-weight: bold;
}
.pro-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 1rem;
}
.pro-produks{
    display: block;
    width: 100%;
}
.protab {
    border: 1px solid var(--hijau);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden; /* Biar sudut aktif ikut melengkung */
}
.pro-li {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: var(--hijau);
    font-weight: 400;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.pro-li.active {
    background-color: var(--hijau);
    color: var(--putih);
    font-weight: 600;
}
.produk-data{
    display: none;
    width: 100%;
}
.produk-data.active{
    display: block;
}
.pro-shipping{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 20px 15px;
    margin-bottom: 1rem;
    border-radius: 10px;
    background-color: rgb(203, 232, 215, 0.4);
}
.pro-flex{
    display: flex;
    align-items: center;
    gap: 15px;
}
.pro-flex i{
    color: var(--hijau);
    font-size: 25px;
}
.fexspan{
    font-size: 12px;
    margin-bottom: 5px;
    color: var(--text-gelap);
    display: block;
}
.innerfex p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.pro-block{
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
}
.pro-option{
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.pro-items{
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.item-p{
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #009f4d;
    border: 1px solid #009f4d;
    cursor: pointer;
}
.item-p.active{
    background-color: #009f4d;
    color: var(--putih);
}
.pro-stores{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}
.pro-actions{
    padding: 10px 20px;
    border: 1px solid #009f4d;
    border-radius: 10px;
    height: max-content;
}
.itemkuan{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.ttt{
    padding: 5px 15px;
    border: 1px solid #009f4d;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #009f4d;
}
.jdjdj{
    width: 60px;
    background-color: rgb(203, 232, 215, 0.4);
    text-align: center;
    padding: 5px 15px;
}
.buttonsinkkk{
    border: 2px solid #009f4d;
    background-color: var(--putih);
    padding: 10px 20px;
    display: block;
    margin-bottom: 1rem;
    border-radius: 5px;
    color: #009f4d;
    font-size: 16px;
    cursor: pointer;
}
.buttonsinkkk.beli{
    color: var(--putih);
    background-color: #009f4d;
}
.prostore{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    background-color: rgb(203, 232, 215, 0.4);
    border-radius: 10px;
    padding: 20px 20px;
}
.leftpro{
    display: flex;
    align-items: center;
    gap: 10px;
}
.prossimg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
    border: 2px solid #009f4d;
}
.sorepronames{
    font-size: 16px;
    font-weight: bold;
    color: #222;
}
.button-store{
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #009f4d;
    cursor: pointer;
    color: #009f4d;
}
.produk-data p,
.produk-data ul,
.produk-data ol{
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}
.produk-data p{
    margin-bottom: 20px;
}
.produk-data ul,
.produk-data ol{
    margin-bottom: 20px;
    margin-left: 25px;
}

.produk-data table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px;
}

.produk-data table tr {
    border-bottom: 1px solid #ddd;
}

.produk-data table td {
    padding: 10px;
    vertical-align: top;
}

.produk-data table td:first-child {
    font-weight: 600;
    color: #333;
    width: 40%;
}

.produk-data table td:last-child {
    color: #555;
}

/* Efek hover baris */
.produk-data table tr:hover {
    background-color: #f9f9f9;
}

.review-section {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

/* Sidebar */
.review-sidebar {
    width: 250px;
}

.review-summary-box {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    background: #fff;
}

.summary-score {
    font-size: 36px;
    font-weight: bold;
    color: #f39c12;
}

.summary-score .max-score {
    font-size: 16px;
    color: #666;
}

.summary-text {
    font-size: 14px;
    margin: 5px 0;
    color: #333;
}

.rating-bars {
    margin-top: 10px;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 5px;
}

.rating-row .bar {
    flex: 1;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
}

.rating-row .fill {
    height: 100%;
    background: #f39c12;
}

.filter-box {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.filter-box h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.filter-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.filter-list li a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    color: #007bff;
    text-decoration: none;
}

.filter-list li a:hover {
    text-decoration: underline;
}

.see-all {
    font-size: 13px;
    color: #007bff;
    text-decoration: none;
}

.see-all:hover {
    text-decoration: underline;
}

/* Content */
.review-content {
    flex: 1;
}

.review-gallery {
    margin-bottom: 20px;
}

.gallery-items {
    display: flex;
    gap: 10px;
}

.gallery-items img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-header h4 {
    margin: 0;
    font-size: 16px;
}

.review-sort {
    padding: 4px;
    font-size: 13px;
}

.review-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.review-stars {
    color: #f39c12;
    font-size: 14px;
}

.review-date {
    font-size: 12px;
    color: #888;
}

.review-user {
    font-size: 13px;
    color: #333;
}

.review-text {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}







@media(max-width:780px){
    .pro-container{
        grid-template-columns: 300px auto;
    }
    .main-image img{
        height: 300px;
    }
    .pro-grid{
        display: block;
    }
    .pro-produks{
        margin-bottom: 1.5rem;
    }
}

@media(max-width:550px){
    .pro-container{
        display: block;
    }
    .bradc{
        display: none;
    }
    .pro-gallery{
        margin-bottom: 1rem;
    }
    .pro-title{
        font-size: 20px;
        font-weight: 500;
        color: #333;
    }
    .pro-shipping{
        gap: 10px;
    }
    .pro-flex i{
        font-size: 18px;
    }
    .fexspan{
        margin-bottom: 0px;
    }
    .innerfex p{
        font-size: 16px;
    }
    .prostore{
        display: block;
    }
    .leftpro{
        margin-bottom: 1.5rem;
    }
    .button-store{
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 5px;
    }
    .review-section{
        display: block;
    }
    .review-sidebar{
        width: 100%;
    }
}