/* ════════════════════════════════════════════════════════════
   Box na detail produktu — odkaz na konfigurátor čepů a pouzder
   ════════════════════════════════════════════════════════════ */
.konfigurator-box {
    background: #fff5f5;
    border: 1px solid #fcc;
    border-radius: 10px;
    padding: 16px 20px;
    margin: 16px 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.konfigurator-box.show {
    display: flex;
}
.konfigurator-box-text {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.konfigurator-box-text strong {
    color: #1a1a1a;
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}
.konfigurator-box-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background: #e74c3c;
    color: #fff;
    white-space: nowrap;
    transition: background 0.15s;
}
.konfigurator-box-link:hover {
    background: #c0392b;
}

/* ════════════════════════════════════════════════════════════
Skrytí kategorie a rozšíření stránka konfigurátoru
════════════════════════════════════════════════════════════*/
#navigation .menu-item-1935 {
  display: none !important;
}


body.id-1931 #content.content.wide {
    max-width: 1400px !important;
    width: 100% !important;
}
body.id-1931 .content-wrapper {
    max-width: 1400px !important;
}
body.id-1931 .content-wrapper-in {
    max-width: 1400px !important;
}
body.id-1931 .content-inner {
    max-width: 1400px !important;
    width: 100% !important;
}
body.id-1931 article.pageArticleDetail {
    max-width: 1400px !important;
    width: 100% !important;
}
