html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif;
  scrollbar-width: none;       
  -ms-overflow-style: none; 
}
html[data-product="prod_SbKYsQrxStW8wB"] { --testimonials-bg: #A0DAF2; }
html[data-product="prod_SbKa8ag01A2TGX"] { --testimonials-bg: #A0DAF2; }
html[data-product="prod_SbKaRuJpDVBEzx"] { --testimonials-bg: #A0DAF2; }
html[data-product="prod_T2jNgj5cCjXcvG"] { --testimonials-bg: #4DBCB6; }
html[data-product="prod_T2jOmiPYB2SrZd"] { --testimonials-bg: #4DBCB6; }
html[data-product="prod_T2jPp4I1S0cfol"] { --testimonials-bg: #4DBCB6; }

html[data-product="prod_SbKYsQrxStW8wB"] #paypalbtn,
html[data-product="prod_SbKa8ag01A2TGX"] #paypalbtn,
html[data-product="prod_SbKaRuJpDVBEzx"] #paypalbtn {
  display: none !important;
}
.real { color: #fff; }

/* mesmo tom do NAME_COLOR */
:root[data-theme="sleep"] .real { color: #fff; }
:root[data-theme="relax"] .real { color: #370F1E; }

html::-webkit-scrollbar, 
body::-webkit-scrollbar {
  display: none;               /* Chrome, Safari e Edge */
}

@font-face {
    font-family: 'Crossfit';
    src: url('/static/fonts/Fontes/Crossfit-Black/Crossfit-Black.otf') format('woff2');
    font-style: italic;
    font-weight: 100 900;
}
@font-face {
  font-family: 'Crossfit';
  src: url('/static/fonts/Fontes/Crossfit-Black/Crossfit-Black.otf') format('woff2');
  font-style: normal;
  font-weight: 100 900;
}

:root { 
  --header-h: 46px;  
  --ticker-h: 24px;
  --testimonials-bg: #4DBCB6;
}

header{
  display: flex;
  padding: 15px 16px 15px 21px;
  position: fixed;
  background: rgb(55, 15, 30);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 47px;
  box-sizing: border-box;
  z-index: 999;
}
.scroll-text-wrapper p{
  margin: 0;
}
.back-button * { pointer-events: none; }
.scroll-text-wrapper {
  display: flex;      
  color: #fff;    
  width: max-content; 
  align-items: center;
  justify-content: center;
  will-change: transform;
  transform: translate3d(0,0,0); 
  animation: scroll-text 20s linear infinite;
  height: 22px;
  border-top: 1px solid #ffffff6e;
  border-bottom: 1px solid #ffffff6e;
  font-size: 11px;
}
.espacada {
  letter-spacing: 8px;
  margin-left: 8px;
}

.scroll-text-wrapper > *{ flex:none; margin:0; }

@keyframes scroll-text{
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); }
}
.paypal-button.paypal-button-shape-rect { 
  border-radius: 25px !important;
}
#paypal-button{
  margin-bottom: 6px;
  border-radius: 25px !important;
}
.money-back-120{
  width: 65px ;
  height: 97px ;
  right: 59px;
  top: 0px;
  position: relative;
  align-self: flex-end;
}
.money-back-90{
  position: relative;
  align-self: flex-end;
  width: 65px ;
  height: 97px ;
  right: 71px;
  top: 13px;
}
.money-back-30{
  position: relative;
  align-self: flex-end;
  width: 65px ;
  height: 97px ;
  right: 87px;
  top: 16px;
  }
.guarantees{
  display: flex;
  align-items: end;
  padding-bottom: 30px;
}
.guarantees img {
    height: 54px;
}
.checkout-text-font-family {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif;
}
h1{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff80;
  margin-bottom: 0;
  margin-top: 30px;
}
#title-price-desk,
#title-price-mobile{
  font-size: 17px;
  font-weight: 600;
}
.paypal{
  justify-content: center;
}
.head-desk{
  display: none;
}
.arrow-left {
  width: 8px;
  height: 8px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  transform: rotate(-45deg);
  margin: 10.65px;
}
.circle-arrow{
  border: 1px solid #e8e8e8;
  border-radius: 25px;
}
.arrow-down {
  width: 6px;
  height: 6px;
  border-right: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  transform: rotate(45deg);
  margin: 10px auto;
}
.title {
  font-size: 12.98px;
  color: #1a1a1ab3;
  font-weight: 600;
  padding-top: 1.3rem;
  padding-bottom: 0.69rem;
}
.title-billing {
  font-size: 12px;
  color: #565656;
  font-weight: 400;
}
.title3 {
  font-size: 16.69px;
  color: #1a1a1a;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 700;
}
#express-checkout-element {
  min-height: 50px;
  display: block;
  padding-bottom: 12px;
  padding-top: 14px;
}
.title1 {
  font-size: 16.9px;
  color: #1a1a1a;
  margin-top: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}

.checkout-container {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  width: 100%;
}

#details {
  display: flex;
  align-items: center;
  gap: 10px;
}

#details a{
  color: #e8e8e8;
  font-size: 12px;
  text-decoration: underline dotted;
}


.checkout-left {
  background: rgb(55, 15, 30);
  color: #ffffffd9;
  display: flex;
  flex-direction: column;
}

.checkout-right {
  background: white;
  align-items: center;
}
.footer {
  display: none;
}

.checkout-left .price {
  font-size: 2rem;
  font-weight: bold;
}
.summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-summary {
  background-size: 119%;
  display: flex;
  flex-direction: column;
}

.img-product {
  display: block;
  margin: 0 auto;
  border-radius: 18px;
}

.product-description {
  text-align: center;
  max-width: 90%;
}

.price {
  font-size: 20px;
  font-weight: bold;
}
.delivery{
  font-size: 10.5px;
}
.price-old{
  text-decoration: line-through;
  color: #8D8D8D;
  justify-self: end;
  align-content: end;
  font-size: 18px;
}
.price-mobile{
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.details-all{
  display: grid;
  grid-template-columns: auto auto; /* 2 colunas */
  grid-template-rows: auto auto;    /* quantas linhas precisar */
  gap: 15px 0px; /* espaçamento: 10px vertical, 20px horizontal */
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.new-mobile-sumary{
  display: grid;
  grid-auto-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0;
  margin: 12px 0 7.8px;
}
.new-mobile-sumary p{
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 1.23;
}
.new-mobile-sumary p:first-child {
  grid-column: 1 / -1;
  font-weight: 400;
}
.new-mobile-sumary p:nth-child(2) {
  grid-column: 1;
}
.new-mobile-sumary .price-old {
  grid-column: 2;
}
#qty::-webkit-inner-spin-button,
#qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#qty[type=number] {
  -moz-appearance: textfield;
}

.qty-wrapper{
  color: #e8e8e8;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid;
  border-radius: 10px;
  width: 70px;
  padding: 4px 3px 4px;
}
#qty{
  background: none;
  border: none;
  color: #e8e8e8;
  padding: 0 !important;
  margin-left: 11px;
}
#qty-plus,
#qty-minus{
  margin: 0;
  background: none;
  padding: 0;
  color: #e8e8e8;
}

