.geoship-banner[hidden], .geoship-product[hidden] { display: none !important; }
.geoship-banner {
  background: linear-gradient(90deg, #0a7d52, #0fa968);
  color: #fff; font-size: 14px; line-height: 1.4;
  text-align: center; padding: 9px 16px; font-weight: 600;
  /* annule le padding 15px du .container du theme (la .row warehouse n'a pas la marge negative) -> fond pleine largeur */
  margin-left: -15px; margin-right: -15px;
}
.geoship-banner.geoship-show { animation: geoshipSlide .35s ease-out; }
@keyframes geoshipSlide { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } }
.geoship-product {
  margin: 16px 0; padding: 12px 16px;
  border: 1px solid #b7e3cd; border-left: 4px solid #0fa968; border-radius: 6px;
  background: #f3fbf7; color: #14543b; font-size: 14px; line-height: 1.45;
}
@media (max-width: 767px) {
  .geoship-banner { font-size: 13px; padding: 8px 12px; }
  .geoship-product { font-size: 13px; }
}
