
     .cp-sitebody img {
            width: 100%;
            max-width: 1280px;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;

        }
        
        .cp-sitebody {

            margin: 0 auto;
            text-align: center;
            background-color: #FAF6F1;
            vertical-align: middle;
        }

        .cp-desktop{
          display: block
        }

        .cp-mobile{
          display: none;
        }
        .cp-center{
          display: flex;
          justify-content: center;
        }
        .cp-gray-container{
              background-color: #F2F5FA;

        }
         .swiper1 {
      
      height: 150px;
    }
   
     .swiper2 {
      height: 400px;
    }
    .swiper-slide {
      
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      border-radius: 10px;
    }
    .cp-flex-row{
      display: flex;
      justify-content: center;
      
    
    }
     .cp-flex-column{
      display: flex;
      flex-direction: column;
      width: 100%; /* or a fixed width if needed */

       transform: scale(0.9);
  transform-origin: top center;
      
      
      
    }
    .cp-flex-column img {
  width: 100%;
  height: auto;
}
.hmer-container img {
  max-width: 1270;
  padding: 0 40px 100px 40px;
}

.cp-gift img{
  padding: 0 59px 0 59px;
}

.cp-footer{
  margin-top: 50px;
  
}
.cp-footer img{
  padding: 0 40px 0 40px;
  
}

.cp-purple-color{
  background-color:#E8DEE9;
}
.cp-blue-color{
  background-color:#E7EDF8;
}
.cp-pink-color{
  background-color:#F4DEDF;
}
.cp-beige-color{
  background-color:#EBDFD1;
}
.cp-gray-color{
  background-color:#E7E3E3;
}
.cp-green-color{
  background-color:#D0CDA6;
}




   
    
    .cp-category-box img{
      width: 62%
    
    }

    .cp-mobile-header{
      width:100%;
    }

  

   
    
    
      @media screen and (max-width: 768px) {
          .cp-desktop{
          display: none;
        }

        .cp-mobile{
          display: block;
          object-fit: cover;
        }

        .prices{
          font-size: 10px;
        }
       
        
      }