.product-price,
.value-shipping {
  white-space: nowrap;
  font-weight: 600;
}
/* ACCORDION - funciona só no mobile */
.coupon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.autocomplete-wrapper {
  position: relative;
}
.input-coupon {
  width: 88%;
  align-items: center;
  background: #8D4B63;
  color: white;
  padding: 14px 8px 14px 30px !important;
  border-radius: 30px;
  border: 0;
  font-size: 13px;
  transition: all 0.3s ease;
  cursor: text;
  position: relative;
}

.input-coupon:focus + #apply-coupon,
.input-coupon:focus + #apply-coupon-desktop,
.input-coupon:not(:placeholder-shown) + #apply-coupon,
.input-coupon:not(:placeholder-shown) + #apply-coupon-desktop {
  opacity: 1;
  pointer-events: auto;
}

.input-coupon + #apply-coupon,
.input-coupon + #apply-coupon-desktop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.total-price-desk{
  display: none;
  border-top: 2px solid #ffffff;
  padding: 20px 0 20px;
  font-size: 22px;
}
.product-row.product-text{
  display: none;
  border-top: 2px solid #ffffff80;
  padding: 20px 0 18px;
  font-size: 22px;
  align-items: center;
}
.boll{
  background-color: white;
  border-radius: 999px;
  margin: 0 10px 0 10px;
  width: 33px;
  height: 33px;
}
.superment {
  font-size: 12px;
  letter-spacing: 0.237px;
  position: relative;
  right: -40px;
}

 #discount-amount-accordion {
    justify-content: end;
    color: #8D8D8D;
  }
