<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flag.vinho-da-madrugada {
  display: inline-block;
  width: 60px;
  height: auto; 
  aspect-ratio: 600 / 920; 
  background-image: url("https://t75868.vteximg.com.br/arquivos/selo-vinho-madr.png");
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}

.flag.dia-dos-pais---cupom-30--off {
  display: inline-block;
  width: 95px;
  height: auto; 
  background-image: url("https://t75868.vteximg.com.br/arquivos/selo-cupom-pais.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  font-size: 0;
  aspect-ratio: 965 / 618; 
  background-color: transparent;
}


.flag.kits---dia-dos-pais-2025 {
  display: inline-block;
  width: 85px;
  height: auto; 
  background-image: url("https://t75868.vteximg.com.br/arquivos/selo-2-pai.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  font-size: 0;
  aspect-ratio: 1068 / 618; 
  background-color: transparent;
}


@media (max-width: 767px) {

  .flag.vinho-da-madrugada {
    width: 50px;
  }
  

  .flag.dia-dos-pais---cupom-30--off {
    width: 80px;
  }

  .flag.kits---dia-dos-pais-2025 {
  	width: 80px;
  }
  
}</pre></body></html>