/* ══════════════════════════════════════════
     PRODUTO — variáveis e reset local
  ══════════════════════════════════════════ */
@font-face {
  font-family: "Mulish";
  font-weight: 300;
  src: url(../fonts/Mulish/Mulish-Light.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  font-weight: normal;
  src: url(../fonts/Mulish/Mulish-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  font-weight: 500;
  src: url(../fonts/Mulish/Mulish-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  font-weight: 600;
  src: url(../fonts/Mulish/Mulish-SemiBold.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  font-weight: 700;
  src: url(../fonts/Mulish/Mulish-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  font-weight: 800;
  src: url(../fonts/Mulish/Mulish-ExtraBold.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  font-weight: 900;
  src: url(../fonts/Mulish/Mulish-Black.ttf);
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  background-color: #ffffff;
  margin: 0;
  font-family: "Mulish", sans-serif!important;
}

nav,
footer {
  font-family: "Roboto", sans-serif;
}

nav {
  box-shadow: 0px 37px 34px -30px rgba(78, 75, 133, 0.16);
}

.text-start {
  text-align: start;
}

h1,
h2 {
  margin: 0 0 12px;
}

h1::after,
h2::after {
  content: none !important;
}

.pp-wrap {
  padding-top: 8rem;
}

/* ── Section header ── */
.pp-section-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--dark-grey);
  text-align: center;
  margin: 0 0 8px;
}

.pp-section-hr,
.modalHR {
  width: 20px;
  height: 4px;
  background: var(--orange);
  border: none;
  margin: 8px auto 0;
  opacity: 1;
}

.modalHR {
  margin: 1rem 0;
}

.pp-section-title::after {
  content: none;
}

/* ══════════════════════════════════════════
     HERO
  ══════════════════════════════════════════ */
.pp-hero,
.pp-desenvolvido {
  padding: 6rem 0;
}

.pp-product-buy {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 28px;
}

.pp-product-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}


  #pp-main-img {
    width: 100%;
  }

.pp-thumbs {
  display: flex;
  gap: 10px;
  padding-left: 0;
}

.pp-thumbs li {
  /* width: 72px;
    height: 72px; */
  border: 2px solid var(--border-grey, #E6E8E9);
  border-radius: var(--card-border-radius);
  overflow: hidden;
  cursor: pointer;
  transition: border-color .15s;
}

.pp-thumbs li.active,
.pp-thumbs li:hover {
  border-color: var(--orange);
}

.pp-thumbs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* product box */
.productBox {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  color: #333;
  position: relative;
  max-height: 580px;
  min-height: 580px;
  min-width: 543px;
  transition: height 0.3s ease;
}

.productBoxRating {
  position: absolute;
  top: 15px;
  right: 20px;
}

.productRating {
  float: right;
}

.productBox h1 {
  color: #333;
  font-size: 28px;
  font-weight: 900;
  line-height: 39px;
  text-align: start;
}

.productBoxRadio {
  display: flex;
  flex-direction: column;
  position: relative;
}

.productBox .product-about {
  font-size: 15px;
  font-weight: 300;
  line-height: 24.478px;
}

.productBoxRadio label {
  color: #4e4b85;
  font-size: 17px;
  line-height: 26.361px;
  cursor: pointer;
}

.productBoxHR {
  width: 1px;
  height: 24px;
  opacity: 0.6000000238418579;
  background: #4e4b85;
}

.stars-H1 {
  margin-top: 1rem;
}

.productRadioOptions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.spanText {
  border-radius: 10px;
  background-color: #dcdbe7;
  color: #4e4b85;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 10px;
}

#cu,
#ass {
  width: 17.8px;
  height: 17.8px;
  color: #4e4b85;
  margin-right: 0.3rem;
  cursor: pointer;
}

.howAssWorks {
  display: flex;
  position: absolute;
  top: 73%;
  /* left: 59%; */
  transform: translate(-50%, 0);
}

.howAssWorks a {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  opacity: 0.5;
}

.howAssWorks a:hover,
.howAssWorks a:focus {
  text-decoration: underline;
}

/* MODAL */
.modal-title {
  color: #333;
  font-size: 30px;
  font-weight: 900;
}

.modalButton {
  border-radius: 5px;
  border: 1px solid #4e4b85;
  background: #fff;
  display: flex;
  padding: 10px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4e4b85;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.modal-header {
  margin-bottom: 2rem;
  border-bottom: 0;
}

.modal-content {
  display: flex;
  max-width: 545px;
  margin: 0 auto;
}

.modalContentDiv {
  display: flex;
}

.modal-span {
  color: #4e4b85;
  font-weight: 900;
}

.modalUL {
  list-style-image: url(../img/products/check-modal.png);
  padding-left: 2rem;
}

.modal-footer {
  border-top: none !important;
  justify-content: flex-start !important;
}

.modal-footer button {
  width: 100%;
}

.modalImgDiv {
  padding: 20px;
}

/* MODAL */

input[type="radio"] {
  accent-color: #4e4b85;
}

.boldFont {
  font-weight: 800;
}

#labelCompraUnica::before,
#labelAssinatura::before {
  display: block;
  content: attr(title);
  font-weight: 800;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.productBuyOptions {
  margin: 3rem 0;
}

/* SELECT INPUT */

.customSelect {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  border-radius: 10px;
  border: 1px solid #4e4b85;
  background: #f5f5f5;
}

.selectValueHR {
  width: 1px;
  height: 24px;
  opacity: 1;
  background: #4e4b85;
  margin: 0;
}

.imageHR {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.selectValueDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  color: #333;
  font-size: 15.931px;
  font-weight: 900;
  line-height: 25.887px;
}

.selectValue img {
  transition: transform 0.3s ease-in-out;
}

.selectOptions {
  visibility: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid #4e4b85;
  list-style-type: none;
  border-radius: 0 0 10px 10px;
  /* Raio apenas na parte inferior */
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.selectOptions.open {
  visibility: visible;
  max-height: 300px;
  transition: max-height 0.3s ease-out;
}

.selectOptions.closed {
  max-height: 0;
  transition-timing-function: ease-in;
  transition: 0.3s;
}

.selectOptions li {
  padding: 10px;
  cursor: pointer;
}

.spanBoxes {
  font-weight: 900;
}

.spanMeal,
.smallShipping,
.optionPrice {
  opacity: 0.6;
}

.numberRatingStar {
  color: #F4950A;
}

/* .selectOptions li:hover span, .selectOptions li:hover small {
  color: #FFF;
}

.selectOptions li:hover {
  background-color: #4e4b85;
} */

.selectOptions li.selected {
  background-color: #4e4b85;
  color: #fff !important;
}

.selectOptions li.selected span,
.selectOptions li.selected small {
  color: #FFF;
  font-weight: 900;
  opacity: 1;
}

.bestChoice,
.bestChoiceMobile {
  font-size: 12px;
  background-color: #e4e4ed;
  color: #4e4b85;
  border-radius: 10px;
  padding: 5px;
}

.bestChoiceMobile {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 15px;
}

.selectOptions li.selected .bestChoice,
.selectOptions li.selected .bestChoiceMobile {
  color: #fff !important;
  background-color: #696697;
}

.optionQuota {
  font-size: 25px;
  font-weight: 900;
}

.priceSelect {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.priceSelectQuota {
  font-weight: 600;
  margin-bottom: 0;
}

#priceQuotaSpan {
  font-size: 36px;
  font-weight: 900;
  color: #4e4b85;
}

.priceSelectInCash {
  font-weight: 300;
}

.endBox {
  width: 100%;
}

.frete {
  color: #17a400;
  font-size: 16px;
  font-weight: 500;
}

#btn-buy {
  padding: 10px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #449f4f;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

#btn-buy.disabled {
  pointer-events: none;
  border-color: #999999;
  background-color: #999999;
}


.endBox p,
.endBox p u {
  margin-top: 1rem;
  color: #17a400;
  font-weight: 500;
  line-height: 29.7px;
}


.garantia {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  color: #333;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

/* product box */

.pp-product-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 2rem;
}

.pp-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.pp-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-grey);
  line-height: 1.2;
  margin: 12px 0;
}

.pp-title::after {
  content: none;
}

.pp-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.pp-rating img {
  height: 16px;
}

.pp-rating-score {
  font-size: 14px;
  font-weight: 700;
  color: #F4950A;
}

.pp-description {
  font-size: 15px;
  color: var(--grey);
  line-height: 1.65;
  margin: 0;
}

/* Purchase radio */
.pp-purchase-type {
  border: 1px solid #E6E8E9;
  border-radius: 8px;
  overflow: hidden;
}

/* ── Row horizontal ── */
.pp-purchase-options-row {
  display: flex;
  align-items: stretch;
}

.pp-purchase-option {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  transition: background .1s;
}

/* Divisor vertical entre as opções */
.pp-purchase-option:first-of-type {
  border-right: 1px solid #E6E8E9;
}

.pp-purchase-option:hover {
  background: #fafafa;
}

.pp-purchase-option input[type=radio] {
  accent-color: var(--orange);
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

.pp-purchase-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: 8px;
  font-size: 14px;
  color: var(--dark-grey);
  cursor: pointer;
  line-height: 1.3;
}

.pp-purchase-label.bold {
  font-weight: 600;
}

.pp-badge-off {
  background: var(--orange);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: .5px;
  white-space: nowrap;
}

.pp-how-it-works {
  font-size: 13px;
  color: var(--orange);
  text-decoration: underline;
  cursor: pointer;
  padding: 8px 16px;
  border-top: 1px solid #E6E8E9;
  display: block;
  text-align: right;
}

/* Custom select */
.pp-custom-select {
  position: relative;
}

.pp-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid #E6E8E9;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--dark-grey);
  background: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: border-color .15s;
}

