/** Shopify CDN: Minification failed

Line 1096:8 Expected ":"
Line 1891:23 Expected identifier but found "#000"

**/
/*Hero Banner */

.hero-banner {
  position: relative;
  background: #000;
  > .hero-banner__item:not(:first-child) {
    display: none;
  } 
  .hero-banner__item {
    height: calc(100svh - 148px);
    background-size: cover;
    display: flex;
    flex-direction: column;
    background-position: center bottom;
    position: relative;
    @media screen and (max-width: 575px) {
      height: calc(50svh - 30px);
    }
    &.ads-banner {
      height:444px;
      background-position: center;
      padding-bottom: 80px;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: #FFF;
      @media screen and (max-width: 1870px) {
        height: 444px;
      }
      @media screen and (max-width: 1610px) {
        height: 360px;
      }
      @media screen and (max-width: 1240px) {
        height: 270px;
      }
      @media screen and (max-width: 992px) {
        height: 403px;
      }
      @media screen and (max-width:767px) {
        height: 345px;
      }
      @media screen and (max-width:654px) {
        height: 285px;
      }
      @media screen and (max-width:564px) {
        height: 255px;
      }
      @media screen and (max-width:480px) {
        height: 195px;
      }
      .hero-banner__content {
        padding-bottom: 0;
      }
      
      h1,
      h2 {
        @media screen and (max-width: 767px) {
          font-size: 36px;
        }
      }
      &.slick-slide {
        @media screen and (max-width: 767px) {
          padding-bottom: 80px;
        }
      }
    }
    &.short-banner {
      height:715px;
      background-position: center;
      padding-bottom: 80px;
      @media screen and (max-width: 1870px) {
        height: 623px;
      }
      @media screen and (max-width: 1650px) {
        height: 467px;
      }
      @media screen and (max-width: 1240px) {
        height: 393px;
      }
      @media screen and (max-width: 1040px) {
        height: 342px;
      }
      @media screen and (max-width: 992px) {
        height: 833px;
      }
      @media screen and (max-width:767px) {
        height: 695px;
        background-position: center;
        padding-bottom: 20px;
      }
      @media screen and (max-width:654px) {
        height: 590px;
      }
      @media screen and (max-width:564px) {
        height: 530px;
      }
      @media screen and (max-width:510px) {
        height: 470px;
      }
      @media screen and (max-width:454px) {
        height: 421px;
      }
      @media screen and (max-width:400px) {
        height: 372px;
      }
      .hero-banner__content {
        padding-bottom: 0;
      }

      h1,
      h2 {
        @media screen and (max-width: 767px) {
          font-size: 36px;
        }
      }
      &.slick-slide {
        @media screen and (max-width: 767px) {
          padding-bottom: 80px;
        }
      }
      .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
    }
    &.small-banner {
      height:505px;
      background-position: center;
      padding-bottom: 80px;
      .hero-banner__content {
        padding-bottom: 0;
      }
      @media screen and (max-width:1024px) {
        height: 925px;
        background-position: center;
        padding-bottom: 20px;
      }
      @media screen and (max-width:992px) {
        height: 725px;
        background-position: center;
      }
      @media screen and (max-width:767px) {
        height: 465px;
        background-position: center;
        padding-bottom: 20px;
      }
      h1,
      h2 {
        @media screen and (max-width: 767px) {
          font-size: 36px;
        }
      }
      &.slick-slide {
        @media screen and (max-width: 767px) {
          padding-bottom: 80px;
        }
      }
    }
    a.banner-url {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
  }
  .hero-banner__content-wrapper {
    display: flex;
    height: 100%;
  }
  .hero-banner__content {
    margin-top: auto;
    position: relative;
    color: #FFF;
    z-index: 1;
    padding-bottom: 100px;
    width: 100%;
    @media screen and (max-width:575px) {
      padding-bottom: 35px;
    }
    a {
      color: #FFF;
    }
    .content-wrapper {
      padding-left: 22px;
      @media screen and (max-width:992px) {
        padding-left: 0;
        margin: 0 auto;
      }
    }
  }
  .hero-banner__content.alignment--left {
    h1,
    h2,
    .hero-banner__description {
      margin-left: 0;
      text-align: left;
      @media screen and (max-width: 768px) {
        text-align: center;
      }
    }
    .content-wrapper {
      max-width: 610px;
      @media screen and (max-width:992px) {
        padding-left: 0;
        margin: 0 auto;
      }
    }
  }
  .hero-banner__content.alignment--right {
    h1,
    h2,
    .hero-banner__description {
      margin-right: 0;
      text-align: right;
    }
    .content-wrapper {
      max-width: 610px;
    }
  }
  .hero-banner__description {
    max-width: 850px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    margin: 0 auto;
    p {
      margin-bottom: 20px;
      font-size:16px;
      @media screen and (max-width:575px) {
        display: none;
      }
    }
  }
  h1,
  h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0px 4px 6.9px rgba(0, 0, 0, 0.11);
    .highlight-text {
      color: var(--colorBtnPrimaryLight);
    }
    @media screen and (max-width:575px) {
      font-size: 34px;
    }
  }
  .overlay {
    width: 100%;
  }
  .bottom-overlay {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 45%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, .9) 80%, rgba(0, 0, 0, 1) 100%);
    height: 56%;
    bottom: 0;
    position: absolute;
    &.short-banner {
      height: 100%;
      @media screen and (max-width:575px) {
        height: 100%;
      }
    }
    &.small-overlay--true {
      height: 50%;
      @media screen and (max-width:575px) {
        height: 60%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 45%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, .9) 80%, rgba(0, 0, 0, 1) 100%);
      }
    }
    @media screen and (max-width:575px) {
      height: 90%;
    }
  }
  .btn {
    font-size: 20px;
    display: inline-block;
    border-radius: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
  .slick-dots {
    bottom: 40px;
    z-index: 1;
    @media screen and (max-width:1024px) {
      display:none !important;
    }
    li:not(.slick-active) {
      opacity: 0.5;
    }
    li {
      width: 15px;
      height: 15px;
      button {
        background: #FFF;
        border-radius: 50%;
        width: 15px;
        height: 15px;
      }
      button:before {
        display:none;
      }
    }
  }
  .slick-next, 
  .slick-prev {
    width: auto;
    height: auto;
    top: calc(50% - 60px);
    z-index: 9;
  }
  .slick-next {
    right: -60px;
    @media screen and (max-width:575px) {
      right: -72px;
    }
  }
  .slick-prev {
    left: -60px;
    @media screen and (max-width:575px) {
      left: -72px;
    }
  }
  .slick-next:before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0879/0373/1991/t/8/assets/forward.png);
    height: 110px;
    width: 120px;
    display: block;
    background-size: 44px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 70px;
  }
  .slick-prev:before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0879/0373/1991/t/8/assets/backward.png);
    height: 110px;
    width: 120px;
    display: block;
    background-size: 44px;
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 70px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

