.recently-viewed .swiper-slide {
  display: flex;
  height: auto;
}
.recently-viewed input {
  display: none;
}
.recently-viewed input + label {
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .recently-viewed input + label {
    display: block;
  }
}
.recently-viewed input + label .heading-tab {
  font-size: var(--heading-md);
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .recently-viewed input + label .heading-tab {
    font-size: var(--heading-md-tablet);
  }
}
.recently-viewed input ~ .tab {
  display: none;
}
.recently-viewed #tab1:checked ~ .tab.content1,
.recently-viewed #tab2:checked ~ .tab.content2,
.recently-viewed #tab3:checked ~ .tab.content3 {
  display: block;
}
.recently-viewed input + label {
  padding: 4px 12px;
  position: relative;
  top: 1px;
  font-weight: normal;
  cursor: pointer;
}
.recently-viewed input + label:first-of-type {
  padding-left: 0;
}
@media only screen and (max-width: 767.98px) {
  .recently-viewed input + label {
    padding: 10px 12px;
    padding-left: 0;
  }
}
.recently-viewed input:checked + label {
  font-weight: 700;
  transition: 0.3s all;
  text-decoration: underline;
}
.recently-viewed input ~ .tab {
  padding: 16px 0 12px 0;
}
.recently-viewed .custom-select {
  display: none;
}
.recently-viewed .heading-md {
  text-decoration: underline;
}
.recently-viewed .page-width {
  position: relative;
}
.recently-viewed .page-width .recently-viewed-button {
  position: absolute;
  top: 10px;
  right: 5rem;
}
.recently-viewed .page-width .recently-viewed-button {
  padding: 15px 30px;
}
@media only screen and (max-width: 767.98px) {
  .recently-viewed .page-width .recently-viewed-button {
    display: none;
  }
}
.recently-viewed .swiper {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .recently-viewed .swiper {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.recently-viewed .swiper-pagination.diamond-pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
@media only screen and (max-width: 767.98px) {
  .recently-viewed .swiper-pagination.diamond-pagination {
    display: none;
  }
}
.recently-viewed .swiper-pagination.diamond-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  background: none;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767.98px) {
  .recently-viewed .swiper-pagination.diamond-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
.recently-viewed .swiper-pagination.diamond-pagination .swiper-pagination-bullet svg {
  color: #000;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recently-viewed .swiper-pagination.diamond-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg path {
  fill: #000;
}
