مقدار خرید پارچه
.gk-purchase-v5{
--gk-bg:#F7F4EE;
--gk-surface:#FFFFFF;
--gk-secondary:#FBF9F5;
--gk-heading:#382F27;
--gk-text:#29251F;
--gk-gold:#B58A4A;
--gk-gold-light:#E9DCC7;
--gk-border:#E5DED3;
--gk-green:#566B5A;
--gk-warning:#8A682F;
width:100%;
max-width:1180px;
margin:0 auto;
padding:0 32px 72px;
box-sizing:border-box;
direction:rtl;
text-align:right;
color:var(--gk-text);
font-family:inherit;
font-size:16px;
line-height:1.95;
-webkit-font-smoothing:antialiased;
}
.gk-purchase-v5 ,
.gk-purchase-v5 ::before,
.gk-purchase-v5 ::after{
box-sizing:border-box;
}
.gk-purchase-v5 a{
color:inherit;
text-decoration:none;
}
.gk-purchase-v5 p{
margin:0 0 16px;
max-width:760px;
}
.gk-purchase-v5 strong{
color:var(--gk-heading);
font-weight:700;
}
.gk-purchase-v5 h1,
.gk-purchase-v5 h2,
.gk-purchase-v5 h3{
margin:0;
color:var(--gk-heading);
font-weight:700;
letter-spacing:-.25px;
}
.gk-purchase-v5 h1{
font-size:32px;
line-height:1.55;
}
.gk-purchase-v5 h2{
font-size:24px;
line-height:1.6;
}
.gk-purchase-v5 h3{
font-size:18px;
line-height:1.7;
}
.gk-purchase-v5 ul{
margin:10px 0 20px;
padding:0 22px 0 0;
}
.gk-purchase-v5 li{
margin:5px 0;
padding-right:3px;
}
.gk-purchase-v5 .gk-reading{
max-width:790px;
}
.gk-purchase-v5 .gk-section{
position:relative;
margin-top:68px;
}
.gk-purchase-v5 .gk-section-title{
margin-bottom:24px;
}
.gk-purchase-v5 .gk-section-title::after{
content:"";
display:block;
width:48px;
height:2px;
margin-top:14px;
...