.rotating-slider {
  margin: 0em auto;
  height: 360px;
  position: relative;
  width: 480px;
  width: 100% !important;
  height: 100% !important;
  max-width: max-content;
  max-height: fit-content;
  border-radius: 100%;
  border: 21px solid;
  /* transform: translateY(50%); */
}

.rotating-slider ul.direction-controls {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rotating-slider ul.direction-controls li.left-arrow {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}

.rotating-slider ul.direction-controls li.right-arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.rotating-slider ul.direction-controls li button {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: var(--quaternary-color);
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 700;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0;
  text-align: center;
  transition: background 0.25s;
  width: 1.5em;
  line-height: 0;
}

.rotating-slider ul.direction-controls li button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.rotating-slider ul.slides {
  border-radius: 50%;
  height: 100%;
  margin: 0;
  /* overflow: hidden; */
  padding: 0;
  position: relative;
  top: -75%;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  transform-origin: center center;
  width: 100%;
  top: 1px !important;
  border: 3.5px solid var(--quaternary-color);
}

.rotating-slider ul.slides li {
  background-position: center;
  background-size: cover;
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform-origin: bottom center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: -webkit-grab;
}

.slides {
  box-sizing: content-box;
}

.block_slider-inner-outer {
  background: var(--quaternary-color);
}

.block_slider-inner {
  clip-path: url(#slideClipPath);
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5px;
  touch-action: none;
  pointer-events: none;
}

.block_svg_icon {
  position: absolute;
}

.block_rotating-slider-center {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  aspect-ratio: 1 !important;
  width: 50%;
  height: 50%;

  transition: 0.75s all ease-in-out;
}

.block_plush-banner-right {
  max-width: 34rem;
  padding-top: 22.6%;
  position: relative;
  width: 100%;
  right: 4.4%;
}

.block_plush-banner-right img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.block_rotating-slider-main {
  position: relative;
  transform: translateY(0);
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 54px !important;
}

/* .block_slider-inner-outer:after{
    content: "";
    position: absolute;
    background: red;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 100px;
  
} */

.block_slider-inner-outer img {
  transition: 0.4s all ease-in-out;
  transform: rotate(0deg);
  max-width: 60px;
  aspect-ratio: 1;
  object-fit: contain;
}

.plush-banner-wrapper-box .block__inner-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -1rem;
  gap:4px;
}

.plush-banner-wrapper-box .block__single-image:first-child {
  width: 36px;
  height: 36px;
}
.plush-banner-wrapper-box .block__single-image:last-child {
  width: 54px;
  height: 36px;
}

.previous-slide-1 img {
  transform: rotate(24deg);
}

.previous-slide-2 img {
  transform: rotate(55deg);
}

.previous-slide-3 img {
  transform: rotate(90deg);
}

.next-slide-1 img {
  transform: rotate(-30deg);
}

.next-slide-2 img {
  transform: rotate(-60deg);
}

.next-slide-3 img {
  transform: rotate(-90deg);
}

.block_rotating-slider-center-inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.block_rotating-slider-center:after {
  content: "";
  position: absolute;
  top: -7.5px;
  left: -7.5px;
  right: 0px;
  bottom: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 100%;
  border: 5px solid var(--quaternary-color);
  margin: 16px;
  z-index: 22;
}

.block_rotating-slider-center:before {
  content: "";
  position: absolute;
}

.block_rotating-slider-center:before {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/arr.svg?v=1737355813");
  top: -30px;
  left: calc(50% - 20px);
  width: 42px;
  height: 35px;
  background-repeat: no-repeat;
  z-index: -3;
}

.block-plus-mobile .block_plush-banner-inner {
  display: none;
}

.block-plus-mobile .block_plush-banner-right {
  display: none;
}

.block_rotating-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_left-click .block_rotating-slider-center {
  transform: none important;
}

.block_right-click .block_rotating-slider-center {
  transform: tnone important;
}

.block_plush-banner-inner {
  position: relative;
  bottom: 0;
}

.block_plush-banner-info {
  position: relative;
}

.block_rotating-arrow-info {
  text-align: center;
  padding: 0px 15px;
}

.block_rotating-arrow-inner-title,
.block_rotating-arrow-inner-description {
  margin: 0 0 16px;
  color: var(--quaternary-color);
  letter-spacing: 0;
  line-height: 24px;
}

.block_rotating-arrow-inner-title.description-added {
  margin-bottom: 3px;
}

.block_rotating-arrow-inner-title.description-added
  + .block_rotating-arrow-inner-description {
  margin-bottom: 8px;
}

.block_rotating-arrow-inner-title.description-added
  + .block_rotating-arrow-inner-description
  + .block_rotating-arrow-learnmore {
  margin-top: 0px;
}

.block_rotating-arrow-inner {
  padding-top: 0;
}

.block_rotating-arrow-learnmore {
  text-transform: uppercase;
  color: var(--quaternary-color);
  cursor: pointer;
  letter-spacing: 0;
  border-bottom: 1px solid var(--quaternary-color);
  display: block;
  max-width: max-content;
  margin: 16px auto 0;
  font-weight: var(--font-heading-light);
}

.block_rotating-arrow-inner-description {
  font-weight: var(--font-body-light);
}

/* ul.direction-controls {
    display: none;
} */

.dots {
  position: relative;
  margin: 0;
  padding: 0;
}

.dots li {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
}

.rotating-slider .rotation-dots {
  position: absolute;
  top: -20px;
  /* adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rotating-slider .rotation-dots li {
  display: inline-block;
}

.rotating-slider .rotation-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
  border: none;
  cursor: pointer;
}

.rotating-slider .rotation-dot.active {
  background: #333;
}

.block_rotating-slider-center {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  top: calc(50% - 2px);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  aspect-ratio: 1 !important;
  width: 58.2%;
  height: 58.2%;
  transition: 0.75s all ease-in-out;
}

.block_rotating-slider-center:after {
  content: "";
  position: absolute;
  top: -7.5px;
  left: -7.5px;
  right: 0px;
  bottom: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 100%;
  border: 5px solid var(--quaternary-color);
  margin: 16px;

  z-index: 22;
}

.block_rotating-slider-center {
  box-shadow: 0px 5.12px 61.5px -7.69px #00000033;
}

.block_rotating-slider-center:before {
  top: -22.5px;
}

@media (max-width: 1600px) {
  .block_plush-banner-info .block_plush-left-image-bg-text {
    top: -45%;
    right: -10%;
  }
}

@media (max-width: 1450px) {
  .block_plush-banner-info .block_plush-left-image-bg-text {
    top: -45%;
    right: -10%;
  }

  .block_plush-banner-right {
    max-width: 26rem;
    right: 0;
  }
}

@media (max-width: 1330px) {
  .block_plush-banner-info .block_plush-left-image-bg-text {
    top: -50%;
    right: 0%;
  }
}

@media (max-width: 1260px) {
  .block_plush-banner-info .block_plush-left-image-bg-text {
    top: -54%;
    right: 5%;
  }
}

@media (max-width: 1136px) {
  .block_plush-banner-info .block_plush-left-image-bg-text {
    top: -67%;
  }
}

@media (max-width: 1150px) {
  .block_rotating-slider-main {
    margin-right: -40px;
  }
}

@media (max-width: 1050px) {
  .block_rotating-slider-main {
    margin: 0px;
  }

  .plush-banner-wrapper-box {
    align-items: center !important;
  }

  .block_plush-banner-info .block_plush-left-image img {
    max-width: 70%;
  }

  .block_plush-banner-info .block_plush-left-image-bg-text {
    top: -20px;
    right: -110px;
  }

  .plush-banner-wrapper-box .block_plush-banner-inner {
    display: none;
  }

  .plush-banner-wrapper-box .block_plush-banner-right {
    display: none;
  }

  .block_rotating-slider-main {
    margin-bottom: 2.3rem !important;
  }

  .block_slider-inner-outer img {
    max-width: 42px;
  }

  .block_plush-banner-info .plush-banner-wrapper-box {
    gap: 0;
  }

  .block-plus-mobile .block_plush-banner-inner {
    display: block;
  }

  .block-plus-mobile .block_plush-banner-right {
    display: block;
  }

  .plush-banner-wrapper-box {
    display: flex;
    align-items: end;
    gap: 10px;
    flex-direction: column;
  }

  .block-plus-mobile {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
  }

  .block_plush-banner-right {
    padding-top: 35%;
  }

  .block_plush-banner-info .block_plush-left-image img {
    max-width: 100%;
  }
  .plush-banner-wrapper-box .block__single-image:first-child {
    width: 26px;
    height: 26px; 
  }
  .plush-banner-wrapper-box .block__single-image:last-child {
    width: 30px;
    height: 26px;
  }
}

@media (max-width: 960px) {
  .rotating-slider {
    border-width: 15px;
  }

  .block_slider-inner-outer img {
    max-width: 40px;
  }

  .block_rotating-slider-center:before {
    width: 26px;
    height: 16px;
    background-size: 24px;
    top: -9px;
    left: calc(50% - 14px);
  }

  .block_rotating-slider-center:after {
    top: -11px;
    left: -11px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 3px solid var(--quaternary-color);
  }
}

@media (max-width: 850px) {
  .block_plush-banner-info .block_plush-left-image img {
    max-width: 80%;
  }

  .block_plush-banner-info .block_plush-left-image-bg-text {
    /* top: -49px;
    right: 2px; */
    top: -22px;
    right: -60px;
    background-size: contain !important;
  }
}