.pp-select-trigger:hover,
.pp-custom-select.open .pp-select-trigger {
  border-color: var(--orange);
}

.pp-select-arrow {
  width: 20px;
  transition: transform .2s;
}

.pp-custom-select.open .pp-select-arrow {
  transform: rotate(180deg);
}

.pp-select-options {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #E6E8E9;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  z-index: 100;
  overflow: hidden;
}

.pp-custom-select.open .pp-select-options {
  display: block;
}

.pp-select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  cursor: pointer;
  border-bottom: 1px solid #E6E8E9;
  transition: background .1s;
  gap: 8px;
}

.pp-select-option:last-child {
  border-bottom: none;
}

.pp-select-option:hover {
  background: #fafafa;
}

.pp-select-option.selected {
  background: #fff5f4;
}

.pp-option-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pp-option-qty {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-grey);
}

.pp-option-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: .4px;
  background: var(--orange);
  color: white;
  margin-bottom: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pp-option-shipping {
  font-size: 12px;
  color: #999;
}

.pp-option-right {
  text-align: right;
  flex-shrink: 0;
}

.pp-option-installments {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark-grey);
  white-space: nowrap;
}

.pp-option-price {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}

/* Price display */
.pp-price-display {
  background: var(--dark-white, #F5F5F5);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.pp-price-installments {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-grey);
}

.pp-price-installments .big {
  font-size: 30px;
  font-weight: 800;
}

.pp-price-cash {
  font-size: 14px;
  color: var(--grey);
  margin-top: 4px;
}

/* CTA */
.pp-btn-buy {
  display: block;
  /* width: 100%; */
  padding: 18px;
  background: var(--orange);
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  transition: background .15s, transform .1s;
  border: none;
  cursor: pointer;
}

.pp-btn-buy:hover {
  background: #e04840;
  color: white;
}

.pp-btn-buy:active {
  transform: scale(.98);
}

/* Trust */
.pp-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pp-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--grey);
}

