﻿.master-wrapper-content:not(.myralis-newsletter-footer) {
  background-color: #fff;
}

.landing-recurring-subscription {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 82px;
  margin-bottom: 82px;
}

/*#region Compra Programada*/
.schedule-order {
  width: 330px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  color: white !important;
}

.schedule-order-info {
  padding: 24px 16px;
  border-radius: 16px 16px 0 0;
  background-color: #FF5429;
}

  .schedule-order-info header h2 {
    line-height: 34px;
    text-align: center !important;
  }

  .schedule-order-info header h3 {
    line-height: 20px;
    margin-top: 8px;
    text-align: center !important;
  }

  .schedule-order-info ul {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

    .schedule-order-info ul li {
      line-height: 20px;
      display: flex;
      align-items: center;
      gap: 8px
    }

  .schedule-order-info .icon-check {
    display: inline-block;
    min-width: 26px;
    height: 26px;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none"> <path d="M1.61572 8.07874L5.9244 12.3874L16.6961 1.61571" stroke="black" stroke-width="3.23151" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none"> <path d="M1.61572 8.07874L5.9244 12.3874L16.6961 1.61571" stroke="black" stroke-width="3.23151" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #9FFF88;
  }

  .schedule-order-info .link-btn {
    width: 100%;
    margin-top: 24px;
    border-radius: 44px;
    padding: 12px 20px;
    color: #FF5429;
    background-color: white;
    line-height: 24px;
    border: none;
    font-family: var(--myralis-font-primary);
  }

    .schedule-order-info .link-btn:focus {
      outline: none;
    }

.schedule-order .image {
  position: relative;
  height: 295px;
  border-radius: 0 0 16px 16px;
}

  .schedule-order .image .bg {
    position: absolute;
    width: 100%;
    opacity: .45;
    border-radius: 0 0 16px 16px;
  }

  .schedule-order .image .woman {
    position: absolute;
    bottom: 0;
  }

  .schedule-order .image .logo {
    position: absolute;
    top: 20px;
    right: 40px;
  }

.schedule-order .disclaimer-mobile {
  margin-top: 28px;
  padding-inline: 2px;
  line-height: 16px;
  color: #6B6B6B;
  text-align: center;
}

.schedule-order .disclaimer-desktop {
  display: none;
}
/*#endregion*/

/*#region Beneficios*/
.benefits h2 {
  width: 265px;
  color: #141414;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
}

.benefits .benefit-card {
  width: 230px;
  height: 330px;
  padding: 30px 22px !important;
  border-radius: 12px;
  background-color: #F5F5F6;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .benefits .benefit-card .card-image {
    height: 85px;
    margin-bottom: 16px;
  }

  .benefits .benefit-card .card-title {
    margin-bottom: 16px;
    width: 100%;
  }

  .benefits .benefit-card .card-description {
    line-height: 18px;
    font-size: 14px;
    color: #141414;
  }

.benefits-carousel {
  margin: 20px auto 0;
}

  .benefits-carousel .owl-stage {
    height: 368px;
    display: flex;
    align-items: center;
  }

    .benefits-carousel .owl-stage .owl-item .item {
      transition: transform .5s ease;
      text-align: center;
    }

      .benefits-carousel .owl-stage .owl-item .item .card-img {
        margin: 0 auto;
      }

@media(max-width: 767px) {
  .benefits-carousel .owl-stage .owl-item.active + .owl-item .item {
    transform: scale(1.12);
    margin-left: 14px;
  }
}

.benefits-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

  .benefits-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 15px;
    background: #FF5429;
    opacity: 12%;
    display: block;
    border-radius: 50%;
    transition: all 0.2s ease;
  }

  .benefits-carousel .owl-dots .owl-dot.active span {
    width: 45px;
    border-radius: 15px;
    background: #FF5429;
    opacity: 50%;
    transform: scale(1.2);
  }
/*#endregion*/