/* Top Notification */
.top-banner__notification {
    padding: 15px 35px;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    @media screen and (max-width: 640px) {
      font-size: 13px;
      padding: 15px;
      display: block;
    }
  .btn {
    margin-left: 10px;
    @media screen and (max-width: 640px) {
      display: block;
      max-width: fit-content;
      margin: 0 auto;
      margin-top: 10px;
    }
  }
}

/* Two Column Banner */
.two-column-banner {
  display: flex;
  align-items: center;
  @media screen and (max-width: 992px) {
    display: block;
  }
  img.mobile {
    margin: 0 auto 38px auto;
    object-fit: cover;
    max-width: 430px;
    height: 352px;
  }
  .mobile {
    display: block;
    @media screen and (min-width: 993px) {
      display: none;
    }
  }
  .page-width {
    width: 100%;
    max-width: 1650px;
  }
}
.two-column-banner__wrapper {
  width: 50%;
  padding-inline: 40px;
  text-align: left;
  min-width: 643px;
  @media screen and (max-width:992px) {
    margin-left: 0;
    width: 100%;
    padding-inline: 0;
    min-width: auto;
  }
  img {
    max-width: 464px;
    width: 100%;
    margin-bottom: 43px;
    @media screen and (max-width: 992px) {
      max-width: 253px;
      display: block;
      margin: 0 auto 38px auto;
    }
  }
  h3 {
    font-family: "Montserrat";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
    text-transform: none;
    @media screen and (max-width: 992px) {
      text-align: center;
      font-family: Montserrat;
      font-size: 20px;
    }
  }
  .btn {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px 24px;
    @media screen and (max-width: 992px) {
      display: block;
      margin: 0 auto;
      max-width: fit-content;
    }
  }
  .promo-title {
    font-family: "Montserrat";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    @media screen and (max-width: 992px) {
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
    }
    
  }
}

