<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
 */

.social-links li.tiktok svg {
    width: 0.8em;
    margin-top: -2px;
    text-align: center;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social_links_li::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
    width: 1px;
    margin-left: .5rem;
    margin-right: .5rem;
    background-color: currentColor;
    opacity: .2;
}

#footer .social_links_li {
    display: none !important;
}

#footer .newsletter-2max {
    max-width: 320px;
    font-size: .8rem;
    color: currentColor !important;
    opacity: .8;
    line-height: 1.2em;
    margin-top: 15px;
}
#footer .newsletter-button-link {
    display: block;
    width: 100%;
    padding: 5px 15px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    text-align: center;
}

.category-id-135 section#wrapper {
    background: #0c0c0c;
}

.category-id-135 .category-header-top {
    display: none;
}
 
.category-id-135 .pagination-wrapper-bottom .row.align-items-center.justify-content-between {
    background: white;
    padding: 1rem 0;
    margin: 0px;
}

#left-column{ 
    padding-right: 0;
}

body#checkout section.checkout-step, .cart-grid-right .cart-summary{
    background: #fff
}

.cart-items{
    background: #fff;
    border: 1px solid #f0f0f0
}
.cart-item{
    padding: 1rem
}

.qitvideos-block-no-hosted {
    padding-top: 20px;
}

.products-selection{
background: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #f0f0f0
}

.product-tabs .nav-link{
 padding: 1rem;
border-top: 1px solid transparent;
border-left: 1px solid  transparent;
border-right: 1px solid  transparent;
}

.product-tabs .nav-link.active{
 background: #fff;
border-top: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;	
}

.product-tabs .nav-tabs{
 margin: 0;
}

.product-tabs .tab-content{
    background: #fff;
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
border-top: none;
}

a:hover:not(.nav-link):not(.btn) {
    text-decoration: underline;
}


/*wyszukiwarka*/

.fa-shopping-bag:before {
    content: "\f07a" !important;
}

#search_widget .input-group&gt;.form-control:not(:last-child), #search_widget .input-group&gt;.custom-select:not(:last-child) {
    border-radius: 8px !important;
    border-radius: 8px !important;
}

.form-control:focus {
box-shadow: none !important;
}

.header-top .form-search-control {
    border-radius: 8px;
    border: solid 1px #bbbbbb !important;
}
.search-widget .search-btn {
    background-color: black;
    color: white;
    border-radius: 0 8px 8px 0;
}

.ui-menu.ui-jolisearch .jolisearch-body h4 {
    font-size: 1.3em;
}

.ui-autocomplete-input.ui-autocomplete-loading {
    background: none !important;
}

.ui-menu.ui-jolisearch .jolisearch-body section[role="main"] .product .jolisearch-product span {
    font-size: 0.9em;
    line-height: 1.3em;
    text-align: left;
}

.ui-menu.ui-jolisearch .jolisearch-products__list a:hover {
    text-decoration: none;
}

.ui-menu.ui-jolisearch .product-image-span {
    height: 98px;
    margin-bottom: 10px;
}

.ui-menu.ui-jolisearch span.product-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.ui-menu.ui-jolisearch .jolisearch-body section[role="main"] .product .jolisearch-product .product-price {
    padding-top: 10px;
    font-size: 1.05em;
    font-weight: 600;
}

.ui-menu.ui-jolisearch .jolisearch-body section[role="main"] .product {
    border: none;
    padding-bottom: 30px;
}

.ui-menu.ui-jolisearch .jolisearch-body section[role="main"] .product:hover {
    background-color: transparent;
    border: none;
}

.ui-menu.ui-jolisearch .jolisearch-body section[role="main"] .items-count {
    border-radius: 0;
    font-size: 0.8em;
}



/*strona glowna*/
#index .product-add-cart {
    display: none;
}

.products-grid .product-add-cart {
    margin: auto auto 25px auto;
}

.good-deal .product-price {
    font-size: 2.25rem !important;
}


/*kategorie kategoria listing*/

.products-selection {
    margin: 0 0 1rem 0;
}


.product-miniature-default .product-thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.product-miniature .thumbnail-container .product-thumbnail-second {
    top: 50%;
    transform: translate(0%,-50%);
}

