@import url('//fonts.googleapis.com/css?family=Libre+Baskerville:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,900,900italic');

:root {
    --color-primary: #eb127d;
    --color-secondary: #222;
    --color-third: #878787;
    --color-white: #fff;
}

.italic {
    font-style: italic;
}

body {
    background: var(--color-white);
}

.btn-primary:hover {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
}

.btn-secondary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-secondary:hover {
    color: var(--color-white);
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.widget-product-carousel .snap-pager {
    margin: 0 auto;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-weight: 600;
    margin: 0;
    color: #222;
    line-height: 1.428;
    letter-spacing: .5px;
}

.h1, h1 {
    font-size: 40px;
}

.h2, h2 {
    font-size: 36px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 21px;
}

.h5, h5 {
    font-size: 18px;
}

.h6, h6 {
    font-size: 16px;
}

:is(input:where(:not([type])),
[type=text],
[type=email],
[type=url],
[type=password],
[type=number],
[type=date],
[type=datetime-local],
[type=month],
[type=search],
[type=tel],
[type=time],
[type=week],
textarea,
select,
.form-input,
.form-textarea,
.form-select,
.form-multiselect):focus,
:is(input:where(:not([type])),[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],textarea,select,.form-input,.form-textarea,.form-select,.form-multiselect) {
    border-color: var(--color-third);
    outline: none;
}

.btn-secondary.custom {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
    background-color: var(--color-white);
}

.btn-secondary.custom:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-white);
}

/* tylko jeśli produkt ma hover image */
.list-card-item:hover .product.photo.product-item-photo.has-hover-image .product-image-photo:not(.product-image-hover) {
    opacity: 0;
}

.list-card-item:hover .product.photo.product-item-photo.has-hover-image .product-image-hover {
    opacity: 1;
}

.custom_new_label {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-primary);
}

/* Homepage slider */
.cms-index-index #maincontent {
    margin-top: 0 !important;
}