@media (max-width: 650px) {
  .block_plush-banner-right {
    padding-top: 39%;
    max-width: 123px;
  }

  .block_plush-banner-info .block_plush-left-image img {
    max-width: 50%;
  }
  .plush-banner-wrapper-box .block__single-image:first-child {
    width: 21px;
    height: 21px; 
  }
  .plush-banner-wrapper-box .block__single-image:last-child {
    width: 32px;
    height: 21px;
  }
}

@media (max-width: 550px) {
  .block_slider-inner-outer img {
    max-width: 36px;
  }

  .block-plus-mobile .block_plush-left-image-bg-text {
    background-size: contain !important;
    max-height: 135px;
  }

  .block_plush-banner-info .block_plush-left-image-bg-text p {
    letter-spacing: 0;
    padding: 0 15px;
    line-height: 16px;
    margin-top: -15px;
  }

  .block_plush-banner-info .block_plush-left-image-bg-text {
    right: 20px;
  }

  .block-plus-mobile .block_plush-banner-inner {
    margin-bottom: -15px;
  }

  .rotating-slider ul.direction-controls li.right-arrow {
    left: 98%;
  }

  .rotating-slider ul.direction-controls li.left-arrow {
    right: 98%;
  }
}

@media (max-width: 480px) {
  .block_plush-banner-info .block_plush-left-image-bg-text {
    top: -30px;
  }
  .rotating-slider .rotation-dot {
    width: 7px;
    height: 7px;
  }
  .block_slider-inner{
    top: -3px;
  }
}