/*#region Sempre em Casa */
.sempre-em-casa {
  width: 325px;
  margin: 0 auto;
}

  .sempre-em-casa h2 {
    color: #16191C;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
  }

  .sempre-em-casa .step {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 44px;
  }

    .sempre-em-casa .step:first-of-type {
      margin-top: 77px;
    }

    .sempre-em-casa .step div {
      border-radius: 28px;
    }

    .sempre-em-casa .step .step-image {
      position: relative;
      background-color: #9FFF88;
      height: 200px;
    }

      .sempre-em-casa .step .step-image picture img {
        position: absolute;
      }

        .sempre-em-casa .step .step-image picture img.notebook {
          bottom: 0px;
          right: 35px;
        }

        .sempre-em-casa .step .step-image picture img.button {
          top: 157px;
          right: 24px;
        }

        .sempre-em-casa .step .step-image picture img.calendar {
          bottom: -1px;
          left: 88px;
        }

        .sempre-em-casa .step .step-image picture img.select {
          top: 145px;
          left: 56px;
        }

    .sempre-em-casa .step .step-description {
      background-color: #F5F5F6;
      padding: 18px 28px;
    }

      .sempre-em-casa .step .step-description picture img {
        height: 40px;
      }

      .sempre-em-casa .step .step-description h2 {
        line-height: 28px;
        color: #141414;
        margin-top: 14px;
        font-weight: 700 !important;
        text-align: center;
      }

      .sempre-em-casa .step .step-description p {
        line-height: 24px;
        color: #424242;
        margin-top: 8px;
        text-align: center;
      }
/*#endregion*/

/*#region Queridinhos*/
.myralis-darlings-of-recurring {
  width: 100%;
  height: 545px;
  background-color: #A6B3FF;
  padding-block: 24px;
}

.nop-jcarousel .title,
.nop-jcarousel .carousel-title {
  all: unset !important;
  display: block !important;
  text-align: center !important;
  margin-bottom: 32px !important;
}

  .nop-jcarousel .carousel-title strong {
    font-family: var(--myralis-font-family);
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    color: #FFFFFF !important;
  }

.myralis-darlings-of-recurring .carousel-item {
  padding: 0 4px !important;
}

.myralis-darlings-of-recurring .item-box {
  height: 365px !important;
  margin: 0 !important;
  border-radius: 16px !important;
  padding: 0px 10px !important;
}

  .myralis-darlings-of-recurring .item-box .product-item {
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding-block: 12px !important;
    gap: 12px !important;
  }

    .myralis-darlings-of-recurring .item-box .product-item .prices > *:last-child:not(:empty) {
      margin-bottom: unset;
    }

    .myralis-darlings-of-recurring .item-box .product-item .picture {
      background: unset !important;
    }

      .myralis-darlings-of-recurring .item-box .product-item .picture .productimage {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 160px !important;
      }

    .myralis-darlings-of-recurring .item-box .product-item .details {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

      .myralis-darlings-of-recurring .item-box .product-item .details .product-title {
        height: 42px !important;
        font-size: 12px !important;
        font-family: var(--myralis-font-family-secondary);
        font-weight: 500;
      }

        .myralis-darlings-of-recurring .item-box .product-item .details .product-title .myralis-short-item-name {
          min-height: unset !important;
          color: #3C3C4F !important;
          -webkit-line-clamp: 3;
          text-align: center !important;
        }

      .myralis-darlings-of-recurring .item-box .product-item .details .product-rating-box {
        display: none !important;
      }

      .myralis-darlings-of-recurring .item-box .product-item .details .add-info .buttons {
        margin: 0 !important;
      }

        .myralis-darlings-of-recurring .item-box .product-item .details .add-info .buttons .button-base {
          margin-top: 5px !important;
        }

        .myralis-darlings-of-recurring .item-box .product-item .details .add-info .buttons button {
          width: 100%;
          margin-bottom: 0 !important;
          color: #08447E !important;
        }

.myralis-darlings-of-recurring button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
  display: none !important;
}

