*{
    box-sizing:border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');

body{

    margin:0;
    font-family:tahoma;
    background:#fafafa;
    color:#222;
    padding-bottom:70px;

}



header{

    background:#111;
    color:white;
    padding:25px 15px;
    text-align:center;

}



.logo{

    font-size:24px;
    font-weight:bold;

}



.banner{

    background:white;
    margin:15px;
    padding:25px;
    border-radius:15px;
    text-align:center;

}



.categories{

    display:flex;
    gap:10px;
    overflow:auto;
    padding:10px;

}



.categories button{

    border:none;
    background:#111;
    color:white;
    padding:10px 18px;
    border-radius:20px;
    white-space:nowrap;

}




.products{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    padding:15px;

}




.product{

    background:white;
    border-radius:15px;
    padding:10px;
    text-align:center;
    box-shadow:0 3px 10px #ddd;
}



.product img{

    width:100%;
    height:600px;
    object-fit:contain;
    background:#f8f8f8;
    border-radius:12px;

}





.contact{

    background:white;
    margin:15px;
    padding:20px;
    border-radius:15px;
    text-align:center;

}



.contact button{

    background:#25D366;
    color:white;
    border:none;
    padding:12px 30px;
    border-radius:25px;

}



.product button{

    background:#111;
    color:white;
    border:none;
    width:100%;
    padding:10px;
    border-radius:10px;
    margin-top:10px;

}


.order{

    display:block;
    background:#25D366;
    color:white;
    text-decoration:none;
    width:100%;
    padding:10px;
    border-radius:10px;
    margin-top:10px;
    text-align:center;

}

.bottom-menu{

position:fixed;
bottom:0;
left:0;
width:100%;
background:white;
display:flex;
justify-content:space-around;
padding:12px;
border-top:1px solid #ddd;

}

.about{

background:white;
margin:15px;
padding:20px;
border-radius:18px;
text-align:center;
box-shadow:0 3px 10px #ddd;

}

.bottom-menu a{

text-decoration:none;
color:#111;
font-size:14px;

}

.gallery{

display:flex;
gap:10px;
overflow-x:auto;
padding:10px;

}

.gallery img{

width:180px;
height:220px;
object-fit:cover;
border-radius:12px;

}

select{

width:100%;
padding:12px;
margin:10px 0;
border-radius:10px;
border:1px solid #ddd;
font-size:16px;

}

.similar{

margin:20px;

}


.similar .product{

margin-bottom:15px;

}

.price{

font-size:22px;
font-weight:bold;
margin:15px 0;

}

button{

background:#111;
color:white;
border:none;
padding:14px 25px;
border-radius:12px;
font-size:16px;
cursor:pointer;

}

@media(max-width:500px){

.products{

    grid-template-columns:1fr;

}

}

.header{

text-align:center;
padding:20px;

}

.product{

background:white;
padding:15px;
border-radius:15px;

}

.product img{

width:100%;
height:600px;
object-fit:contain;
border-radius:12px;

}

button{

background:#111;
color:white;
border:none;
padding:15px 30px;
border-radius:10px;
cursor:pointer;

}

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');

body{

font-family:Vazirmatn;

}

body{

background:#f5f5f5;

}

.product{

box-shadow:0 4px 12px rgba(0,0,0,0.1);

}

h1{

text-align:center;

}

.product{

background:white;
padding:20px;
border-radius:20px;
box-shadow:0 5px 20px rgba(0,0,0,0.12);
transition:0.3s;

}

.product:hover{

transform:translateY(-5px);

}

body{

background:#eeeeee;

}

body{

font-family:Vazirmatn, sans-serif;

}

.header{

background:#111;
padding:20px;
border-radius:20px;
margin-bottom:20px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);

}

.header h1{
color:white;
margin:0;
letter-spacing:2px;

}

.product h3{

text-align:center;
margin-top:15px;

}

button{

background:#25D366;
color:white;
border:none;
padding:12px 30px;
border-radius:25px;
font-size:16px;
font-weight:bold;

}

@media(max-width:700px){

.header{

margin:10px;

}

.product{

margin:15px 5px;

}

.product h3{

font-size:20px;

}

.product p{

font-size:16px;

}

}

.description{

background:white;
padding:20px;
border-radius:20px;
margin-top:20px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);

}

body{
font-family: Tahoma, Arial;
}

button{
background:#111;
color:white;
border:none;
padding:12px 25px;
border-radius:12px;
cursor:pointer;
font-size:16px;
}

button:hover{
opacity:0.8;
}

select{
padding:10px;
border-radius:10px;
font-size:15px;
}

.contact{
box-shadow:0 5px 15px #ddd;
}

header{
text-align:center;
padding:20px;
}

header h1{
font-size:32px;
}

header p{
font-size:18px;
}

