/* =====================================================
   FILTR – pásy gumové
   ===================================================== */
  /*Skrytí filtračního pole --------------------------------------------------------------*/ 
   
 /* Skrytí filtru ceny */
.slider-wrapper {
    display: none !important;
}


/*Skryj celý wrapper DOČASNĚ SKRYT SHOPTET FILTR – používáme vlastní quickfilter */
#filters-wrapper {
    display: none !important;
}

/*aby zmizelo tlačítko OTEVŘÍT FILTR*/
.filters-unveil-button-wrapper {
    display: none !important;
}
  
     
   

/*lišta nad filtrací --------------------------------------------------------------*/
/* ====== INFO BOX PŘED FILTREM ====== */
.pasy-info-msg {
    position: relative;
    background: linear-gradient(135deg, #ffffff, #f7f7f7);
    border: 2px solid #e10600;
    border-radius: 16px;
    margin: 35px 0 25px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

/* horní šipka */
.pasy-info-msg:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #e10600;
}

/* text */
.pasy-info-inner {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    color: #111;
}

.pasy-info-inner span {
    color: #e10600;
}

.pasy-info-msg {
    margin-bottom: 45px;
}