@media (min-width: 600px) {
  .checkout-text-font-family {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif;
  }
  .checkout-left,
  .checkout-right {
    flex: 1; 
  }
  .superment {
    right: -60px;
    font-size: 16px;
    font-weight: 500;
  }
  #payment-form {
    max-width: 380px;
    margin: 0 auto 0 10%;
    gap: 4px;
  }
  #payment-message {
    color: red;
    margin-top: 0 !important;
  }
  #payment-buttons{
    margin-top: 5px;
    margin-bottom: 4px;
  }
  .details-trigger {
    display: none;
  }
  #total-due-price{
    margin-bottom: 2px;
    font-weight: 500;
  }
  .title {
    padding-top: 1.3rem;
    padding-bottom: 0.5rem;
  }
  .title3{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .product-row.product-text{
    padding: 13px 0 12px !important;
  }
  .qty-wrapper{
    padding: 4px 3px 4px;    
  }
  .product-details {
    max-height: none;
    overflow: visible;
  }
  .title-details{
    display: none;
  }
  #discount-amount-desktop{
    justify-content: end;
    color: #8D8D8D;
  }
  .dep h1{
    font-size: 26px !important;
  }
  .checkbox{
    margin-bottom: 0 !important;
  }
  .product-row.product-text{
    display: flex;
  }
  .dep-container{
    --item-h: 156px; 
    --gap: 15px;     
    --step: calc(var(--item-h) + var(--gap)); 
    --per: 3s;      
    --count: 5;      
    position: relative;
    width: 100%;
    height: var(--item-h);
    overflow: hidden;
  }
  .dep-track{
    position: absolute;
    inset: 0 0 auto 0;
    display: flex;
    flex-direction: column;
    will-change: transform;
    animation: depPause calc(var(--count) * var(--per)) linear infinite;
  }
  .dep{
    background-color: var(--testimonials-bg) !important;
    position: relative;
    height: var(--item-h);   /* todos com mesma “vitrine” */
    margin-bottom: var(--gap);
  }

  @keyframes depPause{
    0%,   12% { transform: translateY(0); }
    20%,  32% { transform: translateY(calc(-1 * var(--step))); }
    40%,  52% { transform: translateY(calc(-2 * var(--step))); }
    60%,  72% { transform: translateY(calc(-3 * var(--step))); }
    80%,  92% { transform: translateY(calc(-4 * var(--step))); }
    100%      { transform: translateY(calc(-1 * var(--count) * var(--step))); }
  }
  .testimonials-desktop{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-family: 'Gelasio', serif;
    width: 100%;
    box-sizing: border-box;
    margin-top: 64px;
  }
  .footer-desk{
    padding: 32px 0 46px;
    position: relative;
  }
  .state{
    font-size: 18px;
  }
  .depoiments-desk{
    margin-top: 20px;
    font-style: normal;
    font-size: 18px;
    color: #370F1E;
  }
  .footer-desk h1{
    font-size: 22px;
  }
  .tagline-yellow-desk h1{
    font-family: 'Crossfit', serif;
    font-size: 32px;
    color: #FFDC03;
  }
  .satisfaction-desktop{
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    background-color: var(--testimonials-bg);
    padding: 13px 0 11px;
    align-items: center;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    justify-items: center;
    color: #370F1E;
    box-sizing: border-box;
  }
  .divider {
    padding-left: 10px;
    padding-right: 10px;
  }
  .satisfaction-desktop p{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    font-style: italic;
  }
  .input-coupon.desktop {
    width: 196px;
    background: #8D4B63;
    color: white;
    padding: 12px 8px 11px 30px !important;
    line-height: 1.3;
    border-radius: 40px;
    border: 0;
    font-size: 12px;
    transition: all 0.3s ease;
    cursor: text;
    position: relative;
  }
  .logo-superment{
    display:inline-block;
    width: 50px !important;
    height: 50px !important;
  }
  .logo{
    width: 50px !important;
    height: 50px !important;
  }
  .back-content{
    gap: 11rem;
  }
  .img-guarantess{
    display: none;
  }
  .desk-left{
    margin: 0px 10% 0 auto;
    width: 389px;
  }
  .tagline{
    padding: 0 !important;
  }
  .coupon {
    flex: 1;
  }
  .coupon:focus-within {
    width: 100%;
  }
  .product-row.coupon-discount {
    gap: 30px;
    width: 220px;
  }
  header {
    display: none;
  }
  .head-desk{
    display: flex;
  }
  #email {
    margin-top: 11px;
  }
  .arrow-left {
    margin: 18px !important;
  }
  .logo-desk{
    width: 389px;
    margin: 0 10% -5px auto;
    position: relative;
    bottom: 45px;
  }
  .mobile-hero {
    width: 388px;
    margin: 0 10% 0 auto;
    height: 307px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -25px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 62%;
  }
  .guarantees{
    padding: 15px;
  }
}
.input-coupon:focus::placeholder {
  color: #aaa;
}
.input-coupon::placeholder {
  color: white;
  opacity: 0.8;
  transition: color 0.3s ease;
}
.input-coupon.focused {
  width: 100%;
  background: white;
  color: #333;
  font-weight: 100;
  border: none;
    /* box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.07),
                0 0 0 4px rgba(255, 255, 255, 0.3); */
  outline: none;
}
.coupon-icon {
  position: absolute;
  left: 10px;
  color: white;
  opacity: 0.7;
  top: 15px;
  z-index: 999;
}
#cancel-coupon-accordion,
#cancel-coupon-desktop,
#cancel-coupon {
  position: absolute;
  margin: 0;
  right: 10px;
  padding: 0;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
  color: white;
  opacity: 0.7;
}
#apply-coupon-desktop,
#apply-coupon-accordion {
  display: none;
}
#apply-coupon-accordion,
#apply-coupon,
#apply-coupon-desktop {
  position: absolute;
  margin: 5px;
  align-self: flex-end;
  width: 50px;
  padding: 8px 10px 5px 0;
  font-size: 13px;
  background-color: transparent;
  color: #333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  font-weight: 600;
  opacity: 1;
}
.btn-label {
  display: inline-block;
}

