.product-wrapper {
  font-size: 16px;
  margin: 0 auto;
}

.product-wrapper {
  max-width: 1320px;
}

.product-container {
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
  height: auto;
}

.product-container .product-container-row {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 0%;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-container .product-container-row .product-container-col {
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
}

.product-container .product-container-row .product-container-col.col-3 {
  flex-basis: 0%;
  flex-grow: 3;
  flex-shrink: 1;
}

.product-container .product-container-row .product-container-col.col-2 {
  flex-basis: 0%;
  flex-grow: 2;
  flex-shrink: 1;
}

.product-container .product-container-row .product-container-col.col-1,
.product-container .product-container-row .product-container-col {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.product-container .product-container-row .product-container-col.col-right {
  max-width: 325px;
  min-width: 325px;
}

.product-ui-sticky-wrapper {
  margin-bottom: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  z-index: 1;
}

.product-ui-sticky-wrapper__right {
  z-index: 0;
}

.product-leftover-images-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: var(--primary-color);
}

.product-row-with-separator:not(:empty):after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin: 40px;
}

.product-container__top-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-header {
  width: 100%;
}

.product-header_title-container {
  display: flex;
  flex: initial;
}

.product-header__mobile,
.product-container__variations__mobile,
.product-container__price__mobile,
.product-container-mobile-infos {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 8px;
  margin-top: 20px !important;
}

.product-title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 22px;
  font-weight: 600;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.18;
  padding-bottom: 8px;
  padding-right: 10px;
  word-break: break-word;
}

.product-header__mobile .product-title {
  font-weight: 500;
}

.product-title {
  -webkit-hyphens: none;
  hyphens: none;
}

.product-header .product-title {
  flex: auto;
  font-size: 22px;
  margin-bottom: 8px;
  margin-right: 28px;
  padding: 0;
  margin-right: 0;
}

