.product_box {
    border-radius: 32px;
    border: 1px solid var(--color-gray-04);
    padding: 32px;
    margin-bottom: 58px;
}

/* OverView Section */
.section_overview {
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 57px;
}

.section_overview .section_overview_right {
    width: 416px;
    position: relative;
}

.section_overview .section_overview_right .product_cta {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.section_overview .section_overview_right .product_cta>a {
    background: #fff;
    border-radius: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all ease 300ms;
}
.section_overview .section_overview_right .product_cta .product_share.show{
    background: var(--color-main-black);
}
.section_overview .section_overview_right .product_cta .product_share.show svg path{
    stroke:#ffffff;
}
.section_overview .section_overview_right .product_cta a .wishlist_message {
    position: absolute;
    background: var(--color-main-black-hover-bg);
    white-space: nowrap;
    right: 45px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 5px 12px;
    cursor: auto;
    transition: all ease 300ms;
}

.section_overview .section_overview_right .product_cta>a:hover,
.section_overview .section_overview_right .product_cta .added {
    background: var(--color-main-black-hover-bg);
}

.section_overview .section_overview_right .product_cta>a:nth-child(2):hover svg path,
.section_overview .section_overview_right .product_cta .added svg path {
    fill: #fff;
}

.section_overview .section_overview_right .product_cta>a:last-of-type:hover svg path {
    stroke: #fff;
}

.section_overview .section_overview_right .product_share_box {
    background: #fff;
    position: absolute;
    right: 50px;
    top: 48px;
    border-radius: 20px;
    padding: 13px 17px;
    width: 192px;
    box-shadow: 0 8px 40px 0 rgba(69, 85, 164, 0.1);
}

.section_overview .section_overview_right .product_share_box {
    flex-direction: row-reverse;
}

.section_overview .section_overview_right .product_share_box a {
    display: block;
    width: 32px;
    height: 32px;
}

.section_overview .section_overview_right .product_share_box {
    display: none;
}

.section_overview .section_overview_right .product_share_box .product_share_link {
    position: relative;
    background: var(--color-gray-05);
    padding: 6px 9px 6px 9px;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
    margin-top: 11px;
}

.section_overview .section_overview_right .product_share_box .product_share_link input {
    background: var(--color-gray-05);
    border: 0;
    height: 34px;
    color: var(--color-gray-01);
    direction: ltr;
    width: calc(100% - 21px);
}

.section_overview .section_overview_right .product_share_box .product_share_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.section_overview_right .product-main-slider {
    margin-bottom: 18px;
    position: relative;
}

.section_overview .section_overview_right .product_cta .discount-badge {
    background: var(--color-main-tint-1);
    color: #fff;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    z-index: 2;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    padding-top: 2px;
}
.section_overview .section_overview_right .product_cta .discount-badge:hover{
    background: var(--color-main-tint-1) !important;
}

.section_overview_right .product-thumbnail-slider {
    max-width: 180px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.section_overview_right .product-thumbnail-slider .swiper-slide {
    opacity: 0;
    visibility: hidden;
    width: 48px;
    height: 48px;
}

.section_overview_right .product-thumbnail-slider .swiper-slide-visible {
    opacity: 1;
    visibility: visible;
}

.section_overview_right .product-thumbnail-slider img {
    height: 48px;
    width: 48px;
    cursor: pointer;
    border-radius: 14px;
}

.product_thumbnail_nav {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 9px;
    z-index: 999;
}

.product_thumbnail_nav .swiper-button-next-product {
    position: absolute;
    right: -50px;
    top: -5px;
    background: var(--color-gray-05);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    cursor: pointer;
}

.product_thumbnail_nav .swiper-button-prev-product {
    position: absolute;
    left: -48px;
    top: -5px;
    background: var(--color-gray-05);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    cursor: pointer;
}

.product_thumbnail_nav .swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.section_overview_left {
    width: calc(100% - 416px);
    position: relative;
}

.section_overview_left .product_title {
    color: var(--color-main-black);
    font-size: 16px;
    font-weight: 600;
    padding-left: 208px;
    margin-bottom: 12px;
}

.section_overview_left .product_code {
    font-size: 12px;
    font-weight: normal;
    background: var(--color-gray-04);
    margin-bottom: 12px;
    border-radius: 16px;
    position: absolute;
    left: 40px;
    top: 0;
    padding: 5px 12px;
    color: var(--color-gray-01);
    line-height: 22px;
}

.section_overview_left .product_tooltip {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-gray-05);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
}

.section_overview_left .product_tooltip:hover {
    background: var(--color-gray-04);
}

.section_overview_left .product_tooltip_text {
    position: absolute;
    left: -3px;
    background: #F8F8FC;
    color: #126CE9;
    max-width: 208px;
    border-radius: 12px;
    top: 45px;
    padding: 12px 17px;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    text-align-last: right;
}

.section_overview_left .product_tooltip_text svg {
    position: absolute;
    top: -10px;
    left: 12px;
}

.section_overview_left .product_score {
    column-gap: 12px;
    font-size: 12px;
    font-weight: normal;
    color: var(--color-gray-02);
    margin-bottom: 12px;
}

.section_overview_left .product_score .product_star_score {
    padding-left: 12px;
    border-left: 1px solid var(--color-gray-04);
    line-height: 1;
    column-gap: 8px;
}

.section_overview_left .product_terms {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 7px;
    margin-bottom: 22px;
    flex-wrap: wrap;
    row-gap: 7px;
}

.section_overview_left .product_terms a {
    background: var(--color-main-tint-3);
    color: var(--color-main-tint-1);
    border-radius: 16px;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 12px;
}

.section_overview_left .product_attributes {
    margin-bottom: 23px;
}

.section_overview_left .product_attributes .product_attributes_title {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-main-black);
    margin-bottom: 17px;
}