.spinner {
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite; /* movimento de rotação */
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

#apply-coupon-accordion .spinner .path,
#apply-coupon-desktop .spinner .path {
  stroke: url(#spinner-gradient);
  stroke-linecap: round;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 4;
  animation: dash 1.5s ease-in-out infinite;
  fill: none;
}
#apply-coupon-accordion .spinner .path,
#apply-coupon-desktop .spinner .path {
  stroke: url(#spinner-gradient-desktop);
  stroke-linecap: round;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 4;
  animation: dash 1.5s ease-in-out infinite;
  fill: none;
}
#discount-value,
#discount-value-accordion,
#discount-value-desktop {
    color: #8D8D8D;
    border-radius: 14px;
    padding-top: 3px;
    font-size: 11px;
}
.product-row.coupon-discount {
  padding: 3px 0 0 0;
}

.product-details {
  display: flex;
  flex-direction: row;
  transition: max-height 0.4s ease;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
.product-row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px; 
  padding-top: 7px;
  padding-bottom: 13px;
}
.product-row-mobile{
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.product-col-2{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  border-bottom: 1px solid #bbbbbb2e;
  border-top: 1px solid #bbbbbb2e;
  padding-top: 8px;
}
.product-col{
  display: flex;
  flex-direction: column;
  margin: 0;
}
.product-text {
  margin: 0;
  font-size: 18px;
  font-weight: 500 !important; 
  color: #fff !important;
}
.product-col p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.value-shipping{
  color: #ffffff80;
}
.product-details.desktop-only{
  display: flex;
  flex-direction: row;
}
.product-col p:last-of-type{
  font-size: 12px;
  color: #aba7a780;
}
.sumary-product{
  flex-direction: column;
  margin-left: 10px;
  width: 330px;
}
.product-col.shipping {
  font-weight: 400;
}
.desktop-only {
  display: block;
}
.desktop-only p{
  display: block;
  font-weight: 600;
  color: #e5e3e3e3;
}
.mobile-only,
.only-mobile {
  display: none;
}
.scroll-animation{
  display: block;
  width: 100%;
  position: relative;
  top: var(--header-h);
  width:100%;
  overflow:hidden;
  background:rgb(55,15,30);
  position: fixed;
  z-index: 999;
  height: 24px;
}

.discount-field{
  display: flex;
  flex-direction: column;
  align-items: end;
}

/* MODAL */
.total-modal{
  display: flex;  
  background: #370F1E;

}
.modal {
  z-index: 999;
  font-family: 'Crossfit', serif;
  color: #ffffff;
  font-size: 34.623px;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  isolation: isolate; 
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);      
  backdrop-filter: blur(6px) saturate(110%);
  -webkit-backdrop-filter: blur(6px) saturate(110%); /* Safari/iOS */
}
@supports not ((backdrop-filter: blur(6px)) or (-webkit-backdrop-filter: blur(6px))) {
  .modal-backdrop {
    background: rgba(0,0,0,.55);  /* só escurece, sem blur */
  }
}
.top-modal h3{
  margin: 0;
}
.modal-card img{
  width: 47px;
  height: 48px;
}
.modal-card button{
  font-family: 'Gelasio', serif;
  font-style: italic;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;           
}
#total-due-price-mobile{
  font-weight: 700;
  font-size: 18px;
}
#refresh-btn{
  background-color: #FFDC03;
  width: 100%;
  grid-area: btn; 
  grid-column: 1 / -1;  
  -webkit-tap-highlight-color: transparent;
  transition: transform .15s ease;
  transform-origin: center;
  transform: translateZ(0);    
  touch-action: manipulation; 
}
#refresh-btn:hover{
  transform: scale(1.03);      
}
#refresh-btn:active{
  transform: scale(1.06);      
}
@media (prefers-reduced-motion: reduce){
  #refresh-btn{ transition: none; }
}
.modal-text{
  flex-direction: column;
}
.top-modal{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#showMoreFields {
  color: #1a1a1a82;
  font-size: 12px;
  text-decoration: underline dotted;
  margin-top: 0;
}
.modal-card {
  width: 350px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "left right"
    "btn  btn";
  gap: 10px;
  margin: auto;
  position: relative;
  background: #370F1E;
  padding: 4rem 1rem 1rem;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.StripeInput {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}
input, select {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: none;
  font-size: 12px;
  padding: 12px 12px 12px;
}
@media (max-width: 599px) {
  .checkout-container {
    flex-direction: column;
  }
  .timer{
    margin: 0 !important;
    font-size: 16px;
    padding: 8px;
  }
  #paypalbtn {
    margin-left: 0 !important;
  }
  .mobile-hero p{
    margin: 0;
  }
  .infos-cards{
    margin: 0 !important;
  }
  .custom-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    margin-left: 0% !important;
  }
  .footer{
    display: block;
  }
  .testimonials-desktop{
    display: none;
  }
  .testimonials {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-family: 'Gelasio', serif;
    background-color: var(--testimonials-bg);
    width: 100%;
    padding: 23px 24px;
    box-sizing: border-box;
  }
  .custom-divider {
    margin-left: 10%;
  }
  .custom-divider::before,
  .custom-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #E0E0E0;
  }
  .custom-divider::before {
    margin-right: 10px;
  }
  .custom-divider::after {
    margin-left: 10px;
  }
  .custom-divider span {
    white-space: nowrap;
    color: #E0E0E0;
    font-weight: 500;
    font-size: 14px;
  }
  .checkout-left{
    height: auto;
    flex-direction: column;
  }
  .checkout-left {
    margin-top: var(--header-h)
  }
  .checkout-right {
    height: auto;
    flex-direction: column;
    padding: 23px 24px 22px 24px;
  }
  #payment-form {
    margin: auto;
    width: auto;
  }
  .StripeInput {
    padding: 8.85px;
  }
  .logo-superment {
    gap: 10px;
    width: 32.27px;
    height: 32.27px;
    margin-left: 10px;
    position: relative;
    background-repeat: no-repeat;   /* ✅ impede repetir */
    background-size: contain;       /* ✅ encaixa a imagem */
    background-position: center;    /* ✅ centraliza */
    vertical-align: middle;
  }
  .google-pay-details{
    margin-left: auto;
    margin-right: auto;
    margin: auto !important;
    width: auto;
    align-items: center;
  }
  .link-pay-details{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    align-items: center;
  }
 
  .desk-header{
    display: none !important;
  }
  .desktop-only {
    display: none !important;
  }

  .modal-card {
    width: 320px;
  }
  #title-price-mobile-accordion{
    font-weight: 700;
  }
  .discount-field{
    display: none;
  }  
  .money-back-30{
    width: 65px ;
    height: 97px ;
    align-self: flex-end;
    position: relative;
    right: 90px;
    top: 14px;
  }
  .money-back-90{
    width: 65px ;
    height: 97px ;
    align-self: flex-end;
    position: relative;
    right: 81px;
    top: 12px;
  }
  .money-back-120{
    width: 65px ;
    height: 97px ;
    align-self: flex-end;
    position: relative;
    right: 71px;
    top: 0px;
  }
  .money-back{
    width: 83px;
    height: 83px;
  }
  .close-icon{
    margin-left: 11px;
  }
  .discount-field-accordion{
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  #express-checkout-element {
    padding-bottom: 9px;
  }
  .new-mobile-sumary p:first-child {
    font-weight: 700 !important;
  }
  .coupon-icon {
    top: 12px;
  }
  .product-row.coupon-discount.accordion{
    display: flex;
  }
  .desktop-only-title {
    display: none;
  }
  .logo-desk{
    display: none;
  }
  .only-mobile{
    display: block;
  }
  .footer-desk {
    display: none;
  }
  #coupon-code-desktop{
    display: none;
  }
  .product-row.coupon-discount {
    display: none;
  }
  .product-row.coupon-discount.accordion{
    display: flex;
    width: 100%;
  }
  .product-row.product-text{
    border: 0;
  }
  .product-row.product-text.accordion{
    display: flex;
    border-top: 2px solid #ffffff59;
    font-size: 20px;
    align-items: end;
  }
  .product-row.product-text.accordion p {
    font-size: 17px;
    font-weight: 500 !important;
  }
  
  .new-mobile-sumary{
    padding: 21px 20px 0 21px;
    display: grid;
    grid-auto-columns: auto auto;
    grid-template-rows: auto auto; 
    gap: 2px 10px; 
    margin: 0;
    align-items: center;
  }
  .new-mobile-sumary p:first-of-type {
    grid-column: 1 / 3; /* nome ocupa as duas colunas na primeira linha */
    margin: 0;
  }
  .new-mobile-sumary p{
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 14px;
    line-height: 1;
  }
  .new-mobile-sumary p:nth-of-type(2) {
    font-weight: 400;
    margin-top: 0;
  }
  .desktop-only {
    display: none;
  }
  .guarantees-coupon{
    display: flex;
  }
  .product-details.desktop-only {
    display: none !important;
  }
  .product-details img{
    border-radius: 5px;
  }
  .mobile-only {
    display: flex;
    margin: 0;
  }
  .desk-left{
      margin-top: 19px;
  }
  .mobile-hero .img-product {
    margin: 30px 30px 10px 30px;
    max-width: 170px !important;
    max-height: 170px !important;
    border-radius: 25px;
  }
  .img-product.accordion{
    margin: 0;
    width: 63px;
    height: 63px;
  }
  .details-all.accordion{
    padding: 11px 0 15px 0;
    gap: 18px 0;
  }
  
  .title1 {
    margin-top: 23px;
    margin-bottom: 10px;
  }
  .mobile-hero{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    position: relative;
    justify-content: space-between;
    margin: 0;
    height: 325.4px;
    max-width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .mobile-hero h2{
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff99;
    margin: 0;
  }
  
  .mobile-hero #title-price-mobile{
    font-size: 28px;
  }
  .product-summary {  
    border-radius: 0 0 25.963px 25.963px;
    margin: 0;
    position: relative;
    top: var(--ticker-h);
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    justify-content: end;
  }
  .img-guarantess img {
    display: flex;
    width: 170px;
    height: auto;   
  }
  .product-info {
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin-bottom: 13px;
  }
  .product-text{
    color: #1a1a1ae6 !important;
  }.value-shipping{
    color: #37373780;
  }
  .details-all{
    margin: 0;
    padding: 8px 20px 16px 21px;
    gap: 18px 0px; 
  }
  .mobile-hero .details-trigger {
    font-size: 13px;
    font-weight: 500;
    color: #e8e8e8;
    text-decoration: none;
    cursor: pointer;
    background-color: #ffffff21;
    padding: 10px;
    border-radius: 18px;
  }
  .new-mobile-sumary.accordion{
    padding-left: 0;
    padding-right: 0;
    padding-top: 23px;
  }
  .new-mobile-sumary.accordion p{
    font-weight: 400 !important;
  }
  .new-mobile-sumary.accordion p:nth-of-type(2) {
    font-weight: 700 !important;
  }        
  .product-details.mobile-only.accordion-content.open {
    display: flex;
    flex-direction: column; 
    padding: 19px 20px 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.05);
    outline: none;
  }
  .product-row{
    gap: 30px
  }.accordion-content .product-price{
    color: #ffffff !important;
  }
  .accordion-content .product-text{
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 400;
  }

  .accordion-content .sumary-product{
    color: #ffffff !important;
  }
  .accordion-content .product-price{
    color: #ffffff !important;
  }
  .accordion-content .value-shipping{
    color: #ada8a894 !important;
  }
  .sumary-product {
    margin-right: 10px;
    color: #1a1a1ae6 !important;
    width: 330px;
    font-size: 14px;
  }
  .product-col p:last-of-type{
    color: #ada8a894;
    font-weight: 500;
  }
  .product-col.shipping {
    font-weight: 400;
  }
  .product-details{
    max-width: max-content;
  }
  .product-row > *:first-child {
    flex: 1;
  }
  .product-price{
    color: #1a1a1ae6;
  }
  .product-row .product-price,
  .product-row .value-shipping {
    text-align: right;
    min-width: 80px;
    white-space: nowrap;
  }
  input, select {
    padding: 11.5px 12px 11.5px;
  }
  #showMoreFields {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #card-element{
    margin-top: 5px;
  }
}

