/*
 Theme Name:   Woodmart Child — IMARK
 Theme URI:    https://devimark.ivancastro.cl
 Description:  Child theme for IMARK redesign (Elementor-safe). Design tokens and motion only.
 Author:       IMARK
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart-child
*/

/* Parent styles load via functions.php */

/* Ocultar barra inferior mobile (Shop) — sitio sin WooCommerce shop */
.wd-toolbar {
  display: none !important;
}
body.wd-toolbar-on,
body {
  padding-bottom: 0 !important;
}

/* Top bar: teléfono en lugar de RRSS */
.whb-top-bar .wd-social-icons {
  display: none !important;
}
.whb-top-bar .imark-top-phone,
.whb-top-bar .imark-top-phone a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  white-space: nowrap;
}
.whb-top-bar .imark-top-phone a:hover {
  color: #fbbc34 !important;
}
.whb-top-bar .whb-col-mobile {
  text-align: center;
}


