.collapsible {
    all: unset; 
    background-color: #fff; 
    color: #2c2c2b; 
    cursor: pointer; 
    padding: 18px;
    width: 100%; 
    text-align: left; 
    outline: none; 
    /*font-size: 15px; */
    box-sizing: border-box;
    display: inline-block;;
} 
.collapsible:after {
    content: "+"; 
    float: right;
} 
.activ:after {
    content: "-";
} 
.d_content {
    padding: 0 18px; 
    max-height: 0; 
    overflow: hidden; 
    transition: all 0.2s ease-out; 
    background-color: #f7f7f7; 
    font-size: 14px; 
    border-bottom: 1px #cccccc solid; 
    border-top: 1px #cccccc solid; 
    box-sizing: border-box; margin-top: -1px;
} 
p, .d_content li {
    /* font-family: "pf_dindisplay_proregular", Arial, Helvetica, sans-serif;  */
    /* font-size: 16px; */
    margin-top: 1rem;
}

a[title="Produkty"] span {
    font-weight: 700;
}



/* #custom-text2 {
max-width: 100vw;
width: 100%;
overflow: hidden;
  max-height: 100vh;
  min-width: 0;
  min-height: 0;
}

.swiper-slide{
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}

.swiper-wrapper{
  max-height: 100%;
  height: 100%;
  display: flex;
} */

.product-additional-info .warehouses_info {
    display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    line-height: 40px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    line-height: 40px;
}