.link-pay-details {
  margin-left: auto;
  margin-right: auto;
  margin: 10px auto 0 10%;
  max-width: 380px;
  align-items: center;
  cursor: pointer;
}
.title-details{
  display: flex;
  font-size: 16px;
  color: #1a1a1ae6;
  margin-top: 20px;
  font-weight: 500;
}
.mobile-hero p{
  margin-top: 20px;
  font-style: italic;
  font-weight: 600;
  color: #370F1E;
  font-size: 13px;
  font-family: 'Gelasio', serif;
}

.mobile-only {
  display: none;
}
#link-pay {
  font-size: 12px !important;
}

/* PAYMENT */
form {
  display: flex;
  flex-direction: column;
}

input, select, button {
  border-top: 1px solid #e8e8e8;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
}

input::placeholder {
  color:#9a9a9a
}


.select-wrapper {
  position: relative;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 12px 40px 12px 12px;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  /* border: 1px solid #e8e8e8; */
  box-sizing: border-box;
}

/* Seta customizada */
.select-wrapper::after {
  content: "▾";
  font-size: 16px;
  color: #888;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#groupShipping-billing{
  margin-top: 20px;
}
.InputGroup {
  display: flex;
}
.InputGroup .input-wrapper {
  width: 50%;
}
.groupShipping{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  border-radius: 999px;
  overflow: visible;
}