.product{
background:white;
padding:15px;
border-radius:15px;
box-shadow:0 5px 15px #ddd;
margin:15px;
}

.product img{
width:100%;
border-radius:15px;
}

.price{
font-size:20px;
font-weight:bold;
margin:10px;
}

@media(max-width:600px){

.product{
margin:10px;
padding:12px;
}

.product img{
width:100%;
}

header h1{
font-size:25px;
}

button{
width:100%;
}

}

nav{
text-align:center;
padding:15px;
}

nav a{
margin:10px;
text-decoration:none;
color:black;
font-size:18px;
}

.back{
display:inline-block;
margin:15px;
text-decoration:none;
font-size:18px;
}

.logo {
    width: 120px;
    height:auto;
} 

header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo {
    width: 80px;
}

nav {
    margin-top: 20px;
}

nav a {
    margin: 10px;
    text-decoration: none;
}

body {
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 20px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav a {
    font-size: 15px;
    color: rgb(255, 255, 255);
}

.cards {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.card {
    border: 1px solid #ccc;
    padding: 20px;
    width: 200px;
}

.card {
    border-radius: 15px;
    padding: 20px;
    width: 220px;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
}

.card button {
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

@media (max-width: 600px) {

    header {
        flex-direction: column;
        text-align: center;
    }

    nav {
        text-align: center;
    }

    .cards {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%;
    }

    .logo {
        width: 100px;
    }

    @media (max-width: 600px) {

    nav a {
        display: block;
        margin: 15px;
    }

    .card img {
        max-width: 100%;
        height: auto;
    }

    h1 {
        font-size: 24px;
    }

}

}

@media (max-width: 600px) {

    .card img {
        width: 100%;
        height: auto;
    }

    .card h2 {
        font-size: 20px;
    }

    .card p {
        font-size: 16px;
    }

}

@media (max-width: 600px) {

    .product-page {
        padding: 15px;
        text-align: center;
    }

    .product-page img {
        width: 90%;
        max-width: 350px;
        height: auto;
    }

    .product-page h1 {
        font-size: 24px;
    }

    .product-page p {
        font-size: 17px;
        line-height: 1.8;
    }

}

.product {
    text-align: center;
}

.product img {
    width: 300px;
    max-width: 90%;
    height: auto;
}

.gallery img {
    width: 90px;
    margin: 10px;
}

.description {
    font-size: 18px;
}

.price {
    font-size: 22px;
    margin: 20px;
}

.thumbs img {
    width: 90px;
    margin: 10px;
}

.gallery {
    text-align: center;
}

.thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.thumbs img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.gallery {
    text-align: center;
}

#mainImage {
    width: 300px;
    max-width: 90%;
}

.thumbs img {
    width: 90px;
    margin: 1px;
}

.gallery {
    display: block;
    text-align: center;
}

#mainImage {
    display: block;
    margin: auto;
    width: 300px;
}

.thumbs {
    display: block;
    margin-top: 15px;
}

.thumbs img {
    width: 90px;
    margin: 5px;
}

button {
    background: #111;
    color: rgb(255, 255, 255);
    padding: 12px 30px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;

}

button:hover {
    opacity: 0.8;
    transform:scale(1.05);
    background:#333;
}

body {
    background: #f7f7f7;
}

.card, .product {
    background: white;
    border-radius: 15px;
    padding: 15px;
}

h1, h2, h3 {
    font-family: Arial;
}

.product img{

transition:0.3s;

}

.product img:hover{

transform:scale(1.05);

}

.product{

overflow:hidden;

}

body{

padding:20px;

}

.product h2{

margin-top:15px;
font-size:22px;

}

.product p{

font-size:17px;
color:#555;

}

.banner{

background:#111;
padding:20px;
margin:20px 0;
border-radius:15px;
text-align:center;
font-size:20px;
font-weight:bold;
box-shadow:0 5px 15px rgba(255, 254, 254, 0.993);

}

@media(max-width:600px){

.product{

width:90%;
margin:auto;

}

.header h1{

font-size:24px;

}

.banner{

font-size:16px;

}

}

h1,h2{

font-weight:800;

}

p{

line-height:1.8;

}

.logo{

background:rgb(0, 0, 0);
padding:15px;
border-radius:20px;
font-size:25px;
font-weight:bold;
text-align:center;
margin-bottom:15px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);

}

header{

border-radius:20px;
overflow:hidden;

}

.products-banner{

background:#ffffff;
padding:20px;
border-radius:20px;
margin:20px 0;
text-align:center;
font-size:20px;
box-shadow:0 5px 15px rgb(0, 0, 0);

}

.products{

padding:10px;
}

.product{

margin:15px auto;
max-width:350px;

}

.product{

width:100%;

}

.product{

transition:0.3s;
}

.product:hover{

box-shadow:0 8px 25px rgba(0,0,0,0.2);

}