.custom-product-description {
  line-height: 120%;
}
.custom-product-description .checkup-description .section,
.custom-product-description .agiliza-description .section {
  padding: 32px 0;
  border-bottom: 1px solid #E0E0E0;
}
.custom-product-description .checkup-description .section:last-of-type,
.custom-product-description .agiliza-description .section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.custom-product-description .checkup-description .section .title,
.custom-product-description .agiliza-description .section .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 120%;
}
.custom-product-description .checkup-description .section .content > *,
.custom-product-description .agiliza-description .section .content > * {
  font-size: 17px;
  font-weight: 400;
  color: #374151;
  line-height: 140%;
}
.custom-product-description .checkup-description .section .content > p,
.custom-product-description .agiliza-description .section .content > p {
  margin-bottom: 15px;
}
.custom-product-description .agiliza-description p,
.custom-product-description .agiliza-description li {
  font-size: 16px;
  font-weight: 400;
  color: #374151;
}
@media screen and (max-width: 768px) {
  .custom-product-description .agiliza-description p,
  .custom-product-description .agiliza-description li {
    font-size: 14px;
  }
}
.custom-product-description .agiliza-description strong,
.custom-product-description .agiliza-description b {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .custom-product-description .agiliza-description strong,
  .custom-product-description .agiliza-description b {
    font-size: 14px;
  }
}
.custom-product-description .agiliza-description .agiliza-partners {
  position: relative;
  flex-flow: column;
  /* Poucas imagens para o viewport atual: sem setas, grelha estática */
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  flex-flow: column;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel .nav-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel .nav-container .nav-title {
  font-size: 24px;
  font-weight: 700;
  color: #A62A83;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__nav {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  line-height: 0;
  cursor: pointer;
  color: #374151;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__nav:hover {
  background: #F9FAFB;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__nav::before {
  font-size: 16px;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__nav--next::before {
  font-family: 'fontello';
  content: '\E83D';
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__nav--prev::before {
  font-family: 'fontello';
  content: '\E83E';
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 0;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__track::-webkit-scrollbar {
  display: none;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__slide {
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel__slide img {
  max-width: 180px;
  max-height: 100px;
  height: auto;
  object-fit: contain;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel--static .agiliza-partners-carousel__nav {
  display: none;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel--static .agiliza-partners-carousel__viewport {
  overflow: visible;
}
.custom-product-description .agiliza-description .agiliza-partners .agiliza-partners-carousel--static .agiliza-partners-carousel__track {
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: visible;
  scroll-snap-type: none;
}
.custom-product-description .agiliza-description .section .title {
  color: #A62A83;
  font-weight: 700;
}
.custom-product-description .agiliza-description .benefits .title span {
  color: #A62A83;
}
.custom-product-description .agiliza-description .benefits .button-box {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .custom-product-description .agiliza-description .benefits .button-box {
    text-align: center;
  }
  .custom-product-description .agiliza-description .benefits .button-box a {
    margin-top: 10px;
  }
}
.custom-product-description .agiliza-description .benefits .button-box .title {
  color: #000000;
  font-weight: 400;
  font-size: 22px;
}
.custom-product-description .agiliza-description .benefits .button-box a {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 260px;
  text-align: center;
  height: 44px;
  background-color: #A62A83;
  line-height: 2;
  color: #ffffff;
  border-radius: 8px;
  margin-left: 24px;
}
.custom-product-description .agiliza-description .benefits .benefit-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .custom-product-description .agiliza-description .benefits .benefit-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
}
.custom-product-description .agiliza-description .benefits .benefit-gallery .benefit-item {
  max-width: 186px;
  height: 85px;
  background-color: #F9FAFB;
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-evenly;
}
.custom-product-description .agiliza-description .benefits .benefit-gallery .benefit-item span {
  width: 55%;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.custom-product-description .agiliza-description .benefits .benefit-gallery .benefit-item img {
  width: 30px;
  height: 30px;
}
.custom-product-description .checkup-description .section:first-of-type {
  padding-top: 0;
}
.custom-product-description .checkup-description .section:first-of-type .title {
  color: #000000;
}
.custom-product-description .checkup-description .section .title {
  color: #A62A83;
}
.custom-product-description .checkup-description .section .button-schedule {
  background-color: #378056;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  width: 50%;
  display: block;
  margin-top: 24px;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .custom-product-description .checkup-description .section .button-schedule {
    width: 100%;
  }
}
.checkup-after-reviews {
  background-color: #F9FAFB;
}
.checkup-after-reviews .section.checkup {
  height: 516px;
  max-width: 1322px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .checkup-after-reviews .section.checkup {
    flex-direction: column;
    height: auto;
    gap: 15px;
    padding: 48px 16px;
  }
}
.checkup-after-reviews .section.checkup .banner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkup-after-reviews .section.checkup .info {
  color: #000000;
  max-width: 510px;
}
.checkup-after-reviews .section.checkup .info .title {
  font-size: 24px;
  font-weight: 600;
}
.checkup-after-reviews .section.checkup .info .content {
  font-weight: 400;
  font-size: 17px;
  margin-top: 10px;
}
.checkup-after-reviews .section.checkup .info .action .footer-schedule {
  background-color: #A62A83;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: 24px;
  width: 100%;
  padding: 12px;
  border-radius: 7.50px;
  text-align: center;
}
.agiliza-after-review {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .agiliza-after-review {
    margin: 0 auto;
  }
}
.agiliza-after-review .section.buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .agiliza-after-review .section.buttons {
    flex-flow: column;
    gap: 20px;
  }
}
.agiliza-after-review .section.buttons .button-box {
  text-align: center;
}
.agiliza-after-review .section.buttons .button-box .title {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
}
.agiliza-after-review .section.buttons .button-box a {
  display: block;
  background-color: #A62A83;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  width: 325px;
  padding: 11px 0;
}
.agiliza-after-review .section.buttons .button-box a:hover {
  opacity: 0.5;
}
.product-main-column .product-add-form.produto.agiliza .price-final_price.attribute-set-produto-agiliza {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.product-main-column .product-add-form.produto.agiliza .price-final_price.attribute-set-produto-agiliza .product-image {
  max-width: 190px;
}
.product-main-column .product-add-form.produto.agiliza .price-final_price.attribute-set-produto-agiliza .product-image .lateral-product-image {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .product-main-column .product-add-form.produto.agiliza .price-final_price.attribute-set-produto-agiliza .product-image .lateral-product-image {
    display: none;
  }
}
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .label {
  display: none;
}
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .swatch-attribute-label,
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .swatch-attribute-selected-option {
  display: none;
}
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .control .super-attribute-select.agiliza-configurable-dropdown__native {
  display: none;
}
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .swatch-select.agiliza-configurable-dropdown__native {
  display: none;
}
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .agiliza-configurable-dropdown__options {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .agiliza-configurable-dropdown__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .agiliza-configurable-dropdown__item._disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .agiliza-configurable-dropdown__radio {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #111827;
  cursor: pointer;
}
.product-main-column .product-add-form.produto.agiliza .agiliza-configurable-dropdown .agiliza-configurable-dropdown__label {
  line-height: 1.2;
}
.product-main-column .product-add-form.produto.agiliza > form > .box-tocart {
  display: none;
}