/* ══════════════════════════════════════════
     SELOS
  ══════════════════════════════════════════ */
.pp-selos {
  background: var(--dark-white, #F5F5F5);
  padding: 29px 0;
}

.pp-selos-grid {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.pp-selo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.pp-selo img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pp-selo p {
  font-size: 14px;
  color: var(--dark-grey);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

/* ══════════════════════════════════════════
     DESENVOLVIDO POR
  ══════════════════════════════════════════ */
.pp-desenvolvido {
  margin: 0 12px;
}

.pp-desenvolvido-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.pp-desenvolvido-img {
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
}

.pp-desenvolvido-text h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--dark-grey);
  line-height: 1.2;
  margin-bottom: 0;
}

.pp-desenvolvido-text .pp-section-hr {
  margin: 10px 0 20px;
}

.pp-bullet-list {
  background: var(--dark-white, #F5F5F5);
  font-size: 15px;
  border-radius: 20px;
  list-style-image: url(../img/products/check_mark-red.svg);
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  width: 400px;
  padding: 12px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pp-bullet-list li {
  font-weight: 600;
  margin-left: 2%;
  line-height: 26px;
}

/* .pp-bullet-list li::before {
  content: '✓';
  font-size: 13px;
  font-weight: 900;
  color: var(--orange);
  flex-shrink: 0;
  line-height: 1;
} */

.pp-desenvolvido-text p {
  font-size: 16px;
  color: var(--grey);
  line-height: 1.7;
}

.pp-desenvolvido-text p:last-child {
  margin-bottom: 0;
}

/* ══════════════════════════════════════════
     ESPECIALISTA
  ══════════════════════════════════════════ */
.pp-especialista {
  background: var(--dark-white, #F5F5F5);
  padding: 60px 0;
}

.pp-especialista-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.pp-especialista-text h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-grey);
}

.pp-especialista-text .pp-section-hr {
  margin: 10px 0 20px;
}

.pp-especialista-text p {
  font-size: 15px;
  color: var(--grey);
  line-height: 1.7;
  margin-bottom: 16px;
}

.pp-especialista-text img.assinatura {
  max-width: 180px;
  margin-top: 8px;
}

.pp-especialista-img {
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
}

/* ══════════════════════════════════════════
     MÍDIA
  ══════════════════════════════════════════ */
.pp-midia {
  padding: 0 0 6rem 0;
  text-align: center;
}

.pp-midia-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 36px;
  opacity: .6;
}

.pp-midia-logos img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* .pp-midia-carousel-img {
  object-fit: contain;
  max-height: 48px;
  max-width: 160px;
  opacity: 0.6;
  margin: 0 auto;
} */

/* ══════════════════════════════════════════
     GARANTIA
  ══════════════════════════════════════════ */
.pp-garantia {
  /* sem background na section — o card contém o bg */
  padding: 0 0 6rem 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.pp-garantia-inner {
  background: var(--dark-grey);
  color: white;
  border-radius: 20px;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  gap: 20px;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.pp-garantia-logo {
  display: block;
  height: 28px;
  width: auto;
  align-self: center;
  opacity: 0.65;
}

.pp-garantia h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #F6F6F6;
  padding-left: 20px;
}

.pp-garantia p {
  font-size: 15px;
  line-height: 1.7;
  opacity: .9;
  color: white;
  margin-bottom: 0;
}

.pp-garantia a {
  color: white;
  text-decoration: underline;
}

/* ══════════════════════════════════════════
     AVALIAÇÕES
  ══════════════════════════════════════════ */
.pp-avaliacoes {
  padding: 0 0 6rem 0;
}

.pp-rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  margin: 36px 0;
}

.pp-rating-score-big {
  color: #333;
  text-align: center;
  font-size: 65.472px;
  font-weight: 700;
  line-height: 43.648px;
  margin-bottom: .8rem;
}

.pp-rating-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pp-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--grey);
}

