/* Begin Additional CSS Styles */

/* --- Akordeon dla warstw Smart Slider (accordion.js) --- */

/* Nagłówek (h3) jako klikalny pasek */
.acc-header {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* Strzałka wskazująca stan */
.acc-header:after {
    content: "\002B"; /* + */
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    transition: transform 0.2s ease;
}

.acc-header.acc-open:after {
    content: "\2212"; /* - */
}

/* Panel z tekstem - zwinięty domyślnie */
.acc-panel {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease;
}

.acc-panel.acc-open {
    max-height: 1000px;
    opacity: 1;
}

/* --- Formularz wyceny (wycena-handler.php) --- */

/* Honeypot: ukryte pole anty-spam — niewidoczne dla ludzi, kuszące dla botów */
.formularz-wyceny .hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Komunikat po wysłaniu */
.formularz-wyceny .form-msg {
    margin-top: 10px;
    min-height: 1em;
}

.formularz-wyceny .form-msg.is-ok {
    color: #1a7f37;
    font-weight: bold;
}

.formularz-wyceny .form-msg.is-error {
    color: #c0392b;
    font-weight: bold;
}

/* Zablokowany przycisk w trakcie wysyłki */
.formularz-wyceny button[disabled] {
    opacity: 0.6;
    cursor: default;
}

/* End Additional CSS Styles */

#art-main > div.art-sheet.clearfix > div.art-layout-wrapper{
    display: none;
}

.art-hmenu .parent .art-hmenu-left-to-right a{
    text-align: center;
}

.item-479 a{
    padding: 0 26px!important;
}

@media (min-width: 768px) {

    .art-hmenu li.parent > a::after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-left: 6px;
        border-right: 3px solid #000;
        border-bottom: 3px solid #000;
        transform: rotate(45deg) translateY(-2px);
        transition: all 0.5s;
    }
}

    .art-hmenu li.parent.active > a::after {
        border-right: 3px solid #3353a2;
        border-bottom: 3px solid #3353a2;
    }

.art-hmenu li.parent:hover > a::after {
    border-right: 3px solid #3353a2;
    border-bottom: 3px solid #3353a2;
}
}