
/* Lilla Arts — alinhamento rígido do catálogo mobile/desktop */
.shop-page .product-grid{
  display:grid !important;
  align-items:stretch !important;
}
.shop-page .product-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  min-width:0 !important;
  text-align:center !important;
}
.shop-page .product-card-image-link{
  display:block !important;
  flex:0 0 auto !important;
}
.shop-page .product-card-image{
  width:100% !important;
  overflow:hidden !important;
}
.shop-page .product-card-image img{
  width:100% !important;
  aspect-ratio:4/5 !important;
  object-fit:cover !important;
}

/* O título SEMPRE ocupa exatamente o mesmo espaço. */
.shop-page .product-card-title{
  box-sizing:border-box !important;
  flex:0 0 82px !important;
  height:82px !important;
  min-height:82px !important;
  max-height:82px !important;
  margin:14px 0 0 !important;
  padding:0 5px !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  overflow:hidden !important;
  font-size:21px !important;
  line-height:1.28 !important;
}
.shop-page .product-card-title a{
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}

/* Toda a área de compra também tem altura fixa. */
.shop-page .product-card-buy{
  box-sizing:border-box !important;
  flex:0 0 170px !important;
  height:170px !important;
  min-height:170px !important;
  max-height:170px !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-rows:42px 48px 28px 52px !important;
  align-content:start !important;
  align-items:center !important;
}
.shop-page .product-card-price{
  box-sizing:border-box !important;
  height:42px !important;
  min-height:42px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:18px !important;
  line-height:1 !important;
}
.shop-page .product-card-payment{
  box-sizing:border-box !important;
  height:48px !important;
  min-height:48px !important;
  margin:0 !important;
  padding:0 3px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  font-size:12px !important;
  line-height:1.15 !important;
  white-space:normal !important;
}
.shop-page .product-card-methods{
  box-sizing:border-box !important;
  height:28px !important;
  min-height:28px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
}
.shop-page .product-card-buy > .btn{
  box-sizing:border-box !important;
  width:100% !important;
  height:52px !important;
  min-height:52px !important;
  max-height:52px !important;
  margin:0 !important;
  padding:0 8px !important;
  align-self:end !important;
}

/* Ícone de cartão nativo em CSS. */
.shop-page .card-payment-icon{
  position:relative !important;
  display:inline-block !important;
  flex:0 0 17px !important;
  width:17px !important;
  height:12px !important;
  border:1.5px solid #786b80 !important;
  border-radius:2px !important;
  box-sizing:border-box !important;
}
.shop-page .card-payment-icon::after{
  content:"" !important;
  position:absolute !important;
  left:1px !important;
  right:1px !important;
  top:3px !important;
  height:1.5px !important;
  background:#786b80 !important;
}

@media(max-width:760px){
  .shop-page .product-card-title{
    flex-basis:88px !important;
    height:88px !important;
    min-height:88px !important;
    max-height:88px !important;
    font-size:19px !important;
    margin-top:12px !important;
  }
  .shop-page .product-card-buy{
    flex-basis:174px !important;
    height:174px !important;
    min-height:174px !important;
    max-height:174px !important;
    grid-template-rows:42px 52px 28px 52px !important;
  }
  .shop-page .product-card-payment{
    height:52px !important;
    min-height:52px !important;
    font-size:10.5px !important;
    padding:0 2px !important;
  }
  .shop-page .card-payment-icon{
    flex-basis:15px !important;
    width:15px !important;
    height:11px !important;
  }
  .shop-page .product-card-buy > .btn{
    height:52px !important;
    min-height:52px !important;
    max-height:52px !important;
    font-size:9.5px !important;
    letter-spacing:1.1px !important;
  }
}
@media(max-width:390px){
  .shop-page .product-card-title{font-size:18px !important}
  .shop-page .product-card-payment{font-size:9.5px !important}
  .shop-page .product-card-buy > .btn{font-size:8.7px !important;letter-spacing:.9px !important}
}

/* Ajustes 26/08/2026 — preserva o layout atual */
.team-public article img{width:100%;aspect-ratio:4/5;object-fit:contain;object-position:center;background:#faf7fc}
.editorial>img{object-fit:contain;object-position:center;background:#faf7fc}
@media(max-width:800px){.team-public article img{aspect-ratio:4/5}.editorial>img{max-height:none}}