.myralis-darlings-of-recurring .slick-dots {
  margin: 24px 0 0 !important;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}

  .myralis-darlings-of-recurring .slick-dots li {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

    .myralis-darlings-of-recurring .slick-dots li button {
      width: 8px !important;
      height: 8px !important;
      background: transparent !important;
      border: .5px solid #FFF !important;
    }

      .myralis-darlings-of-recurring .slick-dots li button:focus {
        outline: none !important;
      }

    .myralis-darlings-of-recurring .slick-dots li.slick-active button {
      width: 16px !important;
      height: 16px !important;
      background: #FFF !important;
    }
/*#endregion*/

/*#region Preguntas frequentes*/
.faq {
  width: 330px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

  .faq h2 {
    font-size: 32px;
    line-height: 60px;
    color: #141414;
    text-align: center;
  }

  .faq details {
    border-radius: 12px;
    border: 1px solid #DBDBDB;
    padding: 24px;
    transition: all .5s ease;
  }

    .faq details summary {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      list-style-type: none;
    }

      .faq details summary h2 {
        width: 250px;
        line-height: 22px;
        margin: 0;
        text-align: left;
      }

    .faq details p {
      margin: 32px 0 0 0;
      color: #424242;
      text-align: justify;
    }

  .faq .icon {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #FF5429;
  }

  .faq details:not([open]) .icon {
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><rect opacity="0.8" y="7.5" width="18" height="3" rx="1.5" fill="black"/><rect opacity="0.8" x="10.5" width="18" height="3" rx="1.5" transform="rotate(90 10.5 0)" fill="black"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><rect opacity="0.8" y="7.5" width="18" height="3" rx="1.5" fill="black"/><rect opacity="0.8" x="10.5" width="18" height="3" rx="1.5" transform="rotate(90 10.5 0)" fill="black"/></svg>') no-repeat center;
  }

  .faq details[open] .icon {
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="3" viewBox="0 0 18 3" fill="none"><rect width="18" height="3" rx="1.5" fill="black"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="3" viewBox="0 0 18 3" fill="none"><rect width="18" height="3" rx="1.5" fill="black"/></svg>') no-repeat center;
  }
/*#endregion*/

@media(min-width: 768px) {
  /*#region Compra Programada*/
  .schedule-order {
    width: 700px;
  }

    .schedule-order .schedule-order-info ul {
      align-items: center;
    }

    .schedule-order .schedule-order-info .link-btn {
      display: block;
      width: 50%;
      margin: 40px auto 20px;
    }

    .schedule-order .image .bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
    }

    .schedule-order .image .woman {
      height: 120%;
    }

    .schedule-order .image .bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
    }
  /*#endregion*/

  /*#region Benefits*/
  .benefits h2 {
    width: fit-content;
  }

  .benefits-carousel.has-loop .owl-item.center .item {
    transform: scaleY(1.04);
    transition: transform 1s ease;
  }

  .benefits-carousel.no-loop .owl-item.active:nth-child(even) .item {
    transform: scaleY(1.04);
    transition: transform 1s ease;
  }
  /*#endregion*/

  /*#region Sempre em Casa */
  .sempre-em-casa {
    width: 700px;
  }

    .sempre-em-casa h2:first-child {
      width: 400px;
    }

    .sempre-em-casa .step:first-of-type,
    .sempre-em-casa .step {
      flex-direction: row;
      justify-content: center;
      align-items: flex-end;
    }

      .sempre-em-casa .step:last-of-type {
        flex-direction: row-reverse;
        align-items: flex-start;
      }

      .sempre-em-casa .step div {
        width: 100%;
      }
  /*#endregion*/

  /*#region Queridinhos*/
  .myralis-darlings-of-recurring {
    width: auto;
    margin: 0 -6vw !important;
    padding: 24px 40px !important;
  }


    .myralis-darlings-of-recurring .item-box .product-item .picture .productimage {
      height: 150px !important;
    }

    .myralis-darlings-of-recurring .item-box .product-item .details .add-info {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

      .myralis-darlings-of-recurring .item-box .product-item .details .add-info .prices {
        text-align: left;
      }

      .myralis-darlings-of-recurring .item-box .product-item .details .add-info .buttons {
        margin-top: 5px !important;
      }

    .myralis-darlings-of-recurring .item-box .product-item .details .ajax-cart-button-wrapper.qty-enabled {
      display: flex;
      justify-content: flex-start;
    }
  /*#endregion*/

  /*#region Preguntas frequentes*/
  .faq {
    width: 700px;
  }

    .faq details summary h2 {
      width: 500px;
    }
  /*#endregion*/
}

@media(min-width: 1024px) {
  /*#region Compra Programada*/
  .schedule-order {
    position: relative;
    flex-direction: row;
    width: 1206px;
    height: 500px;
  }

    .schedule-order .arrow-down {
      position: absolute;
      width: 130px;
      top: calc(100% - 66px);
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      z-index: 2;
    }

      .schedule-order .arrow-down span {
        position: relative;
        z-index: 2;
        color: #fff;
        display: inline-block;
        line-height: 32px;
        margin-top: 8px;
      }

      .schedule-order .arrow-down .img {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'><rect x='0.5' y='0.5' width='50.4079' height='50.4079' rx='25.2039' stroke='white' stroke-opacity='0.5' stroke-dasharray='3 3'/><path d='M26.0486 16.7534V33.9658M26.0486 33.9658L17.7866 25.7038M26.0486 33.9658L34.3106 25.7038' stroke='white' stroke-opacity='0.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
        background-repeat: no-repeat;
        background-position: center;
        width: 55px;
        height: 55px;
        z-index: 2;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
      }

      .schedule-order .arrow-down::before {
        content: "";
        width: 120px;
        height: 126px;
        background-color: #FF5429;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        clip-path: polygon(0 0, 0 50%, 50% 100%, 100% 50%, 100% 0);
        z-index: 1;
      }

    .schedule-order .schedule-order-info {
      width: 100%;
      padding: 60px 180px 60px 70px;
      border-radius: 82px 0 0 82px;
    }

      .schedule-order .schedule-order-info header h2 {
        font-size: 42px;
        text-align: left !important;
      }

      .schedule-order .schedule-order-info header h3 {
        font-size: 26px;
        line-height: 34px;
        text-align: left !important;
      }

        .schedule-order .schedule-order-info header h3 span {
          font-size: 32px;
        }

      .schedule-order .schedule-order-info ul {
        font-size: 20px;
        margin-top: 38px;
        align-items: flex-start;
      }

      .schedule-order .schedule-order-info .link-btn {
        width: 308px;
        font-weight: 700 !important;
        margin: 40px auto 0;
        font-size: 16px;
      }

    .schedule-order .image {
      min-width: 380px;
      height: 100%;
      border-radius: 0 82px 82px 0;
    }

      .schedule-order .image .bg {
        width: 100%;
        opacity: .45;
        border-radius: 0 82px 82px 0;
      }

      .schedule-order .image .woman {
        height: inherit;
        left: -180px;
      }

      .schedule-order .image .logo {
        top: 28px;
        right: 118px;
      }

    .schedule-order .disclaimer-mobile {
      display: none;
    }

    .schedule-order .disclaimer-desktop {
      display: block;
      margin-top: 18px;
      line-height: 18px;
      font-size: 13px;
      text-align: left;
    }
  /*#endregion*/

  /*#region Benefits*/
  .benefits {
    margin-top: 54px;
  }

    .benefits h2 {
      width: fit-content;
      font-size: 32px;
    }

    .benefits .benefit-card {
      width: 260px;
      height: 365px;
      border-radius: 12px;
    }

      .benefits .benefit-card .card-image {
        height: 110px;
        margin-bottom: 18px;
      }

      .benefits .benefit-card .card-title {
        line-height: 24px;
        font-size: 18px;
      }

      .benefits .benefit-card .card-description {
        line-height: 20px;
        font-size: 16px;
        width: 204px;
      }

  .benefits-carousel {
    width: 875px !important;
    margin: 42px auto 0;
  }

    .benefits-carousel .owl-stage {
      height: 380px;
      align-items: flex-start;
    }

    .benefits-carousel.has-loop .owl-item.center .item {
      transform-origin: top;
    }

    .benefits-carousel.no-loop .owl-item.active:nth-child(even) .item {
      transform-origin: top;
    }
  /*#endregion*/

  /*#region Sempre em Casa */
  .sempre-em-casa {
    width: 1206px;
  }

    .sempre-em-casa h2:first-child {
      width: 650px;
      font-size: 32px;
      line-height: 32px;
    }

    .sempre-em-casa .step:first-of-type,
    .sempre-em-casa .step {
      gap: 30px;
      margin-top: 52px;
    }

      .sempre-em-casa .step div {
        width: 512px;
        border-radius: 44px;
      }

      .sempre-em-casa .step .step-description,
      .sempre-em-casa .step .step-image {
        height: 320px;
      }

        .sempre-em-casa .step .step-image picture img.notebook {
          right: 58px;
        }

        .sempre-em-casa .step .step-image picture img.button {
          top: 251px;
          right: 38px;
        }

        .sempre-em-casa .step .step-image picture img.calendar {
          bottom: 0;
          left: 141px;
        }

        .sempre-em-casa .step .step-image picture img.select {
          top: 232px;
          left: 90px;
        }

      .sempre-em-casa .step .step-description {
        padding: 18px 38px;
      }

        .sempre-em-casa .step .step-description picture img {
          height: 80px;
        }

        .sempre-em-casa .step .step-description h2 {
          line-height: 44px;
          font-size: 26px !important;
          color: #141414;
        }

        .sempre-em-casa .step .step-description p {
          line-height: 22px;
          font-size: 20px !important;
          margin-top: 12px;
        }
  /*#endregion*/

  /*#region Queridinhos*/
  .myralis-darlings-of-recurring {
    height: 475px !important;
    padding: 24px 80px !important;
  }

    .myralis-darlings-of-recurring .carousel-title strong {
      font-size: 32px;
      font-weight: 500;
    }

    .myralis-darlings-of-recurring .item-box .product-item .picture .productimage {
      height: 140px !important;
    }

    .myralis-darlings-of-recurring .item-box .product-item .details .product-title {
      height: 57px !important;
      font-size: 16px !important;
    }

    .myralis-darlings-of-recurring button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
      display: block !important;
      border-radius: 100px;
      background: var(--Rebranding-WhitePrimary, #FFF);
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
    }

      .myralis-darlings-of-recurring button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
        border-radius: 100px;
        background: var(--Rebranding-WhitePrimary, #FFF);
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
      }

    .myralis-darlings-of-recurring .slick-next:before, .myralis-darlings-of-recurring .slick-prev:before {
      background: unset !important;
      line-height: 22px !important;
      box-shadow: unset !important;
    }

    .myralis-darlings-of-recurring .slick-next, .myralis-darlings-of-recurring .slick-prev {
      border: unset !important;
    }

    .myralis-darlings-of-recurring .slick-dots {
      display: none !important;
    }
  /*#endregion*/

  /*#region Preguntas frequentes*/
  .faq {
    width: 1000px;
  }

    .faq details summary h2 {
      width: 900px;
      line-height: 130%;
      font-size: 20px;
    }

    .faq details p {
      font-size: 18px;
      line-height: 150%;
    }
  /*#endregion*/
}