#groupShipping{
  margin-bottom: 17px;
  margin-top: 18px;
}
/* Container geral dos elementos */
#card-elements, #payment-element {
  display: flex;
  flex-direction: column;
  overflow: hidden;

}
.icon-google {
  width: 27px !important;
}
.input-field {
  color: #1a1a1a80;
  outline: none;
  transition: all 0.3s ease;
}

.input-field:focus {
  border: 1px solid #66bfff;
  border-color: #66bfff;
  box-shadow: 0 0 0 3px rgba(102, 191, 255, 0.3);
}
/* Label clicável para selecionar método */
.payment-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s ease;
}
.accordion-overlay {
  position: fixed;
  top: var(--header-height, 70px);
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(28, 28, 28, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.accordion-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.accordion-overlay .accordion-content {
  background-color: #370f1e;
  width: 100%;
  max-width: 500px;
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.accordion-overlay.show .accordion-content {
  transform: translateY(0);
  opacity: 1;
}

.hidden {
  display: none;
}
.custom-divider {
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 11px;
  max-width: 380px;
  margin-left: 10%;
}
.custom-divider::before,
.custom-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #E0E0E0;
}

.custom-divider::before {
  margin-right: 10px;
}

.custom-divider::after {
  margin-left: 10px;
}

.custom-divider span {
  white-space: nowrap;
  color: #E0E0E0;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 4px;
}
.payment-option label.payment-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 12px 15px 12px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin: 0 6px 0 6px;
  margin-bottom: 0;
}
.desktop-only-title p{
  font-weight: 600;
  margin-bottom: 0;
  color: #ccc6c6bf;
}
.google-pay-details {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 0 10%;
  max-width: 380px;
  align-items: center;
}

.card-details,
.google-pay-details {
  flex-direction: column;
  padding-top: 7px;
  font-size: 13px;
  color: #1a1a1ab2;
}
/* Campos de cartão */


.card-expiry {
  display: flex;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #e8e8e8;
  border-top: none;
  overflow: hidden;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#card-expiry-element {
  width: 50%;
  border: 0;
}
.card-title{
  margin-bottom: 12px;
}
.InputElement{
  font-size: 14px !important;
}
#card-cvc-element {
  width: 50%;
  border: 0;
  border-left: 1px solid #e8e8e8;
  border-top-left-radius: 0;
}
.RadioButton {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid black;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  padding: 0 !important;
}

