.banner-single-products {
  position: relative;
}
.banner-single-products .title-page{
  background-color: var(--opa-vermelho);
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 8.75rem;
  line-height: 8.75rem;
  font-family: var(--font-family-gin-regular);
  color: var(--opa-branco);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.625rem;
  line-height: 3.125;
  text-align: center;
  letter-spacing: 0.02em;
}

.banner-single-products .image{
  height: 39.063rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 5rem;
}

.banner-single-products .image-beers{
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 35% 50%;
  background-size: 44% 100%;
  background-position: left;
  margin-bottom: 3rem;
}
.banner-single-products .image-beers .water-mark {
    font-size: 200px;
    position: absolute;
    right: 79px;
    bottom: 0px;
    width: 100%;
    color: #0000003d;
    text-align: end;
    overflow: hidden;
    height: 194px;
}
.banner-single-products.mixed-drinks .image-beers{
  margin-top: -0.5rem;
}

.banner-single-products .container-banner{
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.banner-single-products .icons{
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.banner-single-products .container-banner h2{
  color: var(--opa-marrom-claro);
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-transform: uppercase;
  display: grid;
  margin-bottom: 1rem;
}

.banner-single-products .container-banner h2 strong,
.banner-single-products .container-banner h2 b{
  color: var(--opa-bege);
}

.banner-single-products .container-banner p{
  max-width: 40%;
  width: 100%;
  color: var(--opa-amarelo);
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}

/* Banner Beer */
.banner-single-products .container-banner-beer{
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
}

.banner-single-products .container-banner-beer h2{
  color: var(--opa-branco);
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-transform: uppercase;
  display: grid;
}

.banner-single-products.mixed-drinks .container-banner-beer h2{
  color: var(--opa-neutro);
}

.banner-single-products .container-banner-beer h2.color{
  color: var(--opa-marrom-claro);
}

.banner-single-products.mixed-drinks .container-banner-beer h2.color{
  color: var(--opa-branco);
}

.banner-single-products .container-banner-beer h2 strong,
.banner-single-products .container-banner-beer h2 b{
  color: var(--opa-bege);
}

.banner-single-products .container-banner-beer p{
  max-width: 40%;
  width: 100%;
  color: var(--opa-amarelo);
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}

.banner-single-products .container-banner-beer .types{
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}

.banner-single-products .container-banner-beer .types .item{
  text-align: center;
}

.banner-single-products .container-banner-beer .types .item img{
  margin-bottom: 0.5rem;
  /* filter: brightness(0) saturate(100%) invert(68%) sepia(44%) saturate(426%) hue-rotate(359deg) brightness(86%) contrast(86%); */
}


.banner-single-products .container-banner-beer .types .item h3{
  color: var(--opa-branco);
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .banner-single-products .image{
    padding: 0 1.25rem;
  }
  .banner-single-products .container-banner p{
    max-width: 100%;
  }
}

/* Info products */
.container-info-product-beer{
  position: relative;
  max-width: var(--container);
  width: 100%;
  margin: 0 auto 5rem;
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: flex-start;
  height: 100%;
  border-bottom: 1px solid var(--opa-cinza);
  min-height: 37.5rem;
}

.container-info-product-beer.no-border{
  border: none;
  margin: 0 auto;
  padding-bottom: 2rem;
  grid-template-columns: 40% 60%;
  min-height: auto;
}

.container-info-product-beer.no-border.mixed-drinks{
  border: none;
  margin: 0 auto;
  padding-bottom: 2rem;
  grid-template-columns: 50% 50%;
}
.container-info-product-beer .left{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  margin-top: -140px;
}
.container-info-product-beer .left .harmonization {
  margin-top: 140px;
}
.container-info-product-beer .left .harmonization figure {
  display: block;
  width: 72px;
  height: 72px;
  background: var(--opa-historia);
  border-radius: 50%;
  margin: 0 auto;
}
.container-info-product-beer .images-product-beer{
  position: absolute;
  top: -60%;
  left: auto;
  min-height: 40.625rem;
}

.container-info-product-beer .images-product-beer.mixed-drinks{
  top: -135%;
  left: -15%;
}

.container-info-product-beer .images-product-beer .slider{
  overflow: hidden;
}

.container-info-product-beer .images-product-beer .slider .slider-content{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: all 500ms ease;
}

.container-info-product-beer .images-product-beer .slider input{
  position: relative;
  z-index: 999;
  top: 53rem;
  left: 41%;
}

.container-info-product-beer .images-product-beer .slider input[type="radio"] {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;
}

.container-info-product-beer .images-product-beer .slider .custom-radio {
  appearance: none;
  -webkit-appearance: none;
  border: 0.125rem solid var(--opa-marrom-claro);
  background-color: var(--opa-branco);
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
}

.container-info-product-beer .images-product-beer .slider .custom-radio:checked {
  background-color: var(--opa-vermelho);
  border: 0.125rem solid var(--opa-vermelho);
}

.container-info-product-beer .images-product-beer .slider .custom-radio:focus-visible {
  outline-offset: 0;
}

.container-info-product-beer .images-product-beer .slider .slider-content > .slider-item {
  flex: 0 0 auto;
  width: 100%;
}

.container-info-product-beer .images-product-beer .slider > input:nth-child(1):checked ~ .slider-content{
  transform: translateX(0%);
}

.container-info-product-beer .images-product-beer .slider > input:nth-child(2):checked ~ .slider-content{
  transform: translateX(-100%);
}

.container-info-product-beer .images-product-beer .slider > input:nth-child(3):checked ~ .slider-content{
  transform: translateX(-200%);
}

.container-info-product-beer .images-product-beer .slider > input:nth-child(4):checked ~ .slider-content{
  transform: translateX(-300%);
}

.container-info-product-beer .single-product-banner {
  margin-top: -80%;
  height: 55rem;
}
.container-info-product-beer .single-product-banner.owl-carousel .owl-item{
  display: inline-block;
  text-align: center;
}

.container-info-product-beer .single-product-banner figure{
  width: 20rem;
  height: 40rem;
  display: inline-block;
}

.container-info-product-beer .single-product-banner img{
  max-width: 20rem;
  object-fit: contain;
  height: 40rem;
}
.mixed-drinks .single-product-banner {
  margin-top:-270px;
  height: auto;
}
.container-info-product-beer .info{
  margin-bottom: 3rem;
}

.container-info-product-beer h2{
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.375rem;
  color: var(--opa-marrom-claro);
  margin-bottom: 2rem;
}

.container-info-product-beer h2.green{
  color: var(--opa-verde);
}

.container-info-product-beer p{
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
}

.container-info-product-beer .awards{
  margin-bottom: 5rem;
}

.container-info-product-beer .awards .owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
}

.container-info-product-beer .awards .awards-single-products{
  width: 88%;
  margin-left: 5%;
}

.container-info-product-beer .awards .awards-single-products figure img{
  max-height: 7.313rem;
  object-fit: contain;
}

.container-info-product-beer .awards .awards-single-products .owl-nav{
  display: flex;
  justify-content: space-between;
  top: 30%;
  position: absolute;
  width: 100%;
}

.container-info-product-beer .awards .awards-single-products .owl-nav button.owl-prev{
  position: absolute;
  left: -6%;
}

.container-info-product-beer .awards .awards-single-products .owl-nav button.owl-next{
  position: absolute;
  right: -7%;
}

.container-info-product-beer .colors{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 5rem;
  position: relative;
  top: 1rem;
}

.container-info-product-beer .colors .item{
  min-width: 0.625rem;
  min-height: 0.625rem;
  border-radius: 50%;
}

.container-info-product-beer .colors .item.active{
  min-width: 4.25rem;
  border-radius: 50px;
  padding: 0.325rem 0.8rem;
  text-align: center;
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.188rem;
  color: var(--opa-vermelho);
}

.container-info-product-beer .glass{
  position: absolute;
  bottom: 5rem;
}

.container-info-product-beer .glass .glass-sizes{
  display: flex;
  gap: 5rem;
}

.container-info-product-beer .glass .glass-sizes .size{
  text-align: center;
}

.container-info-product-beer .glass .glass-sizes .size h3{
  margin-top: 1rem;
  color: var(--opa-light-silver);
}

.container-info-product-beer .glass .glass-sizes .size h3.active{
  color: var(--opa-marrom-claro);
}

.container-info-product-beer.info-geral .left{
  justify-content: flex-start;
}

.container-info-product-beer.info-geral .harmonization .info{
  display: flex;
  gap: 2rem;
}

.container-info-product-beer.info-geral .harmonization .info .item{
  text-align: center;
}

.container-info-product-beer.info-geral .harmonization .info .item img{
  border-radius: 50%;
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.container-info-product-beer.info-geral .harmonization .info .item h3{
  color: var(--opa-marrom-claro);
  margin-top: 1rem;
}

.container-info-product-beer.info-geral .info-beer{
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
}

.container-info-product-beer.mixed-drinks.info-geral .info-beer{
  margin: 0 0 2rem;
}

.container-info-product-beer.info-geral .info h2{
  margin: 2rem 0 1rem;
}

.container-info-product-beer.info-geral .info h2.green{
  margin: 0;
}

/* CTAS */
.ctas {
  display: flex;
    justify-content: center;
  gap: 1.563rem;
  position: relative;
  margin: 0 1.5rem;
}
.ctas .arrows {
  margin-right: 15px;
}
.ctas .btn-texto {
  margin-top: -5px;
}
.cta-1, .cta-2 {
  height: 400px;
  display: flex;
  width: 50%;
}
.cta-1 {
  background-color: var(--opa-verde-escuro);
}
.cta-2 {
  background-color: var(--opa-amarelo);
  overflow: hidden;
}
.cta-1 .cta-img, .cta-2 .cta-img {
  object-fit: cover;
  object-position: center;
}
.cta-2 .cta-img,
.cta-1 .cta-img {
  width: 100%;
  height: 400px;
}
.cta-1 .btn-opa {
  background-color: var(--opa-marrom-claro);
  max-width: 240px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 3.3rem;
  min-height: 70px;
  margin: 0;
}
.cta-content {
  width: 80%;
}
.cta-1 .cta-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding: 0 5%;
}
.cta-1 .cta-content h2 {
  text-align: end;
  margin-bottom: 20px;
  color: var(--opa-bege);
}
.cta-2 .cta-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 5%;
}
.cta-2 .cta-content h2 {
  margin-bottom: 20px;
  color: var(--opa-vermelho);
}
.cta-2 .btn-opa {
  background-color: var(--opa-verde);
  max-width: 240px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 2rem;
}
.cta-2 .btn-texto {
  color:var(--opa-branco)
}
.cta-2 .btn-texto b {
  color:var(--opa-marrom-claro)
}
.cta-van {
  position: relative;
  width: 50%;
}

