.mrp-loading{
  color:#111;
  padding:25px;
  font-weight:600;
}

.mrp-error{
  color:red;
}

.category-title{
  font-size:24px;
  font-weight:700;
  color:#000;
}

.swiper{
  padding:8px 6px 26px;
}

.swiper-slide{
  height:auto !important;
  display:flex;
  padding:5px 0 14px;
}

.mrp-fast-product{
  width:100%;
  min-height:430px;
  position:relative;
  overflow:hidden !important;
  background:#fff !important;
  border:none !important;
  border-radius:22px !important;
  padding:18px 16px 18px !important;
  box-shadow:
    0 10px 26px rgba(217,73,142,0.08),
    0 8px 22px rgba(0,0,0,0.04);
  transition:transform .25s ease, box-shadow .25s ease;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  text-align:center !important;
}

.mrp-fast-product:hover{
  transform:translateY(-3px);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.08),
    0 0 22px rgba(217,73,142,0.06);
}

.mrp-fast-link,
.mrp-fast-link:hover,
.mrp-fast-link:focus{
  text-decoration:none !important;
  color:#000 !important;
  width:100%;
  display:block;
}

.mrp-fast-img-wrap{
  width:100%;
  height:210px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:8px;
}

.mrp-fast-img-wrap img{
  width:100%;
  height:205px;
  max-height:205px;
  object-fit:contain;
  transition:transform .3s ease;
}

.mrp-fast-product:hover img{
  transform:scale(1.04);
}

.mrp-fast-product h6{
  color:#000;
  font-size:18px;
  font-weight:600 !important;
  line-height:1.25;
  min-height:62px;
  margin:6px 0 10px;
  text-transform:uppercase;
}

.mrp-fast-price{
  margin-top:auto;
  margin-bottom:12px;
}

.mrp-fast-price span{
  color:#000;
  font-size:26px;
  font-weight:700;
}

.mrp-fast-product .add-to-cart-btn{
  background:#d9498e !important;
  border:1px solid #d9498e !important;
  color:#fff !important;
  border-radius:9px !important;
  padding:8px 20px !important;
  font-size:15px !important;
  font-weight:600 !important;
  min-width:135px;
}

.mrp-fast-product .add-to-cart-btn:hover,
.mrp-fast-product .add-to-cart-btn:active{
  background:#fff !important;
  color:#000 !important;
  border:1px solid #000 !important;
}

.swiper-button-prev,
.swiper-button-next{
  color:#d9498e !important;
  width:44px !important;
  height:44px !important;
  background:#fff !important;
  border-radius:50% !important;
  box-shadow:0 6px 18px rgba(0,0,0,0.12) !important;
  transition:all .3s ease !important;
  z-index:50 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after{
  font-size:18px !important;
  font-weight:bold !important;
  color:#d9498e !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
  border:2px solid #d9498e !important;
  transform:scale(1.08);
}

.carousel-outer{
  position:relative;
  padding-left:0 !important;
  padding-right:0 !important;
}

.carousel-outer > .container{
  max-width:96% !important;
}

.swiper-button-prev[id^="carousel"]{
  left:5px !important;
}

.swiper-button-next[id^="carousel"]{
  right:5px !important;
}

@media(max-width:991px){
  .swiper-button-prev[id^="carousel"],
  .swiper-button-next[id^="carousel"]{
    display:none !important;
  }

  .mrp-fast-product{
    min-height:390px;
    border-radius:20px !important;
    padding:14px !important;
  }

  .mrp-fast-img-wrap{
    height:180px;
  }

  .mrp-fast-img-wrap img{
    height:175px;
    max-height:175px;
  }

  .mrp-fast-product h6{
    font-size:15px;
    min-height:54px;
  }

  .mrp-fast-price span{
    font-size:22px;
  }
}

.category-divider{
    flex:1;
    height:1px;
    background:#d8d8d8;
    margin:0 24px;
}

.mrp-loading{
  width:100%;
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.mrp-loading span{
  width:10px;
  height:10px;
  background:#d9498e;
  border-radius:50%;
  display:inline-block;
  animation:mrpDots 1s infinite ease-in-out;
}

.mrp-loading span:nth-child(2){ animation-delay:.15s; }
.mrp-loading span:nth-child(3){ animation-delay:.30s; }
.mrp-loading span:nth-child(4){ animation-delay:.45s; }

@keyframes mrpDots{
  0%,80%,100%{
    transform:scale(.6);
    opacity:.35;
  }
  40%{
    transform:scale(1);
    opacity:1;
  }
}

.category-divider{
    display:none !important;
}