.product-miniature-default .thumbnail-container {
    position: relative;
    width: 100%;
    height: 305px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-accessories-tab-desktop {
    margin-top: 40px;
    width: 100%;
}

.product-accessories-tab-desktop .thumbnail-container {
    height: 125px;
}

.product-accessories-tab-desktop .products-grid .product-add-cart {
    margin: auto auto 0 auto;
}

.product-accessories-tab-desktop .products-grid .product-miniature .product-price-and-shipping {
    padding-top: 0;
}

.selectedFilters .clearAll {
    background: black;
}

.selectedFilters .clearAll .txt {
    color: white;
}

.selectedFilters .cf {
    background: transparent;
    border: 1px solid #484848;
}

a:link.u-times.close {
    opacity: 0.85;
    text-shadow: none;
}

a:link.u-times.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.close:not(:disabled):not(.disabled):hover .u-times.close {
    opacity: 1;
}

.products-grid .product-miniature .product-price-and-shipping {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.products-grid .product-miniature .comments_note {
    justify-content: space-between;
}

#js-product-list-header h1 {
    margin-bottom: 2rem;
}

.subcategory-description-nosubcategory {
    margin-bottom: -20px;
    height: 157px;
}

.subcategory-description-image {
    margin: 20px 0;
    padding-bottom: 20px;
}

.subcategory-description-image .subcategory-description-absolute {
    position: absolute;
}

.subcategory-description-absolute {
    width: -webkit-fill-available;
    z-index: 99;
    padding: 20px;
    margin: auto;
    text-align: left;
    left: 15px;
    right: 15px;
}

.subcategory-description-content {
    max-height: 218px;
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.subcategory-description-image .subcategory-description-content {
    -webkit-line-clamp: 9;
}

.subcategory-description-noimage .subcategory-description-content, .subcategory-description-nosubcategory .subcategory-description-content {
    -webkit-line-clamp: 3;
}

.subcategory-description-top .toggle-description {
    padding-top: 15px;
    font-weight: 600;
}

.subcategory-description-top .toggle-description:hover {
    text-decoration: underline;
    cursor: pointer;
}

.product-list-subcategories {
    padding-bottom: 40px;
    margin-bottom: 0px;
    margin-top: -15px;
}

.product-list-subcategories .div-subcategory-image {
    margin: 20px;
    padding: 20px;
    max-width: calc(16.66667% - 40px);
    background: white;
}

.product-list-subcategories .div-subcategory-image:hover {
    outline: none 2px rgba(161,161,161,.25);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}

.product-list-subcategories .div-subcategory-noimage, .product-list-subcategories .div-subcategory-search {
    border: 1px solid #bdbdbd;
    background: white;
    margin: 20px 15px 0px 15px;
    max-width: calc(16.66667% - 30px);
    font-size: 1.125rem;
}

.product-list-subcategories .div-subcategory-noimage div, .product-list-subcategories .div-subcategory-search a {
    margin: 0 auto;
    padding: 10px;
    font-weight: 300;
    position: relative;
    display: block;
}

.product-list-subcategories .subcategory-image {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.product-list-subcategories .div-subcategory-image .subcategory-name div {
    font-weight: 300;
    background-color: black;
    color: white;
    padding: 10px 10px;
}

.product-list-subcategories .div-subcategory-image .subcategory-name div:hover {
    text-decoration: underline;
    color: white;
}

.product-list-subcategories .subcategory-image img {
    transform: scale(1);
    transition-duration: 0.3s;
    transition-property: transform;
}

.product-list-subcategories .subcategory-image img:hover {
    transform: scale(1.1) !important;
}

.product-list-subcategories .subcategory-image:hover {
    opacity: 1;
}

.product-list-subcategories .subcategory-image img:hover(a.subcategory-name) {
    text-decoration: underline;
}

.product-miniature-grid .product-availability {
    transform: none;
    bottom: auto;
    transition: none;
    left: 0;
    top: 1px;
    z-index: 9;
}

.product-unavailable .fa-ban {
    display: none;
}
.product-unavailable {
    display: inline;
    font-size: .8125rem;
    font-weight: 400;
    padding: 0.3125rem 0.4375rem;
}

.product-flags .new {
    background: #47b533;
    color: #fff;
}

/* Coupon highlight*/ 
.couponhighlight-container .couponhighlight-price-formatted {
    font-size: 2rem;
}

.product-miniature .couponhighlight-container .couponhighlight-price-formatted {
    font-size: 1.4rem;
}
.product-miniature .coupon-highlight-promo-value {
    padding: 5px 10px;
}

.product-miniature .couponhighlight-container {
    margin: 0.8rem 0;
    line-height: 1.2;
}

.product-miniature  .CouponHighlight .product-price {
    font-size: 1rem;
}

.product-price.CouponHighlight {
    font-size: 1.35rem;
    font-weight: 300;
}

.coupon-highlight-copy svg {
    fill: white;
}

button.coupon-highlight-copy {
    text-align: center;
    background: 0 0;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}

.product-miniature .coupon-highlight-copy svg {
    fill: white;
    width: 1rem;
}

.product-miniature .cupon-code {
    text-align: left;
    font-size: 0.85rem;
    color: inherit;
}

.product-miniature .coupon-highlight-text {
    display: block;
}

/* Coupon highlight koniec*/ 


/*karta produktu*/

.wishlist-compare {
    z-index: 99;
    position: absolute;
    flex-wrap: wrap !important;
    margin: 0px;
    top: 0rem;
    right: 1rem;
}

.wishlist-compare .btn-lg {
    padding: 0.5rem 1rem;
    margin-left: -1px;
}

.wishlist-compare .col-add-compare, .wishlist-compare .col-add-wishlist {
    padding: 0;
}

.iqitvideos-block-no-hosted {
    padding-top: 20px;
    text-align: left;
}

.iqitvideos-block-no-hosted .iqitvideo-multiple-2 {
    display: inline-block;
    width: 50%;
    margin: -1px;
    padding: 4px;
    border: none;
}

.iqitvideos-block-no-hosted .iqitvideo-multiple-3 {
    display: inline-block;
    width: 33%;
    margin: -1px;
    padding: 4px;
    border: none;
}

.modal-open .modal {
    background-color: rgb(0 0 0 / 50%);
}

#product .product-tabs {
    margin-top: 1.5rem;
}

#product-modal #thumbnails .product-images img {
    height: 80px;
    width: auto;
}

.product-cover #product-images-large {
    height: 50vh;
    width: auto;
}

