/*-- Error handeling ---*/
.input-error-validation{
	margin-top: 7px;
	color: #F44336;
}

/* ----- Global Style -----*/

.mb-20{
	margin-bottom: 20px;
}



/*  ------  index Style ------*/
.specialoffer-bg{
	background-color: #EF5350;
	border-radius: 10px;
	padding: 35px 15px;
}
.btn-cta {
	position: relative;
	padding-inline: 18px;
	font-weight: 600;
	letter-spacing: 0.3px;

	/* قرمز جذاب‌تر از قرمز بوت‌استرپ */
	background: linear-gradient(135deg, #ff4b5c, #ff1f3d);
	border-color: #ff1f3d;
	/* سایه قرمز */
	box-shadow: 0 6px 16px rgba(255, 31, 61, 0.45);

	/* افکت نرم روی هاور */
	transition:
	transform 0.18s ease-out,
	box-shadow 0.18s ease-out,
	background 0.18s ease-out,
	border-color 0.18s ease-out;
}

/* حالت hover / focus */
.btn-cta:hover,
.btn-cta:focus {
	transform: translateY(-1px) scale(1.03);
	box-shadow: 0 10px 24px rgba(255, 31, 61, 0.6);
	background: linear-gradient(135deg, #ff1f3d, #ff4b5c);
	border-color: #ff0022;
	color: #fff;
}

/* یه هاله‌ی ظریف دور دکمه (اختیاری ولی جذابه) */
.btn-cta::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid rgba(255, 255, 255, 0.35);
	opacity: 0.0;
	transition: opacity 0.2s ease-out;
}

.btn-cta:hover::after {
	opacity: 1;
}

/*--- Category Shop sidebar ---- */
.category-tree {
	list-style-type: none;
	padding: 0;
}
.category-tree > li {
	margin: 10px 0;
}
.category-tree a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	display: block;
	padding: 5px;
	border-radius: 5px;
}
.category-tree a:hover {
	background-color: #f0f0f0;
}
.category-tree .active > a {
	color: #fff;
	background-color: #d9534f;
	font-weight: bold;
}
.subcategory {
	list-style-type: none;
	padding-left: 20px;
	display: none;
}
.category-tree li.active > .subcategory {
	display: block;
}
.category-tree .active > a {
	color: #fff;
	font-weight: bold;
}
.category-tree li .subcategory li{
	margin-bottom: 10px;
}

.sort-by-product-area {
	display: flex;
	gap: 10px;
}
.btn-sort {
	border:none;
	color: #78909C;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.3s;
}
.btn-sort:hover{
	color: #263238 !important;
	background-color: #f1f1f1;
}

.category-description{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.16);
	padding: 15px 20px;
	line-height: 2.5;
	color: #455A64;
	font-size: 1.1rem!important;
	font-family: inherit;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.expand-button {
	cursor: pointer;
	display: block;
	width: 50%;
	background-color: transparent;
	border:none;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
	color: #78909C;
	font-size: 1rem;
	padding: 0.5rem;
}

.special-text {
	position: relative;
	max-height: 150px;
	overflow: hidden;
	transition: max-height 1s ease;
}
.special-text h1 {
	font-size: 18px;
	margin-bottom: 15px;
}
.special-text p{
	font-size: 15px;
	line-height: 1.8;
}
.special-text.-expanded {
	max-height: 300vh;
}

.special-text:not(.-expanded)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(rgba(255, 255, 255, 0), white);
}

/*------- product details -----*/

.product-detail .detail-info .title-detail{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.btn-product-cart{
	background-color: #002147;
	color: #fff;
	border:none;
}
.detail-extralink{
	align-items: center;
}

.whastapp-btn{
	background-color: #25D366;
	color: #fff;
	font-size: 16px;
	padding: 15px 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 4px 10px rgba(37, 211, 102, 0.3);
	position: relative;
	overflow: visible;
}
.whatsapp-btn:hover {
	transform: scale(1.2);
	box-shadow: 0px 10px 15px rgba(37, 211, 102, 0.5);
}
.whatsapp-btn::after {
	content: ' 📩';
	position: absolute;
	right: -25px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.whatsapp-btn:hover::after {
	right: 10px;
	opacity: 1;
}
.related_product_slider{
	background-color: #1c2841;
	border-radius: 10px;
	padding: 20px;
}

/*------ User profile Style -----*/

.tab-content{
	padding: 2rem 1.5rem;
	background-color: #fff;
	border-radius: 10px;
}

.address-title span{
	background-color: #FDD835;
	padding: 5px;
	border-radius: 5px;
}


/* ------- Login Page ---------*/

.login_wrap{
	padding: 50px 30px;
}



/* ------- Cart Page ---------*/
.remove-cart-icon{
	color: #E53935;
}
.product-attributes-badget{
	background-color: #F5F5F5;
	color: #263238;
	padding: 7px;
	font-size: 14px;
	max-width: 80%;
}


/* ------- Contact Page ---------*/
.contact-wrapper{

}
textarea.form-control{
	height: auto;
	resize: none; /* کاربر نمیتونه اندازه رو تغییر بده */
	width: 100%; 
}
.contact-box {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #f9f9f9;
	padding: 15px;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.contact-box:hover {
	background: #e9f5ff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.contact-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #25D366;
	color: white;
	border-radius: 50%;
	font-size: 22px;
}
.contact-title h4 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.contact-title p {
	margin-right: 10px;
	margin-bottom: 0;
	padding-bottom: 5px;
	display: block;
	color: #666;
	font-size: 15px;
}


/*--- Header Search  ---- */

#searchForm {
	position: relative;
	display: flex;
	align-items: center;
}

#searchInput {
	padding: 10px;
	font-size: 14px;
	width: 350px;
	border-radius: 10px;
	border: 1px solid #ccc;
	outline: none;
}

#searchForm button {
	position: absolute;
	left: 10px;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #555;
}

#searchForm button:hover {
	color: #25D366; /* رنگ سبز برای افکت هاور */
}
#searchResults {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 5px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none; /* پنهان بودن نتایج به صورت پیش‌فرض */
}

#resultsList {
	padding: 8px;
	margin: 0;
	list-style: none;
	background-color: #f5f5f5;
}

#resultsList li {
	padding: 8px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

#resultsList li:hover {
	background-color: #f5f5f5;
}



@media (max-width: 768px) {
	.carausel-4-columns .slick-slide {
		margin: 0 10px;
	}
}


/* ----------- Product Commetns section ----------- */

.customer-comment-box .customer-section{
	display:flex;
	align-items:flex-start;     /* آواتار و متن از بالا تراز بشن */
	border:1px solid #ccc;
	border-radius:8px;
	padding:15px;
	margin-bottom:10px;
	gap:15px;                  /* فاصله بین آیتم‌ها */
}

.customer-comment-box .customer-section .customer-profile img{
	width:70px;
	border-radius:50%;
	object-fit:cover;
}

.customer-comment-box .customer-section .customer-details{
	flex:1;                    /* بخش متن کش بیاد */
	margin-right:20px;         /* اگر RTL هستی خوبه؛ در LTR می‌تونی margin-left بدی */
}

