/*
 * Production selectors whose HTML source is not present in the child-theme repository.
 * Probable sources: menus, widgets, theme options, ACF HTML fields, shortcode text fields
 * or plugin/admin-managed content stored in the database.
 */

/*
 * Probable source: admin-managed buttons and custom content blocks.
 */
.red-button a {
    color: #ce1d54 !important;
}

.img-title:hover {
    display: none;
}

.product_form {
    padding: 20px 0;
}

/*
 * Probable source: header HTML block or theme-option content.
 */
.header_contact {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-left: 5px;
    vertical-align: middle;
}

.header_contact:hover {
    color: #e3e3e3;
}

.header_contact_icon {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

.header_contact_icon:hover {
    color: #e3e3e3;
}

/*
 * Probable source: footer HTML block or widget content.
 */
.footerdiv {
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
}

.footernavlist {
    font-size: 16px;
    font-weight: 400;
    line-height: 0.7;
}

.footernavlist ul {
    list-style: none;
}

.footernavlist a:hover {
    color: #000;
}

/*
 * Probable source: recently viewed / custom widget content rendered from the database.
 */
.smotrelheader {
    margin-left: 1%;
    margin-top: 30px;
}

.smotrel {
    padding-left: 1%;
}

/*
 * Probable source: WordPress menu output inserted in widgets or HTML blocks.
 */
#menu-podborki-laminat {
    margin: 0;
    padding: 5px;
    border: 0.5px solid #efefef;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#menu-podborki-laminat:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#menu-podborki-laminat li {
    margin: 5px 0;
}

#menu-podborki-laminat li a {
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}

#menu-podborki-laminat li a:hover {
    background-color: #41988f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/*
 * Probable source: custom product/category widgets or shortcode HTML stored outside the repo.
 */
.sidebar-toggle-container {
    display: none;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .sidebar-toggle-container {
        display: block;
    }

    .sidebar-toggle-container .filter-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 15px;
        border: 1px solid #000;
        border-radius: 4px;
        background-color: #f5f5f5;
        color: #000;
        font-size: 14px;
        text-decoration: none;
    }

    .sidebar-toggle-container .filter-button i {
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    /*
     * Probable source: admin-managed HTML blocks around product metadata/icons.
     */
    .main-ico img {
        width: 55px;
    }

    .brand-and-flag-container {
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .sidebar-toggle-container .filter-button {
        padding: 6px 12px;
        font-size: 12px;
    }
}
