/* ////////////////////////////// Category Hover Slider Portlets START /////////////////////////////////////// */
.category-hover-slider {
  background: transparent
    linear-gradient(180deg, rgb(112 112 112 / 6%) 0%, #3838380a 100%) 0% 0%
    no-repeat padding-box;
  padding-top: 25px;
  padding-bottom: 60px;
}

p.category-hover-slider-top-heading {
  font-family: "RubikRegular";
  color: #1e1e1e;
  font-size: clamp(24px, 3vw, 32px);
  /* padding-left: 20px;
        padding-right: 20px; */
}
.category-hover-slider-image-block {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 20px;
}
a.category-hover-slider-link {
  display: block;
  font-family: "RubikRegular";
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  text-decoration: none;
  padding: 10px 5px;
}
.category-hover-slider-item-child img {
  transition: transform 0.5s ease;
}
.category-hover-slider-item-child:hover img {
  transform: scale(1.1);
}
img.category-hover-slider-item-image-1 {
  display: block;
  width: 100%;
}

.category-hover-slider-init.slick-arrow:after {
  font-size: 24px;
}

.category-hover-slider-init .slick-arrow {
  color: #c3c3c3;
  opacity: 1;
  background: #1e1e1e;
  padding: 5px 10px;
  border-radius: 3px;
}

.category-hover-slider-init button.slick-prev {
  left: unset;
  right: 50px;
  top: unset;
  bottom: -40px;
  transform: none;
}

.category-hover-slider-init button.slick-next {
  right: 15px;
  top: unset;
  bottom: -40px;
  transform: none;
}

@media only screen and (max-width: 550px) {
  p.category-hover-slider-top-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.category-hover-slider-link {
    font-size: 14px;
    line-height: 14px;
  }

  .category-hover-slider-container.container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 576px) {
  .category-hover-slider-init {
    margin-inline: -15px;
  }
}

/* ////////////////////////////// Category Hover Slider Portlets END   /////////////////////////////////////// */
/* ////////////////////////////// Newsletter Portlets START /////////////////////////////////////// */
.ip-newsletter-slide-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ip-newsletter-slide-container > div {
  flex: 0 0 calc(50% - 20px + 20px / 2);
  max-width: calc(50% - 20px + 20px / 2);
}

.ip-newsletter-slide-content {
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 60px;
  border-radius: 20px;
}

span.ip-opc-newsletter-heading {
  display: block;
  font-family: "RubikRegular";
  color: #ffffff;
  font-size: 32px;
  line-height: 34px;
}

span.ip-opc-newsletter-desc {
  display: block;
  font-family: "RubikRegular";
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 15px;
}

.ip-newsletter-image {
  display: flex;
  align-items: center;
}

.ip-newsletter-col {
  display: flex;
  align-items: center;
}

.ip-newsletter-image > img.category-hover-slider-item-image-1 {
  margin: 0 auto;
  max-width: 85%;
}
.ip-newsletter .input-group {
  display: block;
  width: 100%;
}

.ip-newsletter .input-group input#newsletter_email {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.ip-newsletter .input-group .input-group-append {
  margin: 0px;
}

.ip-newsletter .input-group .input-group-append button.btn {
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .ip-newsletter-slide-container > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  span.ip-opc-newsletter-heading {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  span.ip-opc-newsletter-desc {
    font-size: 12px;
  }

  .ip-newsletter-slide-content {
    padding: 40px 20px;
  }
}
/* ////////////////////////////// Newsletter Portlets END   /////////////////////////////////////// */
