/* CSS Document */
/* 1. Reset All Margin and Padding */

@font-face{
	src:url("../fonts/IRANYekanXVF.woff");
	font-family: "iranYekan";
}
@font-face{
	src:url("../fonts/BHoma_0.ttf");
	font-family: "homa";
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* باعث میشه که padding و border در ابعاد عنصر محاسبه نشه */
}
/* حذف دکمه‌های بالا و پایین اسکرول */
::-webkit-scrollbar-button {
  display: none;
}

/* خود نوار اسکرول */
::-webkit-scrollbar {
  width: 4px;  /* باریکش کن */
  background: transparent;  /* حذف بکگراند */
}

/* قسمت قابل حرکت (thumb) */
::-webkit-scrollbar-thumb {
  background-color: #00bfff;  /* آبی روشن */
  border-radius: 10px;
}

/* برای حالت hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #00bfff;
}

/* برای بخش غیر قابل حرکت (track) */
::-webkit-scrollbar-track {
  background: transparent;
}
html {
  scrollbar-color: #00bfff transparent; /* thumb - track */
  scrollbar-width: thin;
}

:root{
	--backgrund:#F7F7F7;
	--white:#FFFFFF;
	--blue:#3786EE;
	--green:#11B856;
	--red:#E90544;
	--yelow:#F6FF00;
	--dark-blue:#204D88;
	--black:#1d1d1d;
	--gray:#767676;
	--kerem:#E5CDB2;
	--mesi:#C04337;
	--black-opacity:RGBA(0, 0, 0, 50);

}/* CSS Document */

.blue{
	background-color: var(--blue);
}
.green{
	background-color: var(--green);
}
.red{
	background-color: var(--red);
}
.white{
	background-color: var(--white);
}
.gray{
	background-color: var(--gray);
}
a {
    color: var(--black); /* رنگ لینک‌ها */
    text-decoration: none; /* حذف خط زیر لینک */
}

a:hover {
    text-decoration: none; /* خط زیر لینک در حالت هاور */
}
#active{
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
}
/* 2. Set Global Font */
body {
    font-family: 'homa'; /* فونت پیشنهادی "وزیر" که فونت فارسی مناسبیه */
    font-size: 16px; /* فونت اصلی سایت */
    line-height: 1.6; /* فاصله بین خطوط */
    color: var(--black); /* رنگ متن */
	background-color: var(--white);
	direction: rtl;
	text-align: right;
	overflow-x: hidden;
	grid-gap: 10px;
	font-display: swap;
    background-size: cover;   /* کل صفحه رو پر کنه */
    background-position: center; /* وسط‌چین */
    background-repeat: no-repeat; /* تکرار نشه */
    background-attachment: fixed; /* ثابت بمونه */
}

input:focus {
    outline: none; /* حذف حاشیه (outline) هنگام فوکوس */
    border: none;  /* حذف حاشیه (border) اگر اضافه شده باشه */
}
header{
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--black);
	justify-content: space-between;
	padding: 0 10%;
}
header .logo{
	width: 65px;
	height: 65px;
	display:flex;
	align-items: center;
	justify-content: center;
	
}
header .logo img{
	width: 100%;
	border-radius: 5px;
	
}
header .menu{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
}
header .menu a{
	font-size: 17px;
	padding: 5px 10px;
	color: var(--black);
	display: flex;align-items: center;
	justify-content: center;
	transition: ease .1s all; 
}

header .menu a:hover{
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
}
header .menu-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 15px;
}

header .menu-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
	padding: 5px 15px;
	color: var(--white);
	background-color: var(--black);
	border-radius: 50px;
}

header .menu-btn a img{
	width: 25px;
}

header .menu-btn > img{
	display: none;
	width: 40px;
}
.slider-box{
	padding: 20px 7%;
	border-radius: 10px;
}
.slider	{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
}
.slider img	{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
}