@media (max-width: 420px) {
  .block_plush-banner-info .block_plush-left-image-bg-text {
    padding: 5rem 0rem;
  }

  .block_plush-banner-info .block_plush-left-image-bg-text {
    right: 15px;
    top: -35px;
  }
  .plush-banner-wrapper-box .block__single-image:first-child {
    width: 18px;
    height: 18px; 
  }
  .plush-banner-wrapper-box .block__single-image:last-child {
    width: 30px;
    height: 18px;
  }
}

@media (max-width: 410px) {
  .block_slider-inner-outer img {
    max-width: 22px;
  }
  
}
@media (max-width: 385px) {
  .block_rotating-arrow-inner-description {
    font-size: 12px;
    line-height: 14px;
  }  
}

@media (max-width: 360px) {
  .block_plush-banner-info .block_plush-left-image-bg-text {
    right: 3px;
    top: -42px;
  }

  .block_slider-inner-outer img {
    max-width: 28px;
  }

  .block_rotating-arrow-inner-title {
    font-size: var(--small-body);
  }
}

@media (max-width: 338px) {

  .block_plush-banner-info .block_plush-left-image-bg-text {
      right: -23px;     
  }
  .block_plush-banner-info .block_plush-left-image-bg-text p {      
      line-height: 12px;
      font-size: 8px;
      max-width: 69%;
  }

}