/**
* Theme Name: Farmacie
* Theme URI: https://farmacie.modeltheme.com
* Description: Pharmacy & Drug Store Theme
* Version: 1.3
* Requires at least: 5.9
* Requires PHP: 7.0
* Author: ModelTheme
* Author URI: https://modeltheme.com/
* Tags: custom-header, custom-menu, featured-images, sticky-post
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Domain Path: /languages
* Text Domain: farmacie
* 
* This theme, like WordPress, is licensed under the GPL.
* Use it to make something cool, have fun, and share what you've learned with others.
*/

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

button {
  background-color: #f0f0f0;
  color: #333;
  padding: 10px 20px;
  border-radius: 4px; /* Köşeleri daha az yuvarlatmak için */
}

button:hover {
  background-color: #e0e0e0; /* Hover efekti */
}
