.rx-featuredcategories .rx-featuredcategories__title {
  font-weight: 800;
  font-size: 39.1px;
  line-height: 100%;
  color: #292525;
  margin-bottom: 32px;
}

.rx-featuredcategories .rx-featuredcategories__block-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px;
  width: 100%;
}

.rx-featuredcategories .items-center .rx-featuredcategories__block-meta {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}

.rx-featuredcategories .rx-featuredcategories__block picture {
  display: block;
  overflow: hidden;
  height: 100%;
}

.rx-featuredcategories .rx-featuredcategories__block picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease-in-out;
}

.rx-featuredcategories .rx-featuredcategories__block:hover picture img {
  transform: scale(1.05, 1.05);
}

.rx-featuredcategories .rx-featuredcategories__meta-details {
  display: flex;
  flex-direction: column;
}

.rx-featuredcategories .rx-featuredcategories__meta-details h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  text-align: center;
}

.rx-featuredcategories .rx-featuredcategories__meta-details p {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.rx-featuredcategories .rx-featuredcategories__meta-details :is(h2, p) {
  color: #292525;
  margin: 0;
}

.rx-featuredcategories .dark-theme .rx-featuredcategories__meta-details :is(h2, p) {
  color: #252525;
}

.rx-featuredcategories .rx-featuredcategories__meta-link {
  width: 77px;
  height: 77px;
  background-image: url("data:image/svg+xml,%3Csvg width='78' height='77' viewBox='0 0 78 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-9.5' y='-10' width='97' height='97'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(5px);clip-path:url(%23bgblur_0_91_4886_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='10'%3E%3Crect x='0.5' width='77' height='77' rx='16' fill='%23FEFDFB' fill-opacity='0.3'/%3E%3Cpath d='M32.375 51.75L45.625 38.5L32.375 25.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_91_4886_clip_path' transform='translate(9.5 10)'%3E%3Crect x='0.5' width='77' height='77' rx='16'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  display: block;
}

.rx-featuredcategories__slider .swiper-wrapper {
  align-items: stretch;
}

.rx-featuredcategories__slider .swiper-slide {
  height: auto;            
  display: flex;           
}

.rx-featuredcategories__block {
  height: 100%;
  display: flex;          
}

.rx-featuredcategories__block > a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.rx-featuredcategories__block picture {
  display: block;
}

.rx-featuredcategories__block picture img {
  width: 100%;
  height: auto;            
  display: block;
}

.rx-featuredcategories__block-meta {
  margin-top: auto;       
}
.rx-featuredcategories__block.white-text .rx-featuredcategories__meta-details :is(h2, p){
  color: #fff;
}

.rx-featuredcategories__nav{
  width: 36px;
  height: 36px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-10' y='-10' width='56' height='56'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(5px);clip-path:url(%23bgblur_0_546_18471_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='10'%3E%3Crect width='36' height='36' rx='6' fill='white' fill-opacity='0.6'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' rx='5.5' stroke='%23292525' stroke-opacity='0.5'/%3E%3Cpath d='M16 24L22 18L16 12' stroke='%23292525' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_546_18471_clip_path' transform='translate(10 10)'%3E%3Crect width='36' height='36' rx='6'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  top: 50%;
  position: absolute;
  z-index: 10;
}
.rx-featuredcategories .rx-featuredcategories__nav--next{
  right: 0;
  transform: translateX(50%) translateY(-50%);
}

.rx-featuredcategories .rx-featuredcategories__nav--prev{
  left: 0;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.rx-featuredcategories__wrapper{
  position: relative;
}
.rx-featuredcategories__nav.swiper-button-disabled{
  display: none;
}
@media screen and (max-width: 991.99px){
  .rx-featuredcategories .rx-featuredcategories__meta-details h2{
    font-weight: 400;
    font-size: 10.24px;
    line-height: 16.4px;
  }
}