.slider img.desk-img{
	display: flex;
}
.desk-img{
	display: flex;
}
.mob-img{
	display: none;
}
.slider img.mob-img{
	display: none;
}
.swiper-slide > a > img{
	border-radius: 10px;
}
.container{
	width: 100%;
	padding: 20px 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.container > h3{
color: var(--white);
}
.container .container-text{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	grid-gap: 10px;
}
.container .container-text h1{
	font-size: 35px;
	
}
.container .container-text h1 span{
	font-size: 35px;
	color: var(--blue);
}
.container .container-text .container-paragraph{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.container .container-text a{
	font-size: 18px;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: var(--blue);
	color: var(--white);
}
#plan{
		width: 95%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	padding: 5px;
	grid-gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}
.product-container{
	width: 95%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 5px;
	grid-gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}
 .product-card{
	width: 250px;
	min-width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 5px;
	border-radius: 8px;
	background-color: var(--white);
}
 .product-card img{
	width: 240px;
	 height:240px;
	border-radius: 5px; 
	 object-fit: scale-down;   /* برش متناسب بدون کشیدگی */
    object-position: center; /* فوکوس روی مرکز تصویر */
}
 .product-card h3{
	font-size: 20px;
	font-weight: 600;
	 
}
 .product-card p{
	font-size: 16px;
	font-weight: 300;
	 text-align: justify;
	 color: var(--gray);
 display: -webkit-box;
  -webkit-line-clamp: 4; /* تعداد خط‌ها */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-img{
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
}
.text-img img{
	width: 400px;
}
.text-img	.text{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;flex-direction: column;
	text-align: justify;
	max-height: 350px;
	overflow-y: auto;
}

.text h1{
	font-size: 29px;
	color: var(--black);
	font-weight: 600;
}
.text h3{
	font-size: 19px;
	color: var(--black);
	font-weight: 500;
}

.text p{
	font-size: 17px;
	color: var(--gray);
	font-weight: 300;
}
.text strong{
	font-size: 17px;
	color: var(--gray);
	font-weight: 700;
}
.footer{
	display: flex;
	flex-direction: column;
	align-items: center;justify-content: flex-start;
	width: 100%;
	padding: 10px;
	background-color: var(--blue);
	position: relative;
	margin-top: 30px;
}
.link-box{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 80%;
	
}

.links{
	display: flex;
	flex-direction: column;
	align-items: flex-start;justify-content: flex-start;
	width: 25%;
	padding: 20px;
	grid-gap: 10px;
}
.links a{
	font-size: 17px;
	color: var(--white);
	transition: ease-in-out .3s;
}
.links a:hover{
	font-size: 17px;
	color: var(--black);
}
.links a:first-child{
	font-size: 23px;
	color: var(--black);
	border-bottom: 3px solid var(--black);
	width: 80%;
	text-align: right;
}


.links-img .img-box-footer a > img {
	width: 55px;
}


.go-top{
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 15px;
	background-color: var(--blue);
	position: absolute;
	top: -40px;
	left: calc(50% - 35px);
	border: 6px solid var(--backgrund);
	transition: ease 1s slow;	
}
.go-top a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
		
}
.go-top:hover{
animation: pulse 1.2s infinite;
}
.profile{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	grid-gap: 10px;
	margin-top: 10px;
	flex-wrap: wrap;
}
.profile .conter {
	display: flex;
	align-items: center;justify-content: flex-start;
	width: 100%;
	
}
.profile .conter .conter-text {
	display: flex;
	align-items: center;justify-content: center;
	grid-gap: 40px;	
	width: 100%;
}
.conter-item{
	display: flex;align-items: center;justify-content: center;
	flex-direction: column;grid-gap:  8px;
	
}
.profile .conter > img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid var(--gray);
}
.profile .name {
	display: flex;align-items: center;
	justify-content: flex-start;
	grid-gap: 5px;
}
.profile .name h1 {
	font-size: 20px;
}
.profile .name img {
	width: 25px;
	height: 25px;
}
.profile .bio p {
	font-size: 16px;
	color: var(--gray);
}
.profile .sochial{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 10px;
}
.profile .sochial img{
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 10px;
}
.profile .contact{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
}
.profile .contact a{
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	background-color: var(--blue);
	border-radius: 5px;
}
.product-box{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	grid-gap: 4px;
	flex-wrap: wrap;
}