.product-ui-sticky-wrapper__gallery {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-gallery {
  height: 100%;
  min-height: 500px;
  position: relative;
  width: 486px;
}

.product-gallery-mobile-container {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 1.5rem;
}

.product-gallery-mobile-container-modal {
  overflow: hidden;
  min-height: 70vh;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-gallery-column {
  z-index: 0;
  height: auto;
  margin-left: 16px;
  margin-top: 16px;
}

.product-gallery-wrapper {
  display: block;
  margin-bottom: 8px;
}

.product-gallery-wrapper .product-gallery__label {
  position: relative;
}

.product-gallery-input,
.variation-input {
  display: none;
}

.product-gallery-input:checked+.product-gallery-wrapper .product-gallery__thumbnail,
.variation-input:checked+.variation-label .variations-thumb {
  border: 2px solid var(--primary-color);
}

.product-gallery-wrapper .product-gallery__figure {
  background-color: #fff;
  height: auto;
  margin: -15px 0px 0px 50px;
  min-height: 492px;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-gallery__figure {
  margin-left: 10px;
}

.product-gallery-input:checked+.product-gallery-wrapper .product-gallery__figure {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-gallery__label .product-gallery__thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.product-gallery__label .product-gallery__thumbnail {
  border-radius: 4px;
  margin-right: 0;
  z-index: 5;
}

.product-gallery__label .product-gallery__thumbnail .product-gallery__picture {
  font-size: 12px;
  height: 48px;
  padding: 2px;
  width: 48px;
}

.product-gallery__label .product-gallery__thumbnail .product-gallery__picture img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-gallery__zoom-container {
  background-color: #fff;
  display: none;
  height: 572px;
  left: 99.69%;
  position: absolute;
  top: 16px;
  width: 682px;
  z-index: 1024;
}

.product-gallery__figure iframe,
.product-gallery__figure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 600px;
}

.zoomed-in {
  cursor: zoom-out !important;
  transform: scale(2);
  /* Ajuste o valor conforme necessário */
  transition: transform 0.3s ease;
  /* Adiciona uma transição suave ao efeito de zoom */
}

.product-header_brand-container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.3125rem;
  color: rgba(0, 0, 0, 0.9);
}

.product-header_brand-container .product-brand {
  margin-right: 0.3125rem;
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
}

.product-container__price {
  color: rgba(0, 0, 0, 0.9);
  display: inline-block;
  font-weight: 400;
  letter-spacing: normal;
  vertical-align: bottom;
  font-weight: 300;
}

.product-container__price-container {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: start;
}

.product-container__oldprice {
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.9);
}

.product-container__price {
  color: var(--primary-color);
  margin-top: 0.1rem;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.product-container__price h4 {
  margin-bottom: 0;
  font-size: 36px !important;
  font-weight: 500;
}

.product-container__price__mobile .product-container__price h4 {
  margin-bottom: 0;
  font-size: 32px !important;
  font-weight: 500;
}

.product-container__price .product-container__price__discount-percent {
  align-items: center;
  color: #00a650;
  display: flex;
  font-weight: 400;
  margin-left: 6px;
  margin-top: 1px;
}

.product-container__price__installments {
  font-size: 16px;
  align-items: baseline;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-top: 4px;
}

.product-container__price__payment-methods {
  font-size: 14px;
  cursor: pointer;

  &:hover {
    text-decoration: underline;
    color: var(--primary-color);
    transition: all ease 0.3s;
  }
}

.text-cep-search {
  display: block;
  margin-top: 8px;
  color: var(--primary-color);
  font-size: 0.98em;

  &:hover {
    text-decoration: underline;
    transition: all ease 0.3s;
  }
}

.product-container__variations {
  font-size: 14px;
  font-weight: 600;
  margin-top: 25px;
  width: 100%;
}

.product-container__variations .variations-picker {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
}

.variations-picker .variations-title {
  width: 100%;
  margin-bottom: 8px;
}

.variations-picker .variations-title__label {
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
  max-width: 340px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease-out 0s;
  white-space: nowrap;
}

.variations-picker .variations-values {
  display: flex;
  flex-wrap: wrap;
}

.variations-picker .variations-values .variations-thumb {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 8px 8px 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.variations-picker .variations-values .variations-thumb.selected {
  border: 2px solid var(--primary-color);
}

.variations-picker .variations-values .variations-thumb__container {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 12px;
}

.variations-picker .variations-values .variations-thumb__container .variations-thumb__label {
  color: #000;
  padding: 0;
}

.buybox-wrapper {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 0%;
  flex-direction: row;
  flex-wrap: wrap;
}

.buybox-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  padding: 16px 16px;
  width: 100%;
}

.buybox-mobile-container {
  font-size: 14px;
  padding: 25px 16px;
  width: 100%;
}

.buybox-mobile {
  width: 100%;
}

.buybox-shipping-box>div {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

.buybox-shipping-box>form {
  display: flex;
}

.buybox-shipping-box>form>div {
  width: 100%;
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}

.buybox-shipping-box>form button {
  cursor: pointer;
  border-radius: 4px;
  color: var(--color-global-button);
  background-color: var(--bg-global-button);
  margin-left: 15px;
  width: max-content;
  padding: 14.5px 16px;
  font-size: 16px;
}

.shipping-result-box {
  display: flex;
  flex-direction: column;
}

.shipping-result-box .shipping-result__title {
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}

.shipping-result-box .shipping_option_box {
  display: flex;
  padding-bottom: 0.8rem;
  margin-bottom: 15px;
}

.shipping-result-box .shipping_option_box:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shipping_option_box .shipping-option__icon {
  padding-top: 3px;
  align-self: center;
}

.shipping_option_box .shipping-option__infos {
  margin-left: 15px;
}

.shipping_option_box .shipping-option__infos .shipping-option__description {
  color: rgb(85, 85, 85);
  line-height: 20px;
  font-weight: 600;
  font-size: 13px;
}

.shipping_option_box .shipping-option__infos .shipping-option__price {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.shipping_option_box .shipping-option__infos .shipping-option__price>span {
  color: rgb(85, 85, 85);
  line-height: 20px;
  font-weight: 600;
}

.seller-container {
  margin-top: 1.3rem;
}

.seller-container .seller-label {
  font-size: 13px;
  background: #FFF;
  padding: 10px;
}

.seller-label .seller-name {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}

.buybox-shipping-box {
  margin-top: 1.3rem;
}

.discounts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.discounts-wrapper .discounts-label {
  font-size: 14px;
  line-height: 1.3;
  word-break: break-word;
  margin-bottom: 2px;
  padding: 10px;
  background: #eefbef;
  border-radius: 10px;
}

.discounts-wrapper .discounts-label>span {
  font-weight: 600;
}

.discounts-wrapper .on-demand {
  font-size: 14px;
  line-height: 1.3;
  word-break: break-word;
  margin-bottom: 2px;
  padding: 10px;
  color: var(--product-card-tag-discount-color);
  background-color: var(--primary-color);
  border-radius: 10px;
}

.box-component .box-component__title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 28px;
  width: 100%;
}

.payment-methods {
  width: 100%;
}

.payment-methods .payment-method__box .payment-method--title {
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
}

.payment-method__box .payment-list li img {
  height: 26px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  display: block;
  margin: 0 6px 6px 0;
}

.payment-method__box .payment-list li img.lazyloaded {
  opacity: 1;
  visibility: visible;
}

.product-description {
  min-height: 78px;
  position: relative;
  color: rgba(0, 0, 0, 0.9);
  padding-right: 45px;
  padding-left: 45px;
}

.product-container-mobile-infos .product-description {
  padding-right: 0;
  padding-left: 0;
}

.product-description--title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 24px;
}

.product-description--content {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  word-break: break-word;
}

.product-container-mobile-infos .product-description--content {
  font-size: 16px;
}

.list-attributes {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 14px;
  color: #000;
}

.list-attributes li:nth-child(odd) {
  background-color: #eee;
}

.list-attributes .cac-item {
  padding: 9px 10px;
  width: 100%;
}

.list-attributes .cac-item .cac-title {
  font-weight: 600;
  margin-right: 5px;
}

.list-dimensions {
  align-content: center;
  align-items: flex-start;
  margin-bottom: 1em;
}

.list-dimensions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-dimensions:first-child,
.list-dimensions:nth-child(2),
.list-dimensions:nth-child(3) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

.list-dimension {
  background-color: #ebebeb;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 10px;
}

@media (max-width: 991.98px) and (min-width: 0px) {
  .list-dimension {
    width: 100%;
  }
}

.list-dimensions i {
  margin-right: 1em;
}

.product-fetching-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  opacity: 0.5;
  display: none;
}

.product-fetching-container.show {
  display: block;
}

.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.payment-methods-modal {
  position: relative;
  transition: transform 0.2s ease-out 0.3s, background 0.2s ease-out;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: var(--primary-color);
}

.nav-pills .nav-link:not(.active) {
  color: var(--primary-color);
}

.nav-pills .nav-link:not(.active):hover {
  text-decoration: underline;
}

.modal-footer {
  font-size: small;
  color: gray;
}

.link_product_manual {
  color: var(--primary-color);
  text-decoration: underline;
}

/* Modal de Imagem */
.modal-body {
  display: flex;
  gap: 20px;
}

.thumbnails-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumbnail-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.thumbnail-label input[type='radio'] {
  display: none;
}

.thumbnail-label input[type='radio']:checked+.img-thumbnail {
  border: 2px solid var(--primary-color);
}

.img-thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.image-viewer {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
}

.main-image {
  width: 80%;
  object-fit: contain;
  display: none;
  transition: transform 0.3s ease;
  position: relative;
}

.main-image.active {
  display: block;
  transition: transform 0.3s ease;
}

.btn-zoom {
  position: absolute;
  bottom: 15px;
  right: calc(50% - '.thumbnails-wrapper');

  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.btn-zoom i {
  font-size: 48px;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.btn-select-comission {
  color: var(--product-card-btn-color);
  background-color: var(--product-card-btn-bg);
}

.similar-products-swiper-desktop .item {
  display: flex;
  height: auto;
  width: 25%;
  margin-bottom: 1.4rem;
  box-sizing: border-box;
  padding: 0 0.425rem;
}

@media (min-width: 768px) {
  [data-prod-line='5'] .similar-products-swiper-desktop .item {
    width: 20%;
  }
}

.similar-products-swiper-desktop .swiper-slide {
  width: auto !important;
  max-width: 300px !important;
  /* ou qualquer valor razoável */
}

.swiper-similar-products-button-prev-desktop,
.swiper-similar-products-button-next-desktop {
  width: 54px;
  height: 54px;
  background: var(--collection-arrow-button-bg);
  transition: all 0.2s;
  position: absolute;
  display: flex !important;
  display: -webkit-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  bottom: auto;
  font-size: 19px !important;
  text-align: center;
  border-radius: 100px !important;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.0784313725);
}

.swiper-similar-products-button-prev-desktop,
.swiper-similar-products-button-next-desktop {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /* para garantir que fiquem visíveis acima do conteúdo */
}

.swiper-similar-products-button-prev-desktop {
  left: 2%;
}

.swiper-similar-products-button-next-desktop {
  right: 2%;
}

.swiper-similar-products-button-prev-desktop::after,
.swiper-similar-products-button-next-desktop::after {
  font-size: 1.2rem;
  color: var(--collection-arrow-button-color);
}

.similar-products-swiper-mobile .item {
  display: flex;
  height: auto;
  width: 25%;
  margin-bottom: 1.4rem;
  box-sizing: border-box;
  padding: 0 0.425rem;
}

@media (min-width: 768px) {
  [data-prod-line='5'] .similar-products-swiper-mobile .item {
    width: 20%;
  }
}

.similar-products-swiper-mobile .swiper-slide {
  width: auto !important;
  max-width: 300px !important;
  /* ou qualquer valor razoável */
}

.swiper-similar-products-button-prev-mobile,
.swiper-similar-products-button-next-mobile {
  width: 54px;
  height: 54px;
  background: var(--collection-arrow-button-bg);
  transition: all 0.2s;
  position: absolute;
  display: flex !important;
  display: -webkit-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  bottom: auto;
  font-size: 19px !important;
  text-align: center;
  border-radius: 100px !important;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.0784313725);
}

.swiper-similar-products-button-prev-mobile,
.swiper-similar-products-button-next-mobile {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /* para garantir que fiquem visíveis acima do conteúdo */
}

.swiper-similar-products-button-prev-mobile {
  left: 2%;
}

.swiper-similar-products-button-next-mobile {
  right: 2%;
}

.swiper-similar-products-button-prev-mobile::after,
.swiper-similar-products-button-next-mobile::after {
  font-size: 1.2rem;
  color: var(--collection-arrow-button-color);
}

.swiper-wrapper-desktop .item {
  display: flex;
  height: auto;
  width: 25% !important;
  margin-bottom: 1.4rem;
  box-sizing: border-box;
}

.swiper-wrapper-mobile {
  max-width: 90vw;
}


@media(min-width: 580px) {
  .swiper-wrapper-mobile {
    max-width: 65vw;
  }
}

@media(min-width: 768px) {
  .swiper-wrapper-mobile {
    max-width: 50vw;
  }
}


.swiper-wrapper-mobile .item {
  display: flex;
  height: auto;
  width: 50% !important;
  margin-bottom: 1.4rem;
  box-sizing: border-box;
}

.swiper-slide {
  flex-shrink: 0;
  height: auto;
  display: flex;
  flex-direction: column;
}

/* Product page redesign */
.product-wrapper {
  max-width: 1180px;
  padding: 0 12px;
}

.product-wrapper .product-container {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.product-wrapper .product-row-with-separator:not(:empty):after {
  display: none;
  content: none;
}

.product-wrapper .product-container.DESKTOP .product-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  align-items: start;
  column-gap: 40px;
}

.product-wrapper .product-container.DESKTOP .product-hero-row>.product-container-col.col-2.position-relative {
  grid-column: 1;
  min-width: 0;
}

.product-wrapper .product-container.DESKTOP .product-hero-row>.product-container-col.product-container-col--summary {
  grid-column: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.35rem;
}

.product-wrapper .product-container.DESKTOP .product-hero-row>.product-container-col.product-container-col--summary>.product-container-col {
  width: 100%;
  max-width: none;
  min-width: 0;
  flex: 0 0 auto;
}

.product-wrapper .product-container.DESKTOP .product-hero-row>.product-container-col.product-container-col--summary>.product-container-col.col-2.position-relative.mr-32 {
  margin-right: 0 !important;
}

.product-wrapper .product-container.DESKTOP .product-hero-row>.product-container-col.product-container-col--summary>.product-container-col.col-1.col-right {
  padding-right: 0 !important;
  margin-top: 0;
}

.product-wrapper .product-container.DESKTOP .product-section-row {
  display: block;
  margin-top: 44px;
  padding-top: 0 !important;
}

.product-wrapper .product-container.DESKTOP .product-section-row .product-container-col {
  width: 100%;
  max-width: none;
}

.product-wrapper .product-container.DESKTOP .product-section-row .product-description {
  max-width: 1320px;
}

.product-wrapper .product-container.DESKTOP .product-section-row--description {
  margin-top: 56px;
}

.product-wrapper .product-container.DESKTOP .product-section-row--similar .product-description {
  max-width: 1120px;
}

.product-wrapper .product-container.DESKTOP .product-ui-sticky-wrapper {
  position: static;
  margin-bottom: 0;
}

.product-wrapper .product-container.DESKTOP .product-gallery {
  width: 100%;
  min-height: 520px;
}

.product-wrapper .product-container.DESKTOP .product-gallery-column {
  margin: 0;
  width: 84px;
}

.product-wrapper .product-container.DESKTOP .product-gallery-wrapper {
  margin-bottom: 10px;
}

.product-wrapper .product-container.DESKTOP .product-gallery-wrapper .product-gallery__figure {
  margin: 0 0 0 96px;
  width: calc(100% - 96px);
  min-height: 520px;
  border: 1px solid #dbe2eb;
  border-radius: 0;
  padding: 12px;
  background: #fff;
}

.product-wrapper .product-container.DESKTOP .product-gallery__figure iframe,
.product-wrapper .product-container.DESKTOP .product-gallery__figure img {
  width: 100%;
  height: 100%;
  max-height: 496px;
  object-fit: contain;
}

.product-wrapper .product-gallery__label .product-gallery__thumbnail {
  border: 1px solid #cfd7e2;
  border-radius: 3px;
}

.product-wrapper .product-gallery__label .product-gallery__thumbnail .product-gallery__picture {
  width: 56px;
  height: 56px;
  padding: 3px;
}

.product-wrapper .product-container.DESKTOP .product-container__top-wrapper {
  margin-top: 0 !important;
}

.product-wrapper .product-container.DESKTOP .product-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 5.35rem;
}

