.redeem-rdm-products-slider {
  padding: 10px;
  position: relative;
}

.rdm-warning {
  color: #721c24;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #f5c6cb;
  margin-bottom: 10px;
  background: #f8d7da;
  text-align: left;
  padding: 6px 10px;
  line-height: 1.2;
}


/* Place arrows in top right corner */
.rdm-custom-arrows {
  position: absolute;
  top: 10px;
  /* match padding */
  right: 15px;
  /* match padding */
  display: flex;
  gap: 5px;
  z-index: 10;
}

.rdm-custom-arrows .rdm-slick-prev,
.rdm-custom-arrows .rdm-slick-next {
  background: transparent !important;
  border: none;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: unset !important;
  transform: unset !important;
}

.rdm-select-var {
  outline: 0 !important;
  box-shadow: none !important;

}

.rdm-custom-arrows .slick-arrow.slick-disabled {
  background: transparent !important;
  cursor: not-allowed;
  opacity: 0.4;
}

.rdm-custom-arrows .slick-arrow.slick-hidden {
  display: none !important;
}

.rdm-custom-arrows .rdm-slick-prev::before,
.rdm-custom-arrows .rdm-slick-next::before {
  font-size: 16px;
  color: #fff;
}

.rdm-custom-arrows .rdm-slick-prev::before,
.rdm-custom-arrows .rdm-slick-next::before {
  content: none;
}

.rdm-slider-header {
  margin-bottom: 15px;
}

.rdm-slider-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.rdm-slider-wrapper .slick-track {
  display: flex;
  gap: 10px;
}

.rdm-slider-wrapper .slick-list {
  margin-left: -10px;
  margin-right: 10px;
}

.rdm-title-2lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rdm-slider-wrapper .slick-track {
  margin-right: unset !important;
  margin-left: unset !important;
}

.rdm-slider-wrapper .rdm-product {
  padding: 8px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  display: flex !important;
  justify-content: space-between;
}

.rdm-slider-wrapper .slick-slide {
  background-color: #fff;
  height: unset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

}

.rdm-slider-wrapper .slick-slide>div {
  height: 100%;
}

.rdm-slider-wrapper .rdm-product img {
  height: 280px;
  object-fit: contain;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.rdm-slider-wrapper .rdm-product .rdm-title {
  font-weight: bold;
  font-size: 14px;
}

h2.rdm-title {
  padding: 0px;
  margin: 0px;
}

.rdm-disable-single {
  pointer-events: none;
  opacity: 0.5;
}

.rdm-slider-wrapper .rdm-product .rdm-price {
  font-size: 12px;
}

.rdm-slider-wrapper .rdm-product .rdm-old {
  text-decoration: line-through;
  color: #000000;
  margin-right: 5px;
}

.rdm-slider-wrapper .rdm-product select {
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 6px;
  width: 100%;
  font-size: 13px;
  border: 1px solid #000;
  border-radius: 4px;
}

.rdm-slider-wrapper .rdm-product .rdm-tag-cart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rdm-slider-wrapper .slick-track {
  justify-content: flex-start !important;
}

.rdm-slider-wrapper .rdm-product .rdm-tag {
  padding: 2px 14px;
  font-size: 10px;
  font-weight: 400;
  border-radius: 4px;
  text-transform: capitalize;
}

.rdm-slider-wrapper .rdm-product .rdm-cart-icon {
  font-size: 20px;
  cursor: pointer;
  margin-left: auto;
}

.rdm-cart-disable {
  pointer-events: none;
  opacity: 0.4;
}