.product-cover #product-images-large img {
    width: auto;
    max-height: 100%;
}

.images-container .swiper-button-arrow, #product .product-cover .expander&gt;span, #product-modal .modal-body .swiper-button-arrow {
    color: black;;
    background: #e2e2e2;
}

.images-container .swiper-slide img.thumb {
    max-height: 120px;
    width: auto;
    text-align: center;
    margin: auto;
    display: block;
}

.product-description .tittle_h1, .product-description h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.product-description .tittle_h2, .product-description h2, .product-description__h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.product-description h3 {
    font-size: 1.5rem;
    margin-top: 40px;
}

.tittle_h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.product-description p {
    font-size: 1.3rem;
    line-height: normal;
    margin-top: 20px;
}
.product-description ul {
    font-size: 1.3rem;
    line-height: 1.4;
}

.product_header_container .product-price, .product_p_price_container .product-price {
    font-size: 2rem;
}

.product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {
    background: black;
    border: none;
    color: white;
    line-height: calc(2em - 4px);
}

.product-variants .input-radio+span {
    padding: 5px 10px;
}

.olfa-dedykowane-ostrza .product-description__h2{
    padding-bottom: 5px;
    border-style: solid;
    border-color: #ffd200;
    border-width: 0 0 3px 0;
}

.olfa-dedykowane-ostrza .elementor-button-wrapper {
    margin-bottom: 20px;
}


#product .product-manufacturer img {
    max-width: 100px;
}

.product-product-prices-block .current-price-block {
    padding-bottom: 1rem;
    margin-right: 20%;
}

.product-product-prices-block {
    margin: 40px 0px 0px 0px;
}

.product-prices-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}


.product-add-to-cart.pt-3 {
    padding-top: 2rem !important;
}

.product-add-to-cart .add-to-cart, .product-add-to-cart-mobile .add-to-cart {
    width: 100%;
    font-weight: 700;
    font-size: 1.2rem;
}

.blockcart-content .cart-buttons .btn-primary {
    font-weight: 700;
    font-size: 1.2rem;
}

.cart-summary .checkout a {
    font-size: 1.2rem;
    font-weight: 700;
}