.pp-bar-track {
  width: 160px;
  height: 8px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
}

.pp-bar-fill {
  height: 100%;
  background: #F4950A;
  border-radius: 4px;
}

.pp-comments-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #E6E8E9;
  margin-bottom: 28px;
}

.pp-tabs-left {
  display: flex;
}

.pp-tab-cta {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-grey);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 8px 16px;
  white-space: nowrap;
  transition: border-color .15s, color .15s;

  border-radius: 4.357px;
  border: 0.871px solid #333;
  margin-bottom: 5px;
}

.pp-tab-cta:hover {
  /* border-color: var(--dark-grey); */
  background-color: var(--dark-grey);
  color: #ffffff;
}

.pp-tab {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color .15s, border-color .15s;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.pp-tab.active {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.pp-tab-content {
  display: none;
}

.pp-tab-content.active {
  display: block;
}

.pp-review {
  display: flex;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid #E6E8E9;
}

.pp-review:last-child {
  border-bottom: none;
}

.pp-review-avatar {
  width: auto;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.pp-review-body {
  flex: 1;
}

.pp-review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 10px;
}

.pp-review-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--dark-grey);
  margin-top: 4px;
}

.pp-review-location {
  font-size: 13px;
  color: #999;
}

.pp-review-text {
  font-size: 15px;
  color: var(--grey);
  line-height: 1.65;
  margin-bottom: 12px;
}

.pp-review-likes {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #999;
}

.pp-review-likes button {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #999;
  font-size: 13px;
  transition: color .15s;

  background-color: transparent;
  border: none;
}

.pp-review-likes button:hover {
  color: var(--orange);
}

.pp-review-likes button img {
  width: 18px;
}

.pp-veja-mais {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  font-weight: 700;
  color: var(--dark-grey);
  font-size: 15px;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
}

/* Q&A */
.pp-qa-item {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: var(--box-shadow);
  margin-bottom: 16px;
}

.pp-qa-question {
  font-weight: 600;
  color: var(--dark-grey);
  margin-bottom: 12px;
  font-size: 15px;
}

.pp-qa-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.pp-qa-user img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pp-qa-user-name {
  font-weight: 700;
  font-size: 13px;
  color: var(--dark-grey);
}

