.ba-item-add-to-cart .ba-add-to-cart-row-value[data-type="tag"] > span.active {
    border-color: #f64231 !important;
}
/* Product colors */

.ba-blog-post-product-options-wrapper .ba-blog-post-product-options > span > span:not(.ba-tooltip) {
    width: 12px;
    height: 12px;
}

/* Odstepy w naglowkach */
p {
  margin: 10px 0 10px 0!important;
}
h2 {
  margin: 10px 0 10px 0!important;
}
h3 {
  margin: 10px 0 10px 0!important;
}

/* Close menu icon */
i.ba-icons.ba-icon-close.ba-overlay-section-close,
.ba-image-modal.instagram-modal i {
  color: #bcbfb4;
  font-size: 110px;
  width: auto;
}

i.ba-icons.ba-icon-close.ba-overlay-section-close:hover,
.instagram-modal i.ba-icon-close:hover {
    transform: rotate(180deg);
}


/* brak sciezki na starcie */

.brak .ba-row-wrapper #item-16986758790880 {
    display: none;
}
/* poziom slajder */
@media (min-width: 1281px) {
    .com_gridbox:not(.gridbox) .horizontal-section {
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .com_gridbox:not(.gridbox) .horizontal-section .ba-section-items {
        display: flex;
        position: sticky;
        top: 0;
        width: fit-content;
        z-index: 1;
    }
    
    .com_gridbox:not(.gridbox) .horizontal-section > .ba-section-items >.ba-row-wrapper {
        width: calc(100vw - 15px);
    }
}
    
@media (max-width: 1280px) {
    .com_gridbox:not(.gridbox) .horizontal-section{
        height: auto !important; 
    }
    .com_gridbox:not(.gridbox) .horizontal-section .ba-section-items  {
        transform: none!important;
    }
}
