.novoproduto {
margin: auto auto 10px auto;
border: 1px solid rgba(0,0,0,.07);
border-radius: 6px;
padding: 12px 12px 12px 12px;
/*background: rgba(0,0,0,.025);*/
}

.novoproduto .capa {
display: flex;
/*align-items: center;*/
/*justify-content: center;*/
border-radius: 6px;
overflow: hidden;
width: 100%;
height: 100px;
}

.novoproduto .capa img {
display: block;
margin: auto;
width: 100%;
border-radius: 6px;
}

.novoproduto .nome {
display: block;
margin: 0 0 5px 0;
font-weight: 600;
font-size: 14px;
line-height: 16px;
}

.novoproduto .descricao {
display: block;
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: rgba(0,0,0,.5);
/*word-break: break-all;*/
/*overflow-wrap: break-word;*/
}

.novoproduto .preco {
margin: 6px 0 0 0;
}

.novoproduto .preco .valor_anterior {
display: block;
margin: 0 0 -1px 0;
text-align: left;
font-size: 12px;
line-height: 14px;
color: rgba(0,0,0,.5);
}

.novoproduto .preco .blank_valor_anterior {
display: block;
width: 100%;
height: 7px;
color: rgba(0,0,0,.5);
}

.novoproduto .preco .valor {
display: block;
margin: 0 0 0 0;
font-size: 14px;
line-height: 16px;
font-weight: 600;
}

.valor-green {
color: rgba(16,185,129,.9) !important;
}

.novoproduto .plus-holder {
float: right;
}

.novoproduto .plus {
display: block;
float: left;
margin: 0 0 0 0;
background: #e22f38;
color: #fff;
border-radius: 6px 0 0 6px;
text-align: center;
width: 26px;
height: 26px;
font-size: 18px;
line-height: 27px;
font-weight: 600;
}

.novoproduto .plus-desc {
display: block;
float: left;
margin: 0 0 0 0;
background: #e22f38;
border-radius: 0 6px 6px 0;
text-align: center;
height: 26px;
font-size: 12px;
line-height: 27px;
padding: 0 6px 0 6px;
border-left: 1px solid rgba(255,255,255,.2);
background: rgba(0,0,0,.06);
}

.categoria .novo-vertudo {
display: block;
width: 100%;
margin: 14px 0 16px 0;
text-align: center;
border-bottom: 1px solid rgba(0,0,0,.05);
border-radius: 6px;
padding-bottom: 18px;
}

.categoria .novo-vertudo i {
margin-left: 5px;
transform: translateY(2px);
}

.categoria .title {
margin-bottom: 14px;
}

.radios-full {
display: flex;
}

.radios-full .form-field-radio {
width: 100%;
}

.radios-full label.error {
position: absolute;
margin: 10px 0 0 -20px;
}

.sacola-adicionar {
user-select: none;
}

.sacola-adicionar span {
transform: translateY(0);
}

.sacola-adicionar i {
margin: 0 8px 0 0;
transform: translateY(-1px);
font-size: 12px;
font-weight: 700;
}

.botao-fechar-compra {
margin-top: 14px;
}

/* US */

@media (max-width: 320px)  {

}

/* XS */

@media (max-width: 544px)  {

}

/* SMALL */

@media (min-width: 545px) and (max-width: 767px)  {

}

/* MEDIUM */

@media (min-width: 546px) and (max-width: 991px)  {

}

/* LARGE */

@media (min-width: 992px) and (max-width: 1199px)  {

}

/* EXTRA LARGE */

@media (min-width: 1200px) {

}

/* ALL MOBILE */

