/* Add custom CSS styles below */ 
.s-block--photos-slider {

  padding-top: 0 !important;

}

.s-angel--divider.xl-title h2,

.s-slider-block__title h2,

div.main-content.mob\:container.w-full.md\:w-1\/2.md\:pb-16

  > div.flex.flex-col

  > h1 {

  text-transform: uppercase;

  background-image: linear-gradient(

    -225deg,

    #2b72cf 0%,

    #7d27ff 29%,

    #1056b2 67%,

    #a44ce8 100%

  );

  background-size: auto auto;

  background-clip: border-box;

  background-size: 200% auto;

  color: #fff;

  background-clip: text;

  text-fill-color: transparent;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  animation: textclip 4s linear infinite;

  display: inline-block;

  font-weight: 800;

}

@keyframes textclip {

  to {

    background-position: 200% center;

  }

}

.lazy__bg.lazy_avatar {

  border-radius: 20px;

}



.s-block--categories div.swiper-slide.swiper-width-control > div > a > div {

  width: 7rem !important;

  height: 7rem !important;

  /* background-color: #001d29 !important; */

}



.s-gifting-widget .s-list-tile-item .s-gifting-widget-action,

.angel-discountcoupon .copycodebtn,

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center,

button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center,

.s-product-card-content-footer.rounded-lg button {

  background: #14a8e6;

  background: linear-gradient(90deg, #23bdff 0%, #09729f 100%) !important;

}



body {

  background-image: url(https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExZ2t1ZXZqdWdlNWo3cXB3dGV5bG92Y2Y5NG00cWdiNHdkMnNmYXkxNCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/jaOXKCxtBPLieRLI0c/giphy.gif);

  background-attachment: fixed;

}