/* Header */

#box_mensagem_homologacao {
  position: relative;
  z-index: 9999;
}
header > nav {
  position: relative;
}
header > nav::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 100%;
  background-image: url('/themes/target_default_v4/img/carnaval/moldura-inferior-esquerda.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 145px;
  height: 114px;
}
header > nav::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 100%;
  background-image: url('/themes/target_default_v4/img/carnaval/moldura-inferior-direita.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 145px;
  height: 114px;
}
@media(max-width: 1620px) {
  header.fixed-top,
  header {
    background-image: url('/themes/target_default_v4/img/carnaval/moldura-horizontal.png');
    background-repeat: repeat-x;
    background-position: center -2px;
    background-size: 151px !important;
    padding-top: 48px;
  }
  header > nav::after,
  header > nav::before {
    display: none;
  }
}

form#searchbox,
.buscar-geral {
  position: relative;
}
.buscar-geral::before {
  content: '';
  position: absolute;
  right: -8px;
  top: -21%;
  background-image: url('/themes/target_default_v4/img/carnaval/penas.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 52px;
  height: 52px;
}
@media(min-width: 991px) {
  .buscar-geral::before {
    right: -20px;
    top: 35%;
    transform: rotate(90deg);
  }
}
@media(min-width: 1060px) {
  .buscar-geral::before {
    right: -28px;
    top: 21%;
    transform: rotate(0deg);
  }
}
.footer_card_carrinho a {
  position: relative;
}
.footer_card_carrinho a::after {
  content: '';
  position: absolute;
  background-image: url('/themes/target_default_v4/img/carnaval/tambor.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  top: -25px;
  right: -16px;
}

.minha-conta > .botao-acao > .bi-person::before {
  content: '';
  background-image: url('/themes/target_default_v4/img/carnaval/cartola.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 31px;
}
.minha-conta > .botao-acao {
  gap: 0 !important;
}

/* Body */

.container .section_titulo h2,
.swiper-container .section_titulo h2 {
  display: flex;
  align-items: center;
}
.container .section_titulo h2::before,
.swiper-container .section_titulo h2::before {
  content: '';
  background-image: url('/themes/target_default_v4/img/carnaval/tambor.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
}
.swiper-container .card-produto {
  margin-top: 16px;
}
.section_titulo {
  margin-bottom: 0;
}
.produtos_promocionais .card-produto:not(.produtos_promocionais.duas-colunas .card-produto)::before,
.todos_produtos .card-produto:not(.todos_produtos.modo_listagem .card-produto)::before,
.swiper-container .card-produto::before {
  content: '';
  position: absolute;
  background-image: url('/themes/target_default_v4/img/carnaval/mascara.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 41%;
  top: -20px;
  width: 45px;
  height: 45px;
  z-index: 1;
}
.swiper-container .footer-card-swiper {
  margin-top: 25px;
}

/* footer */

.container.info-footer h3 {
  display: flex;
  align-items: center;
  gap: 2px;
}
.container.info-footer h3::before {
  content: '';
  background-image: url('/themes/target_default_v4/img/carnaval/chapeu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  opacity: 0.6;
}
@media (min-width: 991.98px) {
  .container.info-footer .info ul,
  .container.info-footer .info .icones_pagamento,
  .container.info-footer .info .redes-sociais-icones {
    margin-left: 23px;
  }
}
@media (max-width: 991.98px) {
  .container.info-footer h3 {
    justify-content: center;
  }
  .container.info-footer .info ul,
  .container.info-footer .info .icones_pagamento,
  .container.info-footer .info .redes-sociais-icones {
    margin-left: 10px;
  }
}

footer,
.info-empresa-footer {
  position: relative;
}
footer::before {
  content: '';
  position: absolute;
  background-image: url('/themes/target_default_v4/img/carnaval/tambor-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 1px;
  width: 120px;
  height: 121px;
}
@media (max-width: 1550px) {
  footer::before {
    width: 90px;
    height: 109px;
  }
}
.info-empresa-footer::after {
  content: '';
  position: absolute;
  background-image: url('/themes/target_default_v4/img/carnaval/corda.png');
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  left: 0;
  top: -35px;
  width: 100%;
  height: 60px;
}

.btn_whatsapp::before {
  content: '';
  position: absolute;
  right: -13px;
  top: -19%;
  background-image: url('/themes/target_default_v4/img/carnaval/pandeiro.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
  z-index: -1;
}