@media screen and (min-width: 992px) {
  .product-image .apresentacao .thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product-image .apresentacao .thumbs li {
    margin: 0 !important;
  }
  .tdz-bj-v23-product-sugestions {
    padding: 2rem;
  }
  .product-details {
    margin: 0;
  }
  #product-content {
    padding: 0;
    max-width: 100% !important;
  }
  #product-content .product-details .product-image {
    width: calc(60% - 20px);
    padding: 0;
  }
  #product-content .product-info {
    padding: 20px 0 20px 20px;
    width: 40%;
  }
  .product-details .product-name .productName {
    font-size: 27px;
    font-weight: 500;
  }
  .skuBestInstallmentNumber,
  .skuBestInstallmentValue {
    font-size: 17px;
    font-weight: 600 !important;
  }
  .product-details .price-box .descricao-preco .valor-por strong {
    font-size: 22.4px;
    font-weight: 600;
  }
  .buy-button.buy-button-ref {
    display: block;
    width: calc(60% - 150px);
    margin-left: 0;
    border: none;
    border-radius: 1rem;
    font-weight: 400;
  }
  .buy-button.buy-button-ref:hover {
    background: #000;
    color: #fff;
    transition: 0.3s ease-in-out;
  }
  .sob-consulta {
    max-width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .buy-button.buy-button-ref,
  .pitchbar-product,
  .productPrice {
    width: 100% !important;
  }
  .product-description-wrapper {
    display: flex;
    flex-direction: column;
  }
  .product-description {
    order: 1;
  }
  #specification {
    order: 0;
  }
  .product-image ul button.slick-next.slick-arrow {
    right: 0;
  }
  .product-image ul button.slick-next.slick-arrow:before {
    display: block;
    content: "\f054";
    color: #000;
    background: unset;
    font-size: 30px;
  }
  .product-image li.slick-active button {
    background-color: #ffd45b !important;
  }
}
.openWhatsFixed.anime,
.openWhatsFixed.anime a {
  width: 60px;
  height: 60px;
}
a.link-colecao {
  font-weight: 700;
  font-size: 15px;
}
a#botaoZoom:focus {
  outline: 0;
  border: none;
}
.product-details .price-box .descricao-preco .valor-por strong {
  font-weight: 600;
}
.skuBestInstallmentNumber,
.skuBestInstallmentValue {
  font-weight: 600 !important;
}
.buy-button.buy-button-ref {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  background-color: #ffd45b;
  padding: 20px;
  width: 80%;
  margin-bottom: 25px;
  border-radius: unset;
}
.product-details .price-box {
  margin: 0 0 35px;
}
.buy-button-box .pull-left.box-qtd,
.fa-lock:before,
.skuBestInstallmentNumber > span.x:after {
  display: none;
}
.valor-dividido {
  margin-left: 0;
}
.valor-dividido > span > span:first-child {
  font-size: 16px !important;
}
.wrapper-colecao {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  height: 40px;
}
.wrapper-colecao a {
  text-decoration: underline;
}
.productPrice {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
  width: 80%;
}
.product-image .apresentacao .thumbs li a {
  background: #fafafa;
  background: linear-gradient(
    0deg,
    #fafafa,
    #d9d9d9 50%,
    hsla(0, 0%, 65.9%, 0.4)
  );
}
.product-image ul.thumbs img {
  mix-blend-mode: multiply;
}
.pitchbar-product {
  margin-top: 0 !important;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
  display: flex;
  justify-content: center;
}
.pitchbar-product .precisa-ajuda-product {
  display: none;
}
#caracteristicas {
  background: 0 0 !important;
  padding: 0 !important;
}
#specification {
  margin-top: 2rem;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #333;
}
#specification table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
#specification caption {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  padding: 0.75rem 1rem;
  background: #f7f7f7;
  border-bottom: 2px solid #e0e0e0;
}
#specification td,
#specification th {
  padding: 12px 16px;
  text-align: left;
}
#specification th {
  width: 35%;
  background: #f9f9f9;
  font-weight: 600;
  color: #444;
  border-right: 1px solid #eee;
}
#specification td {
  background: #fff;
  color: #333;
}
#specification tr:nth-child(2n) td {
  background: #fafafa;
}
#specification tr:hover td {
  background: #eef5ff;
  transition: background 0.2s ease-in-out;
}
.product-description .productDescription {
  text-align: left;
}
.zoom-modal {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom-modal,
.zoom-modal-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zoom-modal-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.zoom-modal-content {
  position: relative;
  max-width: 800px;
  z-index: 10000;
}
#zoomImage {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.zoom-close {
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.zoom-close,
.zoom-controls {
  position: absolute;
  display: flex;
}
.zoom-controls {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  pointer-events: none;
}
.zoom-next,
.zoom-prev {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .zoom-controls {
    display: none;
  }
  .zoom-close {
    top: 10px;
    right: 10px;
  }
}
