/* Shared product enquiries: clear, direct WhatsApp actions on every viewport. */
.catalog-card .catalog-card-bottom {
  display:flex; flex-direction:column; align-items:stretch; gap:12px; margin-top:auto;
}
.catalog-card .catalog-card-bottom>.text-link {
  min-height:44px; display:flex; align-items:center; justify-content:space-between;
}
.catalog-card a.whatsapp-price,
.product-summary a.product-whatsapp {
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  min-height:48px; width:100%; padding:12px 14px; border:1px solid #127348;
  border-radius:12px; background:#127348; color:#fff; text-decoration:none;
  font-family:inherit; font-size:13px; font-weight:600; line-height:1.4;
  text-align:center; box-shadow:0 5px 14px #12734817;
  transition:background .2s,box-shadow .2s,transform .2s;
}
.whatsapp-price .whatsapp-icon,
.product-whatsapp .whatsapp-icon {
  display:block; width:22px; height:22px; min-width:22px; max-width:none;
  flex:0 0 22px; object-fit:contain; align-self:center;
  margin:0; padding:0; border:0; border-radius:0;
  background:transparent; filter:none; transform:none; box-shadow:none;
}
.product-whatsapp { display:inline-flex; align-items:center; justify-content:center; gap:9px; }
.catalog-card a.whatsapp-price:hover,
.product-summary a.product-whatsapp:hover { background:#0d5e3a; color:#fff; box-shadow:0 6px 18px #12734829; }
.catalog-card a.whatsapp-price:active,
.product-summary a.product-whatsapp:active { transform:scale(.98); }
a.whatsapp-price:focus-visible,a.product-whatsapp:focus-visible { outline:3px solid #2b78d4; outline-offset:4px; }
a.product-whatsapp[aria-disabled=true] { opacity:.55; cursor:not-allowed; }
.product-summary .product-buy-row { align-items:end; }
.product-summary .availability { margin-top:20px; }
.listing-terms a.product-whatsapp { background:#127348; color:#fff; min-height:48px; }
.hero .hero-category .panel-category-photo { object-fit:contain!important; transform:none; }
@media(min-width:1001px){
  .commerce-category-ribbon { grid-template-columns:repeat(5,minmax(0,1fr)); }
  .commerce-category-ribbon a:last-child { background:#eee8f7; color:#5b4679; border-color:#e2d8f0; }
}
@media(max-width:1000px){
  .mobile-app .catalog-card .catalog-card-bottom { gap:8px; }
  .mobile-app .catalog-card a.whatsapp-price { min-height:48px; padding:10px 8px; font-size:12px; border-radius:12px; }
  .mobile-app .product-summary a.product-whatsapp { min-height:52px; font-size:13px; padding:12px 10px; }
}
@media(prefers-reduced-motion:reduce){ a.whatsapp-price,a.product-whatsapp { transition:none!important; } }
