/*
Theme Name: Woostify Child
Theme URI: https://woostify.com
Template: woostify
Author: Woostify
Author URI: https://woostify.com/about
Description: Woostify is fast, lightweight, responsive and super flexible WooCommerce theme built with SEO, speed, and usability in mind. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, etc. Therefore, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Woostify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://woostify.com
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.4.2.1761036994
Updated: 2025-10-21 11:56:34

*/
@media ( max-width: 600px ) {
	.site-footer-widget .widget_custom_html {
	margin-bottom: 25px;
}	
}
@font-face {
  font-family: 'Dryhten';
  src: url('/wp-content/themes/woostify-child/fonts/DryhtenRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Dryhten', serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

/* Цвет ссылок при наведении */
header .main-navigation ul li a:hover {
    color: #000000 !important;
}

/* Цвет активного пункта меню */
header .main-navigation ul li.current-menu-item > a,
header .main-navigation ul li.current_page_item > a,
header .main-navigation ul li.current-menu-ancestor > a {
    color: #000000 !important;
}

/* Цвет при фокусе (например, с клавиатуры) */
header .main-navigation ul li a:focus {
    color: #000000 !important;
}

.woocommerce-loop-product__title {
    font-family: 'Inter', sans-serif !important;
    font-size: 24px; /* или нужный размер */
    font-weight: medium; /* или bold */
}

@media (min-width: 600px) and (max-width: 900px) {
  .site-branding img.custom-logo {
    width: 100px !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
    object-fit: contain;
  }
}

/* Скрываем цену у случайных товаров на главной */
.home .animated-meta .price {
    display: none !important;
}