@media (max-width:1440px) {
  .cta-1 .cta-img {
    width: 263px;
  }
  .cta-2 .cta-content {
    padding: 83px 30px;
  }
  .cta-van {
    width: 477px;
    height: 300px;
  }
}
@media (max-width:1368px) {
  .cta-1 .cta-content {
    padding: 83px 32px;
  }
  .cta-van {
    width: 446px;
    height: 268px;
  }
}
@media (max-width:1024px) {
  .ctas::after {
    left: -67px;
    top: -211px;
    transform: scale(.7);
  }
  .ctas .titulo-1 {
    font-size: 50px;
    line-height: 62px;
  }
  .cta-1 .btn-opa {
    width: 210px;
  }
  .cta-1 .cta-img, .cta-2 .cta-img {
    width: 180px;
    height: 350px;
  }
  .cta-1, .cta-2{
    height: 350px;
  }
  .cta-content {
    padding: 58px 32px!important;
  }
  .cta-2 .btn-opa {
    width: 210px;
  }
  .cta-van {
    width: 324px;
    height: 185px;
    margin-top: 242px;
    margin-left: -54px;
  }
  .cta-4 {
    background-size: cover;
    background-position: bottom;
  }
  .cta-bone {
    width: 300px;
    height: 158px;
    top: 241px;
    left: 231px;
  }
}
@media (max-width:991px) {
    .container-info-product-beer .single-product-banner {
        margin-top: 0;
    }
  .ctas {
    flex-direction: column;
  }
  .cta-1, .cta-2 {
    width: 100%;
  }
  .cta-1 .cta-img, .cta-2 .cta-img {
    width: 100%;
  }
  .cta-content {
    padding: 58px !important;
  }
  .cta-van {
    width: 605px;
    height: 325px;
    margin-top: 95px;
    margin-left: -35px;
  }
  .cta-bone {
    width: 575px;
    height: 290px;
    top: 165px;
    left: 480px;
  }
  .container-info-product-beer.no-border {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }
  .container-info-product-beer .glass {
      padding-left: 15px;
  }
  .container-info-product-beer {
      grid-template-columns: 100%;
  }
  .container-info-product-beer .right {
    padding: 0 15px;  
  }
  .container-info-product-beer .glass {
      position: relative;
    }
}
@media (max-width:768px) {
  .slider-buttons {
    width: 103%;
    left: -11px;
  }
  .cta-1 .cta-img, .cta-2 .cta-img {
    width: 100%;
  }
  .cta-content {
    padding: 70px 100px !important;
  }
  .cta-bone {
    left: 283px;
  }
  .container-info-product-beer.info-geral .info-beer {
      flex-flow: wrap;
  }
  .container-info-product-beer .left {
    margin-top:0;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 0;
  }
}
@media (max-width:500px) {
  .cta-1 .cta-img, .cta-2 .cta-img, .cta-van {
    display: none;
  }
  .cta-content {
    padding: 70px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cta-bone {
    width: 196px;
    height: 101px;
    top: 294px;
  }
  .cta-1 .cta-content h2 {
    text-align: center;
  }
}
@media (max-width:500px) {
  .cta-bone {
    left: 227px;
  }
}
@media (max-width:380px) {
  .ctas::after {
    left: -93px;
    top: -211px;
    transform: scale(.5);
  }
  .ctas .titulo-1 {
    font-size: 36px;
    line-height: 45px;
  }
  .blog-card {
    width: 330px;
  }
}
@media (max-width:320px) {
  .cta-1, .cta-2 {
    height: 300px;
  }
  .cta-3 .btn-opa, .btn-opa {
    max-width: 210px;
  }
}

.container-single-products-go-find{
  max-width: var(--container);
  width: 100%;
  margin: 5rem auto 0;
  display: flex;
  gap: 5rem;
}

.container-single-products-go-find h2{
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4.5rem;
  color: var(--opa-verde);
  margin-bottom: 2rem;
}

.container-single-products-go-find .center{
  max-width: 18.75rem;
}

.container-single-products-go-find .center img{
  margin-top: 2rem;
}

.container-single-products-go-find p{
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
}

.container-single-products-go-find .van-go-find{
  position: relative;
  max-width: 55rem;
  max-height: 25rem;
  width: 100%;
  height: 100%;
}

.container-single-products-go-find .van-go-find:after{
  content: '';
  background-image: url(/wp-content/themes/labbotheme/assets/img/van-go-find.png);
  width: 55rem;
  height: 25rem;
  position: absolute;
  top: 0;
}

.go-find .partners{
  margin-top: 7rem;
}

.container-single-products-form-contact{
  max-width: var(--container);
  width: 100%;
  margin: 5rem auto;
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 5rem;
}

.container-single-products-form-contact h2{
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 4.5rem;
  color: var(--opa-marrom-claro);
  margin-bottom: 2rem;
}

.container-single-products-form-contact p{
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
}

.container-single-products-form-contact .form-contact{
  padding: 0;
  margin: 0;
}

.container-single-products-form-contact .grid-form-contact{
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  margin: 0 1rem;
}

.container-single-products-form-contact .grid-form-contact-col-1 label,
.container-single-products-form-contact .grid-form-contact label{
  width: 100%;
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: -0.02em;
  color: var(--opa-marrom-claro);
  margin-bottom: 2rem;
  display: inline-block;
  text-align: left;
}

.container-single-products-form-contact .grid-form-contact select,
.container-single-products-form-contact .grid-form-contact input[type="email"],
.container-single-products-form-contact .grid-form-contact input[type="tel"],
.container-single-products-form-contact .grid-form-contact input[type="text"]{
  width: 100%;
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
  height: 4.188rem;
  line-height: 4.188rem;
  padding-left: 1rem;
  border-radius: 0;
  border: 1px solid var(--opa-cinza-escuro);
  margin-top: 1rem;
}

.container-single-products-form-contact .grid-form-contact-col-1 textarea{
  width: 100%;
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
  height: 7.813rem;
  padding: 1rem 0 0 1rem;
  border-radius: 0;
  border: 1px solid var(--opa-cinza-escuro);
  margin-top: 0.5rem;
}

.container-single-products-form-contact .grid-form-contact-col-1 .wpcf7-list-item {
  margin: 0;
}

.container-single-products-form-contact .grid-form-contact-col-1 .wpcf7-list-item input[type="checkbox"]{
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0;
  border: 1px solid var(--opa-marrom-claro);
}

.container-single-products-form-contact .grid-form-contact-col-1 .wpcf7-list-item .wpcf7-list-item-label{
  width: 100%;
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
  position: relative;
  top: -0.4rem;
  left: 0.5rem;
}

.container-single-products-form-contact .grid-form-contact-col-1 .wpcf7-list-item .wpcf7-list-item-label a{
  font-weight: bold;
  color: var(--opa-cinza-escuro);
  text-decoration: underline;
}

/* Container page souvenirs */
.container-single-souvenirs{
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
}

.container-single-souvenirs-related{
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}

.container-single-souvenirs .sidebar{
  max-width: 33%;
  width: 100%;
}

.container-single-souvenirs .sidebar .title{
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.813rem;
  color: var(--opa-vermelho);
}

.container-single-souvenirs .sidebar .souvenirs,
.container-single-souvenirs .sidebar .beers{
  display: flex;
  margin: 2rem 0;
}

.container-single-souvenirs .sidebar .beers{
  margin-top: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--opa-cinza);
}