@media (max-width: 991px) {

	body,
	html {
	-webkit-overflow-scrolling: touch;
	}

	.novoproduto {
	padding: 12px 12px 12px 12px;
	}

	.novoproduto .capa {
	min-height: 120px;
	float: right;
	max-width: 120px;
	}

	.novoproduto .capa img {
	min-height: 0px;
	}

	.novoproduto .lp {
	padding-left: 5px;
	padding-right: 5px;
	}

	.novoproduto .npr {
	padding-right: 0;
	}

	.novoproduto .plus {
	margin: 0 0 0 0;
	}

	.novoproduto:last-child {
	margin-bottom: 18px;
	}

	.categoria .novo-vertudo {
	margin: -6px 0 -2px 0;
	padding-bottom: 12px;
	}

	.novoproduto .row-add {
	margin-top: 10px;
	}

	.subtotal-adicionar {
	position: fixed;
	width: 92%;
	padding: 8px 8px 8px 8px !important;
	margin: auto;
	z-index: 10;
	bottom: 10px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	border-radius: 6px;
	}

	.npr {
	padding-right: 0;
	}

	.subtotal-adicionar .row {
	display: flex;
	align-items: center;
	justify-content: center;
	}

	.subtotal {
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 16px;
	}

	.sacola-adicionar {
	padding: 8px 5px 6px 5px;
	}

	.sacola-adicionar i {
	margin: 0 8px 0 0;
	transform: translateY(0);
	font-size: 12px;
	font-weight: 700;
	}

	.space-brand {
	width: 100%;
	height: 55px;
	}

	.relacionados {
	margin-top: -34px;
	}

}

/* CAIXOTE */

@media (min-width: 992px) and (max-width: 1024px) {

}

@media (min-width: 1180px) {

}

/* Promoção tag blink effect */
/* Adiciona efeito rápido de acender/apagar para chamar atenção */

/* Keyframes do brilho/piscar - mais intenso e contínuo */
@keyframes promocaoBlink {
  0%, 100% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(40, 167, 69, 0);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.4);
    box-shadow: 0 0 15px rgba(40, 167, 69, 0.7);
    transform: scale(1.05);
  }
}

/* Aplica animação na tag - mais rápida e contínua */
.promocao-tag {
  animation: promocaoBlink 0.6s ease-in-out infinite;
  will-change: filter, transform;
}

/* Respeita usuários com redução de movimento */
@media (prefers-reduced-motion: reduce) {
  .promocao-tag {
    animation: none;
  }
}

.promocao-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #28a745;
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 6px;
  border-radius: 8px;
  line-height: 1.2;
  margin-bottom: 4px;
  margin-right: 4px;
  animation: promocaoBlink 0.6s ease-in-out infinite;
  min-width: 60px;
  text-align: center;
  white-space: nowrap;
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
  .promocao-tag {
    font-size: 10px;
    padding: 2px 5px;
    min-width: 0;
    margin-bottom: 6px;
    margin-right: 0;
    display: inline-flex;
  }
}

/* Responsividade para telas pequenas */
@media (max-width: 480px) {
  .promocao-tag {
    font-size: 9px;
    padding: 2px 4px;
    min-width: 0;
    border-radius: 999px;
  }
}

.promocao-tag i {
  font-size: 1em; /* igual ao texto da tag */
  margin-right: 3px;
  color: #ffffff !important;
  background: none !important;
  background-color: transparent !important;
  flex-shrink: 0;
}

/* Ajuste do ícone para dispositivos móveis */
@media (max-width: 768px) {
  .promocao-tag i {
    font-size: 1em; /* mantém proporção do texto em mobile */
    margin-right: 2px;
  }
}

/* Ícone ainda menor em telas muito pequenas */
@media (max-width: 480px) {
  .promocao-tag i {
    font-size: 1em; /* igual ao texto também em telas pequenas */
    margin-right: 1px;
  }
}

/* Centralização e ajustes específicos da página de produto */
.title-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

/* Página de produto: usar tamanho global da tag (desktop igual ao principal) */
/* Overrides locais removidos para herdar .promocao-tag padrão */

/* Bloco mobile: empilhar nome e tag em coluna, centralizados */
.produto-detalhes .nome {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

/* Removidos overrides da tag no mobile para manter tamanho global */

@media (max-width: 768px) {
  .title-icon {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* Catálogo: aumentar levemente a tag */
.novoproduto .promocao-tag {
  font-size: 11px;
  padding: 4px 7px;
  border-radius: 10px;
  min-width: 0;
}

@media (max-width: 768px) {
  .novoproduto .promocao-tag {
    font-size: 11px;
    padding: 3px 6px;
  }
}

@media (max-width: 480px) {
  .novoproduto .promocao-tag {
    font-size: 10px;
    padding: 3px 5px;
  }
}

/* Removido overlay da tag sobre a imagem na página de produto */
