* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

html, body {
	overflow-x: hidden;
	width: 100%;
}


.header_cnn {
    background-color: #A70C0C;
    color: white;
    display: flex;
    justify-content: space-between; /* mantém ícones afastados */
    align-items: center;
    padding: 0 15px; /* margem interna */
    position: relative; /* para centralizar h1 com absolute */
    height: 60px;
}

.header_cnn h1 {
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    color: white;
}

.search-icon {
    display: flex;
    align-items: center;
}

.search-icon img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 100px;
}

.menu-icon {
    margin-right: 100px; /* distância da borda direita */
    font-size: 24px;
    cursor: pointer;
}

/* Responsividade */
@media (max-width: 768px) {
    .header_cnn {
        height: 50px;
        padding: 0 10px;
    }

    .header_cnn h1 {
        font-size: 18px;
    }

    .search-icon img {
        width: 18px;
        height: 18px;
    }

    .menu-icon {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .header_cnn h1 {
        font-size: 16px;
    }
}

/* HEADER */



.cards-bottles {
    font-family: 'Roboto', sans-serif;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
}

.card {
    background: rgb(255, 255, 255) !important;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 320px;
    max-width: calc(100vw - 40px);
    padding: 0;
    color: white;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.best-value-header {
background: #428c2a;
color: rgb(255, 255, 255);
text-align: center;
padding: 15px 20px;
font-weight: 900;
font-size: 24px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
border-radius: 0;
text-transform: uppercase;
}
.most-popular {
color: #ffffff;
}
.main-content {
padding: 20px 10px;
display: flex;
gap: 15px;
align-items: flex-start;
}
.left-section {
flex: 1;
display: flex;
flex-direction: column;
gap: 15px;
}
.bottles-info {
font-size: 22px;
font-weight: 900;
line-height: 1.1;
color: #54595F; 
padding-left: 5px;
}
.supply-info {
font-size: 16px;
font-weight: 700;
opacity: 0.95;
margin-top: -15px;
color: #54595F;

}
.bottles-container {
display: flex;
justify-content: flex-start;
align-items: center;
}
.bottles-image {
width: 130px;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 350px) {
.bottles-image {
width: 100px;
}
.bottles-info {
font-size: 18px;
}
.supply-info {
font-size: 13px;
}
}
.bottles-image img {
max-width: 100%;
max-height: 120px;
object-fit: contain;
filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}
.right-section {
flex: 1;
display: flex;
flex-direction: column;
gap: 2px;
text-align: left;
}
.price-section {
text-align: center;
margin-bottom: 2px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.price-per-bottle {
font-size: 50px;
font-weight: 900;
color: #2A8C5A !important;
text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
line-height: 1;
}
.per-bottle-text {
font-size: 12px;
font-weight: 700;
color: #2A8C5A !important;
opacity: 0.95;
line-height: 1.1;
text-align: left;
}
.benefits-list {
display: flex;
flex-direction: column;
gap: 3px;
margin-top: 2px;
}
.benefit-item {
display: flex;
align-items: center;
gap: 3px;
font-size: 12px;
font-weight: 700;
border-bottom: 1px dotted rgba(255,255,255,0.4);
padding-bottom: 2px;
color: white !important;
}
.benefit-item:last-child {
border-bottom: 1px dotted rgba(255,255,255,0.4);
padding-bottom: 2px;
}
.checkbox {
width: 14px;
height: 14px;
background: #FFD700;
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
color: #2A8C5A;
font-weight: 900;
flex-shrink: 0;
}
.guarantee-item {
color: #54595F !important;
}
.savings {
color: #54595F !important;
}
.discount {
color: #54595F !important;
}
.total-section {
margin-top: 3px;
font-size: 26px;
font-weight: 700;
}
.crossed-price {
text-decoration: line-through;
color: #ff0000;
margin-right: 6px;
font-size: 16px;
}
.final-price {
color: #2A8C5A !important;
font-weight: 900;
font-size: 34px;
}
.free-shipping {
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #54595F;
font-weight: 900;
margin-top: 2px;
}
.shipping-icon {
width: 17px;
height: 17px;
margin-top: -9px;
color: #54595F;
font-size: 17px;
}
.buy-now-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.buy-now-btn button {
  background-color: #2a8c5a;
  color: white;
  border: none !important;
  font-family: "Rubik", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  border-radius: 0.5em;
  line-height: 1;
  padding: 0.5em 1.5em;
  text-decoration: none;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.05) inset;
  
  /* Transição suave para transform e sombra */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.buy-now-btn button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.buy-now-btn button:active {
  transform: translateY(0);
}


.guarantee-container-wrapper {
  position: relative;
}

.guarantee-box {
  border: 2px dashed rgb(251, 111, 23);
  padding-top: 4rem; /* espaço para o badge */
  position: relative;
}

.guarantee-badge {
  position: absolute;
  top: -3rem; /* ajusta para sobrepor a borda */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.guarantee-badge img {
  width: 172px; /* tamanho do badge */
  height: auto;
}

.guarantee-divider {
  border: none;
  border-top: 2px dashed;
  margin: 1rem;
  color: rgb(251, 111, 23);
}

.guarantee-box ul {
  list-style: none;
  padding: 0;
}

.guarantee-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.guarantee-box ul li i {
  color: var(--primary-color-dark);
  margin-right: 0.5rem;
}

@media (max-width: 1400px) {
  .cards-bottles {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .cards-bottles {
    margin: 0 auto;
  }

  .guarantee-box {
    padding-top: 3.5rem;
  }

  .guarantee-box h2{
	margin: 20px;
  }

  .guarantee-badge img {
    width: 140px;
  }

  .guarantee-divider {
    margin: 0.8rem;
  }
}

/* Celulares médios - até 480px */
@media (max-width: 480px) {
  .guarantee-box {
    padding-top: 3rem;
    padding: 1.5rem;
  }

  .guarantee-badge {
    top: -2.5rem;
  }

  .guarantee-badge img {
    width: 120px;
  }

  .guarantee-divider {
    margin: 0.6rem;
  }

  .guarantee-box ul li {
    font-size: 0.95rem;
  }
}

/* Celulares pequenos - até 320px */
@media (max-width: 320px) {
  .guarantee-box {
    padding-top: 2.5rem;
    padding: 1rem;
  }

  .guarantee-badge {
    top: -2rem;
  }

  .guarantee-badge img {
    width: 100px;
  }

  .guarantee-box ul li {
    font-size: 0.9rem;
  }

  .guarantee-divider {
    margin: 0.5rem;
  }
}




.menu-icon {
	margin: 6px;
    font-size: 24px;
    cursor: pointer;
}

.search-icon {
	margin: 6px;
    font-size: 24px;
    cursor: pointer;
}

.left-group {
  display: flex;
  align-items: center;
}

.left-group h1 {
  margin-left: 10px;
}

header h1 {
  font-weight: 400;
  color: #fff;
  margin: 0;
  flex-grow: 1;
  text-align: center;
  font-size: 1.2rem;
}

marquee {
	background-color: #810505;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 4px 0;
	font-weight: 400;
	font-size: 11px;
}

.principal {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 12px 15px;
	text-align: center;
}

.principal h1 {
	font-size: 30px;
	text-align: left;
}

.txt_info_noticia {
	text-align: left;
	color: #54595F;
	font-size: 12px;
	padding-top: 10px;
}

.txt_info_noticia b {
	color: black;
	font-size: 13px;
	font-weight: 700;
}

.img_adv {
	width: 80%;
	max-width: 500px;
}

.video_vturb {
	padding-top: 15px;
	margin: 0 auto;
	max-width: 800px;
}

.cta {
	font-family: 'Roboto', sans-serif;
	width: 95%;
	margin: 15px auto 0;
    font-weight: 700;
    background-image: linear-gradient(180deg,#01b319 0,#04960d 100%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    text-decoration: none;
    color: white;
    font-size: 27px;
    line-height: 1.1em;
    border-radius: 7px;
    border: none;
    padding: 10px 5px;
    animation: 1s ease-in-out infinite alternate pulsar;
    cursor: pointer;
}

@keyframes pulsar {
	0% {
	    transform: scale(1);
	}
	100% {
	    transform: scale(1.1);
	}
}

.desconto {
	padding-top: 15px;
	font-size: 17px;
    line-height: 1.3em;
    color: #1d1d1d;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

footer {
	background-color: #A70C0C;
	padding: 15px 0 0;
	text-align: center;
}

footer a {
	color: white;
	text-decoration: none;
	padding: 25px;
	font-weight: 500;
}

footer h3 {
	background-color: black;
	color: white;
	font-size: 17px;
	padding: 10px 25px;
}

.img_adv {
	margin-top: 20px;
}

@media (max-width: 996px) {
	.img_adv {
		width: 100%;
	}
	.principal h1 {
		font-size: 23px;
	}
	header h1 {
		font-size: 1.2rem !important;
	}
}