.product-wrapper .product-container.DESKTOP .product-header_title-container {
  align-items: flex-start;
  min-height: 3.85rem;
}

.product-wrapper .product-title {
  color: #26303b;
  font-size: 24px !important;
  line-height: 1.28;
  font-weight: 500;
}

.product-wrapper .product-header .product-title {
  margin-bottom: 8px;
}

.product-wrapper .product-header_brand-container .product-brand {
  font-size: 0.74rem;
  font-weight: 600;
  color: #697280;
  letter-spacing: 0.01em;
}

.product-wrapper .product-container__variations {
  margin-top: 0.7rem !important;
}

.product-wrapper .variations-picker .variations-title__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #596270;
}

.product-wrapper .variations-picker .variations-values {
  gap: 8px;
}

.product-wrapper .variations-picker .variations-values .variations-thumb {
  margin: 0;
  border: 1px solid #cfd7e0;
  border-radius: 2px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-wrapper .variations-picker .variations-values .variations-thumb__container {
  padding: 0.4rem 0.7rem;
}

.product-wrapper .variations-picker .variations-thumb__label {
  font-size: 0.72rem;
  color: #5e6774;
  text-align: center;
  line-height: 1.2;
}

.product-wrapper .variation-label--color .variations-thumb {
  width: 88px;
  min-width: 88px;
  min-height: 88px;
  background: #f4f6f9;
}

.product-wrapper .variation-label--color .variations-thumb__container {
  position: relative;
  width: 88px;
  height: 88px;
  padding: 0;
}

.product-wrapper .variations-thumb__media {
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto 0.32rem;
  border: 1px solid #d6dce3;
  background: #fff;
}

.product-wrapper .variations-thumb__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-wrapper .variation-label--color .variations-thumb__media {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}

.product-wrapper .variation-label--color .variations-thumb__media img {
  object-fit: cover;
}

.product-wrapper .variation-label--color .variations-thumb__label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.3rem 0.35rem;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.62rem;
  line-height: 1.15;
}

