@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color-primary: #f3911d;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Montserrat", sans-serif;
}
main {
  width: 100%;
}
#bg-white {
  background-color: #fff;
}
#bg-gray {
  background-color: #f2f2f2;
}
.banner-main {
  max-width: 100% !important;
}
.banner-main img {
  width: 100%;
}
.box-1 {
  background-color: #f2f2f2;
  margin: 60px auto 0;
  padding-bottom: 35px;
}
.box-2 {
  background-color: #f2f2f2;
  margin: 0 auto;
  padding-bottom: 90px;
}
.box-3 {
  margin: 0 auto;
  padding-bottom: 90px;
  background-color: #fff;
}
.box-4 {
  background-color: #f2f2f2;
  padding-bottom: 90px;
}
.box-5 {
  margin: 0 auto;
  padding-bottom: 90px;
}
.box-6 {
  background: linear-gradient(
    135deg,
    #0a0a0a 0%,
    #131108 20%,
    #1d1710 40%,
    #2a1f12 60%,
    #372818 80%,
    #4a341e 100%
  );
  background-size: cover;
}
.first-content {
  width: 80%;
  margin: 0 auto;
}
.text-content {
  text-align: center;
  margin-top: 30px;
  line-height: 24px;
  font-size: 18px;
}
.text-highlight {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
#aproveite {
  margin: 16px auto;
}
#text-cupom {
  background-color: #f2f2f2;
  color: var(--color-primary);
  font-weight: 700;
  padding: 12px;
  border-radius: 8px;
  font-size: 22px;
  border: var(--color-primary) dashed 3px;
  width: 200px;
  margin: 10px auto;
}
.main-content {
  width: 100%;
}
.faixa {
}
.faixa {
  max-width: 100%;
  height: 147px;
  position: relative;
  top: -51px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/faixa/faixa-20.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.faixa img {
}
.albuns-selectors {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
.albuns-selectors.mobile {
  display: none;
}
.selectors-buttons {
  display: flex;
  align-items: center;
  margin: 58px auto 40px;
  width: 1100px;
}
.btn-select {
  color: #fff;
  background-color: var(--color-primary);
  border: var(--color-primary) solid 1px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  width: 260px;
  margin-right: 100px;
  cursor: pointer;
  white-space: unset;
}
.btn-select:hover {
  background-color: transparent;
  color: var(--color-primary);
  transition: ease-in-out 0.3s;
}
.btn-select.ativo {
  background-color: transparent;
  color: var(--color-primary);
}
button:last-child {
  margin-right: 0;
}
.grid-cards-albuns {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0px;
  width: 100%;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.grid-cards-albuns.hide {
  display: none !important;
}
.grid-cards-albuns .text-card {
  width: 300px;
  text-align: left;
  margin: 70px 0 0 30px;
}
.grid-cards-albuns .text-card .title {
  text-transform: uppercase;
  font-weight: 900;
  width: 300px;
  font-size: 24px;
  margin-bottom: 0px;
}
.grid-cards-albuns .text-card .description {
  font-size: 17px;
  margin-bottom: 17px;
}
.grid-cards-albuns .text-card .prices {
  width: 200px;
  margin: 4px 0 9px;
}
.grid-cards-albuns .text-card .prices .price-from {
  font-size: 15px;
  margin-bottom: 0px;
}
.grid-cards-albuns .text-card .prices .price-to {
  font-size: 24px;
  margin-bottom: 0px;
}
.grid-cards-albuns .text-card .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  width: 40%;
  display: block;
  text-align: center;
}
.grid-cards-albuns .text-card .cta:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
#albuns-premium .card1 {
  grid-area: 1 / 1 / 3 / 2;
  width: 550px;
  margin-top: -9px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns-premium/20-off/linho.png);
  background-size: contain;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#albuns-premium .card2 {
  grid-area: 1 / 2 / 2 / 3;
  width: 550px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns-premium/20-off/couro.png);
  background-size: contain;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#albuns-premium .card3 {
  width: 550px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns-premium/20-off/acrilico.png);
  background-size: contain;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#albuns-premium .card4 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns-premium/20-off/madeira.png);
  background-size: contain;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.card1 {
  grid-area: 1 / 1 / 3 / 2;
  height: 642px;
  width: 550px;
  margin-top: -9px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns/20-off/flat.png);
  background-size: contain;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.card2 {
  grid-area: 1 / 2 / 2 / 3;
  width: 550px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns/20-off/hd.png);
  background-size: contain;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.grid-cards-albuns .card2 .text-card {
  margin-top: 34px;
}
.grid-cards-albuns .card2 .text-card .description {
  font-size: 16px;
  width: 230px;
  margin-bottom: 17px;
}
.card3 {
  grid-area: 2 / 2 / 3 / 3;
  height: 311px;
  width: 550px;
  margin-top: -9px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns/20-off/flat-600.png);
  background-size: cover;
  background-size: 100%;
  background-position: center;
}
.grid-cards-albuns .card3 .text-card {
  margin-top: 41px;
}
.grid-cards-albuns .card3 .text-card .title {
  line-height: 29px;
}
#albuns.grid-cards-albuns .card3 .text-card .title {
  width: 200px;
}
.grid-cards-albuns .card3 .text-card .description {
  font-size: 16px;
  width: 200px;
  margin-bottom: 0px;
}
.grid-cards-albuns .card3 .text-card .prices {
  margin-top: 18px;
  margin-bottom: 6px;
}
.card4 {
  grid-area: 3 / 1 / 4 / 3;
  height: 321px;
  width: 1100px;
  margin-top: -20px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns/20-off/slim.png);
  background-size: cover;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.grid-cards-albuns .card4 .text-card {
  margin-left: 48px;
}
#fotolivros.grid-cards-albuns {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0px;
  width: 100%;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#fotolivros.grid-cards-albuns .card1 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/fotolivros/20-off/plus.png);
  height: 642px;
  width: 550px;
  margin-top: -15px;
}
#fotolivros.grid-cards-albuns .card2 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/fotolivros/20-off/revista.png);
  width: 550px;
  height: 300px;
  margin-right: 9px;
}
#fotolivros.grid-cards-albuns .card3 {
  grid-area: 2 / 2 / 3 / 3;
  height: 311px;
  width: 550px;
  margin-top: -9px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/fotolivros/20-off/pop.png);
  background-size: cover;
  background-size: 100%;
  background-position: center;
}
#fotolivros.grid-cards-albuns .card4 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/fotolivros/20-off/classic.png);
}
#capas {
}
#capas.grid-cards-albuns {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0px;
  width: 100%;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#capas.grid-cards-albuns .text-card .title {
  font-size: 20px;
}
#capas.grid-cards-albuns .text-card .title {
  width: unset;
  line-height: 29px;
}
#capas.grid-cards-albuns .card1 .text-card .title {
  width: 327px;
}
#capas.grid-cards-albuns .card2 .text-card {
  margin-top: 35px;
}
#capas.grid-cards-albuns .card2 .text-card .description {
  font-size: 14px;
  width: 206px;
  margin-bottom: 6px;
}
#capas.grid-cards-albuns .card1 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/capas-especiais/20-off/capa-tecido.png);
  /* box-shadow: 0px 3px 6px #00000029; */
  border-radius: 11px;
  height: 642px;
  width: 530px;
  margin-top: 3px;
}
#capas.grid-cards-albuns .card2 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/capas-especiais/20-off/couro.png);
  border-radius: 11px;
  width: 550px;
  height: 321px;
}
#capas.grid-cards-albuns .card3 .text-card {
  margin-top: 23px;
}
#capas.grid-cards-albuns .card3 .text-card .title {
  width: 360px;
}
#capas.grid-cards-albuns .card3 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/capas-especiais/20-off/acrilico.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 11px;
  width: 550px;
  height: 321px;
  border-radius: 11px;
  margin-top: -4px;
}
#capas.grid-cards-albuns .card4 .text-card {
  margin-top: 37px;
}
#capas.grid-cards-albuns .card4 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/capas-especiais/20-off/madeira.png);
  border-radius: 11px;
  width: 1086px;
  margin-top: 3px;
}
#estojos.grid-cards-albuns {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0px;
  width: 100%;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#estojos.grid-cards-albuns .text-card .title {
  font-size: 20px;
}
#estojos.grid-cards-albuns .card1 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/estojos/20-off/premium.png);
  height: 642px;
  width: 550px;
  margin-top: -15px;
}
#estojos.grid-cards-albuns .card2 {
  height: 311px;
  width: 550px;
  margin-top: -9px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/estojos/20-off/basic.png);
  background-size: cover;
  background-size: 100%;
  background-position: center;
}
#estojos.grid-cards-albuns .card2 .text-card {
  margin-top: 32px;
}
#estojos.grid-cards-albuns .card2 .text-card .description {
  font-size: 16px;
  width: 270px;
  margin-bottom: 17px;
}
#estojos.grid-cards-albuns .card3 .text-card {
  margin-top: 55px;
}
#estojos.grid-cards-albuns .card3 {
  height: 311px;
  width: 550px;
  margin-top: -9px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/estojos/20-off/tradicional.png);
  background-size: cover;
  background-size: 100%;
  background-position: center;
}
#estojos.grid-cards-albuns .card4 {
  grid-area: 3 / 1 / 4 / 3;
  height: 321px;
  width: 1100px;
  margin-top: -20px;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/estojos/20-off/acrilico.png);
  background-size: cover;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#estojos.grid-cards-albuns .card4 .text-card {
  margin-top: 35px;
}
#estojos.grid-cards-albuns .card3 .text-card .title {
  width: unset;
}
.box-2 {
}
.box-2 .products-container {
  width: 79%;
}
.products-container {
  text-align: center;
  margin: 0px auto 11px;
  width: 78%;
}
.products-container h2 {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 800;
  margin: 30px auto;
  font-size: 30px;
}
.grid-cards.nov {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.box-2 .h-card.hide-product {
  display: none;
}
.box-2 .h-card .tag-discount {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 14px;
  right: 45px;
}
.box-2 .h-card.luva-acrilico .luva-acrilico-title,
.box-2 .h-card.caixa-acrilico .luva-acrilico-title,
.box-2 .h-card.bloco-acrilico .luva-acrilico-title,
.box-2 .h-card.fotolivro-colorir .luva-acrilico-title {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 127px;
  left: 25px;
  top: 94px;
}
.box-2 .h-card.luva-acrilico .prices,
.box-2 .h-card.caixa-acrilico .prices,
.box-2 .h-card.bloco-acrilico .prices,
.box-2 .h-card.fotolivro-colorir .prices {
  font-size: 20px;
  position: absolute;
  bottom: 36px;
  left: 50px;
  text-align: left;
  top: 238px;
}
.box-2 .h-card.luva-acrilico .prices .price-from,
.box-2 .h-card.caixa-acrilico .prices .price-from,
.box-2 .h-card.bloco-acrilico .prices .price-from,
.box-2 .h-card.fotolivro-colorir .prices .price-from {
  font-size: 15px;
  margin-bottom: 1px;
  line-height: normal;
}
.box-2 .h-card.luva-acrilico .prices .price-to,
.box-2 .h-card.caixa-acrilico .prices .price-to,
.box-2 .h-card.bloco-acrilico .prices .price-to,
.box-2 .h-card.fotolivro-colorir .prices .price-to {
  margin-bottom: 9px;
}
.box-2 .h-card.luva-acrilico .prices .cta,
.box-2 .h-card.caixa-acrilico .prices .cta,
.box-2 .h-card.bloco-acrilico .prices .cta,
.box-2 .h-card.fotolivro-colorir .prices .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
.box-2 .h-card.caixa-acrilico {
  width: 543px;
  height: 279px;
  position: relative;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/novidades/20-off/scrapbook-couro.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-2 .h-card.bloco-acrilico {
  width: 543px;
  height: 279px;
  position: relative;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/novidades/20-off/scrapbook-linho.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-2 .h-card.fotolivro-colorir {
  position: relative;
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/novidades/20-off/fl-colorir-new.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 6px -5px 15px -3px rgba(0, 0, 0, 0.1),
    19px 23px 16px -3px rgba(0, 0, 0, 0.1),
    27px 20px 15px -3px rgba(0, 0, 0, 0.1),
    11px 10px 15px -3px rgba(0, 0, 0, 0.1),
    13px 29px 15px -3px rgba(0, 0, 0, 0.1),
    49px 6px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
}
.h-card.fotolivro-colorir .description {
  color: red;
}
.product-text {
  position: absolute;
  left: 50px;
  text-align: left;
  top: 122px;
}
.product-text-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product-text-description {
  font-size: 18px;
}
.box-2 .h-card .tag-lanc {
  position: absolute;
  height: 42px;
  width: 171px;
  top: 25px;
  left: -13px;
}
.box-2 .h-card .novos-tam {
  position: absolute;
  height: 35px;
  width: 192px;
  top: 25px;
  left: -13px;
}
.box-2 .h-card img {
  width: 543px;
  height: 279px;
}
.grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 3px;
  grid-row-gap: 4px;
}
.grid-cards-mobile {
  display: none;
}
.h-card {
  width: 100%;
  height: 387px;
}
.h-card.deco {
  height: 321px;
  width: 558px;
}
.h-card img {
  width: 543px;
  height: 279px;
}
.slider-fotopresentes {
  margin: 0 auto;
  display: flex;
}
.slider-fotopresentes .v-card {
  max-width: 251px;
  height: 462px;
  margin-right: 40px;
  box-shadow: 5px 15px 10px #00000017;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  margin-bottom: 19px;
}
.slider-fotopresentes .v-card .img-product {
  width: 100%;
}
.v-card:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.v-card .text-card {
  text-align: left;
  margin: 20px 0 0 20px;
}
.v-card .text-card .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  min-height: 40px;
}
.v-card .text-card .price {
  margin: 20px 0 14px;
}
.fotos-container .v-card .tag-lanc {
  width: 136px;
  position: absolute;
  top: 41px;
  left: -15px;
}
.v-card .text-card .price-from {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 0px;
}
.v-card .text-card .price-to {
  font-size: 20px;
}
.fotos-container .v-card:last-child .text-card .price {
  margin-top: 0px;
}
.fotos-container .v-card:last-child .text-card .title {
  margin-bottom: 0px;
}
.v-card .text-card .full-price {
  font-weight: bold;
  color: #ee951e;
  font-size: 20px;
  margin-bottom: 0px;
}
.v-card .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  display: block;
  width: 63%;
  margin: 0 auto;
}
.products-container .grid-cards .h-card {
}
.products-container .grid-cards .h-card .text-card {
  width: 300px;
  text-align: left;
  margin: 136px 0 0 30px;
}
.products-container .grid-cards .h-card .text-card .title {
  text-transform: uppercase;
  font-weight: 900;
  width: 300px;
  font-size: 20px;
  margin-bottom: 0px;
}
.products-container .grid-cards .h-card .text-card .price-from {
  font-size: 15px;
  margin-bottom: 0px;
}
.products-container .grid-cards .h-card .text-card .price-to {
  font-size: 22px;
  margin-bottom: 10px;
}
.products-container .grid-cards .h-card .text-card .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  display: block;
  width: 57%;
  text-align: center;
}
.products-container .grid-cards .h-card.h-card1 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/decoracao/20-off/enfeite.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 11px;
  height: 299px;
  width: 536px;
  margin-left: 10px;
  margin-top: 8px;
}
.products-container .grid-cards .h-card.h-card2 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/decoracao/20-off/folio.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 11px;
  height: 299px;
  width: 536px;
  margin-top: 8px;
  margin-left: 10px;
}
.products-container .grid-cards .h-card.h-card3 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/decoracao/20-off/canvas.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.products-container .grid-cards .h-card.h-card4 {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/decoracao/20-off/bloco.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.products-container .grid-cards .h-card:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.box-5 {
  width: 100%;
  background-color: #fff;
}
.box-5 .products-container {
  max-width: 1440px;
}
.fotos-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100% !important;
  gap: 31px;
}
.fotos-container .v-card {
  background-color: #fff;
  max-width: 240px;
  height: 462px;
  box-shadow: 5px 15px 10px #00000017;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  margin-bottom: 19px;
  position: relative;
}
.fotos-container .v-card .tag-discount {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 24px;
  right: 5px;
}
.fotos-container .v-card:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.fotos-container .v-card .img-product {
  width: 100%;
}
.infos {
  text-align: center;
  margin: 20px auto;
  width: 100%;
}
.infos h2 {
  color: #ffff;
  margin: 50px auto;
  font-size: 24px;
  font-weight: 600;
}
.infos-container {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding-bottom: 90px;
}
.infos-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 70%;
  margin: 0 auto;
}
.infos-container .info {
  width: 293px;
  margin-right: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.infos-container .info:last-child {
  margin-right: 0;
}
.infos-container .info .info-text {
  margin-bottom: 20px;
}
.infos-container .info:last-child .info-text {
  margin-bottom: 20px;
  margin-top: 25px;
}
.infos-container .info .info-title {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  width: 229px;
  margin: 16px auto 0px;
  height: 51px;
}
.infos-container .info .info-description {
  font-size: 15px;
  height: 60px;
  line-height: 19px;
}
.infos-container .info .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
}
.infos-container .info .cta:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
}
.infos-container .info img {
  width: auto;
  height: auto;
}
.slick-next {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/next.svg) !important;
  background-repeat: no-repeat;
  width: 29px;
  height: 49px;
}
.slick-next::before,
.slick-prev::before {
  content: none;
}
.slick-prev {
  background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/prev.svg) !important;
  background-repeat: no-repeat;
  width: 29px;
  height: 49px;
  left: -42px;
}
@media (min-width: 1530px) {
  .text-content {
    line-height: 24px;
    font-size: 20px;
    margin-top: 10px;
  }
  .text-content p {
    margin-bottom: 0px;
  }
  .text-highlight {
    margin-bottom: 24px;
    line-height: 37px;
    margin-top: 30px;
  }
  .text-highlight p:first-child {
    font-size: 30px;
  }
  .text-highlight p:last-child {
    font-size: 26px;
  }
  .text-highlight p {
    margin-bottom: 0px;
  }
  #aproveite {
    margin: 10px auto 30px;
  }
  #text-cupom {
    margin: 5px auto;
  }
  .albuns-selectors {
    margin: -72px auto;
  }
  .grid-cards-albuns {
    margin-bottom: 80px;
  }
  .grid-cards-albuns {
    width: 1103px;
  }
  .selectors-buttons {
    margin-top: 72px;
  }
  .card1 {
    height: 706px;
    width: 614px;
    height: 642px;
    width: 550px;
  }
  .card2,
  .card3 {
    width: 550px;
    height: auto;
  }
  .card3 {
    margin-bottom: 9px;
  }
  .grid-cards-albuns .card4 .text-card {
    margin-left: 48px;
    margin-top: 47px;
  }
  .card4 {
    height: auto;
    margin-bottom: 14px;
    height: 321px;
    width: 1100px;
  }
  #fotolivros.grid-cards-albuns {
    width: 1103px;
  }
  #fotolivros.grid-cards-albuns .card1 {
    width: 550px;
  }
  #fotolivros.grid-cards-albuns .card2 {
    width: 550px;
    margin-top: 0;
  }
  #fotolivros.grid-cards-albuns .card3 {
    width: 531px;
    height: 297px;
    margin-top: -6px;
  }
  #capas.grid-cards-albuns {
    width: 1100px;
  }
  #capas.grid-cards-albuns .card1 {
    width: 530px;
    height: 629px;
  }
  #capas.grid-cards-albuns .card2 {
    width: 530px;
    margin-top: 0;
  }
  #capas.grid-cards-albuns .card3 {
    width: 530px;
    height: 297px;
    margin-top: 3px;
  }
  #capas.grid-cards-albuns .card4 {
    margin-top: -6px;
  }
  #estojos.grid-cards-albuns {
    width: 1100px;
  }
  #estojos.grid-cards-albuns .card1 {
    width: 530px;
    height: 629px;
  }
  #estojos.grid-cards-albuns .card2 {
    width: 530px;
    margin-top: 0;
  }
  #estojos.grid-cards-albuns .card3 {
    width: 530px;
    height: 297px;
    margin-top: 3px;
  }
  #estojos.grid-cards-albuns .card4 {
    margin-top: -6px;
  }
  .box-2 .products-container {
    margin-top: -90px;
  }
  .products-container .grid-cards .h-card.h-card1 {
    width: 567px;
  }
  .products-container .grid-cards .h-card.h-card2 {
    width: 588px;
    margin: 0;
    height: 306px;
  }
  .products-container .grid-cards .h-card.h-card3 {
    margin-left: 0;
    width: 588px;
  }
  .products-container .grid-cards .h-card.h-card4 {
    width: 588px;
    margin: 0px;
    height: 310px;
    border-radius: 11px;
    background-size: 103%;
    box-shadow: 0px 3px 6px #00000029;
  }
  .box-2 .h-card.fotolivro-colorir {
    position: relative;
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/novidades/20-off/fl-colorir-new.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 6px -5px 15px -3px rgba(0, 0, 0, 0.1),
      19px 23px 16px -3px rgba(0, 0, 0, 0.1),
      27px 20px 15px -3px rgba(0, 0, 0, 0.1),
      11px 10px 15px -3px rgba(0, 0, 0, 0.1),
      13px 29px 15px -3px rgba(0, 0, 0, 0.1),
      49px 6px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
  }
  .h-card {
    width: 1100px;
  }
  .grid-cards.nov {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 90px;
    margin-top: 79px;
  }
  .box-3 .products-container {
    margin-top: -70px;
  }
  .box-4 .products-container {
    margin-top: -70px;
  }
  .box-4 .grid-cards {
    /* grid-row-gap: 22px; */
  }
  .box-5 .products-container {
    margin-top: -70px;
  }
  .infos {
    margin-top: -53px;
  }
  .infos-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 70%;
    justify-content: center;
    margin: 0 auto;
  }
  .info img {
  }
  .info:last-child img {
    margin-bottom: -20px;
  }
  .infos-container .info .info-title {
    width: 220px;
    height: 48px;
    line-height: normal;
  }
  .infos-container .info:last-child .info-title {
    margin-top: 34px;
  }
  .infos-container .info .info-description {
    margin-bottom: 30px;
    height: 60px;
  }
  .infos-container .info .cta {
  }
}
@media (min-width: 1900px) {
  .text-content {
    line-height: 34px;
    font-size: 22px;
  }
  .text-highlight {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #aproveite {
    margin: 16px auto;
  }
  #text-cupom {
    font-size: 28px;
    width: 300px;
  }
  .albuns-selectors {
    margin-bottom: 80px;
  }
  .selectors-buttons {
    width: 100%;
    width: 1304px;
    justify-content: space-around;
  }
  .btn-select {
    font-size: 22px;
  }
  .grid-cards-albuns {
    width: 94%;
    width: 1304px;
    height: 1112px;
    margin: 0 auto;
  }
  .grid-cards-albuns .text-card .title {
    font-size: 26px;
    width: 308px;
  }
  .grid-cards-albuns .text-card .description {
    font-size: 20px;
  }
  .grid-cards-albuns .card1 {
    width: 650px;
    height: 723px;
    margin-top: 0;
  }
  .card2 {
    width: 650px;
    height: 350px;
  }
  .grid-cards-albuns .card2 .text-card {
    margin-top: 55px;
  }
  .card3 {
    width: 650px;
    height: 350px;
  }
  .grid-cards-albuns .card3 .text-card {
    margin-top: 69px;
  }
  .card4 {
    height: 371px;
    width: 1304px;
  }
  #fotolivros.grid-cards-albuns {
    width: 94%;
    width: 1304px;
    height: 1112px;
    margin: 0 auto;
  }
  #fotolivros.grid-cards-albuns .card1 {
    width: 650px;
    height: 711px;
    margin-top: -1px;
  }
  #fotolivros.grid-cards-albuns .card2 {
    width: 768px;
    height: 428px;
    width: 650px;
    height: 350px;
  }
  #fotolivros.grid-cards-albuns .card3 {
    height: 409px;
    width: 745px;
    width: 627px;
    height: 350px;
  }
  #fotolivros.grid-cards-albuns .card4 {
    height: 418px;
    height: 410px;
    height: 371px;
    width: 1304px;
  }
  #capas.grid-cards-albuns {
    width: 94%;
    width: 1304px;
    height: 1112px;
    margin: 0 auto;
  }
  #capas.grid-cards-albuns .text-card .title {
    font-size: 26px;
    margin-top: -20px;
  }
  #capas.grid-cards-albuns .card1 .text-card .title {
    width: 450px;
    margin-top: -33px;
  }
  #capas.grid-cards-albuns .card1 {
    width: 768px;
    height: 856px;
    width: 639px;
    height: 723px;
  }
  #capas.grid-cards-albuns .card2 {
    width: 768px;
    height: 428px;
    width: 627px;
    height: 350px;
  }
  #capas.grid-cards-albuns .card2 .text-card {
    margin-top: 54px;
  }
  #capas.grid-cards-albuns .card2 .text-card .description {
    font-size: 18px;
    width: 230px;
    margin-bottom: 21px;
    line-height: 21px;
  }
  #capas.grid-cards-albuns .card3 {
    width: 627px;
    height: 350px;
    margin-top: 0px;
  }
  #capas.grid-cards-albuns .card3 .text-card {
    margin-top: 44px;
  }
  #capas.grid-cards-albuns .card3 .text-card .title {
    width: 463px;
  }
  #capas.grid-cards-albuns .card3 .text-card .description {
    font-size: 18px;
    width: 230px;
    margin-bottom: 21px;
  }
  #capas.grid-cards-albuns .card4 {
    height: 350px;
    width: 1304px;
  }
  #capas.grid-cards-albuns .card4 .text-card {
    margin-top: 62px;
  }
  #capas.grid-cards-albuns .card4 .text-card .title {
    width: 460px;
  }
  #estojos.grid-cards-albuns {
    width: 1304px;
    height: 1112px;
    margin: 0 auto;
  }
  #estojos.grid-cards-albuns .text-card .title {
    font-size: 26px;
  }
  #estojos.grid-cards-albuns .card1 {
    width: 768px;
    height: 856px;
    width: 639px;
    height: 723px;
  }
  #estojos.grid-cards-albuns .card2 {
    width: 768px;
    height: 428px;
    width: 627px;
    height: 350px;
  }
  #estojos.grid-cards-albuns .card2 .text-card {
    margin-top: 55px;
  }
  #estojos.grid-cards-albuns .card2 .text-card .description {
    font-size: 18px;
  }
  #estojos.grid-cards-albuns .card3 {
    height: 409px;
    width: 745px;
    width: 627px;
    height: 350px;
    margin-top: 0px;
  }
  #estojos.grid-cards-albuns .card3 .text-card .description {
    font-size: 18px;
  }
  #estojos.grid-cards-albuns .card4 {
    height: 418px;
    height: 410px;
    height: 350px;
    width: 1304px;
  }
  /* fotolivro de colorir */
  .product-text {
    top: 160px;
    left: 71px;
  }
  .product-text-title {
    font-size: 32px;
    font-weight: 700;
  }
  .product-text-description {
    font-size: 22px;
  }
  .h-card {
    height: 446px;
    width: 1270px;
  }
  /* .h-card.fotolivro-colorir .prices {
    top: unset;
    bottom: 222px;
  } */
  .box-2 .h-card.fotolivro-colorir {
    position: relative;
    background: url(/subhomes/direto/landing/2025/antecipe-bf/img/novidades/20-off/fl-colorir-new.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 90px;
  }

  .box-2 .h-card.luva-acrilico .prices,
  .box-2 .h-card.caixa-acrilico .prices,
  .box-2 .h-card.bloco-acrilico .prices,
  .box-2 .h-card.fotolivro-colorir .prices {
    top: 300px;
    left: 74px;
    /* bottom: 211px; */
  }

  .products-container h2 {
    font-size: 30px;
  }
  .box-2 .h-card.bloco-acrilico {
    margin-top: -190px;
  }
  .grid-cards.nov {
    margin-bottom: -55px;
  }
  .products-container {
  }
  .slider-fotopresentes .v-card {
    min-width: 340px;
    height: 597px;
  }
  .v-card .text-card .title {
    text-transform: uppercase;
    font-size: 24px;
  }
  .v-card .text-card .price {
    margin-bottom: 18px;
  }
  .v-card .text-card .price-from {
    font-size: 18px;
    color: #9b9b9b;
  }
  .v-card .text-card .full-price {
    font-size: 24px;
  }
  .v-card .cta {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
  }
  .grid-cards {
    height: 800px;
    grid-column-gap: 2;
    grid-row-gap: 1px;
  }
  .products-container .grid-cards .h-card.h-card1 {
    width: 707px;
    height: 369px;
  }
  .products-container .grid-cards .h-card.h-card2 {
    width: 712px;
    height: 376px;
  }
  .products-container .grid-cards .h-card.h-card3 {
    width: 730px;
    height: 396px;
  }
  .products-container .grid-cards .h-card.h-card4 {
    width: 730px;
    height: 383px;
  }
  .products-container .grid-cards .h-card .text-card {
    margin-top: 177px;
  }
  .products-container .grid-cards .h-card .text-card .title {
    font-size: 25px;
  }
  .products-container .grid-cards .h-card .text-card .price-from {
    font-size: 16px;
  }
  .products-container .grid-cards .h-card .text-card .price-to {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .products-container .grid-cards .h-card .text-card .cta {
    display: block;
    font-size: 22px;
    width: 60%;
  }
  .products-container .fotos-container .v-card {
    min-width: 335px;
    height: 597px;
  }
  .infos {
    margin-top: -128px;
  }
  .infos h2 {
    font-size: 30px;
    margin-top: 136px;
  }
  .infos-container {
    place-items: center;
  }
  .infos-container .info {
    margin: 0;
  }
  .infos-container .info .info-title {
    font-size: 24px;
    width: 274px;
    margin-bottom: 20px;
  }
  .infos-container .info .info-description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    height: 90px;
  }
  .infos-container .info .cta {
    font-size: 20px;
    display: block;
    width: 90%;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .desk {
    display: none;
  }
  .faixa {
    top: -22px;
    height: auto;
  }
  .faixa {
    max-width: 100%;
    height: 147px;
    position: relative;
    top: -63px;
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/faixa/faixa-20-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 229%;
  }
  .box-1 {
    padding-bottom: 20px;
  }
  .albuns-selectors.desk {
    display: none;
  }
  .selectors-buttons {
    margin: 0;
    justify-content: center;
    width: 100%;
  }
  .albuns-selectors.mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin-top: -90px;
  }
  .btn-select {
    margin: 0;
  }
  .grid-cards-albuns {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  .grid-cards-albuns .text-card {
    width: 70%;
    margin: 30px 0 0 20px;
    position: absolute;
  }
  #capas.grid-cards-albuns .text-card {
    width: 300px;
  }
  .grid-cards-albuns .text-card .title {
    font-size: 18px;
    width: 100%;
  }
  .grid-cards-albuns .text-card .description {
    font-size: 15px;
    margin-bottom: 8px;
    width: 279px;
  }
  .grid-cards-albuns .text-card .prices {
    width: 200px;
    margin: 4px 0 20px;
  }
  .card1,
  .card2,
  .card3,
  .card4 {
    width: 320px !important;
    height: 450px;
    margin: 30px 0 0 0;
  }
  #capas.card1,
  #capas.card2,
  #capas.card3,
  #capas.card4 {
    width: 100%;
    height: 450px;
    margin: 30px 0 0 0;
    margin-top: 30px !important;
  }
  .slider-mobile {
    margin-bottom: 30px;
    width: 98%;
  }
  .slider-mobile .slick-prev {
    left: -17px;
    z-index: 1;
  }
  .slider-mobile .slick-next {
    right: -15px;
  }
  #albuns-premium .card1 {
    grid-area: 1 / 1 / 3 / 2;
    width: 550px;
    margin-top: -9px;
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns-premium/20-off/mobile/linho.png);
    background-size: contain;
    background-size: 100%;
    margin-top: 30px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  #albuns-premium .card2 {
    grid-area: 1 / 2 / 2 / 3;
    width: 550px;
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns-premium/20-off/mobile/couro.png);
    background-size: contain;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  #albuns-premium .card3 {
    width: 550px;
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns-premium/20-off/mobile/acrilico.png);
    background-size: contain;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  #albuns-premium .card4 {
    width: 550px;
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns-premium/20-off/mobile/madeira.png);
    background-size: contain;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  .card1 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns/20-off/mobile/flat.png);
  }
  .grid-cards-albuns .card2 .text-card,
  .grid-cards-albuns .card3 .text-card {
    margin-top: 30px;
  }
  .grid-cards-albuns .text-card .cta {
    display: none;
  }
  .card2 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns/20-off/mobile/hd.png);
  }
  .grid-cards-albuns .card3 .text-card .title {
    width: unset;
    line-height: 29px;
  }
  .grid-cards-albuns .card3 .text-card .prices {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .card3 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns/20-off/mobile/flat-600.png);
  }
  .grid-cards-albuns .card4 .text-card {
    margin-left: 20px;
  }
  .card4 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/albuns/20-off/mobile/slim.png);
  }
  #fotolivros.grid-cards-albuns {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  #fotolivros.grid-cards-albuns .card1 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/fotolivros/20-off/mobile/plus.png);
    height: 450px;
    margin-top: 30px;
  }
  #fotolivros.grid-cards-albuns .card2 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/fotolivros/20-off/mobile/revista.png);
    width: 320px;
    height: 450px;
    margin: 30px 0 0 0;
  }
  #fotolivros.grid-cards-albuns .card3 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/fotolivros/20-off/mobile/pop.png);
    width: 320px;
    height: 450px;
    margin: 30px 0 0 0;
    background-size: cover;
    box-shadow: unset;
  }
  #fotolivros.grid-cards-albuns .card4 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/fotolivros/20-off/mobile/classic.png);
    width: 320px;
    height: 450px;
    margin: 30px 0 0 0;
  }
  #capas.grid-cards-albuns {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  #capas.grid-cards-albuns .text-card .title {
    font-size: 16px;
  }
  #capas.grid-cards-albuns .card1 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/capas-especiais/20-off/mobile/tecido.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #capas.grid-cards-albuns .card2 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/capas-especiais/20-off/mobile/couro.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #capas.grid-cards-albuns .card2 .text-card {
    margin-top: 24px;
  }
  #capas.grid-cards-albuns .card2 .text-card .title {
    font-size: 16px;
  }
  #capas.grid-cards-albuns .card2 .text-card .description {
    font-size: 14px;
    width: 270px;
    margin-bottom: 17px;
  }
  #capas.grid-cards-albuns .card3 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/capas-especiais/20-off/mobile/acrilico.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #capas.grid-cards-albuns .card4 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/capas-especiais/20-off/mobile/madeira.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #estojos.grid-cards-albuns {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  #estojos.grid-cards-albuns .card1 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/estojos/20-off/mobile/premium.png);
    border-radius: 11px;
    width: 368px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #estojos.grid-cards-albuns .card2 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/estojos/20-off/mobile/basic.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #estojos.grid-cards-albuns .card3 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/estojos/20-off/mobile/tradicional.png);
    border-radius: 11px;
    width: 368px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #estojos.grid-cards-albuns .card4 {
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/estojos/20-off/mobile/luva-acrilico.png);
    border-radius: 11px;
    width: 368px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  .products-container h2 {
    margin: 0 auto 20px;
    font-size: -80px;
  }
  .box-2 {
    max-width: 100%;
    padding-bottom: 0;
  }
  .box-2 .products-container {
    width: 100%;
    margin-top: -90px;
  }
  .grid-cards-mobile {
    display: block;
    width: 90%;
    margin: 0 auto 90px;
  }
  .grid-cards-mobile .h-card.luva-acrilico {
    max-width: 90%;
    /* height: 550px; */
    margin: 30px 10px 0 13px;
    border-radius: 11px;
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/novidades/20-off/mobil/fotolivro-colorir.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .product-text {
    position: absolute;
    top: 250px;
  }
  .grid-cards-mobile .h-card.caixa-acrilico {
    max-width: 90%;
    margin: 30px 10px 0 13px;
    border-radius: 11px;
    height: 550px;
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/novidades/20-off/mobil/couro.png);
    box-shadow: 0px 3px 6px #00000029;
    background-size: 93%;
  }
  .grid-cards-mobile .h-card.bloco-acrilico {
    margin: 30px 10px 0 13px;
    border-radius: 11px;
    max-width: 90%;
    height: 550px;
    background-image: url(/subhomes/direto/landing/2025/antecipe-bf/img/novidades/20-off/mobil/linho.png);
    box-shadow: 0px 3px 6px #00000029;
    background-size: 93%;
  }
  .box-2 .h-card.luva-acrilico .luva-acrilico-title,
  .box-2 .h-card.caixa-acrilico .luva-acrilico-title,
  .box-2 .h-card.bloco-acrilico .luva-acrilico-title {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 121px;
    left: 49px;
    top: 294px;
  }
  .box-2 .h-card.luva-acrilico .prices,
  .box-2 .h-card.caixa-acrilico .prices,
  .box-2 .h-card.bloco-acrilico .prices {
    font-size: 20px;
    position: absolute;
    top: 323px;
    left: 50px;
    text-align: left;
  }
  .product-text-title {
    font-size: 18px;
    font-weight: 700;
  }
  .box-2 .h-card.luva-acrilico .prices .price-from,
  .box-2 .h-card.caixa-acrilico .prices .price-from,
  .box-2 .h-card.bloco-acrilico .prices .price-from {
    font-size: 15px;
    color: #9b9b9b;
    margin-bottom: 0px;
  }
  .box-2 .h-card.luva-acrilico .prices .cta,
  .box-2 .h-card.caixa-acrilico .prices .cta,
  .box-2 .h-card.bloco-acrilico .prices .cta {
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--color-primary);
    color: #fff;
    padding: 8px 20px;
    border-radius: 14px;
    font-weight: 700;
    display: none;
    margin: 0 auto 9px;
    text-align: center;
    font-size: 15px;
  }
  .grid-cards-mobile.nov .slick-next {
    right: -4px;
  }
  .grid-cards-mobile.nov .slick-prev {
    left: -9px;
    z-index: 1;
  }
  .grid-cards.desk {
    display: none;
  }
  .grid-cards {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .h-card {
    min-width: 320px;
  }
  .box-2 .h-card {
    height: 450px;
  }
  .box-2 .h-card img {
    height: 100%;
    width: 100%;
  }
  .box-3 {
    max-width: 100%;
    padding-bottom: 22px;
  }
  .products-container {
    width: 90%;
    margin-top: 20px;
  }
  .slider-fotopresentes {
    width: 89%;
  }
  .slider-fotopresentes .slick-prev {
    left: 7px;
    z-index: 1;
  }
  .h-card {
    width: 100%;
  }
  .box-4 .products-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -90px;
  }
  .products-container .grid-cards .h-card {
    margin-right: 18px !important;
  }
  .products-container .grid-cards .h-card .text-card {
    margin: 80px 0 0 12px;
    width: 300px;
  }
  .products-container .grid-cards .h-card .text-card .title {
    font-size: 13px;
  }
  .products-container .grid-cards .h-card .text-card .price-from {
    font-size: 12px;
  }
  .products-container .grid-cards .h-card .text-card .price-to {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .products-container .grid-cards .h-card .text-card .cta {
    font-size: 14px;
    padding: 6px;
    width: 40%;
    margin-top: -6px;
  }
  .products-container .grid-cards .h-card.h-card1 {
    width: 100%;
    height: 203px;
    margin-left: 0px;
  }
  .products-container .grid-cards .h-card.h-card2 {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    margin-top: 9px;
  }
  .products-container .grid-cards .h-card.h-card2 .text-card {
    margin: 62px 0 0 30px;
  }
  .products-container .grid-cards .h-card.h-card3 {
    height: 203px;
    width: 100%;
  }
  .products-container .grid-cards .h-card.h-card4 {
    width: 100%;
    height: 203px;
  }
  .box-5 {
    max-width: 100%;
    padding-bottom: 22px;
  }
  .products-container {
    width: 90%;
    margin-top: -80px;
  }
  .fotos-container {
  }
  .fotos-container .v-card:last-child {
    margin-right: 40px;
  }
  .fotos-container .slick-prev {
    left: 7px;
    z-index: 1;
  }
  .infos {
    margin: -111px auto 15px;
  }
  .infos h2 {
    font-size: 20px;
    width: 84%;
  }
  .infos .infos-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .infos-container .info {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .slick-prev {
    width: 10px;
    height: 17px;
    background-size: cover !important;
    left: -20px;
  }
  .slick-next {
    width: 10px;
    height: 17px;
    background-size: cover !important;
    right: 14px;
  }
  .box-2 .h-card .tag-discount {
    right: 5px;
  }
  .box-6 {
    background-image: url("/subhomes/direto/landing/2025/antecipe-bf/img/bg-laranja-mb.png");
  }
  #capas.grid-cards-albuns .card1,
  #capas.grid-cards-albuns .card2,
  #capas.grid-cards-albuns .card3,
  #capas.grid-cards-albuns .card4,
  #estojos.grid-cards-albuns .card1,
  #estojos.grid-cards-albuns .card2,
  #estojos.grid-cards-albuns .card3,
  #estojos.grid-cards-albuns .card4 {
    background-size: 113%;
  }
  /* remove ctas mobile */
  .v-card .cta {
    display: none;
  }
  .grid-cards-albuns .text-card .cta {
    display: none;
  }
}

@media (max-width: 400px) {
  .products-container .grid-cards .h-card.h-card3 {
  }
}
.juridico {
  padding: 9px 18px;
  font-size: 14px;
  line-height: 20px;
}