/* Two Column Icon and Image */
.two-column-section {
  hr {
    max-width: 100%;
    margin: 65px 0 20px;
    @media screen and (max-width: 480px) {
      margin: 25px 0 35px;
    }
  }
}
.two-column-section__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  @media screen and (max-width: 992px) {
    flex-direction: column;
    margin-top: 24px;
    align-items: center;
  }
  .highlight-text {
    color: var(--colorBtnPrimary);
  }
  &.bottom-margin {
    margin-bottom: 50px;
    @media screen and (max-width: 992px) {
      margin-bottom: 24px;
    } 
  }
  .h2 {
    margin-bottom: 30px;
    font-size: 34px;
    margin-top: 10px;
    @media screen and (max-width: 960px) {
      font-size: 30px;
      max-width: 100%;
      line-height: 40px;
      margin-bottom: 15px;
    }
    @media screen and (max-width: 580px) {
      font-size: 20px;
      line-height: 22px;
    }
    b {
      color: #eb008c;
    }
  }
  h3 {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .footnote {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }
  .circle-overlay {
    display: block;
    width: 440px;
    height: 440px;
    position: absolute;
    left: 0;
    top: 0;
    background: #eb008c;
    border-radius: 50%;
    @media screen and (max-width: 768px) {
      display: none;
    }
    &.lazyloaded {
      opacity: 0.2 !important;
    }
    &.right {
      right: 0;
      left: auto;
      &.lazyloaded {
        opacity: 0.05 !important;
      }
    }
  }
  img.round-true {
    height: 440px;
    width: 440px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
  }
  &.reduced-img-size--true {
    .image-column {
      width: 30%;
      @media screen and (max-width: 960px) {
        width: 100%;
      }
    }
    .blocks-column {
        width: 70%;
        max-width: 1100px;
        @media screen and (max-width: 960px) {
          width: 100%;
        }
    }
  }
}
.image-column {
  width: 50%;
  position: relative;
  &.hide-mobile {
    @media screen and (max-width:980px) {
      display: none;
    }
  }
  @media screen and (max-width: 980px) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.blocks-column {
  width: 50%;
  max-width: 750px;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  @media screen and (max-width: 960px) {
    width: 100%;
    max-width: 100%;
    order: 1;
    margin-right: 0;
  }
  &.left-align {
    order:1;
    margin-left: 30px;
    @media screen and (max-width: 960px) {
      margin-left: 0;
    }
  }
  &.icon-column--true {
    flex-direction: column;
    justify-content: center;
    .icon-text-block {
      width: 100%;
      max-width: 590px;
    }
  }
}
.image-column {
  margin-right: 0;
  max-width: 750px;
  @media screen and (max-width: 960px) {
    margin-left: 0;
    order: 0;
  }
  img {
    width: 100%;
    @media screen and (max-width: 960px) {
      width: 100%;
      max-width: 100%;
      display: block;
    }
  }
  &.left-align {
    order: 0;
    margin-left: 0;
    @media screen and (max-width: 960px) {
      margin-right: 0;
    }
  }
}
.icon-text-block {
  display: flex;
  margin-top: 20px;
  width: 45%;
  @media screen and (max-width: 960px) {
    text-align: left;
    align-items: center;
    max-width: 100%;
    margin-inline: auto;
    width: 100%;
  }
  &:last-child {
    margin-bottom: 0;
  }
  img {
    align-self: start;
    margin-right: 12px;
    @media screen and (max-width: 960px) {
      margin-bottom: 0;
    }
    @media screen and (max-width:580px) {
      width: 30px;
    }
  }
  h3 {
    margin-bottom: 17px;
    @media screen and (max-width: 960px) {
      margin-bottom: 10px;
      font-size: 18px;
    }
  }
  .icon_text_content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    &.content-align--center {
      align-items: center;
      justify-content: center;
    }
    &.content-align--end {
      align-items: end;
      justify-content: end;
    }
  }
}
.icon-text-block:last-of-type {
  margin-bottom: 0;
}
.title-block {
  width: 100%;
  @media screen and (max-width: 960px) {
    margin-bottom: 15px;
  }
  &.hide-description p {
    @media screen and (max-width: 960px) {
      display: none;
    }
  }

  p {
    margin-bottom: 20px;
    @media screen and (max-width: 960px) {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }

    @media screen and (max-width: 580px) {
      font-size: 12px;
    }
  }
  p:last-child {
    margin-bottom: 0;
  }
  .btn {
    font-size: 15px;
    margin-top: 25px;
    @media screen and (max-width: 960px) {
      margin-top: 45px;
      margin-inline: auto;
      display: block;
      max-width: fit-content;
    }
    @media screen and (max-width:580px) {
      margin-top: 20px;
    }
  }
  &.text--center {
    text-align: center;
    h2,
    p {
      margin-inline: auto;
    }
  }
  &.text--right {
    text-align: right;
    h2,
    p {
      margin-left: auto;
    }
  }
  h2 {
    @media screen and (max-width: 980px) {
      margin-bottom: 15px;
    }
  }
}

