
/* --- کارت اصلی محصول --- */
.product-details-content {
    background: #fff;
    border-radius: 16px;
    /* box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07); */
    padding: 28px;
}

/* --- بخش تصویر --- */
.image-column .image-box {
    border-radius: 14px;
    overflow: hidden;
    /* background: #f8f9fa; */
}

.img-zoom-container {
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
}

.bxslider .thumb-box li a {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

.bxslider .thumb-box li a.active,
.bxslider .thumb-box li a:hover {
    border-color: #aaba79;
}

/* --- بخش محتوا --- */
.content-box h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 6px;
}

.content-box > p {
    color: #888;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

/* --- لیست اطلاعات (حمل و نقل و ...) --- */
.content-box ul.mb_25 li {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f0fdf4;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
}

/* --- ویژگی‌های محصول (سایز / رنگ) --- */
.product-attribute h6 {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.prop-attribute-ul{
    display: flex;
}

.hidden {
    visibility: hidden;
}

.attribute-label {
    border-radius: 10px;
    font-size: 13px;
    padding: 8px 18px;
    border: 1.5px solid #e0e0e0;
    transition: all 0.2s ease;
    background: #fafafa;
}

.attribute-label:hover {
    border-color: #aaba79;
    background: #f5f9ec;
}

.attribute-radio:checked + .attribute-label {
    background: #aaba79;
    color: #fff;
    border-color: #aaba79;
    box-shadow: 0 2px 8px rgba(170, 186, 121, 0.35);
}

/* --- قیمت --- */
.PriceBox_Person {
    align-items: center;
    gap: 14px;
    margin: 14px 0;
    padding: 14px 18px;
    background: #f9fdf4;
    border-radius: 12px;
    border: 1px solid #e8f0d8;
    display: flex;
}

.PriceBox_Person h4 {
    color: #aaa !important;
    font-size: 15px;
    margin: 0;
}

.PriceBox_Person h3 {
    color: #2d7a2d;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.content-box > h3 {
    color: #2d7a2d;
    font-size: 22px;
    font-weight: 700;
    margin: 14px 0;
    padding: 14px 18px;
    background: #f9fdf4;
    border-radius: 12px;
    border: 1px solid #e8f0d8;
    display: inline-block;
}

/* --- دکمه افزودن به سبد --- */
.addto-cart-box .theme-btn.btn-one {
    border-radius: 12px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    box-shadow: 0 3px 12px rgba(170, 186, 121, 0.3);
}

.addto-cart-box .theme-btn.btn-one:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 18px rgba(170, 186, 121, 0.45);
}

/* --- دکمه علاقه‌مندی --- */
.like-btn button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #e0e0e0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 16px;
}

.like-btn button:hover {
    border-color: #e53935;
    color: #e53935;
    background: #fff5f5;
}

.like-btn button .fa-heart {
    color: #e53935;
}

/* --- دسته‌بندی و برند --- */
.category_box_person {
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.size-box h6,
.product-info li strong {
    color: #555;
    font-size: 13px;
    margin-left: 4px;
}

.size-list li a,
.product-info li a {
    color: #aaba79;
    font-size: 13px;
    transition: color 0.2s;
}

.size-list li a:hover,
.product-info li a:hover {
    color: #7a9440;
    text-decoration: underline;
}

/* --- تب‌های توضیحات --- */
.tab-btn-box .tab-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    /* border-bottom: 2px solid #eee; */
    padding-bottom: 0;
    margin-bottom: 24px;
}

.rtl .shop-details .product-discription .tab-btns li {
    float: right;
    margin-right: 0px;
    margin-left: 30px;
}

.tab-btn-box .tab-btn {
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    border: 1.5px solid transparent;
    border-bottom: none;
    transition: all 0.2s ease;
    background: #f5f5f5;
    margin-bottom: -2px;
}

.tab-btn-box .tab-btn:hover {
    background: #edf4e0;
    color: #5a7a30;
}

.tab-btn-box .tab-btn.active-btn {
    background: #fff;
    color: #aaba79;
    border-color: #eee;
    border-bottom-color: #fff;
}

/* --- usage-box بهبودیافته --- */
.usage-box {
    border-radius: 14px;
    padding: 18px 20px;
    margin: 14px 0;
    border: 1px solid rgba(0,0,0,0.05);
}

.usage-box .usage-title,
.usage-box strong {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.usage-box p,
.usage-box div {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

/* --- بخش نظرات --- */
.single-review {
    background: #fafafa;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 16px;
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.2s ease;
}

.single-review:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,0.07);
}

.single-review .info-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.single-review .info-box figure img {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: 2px solid #e8f0d8;
}

.single-review .inner h4 {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 2px;
}

.single-review .inner .date {
    font-size: 12px;
    color: #999;
}

.reply-btn {
    background: #f0f4e8;
    border: none;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 13px;
    color: #5a7a30;
    cursor: pointer;
    transition: background 0.2s;
}

.reply-btn:hover {
    background: #dde8c0;
}

.reply-review {
    background: #f5f9ec;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 12px;
    border-right: 3px solid #aaba79;
}

/* --- فرم ارسال نظر --- */
.customer-review {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 20px;
}

.customer-review label {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    display: block;
}

.reply-textarea,
.customer-review textarea {
    border-radius: 12px !important;
    border: 1.5px solid #e5e5e5 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    transition: border-color 0.2s ease !important;
    resize: vertical;
}

.reply-textarea:focus,
.customer-review textarea:focus {
    outline: none;
    border-color: #aaba79 !important;
    box-shadow: 0 0 0 3px rgba(170,186,121,0.15) !important;
}

.message-btn .theme-btn.btn-one {
    border-radius: 10px;
    padding: 10px 24px;
    font-size: 14px;
}

/* --- محصولات مرتبط --- */
.shop-style-seven .sec-title h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 10px;
}

.shop-style-seven .sec-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background: #aaba79;
    border-radius: 2px;
}

.shop-block-one .inner-box {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all 0.25s ease;
    background: #fff;
}

.shop-block-one .inner-box:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.shop-block-one .lower-content {
    padding: 14px 16px !important;
}

.shop-block-one .lower-content h4 a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    transition: color 0.2s;
}

.shop-block-one .lower-content h4 a:hover {
    color: #aaba79;
}

.shop-block-one .lower-content h5 {
    color: #2d7a2d;
    font-weight: 700;
    font-size: 15px;
    margin-top: 6px;
}

.shop-block-one .lower-content .product-stock {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 20px;
    background: #f0fdf4;
    color: #2d7a2d;
    display: inline-block;
    margin-top: 6px;
}

/* --- ریسپانسیو --- */
@media (max-width: 768px) {
    .product-details-content {
        padding: 16px;
    }

    .content-box.ml_20 {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .tab-btn-box .tab-btn {
        padding: 8px 14px;
        font-size: 13px;
    }
}

.img-zoom-container {
    width: 350px;
    /* اندازه دلخواه */
    height: 350px;
    overflow: hidden;
    /* @* position: relative; *@ */
}

.img-zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    transition: transform 0.1s ease;
}

/* .img-zoom-container:hover img {
    transform: scale(1.8);
} */