/*******SHOP NOW********/
.shopus {
    /* margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    background-image: url(../aboutus.png); */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-image: url(../images/output-onlinepngtools\ \(3\).png); */
}

.shop-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 20px;
}

.shop-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    width: 280px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category {
    background-color: #FFA500;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.shop-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.shop-card h2 {
    font-size: 20px;
    color: #333;
    margin: 10px 0;
}

.shop-card p {
    color: #FFA500;
    margin: 10px 0;
}

.price {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}

.add-to-cart {
    background-color: #FFA500;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.add-to-cart:hover {
    background-color: #e69500;
}

.add-to-cart::before {
    content: '🛒';
    margin-right: 5px;
}


.shopmore{
    margin-bottom: 20px;
}

/* 
@media (max-width: 1220px){

    .shopnow{
        margin-top: 500px;
    
    }
}

@media (width: 1220px) {
    .shopnow{
        margin-top: 0px;
    }
}

@media (max-width: 620px) {
   .shopnow{
    margin-top: 1500px;
   }
}

@media (width: 620px) {
    .shopnow{
     margin-top: 470px;
     background-image: url(../aboutus.png);
    }

 } */