/*Showcase Block */
.collection-showcase {
  padding-top: 70px;
  background: #000;
  @media screen and (max-width: 480px) {
    padding-top: 15px;
  }
  &.no-padding-bottom {
    padding-bottom: 0;
  }
  hr {
    margin: 120px 0;
    max-width: 100%;
    margin: 65px 0 90px;
    @media screen and (max-width: 480px) {
      margin: 50px 0;
      max-width: 100%;
    }
  }
  .page-width {
    max-width: 1701px;
  }
  .highlight-text {
    color: var(--colorBtnPrimaryLight);
  }
  h2 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    margin-bottom: 35px;
    @media screen and (max-width: 640px) {
      font-size: 18px;
      text-align: left;
      max-width: 100%;
      line-height: 40px;
      margin-bottom: 0;
    }

    @media screen and (max-width: 480px) {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }
  .collection-showcase__slider {
    display: flex;
  }
  .collection-showcase__item {
    width: 100%;
    max-width: 305px;
    position: relative;
    overflow: hidden;
    margin-left: 29.6px;
    opacity: 1; /* Original 0.5 */
    cursor: pointer;
    transition: 0.3s ease-in all;
    @media screen and (max-width: 480px) {
      max-width: 100%;
      width: 111px;
      margin-left: 25px;
    }
    .collection-showcase__title {
      position: absolute;
      width: 100%;
      height: auto;
      top: 26px;
      text-align: center;
      color: #FFF;
      font-family: Montserrat;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      z-index: 1;
      text-transform: unset;
      @media screen and (max-width: 480px) {
        font-size: 7px;
      }
      h3 {
        font-size: 15px;
        margin-bottom: 5px;
        @media screen and (max-width: 480px) {
          font-size: 7px;
        }
      }
    }
    .collection-showcase__img {
      object-fit: cover;
      object-position: center;
      height: 417px;
      width: 100%;
      @media screen and (max-width: 480px) {
        height: 600px;
      }
    }
  }
  .collection-showcase__item:first-child {
    margin-left: 0;
  }
  .collection-showcase__item.slick-current {
    @media screen and (max-width:992px) {
      opacity: 1;
      transition: 0.3s ease-in all;
    }
  }

  .slick-dots {
    bottom: -40px;
    @media screen and (max-width: 480px) {
      bottom: -20px;
    }
  }
  
  .slick-dots li button:before {
    font-size: 15px;
    opacity: 0.10;
  }

  .slick-dots li {
    margin: 0;
  }

  .slick-dots li.slick-active button:before {
    opacity: .25;
  }
  
  .slick-prev {
    left: -45px;
    @media screen and (max-width:768px) {
      left: 0;
    }
  }
  .slick-next {
    right: -45px;
    @media screen and (max-width:768px) {
      right: 0;
    }
  }
  .slick-next, 
  .slick-prev {
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .slick-next:before, 
  .slick-prev:before {
    font-size: 40px;
  }
  .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 45%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, .9) 80%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 50%;
  }
  &.mode--light {
    h2,
    .collection-showcase__item .collection-showcase__title {
      color: #000;
    }
    .collection-showcase__title {
      max-width: 228px;
      left: 50%;
      transform: translateX(-50%);
      @media screen and (max-width:480px) {
        max-width: 83px;
        top: 10px;
      }
      &.no-btn {
        position: relative;
        top: 0;
        padding: 20px;
        @media screen and (max-width: 480px) {
          padding: 10px;
        }
      }
    }
    .collection-showcase__item {
      box-shadow: 0 4px 7px rgb(0 0 0 / 10%);
      margin-left: 20px;
      @media screen and (max-width:480px) {
        margin-left: 25px;
        margin-bottom: 25px;
      }
      .btn--black {
        font-size: 15px;
        margin-inline: auto;
        background: #000;
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
        bottom: 26px;
        @media screen and (max-width:480px) {
          font-size: 8px;
          padding: 6px 20px;
          bottom: 10px;
        }
      }
      .btn--black:hover {
        background: #000 !important;
        transition-delay:0.25s;
      }
      .collection-showcase__img {
        @media screen and (max-width: 480px) {
          max-height: 180px;
        }
      }
    }
    .slick-list.draggable {
      padding: 10px 5px;
    }
    .slick-next:before, 
    .slick-prev:before {
      display: none;
    }
    .slick-prev {
      background-image: url('/cdn/shop/t/87/assets/down-arrow%202.png');
      &.slick-disabled {
        opacity: 0.5;
      }
    }
    .slick-next {
      background-image: url('/cdn/shop/t/87/assets/down-arrow%201.png');
      right: -35px;
      @media screen and (max-width:768px) {
        right: 0;
      }
      &.slick-disabled {
        opacity: 0.5;
      }
    }
  }
  .btn--line {
    background: transparent;
    padding: 0;
    color: #000; 
    margin-inline: auto;
    display: block;
    border-radius: 0;
    font-size: 15px;
    margin-top: 60px;
    min-width: 0;
    border-bottom: solid 1px #000;
    max-width: fit-content;
    @media screen and (max-width: 640px) {
        font-size: 12px;
        margin-top: 60px;
      }
    &:hover {
      background: transparent !important;
    }
    &.desktop-only {
      @media screen and (max-width: 480px) {
        display: none;
      }
    }
    &.mobile-only {
      font-size: 12px;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      @media screen and (min-width: 481px) {
        display: none;
      }
    }
  }
  &.image-hover--true {
    .image-wrapper {
      height: 417px;
      overflow: hidden;
      @media screen and (max-width: 960px) {
        height: auto;
      }
    }
    img {
      transition: 0.5s all ease-in;
      &:hover {
        transition: 0.5s all ease-in;
        transform: scale(1.05);
      }
    }
  }
}

/*Columns Block */

