/*
Theme Name: Aconchego Mineiro
Theme URI: https://example.com/aconchego-mineiro
Description: Tema child do Astra para o e-commerce Aconchego Mineiro.
Author: Aconchego Mineiro
Author URI: https://example.com
Template: astra
Version: 1.0.0
Text Domain: aconchego-mineiro
*/

/* Estilos do tema child devem ficar abaixo */
:root {
  --am-header-bg: #ffffff;
  --am-topbar-bg: #f2f0ee;
  --am-header-text: #222222;
  --am-header-icon: #222222;
  --am-header-hover: #a1341c;
  --am-footer-bg: #ffffff;
  --am-footer-border: #e5e1dc;
  --am-footer-text: #222222;
  --am-footer-muted: #6b6b6b;
  --am-footer-icon: #000000;
  --am-footer-hover: #222222;
  --am-border: #e5e1dc;
  --am-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Visibilidade por dispositivo */
@media (max-width: 767px) {
  .am-hide-mobile { display: none !important; }
}

@media (min-width: 768px) and (max-width: 921px) {
  .am-hide-tablet { display: none !important; }
}

@media (min-width: 922px) {
  .am-hide-desktop { display: none !important; }
}
