/* BREADCRUMB */

.x-product .x-product__main .o-breadcrumbs {
  padding: 0.5% 1.7857142857%;
}

/* FAIXA PROMOCIONAL */

.faixa-promocional {
  background-color: #d80047;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-size: 16px;
}

.container-baixe-app {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fundo-branco-container {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  padding: 0.6rem;
  width: 100%;
  justify-content: center;
  margin-bottom: 17px;
  max-height: 40px;
}

.fundo-branco-container div {
  font-size: 16px;
}

.fundo-branco-container a {
  color: #d80047;
  text-decoration: underline;
}

/* PRODUTO */

.m-product .m-product__firstScroll {
  padding: 0 70px;
}

.m-product .m-product__firstScroll .m-product__images {
  width: 58%;
}

.m-product .m-product__firstScroll .m-productImages {
  gap: 8%;
}

.m-product .m-product__firstScroll .m-productImages .m-productImages__main {
  position: relative;
}

.m-product .m-product__firstScroll .m-product__images .m-productImages__thumbs {
  width: 20%;
  margin-top: 20px;
}

.m-product
  .m-product__firstScroll
  .m-product__images
  .slick-vertical
  .slick-slide {
  width: 100% !important;
}

.m-product
  .m-product__firstScroll
  .m-product__images
  .a-thumbs__item
  + .a-thumbs__item {
  margin-top: 10%;
}

.m-product .m-product__firstScroll .m-product__skuInfo {
  width: 35%;
  min-width: 425px;
}

/* LADO DIREITO */

.m-productSkuInfo__selectedSku .a-productMainInfo__container {
  display: flex;
  flex-direction: column;
}

.m-productSkuInfo__selectedSku
  .a-productMainInfo__container
  .a-productMainInfo__title {
  order: 1;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: auto;
  max-height: 60px;
}

.m-product
  .m-product__description.m-description.is--full-false
  .text--description-pdp {
  -webkit-line-clamp: none;
  line-clamp: none;
}

.m-productSkuInfo__selectedSku .a-productMainInfo__container .m-flags__list {
  order: 2;
  display: inline-block;
  margin-bottom: 14px;
}

.m-selectedSku .a-productMainInfo__title.a-product__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}

.m-selectedSku .a-product__stars {
  justify-content: space-between;
  height: fit-content;
  margin-bottom: 22px;
}

.m-selectedSku .a-product__stars .a-product__referenceCode {
  font-weight: 200;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  gap: 5px;
  padding-top: 1px;
}

.m-selectedSku
  .a-product__stars
  .a-product__referenceCode
  span[rv-text="state.productReference"] {
  font-weight: 200;
  font-size: 14px;
  line-height: 100%;
  font-family: "ObjektivMk3", Arial, sans-serif;
}

.m-selectedSku .trustvox-fluid-jump.trustvox-widget-rating {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.m-selectedSku .trustvox-widget-rating span.rating-click-here {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #d80039;
}

.m-selectedSku .m-selectedSku__price .new-listprice-product-tume {
  font-weight: 200;
  font-size: 15px;
  line-height: 100%;
  color: #000000;
}

.m-selectedSku .m-selectedSku__price .a-selectedSku__bestPrice strong {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  color: #000000;
}

.m-selectedSku .m-selectedSku__price .a-selectedSku__bestPrice p,
.m-selectedSku .m-selectedSku__price .a-selectedSku__bestPrice span {
  font-weight: 200 !important;
  font-size: 15px !important;
  line-height: 100%;
}

.m-selectedSku .a-selectedSku__disclaimer > small {
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  width: 100%;
  margin-top: 10px;
  color: #474747;
}

.m-selectedSku
  .m-selectedSku__addToCartForm.m-addToCarForm
  .m-addToCartForm__quantitySelectorInput {
  align-items: center;
}

.m-selectedSku
  .m-selectedSku__addToCartForm.m-addToCarForm
  .m-addToCartForm__quantitySelectorInput
  .m-quantitySelector__fields {
  gap: 10px;
}

.m-selectedSku
  .m-selectedSku__addToCartForm.m-addToCarForm
  .m-addToCartForm__quantitySelectorInput
  .m-quantitySelector__fields
  .a-quantitySelector__input {
  width: 100%;
  max-width: 65px;
  border: 1px solid #ffaa00;
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  padding: 10px 8px;
  color: #000000;
}

.m-selectedSku
  .m-selectedSku__addToCartForm.m-addToCarForm
  .a-productSkuInfo__mainButton.a-button {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  font-family: "ObjektivMk3", Arial, sans-serif !important;
}

.m-selectedSku
  .m-selectedSku__addToCartForm.m-addToCarForm
  .a-productSkuInfo__mainButton.a-button:hover,
.m-selectedSku
  .m-selectedSku__addToCartForm.m-addToCarForm
  .m-addToCartForm__quantitySelectorInput
  button:hover {
  outline: solid 2px #ffaa00 !important;
}

.m-product .compre-junto-vitrini .x-product__modal-buy-btn:hover {
  background-color: rgb(241, 161, 1);
  outline: solid 1px #fa0;
}

.m-product .m-flags__list .tn-exclusivo-site-selo {
  height: 20px !important;
  margin-top: 10px;
  display: none;
}

.m-product
  .m-product__description
  #caracteriscas-pdp
  #caracteriscas-pdp--container {
  column-gap: 32px;
}