.columns-block {
  padding-top: 50px;
  @media screen and (max-width: 580px) {
    padding-top: 24px;
  }
  &.hide-border__true {
    @media screen and (max-width: 768px) {
      padding-bottom: 0;
    }
  }
  &.dark-mode--true {
    background: #000;
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
      color:#FFF;
    }
    .image-wrap {
      background: transparent;
    }
  }
  &.bottom-space--true {
    padding-bottom: 95px;
  }
  &.disable-grid__true .grid-scroll {
    @media screen and (max-width: 980px) {
      flex-direction: row;
      flex-wrap: wrap;
    }
    .rte-setting p,
    h1,
    h2,
    h3 {
      text-align: left !important;
    }
    .grid__item {
      @media screen and (max-width: 980px) {
        flex: 1;
      }
    }
    
    .grid__item:first-child {
      @media screen and (max-width: 980px) {
        width: 100%;
      }
      h2,
      h3,
      /* .rte-setting p {
        @media screen and (max-width: 980px) {
          text-align: center !important;
        }
      } */
    }
  }
  .section-header .highlight-text {
    color: var(--colorBtnPrimaryLight);
    font-weight: 700;
  }
  h1,
  h2,
  h3 {
    font-size: 34px;
    margin-bottom: 45px;
    font-weight: 700;
    @media screen and (max-width: 560px) {
      font-size: 20px;
    }
  }
  h2,
  h3,
  .h3{
    margin-bottom: 15px;
    font-weight: 700;
    @media screen and (max-width: 980px) {
      text-align: center;
    }
    .highlight-text {
      color: var(--colorBtnPrimaryLight);
      font-weight: 700;
    }
  }
  .h3.large {
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 1.3;
    @media screen and (max-width: 767px) {
      font-size: 20px;
      margin-bottom: 16px;
    }
  }
  .h3.small {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.3;
    @media screen and (max-width: 767px) {
      font-size: 16px;
      margin-bottom: 16px;
    }
  }
  .rte-setting>p:last-child {
    margin-bottom: 30px;
    line-height: 1.6;
    @media screen and (max-width: 980px) {
      text-align: center;
    }
  }
  .rte-setting.text--large {
    font-size: 20px;
  }
  .rte-setting {
    @media screen and (max-width: 980px) {
      text-align: center;
    }
    ul {
      margin: 30px 20px;
      @media screen and (max-width: 980px) {
        list-style: none;
      }
      li {
        margin-bottom: 15px;
        line-height: 1.4;
        @media screen and (max-width: 980px) {
          text-align: center;
        }
        em {
          font-style: unset;
          font-size: 14px;
          color: #999898;
          @media screen and (max-width: 580px) {
            font-size: 12px;
          }
        }
        
      }
    }
  }
  hr {
    margin-top: 60px;
    @media screen and (max-width: 980px) {
      margin-top: 35px;
    }
  }
  .btn {
    font-size: 16px;
    border-radius: 40px;
    @media screen and (max-width: 980px) {
      margin: 0 auto;
      display: block;
      max-width: fit-content;
    }
  }
  video {
    width: 100%;
    border-radius: 30px;
  }
  img {
    max-height: 340px;
    margin: 0 auto;
    margin-bottom: 0;
    width: 100%;
    object-fit: cover;
    @media screen and (max-width: 980px) {
      margin: 0 auto;
    }
    &.rounded {
      border-radius: 50%;
      margin-bottom: 30px !important;
    }
    &.fullwidth {
        max-height: 440px;
        height: 440px;
        width: 100%;
        object-fit: cover;
        max-width: 440px !important;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        @media screen and (max-width: 980px) {
          max-height: 362px;
          max-width: 100%;
        }
    }
    &.fullheight {
      max-height: 750px;
      height: 750px;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1/1;
      @media screen and (max-width: 580px) {
        max-height: 362px;
      }
      &.short-image {
        height: 570px;
        @media screen and (max-width: 580px) {
          max-height: 362px;
        }
      }
    }
  }
  .grid__item {
    float: none;
    max-width: 750px;
    padding-left: 0;
    @media screen and (max-width: 980px) {
      max-width: 100%;
      order: 2;
      padding-right: 0;
      width: 100%;
    }
  }
  .grid__item:has(.hide-image--true) {
    @media screen and (max-width: 980px) {
      margin-bottom: 0;
    }
  }
  .grid__item {
    margin-left: 15px;
    @media screen and (max-width: 980px) {
      margin-left: 0;
    }
  }
  .grid__item:has(img),
  .grid__item:has(video) {
    @media screen and (max-width: 980px) {
      order: 1;
      margin-bottom: 25px;
    }
    .h3,
    h3 {
      margin-top: 30px;
    }
  }
  .grid__item:not(:has(img)) {
    h3 {
      margin-top: 0;
    }
  }
  .grid-scroll {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    @media screen and (max-width: 980px) {
      flex-direction: column;
    }
    &.two-column__mobile--true {
      @media screen and (max-width: 980px) {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
      .rte {
        @media screen and (max-width: 980px) {
          text-align: center;
        }
      }
    }
    &.mobile-slider--true {
      @media screen and (max-width: 980px) {
        display: block;
        margin-bottom: 65px;
      }
      .grid__item {
        @media screen and (max-width: 980px) {
          max-width: 214px;
          float: left;
        }
        .rte-setting>p:last-child {
            @media screen and (max-width: 980px) {
              margin-bottom: 0;
            }
        }
      }
      .slick-dots li button:before {
          font-size: 14px;
      }
    }
  }
  .grid-scroll:has(>.center-content) {
    display: flex;
    align-items: center;
    @media screen and (max-width: 980px) {
      flex-direction: column;
    }
  }
  .center-content[data-aos=row-of-1] {
    padding-bottom: 35px;
    .rte-setting{
      text-align: center;
      max-width: 450px;
      margin: 0 auto;
    }
    .btn {
      margin: 0 auto;
      display: block;
      max-width: fit-content;
    }
    .circle-overlay {
      display: none;
    }
    .h3,
    h3 {
      text-align: center;
    }
  }
  .image-wrap {
    position: relative;
    margin-bottom: 0;
    &.hide-image--true {
      @media screen and (max-width: 980px) {
        display: none;
      }
    }
  }
  .circle-overlay {
    display: block;
    width: 440px;
    height: 440px;
    position: absolute;
    left: 0;
    top: 0;
    background: #eb008c;
    border-radius: 50%;
    @media screen and (max-width: 980px) {
      display: none;
    }
    &.lazyloaded {
      opacity: 0.2 !important;
    }
    &.right {
      right: 0;
      left: auto;
      &.lazyloaded {
        opacity: 0.05 !important;
      }
    }
  }
  .section-header {
    max-width: 954px;
    margin-inline: auto;
    margin-bottom: 35px;
    @media screen and (max-width: 767px) {
      margin-bottom: 25px;
    }
  }
  .grid-scroll:after {
    display: none;
  }
  .btn--last {
    margin-inline: auto;
    display: block;
    width: fit-content;
  }

  .flip-card {
    background-color: transparent;
    width: 100%;
    height: 570px;
    @media screen and (max-width: 580px) {
      height: 362px;
    }
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
  }
}

