/* AlbiCuidar — correção de contraste do bloco "Conheça a nossa loja por dentro" */
.store-tour-card__box{
  background: linear-gradient(135deg,#12265f,#24458f) !important;
  color:#ffffff !important;
}

.store-tour-card__box h2,
.store-tour-card__box p,
.store-tour-card__box div,
.store-tour-card__box span{
  color:#ffffff !important;
}

.store-tour-card__box h2{
  opacity:1 !important;
}

.store-tour-card__box p{
  color:rgba(255,255,255,.88) !important;
  opacity:1 !important;
}

.store-tour-card__box a{
  background:#ef6a21 !important;
  color:#ffffff !important;
  border-color:#ef6a21 !important;
}

.store-tour-card__box a:hover{
  background:#d95c1e !important;
  color:#ffffff !important;
}