/* Responsive */
@media (max-width:767.98px){
  .mk-section{ padding:var(--mk-space-5) 0; }
  .mk-hero-section{ padding:var(--mk-space-6) 0; text-align:center; }
  .mk-hero-subheadline, .mk-hero-trust{ margin:0 auto; }
  .mk-hero-ctas{ justify-content:center; }
  .woocommerce .products.columns-4{ grid-template-columns:repeat(2,1fr); }
  .mk-product-card-title{ font-size:.9rem; }
  .mk-category-tile-name, .mk-age-tile-name{ font-size:.9rem; }
}
@media (max-width:575.98px){
  .mk-hero-headline{ font-size:2rem; }
  .mk-fbt-section .mk-fbt-item{ width:80px; }
  .mk-sticky-cart-name{ max-width:120px; }
  .mk-recently-purchased-toast{ left: 8px; right: 8px; max-width: none; }
}
@media (min-width:768px){
  .mk-bottom-nav{ display:none !important; }
  .mk-whatsapp-fab{ bottom:24px; right:24px; }
  .mk-sticky-cart{ bottom:0; }
}
@media (min-width:992px){
  .mk-product-card-actions{ opacity:0; transition:opacity .2s; }
  .mk-product-card:hover .mk-product-card-actions{ opacity:1; }
}