.container-single-souvenirs .sidebar .souvenirs{
  margin-top: 2rem;
  padding-bottom: 4rem;
}

.container-single-souvenirs .sidebar .souvenirs .icon,
.container-single-souvenirs .sidebar .beers .icon{
  width: 20%;
}

.container-single-souvenirs .sidebar .souvenirs .icon img,
.container-single-souvenirs .sidebar .beers .icon img{
  background-color: var(--opa-marrom-claro);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  padding: 0.7rem;
}

.container-single-souvenirs .sidebar .souvenirs .categories,
.container-single-souvenirs .sidebar .beers .categories{
  width: 80%;
}
.container-single-souvenirs .sidebar .souvenirs .categories ul li, 
.container-single-souvenirs .sidebar .beers .categories ul li {
  margin-block: 2.5px;
}
.container-single-souvenirs .sidebar .souvenirs .categories h3,
.container-single-souvenirs .sidebar .beers .categories h3{
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.813rem;
  color: var(--opa-marrom-claro);
  text-transform: uppercase;
  margin: 0.8rem 0 0 0.5rem;
}

.container-single-souvenirs .sidebar .souvenirs .categories ul,
.container-single-souvenirs .sidebar .beers .categories ul{
  margin: 1.5rem 0 0 0.5rem;
  padding: 0;
}

