/* Global type & colors */
body { font-family: 'Open Sans', sans-serif; color:#111827; background:#fff; }
h1,h2,h3,h4 { font-family: 'Montserrat', sans-serif; color:#111827; }

/* Buttons */
.button, .woocommerce a.button, .elementor-button { background:#2563EB; color:#fff; border-radius:12px; padding:12px 22px; }
.elementor-button:hover { filter: brightness(0.92); }

/* Product cards */
.woocommerce ul.products li.product { border:1px solid #eee; border-radius:14px; padding:12px; transition:transform .2s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-2px); }

/* Sticky ATC (mobile) */
@media(max-width:767px){
  .sticky-atc{position:fixed;left:0;right:0;bottom:0;background:#111827;color:#fff;padding:10px 14px;display:flex;gap:10px;align-items:center;z-index:9999}
  body{padding-bottom:70px}
}