.m-product .installment-price-new {
  font-weight: 200;
  font-size: 15px;
  color: #000;
}

.m-product .installment-price-new span {
  font-weight: 600;
}

.m-product .installment-price-new .img__installments-price {
  width: 16px;
}

/* LADO ESQUERDO */

.m-product__images
  .m-productMainInfo__benefitsContainer
  .a-product__link.a-productMainInfo__seeMoreBenefits {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.m-product__images
  .m-productMainInfo__benefitsContainer
  .a-productMainInfo__benefits {
  font-size: 16px;
  font-weight: 300;
}

.m-product__images .a-mainImages__item img {
  max-height: 415px;
  max-width: 397px;
}

.m-product__images .image-slider-arrow-right,
.m-product__images .image-slider-arrow-left {
  color: #d80039;
}

.m-product__images .image-slider-buttons {
  bottom: 0px;
}

.m-product__images .image-slider-buttons .image-slider-button {
  border-radius: 0%;
  width: 15px;
  height: 3px;
}

.m-product__images .m-productImages__main .m-mainImages {
  height: 420px;
}

.m-product__images .slick-list .a-thumbs__item {
  width: 100% !important;
  cursor: pointer;
}

.m-product__images .m-productMainInfo__container {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 3rem;
}

.m-product__images .a-productMainInfo__sectionButton img {
  width: 23px;
  height: 23px;
}

.m-product__images .a-productMainInfo__sectionButton {
  background-color: #d9d9d9;
  border-radius: 50%;
  padding: 8px;
}

.m-product__images .a-productMainInfo__sectionButton:hover {
  outline: auto;
}

.m-product__images .m-productImages {
  height: fit-content;
}

.m-product__images .m-productMainInfo__benefitsContainer {
  margin: 0px;
}

.m-product__images .m-productMainInfo__shareContainer {
  width: fit-content;
  height: fit-content;
  margin: 0px;
}

.m-product__images .a-productMainInfo__benefits span {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}

.m-productMainInfo__container .m-productMainInfo__shareContainer {
  position: relative;
}

.m-productMainInfo__container
  .m-productMainInfo__shareContainer
  .m-productMainInfo__shareLinks.m-shareLinks {
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
  top: -10px;
  padding: 1rem;
  min-width: 180px;
  box-shadow: 2px 8px 10px -3px #e7e7e7;
  display: none;
}

.m-productMainInfo__shareLinks .a-shareLinks__item.is--close-modal {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #ececec;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

/* VITRINE SIMILARES */

.x-shelf__title {
  padding: 0px !important;
}

.x-shelf__price-text .installments-vitrini {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}

.x-shelf__price-text .installments-vitrini .installments-vitrine--price span {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 3px;
  display: inline-block;
}

.x-shelf__price-text .installments-vitrini .installments-vitrine--price span {
  font-weight: 200;
}

.m-product .shelf-container {
  margin-top: 4rem;
  min-height: 400px;
}

.m-product .shelf-container .shelf-title {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 100%;
  margin: 0px !important;
  padding: 0.5rem 0px;
}

.m-product .shelf-container.compre-junto-vitrini .shelf-title {
  margin-bottom: 32px !important;
}

.m-product .shelf-relative-container .shelf-products-container .vh-selos {
  display: none !important;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item {
  width: 25% !important;
}

.m-product .shelf-container .x-shelf__title,
.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item
  .product_name {
  font-weight: 200;
  font-size: 15px;
  line-height: 19px;
  line-clamp: 3;
  overflow: hidden;
  height: 55px;
  min-height: 55px;
  max-height: 55px;
  color: #000000;
  -webkit-line-clamp: 3;
}

.m-product .shelf-container .x-shelf__price-text .x-shelf__old-price {
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
}

.m-product .shelf-container .x-shelf__price-text .x-shelf__best-price,
.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item
  .price--container
  .product_price {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: black;
}

.compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item
  .price--container {
  height: 63px;
}

.m-product .shelf-container .x-shelf__price-text .installments-vitrini {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: black;
}

.m-product .shelf-container .x-shelf__img-container .x-shelf__discount-flag {
  top: 10px;
}

.m-product .shelf-container .shelf-relative-container .slick-prev,
.m-product .shelf-container .shelf-relative-container .slick-next,
.m-product .shelf-container .shelf-relative-container .slick-prev:hover,
.m-product .shelf-container .shelf-relative-container .slick-next:hover,
.m-product .shelf-container .shelf-relative-container .slick-prev:focus,
.m-product .shelf-container .shelf-relative-container .slick-next:focus {
  background-color: transparent;
  box-shadow: none;
  color: #d80039;
}

.m-product .shelf-container .shelf-relative-container .slick-prev {
  left: -10px;
  top: 5px;
}

.m-product .shelf-container .shelf-relative-container .slick-next {
  right: -10px;
  top: 5px;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container {
  gap: 53px;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item:not(:last-child)
  .total--icon {
  right: -3rem;
  top: 55%;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item:not(:last-child) {
  gap: 0px;
  height: 422px;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product--total
  .total--price {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  height: auto;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product--total
  .total--button {
  text-transform: lowercase;
  background: #ffaa00;
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  border-radius: 5px;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product--total
  .total--button:hover {
  outline: solid 2px #ffaa00;
  background-color: rgb(241, 161, 1) !important;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item:not(:last-child) {
  border-color: #d1d1d1;
  border-radius: 11px;
  padding: 15px 40px;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product--total {
  border: 1px solid #d1d1d1;
  border-radius: 11px;
  padding: 15px 40px;
  background-color: #f9f9f9 !important;
  gap: 10px;
  height: 422px;
}

.m-product .compre-junto-vitrini .total--description,
.m-product .compre-junto-vitrini .total--description .qty--product {
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 100% !important;
  text-align: center;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item:not(:last-child)
  .total--icon {
  background-color: #ffaa00;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item:not(:last-child)
  .total--icon
  span {
  font-size: 20px;
  color: black;
  font-weight: 600;
}

.m-product .compre-junto-vitrini .x-product__modal-buy-btn {
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  padding: 10px 0;
  font-weight: 600;
  text-transform: lowercase;
  border-radius: 5px;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item:nth-child(n + 2):not(:last-child)
  .product_container--actions {
  right: 26px;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item
  .container--info {
  gap: 1.25rem;
}

.m-product
  .compre-junto-vitrini
  .container--info
  .price--container
  .product_price--list {
  font-weight: 200;
  font-size: 13px;
  line-height: 100%;
  height: 13px;
  color: #000000;
  margin-bottom: 3.5px;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item
  .product--image {
  max-width: 190px;
  max-height: 190px;
  height: 190px;
  margin: 0 auto;
}

.m-product .shelf-products-container .x-shelf__img-container {
  min-height: 190px;
}

.m-product
  .shelf-products-container
  .x-shelf__img-container
  .x-shelf__link.classe-rastreio-click-smarthint {
  height: 190px;
  width: 190px;
  margin-bottom: 12px;
}

.m-product
  .compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product--total {
  margin-left: 0px;
}

.compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item
  .product_container--actions
  .refresh:hover {
  outline: solid 2px #ffaa00;
}

.compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item
  .price--container
  .product_price--installment {
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 18px;
  color: #000000;
}

.compre-junto-vitrini
  .shelf-relative-container
  .shelf-products-container
  .product_item
  .price--container
  .product_price--installment
  span {
  font-weight: 200;
}

.m-productImages .image-slider-arrow-top {
  width: fit-content;
  position: absolute;
  transform: rotate(90deg);
  left: 40%;
  top: -25px;
  color: #d80039;
}

.m-productImages .image-slider-arrow-bottom {
  width: fit-content;
  position: absolute;
  transform: rotate(90deg);
  bottom: -25px;
  left: 40%;
  color: #d80039;
}

.m-productImages .m-productImages__main .m-productImages__flag-highlight {
  background-color: #d80039;
  width: fit-content;
  color: #fff;
  padding: 8px 16px 4px;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  bottom: 45px;
  left: 17%;
}

.m-productImages .m-productImages__main .m-productImages__discount-flag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #89005a;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0.625rem;
  left: 17%;
  text-align: center;
  text-transform: uppercase;
  height: 2.5rem;
  width: 2.5rem;
  z-index: 2;
  font-size: 10px;
}

/* ESPECIFICAÇÕES, CARACTERÍSTICAS */

.m-product
  .m-product__description
  #caracteriscas-pdp
  .m-product__description-title,
.m-product
  .m-product__description
  #descricao-pdp
  .m-product__description-title {
  color: black;
  padding: 2rem 0;
  text-align: left;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 100%;
  margin-top: 3rem;
}

.m-product .m-product__description #caracteriscas-pdp .text--description-pdp,
.m-product .m-product__description #descricao-pdp .text--description-pdp,
.m-product .text-seo-container-pdp .text-seo-content.text-seo-content--active {
  color: black;
}

.m-product
  .text-seo-container-pdp
  .text-seo-content.text-seo-content--active
  h1 {
  font-size: 1.2rem;
}

.m-product .m-product__description .specification--grid {
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 5px 15px;
}

.m-product .m-product__description .specification--grid > span:first-child {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.m-product .m-product__description .see-more--btn {
  font-weight: 600;
  font-size: 16px;
  color: #d80039 !important;
  padding-left: 0px !important;
}

.m-product .m-product__description #descricao-pdp .see-more--btn {
  display: none;
}

.m-product .m-product__description .see-more--btn:hover {
  outline-color: transparent !important;
}

.m-product .slick-next:before,
.m-product .slick-prev:before {
  width: 24px;
  height: 24px;
  background-image: url(https://tumelerosaintgobain.vteximg.com.br/arquivos/left-caret.png);
}

.m-product .slick-next:focus:before,
.m-product .slick-next:hover:before,
.m-product .slick-prev:focus:before,
.m-product .slick-prev:hover:before {
  background-image: url(https://tumelerosaintgobain.vteximg.com.br/arquivos/left-caret.png);
}

.m-product .m-product__description .text-seo-container-pdp {
  padding: 0px;
  margin: 0px;
}

.m-product .see-more-container button {
  background-color: transparent;
  padding: 0px;
  text-decoration: underline;
  font-weight: 700;
  color: #d80039;
}

.m-product .caracteriscas-pdp--container .specification--grid {
  padding: 0.5rem;
}

.m-product .text-seo-container-pdp .see-more-container {
  padding: 1rem 0px;
}

.m-product__description
  #caracteriscas-pdp
  #caracteriscas-pdp--container
  > *:nth-child(4n + 3),
.m-product__description
  #caracteriscas-pdp
  #caracteriscas-pdp--container
  > *:nth-child(4n + 4) {
  background-color: #eaeaea;
  font-weight: 600;
}

.m-product__description
  #caracteriscas-pdp
  #caracteriscas-pdp--container
  > *:nth-child(4n + 2),
.m-product__description
  #caracteriscas-pdp
  #caracteriscas-pdp--container
  > *:nth-child(4n + 1) {
  background-color: transparent;
}

/* TRUSTVOX */

.x-product__main .trustvox-container .shelf-title {
  color: black;
  padding: 2rem 0;
  text-align: left;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 100%;
  margin-top: 3rem;
}