/* Grid Image */
.grid-image {
  padding-top: 35px;
  color: #000;
  h2,
  a {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
  }
  a:hover {
    color: #FFF;
  }

  .grid-image__social {
    text-align: center;
    margin-bottom: 20px;
    a {
      margin-right: 15px;
      &:last-child {
        margin-right: 0;
      }
    }
  }

  img.grid-image__logo {
    max-width: 184px;
    margin-inline: auto;
    display: block;
    margin-bottom: 25px;
  }
  
  .grid-image__title {
    @media screen and (max-width: 640px) {
      margin-bottom: 35px;
    }
  }
  
  .grid-image__wrapper {
    display: block;
    max-width: 1350px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .grid-image__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 10px;
    @media screen and (max-width: 640px) {
      padding-left: 0;
      gap: 20px;
    }
    .link-img {
      flex: 1;
      max-width: calc(16.66% - 10px);
      object-fit: cover; 
      position: relative;
      @media screen and (max-width: 768px) {
        flex: auto;
        max-width: calc(33.33% - 10px);
      }
      @media screen and (max-width: 640px) {
        max-width: calc(50% - 10px);
      }
      img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
      }
    }
    .link-img:before {
      content:"";
      width: 100%;
      height: 100%;
      background-image: url(https://cdn.shopify.com/s/files/1/0879/0373/1991/t/8/assets/insta-icon.png);
      background-repeat: no-repeat;
      background-color: rgba(0,0,0,0.5);
      background-size: 32px;
      background-position: center;
      opacity: 0;
      position: absolute;
    }
     .link-img:hover:before {
       opacity: 1;
     }
    .grid-image__img {
      aspect-ratio: 1/1;
      width: 100%;
      object-fit: cover;
      flex: 1;
      max-width: calc(16.66% - 10px);
      object-fit: cover; 
      @media screen and (max-width: 768px) {
        flex: auto;
        max-width: calc(33.33% - 10px);
      }
      @media screen and (max-width: 640px) {
        max-width: calc(50% - 10px);
      }
      &:nth-last-child(2) {
        @media screen and (max-width: 480px) {
          display: none;
        }
      }
      &:last-child {
        @media screen and (max-width: 480px) {
          display: none;
        }
      }
    }
  }
}

/*ADS Block */

.ads-block {
  background-size: contain;
  border: solid 15px #FFF;
  .ads-block__item {
    background-size: 100%;
    @media screen and (max-width: 992px) {
      background-size: cover;
      background-position: center right;
    }
  }
  .ads-block__img {
    display: block;
    @media screen and (max-width: 992px) {
      display: none;
    }
    &.mobile {
      display: block;
      @media screen and (min-width: 993px) {
        display: none
      }
    }
  }
}

/*Flipped Boxes */

