/*shop products skin-2 css */
.shop-products-skin-2 {
  padding: 5px;
  margin-bottom: 5px !important;
}

.shop-products-skin-2 .product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.shop-products-skin-2 .img-as-background {
  height: 315px !important;
}

.shop-products-skin-2 .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.shop-products-skin-2 .img-as-background img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}

.shop-products-skin-2 h6 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.shop-products-skin-2 .price-holder .price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  font-size: 0.9rem;
}

.shop-products-skin-2 .price-holder .price {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.shop-products-skin-2 .content {
  padding: 0px !important;
}

.shop-products-skin-2-btn .btn{
  width:80%;
  padding:10px 22px !important;
  margin-bottom:15px;

  font-family:'Poppins',sans-serif;
  font-size:14px;
  font-weight:600 !important;
  text-transform:capitalize;

  color:#FFF1C9 !important;
  background:linear-gradient(135deg,#4B0055,#6B1E4A);
  border:1.5px solid #E3B15B !important;
  border-radius:10px !important;

  transition:all .35s ease-in-out;
  position:relative;
  overflow:hidden;
}
.shop-products-skin-2-btn .btn:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .shop-products-skin-2 .mw-layout-product-stock {
    padding: 5px;
  }

  .shop-products-skin-2 .img-as-background {
    height: 168px !important;
  }

  .shop-products-skin-2 h6 {
    font-size: 14px !important;
  }

  .shop-products-skin-2-btn .btn {
    font-size: 14px;
    padding: 5px 10px !important;
  }

  .shop-products-skin-2 .price-holder .price {
    font-size: 14px;
  }
}
/*shop products skin-2 css */
/* shop customer review*/

/* ===========================
   PRAHIT LUXURY BACKGROUND
=========================== */
.luxury-bg-dark{
  font-family:'Poppins',sans-serif;
  background:
    linear-gradient(
      rgba(75,0,85,0.75),
      rgba(75,0,85,0.75)
    ),
    url("https://img.developmentbucket.com/userfiles/media/kahafsay/default/soft-blurred-luxury-background-with-warm-hanging-lights-p.jpg");
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  min-height:100vh;
  padding:60px 0;
  color:#FFF1C9;
}

/* ===========================
   TESTIMONIAL SECTION
=========================== */
.testimonial-section{
  padding:70px 20px;
  text-align:center;
  overflow:hidden;
}

.testimonial-title{
  font-family:'Playfair Display',serif;
  font-size:36px;
  font-weight:600;
  margin-bottom:55px;
  color:#FFF1C9;
  letter-spacing:.6px;
}

/* ===========================
   SLIDER
=========================== */
.testimonial-slider{
  overflow:hidden;
  max-width:1200px;
  margin:auto;
  position:relative;
}

.testimonial-track{
  display:flex;
  gap:28px;
  width:max-content;
  animation:infiniteScroll 26s linear infinite;
}
.testimonial-track:hover{
  animation-play-state:paused;
}

@keyframes infiniteScroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

/* ===========================
   CARD
=========================== */
.testimonial-card{
  background:#FFF1C9;
  width:330px;
  padding:34px 28px;
  border-radius:16px;
  box-shadow:0 14px 35px rgba(0,0,0,0.18);
  position:relative;
  flex-shrink:0;
  text-align:center;
}

/* QUOTE */
.quote-icon{
  font-size:64px;
  color:#E3B15B;
  position:absolute;
  top:14px;
  left:20px;
  opacity:.8;
}

/* AVATAR */
.avatar{
  width:58px;
  height:58px;
  background:#E79AB9;
  border-radius:50%;
  margin:0 auto 16px;
}

/* NAME */
.testimonial-card h4{
  font-size:16px;
  font-weight:600;
  color:#4B0055;
  margin-bottom:10px;
}

/* TEXT */
.testimonial-card p{
  font-size:14px;
  color:#6B1E4A;
  line-height:1.8;
  margin-bottom:16px;
}

/* STARS */
.stars{
  color:#E3B15B;
  font-size:16px;
}

/* ===========================
   MOBILE
=========================== */
@media(max-width:768px){
  .testimonial-track{
    animation-duration:34s;
  }
  .testimonial-card{
    width:280px;
    padding:28px 22px;
  }
  .testimonial-title{
    font-size:28px;
  }
}

/* customer review end*/

/* buy now  add tp cart  */
.add-to-cart-btn{
 background-color: #ffffff !important;
    border-color: #62164c !important; 
  color: black !important;
}
.add-to-cart-btn:hover{
 background-color: #62164c !important;
    border-color: #62164c !important; 
  color: white !important;
}
.buy-now{
   background-color: #62164c !important;
    border-color: #62164c !important; 
  color: white !important;
}