.product-wrapper .variation-label:hover .variations-thumb {
  border-color: #9db9d4;
  box-shadow: 0 0 0 1px #9db9d4 inset;
}

.product-wrapper .product-container__price {
  margin-top: 0.75rem !important;
}

.product-wrapper .product-container__oldprice {
  font-size: 0.92rem;
  color: #9ca5b1;
}

.product-wrapper .product-container__price h4 {
  color: #0b5ca8;
  font-size: 2.2rem !important;
  font-weight: 700;
}

.product-wrapper .product-price-summary {
  gap: 0.25rem;
}

.product-wrapper .product-price-summary__line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.product-wrapper .product-container__price .product-container__price__discount-percent {
  background: #e03b3b;
  color: #fff;
  font-size: 0.56rem;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 2px;
}

.product-wrapper .product-price-summary__description {
  font-size: 0.74rem;
  color: #7f8894;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-wrapper .product-container__price__installments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.35rem;
  font-size: 0.84rem;
  color: #697281;
  margin-top: 0.2rem;
  line-height: 1.4;
}

.product-wrapper .product-container__price__installments-value {
  color: #33404e;
  font-weight: 700;
}

.product-wrapper .product-container__price__discount-notices {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.25rem;
}

.product-wrapper .product-container__price__discount-note {
  color: #5f6975;
  font-size: 0.76rem;
  line-height: 1.35;
}