.customer-comment-box .customer-section .comment-date{
	margin-inline-start:auto;  /* هل بده به انتهای سطر (چپ در RTL، راست در LTR) */
	align-self:flex-end;       /* بره پایین کارت */
	white-space:nowrap;        /* تاریخ نشکنه و نره خط بعد */
	color:#fff;
	font-size:.9rem;
	background-color: #6c757d;
	border-radius: 5px;
	padding: 5px;
}

/* ------------------- Product Card -------------*/
.out-of-stock span{
	background-color: #EEEEEE;
	color: #37474F;
	padding: 5px 15px;
	border-radius: 5px;
}

/* ----------- User profile Styles ------*/
.review-list { display: grid; grid-template-columns: 1fr; gap: 16px; }
.review-card { display: flex; gap: 12px; padding: 14px; border: 1px solid #e9ecef; border-radius: .75rem; background: #fff; }
.review-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 1px solid #e5e7eb; }
.review-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.review-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.review-product a { color: #dc3545; text-decoration: none; }
.review-product a:hover { text-decoration: underline; }
.review-stars i { margin-left: 2px; }
.review-text { line-height: 1.9; color: #444; }
.badge-soft { background: #f1f5f9; color: #334155; border-radius: 8px; padding: 4px 8px; font-size: .8rem; }
.empty-state { border: 1px dashed #e2e8f0; border-radius: .75rem; padding: 20px; text-align: center; color: #64748b; background: #fff; }
@media (min-width: 768px){ .review-list { grid-template-columns: 1fr; } }



/* ------------ Torob Pay Section product ----------*/

.torobpay-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	background:#fff;
	border:2px solid #d7f1c2;
	border-radius:22px;
	padding:16px 20px;
	box-shadow:0 8px 24px rgba(122, 191, 71, .10);
}
.torobpay-content{
	flex:1;
}
.torobpay-title{
	font-size:14px;
	font-weight:normal;
	color:#1f2937;
}
.torobpay-price{
	font-size:15px;
	color:#111827;
	font-weight:bold;
	margin-bottom: 10px;
}
.torobpay-price strong{
	color:#16823a;
	font-size:20px;
	margin:0 4px;
}
.torobpay-subtitle{
	margin-top:6px;
	font-size:12px;
	color:#6b7280;
}
.torobpay-logo img{
	width:60px;
	max-width:100%;
	border-radius: 10px;
	object-fit:contain;
}

@media(max-width:575px){
	.torobpay-box{
		padding:14px;
		gap: 5px;
	}
	.torobpay-logo img{
		width:50px;
	}
	.torobpay-price{
		font-size: 11px;
	}
	.torobpay-price strong{
		font-size: 14px;
	}
}
/* ------------ DigiPay Section product ----------*/

.digipay-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    background:#fff;
    border:2px solid #1457ff;
    border-radius:22px;
    padding:16px 20px;
    box-shadow:0 8px 24px rgba(20, 87, 255, .10);
}

.digipay-content{
    flex:1;
}

.digipay-title{
    font-size:14px;
    font-weight:normal;
    color:#1f2937;
}

.digipay-price{
    font-size:15px;
    color:#111827;
    font-weight:bold;
    margin-bottom:10px;
}

.digipay-price strong{
    color:#1457ff;
    font-size:20px;
    margin:0 4px;
}

.digipay-logo img{
    width:60px;
    max-width:100%;
    border-radius:10px;
    object-fit:contain;
}

@media(max-width:575px){
    .digipay-box{
        padding:14px;
        gap:5px;
    }

    .digipay-logo img{
        width:50px;
    }

    .digipay-price{
        font-size:11px;
    }

    .digipay-price strong{
        font-size:14px;
    }
}


/* --------------- Checkoout & Payment pages Style-------*/
.checkout-page-box {
	border: 1px solid #edf0f4;
}

.checkout-card {
	background: #fff;
	border: 1px solid #edf0f4;
	border-radius: 20px;
	padding: 22px;
	box-shadow: 0 10px 30px rgba(0,0,0,.035);
}

.checkout-card-title {
	font-size: 17px;
	font-weight: 800;
	color: #12355b;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.checkout-cart-list {
	max-height: 390px;
	overflow-y: auto;
	border-radius: 14px;
}

.checkout-cart-item {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 14px;
}

.cart-item-main {
	display: flex;
	gap: 12px;
	min-width: 0;
}

.cart-item-image img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 10px;
}

.cart-item-title {
	display: block;
	font-weight: 800;
	color: #12355b;
	line-height: 1.7;
}

.cart-item-price {
	min-width: 115px;
	text-align: left;
	font-weight: 700;
	color: #111827;
}

.text-line {
	text-decoration: line-through;
}

.checkout-summary-list .list-group-item {
	padding: 18px;
	font-size: 14px;
}

.summary-total {
	background: #f7fbff;
	color: #1677ff;
	font-size: 16px !important;
	font-weight: 900;
}

.checkout-payment-box {
	direction: rtl;
}

.payment-section-title,
.payment-group-title {
	font-weight: 800;
	color: #12355b;
	display: flex;
	align-items: center;
	gap: 8px;
}

.payment-section-title {
	font-size: 18px;
	margin-bottom: 18px;
}

.payment-group-title {
	font-size: 15px;
	margin-bottom: 12px;
}

.payment-methods-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.payment-method-card {
	position: relative;
	min-height: 116px;
	border: 2px solid #eef2f7;
	border-radius: 18px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 14px;
	cursor: pointer;
	transition: all .2s ease;
	background: #fff;
}

.payment-method-card:hover {
	border-color: #1683ff;
	box-shadow: 0 10px 25px rgba(22,131,255,.10);
	transform: translateY(-2px);
}

.payment-method-card:has(.payment-radio:checked) {
	border-color: #1683ff;
	background: #f7fbff;
	box-shadow: 0 10px 25px rgba(22,131,255,.12);
}

.payment-radio {
	display: none;
}

.payment-check {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 20px;
	height: 20px;
	border: 2px solid #d7dee8;
	border-radius: 50%;
	background: #fff;
}

.payment-radio:checked + .payment-check {
	border-color: #1683ff;
}

.payment-radio:checked + .payment-check::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #1683ff;
	border-radius: 50%;
	top: 3px;
	left: 3px;
}

.payment-logo {
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8fafc;
	border-radius: 18px;
	overflow: hidden;
}

.payment-logo img {
	max-width: 64px;
	max-height: 64px;
	object-fit: contain;
}

.payment-info {
	flex: 1;
	text-align: right;
}

.payment-info strong {
	display: block;
	font-size: 15px;
	color: #1f2937;
	margin-bottom: 6px;
}

.payment-info small {
	display: block;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.8;
}

.payment-info small b {
	color: #111827;
	font-size: 15px;
}

.payment-info em {
	display: block;
	margin-top: 4px;
	font-style: normal;
	color: #9ca3af;
	font-size: 12px;
}

.installment-card {
	grid-column: span 2;
	min-height: 128px;
}

.disabled-card {
	cursor: not-allowed;
	background: #fafafa;
	opacity: .72;
}

.disabled-card:hover {
	transform: none;
	border-color: #eef2f7;
	box-shadow: none;
}

.opacity-logo {
	filter: grayscale(1);
	opacity: .55;
}

.payment-submit-btn {
	height: 54px;
	border-radius: 16px;
	background: #1677ff;
	color: #fff;
	font-weight: 800;
	font-size: 15px;
	border: none;
	box-shadow: 0 10px 24px rgba(22,119,255,.22);
}

.payment-submit-btn:hover {
	color: #fff;
	background: #0f66df;
}

@media(max-width: 991px) {
	.checkout-card {
		padding: 18px;
	}
}

@media(max-width: 767px) {
	.payment-methods-grid {
		grid-template-columns: 1fr;
	}

	.installment-card {
		grid-column: span 1;
	}

	.checkout-cart-item {
		flex-direction: column;
	}

	.cart-item-price {
		text-align: right;
		min-width: auto;
	}
}

/* =========================
   THIRTEEN PRODUCT CARD
   ========================= */
   .thirteen-product-card {
   	position: relative;
   	height: 100%;
   	background: #f4f7fb;
   	border: 1px solid rgba(28, 40, 65, 0.08);
   	border-radius: 22px;
   	overflow: hidden;
   	transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
   	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
   	display: flex;
   	flex-direction: column;
   }

   .thirteen-product-card:hover {
   	background: #eef3f8;
   	border-color: rgba(28, 40, 65, 0.12);
   	transform: translateY(-5px);
   	box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
   }

   .thirteen-product-card__media {
   	position: relative;
   	padding: 14px 14px 0;
   }

   .thirteen-product-card__image-link {
   	display: block;
   	background: #ffffff;
   	border-radius: 18px;
   	overflow: hidden;
   	aspect-ratio: 1 / 1.14;
   }

   .thirteen-product-card__image {
   	width: 100%;
   	height: 100%;
   	object-fit: cover;
   	display: block;
   	transition: transform .5s ease;
   }

   .thirteen-product-card:hover .thirteen-product-card__image {
   	transform: scale(1.04);
   }

   .thirteen-product-card__wishlist {
   	position: absolute;
   	top: 24px;
   	right: 24px;
   	width: 38px;
   	height: 38px;
   	border: 0;
   	border-radius: 12px;
   	background: rgba(255,255,255,.92);
   	color: #455A64;
   	box-shadow: 0 8px 20px rgba(0,0,0,.08);
   	display: flex;
   	align-items: center;
   	justify-content: center;
   	transition: all .22s ease;
   	z-index: 3;
   }

   .thirteen-product-card__wishlist:hover {
   	background: #fff;
   	color: #d94b70;
   	transform: translateY(-2px);
   }

   .thirteen-product-card__wishlist i {
   	font-size: 16px;
   }

   .thirteen-product-card__badges {
   	position: absolute;
   	right: 24px;
   	bottom: 12px;
   	display: flex;
   	flex-wrap: wrap;
   	gap: 8px;
   	z-index: 3;
   }

   .thirteen-product-card__badge {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	border-radius: 999px;
   	padding: 6px 10px;
   	font-size: 11px;
   	font-weight: 800;
   	line-height: 1;
   	white-space: nowrap;
   }

   .thirteen-product-card__badge--special {
   	background: linear-gradient(135deg, #ff6f91, #f45d7a);
   	color: #fff;
   	box-shadow: 0 8px 18px rgba(244, 93, 122, 0.24);
   }

   .thirteen-product-card__badge--discount {
   	background: #e3f0df;
   	color: #3c7d47;
   }

   .thirteen-product-card__body {
   	padding: 16px 16px 18px;
   	flex: 1 1 auto;
   	display: flex;
   	flex-direction: column;
   }
   .thirteen-product-card__title {
   	margin: 0 0 10px;
   	font-size: 15px;
   	font-weight: 800;
   	line-height: 1.85;
   	height: 56px;
   	overflow: hidden;
   }
   .thirteen-product-card__title a {
   	color: #233044;
   	transition: color .2s ease;
   	display: -webkit-box;
   	-webkit-line-clamp: 2;
   	-webkit-box-orient: vertical;
   	overflow: hidden;
   }

   .thirteen-product-card__title a:hover {
   	color: #0d4c92;
   }
   .thirteen-product-card__meta {
   	display: flex;
   	align-items: center;
   	flex-wrap: wrap;
   	gap: 8px 10px;
   	margin-bottom: 14px;
   	min-height: 32px;
   }

   .thirteen-product-card__category {
   	font-size: 12px;
   	font-weight: bold;
   	color: #7b8794;
   	max-width: 100%;
   	white-space: nowrap;
   	overflow: hidden;
   	text-overflow: ellipsis;
   }
   .thirteen-product-card__installment-badge {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	background: #e8f1ff;
   	color: #295ea8;
   	border: 1px solid #d6e6ff;
   	border-radius: 999px;
   	padding: 5px 10px;
   	font-size: 11px;
   	font-weight: 800;
   	line-height: 1;
   }

   .thirteen-product-card__footer {
   	display: flex;
   	align-items: flex-end;
   	justify-content: space-between;
   	gap: 12px;
   	margin-top: auto;
   }

   .thirteen-product-card__price-box {
   	flex: 1 1 auto;
   	min-width: 0;
   }

   .thirteen-product-card__price-top {
   	display: flex;
   	align-items: center;
   	flex-wrap: wrap;
   	gap: 6px 8px;
   	min-height: 24px;
   	margin-bottom: 4px;
   }

   .thirteen-product-card__old-price {
   	font-size: 12px;
   	font-weight: 700;
   	color: #98a2b3;
   	text-decoration: line-through;
   	direction: ltr;
   }

   .thirteen-product-card__discount-chip {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	background: #dff1e2;
   	color: #397f47;
   	border-radius: 999px;
   	padding: 4px 8px;
   	font-size: 11px;
   	font-weight: 900;
   	line-height: 1;
   }

   .thirteen-product-card__final-price-row {
   	display: flex;
   	align-items: baseline;
   	flex-wrap: wrap;
   	gap: 5px;
   }

   .thirteen-product-card__final-price {
   	font-size: 20px;
   	font-weight: 900;
   	color: #243447;
   	line-height: 1.2;
   	direction: ltr;
   }

   .thirteen-product-card__currency {
   	font-size: 12px;
   	font-weight: 700;
   	color: #6b7280;
   }

   .thirteen-product-card__stock-out {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	background: #fbe9e9;
   	color: #b04242;
   	border-radius: 10px;
   	padding: 7px 10px;
   	font-size: 12px;
   	font-weight: 800;
   }

   .thirteen-product-card__action {
   	flex: 0 0 auto;
   }
   .thirteen-product-card__cart-btn {
   	width: 48px;
   	height: 48px;
   	border-radius: 16px;
   	background: #1c2841;
   	color: #fff;
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	box-shadow: 0 10px 20px rgba(28, 40, 65, 0.22);
   	transition: all .22s ease;
   }

   .thirteen-product-card__cart-btn:hover {
   	background: #263754;
   	color: #fff;
   	transform: translateY(-2px);
   	box-shadow: 0 14px 26px rgba(28, 40, 65, 0.30);
   }

   .thirteen-product-card__cart-btn i {
   	font-size: 18px;
   }

   /* اگر داخل اسلایدر استفاده شد */
   .thirteen-product-slide {
   	padding: 8px;
   	height: auto;
   }

   .thirteen-product-slide .thirteen-product-card {
   	height: 100%;
   }

   /* grid page */
   @media (max-width: 991.98px) {
   	.thirteen-product-card__title {
   		min-height: 52px;
   		font-size: 14px;
   	}

   	.thirteen-product-card__final-price {
   		font-size: 18px;
   	}
   }

   @media (max-width: 767.98px) {
   	.thirteen-product-card {
   		border-radius: 18px;
   	}

   	.thirteen-product-card__media {
   		padding: 12px 12px 0;
   	}

   	.thirteen-product-card__body {
   		padding: 14px 12px 14px;
   	}

   	.thirteen-product-card__wishlist {
   		top: 20px;
   		right: 20px;
   		width: 34px;
   		height: 34px;
   		border-radius: 10px;
   	}

   	.thirteen-product-card__title {
   		height: 52px;
   		font-size: 13px;
   		line-height: 1.95;
   		margin-bottom: 8px;
   	}

   	.thirteen-product-card__meta {
   		margin-bottom: 12px;
   	}

   	.thirteen-product-card__final-price {
   		font-size: 17px;
   	}

   	.thirteen-product-card__cart-btn {
   		width: 44px;
   		height: 44px;
   		border-radius: 14px;
   	}
   	.thirteen-product-card__category{
   		font-size: 10px;
   	}
   }

   @media (max-width: 479.98px) {
   	.thirteen-product-card__footer {
   		gap: 10px;
   	}

   	.thirteen-product-card__final-price {
   		font-size: 16px;
   	}

   	.thirteen-product-card__currency {
   		font-size: 11px;
   	}
   }

/* =========================
   SPECIAL PRODUCTS BACK PANEL
   ========================= */
   .thirteen-products-section{
   	margin: 25px 0;
   }
   .thirteen-products-section--special-panel {
   	margin: 25px 0;
   }

   .thirteen-products-section--special-panel .thirteen-products-shell {
   	position: relative;
   	padding: 38px 22px 54px;
   	margin-top: 18px;
   	isolation: isolate;
   }

   .thirteen-products-section--special-panel .thirteen-products-shell::before {
   	content: "";
   	position: absolute;
   	top: 0;
   	right: 0;
   	left: 0;
   	height: 68%;
   	background: linear-gradient(135deg, #9fb2c7 0%, #71879f 48%, #4f647d 100%);
   	border-radius: 34px 34px 18px 18px;
   	clip-path: polygon(
   		0 0,
   		100% 0,
   		100% 72%,
   		50% 100%,
   		0 72%
   		);
   	z-index: -1;
   	box-shadow: 0 18px 42px rgba(28, 40, 65, 0.10);
   }

   .thirteen-products-section--special-panel .thirteen-products-shell::after {
   	content: "";
   	position: absolute;
   	top: 16px;
   	right: 22px;
   	left: 22px;
   	height: 34%;
   	background: rgba(255, 255, 255, 0.18);
   	border-radius: 26px;
   	z-index: -1;
   	pointer-events: none;
   }

   .thirteen-products-section--special-panel .thirteen-product-slider {
   	position: relative;
   	z-index: 2;
   }

   @media (max-width: 767.98px) {
   	.thirteen-products-section--special-panel {
   		padding: 22px 0 38px;
   	}

   	.thirteen-products-section--special-panel .thirteen-products-shell {
   		padding: 26px 10px 38px;
   		margin-top: 12px;
   	}

   	.thirteen-products-section--special-panel .thirteen-products-shell::before {
   		height: 76%;
   		border-radius: 24px;
   		clip-path: polygon(
   			0 0,
   			100% 0,
   			100% 82%,
   			50% 100%,
   			0 82%
   			);
   	}

   	.thirteen-products-section--special-panel .thirteen-products-shell::after {
   		display: none;
   	}
   }

   /* ------------------ product images gallery -----------*/

   .thirteen-product-detail-gallery {
   	position: sticky;
   	top: 90px;
   }

   .thirteen-product-main-gallery {
   	background: #f4f7fb;
   	border: 1px solid rgba(28, 40, 65, 0.08);
   	border-radius: 26px;
   	overflow: hidden;
   	box-shadow: 0 14px 36px rgba(28, 40, 65, 0.07);
   }

   .thirteen-product-main-gallery__item {
   	margin: 0;
   	aspect-ratio: 1 / 1.08;
   	background: #f4f7fb;
   	overflow: hidden;
   }

   .thirteen-product-main-gallery__item a {
   	display: block;
   	width: 100%;
   	height: 100%;
   }

   .thirteen-product-main-gallery__item img {
   	width: 100%;
   	height: 100%;
   	object-fit: cover;
   	display: block;
   	cursor: zoom-in;
   }

   .thirteen-product-thumb-gallery {
   	margin: 14px -5px 0;
   }

   .thirteen-product-thumb-gallery__item {
   	padding: 0 5px;
   	cursor: pointer;
   }

   .thirteen-product-thumb-gallery__item img {
   	width: 100%;
   	aspect-ratio: 1 / 1;
   	object-fit: cover;
   	border-radius: 14px;
   	border: 2px solid transparent;
   	background: #f4f7fb;
   	transition: all .22s ease;
   }

   .thirteen-product-thumb-gallery .slick-current img {
   	border-color: #1c2841;
   	box-shadow: 0 8px 18px rgba(28, 40, 65, 0.16);
   }

   .thirteen-product-main-gallery .slider-btn {
   	position: absolute;
   	top: 50%;
   	transform: translateY(-50%);
   	z-index: 5;
   	width: 38px;
   	height: 38px;
   	border-radius: 50%;
   	background: rgba(255,255,255,.9);
   	color: #1c2841;
   	display: flex;
   	align-items: center;
   	justify-content: center;
   	cursor: pointer;
   	box-shadow: 0 8px 20px rgba(0,0,0,.08);
   }

   .thirteen-product-main-gallery .slider-prev {
   	right: 14px;
   }

   .thirteen-product-main-gallery .slider-next {
   	left: 14px;
   }

   @media (max-width: 991.98px) {
   	.thirteen-product-detail-gallery {
   		position: relative;
   		top: auto;
   		margin-bottom: 24px;
   	}
   }

   /*--------Product Details page ----------*/

/* =========================
   PRODUCT DETAIL TOP LAYOUT
   ========================= */

   .thirteen-product-top-row {
   	align-items: stretch;
   }

   .thirteen-product-side-card {
   	height: 100%;
   	background: #ffffff;
   	border: 1px solid rgba(28, 40, 65, 0.08);
   	border-radius: 26px;
   	box-shadow: 0 14px 38px rgba(28, 40, 65, 0.055);
   }

   .thirteen-product-gallery-card {
   	padding: 16px;
   }

   .thirteen-product-buy-card {
   	padding: 26px;
   	display: flex;
   	flex-direction: column;
   }

   .thirteen-product-buy-card .title-detail {
   	font-size: 24px;
   	font-weight: 900;
   	color: #1c2841;
   	line-height: 1.8;
   	margin-bottom: 14px;
   }

   .thirteen-product-buy-card .product-detail-rating {
   	display: flex;
   	align-items: center;
   	justify-content: space-between;
   	gap: 12px;
   	flex-wrap: wrap;
   	padding-bottom: 14px;
   	margin-bottom: 18px;
   	border-bottom: 1px solid rgba(28, 40, 65, 0.08);
   }

   .thirteen-product-buy-card .bg-grey-light {
   	background: #f4f7fb !important;
   	border: 1px solid rgba(28, 40, 65, 0.06);
   	color: #52616f;
   	font-size: 13px;
   	line-height: 2;
   }

   .thirteen-product-buy-card .product-price-cover {
   	background: #f4f7fb;
   	border: 1px solid rgba(28, 40, 65, 0.07);
   	border-radius: 18px;
   	padding: 18px;
   	margin-bottom: 18px;
   }

   .thirteen-product-buy-card #price-final {
   	font-size: 20px;
   	font-weight: bold;
   	color: #1c2841;
   }

   .thirteen-product-buy-card #price-regular {
   	color: #98a2b3;
   	text-decoration: line-through;
   }

   .thirteen-product-buy-card .attr-detail {
   	margin-bottom: 18px;
   }

   .thirteen-product-buy-card .attr-detail strong {
   	display: block;
   	margin-bottom: 10px;
   	color: #1c2841;
   	font-weight: 800;
   }

   .thirteen-product-buy-card .color-select {
   	max-width: 100%;
   	border-radius: 14px;
   	height: 46px;
   }

   .thirteen-product-buy-card .size-filter {
   	display: flex;
   	flex-wrap: wrap;
   	gap: 8px;
   }

   .thirteen-product-buy-card .size-filter li {
   	margin: 0;
   }

   .thirteen-product-buy-card .size-filter li .size-option {
   	width: 58px;
   	height: 42px;
   	border-radius: 14px;
   	border: 1px solid rgba(28, 40, 65, 0.12);
   	background: #fff;
   	color: #1c2841;
   	transition: all .2s ease;
   }

   .thirteen-product-buy-card .size-filter li .size-option.selected,
   .thirteen-product-buy-card .size-filter li .size-option:hover:not(:disabled) {
   	background: #1c2841;
   	color: #fff;
   	border-color: #1c2841;
   }

   .thirteen-product-buy-card .detail-extralink {
   	display: flex;
   	align-items: center;
   	gap: 12px;
   	flex-wrap: wrap;
   }

   .thirteen-product-buy-card .product-extra-link2 {
   	display: flex;
   	align-items: center;
   	gap: 10px;
   	flex-wrap: wrap;
   }

   .thirteen-product-buy-card .btn-product-cart {
   	width: auto;
   	min-width: 170px;
   	height: 46px;
   	min-height: 46px;
   	padding: 0 22px;
   	border: 0;
   	border-radius: 14px;
   	background: #1c2841;
   	color: #fff;
   	font-weight: 800;
   	white-space: nowrap;
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	gap: 7px;
   	transition: all .22s ease;
   }

   .thirteen-product-buy-card .btn-product-cart:hover {
   	background: #263754;
   	color: #fff;
   }

   .thirteen-product-buy-card .whastapp-btn {
   	display: flex;
   	align-items: center;
   	justify-content: center;
   	gap: 7px;
   	width: 100%;
   	min-height: 46px;
   	border-radius: 14px;
   	background: #e9f8ee;
   	color: #16823a;
   	border: 1px solid #c9efd5;
   	font-weight: 800;
   }
/* =========================
   PRODUCT DETAIL PRICE BOX
   ========================= */

   .thirteen-product-price-cover {
   	padding: 0 !important;
   	margin-bottom: 18px;
   	display: block !important;
   }

   .thirteen-product-price-panel {
   	display: flex;
   	align-items: center;
   	justify-content: space-between;
   	gap: 18px;
   	width: 100%;
   	background: #f4f7fb;
   	border: 1px solid rgba(28, 40, 65, 0.08);
   	border-radius: 20px;
   	padding: 18px 20px;
   }

   .thirteen-product-price-badges {
   	display: flex;
   	flex-direction: column;
   	align-items: flex-start;
   	gap: 8px;
   	flex: 0 0 auto;
   }

   .thirteen-product-discount-badge {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	min-height: 32px;
   	padding: 7px 13px;
   	border-radius: 10px;
   	background: linear-gradient(135deg, #ff4f70, #f43f5e);
   	color: #fff;
   	font-size: 13px;
   	font-weight: 900;
   	line-height: 1;
   	white-space: nowrap;
   	box-shadow: 0 8px 18px rgba(244, 63, 94, 0.20);
   }

   .thirteen-product-installment-badge {
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	min-height: 30px;
   	padding: 6px 12px;
   	border-radius: 999px;
   	background: #e8f1ff;
   	color: #295ea8;
   	border: 1px solid #d6e6ff;
   	font-size: 12px;
   	font-weight: 900;
   	line-height: 1;
   	white-space: nowrap;
   }

   .thirteen-product-price-values {
   	display: flex;
   	flex-direction: column;
   	align-items: flex-end;
   	gap: 6px;
   	text-align: left;
   	margin-right: auto;
   }

   .thirteen-product-regular-price {
   	color: #98a2b3;
   	font-size: 15px;
   	font-weight: 700;
   	text-decoration: line-through;
   	line-height: 1.2;
   }

   .thirteen-product-final-price {
   	line-height: 1.25;
   	letter-spacing: -0.3px;
   }

   @media (max-width: 575.98px) {
   	.thirteen-product-price-panel {
   		padding: 15px;
   		gap: 12px;
   	}

   	.thirteen-product-final-price {
   		font-size: 22px;
   	}

   	.thirteen-product-regular-price {
   		font-size: 13px;
   	}

   	.thirteen-product-discount-badge,
   	.thirteen-product-installment-badge {
   		font-size: 11px;
   		padding: 6px 10px;
   	}
   }
   @media (max-width: 575.98px) {
   	.thirteen-product-price-panel {
   		padding: 14px;
   		gap: 10px;
   		border-radius: 18px;
   		align-items: center;
   	}

   	.thirteen-product-price-badges {
   		gap: 7px;
   		align-items: flex-start;
   		max-width: 42%;
   	}

   	.thirteen-product-discount-badge {
   		min-height: 28px;
   		padding: 6px 9px;
   		border-radius: 9px;
   		font-size: 11px;
   		white-space: nowrap;
   	}

   	.thirteen-product-installment-badge {
   		min-height: 28px;
   		padding: 6px 9px;
   		font-size: 11px;
   		white-space: nowrap;
   	}

   	.thirteen-product-price-values {
   		flex: 1 1 auto;
   		min-width: 0;
   		align-items: flex-end;
   		gap: 5px;
   	}

   	.thirteen-product-regular-price {
   		font-size: 12px;
   		white-space: nowrap;
   	}

   	.thirteen-product-buy-card #price-final {
   		font-size: 18px;
   		line-height: 1.35;
   		white-space: nowrap;
   	}
   }
   @media (max-width: 390px) {
   	.thirteen-product-price-panel {
   		flex-direction: column-reverse;
   		align-items: stretch;
   	}

   	.thirteen-product-price-badges {
   		max-width: 100%;
   		flex-direction: row;
   		justify-content: flex-start;
   		flex-wrap: wrap;
   	}

   	.thirteen-product-price-values {
   		align-items: flex-start;
   		text-align: right;
   	}

   	.thirteen-product-final-price {
   		font-size: 22px;
   	}
   }
/* =========================
   PRODUCT DETAIL ACTIONS MOBILE FIX
   ========================= */

   .thirteen-size-guide-row {
   	display: flex;
   	align-items: center;
   	justify-content: flex-start;
   	gap: 10px;
   	margin: 14px 0 18px;
   }

   .thirteen-size-guide-title {
   	font-size: 13px;
   	font-weight: 800;
   	color: #1c2841;
   }

   .thirteen-size-guide-link {
   	border: 0;
   	background: transparent;
   	color: #295ea8;
   	font-size: 13px;
   	font-weight: 800;
   	padding: 0;
   	display: inline-flex;
   	align-items: center;
   	gap: 6px;
   	cursor: pointer;
   	transition: .2s ease;
   }

   .thirteen-size-guide-link:hover {
   	color: #1c2841;
   }

   .thirteen-product-buy-card .detail-extralink {
   	align-items: center;
   	gap: 10px;
   }

   .thirteen-product-buy-card .detail-extralink > strong {
   	flex: 0 0 auto;
   	margin: 0;
   	color: #1c2841;
   	font-weight: 800;
   }

   .thirteen-product-buy-card .detail-qty {
   	width: 98px;
   	max-width: 98px;
   	height: 44px;
   	padding: 0;
   	margin: 0;
   	border-radius: 14px;
   	background: #fff;
   	border: 1px solid rgba(28, 40, 65, 0.12) !important;
   	display: flex !important;
   	align-items: center;
   	justify-content: space-between;
   	overflow: hidden;
   }

   .thirteen-product-buy-card .detail-qty > button {
   	position: static !important;
   	width: 30px;
   	height: 100%;
   	border: 0;
   	background: transparent;
   	color: #1c2841;
   	display: flex;
   	align-items: center;
   	justify-content: center;
   	font-size: 13px;
   }

   .thirteen-product-buy-card .detail-qty > button:hover {
   	background: #f4f7fb;
   	color: #295ea8;
   }

   .thirteen-product-buy-card .detail-qty .qty-val {
   	width: 34px;
   	height: 100%;
   	padding: 0 !important;
   	text-align: center;
   	font-size: 14px !important;
   	font-weight: 800;
   	color: #1c2841;
   	border: 0;
   }

   .thirteen-product-buy-card .product-extra-link2 {
   	display: flex;
   	align-items: center;
   	flex: 1 1 auto;
   	min-width: 0;
   }

   @media (max-width: 575.98px) {
   	.thirteen-size-guide-row {
   		justify-content: space-between;
   		background: #f8fbff;
   		border: 1px solid rgba(28, 40, 65, 0.08);
   		border-radius: 14px;
   		padding: 10px 12px;
   		margin: 12px 0 16px;
   	}

   	.thirteen-size-guide-title,
   	.thirteen-size-guide-link {
   		font-size: 12px;
   	}

   	.thirteen-product-buy-card .detail-extralink {
   		display: flex !important;
   		flex-wrap: nowrap !important;
   		align-items: center;
   		gap: 8px;
   		width: 100%;
   	}

   	.thirteen-product-buy-card .detail-extralink > strong {
   		font-size: 12px;
   		min-width: 38px;
   	}

   	.thirteen-product-buy-card .detail-qty {
   		width: 84px;
   		max-width: 84px;
   		height: 42px;
   		border-radius: 13px;
   		flex: 0 0 84px;
   	}

   	.thirteen-product-buy-card .detail-qty > button {
   		width: 26px;
   		font-size: 12px;
   	}

   	.thirteen-product-buy-card .detail-qty .qty-val {
   		width: 30px;
   		font-size: 13px !important;
   	}

   	.thirteen-product-buy-card .product-extra-link2 {
   		flex: 1 1 auto;
   		min-width: 0;
   	}

   	.thirteen-product-buy-card .btn-product-cart {
   		width: 100% !important;
   		min-width: 0;
   		height: 42px;
   		border-radius: 13px;
   		padding: 0 10px;
   		font-size: 12px;
   		display: flex;
   		align-items: center;
   		justify-content: center;
   		gap: 5px;
   	}
   }

   @media (max-width: 360px) {
   	.thirteen-product-buy-card .detail-extralink > strong {
   		display: none;
   	}

   	.thirteen-product-buy-card .detail-qty {
   		flex: 0 0 82px;
   	}

   	.thirteen-product-buy-card .btn-product-cart {
   		font-size: 11px;
   		padding: 0 8px;
   	}
}


    /* =========================================
       Product Rating Summary
       ========================================= */

       .thirteen-product-review-meta {
       	display: flex;
       	align-items: center;
       	justify-content: space-between;
       	flex-wrap: wrap;
       	gap: 12px;
       	margin: 14px 0 20px;
       	padding: 12px 14px;
       	border: 1px solid #edf0f4;
       	border-radius: 12px;
       	background: #fafbfc;
       }

       .thirteen-product-review-meta__category {
       	color: #6c7380;
       	font-size: 13px;
       }

       .thirteen-product-review-meta__category a {
       	color: #315fd8;
       	font-weight: 700;
       }

       .thirteen-product-review-link {
       	display: inline-flex;
       	align-items: center;
       	flex-wrap: wrap;
       	gap: 8px;
       	color: #606874;
       	font-size: 12px;
       }

       .thirteen-product-review-link:hover {
       	color: #315fd8;
       }

       .thirteen-rating-number {
       	color: #252a31;
       	font-size: 15px;
       	font-weight: 800;
       }

       .thirteen-rating-separator {
       	width: 1px;
       	height: 15px;
       	background: #dfe3e8;
       }

       /* ستاره Readonly با درصد دقیق */
       .thirteen-stars {
       	--rating-width: 0%;

       	position: relative;
       	display: inline-block;
       	direction: ltr;
       	line-height: 1;
       	white-space: nowrap;
       	letter-spacing: 2px;
       	color: #d9dde4;
       }

       .thirteen-stars__base,
       .thirteen-stars__fill {
       	display: inline-flex;
       	align-items: center;
       	gap: 2px;
       }

       .thirteen-stars__fill {
       	position: absolute;
       	top: 0;
       	left: 0;
       	width: var(--rating-width);
       	overflow: hidden;
       	color: #f7b731;
       	white-space: nowrap;
       }

       .thirteen-stars--small {
       	font-size: 13px;
       }

       .thirteen-stars--medium {
       	font-size: 16px;
       }

       .thirteen-stars--large {
       	font-size: 22px;
       }

    /* =========================================
       Review Main Section
       ========================================= */

       .thirteen-reviews-section {
       	scroll-margin-top: 90px;
       }

       .thirteen-reviews-heading {
       	display: flex;
       	align-items: center;
       	justify-content: space-between;
       	flex-wrap: wrap;
       	gap: 10px;
       	margin-bottom: 22px;
       }

       .thirteen-reviews-heading__title {
       	display: flex;
       	align-items: center;
       	margin: 0;
       	color: #272c34;
       	font-size: 19px;
       	font-weight: 800;
       }

       .thirteen-reviews-heading__icon {
       	width: 40px;
       	height: 40px;
       	display: inline-flex;
       	align-items: center;
       	justify-content: center;
       	margin-left: 9px;
       	border-radius: 11px;
       	color: #315fd8;
       	background: rgba(49, 95, 216, 0.1);
       	font-size: 18px;
       }

       .thirteen-reviews-heading__count {
       	display: inline-flex;
       	align-items: center;
       	justify-content: center;
       	min-width: 30px;
       	height: 26px;
       	padding: 0 8px;
       	border-radius: 7px;
       	color: #fff;
       	background: #315fd8;
       	font-size: 12px;
       	font-weight: 700;
       }

    /* =========================================
       Rating Summary Card
       ========================================= */

       .thirteen-rating-summary {
       	height: 100%;
       	padding: 22px;
       	border: 1px solid #edf0f4;
       	border-radius: 15px;
       	background:
       	linear-gradient(
       		145deg,
       		rgba(247, 183, 49, 0.07),
       		#fff 45%
       		);
       }

       .thirteen-rating-summary__top {
       	text-align: center;
       	padding-bottom: 20px;
       	margin-bottom: 20px;
       	border-bottom: 1px solid #edf0f4;
       }

       .thirteen-rating-summary__average {
       	color: #262a30;
       	font-size: 42px;
       	font-weight: 900;
       	line-height: 1;
       }

       .thirteen-rating-summary__from {
       	color: #9aa0aa;
       	font-size: 13px;
       }

       .thirteen-rating-summary__stars {
       	margin: 13px 0 10px;
       }

       .thirteen-rating-summary__caption {
       	color: #747b87;
       	font-size: 12px;
       }

       .thirteen-rating-distribution__row {
       	display: grid;
       	grid-template-columns: 58px minmax(0, 1fr) 28px;
       	align-items: center;
       	gap: 9px;
       	margin-bottom: 10px;
       	font-size: 11px;
       }

       .thirteen-rating-distribution__label {
       	color: #606874;
       	white-space: nowrap;
       }

       .thirteen-rating-distribution__label i {
       	margin-right: 3px;
       	color: #f7b731;
       }

       .thirteen-rating-distribution__track {
       	height: 7px;
       	overflow: hidden;
       	border-radius: 999px;
       	background: #edf0f4;
       }

       .thirteen-rating-distribution__fill {
       	height: 100%;
       	border-radius: inherit;
       	background: linear-gradient(90deg, #f7b731, #ffcc5c);
       }

       .thirteen-rating-distribution__count {
       	color: #727984;
       	font-weight: 700;
       	text-align: left;
       }

    /* =========================================
       Review Form
       ========================================= */

       .thirteen-review-form-card {
       	height: 100%;
       	padding: 22px;
       	border: 1px solid #edf0f4;
       	border-radius: 15px;
       	background: #fff;
       }

       .thirteen-review-form-card__title {
       	margin-bottom: 7px;
       	color: #292e36;
       	font-size: 16px;
       	font-weight: 800;
       }

       .thirteen-review-form-card__description {
       	margin-bottom: 20px;
       	color: #7b828d;
       	font-size: 12px;
       	line-height: 1.9;
       }

       .thirteen-review-rating-picker {
       	padding: 14px 16px;
       	margin-bottom: 17px;
       	border: 1px solid #edf0f4;
       	border-radius: 12px;
       	background: #fafbfc;
       }

       .thirteen-review-rating-picker__head {
       	display: flex;
       	align-items: center;
       	justify-content: space-between;
       	flex-wrap: wrap;
       	gap: 8px;
       	margin-bottom: 10px;
       }

       .thirteen-review-rating-picker__title {
       	color: #4f5661;
       	font-size: 13px;
       	font-weight: 700;
       }

       .thirteen-review-rating-picker__text {
       	color: #9096a0;
       	font-size: 11px;
       }

       .thirteen-rating-input {
       	display: inline-flex;
       	align-items: center;
       	direction: ltr;
       	gap: 4px;
       }

       .thirteen-rating-input__star {
       	width: 34px;
       	height: 34px;
       	padding: 0;
       	border: 0;
       	outline: none;
       	color: #d8dde5;
       	background: transparent;
       	font-size: 25px;
       	cursor: pointer;
       	transition:
       	color 0.16s ease,
       	transform 0.16s ease;
       }

       .thirteen-rating-input__star:hover {
       	transform: translateY(-2px) scale(1.06);
       }

       .thirteen-rating-input__star.is-active,
       .thirteen-rating-input__star.is-hovered {
       	color: #f7b731;
       }

       .thirteen-review-textarea-wrap {
       	position: relative;
       }

       .thirteen-review-textarea {
       	min-height: 145px;
       	padding: 14px 15px 34px;
       	border: 1px solid #dfe4ea;
       	border-radius: 11px;
       	resize: vertical;
       	font-size: 13px;
       	line-height: 2;
       }

       .thirteen-review-textarea:focus {
       	border-color: rgba(49, 95, 216, 0.55);
       	box-shadow: 0 0 0 3px rgba(49, 95, 216, 0.07);
       }

       .thirteen-review-counter {
       	position: absolute;
       	bottom: 10px;
       	left: 12px;
       	color: #9ba1aa;
       	font-size: 10px;
       }

       .thirteen-review-submit {
       	display: inline-flex;
       	align-items: center;
       	justify-content: center;
       	gap: 7px;
       	min-height: 43px;
       	margin-top: 14px;
       	padding: 8px 20px;
       	border: 0;
       	border-radius: 9px;
       	color: #fff;
       	background: #315fd8;
       	font-family: inherit;
       	font-size: 13px;
       	font-weight: 700;
       	cursor: pointer;
       }

       .thirteen-review-submit:hover {
       	color: #fff;
       	background: #234fbf;
       }

       .thirteen-review-note {
       	margin-top: 12px;
       	color: #89909a;
       	font-size: 11px;
       	line-height: 1.9;
       }

       .thirteen-review-note i {
       	margin-left: 5px;
       	color: #f0ad24;
       }

       .thirteen-review-login-box {
       	display: flex;
       	align-items: center;
       	justify-content: space-between;
       	gap: 15px;
       	padding: 19px;
       	border: 1px dashed rgba(49, 95, 216, 0.32);
       	border-radius: 12px;
       	background: rgba(49, 95, 216, 0.04);
       }

       .thirteen-review-login-box__icon {
       	width: 45px;
       	height: 45px;
       	display: flex;
       	align-items: center;
       	justify-content: center;
       	flex-shrink: 0;
       	border-radius: 12px;
       	color: #315fd8;
       	background: rgba(49, 95, 216, 0.1);
       	font-size: 20px;
       }

    /* =========================================
       Reviews List
       ========================================= */

       .thirteen-review-list {
       	margin-top: 28px;
       }

       .thirteen-review-list__title {
       	display: flex;
       	align-items: center;
       	margin-bottom: 15px;
       	color: #30353d;
       	font-size: 16px;
       	font-weight: 800;
       }

       .thirteen-review-thread {
       	position: relative;
       	padding: 19px;
       	margin-bottom: 15px;
       	border: 1px solid #e9edf2;
       	border-radius: 14px;
       	background: #fff;
       	transition:
       	transform 0.2s ease,
       	box-shadow 0.2s ease;
       	scroll-margin-top: 95px;
       }

       .thirteen-review-thread:hover {
       	transform: translateY(-2px);
       	box-shadow: 0 9px 25px rgba(32, 39, 54, 0.055);
       }

       .thirteen-review-thread__header {
       	display: flex;
       	align-items: flex-start;
       	justify-content: space-between;
       	gap: 15px;
       }

       .thirteen-review-author {
       	display: flex;
       	align-items: center;
       	min-width: 0;
       }

       .thirteen-review-author__avatar {
       	width: 48px;
       	height: 48px;
       	flex-shrink: 0;
       	margin-left: 11px;
       	border: 2px solid #fff;
       	border-radius: 50%;
       	object-fit: cover;
       	box-shadow: 0 2px 9px rgba(30, 38, 55, 0.13);
       }

       .thirteen-review-author__name-row {
       	display: flex;
       	align-items: center;
       	flex-wrap: wrap;
       	gap: 7px;
       }

       .thirteen-review-author__name {
       	color: #292e35;
       	font-size: 13px;
       	font-weight: 800;
       }

       .thirteen-verified-buyer {
       	display: inline-flex;
       	align-items: center;
       	gap: 4px;
       	padding: 4px 7px;
       	border-radius: 6px;
       	color: #087443;
       	background: rgba(25, 135, 84, 0.1);
       	font-size: 9px;
       	font-weight: 700;
       }

       .thirteen-review-author__meta {
       	display: flex;
       	align-items: center;
       	flex-wrap: wrap;
       	gap: 8px;
       	margin-top: 6px;
       }

       .thirteen-review-date {
       	color: #979da6;
       	font-size: 10px;
       	white-space: nowrap;
       }

       .thirteen-review-thread__body {
       	margin-top: 15px;
       	color: #535a65;
       	font-size: 13px;
       	line-height: 2.1;
       	white-space: pre-line;
       }

    /* =========================================
       Replies
       ========================================= */

       .thirteen-review-replies {
       	position: relative;
       	margin-top: 19px;
       	padding: 4px 25px 0 0;
       }

       .thirteen-review-replies::before {
       	content: '';
       	position: absolute;
       	top: 5px;
       	right: 7px;
       	bottom: 5px;
       	width: 2px;
       	border-radius: 999px;
       	background: #e7ebf0;
       }

       .thirteen-review-reply {
       	position: relative;
       	padding: 13px 14px;
       	margin-bottom: 10px;
       	border-radius: 11px;
       	background: #f8f9fb;
       }

       .thirteen-review-reply::before {
       	content: '';
       	position: absolute;
       	top: 20px;
       	right: -22px;
       	width: 14px;
       	height: 2px;
       	background: #e7ebf0;
       }

       .thirteen-review-reply--admin {
       	border: 1px solid rgba(49, 95, 216, 0.13);
       	background: rgba(49, 95, 216, 0.045);
       }

       .thirteen-review-reply--customer {
       	border: 1px solid rgba(25, 135, 84, 0.11);
       	background: rgba(25, 135, 84, 0.035);
       }

       .thirteen-review-reply__head {
       	display: flex;
       	align-items: center;
       	justify-content: space-between;
       	flex-wrap: wrap;
       	gap: 8px;
       	margin-bottom: 7px;
       }

       .thirteen-review-reply__author {
       	display: inline-flex;
       	align-items: center;
       	gap: 6px;
       	color: #363c45;
       	font-size: 11px;
       	font-weight: 800;
       }

       .thirteen-review-reply__author i {
       	color: #315fd8;
       }

       .thirteen-review-reply__text {
       	margin: 0;
       	color: #5d6470;
       	font-size: 12px;
       	line-height: 2;
       	white-space: pre-line;
       }

       /* پاسخ کاربر */
       .thirteen-review-reply-action {
       	margin-top: 13px;
       	padding-top: 13px;
       	border-top: 1px solid #edf0f4;
       }

       .thirteen-review-reply-button {
       	display: inline-flex;
       	align-items: center;
       	gap: 6px;
       	padding: 6px 10px;
       	border: 1px solid rgba(49, 95, 216, 0.25);
       	border-radius: 7px;
       	color: #315fd8;
       	background: rgba(49, 95, 216, 0.04);
       	font-family: inherit;
       	font-size: 10px;
       }

       .thirteen-review-reply-form {
       	padding: 13px;
       	margin-top: 10px;
       	border-radius: 10px;
       	background: #f8f9fb;
       }

       .thirteen-review-reply-form textarea {
       	min-height: 95px;
       	resize: vertical;
       	font-size: 12px;
       	line-height: 1.9;
       }

       .thirteen-review-empty {
       	padding: 38px 18px;
       	text-align: center;
       	border: 1px dashed #dfe3e8;
       	border-radius: 14px;
       	background: #fafbfc;
       }

       .thirteen-review-empty i {
       	display: block;
       	margin-bottom: 12px;
       	color: #afb5be;
       	font-size: 37px;
       }

    /* =========================================
       Mobile
       ========================================= */

       @media (max-width: 767.98px) {
       	.thirteen-product-review-meta {
       		align-items: flex-start;
       	}

       	.thirteen-product-review-link {
       		width: 100%;
       	}

       	.thirteen-rating-summary,
       	.thirteen-review-form-card {
       		padding: 17px 14px;
       	}

       	.thirteen-rating-summary__average {
       		font-size: 35px;
       	}

       	.thirteen-review-login-box {
       		flex-direction: column;
       		align-items: flex-start;
       	}

       	.thirteen-review-thread {
       		padding: 15px 13px;
       	}

       	.thirteen-review-thread__header {
       		flex-direction: column;
       	}

       	.thirteen-review-author__avatar {
       		width: 43px;
       		height: 43px;
       	}

       	.thirteen-review-replies {
       		padding-right: 18px;
       	}

       	.thirteen-review-reply::before {
       		right: -15px;
       		width: 9px;
       	}

       	.thirteen-rating-input__star {
       		width: 31px;
       		height: 31px;
       		font-size: 23px;
       	}
       }




