@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//printwave.pl/de/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.0.6") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(237,28,36);
	--wd-alternative-color: rgb(165,20,25);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(237,28,36);
	--btn-default-bgcolor-hover: rgb(165,20,25);
	--btn-accented-bgcolor: rgb(237,28,36);
	--btn-accented-bgcolor-hover: rgb(165,20,25);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(232,47,133);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.new {
	background-color: rgb(247,166,0);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1350px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1350px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1350px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1350px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* ================= GENERAL STYLES ================= */

/* HEADER */
.whb-general-header {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(4px);
    background-color: #fff;
    background-image: linear-gradient(to right, rgb(163 54 140 / 0%), rgb(232 46 133 / 0%) 100%) !important;
}

/* HEADER BOTTOM */
.whb-header-bottom {
    background-image: linear-gradient(to right, #ED1C24, #A51419 100%) !important;
}

/* PAGE TITLE */
.page-title-default {
    background: linear-gradient(90deg, #ED1C24 0%, #A51419 100%) !important;
}

/* ================= BUTTON STYLES ================= */

/* GLOBAL BUTTONS */
:is(.btn,.button,button,[type="submit"],[type="button"]) {
    color: white;
    background-image: linear-gradient(to right, #ED1C24, #A51419) !important;
}

/* BUTTON ZOBACZ KOSZYK */
.woocommerce-mini-cart__buttons .btn-cart {
    background: linear-gradient(to right, #ED1C24, #A51419) !important;
    color: #f7f7f7 !important;
}

/* BUTTON ZAKTUALIZUJ KOSZYK */
.cart-actions .button[name="update_cart"] {
    background: linear-gradient(to right, #ED1C24, #A51419) !important;
    color: #f7f7f7 !important;
}

/* BUTTON KONTAKT NA KP */
.button_kontakt {
    background: linear-gradient(to right, #ED1C24, #A51419) !important;
    color: #fff;
    padding: 12px 24px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.button_kontakt:hover {
    background: linear-gradient(to right, #A51419, #ED1C24) !important;
    transform: scale(1.05);
}

/* ================= NAVIGATION AND FOOTER ================= */

/* ACTIVE PAGE IN FOOTER */
:is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li.current_page_item>a {
    color: #A51419;
}

/* ================= TEXT STYLES ================= */

/* TITLE GRADIENT */
.woodmart-title-container.title {
    background-image: -webkit-linear-gradient(left, #ED1C24, #A51419 100%) !important;
    background-image: linear-gradient(to right, #ED1C24, #A51419 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

/* PRICE FILTER BUTTONS */
.widget_price_filter [class*="price_slider_amount"] .button:hover {
    color: #fff;
}
.widget_price_filter [class*="price_slider_amount"] .button {
    color: #fff;
}

/* ================= SECTIONS AND BLOCKS ================= */

/* CECHY */
.dtf_zalety, .dtf_zalety_2, .dtf_zalety_3, .dtf_zalety_4 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    font-size: 30px;
    background-image: linear-gradient(to right, #A51419 , #ED1C24) !important;
}

.dtf_zalety::before, .dtf_zalety_2::before, .dtf_zalety_3::before, .dtf_zalety_4::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-left: -15px;
    margin-bottom: -15px;
}
.dtf_zalety::before { background-image: url(https://printwave.pl/wp-content/uploads/2025/03/1.png); }
.dtf_zalety_2::before { background-image: url(https://printwave.pl/wp-content/uploads/2025/03/2.png); }
.dtf_zalety_3::before { background-image: url(https://printwave.pl/wp-content/uploads/2025/03/3.png); }
.dtf_zalety_4::before { background-image: url(https://printwave.pl/wp-content/uploads/2025/03/4.png); }

/* OTHER GENERAL STYLES */
#b2bking_request_custom_quote_button {
    margin-bottom: 0px;
}
.labels-rounded-sm .product-label {
    border-radius: 6px;
}
.products[class*="wd-stretch-cont"] :is(.price,.wrap-price,.product-rating-price) {
    margin-top: 5px !important;
}