.product-wrapper .product-container__price__discount-note strong {
  color: #1a9f58;
  font-weight: 700;
}

.product-wrapper .buybox-container {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.product-wrapper .discounts-wrapper .discounts-label {
  font-size: 0.68rem;
  background: transparent;
  border-radius: 0;
  padding: 0;
  color: #5c6672;
}

.product-wrapper .discounts-wrapper .discounts-label>span {
  color: #1ea85f;
}

.product-wrapper .seller-container {
  display: none;
}

.product-wrapper .quantity-row {
  row-gap: 0.42rem;
}

.product-wrapper .quantity-title {
  font-size: 0.86rem;
  font-weight: 600;
  color: #606a76;
}

.product-wrapper .product-qty-group {
  width: 100%;
  max-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced5de;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}

.product-wrapper .product-qty-btn {
  width: 36px;
  height: 36px;
  border: 0;
  background: #f5f8fb;
  color: #6d7581;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-wrapper .product-qty-btn .material-icons {
  font-size: 1.05rem;
}

.product-wrapper .product-qty-input {
  width: 64px;
  height: 36px;
  border: 0;
  border-left: 1px solid #e1e5ea;
  border-right: 1px solid #e1e5ea;
  background: #fff;
  color: #3e4a58;
  font-size: 0.9rem;
}

.product-wrapper .product-qty-input::-webkit-outer-spin-button,
.product-wrapper .product-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-wrapper .product-qty-input[type='number'] {
  -moz-appearance: textfield;
}

.product-wrapper .quantity-stock {
  font-size: 0.68rem;
  color: #8a939e;
}

.product-wrapper .buy-container .buy-button,
.product-wrapper .buy-container .addcart-button {
  height: 42px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-wrapper .buy-container .buy-button {
  background: #35a9dc;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-wrapper .buy-container .buy-button:hover:not(:disabled) {
  background: #2496c8;
  box-shadow: 0 12px 22px rgba(53, 169, 220, 0.24);
  transform: translateY(-1px);
}

.product-wrapper .buy-container .buy-button:focus-visible:not(:disabled) {
  outline: 2px solid rgba(53, 169, 220, 0.35);
  outline-offset: 2px;
}

.product-wrapper .buy-container .addcart-button {
  color: #5b6570;
  background: #fff;
  border: 1px solid #cad2dc;
}

.product-wrapper .buybox-shipping-box {
  margin-top: 0.95rem;
}

.product-wrapper .buybox-shipping-box>div {
  margin: 0 0 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #606a75;
}

.product-wrapper .buybox-shipping-box>form {
  gap: 8px;
}

.product-wrapper .buybox-shipping-box .form-floating {
  flex: 1;
  height: 38px;
  min-height: 38px;
}

.product-wrapper .buybox-shipping-box .form-floating>label {
  display: none;
}

.product-wrapper .buybox-shipping-box .form-control {
  height: 38px;
  min-height: 38px;
  border: 1px solid #d5dbe3;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.8rem;
  padding: 0 0.62rem;
}

.product-wrapper .buybox-shipping-box>form button {
  margin-left: 0;
  width: auto;
  padding: 0 0.95rem;
  min-height: 38px;
  height: 38px;
  border: 1px solid #d5dbe3;
  border-radius: 0;
  background: #fff;
  color: #5a6470;
  font-size: 0.78rem;
}

.product-wrapper .text-cep-search {
  margin-top: 0.5rem;
  font-size: 0.76rem;
}

.product-wrapper .product-description {
  padding: 0;
  min-height: 0;
  max-width: 980px;
  margin: 0 auto;
}

.product-wrapper .product-description--title {
  color: #0b5ca8;
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding-bottom: 1.35rem;
}

.product-wrapper .product-description--content {
  font-size: 0.82rem;
  line-height: 1.8;
  color: #5b6471;
}

.product-wrapper .product-description--content__main {
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}

.product-wrapper .product-description--content p {
  margin: 0 0 1rem;
}

.product-wrapper .product-description--content__main p,
.product-wrapper .product-description--content__main img {
  margin-right: auto;
  margin-left: auto;
}

.product-wrapper .product-description--content strong,
.product-wrapper .product-description--content b {
  color: #3f4a58;
  font-weight: 700;
}

.product-wrapper .product-description--content table {
  width: 100%;
  border-collapse: collapse;
}

.product-wrapper .product-description--content__main table {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.product-wrapper .product-description--content table td,
.product-wrapper .product-description--content table th {
  padding: 0.5rem 0.75rem;
  border: 0;
}

.product-wrapper .product-description--content table tr:nth-child(odd) {
  background: #edf4fb;
}

.product-wrapper .product-description--content table tr:nth-child(even) {
  background: #f7fbff;
}

.product-wrapper .list-attributes {
  max-width: 820px;
  margin: 0 auto;
  padding-left: 0;
  font-size: 0.76rem;
}

.product-wrapper .list-attributes .cac-item {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: 0.6rem;
  background: #edf4fb;
  font-size: 0.78rem;
  padding: 0.7rem 1rem;
}

.product-wrapper .list-attributes .cac-item:nth-child(even) {
  background: #f7fbff;
}

.product-wrapper .list-attributes .cac-title {
  color: #5c6672;
  font-weight: 700;
}

.product-wrapper .list-attributes .cac-descript {
  color: #36404d;
  text-align: left;
}

.product-wrapper .pd-dimension {
  max-width: 820px;
  margin: 0 auto;
}

.product-wrapper .list-dimensions {
  gap: 12px;
  justify-content: center;
  padding-left: 0;
}

.product-wrapper .list-dimension {
  border-radius: 2px;
  background: #edf3fa;
  font-size: 0.78rem;
  min-width: 188px;
  margin-top: 0;
}

.product-wrapper .similar-products-swiper-desktop {
  position: relative;
  padding: 0 38px 8px;
}

.product-wrapper .similar-products-swiper-desktop .item {
  width: 25% !important;
  margin-bottom: 0;
  padding: 0 0.7rem;
}

.product-wrapper .similar-products-swiper-desktop .swiper-slide {
  max-width: none !important;
}

.product-wrapper .similar-products-swiper-desktop .product-card {
  border: 0;
}

.product-wrapper .swiper-similar-products-button-prev-desktop,
.product-wrapper .swiper-similar-products-button-next-desktop {
  width: 42px;
  height: 42px;
  border-radius: 999px !important;
  border: 1px solid #d8e3ef;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 58, 95, 0.12);
}

.product-wrapper .swiper-similar-products-button-prev-desktop {
  left: -2px;
}

.product-wrapper .swiper-similar-products-button-next-desktop {
  right: -2px;
}

.product-wrapper .swiper-similar-products-button-prev-desktop::after,
.product-wrapper .swiper-similar-products-button-next-desktop::after {
  font-size: 0.9rem;
  color: #0b5ca8;
}

@media (max-width: 1023px) {
  .product-wrapper .mb-3 {
    display: none;
  }

  .product-wrapper .product-container.MOBILE {
    margin-bottom: 1rem;
  }

  .product-wrapper .product-container.MOBILE>.product-container-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .product-wrapper .product-container.MOBILE .product-gallery-mobile-container,
  .product-wrapper .product-container.MOBILE .product-header__mobile,
  .product-wrapper .product-container.MOBILE .product-container__price__mobile,
  .product-wrapper .product-container.MOBILE .product-container__variations__mobile,
  .product-wrapper .product-container.MOBILE .buybox-mobile,
  .product-wrapper .product-container.MOBILE .product-container-mobile-infos {
    width: 100%;
    flex: 0 0 auto;
  }

  .product-wrapper .product-container.MOBILE .product-gallery-mobile-container {
    order: 1;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .product-wrapper .product-container.MOBILE .product-header__mobile {
    order: 2;
  }

  .product-wrapper .product-container.MOBILE .product-container__price__mobile {
    order: 3;
  }

  .product-wrapper .product-container.MOBILE .product-container__variations__mobile {
    order: 4;
  }

  .product-wrapper .product-container.MOBILE .buybox-mobile {
    order: 5;
  }

  .product-wrapper .product-container.MOBILE .product-container-mobile-infos {
    order: 6;
  }

  .product-wrapper .product-gallery-mobile-container {
    padding: 0;
    background: #fff;
    border-top: 1px solid #e0e6ee;
    border-bottom: 1px solid #e0e6ee;
  }

  .product-wrapper .product-gallery-mobile-container .product-gallery__figure {
    min-height: 350px;
    margin: 0;
    padding: 0.55rem;
  }

  .product-wrapper .product-header__mobile,
  .product-wrapper .product-container__variations__mobile,
  .product-wrapper .product-container__price__mobile,
  .product-wrapper .product-container-mobile-infos {
    margin: 0;
  }

  .product-wrapper .product-header__mobile .product-title {
    margin-bottom: 0.35rem;
  }

  .product-wrapper .product-container__price__mobile .product-container__price h4 {
    font-size: 2.15rem !important;
  }

  .product-wrapper .product-container__price__mobile .product-container__price__discount-percent {
    font-size: 0.62rem;
    padding: 2px 6px;
  }

  .product-wrapper .product-container__price__mobile .product-price-summary__description,
  .product-wrapper .product-container__price__mobile .product-container__price__discount-note {
    font-size: 0.72rem;
  }

  .product-wrapper .buybox-mobile .discounts-wrapper,
  .product-wrapper .buybox-mobile .seller-container {
    display: none;
  }

  .product-wrapper .buybox-mobile-container {
    padding: 0 0.8rem 1rem;
  }

  .product-wrapper .buybox-mobile-container .buy-container {
    margin-top: 0.2rem;
  }

  .product-wrapper .buybox-mobile-container .buy-container .buy-button,
  .product-wrapper .buybox-mobile-container .buy-container .addcart-button {
    height: 42px;
    font-size: 0.74rem;
  }

  .product-wrapper .buybox-mobile-container .buybox-shipping-box {
    margin-top: 0.9rem;
  }

  .product-wrapper .buybox-mobile-container .buybox-shipping-box>form {
    gap: 6px;
  }

  .product-wrapper .buybox-mobile-container .buybox-shipping-box .form-control,
  .product-wrapper .buybox-mobile-container .buybox-shipping-box .form-floating,
  .product-wrapper .buybox-mobile-container .buybox-shipping-box>form button {
    height: 36px;
    min-height: 36px;
  }

  .product-wrapper .product-container-mobile-infos {
    margin-top: 1.35rem;
  }

  .product-wrapper .product-container-mobile-infos .product-description--title {
    font-size: 1.7rem;
    margin-bottom: 0.2rem;
  }

  .product-wrapper .product-container-mobile-infos .product-description--content {
    font-size: 0.75rem;
    line-height: 1.55;
  }
}

@media (max-width: 575px) {
  .product-wrapper .product-title {
    font-size: 24px !important;
  }

  .product-wrapper .product-gallery-mobile-container .product-gallery__figure {
    min-height: 305px;
  }

  .product-wrapper .variation-label--color .variations-thumb__container {
    width: 74px;
    height: 74px;
  }

  .product-wrapper .variations-thumb__media {
    width: 44px;
    height: 44px;
  }

  .product-wrapper .variation-label--color .variations-thumb {
    width: 74px;
    min-width: 74px;
    min-height: 74px;
  }

  .product-wrapper .variation-label--color .variations-thumb__label {
    font-size: 0.58rem;
    padding: 0.24rem 0.28rem;
  }

  .product-wrapper .product-container__price__mobile .product-container__price h4 {
    font-size: 1.86rem !important;
  }

  .product-wrapper .quantity-title {
    font-size: 0.76rem;
  }

  .product-wrapper .product-qty-group {
    max-width: 132px;
  }

  .product-wrapper .product-description--title {
    font-size: 1.5rem;
  }
}