.product-information .product-discounts {
    margin-top: 25px;
}

/* INPOST PAY */
.display_Product_Actions {
    display: block;
    margin-top: -20px;
    margin-bottom: -20px;
}
span.inpost-campaign {
    border: 1px dashed;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.inpost-cupon-value {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ff2b7e;
}
/* INPOST PAY */

.product-info-row {
    background: #fff;
    padding: 2rem 1rem;
    margin-bottom: 3rem;
    border: 1px solid #f0f0f0;
    margin: 0;
}

.product-additional-info {
    border-top: none !important;
}

.product-info-box-0 {
    margin-top: 40px;
}

.product-info-box {
    position: relative;
    padding: 20px 0;
    clear: both;
    border-top: 1px solid rgba(160, 160, 160, .25);
}

.product-return.product-info-box {
    border-bottom: 1px solid rgba(160, 160, 160, .25);
}

.product-additional-info .js-mailalert.form-inline {
    border-bottom: 1px solid rgba(160, 160, 160, .25);
    margin-top: -15px;
    margin-bottom: 15px;
}

.product-additional-info .js-mailalert.form-inline input.btn-secondary {
    border: 1px black solid;
    color: white;
    background: black;
}

.product-additional-info .js-mailalert.form-inline input.btn-secondary:hover {
    border-color: #2e2e31;
    background: #2e2e31;
}

.product-return.product-info-box a {
    text-decoration: underline;
}

.product-info-box-info {
    top: 2px;
    position: relative;
    margin-left: 50px;
    display: block;
}

.product-info-box i:before {
    font-size: 22px;
    top: 0px;
    left: 0px;
    color: #707070;
}

img.ed_icon {
    margin: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/*olfa x design*/

.category-olfa-x-design-series #wrapper {
    background-color: #4B4B45;
}

.category-olfa-x-design-series #wrapper .content:before {
    content: '';
    position: absolute;
    right: 0px;
    display: block;
    width: 800px;
    height: 500px;
    max-height: 435px;
    background-color: #32322D;
    z-index: 0;
}

.category-olfa-x-design-series #wrapper .numer {
user-select: none;
}

.category-olfa-x-design-series #wrapper .title {
width: 200px
}

.category-olfa-x-design-series #wrapper .content p {
width: 300px;
position: relative;
}

.category-olfa-x-design-series #wrapper .product {
position: relative;
}

.category-olfa-x-design-series #wrapper .product .swiper-button-prev, .category-olfa-x-design-series #wrapper .product .swiper-button-next {
top: 35%;
}

.category-olfa-x-design-series .product-miniature-small .product-price-and-shipping {
    display: none;
}

.category-olfa-x-design-series .product-miniature-small .list-small-gutters {
    margin: 0px;
}

/* KOSZYK i karta produktu wysyĹka i dostawa */
.carrier-ref-2:before, .carrier-ref-6:before, .carrier-ref-8:before {
    position: absolute;
    display: block;
    transform: translate(0, -50px);
    line-height: 1.2em;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: inherit;
    color: inherit;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    width: calc(100% - 60px);
}

.carrier-ref-2:before {
    content: "OdbiĂłr w punkcie";
}

.carrier-ref-6:before {
    content: "PrzesyĹka kurierska";
}

.carrier-ref-8:before {
    content: "PĹatnoĹÄ przy odbiorze";
}

.carrier-ref-2 {
    padding-top: 50px !important;
    border-top: none !important;
}

.carrier-ref-6, .carrier-ref-8 {
    padding-top: 100px !important;
    border-top: none !important;
}

.shipping-selected .carrier-ref-2:before, .shipping-selected .carrier-ref-6:before, .shipping-selected .carrier-ref-8:before {
    display: none !important;
}

.shipping-selected .carrier-ref-2, .shipping-selected .carrier-ref-6, .shipping-selected .carrier-ref-8 {
    padding-top: 0px !important;
}

/*newsletter*/


div#captcha-box-newsletter {
    padding-top: 10px;
}

#gdpr_consent_71, #gdpr_consent_22 {
    float: left;
    padding-top: 10px;
}

.block-newsletter a:visited:not(.nav-link):not(.btn), .block-newsletter a:link:not(.nav-link):not(.btn), .elementor-newsletter a:visited:not(.nav-link):not(.btn), .elementor-newsletter a:link:not(.nav-link):not(.btn) {
    color: white;
}