.my-product{
	border: 1px solid var(--gray);
				background-color: var(--white);
width: calc((100% - 16px ) /5 );
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: flex-start;
				border-radius: 8px;
				padding: 5px;
				grid-gap: 5px;
				padding-bottom: 10px;
			}
			.img-my-product{
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: center;
				position: relative;
				aspect-ratio: 1 / 1; /* نسبت تصویر مربع */
				overflow: hidden;
				border-radius: 8px;
			}
			.img-my-product img {
				width: 100%;
				height: 100%;
				object-fit: cover; /* عکس را طوری برش می‌دهد که فضای مربع پر شود */
				border-radius: 8px;
				display: block;
			}
			.name-my-product{
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: flex-start;
				
			}
			.name-my-product h2{
				font-size: 17px;
				font-weight: 400;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.offer-my-product{
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: space-between;
			}
			.offer-my-product > p{
				width: 50%;
				font-size: 14px;
				font-weight: 300;
				padding: 3px 4px;
				color: var(--gray);
			}
			.offer-price{
				width:50%;
				display: flex;
				align-items: center;
				justify-content: flex-end;
				grid-gap: 5px;
			}
			.percent{
				font-size: 14px;
				font-weight: 300;
				padding: 3px 4px;
				color: var(--white);
				border-radius: 4px;
				background-color: var(--red);
			}
			.real-price{
				font-size: 14px;
				font-weight: 300;
				padding: 3px 4px;
				color: var(--gray);
				
			}
			.price-btn-myproduct{
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: space-between;
			}
			.price-btn-myproduct > p{
				width: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				color: var(--white);
				background-color: var(--red);
				padding: 5px 8px;
				border-radius: 4px;
			}
			.price-btn-myproduct p{
				font-size: 14px;
				font-weight: 300;
				padding: 3px 4px;
				
			}
			.text-price{
				font-size: 14px;
				font-weight: 400;
				padding: 3px 4px;
				color: var(--black);
			}

.shops-card{
	width: 350px;
	min-width: 350px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 10px;
	background-color: var(--white);
	color: var(--black);
	border-radius: 10px;
	flex-direction: column;
}
.shops-card >img{
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 10px;
}
.shops-card >a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--blue);
	color: var(--white);
	padding: 8px;
	border-radius: 10px;
}
.shops-card >p{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gray);
	
}
.shops-card >h3{
	width: 100%;
	color: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	
}








/* لپتاپ و دسکتاپ کوچک */
@media (max-width: 1620px) {
header{
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--black);
	justify-content: space-between;
	padding: 0 10%;
}
header .logo{
	width: 50px;
	height: 50px;
	display:flex;
	align-items: center;
	justify-content: center;
}
header .logo img{
	width: 100%;
	border-radius: 5px;
	
}
header .menu{
	display: flex;align-items: center;justify-content: center;
	grid-gap: 10px;
}
header .menu a{
	font-size: 14px;
	padding: 5px 10px;
	color: var(--black);
	display: flex;align-items: center;
	justify-content: center;
	transition: ease .1s all; 
}

header .menu a:hover{
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
}
header .menu-btn{
	display: flex;
	align-items: center;justify-content: center;
	
}

header .menu-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
	padding: 5px 15px;
	color: var(--white);
	background-color: var(--black);
	border-radius: 50px;
}

header .menu-btn a img{
	width: 25px;
}

.text-img{
	width:98%;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
}
.text-img img{
	width: 350px;
}
.text-img	.text{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;flex-direction: column;
	text-align: justify;
	max-height: 350px;
	overflow-y: auto;
}

.text h1{
	font-size: 29px;
	color: var(--black);
	font-weight: 600;
}
.text h3{
	font-size: 19px;
	color: var(--black);
	font-weight: 500;
}

.text p{
	font-size: 17px;
	color: var(--gray);
	font-weight: 300;
}
.text strong{
	font-size: 17px;
	color: var(--gray);
	font-weight: 700;
}


}











/* لپتاپ و دسکتاپ کوچک */
@media (max-width: 1380px) {
header{
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--black);
	justify-content: space-between;
	padding: 0 10%;
}
header .logo{
	width: 50px;
	height: 50px;
	display:flex;
	align-items: center;
	justify-content: center;
}
header .logo img{
	width: 100%;
	border-radius: 5px;
	
}
header .menu{
	display: flex;align-items: center;justify-content: center;
	grid-gap: 10px;
}
header .menu a{
	font-size: 14px;
	padding: 5px 10px;
	color: var(--black);
	display: flex;align-items: center;
	justify-content: center;
	transition: ease .1s all; 
}

