مجموعة مميزة
اعثر على كل ما تريد
عروض خاصة
اعثر على كل ما تريد
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Cairo',sans-serif;
}
body{
background:#f5f5f5;
direction:rtl;
}
.container{
max-width:700px;
margin:30px auto;
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.1);
}
h2{
text-align:center;
margin-bottom:25px;
color:#1d3557;
font-size:30px;
}
.form-group{
margin-bottom:18px;
}
label{
display:block;
margin-bottom:8px;
font-weight:700;
color:#222;
}
input,
select{
width:100%;
height:52px;
border:1px solid #ddd;
border-radius:10px;
padding:0 15px;
font-size:16px;
transition:.3s;
background:#fff;
}
input:focus,
select:focus{
border-color:#0d6efd;
outline:none;
box-shadow:0 0 10px rgba(13,110,253,.2);
}
button{
width:100%;
height:58px;
border:none;
border-radius:12px;
background:#0d6efd;
color:#fff;
font-size:20px;
font-weight:bold;
cursor:pointer;
transition:.3s;
}
button:hover{
background:#0b5ed7;
}
.shipping-box{
margin-top:20px;
padding:15px;
border-radius:10px;
background:#eef6ff;
border:1px solid #0d6efd;
text-align:center;
font-size:18px;
font-weight:bold;
color:#0d6efd;
}
.price{
color:#e63946;
font-size:22px;
font-weight:bold;
}
.badge{
display:inline-block;
padding:8px 15px;
background:#198754;
color:#fff;
border-radius:30px;
font-size:14px;
margin-bottom:20px;
}
@media(max-width:768px){
.container{
margin:15px;
padding:20px;
}
h2{
font-size:24px;
}
button{
font-size:18px;
}
}
```