.elementor-element.elementor-element-ds1tcuu .elementor-newsletter-btn {
    border: 1px solid #ffffff;
}

#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover {
    color: black;
    background: white;
}

/*darmowa dostawa*/
.iqitfreedeliverycount {
    background-color: white;
    color: black;
    font-weight: 300;
    border: dashed 1px black;
    margin: 20px auto;
}
.cart-grid-right .iqitfreedeliverycount {
    margin: 30px auto;
}

.iqitfreedeliverycount span {
    font-size: 1.18em;
    font-weight: 600;
    line-height: 1.7;
}

/*logo i nagĹĂłwek*/

#desktop-header.stuck-header .iqit-megamenu-container {
    display: none;
}

#desktop-header .logo {
    width: 236px;
    height: 50px;
    margin-left: 11px;
}

#mobile-header .logo {
    width: 151px;
    height: 40px;
}

/*popup*/

.ed_custom_popup {
    cursor: pointer;
}

.product-info-box-0 .ed_custom_popup:after {
    content: "\f105";
    font-size: 2em;
    font-family: 'FontAwesome';
    position: absolute;
    color: #777;
    top: 50%;
    transform: translate(-50%, -50%);
    right: -10px;
    padding: 15px;
}

.popup-tittle {
    margin-top: 20px;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    padding: 1rem 1.5rem 0rem 1.5rem;
}

.ed_popup_content {
    width: 35%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    overflow: auto;
    z-index: 999999;
    display: none;
    overflow: hidden;
}

.ed_popup_content .ed_close_popup {
    position: absolute;
    top: 0px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    color: #fff;
    cursor: pointer;
    float: none;
    font-weight: normal;
    font-size: initial;
    opacity: 1;
    text-shadow: unset;
}

.ed_popup_content .ed_close_popup:hover {
    opacity: 1 !important;
}

.ed_content_overflow {
    height: 90%;
    padding: 1rem 1.5rem 1rem 2rem;
    padding-bottom: 60px;
    overflow-y: auto;
    position: relative;
}

.ed_content_overflow li {
    list-style: circle;
    margin-left: 30px;
    padding: 5px;
}


@media only screen and (min-width: 768px) {
    .display_Product_Actions {
        margin-left: 90px;
    }

    .product-add-to-cart .col-add-qty {
        width: 90px;
    }

    .product-description .item-6 {
        max-width: 45%;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .product-description .item img {
        display: block;
        margin: auto;
    }

    .product-description .item {
        margin: 30px 2.3% 30px 2.3%;
    }
}

.odkryj-2max .swiper-slide-inner {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 922px) {

    .product-list-subcategories .div-subcategory-image {
        margin: 20px;
        padding: 20px;
        max-width: calc(50% - 40px);
    }
    .product-list-subcategories .div-subcategory-noimage, .product-list-subcategories .div-subcategory-search {
        max-width: calc(50% - 30px);
    }   
}

@media only screen and (max-width: 767px) {

    .product-add-to-cart-mobile .btn-lg, #_mobile_blockcart-content .btn-lg {
        padding: 1.5rem 1.5rem;
    }

    .iqitvideos-block-no-hosted .iqitvideo-multiple-2, .iqitvideos-block-no-hosted .iqitvideo-multiple-3 {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .ed_popup_content {
        width: 90%;
    }

    .carrier-ref-2:before, .carrier-ref-6:before, .carrier-ref-8:before {
        width: calc(100% - 40px);
    }

    .product-info-row {
        margin: 0px -15px;
    }
    .product_header_container {
        border: none;
    }

    .subcategory-description-absolute, .subcategory-description-image .subcategory-description-absolute {
        position: relative;
    }
    .product-description .item-6 img {
        display: none;
    }

    .item p:last-child, .item ul:last-child {
        margin-bottom: 40px;
    }
    .about-us {
        background-image: none !important;
    }

    #left-column {
        order: -1;
    }
}

.product-miniature .variant-links {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.product-miniature .variant-links span.js-count.count {
    width: 3%;
    text-align: center;
    margin: auto;
}
.product-miniature .variant-links .color {
    margin: 0.5rem 0rem !important;
    width: 30% !important;
}

</pre></body></html>