/* Maria Paletera — CSS de suporte (padrão gráfico e detalhes não cobertos pelos controles nativos do Elementor) */

.mp-zigzag {
  height: 14px;
  width: 100%;
  background:
    linear-gradient(135deg, #f2c71a 25%, transparent 25%) 0 0,
    linear-gradient(225deg, #f2c71a 25%, transparent 25%) 0 0,
    linear-gradient(315deg, #e4933a 25%, transparent 25%) 0 0,
    linear-gradient(45deg, #e4933a 25%, transparent 25%) 0 0;
  background-size: 14px 14px;
  background-color: #8c1d1b;
}

.mp-placeholder-box {
  background: repeating-linear-gradient(135deg, #eee, #eee 10px, #e2e2e2 10px, #e2e2e2 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a8a8a;
  font-size: 0.85rem;
  text-align: center;
  padding: 1rem;
}

.mp-placeholder-note {
  display: inline-block;
  font-size: 0.8rem;
  font-style: italic;
  color: #a3611f;
  background: rgba(228, 147, 58, 0.12);
  border: 1px dashed #e4933a;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
}

.mp-product-thumb {
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3e6cd;
  border-radius: 0.75rem;
  overflow: hidden;
}
.mp-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.mp-whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 999;
  background: #25D366;
  color: #fff !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  text-decoration: none;
  transition: transform 0.15s ease;
}
.mp-whatsapp-float:hover { transform: scale(1.08); color: #fff; }

@media (max-width: 767px) {
  .mp-hide-mobile { display: none !important; }
}