.RadioButton:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: black;
}
.payment-label.selected {
  font-weight: 500;
}
#name {
  border-left: 1px solid #e8e8e8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#shippingAdministrativeArea {
  border-bottom: 1px solid #e8e8e8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #9c9c9c;
  padding: 14px 12px !important;
}

#shippingPostalCode {
  border-left: 0;
}

#shippingAddressLine1 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #e8e8e8;
}

#shippingAddressLine1.expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

#country {
  color: #1A1A1A66;
  background-color: #e8e8e8;
}

#payment-message {
  color: red;
}
.save-information{
  display: flex;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.text-informations{
  display: flex;
  flex-direction: column;
  color: gray;
}
.info{
  color: #5b5959;
  font-weight: 500;
  font-size: 14px;
}
.info2{
  font-size: 13px;
}
.text-informations p{
  margin: 0;
}
.icon {
  width: 18px;
  margin-top: 3px;
}
/* Método de pagamento base */
.payment-method label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 12px;
  margin-top: 8px;
  background-color: #f6f8fa;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

label[for="payment-method-google"] {
  border-top: 1px solid #e8e8e8;
}

.infos-cards{
  margin: 0 auto 20px 10%;
  max-width: 380px;
}
.infos-cards img{
  max-width: 100%;
  width: 100%;
  border: 1.5px solid #1a1a1a2c;
  height: auto;
  border-radius: 10px ;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}
.testimonials{
  display:none;
}

.satisfaction{
  text-align: center;
  background: rgba(255, 255, 255, 0.4); 
  padding: 12px 0px 6px;
  align-items: center;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  justify-items: center;
  color: #370F1E;
  box-sizing: border-box;
}
.dep{
  background: rgba(255, 255, 255, 0.4); 
  padding: 14px 20px;
  max-width: 100%;
  border-radius: 10px;
  color: #370F1E;
  box-sizing: border-box;
}
.satisfaction p{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.satisfaction p:nth-of-type(2) {
  margin: 2px 0 0px;
}
.ligth{
  font-weight: 300;
}
.real{
  font-family: 'Gelasio', serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.314px;
  font-weight: 600;
  padding-top: 22px;
  padding-bottom: 9px;
  margin-right: 6px;
}
.stars{
  color: #370F1E;
  font-size: 19px;
  font-weight: 700;
}
.tagline h1{
  color: #ffffff;
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 15.7px;
  line-height: 1;
}
.tagline{
  padding: 22px 0px 18px 25px;
  display: flex;
  font-family: 'Gelasio', serif;
  background-color: #370F1E;  
  color: #ffffff;
  font-style: italic;
  align-items: center;
  gap: 22px;
}
.tagline-yellow h1{
  font-size: 29px;
  color: #370F1E;
  margin: 0;
  letter-spacing: 0.596px;
}
.tagline-yellow{
  padding: 22px 0px 21px 25px;
  background-color: #FFDC03;
  color: #370F1E;
  font-family: 'Crossfit', serif;
}
.tagline img{
  height: 57px;
  width: 46px;
}
.dep h1{
  font-family: 'Crossfit', serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  margin-right: 10px;
 
}
.title-dep{
  display: flex;
  align-items: center;
  gap: 10px;
}
.dep p{
  font-family: 'Gelasio', serif;
  font-style: italic;
  font-size: 15.5px;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.depoiments{
  margin-top: 20px;
  font-style: normal;
  font-size: 15.5px;
  color: #370F1E;
}
.title-dep p{
  color: #0C69FC;
  margin: 0;
  font-size: 12px;
  font-weight: 100;
}
.dep img{
  height: 22px;
}
.timer img{
  width: 19px;
}
.btn-radio {
  display: flex;
  gap: 8px;
  align-items: end;
}
button {
  border-radius: 20px;
  background: #FFA100;
  color: #1A1A1A;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 6px;
  padding: 11px;
}
#google-pay-button{
  border-radius: 20px;
}
.btn-google {
  background: #000 !important;
  color: #fff !important;
}

.back-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  position: relative;
  height: 40px;
}

#email {
  border: 1px solid #e8e8e8;
  border-radius: 10px; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  outline: none;
  width: 100%;
  transition: box-shadow 0.2s ease-in-out;
  margin-top: 10px;
}

