.elementor-66234 .elementor-element.elementor-element-39b237d4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-66234 .elementor-element.elementor-element-26f17002{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 8px) 0px;}/* Start custom CSS for html, class: .elementor-element-26f17002 *//* ===============================
   POWERMUSCLE – TRUST BAR
================================ */

.pm-trust-bar {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #0b1f3a;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.pm-trust-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 40px;
}

.pm-trust-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  color: #ffffff;
}

/* separadores verticales */
.pm-trust-item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.12);
}

/* SVG ICON */
.pm-trust-icon {
  width: 55px;
  height: 55px;
  display: block;
}

/* textos */
.pm-trust-item strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.pm-trust-item span {
  font-size: 13px;
  color: #cfd6e3;
}

/* hover sutil */
.pm-trust-item:hover .pm-trust-icon {
  transform: translateY(-3px);
  transition: transform .2s ease;
}

/* ===============================
   MOBILE
================================ */

/* ===============================
   MOBILE – TRUST BAR FIX
================================ */

@media (max-width: 980px) {

  .pm-trust-inner {
    flex-direction: column;
    padding: 16px 16px 90px; /* 👈 espacio para el botón flotante */
  }

  .pm-trust-item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 14px 0;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .pm-trust-item:last-child {
    border-bottom: none;
  }

  .pm-trust-icon {
    width: 44px;
    height: 44px;
  }

  .pm-trust-item strong {
    font-size: 14px;
  }

  .pm-trust-item span {
    font-size: 12px;
  }
}


/* 🔥 Ajustar posición de la trust bar dentro de Elementor */
.elementor-element-03af745 {
  margin-top: 40px !important;   /* ajusta este valor */
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.pm-trust-bar {
  box-shadow: 0 6px 12px rgba(0,0,0,.08);
}

.pm-trust-bar {
  margin-bottom: -10px !important;
}

/* O ajustar el elemento contenedor */
.elementor-element-03af745 {
  margin-top: 40px !important;
  margin-bottom: -40px !important;
}/* End custom CSS */
/* Start custom CSS *//* Ocultar categorias de los productos */

.product-grid-item .wd-product-cats {
display:none;
}

/* Color del boton cargar mas */

.wd-load-more {
    border-radius: 10px !important;
    border-color: #43c466 !important;
    color: #4c5270 !important;
}/* End custom CSS */