header .menu a:hover{
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
}
header .menu-btn{
	display: flex;
	align-items: center;justify-content: center;
	
}

header .menu-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
	padding: 5px 15px;
	color: var(--white);
	background-color: var(--black);
	border-radius: 50px;
}

header .menu-btn a img{
	width: 25px;
}

.text-img{
	width:98%;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
}
.text-img img{
	width: 350px;
}
.text-img	.text{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;flex-direction: column;
	text-align: justify;
	max-height: 350px;
	overflow-y: auto;
}

.text h1{
	font-size: 29px;
	color: var(--black);
	font-weight: 600;
}
.text h3{
	font-size: 19px;
	color: var(--black);
	font-weight: 500;
}

.text p{
	font-size: 17px;
	color: var(--gray);
	font-weight: 300;
}
.text strong{
	font-size: 17px;
	color: var(--gray);
	font-weight: 700;
}


}


/* تبلت */
@media (max-width: 940px) { 
	.slider-box{
	padding: 20px 2%;
}
.text-img{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
}
.text-img img{
	width: 350px;
}
.text-img	.text{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;flex-direction: column;
	text-align: justify;
	max-height: 350px;
	overflow-y: auto;
}

.text h1{
	font-size: 29px;
	color: var(--black);
	font-weight: 600;
}
.text h3{
	font-size: 19px;
	color: var(--black);
	font-weight: 500;
}

.text p{
	font-size: 17px;
	color: var(--gray);
	font-weight: 300;
}
.text strong{
	font-size: 17px;
	color: var(--gray);
	font-weight: 700;
}
header{
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--black);
	justify-content: space-between;
	padding: 0 5%;
}
header .logo{
	width: 50px;
	height: 50px;
	display:flex;
	align-items: center;
	justify-content: center;
}
header .logo img{
	width: 100%;
	border-radius: 5px;
	
}
header .menu{
	display: flex;align-items: center;justify-content: center;
	grid-gap: 10px;
}
header .menu a{
	font-size: 14px;
	padding: 5px 10px;
	color: var(--black);
	display: flex;align-items: center;
	justify-content: center;
	transition: ease .1s all; 
}

header .menu a:hover{
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
}
header .menu-btn{
	display: flex;
	align-items: center;justify-content: center;
	
}

header .menu-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
	padding: 5px 15px;
	color: var(--white);
	background-color: var(--black);
	border-radius: 50px;
}

header .menu-btn a img{
	width: 25px;
}
.slider img.desk-img{
	display: none;
}
.slider img.mob-img{
	display: flex;
}
	.container{
	width: 100%;
	padding: 20px 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	#plan{
		width: 95%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 5px;
	grid-gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}
.product-container{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 5px;
	grid-gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}
 .product-card{
	width: 200px;
	min-width: 200px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 5px;
	border-radius: 8px;
	background-color: var(--white);
}
 .product-card img{
	width: 100%;
	border-radius: 5px; 
}
 .product-card h3{
	font-size: 16px;
	font-weight: 300;
	        /* متن اضافی مخفی */
}

}


/* موبایل متوسط و بزرگ */
@media (max-width: 768px) { 
	
header{
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--black);
	justify-content: space-between;
	padding: 0 5%;
	position: relative;
	padding-top: 10px;
}
header .logo{
	width: 50px;
	height: 50px;
	display:flex;
	align-items: center;
	justify-content: center;
}
header .logo img{
	width: 100%;
	border-radius: 5px;
	
}
header .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* وسط عمودی */
    position: fixed;         /* کل صفحه رو پوشش بده */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--backgrund);
    padding: 20px 5%;
    gap: 10px;
	margin-top: 60px;
    /* حالت پیش‌فرض: مخفی */
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
	z-index: 15000;
}
	/* وقتی فعال شد (نمایش وسط صفحه) */
header .menu.actived {
    opacity: 1;
    pointer-events: auto;
}
header .menu a{
	font-size: 20px;
	padding: 5px 10px;
	color: var(--black);
	display: flex;align-items: center;
	justify-content: center;
	transition: ease .1s all;
	
}

header .menu a:hover{
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
}
header .menu-btn{
	display: flex;
	align-items: center;justify-content: center;
	
}

