/* دکمه استعلام */


.ysc-button{


background:#0066ff;

color:white;

border:none;

padding:15px 35px;

border-radius:12px;

font-size:16px;

font-weight:600;

cursor:pointer;

transition:.3s;

box-shadow:0 8px 20px rgba(0,102,255,.25);


}



.ysc-button:hover{


background:#004dcc;

transform:translateY(-3px);


}






/* بک گراند پاپ آپ */


.ysc-overlay{


display:none;

position:fixed;

inset:0;

background:rgba(0,0,0,.65);

backdrop-filter:blur(5px);

z-index:999999;


animation:fadeIn .3s;


}






/* خود باکس */


.ysc-modal{


background:#fff;

width:90%;

max-width:430px;

margin:120px auto;

padding:35px 30px;

border-radius:22px;

text-align:center;

position:relative;


box-shadow:
0 20px 60px rgba(0,0,0,.25);



animation:
popupShow .35s ease;



}







/* انیمیشن باز شدن */


@keyframes popupShow{


from{

opacity:0;

transform:
scale(.7)
translateY(-40px);

}


to{

opacity:1;

transform:
scale(1)
translateY(0);

}



}



@keyframes fadeIn{


from{

opacity:0;

}


to{

opacity:1;

}


}







/* آیکون */


.ysc-icon{


width:70px;

height:70px;

margin:auto;

background:#0066ff;

color:white;

border-radius:50%;


display:flex;

align-items:center;

justify-content:center;


font-size:32px;


box-shadow:
0 10px 25px rgba(0,102,255,.35);


}




.ysc-modal h3{


margin-top:20px;

font-size:23px;

color:#111;


}




#ysc-product-name{


display:block;

margin:10px 0;

color:#0066ff;

font-size:18px;


}





.ysc-text{


color:#666;

line-height:1.8;


}





.ysc-divider{


height:1px;

background:#eee;

margin:20px 0;


}






/* اطلاعات تماس */


.ysc-contact-box{


background:#f5f9ff;

border-radius:15px;

padding:15px;

margin-top:20px;


}





.ysc-contact-box div{


display:flex;

justify-content:space-between;

padding:10px;


}




.ysc-contact-box span{


color:#555;


}




.ysc-contact-box a{


color:#0066ff;

font-weight:bold;

text-decoration:none;


}






/* دکمه تماس */


.ysc-contact-page{


display:block;

margin-top:25px;

background:#0066ff;

color:white!important;

padding:14px;

border-radius:12px;

text-decoration:none;

font-weight:bold;

transition:.3s;


}





.ysc-contact-page:hover{


background:#004dcc;


}






/* بستن */


.ysc-close{


position:absolute;

right:18px;

top:15px;


width:35px;

height:35px;


border-radius:50%;

border:none;


background:#f1f5ff;

color:#0066ff;


font-size:25px;


cursor:pointer;


}



.woocommerce ul.products li.product .ysc-button{


width:100%;
margin-top:5px;

}

/* دکمه روی کارت محصول */


.ysc-card-button{


width:auto!important;


min-width:150px;


height:auto;


padding:10px 15px;


font-size:13px;


border-radius:10px;


line-height:1.5;


margin:10px auto 0;


display:block;


}





.ysc-card-button:hover{


transform:translateY(-2px);


}






/* موبایل */


@media(max-width:768px){



.ysc-card-button{


width:100%!important;


font-size:12px;


padding:10px;


border-radius:8px;


}



}