/* Ícones SlimVida — substituem emojis em cartões e placeholders */
.sv-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--rose, #c2185b);
}

.sv-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-icon--sm {
  width: 28px;
  height: 28px;
}

.sv-icon--md {
  width: 48px;
  height: 48px;
}

.sv-icon--lg {
  width: 64px;
  height: 64px;
}

.sv-icon--xl {
  width: 80px;
  height: 80px;
}

.sv-icon--soft {
  color: #c2185b;
  background: linear-gradient(135deg, #fff0f5 0%, #fff8e1 100%);
  border-radius: 16px;
  padding: 14px;
}

.catalog-card__img .sv-icon--soft,
.loja-card__img .sv-icon--soft,
.loja-carousel__visual .sv-icon--soft {
  width: 72px;
  height: 72px;
}

.loja-cart-item__thumb .sv-icon--soft {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 10px;
}

.pd-loja-visual .sv-icon--soft,
.sv-product-modal__visual.is-placeholder .sv-icon--soft {
  width: 96px;
  height: 96px;
  padding: 20px;
  border-radius: 20px;
}

.trust-icon .sv-icon,
.problem-icon .sv-icon {
  width: 32px;
  height: 32px;
  color: var(--rose, #c2185b);
}

.catalog-area__icon-wrap {
  display: block;
  margin: 0 auto 8px;
}

.catalog-area__icon-wrap .sv-icon {
  width: 40px;
  height: 40px;
}

.a90-page .a90-benefit__icon .sv-icon--a90,
.a90-page .a90-success__icon .sv-icon--a90 {
  display: inline-flex;
}