#email:focus {
  border: 1px solid #66bfff;
  border-color: #66bfff;
  box-shadow: 0 0 0 3px rgba(102, 191, 255, 0.3);
}
#showMoreFields-billing{
  color: #1a1a1ab2;
  font-size: 14px;
  text-decoration: underline dotted;
}
.billing{
  margin-top: 5px;
  margin-bottom: 5px;
}
#billing-country{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color:#9c9c9c
}
.input-field.expanded {
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#billing-line1{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #e8e8e8;
}
#billing-line1.expanded{
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#billing-postal{
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom: 1px solid #e8e8e8;

}
#billing-name {
  border: 1px solid #e8e8e8;
  border-radius: 10px; 
  padding: 13px 12px 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  outline: none;
  width: 100%;
  transition: box-shadow 0.2s ease-in-out;
  margin-top: 10px;
  margin-bottom: 12px;
}

#billing-name:focus {
  border: 1px solid #66bfff;
  border-color: #66bfff;
  box-shadow: 0 0 0 3px rgba(102, 191, 255, 0.3);
}
.arrow {
  width: 20px;
  height: 20px;
}
.back-content{
  display: flex;
  align-items: center;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-content.open {
  max-height: 1000px;
}
.desk-header{
  display: block;
  padding: 40px 20px 0;
}
.logo-superment, .voltar {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.logo-superment {
  gap: 16px;
  width: 32.27px;
  height: 32.27px;
  background-repeat: no-repeat;   /* ✅ impede repetir */
  background-size: contain;       /* ✅ encaixa a imagem */
  background-position: center;    /* ✅ centraliza */
  vertical-align: middle;
}
.logo {
  width: 32px;
  height: 34px;
}


.voltar {
  opacity: 0;
  left: 40px;
  position: absolute;
}
.back-button:hover .logo-superment {
  opacity: 0;
}

.back-button:hover .voltar {
  opacity: 1;
}
.details-trigger {
  font-size: 10px;
  color: #e8e8e8;
  cursor: pointer;
  background-color: #8D4B63;
  padding: 6px 17px 8px;
  border-radius: 25px;
}
.timer{
  display: flex;
  border: 1.5px solid #1a1a1a2c; 
  border-radius: 10px ;
  justify-content: center;
  padding: 8px;
  color: #1a1a1ab3;
  font-size: 14.6px;
  gap: 10px;
  font-weight: 400;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
  max-width: 358px;
  margin: 20px auto 0 10%;
}
#btn-stripe{
  background-color: #21b942;
}
#paypal-button-container{
  max-width: 380px;   
}
#paypalbtn {
  display: block;
  max-width: 377px;   
  margin: 20px auto 0 10%;
}
#checkout-button {
  display: none !important;
}
.css-au42bs {
  display: none !important;
}
.vertical.css-134chkc {
  margin-top: 0 !important;
}
.item-header{
  display: none !important;
}
.checkbox{
  display: flex;
  font-size: 13px;
  color: #1a1a1ab2;
  box-sizing: border-box;
  align-items: center;
  margin-top: 9px;
}

.custom-checkbox {
  padding: 0.5rem !important;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  margin-right: 8px;
}

.custom-checkbox:checked {
  border-color: #e0e0e0;
  background-color: #fff;
}
.custom-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 7px;
  top: -5px;
  width: 6px;
  height: 13px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scaleY(1.2);
}

@media (min-width: 600px) {
  .scroll-animation {
    display: none;
  }
  #paypal-button-container{
    max-width: 380px;   
    margin: 20px auto 0 10%;
  }
}