header .menu-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
	padding: 5px 15px;
	color: var(--white);
	background-color: var(--black);
	border-radius: 50px;
}

header .menu-btn a img{
	width: 25px;
}

header .menu-btn > img{
	display: flex;
}
	
	.container{
	width: 100%;
	padding: 20px 2%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.product-container{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 5px;
	grid-gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}
 .product-card{
	width: 200px;
	min-width: 200px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 5px;
	border-radius: 8px;
	background-color: var(--white);
}
 .product-card img{
	width: 100%;
	border-radius: 5px; 
}
 .product-card h3{
	font-size: 16px;
	font-weight: 300;
	        /* متن اضافی مخفی */
}
	
	
	.link-box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	width: 98%;
	
}

.links{
	display: flex;
	flex-direction: column;
	align-items: flex-start;justify-content: flex-start;
	width: 95%;
	padding: 10px;
	grid-gap: 10px;
}
.links-img{
	display: flex;
	flex-direction: column;
	align-items: flex-start;justify-content: flex-start;
	width: 10%;
	padding: 20px;
	grid-gap: 0px;
}
.img-box-footer{
	display: flex;
	flex-direction: row;
	align-items: flex-start;justify-content: flex-start;
	width: 50%;
	padding: 20px;
	grid-gap: 0px;
}
	
			.my-product{
				background-color: var(--white);
				width: calc((100% - 4px) / 2);
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: flex-start;
				border-radius: 8px;
				padding: 4px;
				grid-gap: 5px;
				padding-bottom: 10px;
			}
			.img-my-product{
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: center;
				position: relative;
				aspect-ratio: 1 / 1; /* نسبت تصویر مربع */
				overflow: hidden;
				border-radius: 8px;
			}
			.img-my-product img {
				width: 100%;
				height: 100%;
				object-fit: cover; /* عکس را طوری برش می‌دهد که فضای مربع پر شود */
				border-radius: 8px;
				display: block;
			}
			.name-my-product{
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: flex-start;
				
			}
			.name-my-product h2{
				font-size: 17px;
				font-weight: 400;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.offer-my-product{
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: space-between;
			}
			.offer-my-product > p{
				width: 50%;
				font-size: 15px;
				font-weight: 300;
				padding: 7px 4px;
				color: var(--gray);
			}
			.offer-price{
				width:50%;
				display: flex;
				align-items: center;
				justify-content: flex-end;
				grid-gap: 3px;
			}
			.percent{
				font-size: 12px;
				font-weight: 300;
				padding: 3px 4px;
				color: var(--white);
				border-radius: 4px;
				background-color: var(--red);
			}
			.real-price{
				font-size: 12px;
				font-weight: 300;
				padding: 3px 4px;
				color: var(--gray);
				
			}
			.price-btn-myproduct{
				width: 100%;
				display: flex;
				align-items: center;
				justify-content:flex-end;
				grid-gap: 3px;
			}
			.price-btn-myproduct > p{
				width: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				color: var(--white);
				background-color: var(--red);
				padding: 8px 8px;
				border-radius: 4px;
				font-size: 14px;
			}
			.price-btn-myproduct p{
				font-size: 14px;
				font-weight: 300;
				padding: 3px 4px;
				color: var(--black);
			}
			.text-price{
				font-size: 14px;
				font-weight: 400;
				padding: 3px 4px;
				color: var(--black);
			}
	.desk-img{
	display: none;
}
.mob-img{
	display: flex;
}
}


/* موبایل کوچک */
@media (max-width: 480px) {


header{
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--black);
	justify-content: space-between;
	padding: 10px 10%;
}
header .logo{
	width: 50px;
	height: 50px;
	display:flex;
	align-items: center;
	justify-content: center;
}
header .logo img{
	width: 100%;
	border-radius: 5px;
	
}
header .menu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 10px;
}
header .menu a{
	font-size: 16px;
	padding: 5px 10px;
	color: var(--black);
	display: flex;align-items: center;
	justify-content: center;
	transition: ease .1s all; 
}

header .menu a:hover{
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
}
header .menu-btn{
	display: flex;
	align-items: center;justify-content: center;
	
}

header .menu-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
	padding: 5px 15px;
	color: var(--white);
	background-color: var(--black);
	border-radius: 50px;
}

header .menu-btn a img{
	width: 25px;
}

}











