/*
Theme Name: HUNARZAAR
Theme URI: 
Author: ZEEYEAH
Author URI: 
Description: A WooCommerce Theme for Hunarzaar.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hunarzaar
Tags: 
*/

/*
body {
  background-color: powderblue;
}
*/

/* Show only the desktop slider on desktop and tablet */
.slider-desktop {
  display: block;
}

/* Hide mobile slider by default */
.slider-mobile {
  display: none;
}

/* On small screens, switch visibility */
@media (max-width: 1024px) {
  .slider-desktop {
    display: none !important;
  }

  .slider-mobile {
    display: block !important;
  }
}

/* Hide author */
.author,
.byline,
.posted-by,
.meta-author {
    display: none !important;
}

