<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.nav-icon3 span:nth-child(1) {
      top: 0px;
    }

    .nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
      top: 8px;
    }

    .nav-icon3 span:nth-child(4) {
      top: 16px;
    }

    .nav-icon3.open span:nth-child(1) {
      top: 8px;
      width: 0%;
      left: 50%;
    }

    .nav-icon3.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .nav-icon3.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .nav-icon3.open span:nth-child(4) {
      top: 8px;
      width: 0%;
      left: 50%;
    }

    #nav-icon1, #nav-icon2, .nav-icon3, #nav-icon4 {
      width: 28px;
      height: 16px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }

    #nav-icon1 span, .nav-icon3 span, #nav-icon4 span {
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background: var(--primary-color);
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    
    .mqc_message .product-amount-info
    {
        display: none;
    }
    .product-limit-info
    {
       display: inline; 
       
    }
    
    .mqc_message .product-limit-info:hover .product-amount-info{
        display: block;
    }
    
    .product-amount-info
    {
     z-index: 20;   
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    text-align: center;
    padding: 10px;
    border: 1px solid var(--primary-color);
    background: #fff;
    }
    .product-amount-info p
    {
        margin:0;
        font-size: 12px;
    }
    
    /*brands customs changes container*/
        #brands-wrapper-custom.brands-wrapper
        {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
            gap: 20px;
        }
        
        #brands-wrapper-custom .brand-item-producent
        {
            width: calc(33%- 20px);
           
            width: calc( 33.33% - 20px);
            display: flex;
            justify-content: center;
            flex-direction: column-reverse;
            align-items: center;
            min-width: 100px;
        }
    /*custom changes banner*/
    .block-category-inner .category-cover img
    {
       display: none;
    }
    .block-category-inner .category-cover.banner-categories-wrapper img
    {
        object-fit: cover;
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .category-cover.banner-categories-wrapper
    {
        background-color: #fff;
    }
    .block-category-inner .category-cover img
    {
       display: none;*/
    }
    /**/


#wrapper .breadcrumb {
    background: transparent;
    padding: 0
}

#wrapper .breadcrumb[data-depth="1"] {
    display: none
}

#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0
}

#wrapper .breadcrumb li {
    display: inline
}

#wrapper .breadcrumb li:after {
    content: "/";
    color: #7a7a7a;
    margin: .3125rem
}

#wrapper .breadcrumb li:last-child {
    content: "/";
    color: #7a7a7a;
    margin: 0
}

#wrapper .breadcrumb li:last-child:after {
    content: ""
}

#wrapper .breadcrumb li a {
    color: var(--primary-color);
    font-size: 13px;
}
.contact-link-text{
    display: flex;
    align-items: center;
    gap: 5px;
}
#flix-minisite img{
    display: none;
}
#flix-minisite a:after{
    content: "Zobacz opis";
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
#flix-minisite{
    background-color: #f8f5fe;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}</pre></body></html>