/** Shopify CDN: Minification failed

Line 507:7 Unexpected "and"

**/
.secao-4d {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  /* align-items: center; */
  margin-bottom: 2.5rem;
}

.package {
  margin-right: 30px;
}

/* WebKit scrollbar styling */
/* Track */
.packages::-webkit-scrollbar {
  background: #ebebeb !important;
  border-radius: 13px !important;
  width: 8px !important;
  margin-left: 20px !important; /* Add margin-left */
}

/* Handle */
.packages::-webkit-scrollbar-thumb {
  background-color: #8194b7 !important;
  background: #8194b7 !important;
  border-radius: 13px;
  margin-left: 20px !important; /* Add margin-left */
}

@media screen and (min-width: 641px) {
  .max-450 {
    max-height: 450px;
  }

  .packages {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 405px;
    margin: 16px 50px 16px 0;
  }

  .sub-panel {
    margin: 20px 0 !important;
    padding: 0 !important;
  }

  .ml-6 {
    margin-left: 15px;
  }
  .bloco-4d {
    background: white;
    z-index: 1;
    text-align: center;
    /* box-shadow: 0px 0px 8px 3px rgba(204, 204, 204, 0.42);*/
    left: 0;
    right: 0;
    margin: 130px auto 0;
    padding: 10px 0 0;
    font-family: roboto;
    transform: translateY(-100px);
    /*    height: 790px; */
  }

  .c4d-package-desc .c4d-package-desc-inner {
    width: 49%;
  }
}

#shopify-section-blocos-4d-ultrasound {
  margin-top: 50px;
}
.secao-4d-inner:first-of-type {
  flex: 50%;
  word-wrap: break-word;
  word-break: break-all;
  padding: 0 3rem 3rem;
}
.secao-4d-inner {
  flex: 50%;
  word-wrap: break-word;
  word-break: break-all;
  padding: 3rem;
}

.secao-4d-inner-content {
  overflow: hidden;
  word-break: break-word;
}

.secao-4d-inner img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 641px) {
  .secao-4d-inner img {
    height: unset;
  }
  .packages {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 350px;
    margin: 16px 0 16px 0;
  }

  .bloco-4d p {
    font-size: 14px !important;
  }

  .packages .package h3 {
    font-weight: 600;
    font-size: 14px !important;
    color: #89888b;
  }

  .bloco-4d h2 {
    font-size: 20px !important;
  }

  .package-note {
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    font-size: 12px !important;
    font-weight: 400;
    border-radius: 5px;
    padding: 8px 20px;
    margin-bottom: 10px;

  }
  .bloco-4d {
    background: white;
    z-index: 1;
    text-align: center;
    /* box-shadow: 0px 0px 8px 3px rgba(204, 204, 204, 0.42);*/
    left: 0;
    right: 0;
    margin: 40px auto 0;
    padding: 10px 0 0;
    font-family: roboto;
    transform: translateY(-100px);
    /*    height: 790px; */
  }

  .secao-4d .secao-4d-inner > * {
    text-align: center;
  }
  .secao-4d .secao-4d-inner p {
    font-size: 14px !important;
  }

  .secao-4d .secao-4d-inner h2 {
    font-size: 20px !important;
  }

  .final-section h4 {
    font-size: 22px !important;
  }

  .final-section > * {
    text-align: center;
  }

  .final-section p {
    font-size: 14px !important;
  }
}

.secao-4d-inner {
  flex: 50%;
  word-wrap: break-word;
  word-break: break-all;
  padding: 3rem;
  display: flex;
  align-items: center;
}
.secao-4d:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.final-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 80px;
}
.clock {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background: #d5d9e0;
  font-size: 14px;
  border-radius: 32px;
  padding: 8px 16px;
  gap: 8px;
  width: fit-content;
 
  color: #191e24;
}
.clock img {
  height: auto;
  width: 24px;
  margin: 0;
  padding-right: 8px;
}
.final-section h4 {
  color: #191e24;
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 700;
}

.final-section p {
  color: #484848;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 749px;
  font-weight: 400;
}

