/*
Theme Name: WPCommunity Child
Theme URI: https://wpshop.ru/themes/wpcommunity
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: wpcommunity
Version: 1.0.0
Text Domain: wpcommunity
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */





@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@900&display=swap');

/*
Theme Name: WPCommunity Child
Theme URI: https://wpshop.ru/themes/wpcommunity
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: wpcommunity
Version: 1.0.0
Text Domain: wpcommunity
*/

/* Липкая шапка */
#masthead,
.site-header,
.wpc-header,
.hfeed > header,
#page > header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #e8f0fe 0%, #f0e8ff 100%) !important;
    box-shadow: none;
    border-bottom: 1px solid #d8dce6;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Логотип — не растягивать */
.custom-logo {
    max-height: 27px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
.custom-logo-link {
    display: flex !important;
    align-items: center !important;
}

/* Скрыть подзаголовок */
.site-description,
.wpc-logo__description {
    display: none !important;
}

/* Компактное меню */
.main-navigation a,
.wpc-nav a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #444 !important;
    text-decoration: none !important;
}
.main-navigation a:hover,
.wpc-nav a:hover {
    color: #000 !important;
}

/* Кнопка Выйти/Войти */
.main-navigation li:last-child a,
.wpc-nav li:last-child a {
    background: #3276ff !important;
    color: #fff !important;
    padding: 6px 18px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
}
.main-navigation li:last-child a:hover,
.wpc-nav li:last-child a:hover {
    background: #2060dd !important;
    color: #fff !important;
}







