/*
Theme Name:   Storefront Child
Template:     storefront
Version:      1.0.3
Author:       ITSTKEY.RU
Description:  Дочерняя тема для storefront
*/
body {
background-color: #fff;
font-family: 'Oswald', sans-serif;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-weight: 500;
}
a {
    color: #a4745c;
}

a:focus {
    outline:none;
}




/* Защита от перекрытия футера */
footer {
    position: relative;
    z-index: 20; /* Футер выше фильтра */
}

/* Выпадающее меню должно быть выше */
.header-menu, .dropdown-menu {
    z-index: 100 !important; /* Ваше меню должно быть выше */
}

a:focus,input:focus,textarea:focus,button:focus {
    outline: #fff;
}


/* Отключение sticky на мобильных */
@media (max-width: 768px) {
    .elementor-woofilters {
        position: static;
        max-height: none;
    }
}

.custom-attributes {
    margin: 15px 0;
}

.product-attribute {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.product-attribute:last-child {
    border-bottom: none;
}

.product-attribute strong {
    min-width: 180px;
    display: inline-block;
    color: #333;
}

