<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*KARTA PRODUKTU - ukrycie zbÄdnych*/
.projector_details .projector_oneclick__wrapper {
    display: none;
}
/*KARTA PRODUKTU - ostatnie sztuki w cenie 2024*/
.discount, .label.--discount {
    color: #0a0909;
    background: #feea27;
    text-transform: none ;
    font-size: 14px ;
    font-weight: 300 ;
}

/*KOSZYK kod rabatowy*/
.cop_rebate_code {
    display: none;

}

/*KARTA PRODUKTU - paczkomat*/

    .banner_smile__pickup_text {
        font-size: 21px;
        font-weight: 300;
    }
    .banner_smile__logo {
    display: none;
}
.banner_smile__block.--desc {
    display: none;
}
    .banner_smile__link {
        display: none;
    }


/*KARTA PRODUKTU - wybierz wariant */

    .projector_details .projector_multiversions__item {
        display: block;
    }
        .projector_details .projector_versions__label, .projector_details .projector_multiversions__label, .projector_details .projector_sizes__label, .projector_details .projector_subscription__label {
        width: 100%;
        min-width: 100%;
    }
    .projector_details .projector_status__wrapper &gt; div {
    display: block;
}
   
/*LISTA KATEGORII - wielkoĹÄ miniaturek*/
#Navigation .navigation_item .navigation_img {
    height: 85%;
}
#Navigation .navigation_item img {
    max-width: 94%;
    max-height: 94%;
}
#Navigation .navigation_items {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/*LISTA KATEGORII - nazwa kategorii */
.count {
    display: none;
}
#Navigation .navigation_item .name {
    text-decoration: none;
    font-size: 18px;
}

/*LISTA PRODUKTĂW*/
@media (min-width: 757px) {
    .product__icon {
        height: 35rem;
    }
        .product__icon img {
        max-height: 30rem;
    }
}
@media (max-width: 700px) {
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/*kreska pod menu*/
header .navbar-collapse {
    border-bottom: 1px solid #ff0447;
}

/*kreska nad stopkÄ*/
    footer {
        border-top: 1px solid #ff0447;
    }


.max-width-1200 {
    max-width: 1370px;
}

/*BLOG ukrycie daty*/
div.blog_date {
    display: none;
}

.menu_blog {
    display: none;
}

/*BLOG - szerokosÄ miniaturki na caĹy wpis*/
#blog-item img.blog_image {

    max-width: 100%;
}

/*LISTA PRODUKTĂW*/
    .search_name__total {
        display: none;
    }
  .big_label, .headline {
    text-transform: none;
}
    
/*ramka lista produktĂłw*/
#search .product {
    border: 1px solid #c4c7c8;
}



/*Nazwa produktu*/
.product_name__block.--description {
    font-size: 1.5rem;
}

.product_name__name {
    font-size: 2.5rem;
    font-weight: bold;
}

/*Logo nad nazwÄ produktu*/
.product_name__sub.--firm {
    width: 15rem;
    max-height: 50px;
}


/*Nazwa produktu - ukrycie opinie*/

.product_name__note {
    display: none;
}
.product_name__note_link {
    display: none;
}


/*KARTA PRODUKTU - iloĹÄ szt*/
.projector_status__info_amount, .projector_amount{
    color: #0a0909;
    background: #feea27;
        display: block;
}

/*youtybe*/
.video-container2 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container2 iframe,
.video-container2 object,
.video-container2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*KOSZYK - ukrycie pola z rabatem*/
.oscop .oscop_rebate_code {
    display: none;
}
/*czniokna*/

    .cm a {
    color: #0000ee;
}
.cm p, .cm ol, .cm ul, .dictionary__param {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 300;
     /* text-align: justify;*/
 
}
#search .product .trait {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.traits__label {
  width: 195px;
  min-width: 195px;
}
.mb-2, .my-2 {
  font-size: 14px;
}
.cm ol, .cm ul {
    padding-left: 15px;
}

.article__more_link:is(a) {
    color: #0000ee;
}

/*DANE TECHNICZNE*/
.dictionary__values {
    max-width: 100%;
        font-size: 13px;
}
.dictionary__name, .dictionary__value {
    font-size: 13px;
}
.dictionary__name {
    text-align: left;
    font-weight: 600;
}
.mb-3, .my-3 {
    margin-bottom: 0.3rem !important;
}
.dictionary__param {
border-bottom: 1px solid #ddd;
}


@media (max-width: 700px) {
.dictionary__param {
    display: block;
}
.dictionary__name {
    text-align: left;
}
.align-items-end {
    align-items: flex-start !important;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 100%;
}
}</pre></body></html>