.rk_filters { margin-bottom: 15px; }
.rk_filter { padding: 6px 12px; margin-right: 6px; cursor: pointer; }
.rk_active { background: #000; color: #fff; }

.buynow{
    border: 1px solid #d2ef9a;
    color:black;
}
.rk-fullscreen-modal {
  position: fixed;
  inset: 0;
  background: #000;
  display: none;
  z-index: 9999;
}
.rk-fullscreen-modal.active {
  display: block;
}

.rk-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
}

.rk-fullscreen-btn {
  position: absolute;
  top: 10px;
  right: 22px;
  z-index: 5;
  cursor: pointer;
  background: rgba(0,0,0,.6);
  color: #fff;
  padding: 6px 8px;
}

.rk_fullscreen_swiper,
.rk_fullscreen_swiper img {
  width: 100%;
  height: 100vh;
  object-fit: contain;
}


.rk_swiper {
    position: relative;
}

.rk_swiper-pagination {
    /*position: absolute;*/
    /*bottom: -20px;      */
    /*left: 50%;*/
    /*top:100% !important;*/
    /*transform: translateX(-50%);*/
    /*width: auto;*/
    text-align: center;
}

 
/*.rk_swiper .swiper-button-next,*/
/*.rk_swiper .swiper-button-prev {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: all 0.3s ease;*/
/*}*/

 
/*.rk_swiper:hover .swiper-button-next,*/
/*.rk_swiper:hover .swiper-button-prev {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

/* Optional: better positioning */
.rk_swiper .swiper-button-next,
.rk_swiper .swiper-button-prev {
  color: #000; /* arrow color */
}