.homepage_slider .pagebuilder-slide-wrapper {
    width: 100%;
    max-width: 1488px;
    margin: 0 auto;
    aspect-ratio: 1488 / 659;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.homepage_slider .snap-pager {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.homepage_slider .snap-track {
    padding-top: 0 !important;
}

.homepage_slider .snap-marker {
    block-size: calc(var(--spacing) * 3);
    inline-size: calc(var(--spacing) * 3);
    border-color: var(--color-secondary);
}

.snap-marker[aria-current=true] {
    inline-size: calc(var(--spacing) * 7);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

/* Homepage slider end */
/* HEADER && FOTER */
.footer #footer-newsletter-heading {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: 14px !important;
}

.container_top_bar_icon {
    background-color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    max-width: 1280px;
    margin: 0 auto;
}

.container_top_bar_icon .fast_delivery:before {
    width: 25px !important;
    height: 25px !important;
    background-image: url(../images/fast-delivery_white.svg) !important;
}

.container_top_bar_icon .return_products:before {
    background-image: url(../images/exchange_white.svg) !important;
}

.container_top_bar_icon .free_shippings:before {
    background-image: url(../images/giftbox_white.svg) !important;
}

.container_top_bar_icon div {
    padding: 4px 10px;
    width: 33.3333%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.container_top_bar_icon div:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-size: cover;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

body .header.content {
    background-color: var(--color-secondary);
}

.top-custom-link {
    background-color: #f6f6f8 !important;
}

.top-custom-link a {
    color: var(--color-primary);
    font-size: 13px;
}

.top-custom-link a .icon:before,
.footer .list-icon a .icon:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    background-size: cover;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.top-custom-link a .icon.pe-7s-call:before,
.footer .list-icon a .icon.pe-7s-call:before {
    background-image: url(../images/telephone.png) !important;
}

.top-custom-link a .icon.pe-7s-mail:before,
.footer .list-icon a .icon.pe-7s-mail:before {
    background-image: url(../images/mail.png) !important;
}

.footer a {
    color: var(--color-third);
}

.footer a:hover {
    color: var(--color-primary);
}

.footer.content form.subscribe .flex {
    flex-wrap: nowrap !important;
}

@media (max-width: 991px) {
    .container_top_bar_icon {
        display: none !important;
    }
}

/* HEADER  && FOTER END */


/* HOMEPAGE */

.custom_width_container .pagebuilder-column,
.promobanner.zoom .pagebuilder-column-group {
    padding: 0 15px;
}

.custom_title {
    text-align: center;
    margin: 30px auto;
}

.custom_title h2 {
    font-size: 16px;
    color: var(--color-third);
    font-weight: 500 !important;
}

.custom_title span.title {
    display: inline-block;
    position: relative;
    color: var(--color-secondary);
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 24px;
    line-height: 24px;
}

.custom_title span.title:before, .custom_title span.title:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: var(--color-primary);
    top: 48%;
}

.custom_title span.title:before {
    left: -75px;
}

.custom_title span.title:after {
    right: -75px;
}

.custom_title .block_note {
    font-style: italic;
    font-size: 14px;
    color: var(--color-primary);
    margin-top: 5px;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-family: "Libre Baskerville";
    display: block;
    font-weight: 600;
}

.promobanner.zoom.custom_width_container figure,
.custom_zoom figure {
    position: relative;
    overflow: hidden;
}

.promobanner.zoom .pagebuilder-column {
    padding: 0 !important
}

.custom_zoom .pagebuilder-column {
    position: relative;
}

.promobanner.zoom.custom_width_container figcaption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: #fff;
    border: 1px solid;
    align-items: center;
    border-radius: var(--radius-lg);
    border-width: 2px;
    padding: 8px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
}

.promobanner.zoom img,
.custom_zoom img {
    width: 100% !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.promobanner.zoom figure:hover img,
.custom_zoom figure:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.custom_prod_tabs .tabs-content,
.custom_prod_tabs .tabs-navigation {
    border: none !important;
    box-shadow: none !important;
}

.custom_prod_tabs .tabs-content [data-content-type=tab-item] {
    padding: calc(var(--spacing) * 4);
}

.custom_prod_tabs .tabs-navigation {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.custom_prod_tabs .tab-header {
    border: none !important;
    background: none !important;
    border: 2px solid var(--color-white) !important;
}

.custom_prod_tabs .tab-header.active {
    border: 2px solid var(--color-primary) !important;
    border-radius: var(--radius-lg) !important;
}

.custom_prod_tabs .tab-header:hover a span {
    color: var(--color-primary) !important;
}

.custom_prod_tabs .tab-header.active a span {
    color: var(--color-primary) !important;
}

.advantages .text {
    position: relative;
    padding-left: 50px;
    font-size: 14px;
}

.advantages .text .color_second {
    color: var(--color-third);
    font-size: 14px;
}

.advantages .text:before {
    content: "";
    display: inline-block;
    background-size: cover;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.advantages .text.cust_shipping:before {
    background-image: url(../images/car.png) !important;
}

.advantages .text.cust_backup:before {
    background-image: url(../images/backup.png) !important;
}

.advantages .text.cust_returns:before {
    background-image: url(../images/returns.png) !important;
}

.advantages .text.cust_payments:before {
    background-image: url(../images/payments.png) !important;
}

.company_text h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.company_text h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin: 20px 0;
}

.company_text h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.company_text .read-more {
    margin: 10px 0;
    cursor: pointer;
    display: block;
}

.company_text p {
    margin-bottom: 5px;
}

.custom_zoom [data-content-type=html] {
    position: absolute;
    z-index: 1;
}

.custom_zoom [data-content-type=html] {
    position: absolute;
    z-index: 1;
}

.custom_zoom .col_first [data-content-type=html] {
    bottom: 0;
}

.custom_zoom .col_third [data-content-type=html] {
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom_zoom .text_small_left {
    color: var(--color-secondary);
    font-size: 15px;
    padding: 20px;
}

.custom_zoom .custom_big {
    font-size: 45px;
}

.custom_zoom .text_middle_center {
    text-align: center;
}

.cat_banner_1 {
    color: var(--color-primary);
    font-family: "Libre Baskerville";
    font-style: italic;
}

@media (min-width: 1200px) {
    .custom_width_container {
        max-width: 1200px !important;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .page-wrapper {
        overflow: clip;
    }

    .custom_width_container .pagebuilder-column,
    .promobanner.zoom .pagebuilder-column-group {
        padding: 0;
    }

    .advantages .text {
        margin-bottom: 20px;
    }
}

/* HOMEPAGE END */

/* CATEGORY */
.catalog-category-view .page-title-wrapper {
    background-color: var(--color-white);
    padding: 58px 0 55px;
    text-align: center;
    background-image: url(../images/banerek-podstrony.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
    background-position: center center;
    background-attachment: scroll;
}

.catalog-category-view .page-main {
    margin-top: 0 !important;
}

.catalog-category-view .page-title-wrapper h1 {
    color: var(--color-white);
    font-weight: 500;
    font-size: 24px;
    padding: 0;
    border: none;
    display: block;
    margin: 0 auto;
    position: relative;
}

.catalog-category-view .page-title-wrapper::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.sidebar-main .filter-options-title button {
    padding-bottom: 0 !important;
}

.sidebar-main .filter-options-title span {
    font-size: 16px !important;
}

.sidebar-main .filter-options-content {
    padding-top: 0;
    font-size: 14px !important;
}

.sidebar-main .filter-option {
    padding: 15px !important;
}

.bg-blue-600 {
    background-color: var(--color-primary);
}

#active-filtering-content span.filter-label.block {
    font-weight: 500 !important;
    font-size: 15px !important;
}

#active-filtering-content .item {
    margin-bottom: 10px;
}

.pages-item-previous.btn-secondary,
.toolbar .btn-secondary {
    color: var(--color-third);
    border-color: var(--color-third);
    border-radius: var(--radius-lg);
}

.toolbar .btn:is(:active,.is-active,[aria-current=page],[aria-current=true]) {
    color: var(--color-white);
    border-color: var(--color-primary);
}

.sidebar-main .filter-options-title {
    outline: none !important;
}

.sidebar-main .block-title span {
    font-size: 25px;
}

.toolbar .btn-secondary:hover {
    color: var(--color-white);
    border-color: var(--color-primary);
    background: var(--color-primary);
}

#active-filtering-heading {
    font-size: 16px !important;
}

/* CATEGORY END */

/* CART && CHECKOUT */
.cart-empty {
    margin: 20px auto;
    text-align: center;
}

.checkout-cart-index .page-title-wrapper {
    background-color: var(--color-white);
    padding: 58px 0 55px;
    text-align: center;
    background-image: url(../images/banerek-podstrony.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
    background-position: center center;
    background-attachment: scroll;
}

.checkout-cart-index .page-main {
    margin-top: 0 !important;
}

.checkout-cart-index .page-title-wrapper h1 {
    color: var(--color-white);
    font-weight: 500;
    font-size: 24px;
    padding: 0;
    border: none;
    display: block;
    margin: 0 auto;
    position: relative;
}

.checkout-cart-index .page-title-wrapper::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.checkout-cart-index #block-shipping {
    display: none !important;
}

.checkout-cart-index #przelewy24-instalment-trigger {
    display: none !important;
}

.custom_info_cart p {
    font-size: 16px !important;
    line-height: normal !important;
}

.custom_info_cart div {
    padding: 0 !important;
}

@media (max-width: 1023px) {
    .cart_summary_block {
        order: 2;
    }

    .cart_items_block {
        order: 1
    }

    #shopping-cart-table .product-item-name {
        font-size: var(--text-sm);
    }
}

/* CART && CHECKOUT END */

.product-info-main .qty-control .form-input[name=qty] {
    -moz-appearance: textfield;
    appearance: textfield;
    padding-inline: 0;
    width: calc(var(--spacing) * 15);
    border-radius: 0;
}

.product-info-main .qty-control .form-input[name=qty]::-webkit-outer-spin-button,
.product-info-main .qty-control .form-input[name=qty]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-info-main .qty-control .form-input[name=qty], .product-info-main .qty-control button {
    border: 0;
    font-weight: 600;
}

.product-info-main .qty-control {
    border: 1px solid;
    border-radius: var(--radius-lg);
    border-width: 2px;
    border-color: var(--btn-stroke);
}

.product-info-main .qty-control button {
    width: calc(var(--spacing) * 8);
    font-size: 20px;
}

.product-info-main .qty-control button.qty-dec {
    padding-right: 10px;
    padding-left: 20px;
}

.product-info-main .qty-control button.qty-inc {
    padding-left: 10px;
    padding-right: 20px;
}
.product-info-main .qty-bg-pink-msg {
    background: var(--color-primary);
    top: -25px;
}