.flipped-boxes {
  margin-top: 60px;
  @media screen and (max-width: 640px) {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 35px;
    @media screen and (max-width: 640px) {
      font-size: 18px;
      margin-bottom: 20px;
    }
  }
  
  .flipped-boxes__wrapper {
    display: flex;
    @media screen and (max-width: 992px) {
      flex-direction: column
    }
  }

  .flipped-boxes__half {
    display: flex;
    width: 50%;
    flex-basis: content;
    @media screen and (max-width: 992px) {
      width: 100%;
    }
  }
  
  .flipped-boxes__item.first-item {
    width: 527px;
    height: 597px;
    margin-right: 23px;
    @media screen and (max-width: 1260px) {
      height: 482px;
    }
    @media screen and (max-width: 992px) {
      margin-bottom: 23px;
      width: 580px;
    }
    @media screen and (max-width: 430px) {
      height: 250px;
      width: 224px;
      margin-bottom: 8px;
      margin-right: 8px;
    }
  }
  
  .flipped-boxes__item.last-item {
    width: 338px;
    height: 597px;
    @media screen and (max-width: 1260px) {
      height: 482px;
      width: 230px;
    }
    @media screen and (max-width: 1024px) {
      width: 190px;
    }

    @media screen and (max-width: 992px) {
      width: 580px;
      margin-left: 23px;
    }

    @media screen and (max-width: 430px) {
      height: 250px;
      width: 224px;
      margin-left: 8px;
    }
  }

  .flipped-boxes__title {
    position: absolute;
    bottom: 20px;
    font-size: 41px;
    font-weight: 700;
    text-shadow: 0 3px 13px rgb(0 0 0 / 25%);
    color: #FFF;
    max-width: 286px;
    left: 20px;
    margin-bottom: 0;
    display: block;
    text-align: left;
    @media screen and (max-width: 430px) {
      font-size: 16px;
    }
  }
  
  .flipped-boxes__middle {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-right: 23px;
    @media screen and (max-width: 992px) {
      margin-right: 0;
    }
    @media screen and (max-width: 430px) {
      gap: 8px;
    }
    .flipped-boxes__item {
      width: 360px;
      height: 287px;
      @media screen and (max-width: 1426px) {
        width: 310px;
      }
      @media screen and (max-width: 1260px) {
        width: 250px;
        height: 230px;
      }
      @media screen and (max-width: 1024px) {
        width: 232px;
      }

      @media screen and (max-width: 430px) {
        height: 121px;
        width: 182px;
      }
    }
  }

  
  .flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.8s;
      transform-style: preserve-3d;
      border-radius: 20px;
    }

    .no-flip--false .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }
    
    
    .flip-card-front, 
    .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden; 
      backface-visibility: hidden;
    }
    
    .flip-card-front {
      color: black;
      .flip-card-content {
        padding: 35px 15px;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 100%;
      }
      h3 {
        color: #FFF;
        width: 100%;
        height: auto;
        text-align: left;
        @media screen and (max-width: 1260px) {
          font-size: 24px;
          max-width: 80%;
        }
        @media screen and (max-width: 767px) {
          font-size: 16px;
        }
      }
      img {
        height: 100%;
        width: 100%;
        object-fit: cover;
      }
    }
  
    .flip-card-back {
      background-color: #EB008C;
      color: #FFF;
      transform: rotateY(180deg);
      padding: 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      z-index: 9;
      line-height: 1.5;
      @media screen and (max-width: 430px) {
          padding: 6px;
        }
      h3 {
        font-weight: 600;
        margin-bottom: 25px;
        @media screen and (max-width: 1260px) {
          margin-bottom: 5px;
          font-size: 20px;
        }
        @media screen and (max-width: 430px) {
          display: none;
        }
      }
      p {
        margin-bottom: 25px;
        font-size: 15px;
        max-width: 415px;
        @media screen and (max-width: 1260px) {
          font-size: 12px;
          margin-bottom: 10px;
        }
        @media screen and (max-width: 430px) {
          font-size: 8px;
        }
      }
      .btn--white {
        font-size: 16px;
        background: #FFF;
        color: #000;
        @media screen and (max-width: 1260px) {
          font-size: 12px;
          overflow: inherit;
          padding: 6px 20px;
        }
        @media screen and (max-width: 430px) {
          font-size: 9px;
        }
        &:hover {
          background: #FFF !important;
        }
      }
    }
}

/* Price Estimator */

.price-estimator {
  margin-top: 60px;
  .page-width {
    max-width: 1240px;
  }
  .highlight-text {
    color: #eb008c;
    font-weight: 600;
  }
  h2 {
    margin-bottom: 15px;
    @media screen and (max-width: 1048px) {
      text-align: center;
      margin-bottom: 25px;
    }
  }
  .price-estimator__wrapper {
    display: flex;
    align-items: center;
    @media screen and (max-width: 1048px) {
      text-align: center;
      margin-bottom: 25px;
      flex-direction: column-reverse;
    }
  }
  .left {
    @media screen and (max-width: 1048px) {
      margin-bottom: 25px;
    }
  }
  .right {
    padding-left: 45px;
    @media screen and (max-width: 1048px) {
      margin-bottom: 60px;
      padding-left: 0;
    }
  }
  .price-estimator__description {
    margin-bottom: 25px;
  }
  .price-estimator__services {
    list-style: none;
    margin-left: 0;
    li {
      width: 100%;
      display: flex;
      justify-content: space-between;
      font-size: 24px;
      border-bottom: solid 1px #000;
      margin-bottom: 15px;
      padding-bottom: 15px;
      @media screen and (max-width: 580px) {
        font-size: 16px;
      }
    }
  }
  .price-estimator__calculator {
    padding: 30px;
    border: solid 2px; #000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    .btn {
      margin-top: 25px;
    }
  }
  .price-estimator__item {
    margin-bottom: 15px;
  }
  .d-none {
    display: none;
  }
  .sub-values:not(:first-child) {
    display: none;
  }
  .price-estimator___total {
    text-align: center;
    font-weight: 700;
    margin-top: 25px;
    .total-amount {
      font-size: 34px;
      margin-top: 10px;
    }
    em {
      display: block;
      font-weight: 400;
      margin-top: 15px;
    }
  }

  .price-estimator__footnote em {
    font-size: 14px;
  }
  .desktop {
    @media screen and (max-width:1048px) {
      display: none;
    }
  }

  .mobile {
    text-align: center;
    @media screen and (min-width: 1049px) {
      display: none;
    }
  }
}

.feature-collection {
  padding-bottom: 25px;
}

