body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, sans-serif;
  background: #f5f5f5;
  color: #222;
}
.container {
  max-width: 430px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding-bottom: 64px;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 48px;
  background: #ee4d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.navbar-logo {
  height: 28px;
  width: auto;
  display: block;
}
.icon-btn {
  background: rgba(128,128,128,0.32);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  cursor: pointer;
  transition: background 0.2s;
}
.icon-btn:active {
  background: rgba(128,128,128,0.5);
}
.icon-btn img {
  width: 24px;
  height: 24px;
}
.navbar-icons {
  display: flex;
  gap: 6px;
}
.header {
  position: relative;
  width: 100%;
}
.main-image {
  width: 100vw;
  max-width: 430px;
  display: block;
  border-radius: 0;
  margin: 0 auto;
}
.frete-gratis {
  background: #1ba672;
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
  text-align: center;
  font-weight: 500;
}
.oferta-relampago {
  display: flex;
  align-items: center;
  background: #ff5722;
  color: #fff;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
}
.oferta-img {
  height: 22px;
  margin-right: 5px;
}
.oferta-texto {
  flex: 1;
}
.timer {
  background: #fff;
  color: #ff5722;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
}
.preco-section {
  padding: 16px 12px 8px 12px;
}
.preco-atual {
  color: #EE4D2D !important;
  font-size: 28px;
  font-weight: 700;
  vertical-align: bottom;
}
.preco-antigo {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #b0b0b0;
  text-decoration: line-through;
  font-size: 15px;
  vertical-align: bottom;
}
.desconto {
  margin-left: 0 !important;
  color: #fff;
  background: #ee4d2d;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 500;
}
.vendidos {
  color: #757575;
  font-size: 12px;
  margin-left: 8px;
}
.parcelamento {
  font-size: 12px;
  color: #757575;
  margin-top: 4px;
}
.cupom-btn {
  background: #fff7e6;
  color: #ee4d2d;
  border: 1px solid #ffe0b2;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 14px;
  margin: 10px 0 0 0;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
}
.cupom-btn:active {
  background: #ffe0b2;
}
.titulo-produto {
  font-size: 17px;
  font-weight: 500;
  margin: 8px 0 4px 0;
}
.frete-info {
  font-size: 13px;
  color: #1ba672;
  margin-bottom: 4px;
}
.loja-section {
  padding: 12px 12px 10px 12px;
  border-bottom: 1px solid #eee;
}
.loja-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.loja-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee;
}
.loja-nome {
  font-weight: 500;
  font-size: 15px;
}
.loja-detalhes {
  font-size: 12px;
  color: #757575;
}
.ver-loja {
  margin-left: auto;
  color: #ee4d2d;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
}
.descricao-section {
  background: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 0 0 18px 0;
  margin: 0;
}
.descricao-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 12px 16px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #ededed;
}
.descricao-especificacao {
  font-size: 17px;
  font-weight: 700;
  color: #222;
}
.icon-seta {
  color: #b0b0b0;
  font-size: 22px;
  margin-left: 6px;
}
.descricao-bloco {
  padding: 18px 16px 0 16px;
}
.descricao-titulo {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}
.descricao-produto {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  margin-bottom: 8px;
}
.descricao-label {
  font-size: 15px;
  color: #757575;
  font-weight: 700;
  margin-bottom: 4px;
}
.descricao-texto {
  font-size: 16px;
  color: #444;
  font-weight: 400;
  margin-bottom: 0;
}
.ver-mais-btn {
  background: none;
  border: none;
  color: #ee4d2d;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0 auto;
  padding: 2px 0;
  cursor: pointer;
  transition: color 0.2s;
  letter-spacing: 0;
  line-height: 1.1;
}
.seta-baixo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
}
.avaliacoes-section {
  background: #fff;
  padding: 0 0 24px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.avaliacoes-header {
  padding: 18px 16px 0 16px;
}
.avaliacoes-titulo {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  display: block;
  margin-bottom: 6px;
}
.avaliacoes-nota {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.estrelas {
  display: flex;
  align-items: center;
  gap: 1px;
}
.estrela {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.estrela-meia {
  display: inline-block;
  width: 7px;
  overflow: hidden;
  vertical-align: middle;
}
.nota {
  color: #ee4d2d;
  font-size: 18px;
  font-weight: 700;
  margin-left: 4px;
}
.barra {
  color: #757575;
  font-size: 16px;
  margin-left: 1px;
}
.total {
  color: #b0b0b0;
  font-size: 15px;
  margin-left: 6px;
}
.avaliacoes-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.tag {
  background: #f5f5f5;
  color: #222;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  gap: 2px;
}
.tag-num {
  color: #b0b0b0;
  font-size: 15px;
  margin-left: 2px;
}
.avaliacao-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 16px 0 16px;
  border-top: 1px solid #ededed;
}
.avaliacao-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: #f5f5f5;
  flex-shrink: 0;
}
.avaliacao-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.avaliacao-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.avaliacao-nome {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.avaliacao-util {
  color: #b0b0b0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.icon-like {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
.avaliacao-estrelas {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 2px;
}
.avaliacao-texto {
  font-size: 16px;
  color: #222;
  margin-bottom: 6px;
  line-height: 1.5;
}
.cinza {
  color: #757575;
}
.saiba-mais {
  color: #b0b0b0;
  font-size: 15px;
  margin-left: 2px;
}
.avaliacao-midias {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.midia-thumb {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ededed;
  background: #fafafa;
}
.midia-video {
  position: relative;
  display: inline-block;
}
.midia-play {
  position: absolute;
  left: 6px;
  bottom: 6px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px 2px 4px;
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 2px;
}
.midia-play img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.midia-duracao {
  font-size: 13px;
  color: #fff;
}
.avaliacao-data {
  color: #b0b0b0;
  font-size: 14px;
  margin-top: 2px;
}
.ver-todas {
  display: block;
  text-align: center;
  color: #ee4d2d;
  font-size: 18px;
  font-weight: 500;
  margin: 28px auto 0 auto;
  text-decoration: none;
  background: #fff;
  padding: 18px 0 10px 0;
  border-top: 1px solid #ededed;
}
.ver-todas .icon-seta {
  color: #ee4d2d;
  font-size: 22px;
  margin-left: 4px;
}
.comprar-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
  padding: 12px 0 12px 0;
  z-index: 200;
  margin: 0;
  display: flex;
  justify-content: center;
}
.comprar-container > .comprar-btn {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.comprar-btn {
  width: 100%;
  max-width: 100vw;
  background: #de6240;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  font-family: 'Roboto', Arial, sans-serif;
  transition: background 0.2s;
  margin: 0;
  box-shadow: none;
}
.comprar-btn:active {
  background: #c94e2e;
}
.oferta-bar {
  display: flex;
  align-items: center;
  background: #ea6511;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  padding: 0 8px;
  gap: 4px;
}
.oferta-txt {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.oferta-raio {
  color: #ffd600;
  font-size: 20px;
  margin: 0 2px;
}
.oferta-txt2 {
  font-size: 13px;
  margin-left: auto;
  margin-right: 4px;
  font-weight: 500;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-family: 'Roboto', Arial, sans-serif;
  letter-spacing: 0.5px;
}
.timer-box {
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  min-width: 20px;
  padding: 1px 6px;
  margin-left: 2px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.novo-preco-section {
  background: #fff6f2;
  padding: 20px 12px 12px 12px;
  margin-bottom: 8px;
}
.preco-row {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  margin-bottom: 2px;
}
.preco-col-esq {
  display: flex;
  align-items: center;
  gap: 6px;
}
.preco-col-dir {
  display: flex;
  align-items: center !important;
}
.preco-atual {
  color: #EE4D2D !important;
  font-size: 22px;
  font-weight: 700;
  margin-right: 1px;
}
.preco-antigo {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #b0b0b0;
  text-decoration: line-through;
  font-size: 13px;
}
.desconto {
  margin-left: 0 !important;
  color: #ea6511;
  background: #fff0e5;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 12px;
  font-weight: 500;
}
.vendidos {
  display: flex;
  align-items: center;
}
.icon-coracao {
  color: #b0b0b0;
  font-size: 18px;
  margin-left: 2px;
}
.parcela-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
  font-size: 13px;
  color: #222;
}
.parcela-bold {
  font-weight: 500;
}
.icon-seta {
  color: #b0b0b0;
  font-size: 22px;
  margin-left: 8px;
}
.novo-cupom-btn {
  background: #fff;
  color: #ea6511;
  border: 1px solid #ea6511;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  margin: 6px 0 0 0;
  cursor: pointer;
  transition: background 0.2s;
  display: block;
  width: 100%;
  text-align: left;
}
.novo-cupom-btn:active {
  background: #fff0e5;
}
.divider {
  height: 6px;
  background: #f5f5f5;
  width: 100vw;
  margin: 0 -8px;
}
.novo-titulo-produto {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  padding: 4px 8px 6px 8px;
  background: #fff;
}
.frete-row {
  display: flex;
  align-items: center;
  padding: 14px 12px 14px 12px;
  background: #fff;
  font-size: 16px;
  gap: 0;
}
.icon-caminhao {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.frete-gratis-txt {
  color: #1ba672;
  font-weight: 700;
  margin-right: 6px;
  font-size: 16px;
}
.frete-antigo {
  color: #b0b0b0;
  text-decoration: line-through;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
}
.frete-preco {
  color: #222;
  font-size: 13px;
}
.oferta-img-bar {
  height: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.loja-card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 14px 8px 10px 8px;
  gap: 12px;
}
.loja-img-card {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #eee;
}
.loja-info-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.loja-nome-card {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.loja-status {
  font-size: 13px;
  color: #b0b0b0;
  margin-bottom: 2px;
}
.ver-loja-btn {
  border: 1.5px solid #ea6511;
  color: #ea6511;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 18px;
  margin-left: 12px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.ver-loja-btn:active {
  background: #fff0e5;
  color: #c94e2e;
}
.loja-metricas {
  display: flex;
  gap: 18px;
  margin-top: 6px;
}
.loja-metrica {
  font-size: 14px;
  color: #ee4d2d !important;
  font-weight: 500;
  margin-right: 0;
}
.loja-metrica span {
  color: #222 !important;
  font-weight: 400;
  margin-left: 2px;
  font-size: 14px;
}
.loja-metricas.compacto {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 6px;
  font-size: 13px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: 20px;
  white-space: nowrap;
}
.icone-joia {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.fixed-submit {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
  padding: 12px 16px 12px 16px;
  z-index: 300;
  margin: 0;
  display: flex;
  justify-content: center;
}
.checkout-submit-btn {
  width: 100%;
  max-width: 430px;
}
.seguros-row {
  display: flex;
  align-items: center;
  padding: 14px 12px 14px 8px;
  background: #fff;
  font-size: 16px;
  gap: 0;
}
.icon-selo {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.seguros-txt {
  color: #ea6511;
  font-weight: 700;
  font-size: 16px;
  margin-right: 0;
  flex: 1;
  display: flex;
  align-items: center;
}
.seguros-row .icon-seta {
  color: #b0b0b0;
  font-size: 22px;
  display: flex;
  align-items: center;
}
.linha-fina {
  width: 100%;
  height: 1px;
  background: #ededed;
  border: none;
  margin: 0;
}
.linha-grossa {
  width: 100%;
  height: 6px;
  background: #f5f5f5;
  border: none;
  margin: 0;
}
.linha-grossa-loja {
  width: 100%;
  height: 6px;
  background: #ededed;
  border: none;
  margin: 0;
}
.modal-seguro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.18);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 9999;
}
.modal-seguro-content {
  background: #fff;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.13);
  max-width: 480px;
  width: 100vw;
  padding: 32px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-seguro-titulo {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-align: left;
  margin-bottom: 8px;
  width: 100%;
}
.modal-seguro-bloco {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.modal-seguro-icon img {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
}
.modal-seguro-titulo2 {
  font-size: 18px;
  font-weight: 700;
  color: #ea6511;
  margin-bottom: 8px;
  text-align: center;
}
.modal-seguro-texto {
  font-size: 16px;
  color: #757575;
  text-align: center;
  margin-bottom: 0;
}
.modal-seguro-btn {
  width: 100%;
  background: #de6240;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  padding: 12px 0;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.modal-seguro-btn:active {
  background: #c94e2e;
}
.modal-seguro-bloco-linha {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 4px 0;
  width: 100%;
}
.modal-seguro-icon-inline img {
  width: 26px;
  height: 26px;
  display: block;
}
.modal-seguro-titulo2-inline {
  font-size: 15px;
  font-weight: 700;
  color: #ea6511;
  display: block;
  margin-bottom: 0;
}
.modal-seguro-texto-inline {
  font-size: 13px;
  color: #757575;
  margin: 2px 0 8px 0;
  width: 100%;
  text-align: left;
  line-height: 1.25;
}
.modal-especificacao {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.18);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 9999;
}
.modal-especificacao-content {
  background: #fff;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.13);
  max-width: 480px;
  width: 100vw;
  padding: 8px 18px 12px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-especificacao-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
}
.modal-especificacao-titulo {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  text-align: center;
  flex: 1;
}
.modal-especificacao-fechar {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  font-size: 28px;
  color: #b0b0b0;
  cursor: pointer;
  padding: 0 8px;
  line-height: 1;
}
.modal-especificacao-tabela {
  width: 100%;
  margin: 18px 0 18px 0;
}
.modal-especificacao-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  padding: 7px 0;
  border-bottom: none;
}
.modal-especificacao-row span:first-child {
  color: #757575;
  font-weight: 400;
  min-width: 120px;
}
.modal-especificacao-row span:last-child {
  color: #222;
  font-weight: 500;
  text-align: right;
}
.modal-especificacao-btn {
  width: 100%;
  background: #de6240;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  padding: 12px 0;
  margin-top: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.modal-especificacao-btn:active {
  background: #c94e2e;
}
.bold-fino {
  font-weight: 500 !important;
  color: #222 !important;
}
.loja-nome-card,
.descricao-titulo,
.avaliacoes-titulo,
.avaliacao-nome,
.modal-especificacao-titulo,
.modal-seguro-titulo,
.comprar-btn,
.novo-titulo-produto,
.descricao-especificacao,
.descricao-top,
.preco-col-dir,
.seguros-txt,
.modal-seguro-titulo2-inline {
  font-weight: 500 !important;
  color: #222 !important;
}
.modal-seguro-titulo2-inline,
.modal-seguro-titulo,
.modal-seguro-btn,
.modal-especificacao-titulo,
.modal-especificacao-row span:last-child,
.modal-seguro-titulo,
.modal-seguro-btn,
.modal-especificacao-btn {
  font-weight: 500 !important;
  color: #222 !important;
}
.modal-seguro-btn,
.modal-especificacao-btn,
.comprar-btn {
  color: #fff !important;
  font-weight: 500 !important;
}
.indicado {
  display: inline-block;
  background: #ee4d2d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 3px;
  padding: 1px 5px;
  margin-right: 6px;
  line-height: 1.1;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.preco-col-esq {
  display: flex;
  align-items: center;
  gap: 4px !important;
}
.preco-atual {
  margin-right: 2px !important;
}
.preco-antigo {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 15px;
}
.desconto {
  margin-left: 0 !important;
  font-size: 15px;
  padding: 2px 6px;
  background: #fff6f2;
  color: #ee4d2d;
  border-radius: 4px;
  font-weight: 700;
}
.seta-cima {
  transform: rotate(180deg);
  transition: transform 0.2s;
}
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  background: #fff;
}
.carousel {
  width: 100%;
  height: 430px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-img {
  width: 100%;
  height: 430px;
  object-fit: contain;
  border-radius: 0;
  display: block;
  background: #fff;
}
.carousel-indicator {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: #fff;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  border-radius: 18px;
  border: 1.5px solid #ddd;
  padding: 2px 16px;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.8);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #ee4d2d;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  transition: background 0.2s;
}
.carousel-arrow.left {
  left: 10px;
}
.carousel-arrow.right {
  right: 10px;
}
.carousel-arrow:active {
  background: #fff3ee;
}
@media (max-width: 480px) {
  .container {
    padding-top: 0;
    margin-top: 48px;
    max-width: 100vw;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 64px;
  }
  .main-image {
    border-radius: 0;
    width: 100vw;
    max-width: 100vw;
  }
  .navbar {
    width: 100vw;
    left: 0;
    right: 0;
  }
  .comprar-btn {
    width: 100vw;
    left: 0;
    right: 0;
  }
  .oferta-bar, .novo-preco-section, .novo-titulo-produto, .frete-row {
    padding-left: 8px;
    padding-right: 8px;
  }
  .divider {
    width: 100vw;
    margin-left: -8px;
    margin-right: -8px;
  }
  .loja-card {
    padding: 14px 8px 10px 8px;
    gap: 10px;
  }
  .ver-loja-btn {
    padding: 8px 10px;
    font-size: 15px;
    height: 36px;
    margin-left: 8px;
  }
  .loja-img-card {
    width: 48px;
    height: 48px;
  }
  .loja-nome-card {
    font-size: 16px;
  }
  .loja-metricas.compacto {
    gap: 8px;
    font-size: 12px;
    height: 18px;
  }
  .loja-metrica {
    font-size: 12px;
  }
  .loja-metrica span {
    font-size: 12px;
  }
  .descricao-section {
    padding: 0 0 14px 0;
  }
  .descricao-top {
    padding: 14px 10px 10px 10px;
    font-size: 16px;
  }
  .descricao-bloco {
    padding: 14px 10px 0 10px;
  }
  .descricao-titulo {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .descricao-produto {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .descricao-label {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .descricao-texto {
    font-size: 14px;
  }
  .ver-mais-btn {
    font-size: 15px;
    margin-top: 12px;
  }
  .avaliacoes-header {
    padding: 14px 8px 0 8px;
  }
  .avaliacoes-titulo {
    font-size: 17px;
  }
  .avaliacoes-nota {
    font-size: 15px;
  }
  .tag {
    font-size: 14px;
    padding: 6px 10px;
  }
  .avaliacao-card {
    gap: 8px;
    padding: 16px 8px 0 8px;
  }
  .avaliacao-avatar {
    width: 36px;
    height: 36px;
  }
  .avaliacao-nome {
    font-size: 14px;
  }
  .avaliacao-util {
    font-size: 13px;
  }
  .avaliacao-texto {
    font-size: 14px;
  }
  .midia-thumb {
    width: 70px;
    height: 70px;
  }
  .avaliacao-data {
    font-size: 12px;
  }
  .ver-todas {
    font-size: 15px;
    padding: 12px 0 8px 0;
  }
  .fixed-submit {
    padding: 8px 8px 8px 8px;
  }
  .checkout-submit-btn {
    max-width: 100vw;
  }
  .carousel {
    height: 320px;
  }
  .carousel-img {
    height: 320px;
  }
  .carousel-indicator {
    font-size: 15px;
    padding: 2px 10px;
    bottom: 8px;
    right: 8px;
    top: auto;
  }
  .carousel-arrow {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
}
.icon-caminhao img, .icon-selo img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
} 