/* زر عرض الجدول */
.size-chart-btn {
background-color: #c9a14a;
color: #fff;
border: none;
padding: 10px 18px;
border-radius: 8px;
font-size: 15px;
cursor: pointer;
transition: 0.3s;
display: inline-block;
margin-top: 15px;
}
.size-chart-btn:hover {
background-color: #b18c3d;
}
/* نافذة الجدول */
.size-chart-modal {
display: none;
position: fixed;
z-index: 9999;
left: 0; top: 0;
width: 100%; height: 100%;
background-color: rgba(0,0,0,0.5);
justify-content: center;
align-items: center;
}
/* محتوى النافذة */
.size-chart-content {
background-color: #fff;
padding: 20px;
border-radius: 12px;
width: 90%;
max-width: 350px;
box-shadow: 0 0 15px rgba(0,0,0,0.15);
position: relative;
animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
from {opacity: 0; transform: translateY(-10px);}
to {opacity: 1; transform: translateY(0);}
}
/* زر الإغلاق */
.close-chart {
position: absolute;
top: 8px;
right: 12px;
font-size: 20px;
color: #c9a14a;
cursor: pointer;
}
×
جدول المقاسات
| المقاس | الوزن المناسب |
|---|---|
| M | حتى 60 كجم |
| L | حتى 65 كجم |
| XL | حتى 75 كجم |
✨ يُرجى السماح باختلاف بسيط في المقاسات.








Reviews
There are no reviews yet.