.pp-qa-user-loc {
  font-size: 13px;
  color: #999;
}

.pp-qa-answer {
  background: var(--dark-white, #F5F5F5);
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 12px;
}

.pp-qa-answer img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.pp-qa-answer-brand {
  font-weight: 700;
  font-size: 13px;
  color: var(--dark-grey);
  margin-bottom: 4px;
}

.pp-qa-answer-text {
  font-size: 14px;
  color: var(--grey);
  line-height: 1.6;
}

/* Contact */
.pp-contact {
  padding: 60px 0;
  text-align: center;
}

.pp-contact h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-grey);
  margin-bottom: 12px;
}

.pp-contact p {
  color: var(--grey);
  margin-bottom: 24px;
}

.pp-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #25D366;
  color: white;
  font-weight: 700;
  border-radius: 8px;
  font-size: 15px;
  transition: background .15s;
}

.pp-btn-whatsapp:hover {
  background: #1fba59;
  color: white;
}

/* Modal */
.pp-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pp-modal-overlay.open {
  display: flex;
}

.pp-modal {
  background: white;
  border-radius: 12px;
  max-width: 520px;
  width: 100%;
  padding: 32px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.pp-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F5F5F5;
  font-size: 18px;
  cursor: pointer;
  color: var(--dark-grey);
  border: none;
}

.pp-modal h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-grey);
  margin-bottom: 8px;
}

.pp-modal hr {
  border: none;
  border-top: 1px solid #E6E8E9;
  margin-bottom: 16px;
}

.pp-modal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0;
  list-style: none;
  padding: 0;
}

.pp-modal-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--grey);
  line-height: 1.6;
}

.pp-modal-list li::before {
  content: '✓';
  color: var(--orange);
  font-weight: 900;
  flex-shrink: 0;
}

.pp-modal-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--orange);
  color: white;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  transition: background .15s;
  border: none;
}

.pp-modal-btn:hover {
  background: #e04840;
}

/* ══════════════════════════════════════════
     DESKTOP
  ══════════════════════════════════════════ */

@media (min-width: 1200px) {
  .pp-garantia {
    max-width: 1000px !important;
  }

  .pp-selos-grid {
    justify-content: space-between;
    padding: 0 7rem;
  }

  .pp-avaliacoes .container {
    padding: 0 6rem;
  }


}

@media (min-width: 768px) {

  nav {
    position: relative;
  }

  .pp-product-buy {
    flex-direction: row;
    gap: 48px;
  }

  .pp-product-images {
    /* flex: 1;
    position: sticky; */
    top: 170px;
  }

  .pp-product-box {
    flex: 1;
    max-width: 480px;
  }

  #pp-main-img {
    max-width: 500px;
  }


  .pp-desenvolvido-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
  }

  .pp-desenvolvido-img,
  .pp-desenvolvido-text {
    flex: 1;
  }

  .pp-desenvolvido-text {
    max-width: 550px;
  }

  .pp-especialista-inner {
    flex-direction: row-reverse;
    gap: 64px;
  }

  .pp-especialista-text,
  .pp-especialista-img {
    flex: 1;
    max-width: none;
  }


  .pp-garantia-inner {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    padding: 63px 56px;
  }

  .pp-garantia-logo {
    position: absolute;
    top: 20px;
    right: 24px;
    align-self: auto;
    width: 70px;
  }

  .pp-garantia h2 {
    font-size: 42px;
    min-width: 240px;
    flex-shrink: 0;
    text-align: start;
  }

  .pp-section-title {
    font-size: 32px;
  }

  .pp-title {
    font-size: 30px;
    margin-bottom: 0;
  }


  .pp-garantia h2 {
    border-left: 7px solid rgba(255, 255, 255, 0.5);
  }

  footer .row>div {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }


}




/* Tratando o link 'Como Funciona' (.howAssWorks) */
@media(max-width: 470px) {
  .howAssWorks {
    left: 30.5%;
    top: 100%;
  }
}

@media(min-width: 471px) and (max-width: 480px) {
  .howAssWorks {
    left: 22%;
    top: 100%;
  }
}

@media(min-width: 481px) and (max-width: 510px) {
  .howAssWorks {
    left: 20%;
    top: 100%;
  }
}

@media (min-width: 511px) and (max-width: 530px) {
  .howAssWorks {
    left: 57%;
    top: 75%;
  }
}

