#new-thd-pdp {
  min-height: 80dvh;
  width: 100vw;
  background: var(--creme);
  border-top: 2px solid black;
}
#new-thd-pdp #product-hero {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
}
#new-thd-pdp #product-hero .product-hero-images {
  width: 100%;
  height: 100%;
  min-height: calc(100dvh - 150px);
  position: relative;
}
#new-thd-pdp #product-hero .product-hero-images .product-images,
#new-thd-pdp #product-hero .product-hero-images .swiper-container,
#new-thd-pdp #product-hero .product-hero-images .swiper-wrapper,
#new-thd-pdp #product-hero .product-hero-images .swiper-slide,
#new-thd-pdp #product-hero .product-hero-images .swiper-slide a,
#new-thd-pdp #product-hero .product-hero-images .swiper-slide img {
  height: 100% !important;
  max-height: unset !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
#new-thd-pdp #product-hero .product-hero-images .product-images .swiper-pagination {
  bottom: 20px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 3;
}
#new-thd-pdp #product-hero .product-hero-images .product-images .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background: white;
  opacity: 50%;
}
#new-thd-pdp #product-hero .product-hero-images .product-images .swiper-pagination .swiper-pagination-bullet:not(.active) {
  cursor: pointer;
}
#new-thd-pdp #product-hero .product-hero-images .product-images .swiper-pagination .swiper-pagination-bullet.active {
  opacity: 1;
}
#new-thd-pdp #product-hero .product-hero-images .product-banner {
  position: absolute;
  top: 0;
  left: 75px;
  z-index: 2;
}
#new-thd-pdp #product-hero .product-hero-images .product-banner svg {
  height: 150px;
  width: auto;
}
#new-thd-pdp #product-hero .product-hero-images .product-badge {
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: -40px;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#new-thd-pdp #product-hero .product-hero-images .product-badge svg {
  width: 80px;
  height: 80px;
}
#new-thd-pdp #product-hero .product-hero-details {
  padding: 42px 72px 0 42px;
}
#new-thd-pdp #product-hero .product-hero-details .product-label, #new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(3) > div > a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--brown);
}
#new-thd-pdp #product-hero .product-hero-details .product-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
}
#new-thd-pdp #product-hero .product-hero-details .product-info .product-title {
  grid-area: 1/1/2/3;
  margin-bottom: 10px;
}
#new-thd-pdp #product-hero .product-hero-details .product-info .variant-title {
  grid-area: 2/1/4/2;
}
#new-thd-pdp #product-hero .product-hero-details .product-info .price-container {
  grid-area: 2/2/3/3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#new-thd-pdp #product-hero .product-hero-details .product-info .price-container .product-price {
  font-size: 24px;
}
#new-thd-pdp #product-hero .product-hero-details .product-info .price-container span {
  display: inline-flex;
  opacity: 0.8;
  text-decoration: line-through;
  margin-right: 5px;
}
#new-thd-pdp #product-hero .product-hero-details .product-info .product-weight {
  grid-area: 3/2/4/3;
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
#new-thd-pdp #product-hero .product-hero-details .product-info .CA_shipping_product {
  display: none;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants {
  padding: 40px 0;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants .product-variants-group {
  display: flex;
  gap: 18px;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants .product-variants-group .variant-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100px;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants .product-variants-group .variant-wrapper .btn-variant {
  margin: 0;
  border: none;
  height: 94px;
  width: 94px;
  border-radius: 50%;
  overflow: hidden;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants .product-variants-group .variant-wrapper .btn-variant[selected=selected] {
  pointer-events: none !important;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants .product-variants-group .variant-wrapper .btn-variant[selected=selected] .btn-variant-content {
  opacity: 1;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants .product-variants-group .variant-wrapper .btn-variant .btn-variant-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0.5;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants .product-variants-group .variant-wrapper .btn-variant .btn-variant-content img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants .product-variants-group .variant-wrapper .btn-variant .btn-variant-content:hover {
  opacity: 1;
}
#new-thd-pdp #product-hero .product-hero-details .product-variants .product-variants-group .variant-wrapper .variant-name {
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}
#new-thd-pdp #product-hero .product-hero-details .product-promos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 30px 0;
}
#new-thd-pdp #product-hero .product-hero-details .product-promos .product-label, #new-thd-pdp #product-hero .product-hero-details .product-promos .product-form > div:nth-child(3) > div > a {
  display: flex;
}
#new-thd-pdp #product-hero .product-hero-details .product-promos .product-label > *, #new-thd-pdp #product-hero .product-hero-details .product-promos .product-form > div:nth-child(3) > div > a > * {
  max-width: 140px;
}
#new-thd-pdp #product-hero .product-hero-details .product-promos .product-label:nth-of-type(1), #new-thd-pdp #product-hero .product-hero-details .product-promos .product-form > div:nth-child(3) > div > a:nth-of-type(1) {
  justify-content: flex-start;
  text-align: left;
}
#new-thd-pdp #product-hero .product-hero-details .product-promos .product-label:nth-of-type(2), #new-thd-pdp #product-hero .product-hero-details .product-promos .product-form > div:nth-child(3) > div > a:nth-of-type(2) {
  justify-content: center;
  text-align: center;
}
#new-thd-pdp #product-hero .product-hero-details .product-promos .product-label:nth-of-type(3), #new-thd-pdp #product-hero .product-hero-details .product-promos .product-form > div:nth-child(3) > div > a:nth-of-type(3) {
  justify-content: flex-end;
  padding-left: 20px;
}
#new-thd-pdp #product-hero .product-hero-details .product-promos .product-label:nth-of-type(3) *, #new-thd-pdp #product-hero .product-hero-details .product-promos .product-form > div:nth-child(3) > div > a:nth-of-type(3) * {
  text-align: right;
}
#new-thd-pdp #product-hero .product-hero-details .product-promos * {
  color: var(--brown) !important;
  font-size: 12px;
  font-weight: 600;
  margin: 0 !important;
  flex: unset;
  max-width: 100%;
}
#new-thd-pdp #product-hero .product-hero-details .product-form {
  display: grid;
  -moz-column-gap: 50px;
       column-gap: 50px;
  grid-template-columns: 1fr 1.5fr;
  border-top: 1px solid var(--brown);
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(1) {
  grid-area: 1/1/1/2;
  padding: 25px 0;
  margin: 0;
  max-width: unset;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(1) .form-quantity {
  width: 100%;
  height: 48px;
  overflow: hidden;
  padding: 10px;
  border-radius: 48px;
  border: 1px solid black;
  background-color: white;
  display: flex;
  align-items: center;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(2) {
  grid-area: 1/2/1/3;
  display: flex;
  align-items: center;
  padding: 0;
  max-width: unset;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(2) input,
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(2) .btn {
  margin: 0 !important;
  padding: 0;
  flex-grow: 1;
  width: unset;
  height: 48px;
  border: 1px solid black;
  color: white;
  border-radius: 48px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: -8px 8px 0px 0px black;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(2) .js-addtocart-text {
  display: none !important;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(3) {
  grid-area: 2/1/2/3;
  border-top: 1px solid var(--brown);
  border-bottom: 1px solid var(--brown);
  padding: 15px 0 !important;
  margin: 0 !important;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(3) > div > a {
  padding: 0 !important;
  margin: 0 !important;
  color: black;
  font-weight: 600;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(3) > div > a > :nth-of-type(1) svg {
  display: none;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(3) > div > a * {
  padding: 0 !important;
  margin: 0 !important;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(3) > div > a + *:not([display=none]) {
  margin-top: 15px !important;
}
#new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(3) > div > div {
  display: none;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head {
  height: auto;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head > div:nth-child(1) {
  display: none;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head > div:nth-child(1).transition-up-active + .shipping-calculator-form {
  display: none;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form {
  position: relative !important;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group * {
  margin: 0 !important;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group .alert-danger,
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group .alert-error {
  color: var(--red);
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group > div:nth-of-type(1),
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group > div:nth-of-type(2),
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group > div:nth-of-type(3) {
  display: none;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group .form-control-container input.form-control {
  width: 60%;
  background-color: var(--beige);
  color: black;
  text-transform: uppercase;
  height: 48px;
  border-radius: 8px;
  border: none;
  padding: 10px 50px 10px 15px;
  margin: 0 0 15px;
  font-weight: 500;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group .form-control-container input.form-control::-moz-placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group .form-control-container input.form-control::placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .shipping-calculator-head .shipping-calculator-form .form-group div[aria-label="Calcular frete"] {
  display: none;
  pointer-events: none;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .js-shipping-calculator-response > div:nth-of-type(1),
#new-thd-pdp #product-hero .product-hero-details .product-form .js-shipping-calculator-response > div:nth-of-type(2) {
  display: none;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .js-shipping-calculator-response .radio-button-container .card {
  width: 60%;
  background-color: var(--beige);
  padding: 15px !important;
  margin-bottom: 15px !important;
  border-radius: 8px;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .js-shipping-calculator-response .radio-button-container .card * {
  font-size: 12px;
  color: black;
  font-weight: 500;
  opacity: 1;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .js-shipping-calculator-response .radio-button-container .card .shipping-option-name {
  text-transform: uppercase;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .js-shipping-calculator-response .js-toggle-more-shipping-options {
  margin: 0 !important;
  text-align: left !important;
}
#new-thd-pdp #product-hero .product-hero-details .product-form .js-shipping-calculator-response > div:nth-of-type(3) {
  margin: 0 !important;
}

@media (max-width: 1119px) {
  #new-thd-pdp #product-hero {
    grid-template-columns: 1fr;
    gap: unset;
  }
  #new-thd-pdp #product-hero .product-hero-images {
    width: 100vw;
    min-height: unset;
    aspect-ratio: 0.9;
  }
  #new-thd-pdp #product-hero .product-hero-images .product-badge {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1119px) {
  #new-thd-pdp #product-hero .product-hero-images {
    max-height: 60dvh;
  }
}
@media (max-width: 767px) {
  #new-thd-pdp #product-hero .product-hero-images .product-banner {
    display: none;
  }
  #new-thd-pdp #product-hero .product-hero-details {
    padding: 16px 22px 0 22px;
  }
  #new-thd-pdp #product-hero .product-hero-details .product-label, #new-thd-pdp #product-hero .product-hero-details .product-form > div:nth-child(3) > div > a {
    font-size: 12px;
  }
  #new-thd-pdp #product-hero .product-hero-details .variant-title {
    font-size: 32px;
  }
  #new-thd-pdp #product-hero .product-hero-details .product-info {
    grid-template-columns: 2fr 1fr;
  }
  #new-thd-pdp #product-hero .product-hero-details .product-info .product-price {
    font-size: 20px;
  }
}/*# sourceMappingURL=pdp.css.map */