.secao-4d-inner:first-child {
  border-left: none;
  border-right: 2px solid transparent !important;
}

.secao-4d:nth-last-of-type(2n) .secao-4d-inner:first-child {
  border-right: none;
  border-left: 2px solid transparent !important;
}

.secao-4d video {
  width: 100%;
  height: auto;
}
.bloco-4d .page__title.h2 {
  color: #8194b7;
  font-size: 32px;
  font-weight: 700;
}
.bloco-4d p {
  color: #89888b;
  font-size: 16px;
  font-weight: 400;
}
.c4d-package-adicional {
  margin-bottom: 1rem;
}
.widget-title {
  color: #8194b7 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
}

.package-note {
  max-width: 485px;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  padding: 8px 20px 8px 20px;
  margin-bottom: 10px;
}
.package-note img {
  margin-right: 10px;
}
.bloco-4d {
  background: white;
  z-index: 1;
  text-align: center;
  /* box-shadow: 0px 0px 8px 3px rgba(204, 204, 204, 0.42);*/
  left: 0;
  right: 0;
  padding: 10px 0 0;
  font-family: roboto;
  transform: translateY(-100px);
  /*    height: 790px; */
}

.packages .package {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #89888b;
  font-weight: 400;
  padding: 16px 20px 16px 20px;
  border-radius: 5px;
  white-space: initial;
  word-wrap: break-word;
  border: 1px solid #ebebeb;
  margin: 15px 20px 0 0;
  line-height: 1.3;
  z-index: 5;
  transition: background-color 350ms;
}

.packages .package span {
  position: absolute;
  right: 27px;
  color: #191e24;
  font-weight: 600;
}

.secao-4d-inner ul li {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  margin: 5px 0;
}

.secao-4d-inner ul li img {
  margin: 0 15px 0 0;
}
.packages .package h3 {
  font-weight: 600;
  font-size: 16px;
  color: #89888b;
  max-width: 70%;
}

.secao-4d-inner ul {
  list-style: none;
}

.packages .package.package-selected img {
  display: block;
  position: absolute;
  right: -15px;
  top: -20px;
}

.packages .package img {
  display: none;
}

.packages .package.package-selected {
  border: 2px solid #e07a8c;
}

.c4d-package-desc {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-between;
  text-align: left;
}

.secao-4d .secao-4d-inner h2 {
  color: #191e24;
  font-size: 34px;
  font-weight: 700;
}
.secao-4d .secao-4d-inner p {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
}

.product-meta,
.card__separator {
  display: none;
}

.card__section {
  padding: 0;
}

#bta-product-widget {
  margin: 0;
}

.card.card--collapsed.card--sticky {
  border: none;
  transform: scale(0.75) /*translateY(-55px)*/;
}

/* .product-info-inner {
    position: relative;
    bottom: 90px;
    height: 460px;
} */

.e-vip-info {
  bottom: 0px !important;
}

.read-more {
  position: relative;
  bottom: 60px;
  display: flex;
  flex-direction: column;
}

.inner-4d-fade {
  width: 100%;
  height: 90px;
  margin: 0;
  position: relative;
  bottom: 76px;
  background: rgb(250, 250, 250);
  background: linear-gradient(
    0deg,
    rgba(250, 250, 250, 1) 35%,
    rgba(250, 250, 250, 0) 100%
  );
}

.read-more button {
  border: 2px solid #e07a8c;
  width: 67%;
  height: 55px;
  font-family: Roboto;
  font-weight: 500;
  color: #e07a8c;
  background-color: #fafafa;
  margin: 0 auto;
  display: inline-block;
  z-index: 1;
  position: relative;
  top: 50px;
}

.extraPackageSelector {
  max-width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  background-color: white;
  color: #e07a8c;
  border: 1px solid #e07a8c;
  font-weight: 500;
  cursor: pointer;
}

.extraPackageSelector svg {
  transform: rotate(270deg);
}

.c4d-select-extra {
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
}