.container-single-souvenirs .sidebar .souvenirs .categories li a,
.container-single-souvenirs .sidebar .beers .categories li a{
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
  transition: var(--transition-animation);
}

.container-single-souvenirs .sidebar .souvenirs .categories li a:hover,
.container-single-souvenirs .sidebar .souvenirs .categories li a:focus,
.container-single-souvenirs .sidebar .souvenirs .categories li a:active,
.container-single-souvenirs .sidebar .beers .categories li a:hover,
.container-single-souvenirs .sidebar .beers .categories li a:focus,
.container-single-souvenirs .sidebar .beers .categories li a:active{
  color: var(--opa-marrom-claro);
}

.container-single-souvenirs .sidebar .dealer{
  padding: 2rem;
  position: relative;
  min-height: 30.625rem;
}

.container-single-souvenirs .sidebar .dealer figure{
  position: absolute;
  left: -3rem;
  top: -2rem;
}

.container-single-souvenirs .sidebar .dealer .footer{
  position: absolute;
  bottom: 1rem;
  width: 100%;
}

.container-single-souvenirs .sidebar .dealer .footer .title{
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 2.625rem;
  line-height: 3.125rem;
  letter-spacing: -0.02em;
  color: var(--opa-vermelho);
  margin-bottom: 1rem;
}

