/*breadcrumbs*/
.breadcrumbs-container{
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin:0 0 20px 0;
}

#breadcrumbs{
    overflow: hidden
}
#breadcrumbs,
#breadcrumbs li{
    float:left;
}
#breadcrumbs li{
    margin: 0 15px 8px 0;
}
#breadcrumbs li{
    position: relative;
    padding-right: 23px;
}
#breadcrumbs li:after{
    position: absolute;
    right: 0;
    top:0;
    content: "\e608";
    font-family: icons;
    color:#b4b4b4
}

#breadcrumbs li:last-child:after{
    content: ""
}
.content-title{
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}

#product-sort-container{
    width: 250px;
    float:left;
    padding: 15px;
    display: none;
    font-size: 14px;
}
.product-list-container{
    background: #f6f6f6;
}
.prod-frame{
    border:1px solid #efefef;
    padding: 15px;
    background: #fff;
    margin-bottom: 25px;
}
.product-list-container.active{
    width: calc(100% - 250px);
}
.asn-btn{
    padding-left: 22px;
}
.asn-btn:before{
    font-family: icons;
    content: "\e685";
    margin: 0 7px 0 -10px;
}
.asn-btn.active:before{
    content: "\e647";
}

.bg-prods-container .product-box{
    background: #fff;
    padding: 25px 0;
}


.toolFilterButton{
    margin-top:-20px;
    margin-bottom: 30px !important;
}

section.section-brand-imgs-slider{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.static-container{
    width: 1000px;
    overflow: hidden;
    max-width: 90%; 
    margin: 30px auto;
}

.static-container ul.arr-menu{
    margin-left: 25px;
}
.static-container ul.arr-menu li:before{
    content: "\e642";
    font-family: icons;
    font-size: 16px;
    position: relative;
    top: 2px;
    left: -10px;
    padding-left: 10px;
}
@media (max-width: 965px) {
    #product-sort-container{
        width: 100%;
    }
    #product-sort-container.active{
        background: #fff;
        position: fixed;
        top: 0;
        z-index: 8000;
    }
    #asn-btn-sticky-wrapper{
        width: fit-content;
    }
    #product-sort-container.active .sort-content{
        height: calc(100vh - 85px);
    }
    .sort-header .close{
        position: absolute;
        z-index: 10;
        top: 5px;
        right: 0;
    }
    .sort-header .close:before{
        position: absolute;
        top: 0;
        right: 0;
        font-family: icons;
        content: "\e647";
        font-size: 50px;
    }

    .sort-header{
        position: relative;
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .is-sticky .sort-header{
        left: 0;
        padding: 20px;
    }
    .is-sticky .sort-header .close{
        top: 20px;
        right: 15px;
    }

    #priceSliderForm input[type=number]{
        width: calc(50% - 5px);
    }
    #priceSliderForm input[type=number]:nth-child(2){
        margin-right: 0;
    }
    #priceSliderForm input[type=submit]{
        margin-top: 10px;
    }
}


/* --- START: OPIS KATEGORII KOLEKCJI (Citizen, Adidas, wszystko) --- */
.category-description {
    width: 1150px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}
.category-description-main {
    margin-bottom: 25px;
}

/* Akapity */
.category-description p {
    margin-bottom: 15px;
}

/* Nagłówki H2, H3, H4 */
.category-description h2 {
    font-size: 26px !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;

}
.category-description h3 {
    font-size: 22px !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    color: #333;
}
.category-description h4 {
    font-size: 18px !important;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
    font-weight: bold;
    color: #222;
}

/* Wyróżnik pytania (Q:) przed H4 */
.category-description h4::before {
    content: "Q: " !important;
    color: #428bca !important;
    margin-right: 5px !important;
}

/* PANCERNE LISTY PUNKTOWANE - OMIJAJĄ BLOKADY FRAMEWORKÓW */
.category-description ul,
.category-description ul.reset,
.category-description [class*="reset"] {
    list-style-type: none !important;
    margin: 15px 0 25px 0 !important;
    padding: 0 !important;
}

.category-description ul li,
.category-description ul.reset li {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    color: #4a4a4a !important;
    list-style: none !important; /* wyłączamy kropki globalne, by dać swoje */
}

/* Własne ikonki list */
.category-description ul li::before,
.category-description ul.reset li::before {
    content: "■" !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #428bca !important;
    font-size: 10px !important;
    display: inline-block !important;
}

/* Linki i pogrubienia */
.category-description a {
    color: #43499c;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease;
}
.category-description a:hover {
    text-decoration: none;
}
.category-description strong,
.category-description b {
    font-weight: 600 !important;
    color: #111 !important;
}
/* --- KONIEC: OPIS KATEGORII --- */