.section_overview_left .product_attributes .product_attr {
    display: grid;
    gap: 0 16px;
    grid-template-columns: repeat(3, 1fr);
}

.section_overview_left .product_attributes .product_attr .attr_item {
    border-left: 1px solid var(--color-gray-04);
    padding: 10px 0;
    line-height: 1;
    font-size: 12px;
    font-weight: normal;
    color: var(--color-second-black);
    column-gap: 3px;
}

.section_overview_left .product_attributes .product_attr .attr_item .value {
    color: var(--color-main-black);
    font-weight: 500;
}

.section_overview_left .product_attributes .product_attr .attr_item:nth-child(3),
.section_overview_left .product_attributes .product_attr .attr_item:nth-child(6) {
    border-left: 0;
}

.section_overview .product_purchase {
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 40px;
}

.section_overview .product_purchase .product_purchase_right {
    width: 44%;
}

.section_overview .product_purchase .product_purchase_right .wholesale-message {
    font-size: 13px;
    font-weight: normal;
    color: var(--color-main-tint-1);
    padding-bottom: 7px;
    border-bottom: 1px solid var(--color-gray-04);
    margin-bottom: 12px;
    padding-top: 19px;
}

.section_overview .product_purchase .product_purchase_price {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    position: relative;
}

.section_overview .product_purchase .product_purchase_price .price_per_meter {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-main-black);
    position: relative;
}
.section_overview .product_purchase .product_purchase_price .price_regular{
    position: absolute;
    left: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-gray-02);
    text-decoration: none;
}
.section_overview .product_purchase .product_purchase_price .price_regular::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--color-gray-02);
    bottom: 10px;
}

.section_overview .product_purchase .product_purchase_price .price_per_meter .price_per_meter_text span {
    color: var(--color-main-tint-1);
}

.section_overview .product_purchase .product_purchase_price .final_price {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-main-black);
}

.section_overview .product_purchase .product_purchase_left {
    width: 50%;
}

.product_purchase_left .add-to-cart-btn {
    border-radius: 16px;
    background: var(--color-main-black);
    color: #fff;
    border: 0;
    height: 48px;
    width: 100%;
    font-family: 'IRANYekanXFaNum';
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    transition: all ease 300ms;
}

.product_purchase_left .add-to-cart-btn:focus {
    outline: 0;
}

.product_purchase_left .add-to-cart-btn:hover {
    background: var(--color-main-black-hover-bg);
}

/* Tabs Section */
.product_tab_nav {
    column-gap: 12px;
    margin-bottom: 16px;
}

.product_tab_nav .product_tab_item {
    cursor: pointer;
    border-radius: 24px;
    padding: 12px 16px;
    background: var(--color-gray-06);
    font-size: 14px;
    font-weight: 400;
    color: var(--color-gray-01);
    transition: all ease 300ms;
    line-height: 1;
}

.product_tab_nav .product_tab_item.active,
.product_tab_nav .product_tab_item:hover {
    background: var(--color-main-tint-1);
    color: #fff;
}

.product_content .product_content_title,
.section_product .product_attributes_title,
.section_product .product_reviews_title {
    margin-bottom: 16px;
    color: var(--color-main-black);
    font-size: 16px;
    font-weight: 600;
}

.product_content .product_content_text {
    line-height: 28px;
    font-weight: 500;
    font-size: 12px;
    color: var(--color-second-black);
    text-align: justify;
    text-align-last: right;
}

.section_attributes .product_table_attr .product_table_tr {
    margin-bottom: 40px;
}

.product_table_attr .product_table_tr .product_table_tr_title {
    background: var(--color-gray-06);
    border-radius: 16px;
    padding: 17px 24px;
    color: var(--color-main-black);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
}

.product_table_attr .product_table_tr .product_table_tr_title::before {
    content: " ";
    background: var(--color-main-tint-1);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-top: -2px;
}

.product_table_attr .product_table_tr .product_table_td {
    border-radius: 16px;
    background: #fff;
    border: 1px solid #EEEEF3;
    color: var(--color-main-black);
    padding: 16px 24px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
}

.product_table_attr .product_table_tr .product_table_td:last-child {
    margin-bottom: 0;
}

/* Reviews Section */
.section_reviews .product_reviews_title {
    border-bottom: 1px solid var(--color-gray-04);
    padding-bottom: 25px;
}