.container-single-souvenirs .content{
  max-width: 67%;
  width: 100%;
}

.container-single-souvenirs .content h1{
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.875rem;
  letter-spacing: -0.01em;
  color: var(--opa-vermelho);
}

.container-single-souvenirs .content .product-image-featured{
  max-height: 33.75rem;
  height: 100%;
  width: 100%;
  background-color: var(--opa-bege-claro);
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-single-souvenirs .content .info h2{
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: var(--opa-marrom-claro);
  margin: 2rem 0 1rem;
}

.container-single-souvenirs .content .info p{
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
  margin-bottom: 1rem;
}

.container-single-souvenirs .products-related{
  background-color: var(--opa-bege-claro);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 28.75rem;
  width: 100%;
}

.container-single-souvenirs .products-related .images{
  max-height: 15rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-single-souvenirs .products-related .title{
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--opa-cinza-escuro);
  margin-bottom: 1rem;
}

.container-single-souvenirs-related .products-related-title{
  font-family: var(--font-family-soleil);
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.875rem;
  letter-spacing: -0.01em;
  color: var(--opa-marrom-claro);
  margin: 3rem 0 1rem;
}

@media (max-width: 1366px){
  .container-single-products-go-find .van-go-find:after{
    left: -35%;
    width: 61rem;
  }
  .custom-read-more span::before {
    top: 0.53rem;
  }
  .ctas .cta-1 .titulo-1 {
    font-size: 53px;
  }
}
@media only screen and (max-width: 991px) {
    .container-info-product-beer.mixed-drinks .single-product-banner{
        margin-top: 0;
        height: auto;
    }
    .banner-single-products.mixed-drinks .image-beers {
        overflow:hidden;
        min-height: 300px;
        background-image: none !important;
    }
    .banner-single-products .image-beers .water-mark {
        font-size: 100px;
        bottom: -96px;
        right: 0;
    }
  .banner-single-products .image-beers{
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 3rem;
    position: relative;
    padding: 3rem 0;
    z-index: 2;
  }

  .banner-single-products .title-page{
    height: auto;
    line-height: inherit;
    padding: 3rem 0;
  }
  .container-single-products-go-find{
    padding: 0 1rem;
  }
  .banner-single-products .container-banner-beer,
  .container-info-product-beer.no-border.mixed-drinks,
  .container-single-products-form-contact{
    grid-template-columns: 100%;
    padding: 0 1rem;
  }
  .container-single-products-go-find h2{
    margin-bottom: auto;
  }
  .container-single-products-go-find .van-go-find{
    display: none;
  }
  .container-info-product-beer .images-product-beer{
    position: relative;
  }
  .container-info-product-beer .images-product-beer.mixed-drinks {
    top: -32%;
    left: -15%;
  }
  .container-info-product-beer .images-product-beer .slider input{
    top: 78rem;
    left: 50%;
  }
  .container-info-product-beer.info-geral .left{
    max-height: 60rem;
  }
  .cta-1 .cta-content{
    align-items: center;
    justify-content: center;
  }

  .container-single-souvenirs{
    flex-direction: column-reverse;
  }
  .container-single-souvenirs .sidebar,
  .container-single-souvenirs .content{
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
  }
  .container-single-souvenirs .sidebar .dealer figure{
    left: 15%;
  }
  .container-single-souvenirs-related{
    padding: 0 1rem;
  }
  .container-info-product-beer.no-border{
    grid-template-columns: 100%;
    padding: 0 1.25rem;
  }
  .container-info-product-beer .single-product-banner{
    margin-top: 0;
  }
  .container-info-product-beer{
    grid-template-columns: 100%;
    padding: 0 1.25rem;
  }
  .container-info-product-beer .glass{
    position: relative;
  }
  .container-info-product-beer .left .harmonization {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
    .container-single-products-form-contact {
        text-align: center;
        margin-bottom: -100px;
    }
    .container-single-products-form-contact .grid-form-contact{
        grid-template-columns: 100%;
    }
    .container-single-products-go-find{
        flex-direction: column;
        text-align: center;
    }
    .container-single-products-go-find .center {
        max-width: 100%;
    }
    .container-single-products-go-find .center img {
        margin: 2rem auto 0;
        width: 100%;
        height: 32px;
    }
    .container-single-products-form-contact .grid-form-contact-col-1 textarea {
        width: 94%;
    }
    .cta-1 .cta-content,
    .cta-2 .cta-content {
      width: 100%;
    }
    .banner-single-products .image-beers .water-mark {
      color: #0000000f;
    }
}

/* DOTS */
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid var(--opa-marrom-claro);
    background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border:none;
    background: var(--opa-vermelho);
}
.product-images.owl-carousel .owl-item img {
    max-height: 364px;
    object-fit: contain;
}

.container-single-products-form-contact .grid-form-contact{
  grid-template-columns: 100%;
  margin: 0;
}
/* PARCEIROS */
.shop-find {
  height: 500px;
  background: #6E402C;
  padding-block: 50px;
  position: relative;
}
.shop-find .grid {
  overflow: hidden;
}
.shop-find .flex {
  display: flex;
  margin-top: 20px;
  color: #fff;
}
.shop-find .flex img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 10px;
}
.shop-find h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #FCC200;
  margin-bottom: 32px;
}
.shop-slide {
  display: flex;
  gap:80px;
}
.shop-white-img {
  width: 100px;
  height: 44px;
  z-index: 2;
}
.unit-partner {
  max-width: 266px;
}
.unit-partner .unit-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
  margin-left: 0%;
}
.marca-dagua {
  position: absolute;
  bottom: -26px;
  left: 36px;
}
.bg-shop {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width:500px) {
  .shop-find {
    height: 600px;
  }
  .shop-slide {
    flex-direction: column;
    padding-left: 10%;
  }
}