@media (min-width: 531px) and (max-width: 550px) {
  .howAssWorks {
    left: 58%;
    top: 75%;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  .howAssWorks {
    left: 59%;
    top: 75%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .howAssWorks {
    left: 65%;
    top: 75%;
  }
}

@media (min-width: 992px) and (max-width: 995px) {
  .howAssWorks {
    left: 70%;
    top: 75%;
  }
}

@media (min-width: 996px) {
  .howAssWorks {
    left: 59%;
    top: 75%;
  }
}


/* ══════════════════════════════════════════
     FOOTER — anula interferências do Bootstrap
   ══════════════════════════════════════════ */

/* Bootstrap .row > * força width:100% em todos os filhos diretos,
   e .row adiciona margin negativas — ambos quebram o footer */
footer .row {
  margin-right: 0;
  margin-left: 0;
}

footer {
  margin-top: 20px;
}

footer a {
  color: inherit;
}

/* ══════════════════════════════════════════
     RESPONSIVO — productBox e componentes
   ══════════════════════════════════════════ */

@media screen and (max-width: 768px) {

  .pp-comments-tabs {
    flex-wrap: wrap;
    gap: 12px;
  }

  .pp-tabs-left {
    width: 100%;
  }

  .pp-tab-cta {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    margin-bottom: 4px;
  }

  .pp-wrap {
    padding-top: 2rem;
  }

  .pp-desenvolvido {
    padding: 4rem 0;
  }

  .pp-hero {
    padding: 7rem 0 2rem 0;
  }

  .pp-midia,
  .pp-garantia,
  .pp-avaliacoes {
    padding: 0 0 4rem 0;
  }

  .pp-garantia {
    margin: 0 auto;
  }

  .pp-garantia .container {
    padding: 0;
  }

  .pp-garantia-inner h2,
  .pp-garantia-inner p {
    text-align: center;
  }

  .productBox {
    height: auto;
    padding: 1.5rem;
  }

  .productBox h1 {
    line-height: 36px;
    text-align: center;
  }

  .productBoxRadio {
    margin-top: 2rem;
  }

  .stars-H1 {
    margin-top: 2rem;
  }

  .pp-contact {
    padding: 0;
  }

  .pp-garantia h2 {
    padding-left: 0;
  }

  .customSelect {
    margin-top: 3rem;
  }

  .pp-rating-summary {
    flex-direction: column;
  }

  .modalContentDiv {
    flex-direction: column;
  }

  .modal-body {
    padding: 20px !important;
  }

  .modal-footer {
    justify-content: center !important;
  }

  .modal-footer button {
    margin: 0 auto;
  }

  .owl-carousel .owl-item img {
    width: auto !important;
  }

  .pp-selo img {
    width: 45px;
    height: 45px;
  }

  .pp-desenvolvido-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 600px) {

  .productBox {
    min-width: auto;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .pp-garantia {
    max-width: 375px;
  }


}

@media (max-width: 525px) {

  .spanBoxes,
  .numberInstallments {
    font-size: 15px;
  }

  .smallShipping,
  .optionPrice {
    font-size: 13px;
  }

  .bestChoice {
    display: none;
  }

  .bestChoiceMobile {
    display: block;
  }

  #pp-main-img {
    max-width: 285px;
  }

  .ass_plus_off {
    margin-top: 19px;
  }

  .priceSelectInCash,
  .priceSelectQuota {
    font-size: 15px;
  }

  .pp-bullet-list {
    width: auto;
  }
}

@media (max-width: 510px) {
  .productRadioOptions {
    flex-direction: column;
    align-items: flex-start;
  }

  .productRadioOptions hr {
    display: none;
  }
}

@media (max-width: 470px) {

  .productBoxRating {
    right: auto;
  }

  .garantia {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .spanText {
    padding: 0 15px;
  }

  .pp-garantia {
    max-width: 345px;
  }

}

@media (max-width: 380px) {
  .brSmallMobile {
    display: block;
  }

  .productBoxRadio label {
    font-size: 18px;
  }

  #btn-buy {
    padding: 10px 50px;
  }

  .selectOptions.open {
    max-height: 350px;
  }

  .selectOptionsText {
    width: 130px;
  }

  .pp-garantia {
    max-width: 300px;
  }
}

@media (max-width: 345px) {
  .selectValueHR {
    display: none;
  }
}

@media (max-width: 320px) {

  .spanBoxes,
  .numberInstallments {
    font-size: 14px;
  }

  .smallShipping,
  .optionPrice {
    font-size: 12px;
  }
}