.section_reviews .product_reviews_title .add_review {
    background: var(--color-main-black);
    color: #fff;
    padding: 13px 24px;
    border-radius: 16px;
    column-gap: 8px;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    transition: all ease 300ms;
}

.section_reviews .product_reviews_title .add_review:hover {
    background: var(--color-main-black-hover-bg);
}

.section_reviews .comments-list .no-comments {
    background: var(--color-main-tint-3);
    padding: 15px;
    border-radius: 16px;
    color: var(--color-main-tint-hover-bg);
    font-size: 14px;
    font-weight: 400;
}

.section_reviews .comments-list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 48px;
}

.section_reviews .comments-list .parent-comment-wrapper {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color-gray-04);
}

.section_reviews .comments-list .parent-comment-wrapper:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.comments-list .parent-comment-wrapper>.comment-item {
    column-gap: 16px;
}

.comments-list .parent-comment-wrapper .comment-item .comment-right {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-gray-05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments-list .parent-comment-wrapper .comment-item .comment-left {
    flex: 1;
}

.comment-item .comment-left .comment-left-top {
    margin-bottom: 11px;
}

.comments-list .parent-comment-wrapper .comment-item .comment-left .comment-left-top .comment_author_info {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.comment-item .comment-left .comment-left-top .comment_author_info h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-main-black);
}

.comment-item .comment-left .comment-left-top .comment_author_info p {
    margin-bottom: 0;
    line-height: 1;
}

.comment-item .comment-left .comment-left-top .comment_date {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-gray-02);
}

.comment-item .comment-left .comment-left-content {
    color: var(--color-second-black);
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 16px;
}

.parent-comment-wrapper .comment-replies {
    padding-right: 64px;
}

.parent-comment-wrapper .comment-replies .comment-item {
    background: var(--color-gray-06);
    border-radius: 16px;
    padding: 26px 24px;
    margin-bottom: 16px;
}

.parent-comment-wrapper .comment-replies .comment-item:last-child {
    margin-bottom: 0;
}

.parent-comment-wrapper .comment-replies .comment-item .comment-reply-author {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-main-black);
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.parent-comment-wrapper .comment-replies .comment-item .comment-reply-author .comment-reply-date {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-gray-02);
}

.parent-comment-wrapper .comment-replies .comment-item .comment-reply-content {
    margin-bottom: 0;
    color: var(--color-second-black);
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
}

.comment-form-rating {
    flex-wrap: wrap;
}

.comment-form-rating .star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
}

.comment-form-rating .star {
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
    padding: 0 2px;
}

.comment-form-rating .star:hover svg,
.comment-form-rating .star.active svg {
    fill: #ffc107;
}

.comment-form-rating .star-rating:hover .star:hover~.star svg {
    fill: #ffc107;
}

.comment-form-rating .star-rating .star.selected svg {
    fill: #ffc107;
}

.comment-form-rating .star-rating .star.selected~.star svg {
    fill: #ffc107;
}

.comment-form-rating label {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-main-black);
}

.form_group .error-message {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}

.section_reviews .load_more_comment {
    display: flex;
}

.section_reviews .load_more_comment a {
    background: var(--color-main-tint-1);
    color: #fff;
    border-radius: 16px;
    padding: 13px 24px;
    font-size: 14px;
    font-weight: 400;
    transition: all ease 300ms;
}

.section_reviews .load_more_comment a:hover {
    background: var(--color-main-tint-hover-bg);
}

/* Related Section Styles */
.section_related {
    margin-bottom: 120px;
}

.section_related .related_section_title {
    margin-bottom: 6px;
    font-family: Rokh;
}

.section_related .related_section_title h2 {
    column-gap: 8px;
    font-size: 20px;
    font-weight: bold;
    color: var(--color-main-black);
    margin-bottom: 0;
}

.related_slider {
    position: relative;
}

.related_slider .swiper {
    overflow: visible;
}

.related_slider .swiper-wrapper {
    padding: 17px 0 50px 0;
}

.related_slider .swiper-wrapper .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: all ease 300ms;
    padding: 10px;
}

.related_slider .swiper-wrapper .swiper-slide.swiper-slide-active,
.related_slider .swiper-wrapper .swiper-slide.swiper-slide-prev,
.related_slider .swiper-wrapper .swiper-slide.swiper-slide-next,
.related_slider .swiper-wrapper .swiper-slide.swiper-slide-next+div,
.related_slider .swiper-wrapper .swiper-slide.swiper-slide-next+div+div {
    opacity: 1;
    visibility: visible;
}

.related_slider .related_swiper_navigations {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 40%;
    z-index: 3;
}

.related_slider .related_swiper_navigations .related_nav {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: var(--color-gray-04);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 300ms;
}

.related_slider .related_swiper_navigations .related-swiper-button-prev {
    transform: translateX(12px);
}

.related_slider .related_swiper_navigations .related-swiper-button-next {
    transform: translateX(-12px);
}

.related_slider .related_swiper_navigations .related_nav:hover {
    background: var(--color-main-black-hover-bg);
}

.related_slider .related_swiper_navigations .related_nav:hover svg path {
    stroke: #fff;
}