.c4d-select-extra section {
  background: white;
  height: 100vh;
  overflow: auto;
  width: 38%;
  padding: 1.5rem;
}

.c4d-select-extra section span {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  margin: 1.5rem !important;
}
.package-read-more {
  cursor: pointer;
}
.c4d-extra-options div {
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  cursor: pointer;
}

.package-selected .package-book-know {
  display: block;
}
.package-book-know {
  color: #e07a8c;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
  font-size: 16px;
  position: absolute;
  bottom: 18px;
  text-decoration: underline;
  right: 20px;
}
@media and (min-width: 780px) {
  .package-book-know {
    display: none;
  }
}
.package-read-more {
  color: #e07a8c;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.c4d-extra-options div span {
  display: block;
  margin: 0 !important;
}

.c4d-extra-options div span:last-child {
  font-weight: 700;
  color: #e07a8c;
}

.extra-selected {
  border-color: black !important;
  background-color: #fafafa;
}

.mini-selected-products {
  width: 90%;
  margin-top: 0.2rem;
  width: 90%;
}

.mini-selected-products .mini-selected-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.8rem;
  color: #e07a8c;
  background-color: #fcf2f3;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 2.5rem;
  margin-bottom: 0.2rem;
}

.div-botao-add {
  display: flex;
  justify-content: center;
}

.div-botao-add button {
  background-color: #e07a8c;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  padding: 1rem;
  width: 50%;
}

@media (max-width: 767px) {
  .packages .carousel-item {
    display: inline-block;
    height: inherit;
    position: relative;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 170px;
    max-height: 170px;
    bottom: 10px;
  }
  .secao-4d {
    flex-direction: column-reverse !important;
    margin-bottom: 0;
  }
  .secao-4d-inner:first-child,
  .secao-4d:nth-last-of-type(2n) .secao-4d-inner:first-child {
    border: none;
  }
  .secao-4d-inner {
    padding: 1.5rem;
  }
  .bloco-4d {
    transform: translateY(-60px);
    height: auto;
  }

  .c4d-package-desc {
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }

  .c4d-select-extra section {
    width: 100%;
  }
  /* .c4d-package-desc-inner {
        margin: 0;
    } */

  /* .e-ultra-adjust>h2{
        margin-top: 220px!important;
    } */

  /* .product-info-inner {
        bottom: 6px;
        height: 440px;
    } */

  /* .c4d-package-desc-inner .product-info-inner {
        width: 120vw;
        position: relative;
        right: calc(120vw / 10 + 36px);
        max-height: 390px;
    } */

  .c4d-package-desc .c4d-package-desc-inner:not(.e-ultra-adjust) {
    margin: 0 0 10px;
  }

  .c4d-package-desc
    .c4d-package-desc-inner
    .product-info-inner
    .card--collapsed {
    margin: 0 !important;
    box-shadow: none;
  }

  .c4d-package-desc
    .c4d-package-desc-inner
    .product-info-inner
    .card--collapsed
    .card__section {
    padding: 0;
    overflow: auto;
  }

  h2.page__title.heading.h2 {
    font-size: 1rem;
    /* margin-top: 80px; */
  }
}

.ytIframe {
  max-width: 100%;
}

#shopify-section-ultra-4d  > section.bloco-4d > div.container{
  padding-bottom: 32px;
}

/* Ajuste vip service */

#shopify-section-vip-service
  > section.bloco-4d
  > div.c4d-package-desc.page__content {
  margin: 0 auto !important;
  padding: 0 32px 32px;
}
#shopify-section-vip-service #MyRegistryWidgetApiContainer_0 {
  width: auto !important;
}
@media screen and (max-width: 640px) {
  #shopify-section-vip-service
    > section.bloco-4d
    > div.c4d-package-desc.page__content
    > div:nth-child(2)
    > div
    > div.card.card--collapsed {
    border: none;
  }
  #shopify-section-vip-service
    > section.bloco-4d
    > div.c4d-package-desc.page__content {
    padding: 0 20px 20px;
  }
  .div-margin {
    margin-top: 200px !important;
  }
}