/* Custom Banner */
.custom-banner {
  .h2 {
    font-weight: bold;
    max-width: 559px;
    margin-bottom: 30px;
    @media screen and (max-width: 980px) {
      font-size: 20px;
      margin-bottom: 18px;
      max-width: 100%;
      text-align: center;
    }
    &.large {
      font-size: 48px;
      @media screen and (max-width: 980px) {
        font-size: 24px;
      }
    }
  }
  .highlight-text {
    color: #EB008C;
  }
  .custom-baner__wrapper {
    display: flex;
    @media screen and (max-width: 980px) {
      display: block;
    }
    &.left-image--true {
      flex-direction: row-reverse;
      .right-content {
        right: 0;
        .desktop {
          @media screen and (max-width: 1366px) {
            transform: scaleX(1);
            object-position: right;
          }
        }
      }
    }
  }
  .content {
    max-width: 729px;
    margin-bottom: 30px;
    @media screen and (max-width: 980px) {
      font-size: 12px;
      margin-bottom: 18px;
      max-width: 100%;
      text-align: center;
    }
    &.large {
      font-size: 20px;
      @media screen and (max-width: 980px) {
        font-size: 15px;
      }
    }
  }
  .btn {
    max-width: fit-content;
    @media screen and (max-width: 980px) {
      display: block;
      margin-inline: auto;
    }
  }
  .left-content {
    padding: 50px 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    @media screen and (max-width: 980px) {
      padding: 42px 0;
      width: 100%;
    }
    li {
      @media screen and (max-width: 980px) {
        text-align: left;
      }
    }
  }
  .right-content {
    width: 50%;
    position: relative;
    right: -40px;
    @media screen and (max-width: 980px) {
      width: 100%;
    }
    .desktop {
      margin-bottom: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: left;
      margin-right: -40px;
      @media screen and (max-width: 1366px) {
        transform: scaleX(-1);
        object-position: right;
      }
      @media screen and (max-width: 980px) {
        display: none;
      }
    }
  }
  .mobile {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    display: none;
    @media screen and (max-width: 980px) {
      display: block;
    }
  }
}

/* Inline buttons */
.inline-buttons__block {
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 640px) {
    font-size: 18px;
  }
  a {
    padding: 20px;
    width: 50%;
    color: #FFF;
    text-decoration: underline;
    font-weight: 600;
    &:first-child {
      border-right: solid 1px #FFF;
    }
    
  }
}

/* Two Column with Form */

.two-column-section {
  .form-column {
    width: 50%;
    margin-left: 100px;
    @media screen and (max-width: 992px) {
      order: 2;
      margin-top: 25px;
    }
    @media screen and (max-width: 960px) {
      width: 100%;
      margin-left: 0;
    }
    label {
      margin-bottom: 10px;
    }
    .form-field {
      margin-bottom: 15px;
      input[type=checkbox] {
        scale: 1.5;
        border-radius: 0;
        outline: none;
        border-color: none;
        accent-color: #eb008c;
        background: #FFF;
        margin: 0 11px 19px 6px;
        width: 19px;
        height: 19px;
      }

      input[type=text],
      input[type=email],
      select {
        width: 100%;
        border-radius: 8px;
        color: #000;
        background: #fff;
        border: 0;
        height: 48px;
        padding-inline: 10px;
      }
    }
  }
  .kandy-club-form {
    .marketing-message {
      margin-top: 10px;
    }
    .terms-message {
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 35px;
      a {
        color: #FFF;
      }
    }
  }
  .embed-form {
    padding: 50px;
    border-radius: 40px;
    box-shadow: 0 7px 10px #d1d1d1;
    background-size: cover;
    color: #FFF;
  }
}

.bg--pink {
  background: #eb008c;
  &:hover {
    background: #eb008c !important;
  }
}

/* Image Slider */

.image-slider {
  margin-bottom: 35px;
  margin-top: 25px;
  .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
    @media screen and (max-width: 767px) {
      margin-right: 0;
    }
  }
  .slick-next:before, 
  .slick-prev:before {
    font-size: 30px;
    color: #000;
    @media screen and (max-width: 767px) {
      color: #FFF;
    }
  }
  .slick-prev {
    left: -35px;
    @media screen and (max-width: 767px) {
      left: 3px;
      z-index: 9;
    }
  }
  .slick-next {
    @media screen and (max-width: 767px) {
      right: 13px;
    }
  }
  .slick-dots li button:before {
    font-size: 14px;
  }
}

/* Customer Form */
.customer-form {
  h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .customer-form__already {
    text-align: center;
    margin-bottom: 25px;
    a {
      font-weight: 700;
    }
  }
  .customer-form__wrapper {
    max-width: 600px;
    margin-inline: auto;
    padding: 50px;
    border-radius: 40px;
    box-shadow: 0 7px 10px #d1d1d1;
    background-size: cover;
    color: #FFF;
    margin-bottom: 40px;
    a {
      color: #FFF;
      text-decoration: underline;
    }
  }
  input,
  select {
    width: 100%;
    display: block;
  }
  .form-field {
    margin-bottom: 15px;
    &.half {
      width: calc(50% - 5px);
    }
    &.checkbox {
      display: flex;
      align-items: start;
    }

    input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 20px; /* Set the initial width */
      height: 20px; /* Set the initial height */
      background-color: #f0f0f0; /* Default background color */
      border: 1px solid #ccc; /* Default border */
      border-radius: 3px; /* Rounded corners */
      cursor: pointer; /* Change cursor to pointer */
      position: relative; /* Needed for pseudo-elements */
      zoom: 1.8;
    }
    
    input[type="checkbox"]:checked {
      background-color: #eb008c; /* Checked background color */
      border: 1px solid #eb008c; /* Checked border color */
    }
    
    input[type="checkbox"]:checked::after {
      content: "";
      position: absolute;
      left: 6px; /* Adjust position of checkmark */
      top: 2px; /* Adjust position of checkmark */
      width: 6px;
      height: 12px;
      border: solid white; /* Checkmark color */
      border-width: 0 3px 3px 0; /* Checkmark shape */
      transform: rotate(45deg); /* Rotate checkmark */
    }
  }
}