/*!
Theme Name: wiata
Theme URI: https://travi.pl/
Author: Travi Agency
Author URI: https://travi.pl/
Description: Motyw podstawowy
Version: 3.5.8
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: wiata
*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: "Inter", serif;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: "Inter", serif;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #0F1110;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Inter", serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Inter", serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
    background: none;
    text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #010101;
}

a:visited {
	color: initial;
}

a:hover,
a:focus,
a:active {
	color: initial;
}

a:focus {
	outline: thin dotted;
}


a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/***margin: 0 0 1.5em;***/
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}







































/*--------------------------------------------------------------
STOPKA, FOOTER
----------------------------------------------------------------*/
.stopka {
    padding-top: 80px;
    margin-top: 200px;
    background: #0F1110;
    color: #fff;
}
.stopka-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1%;
}
.menu-stopka ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-stopka ul li {
    margin: 4px 0;
    display: block;
}
.menu-stopka ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    display: block;
}
.menu-stopka h3 {
    margin-bottom: 20px;
}
.menu-stopka-4 .czerwony {
    margin-bottom: 35px;
    display: block;
    text-decoration: none;
}
.sm-footer-link {
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
}
.stopka-2 ul {
    border-top: 1px solid #D8D8D8;
    margin: 0;
    list-style: none;
    margin-top: 30px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    padding: 0;
    padding-top: 20px;
}
.stopka-2 a {
    color: #A8A8A8;
    text-decoration: none;
}
.stopka-2, .stopka-detale {
    background: #0F1110;
}
.stopka-2 {
    padding-bottom: 30px;
}
.stopka-3 {
    background: #0F1110;
    padding-bottom: 30px;
}
.stopka-3 svg {
    max-width: 40px;
}
.stopka-detale {
    padding-top: 50px;
}
.metody-platnosci-footer {
    margin-top: 30px;
}
.sm-footer-link svg {
    max-width: 35px;
}
.inna-marka {
    padding: 10px;
    border-radius: 999px;
    margin-bottom: 7px;
    border: 1px solid #fff;
    display: inline-block;
}
.inna-marka div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    color: #fff;
}
.inne-marki {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
@media (max-width: 991px) {
	.stopka {
		border-top: 1px solid #D8D8D8;
		padding-top: 40px;
		margin-top: 40px;
	}
	.menu-stopka ul li a {
        color: #fff;
        text-decoration: none;
        padding: 1px 0;
        display: block;
        font-size: 12px;
    }
	.menu-stopka ul li {
		margin: 3px 0;
		display: block;
	}
	.menu-stopka-0, .menu-stopka-1, .menu-stopka-2, .menu-stopka-3, .menu-stopka-4 {
		margin-top: 30px;
		width: 100%;
	}
	.menu-stopka-4 .czerwony {
		margin-bottom: 35px;
		display: block;
		text-decoration: none;
		font-size: 27px;
	}
	.stopka-logo svg {
		max-width: 140px;
		display: block;
		margin-bottom: 20px;
	}
	.stopka-2 a {
		color: #A8A8A8;
		text-decoration: none;
		font-size: 10px;
	}
}







/*--------------------------------------------------------------
GLOBAL
----------------------------------------------------------------*/
/* Ustawianie koloru zaznaczania tekstu */
::selection {
    background-color: #444444; /* Ciemna szarość */
    color: #ffffff; /* Biały kolor tekstu */
}
/* Dla przeglądarek obsługujących ::-moz-selection (Firefox) */
::-moz-selection {
    background-color: #444444; /* Ciemna szarość */
    color: #ffffff; /* Biały kolor tekstu */
}
@media (max-width: 991px) {
	.no-mobile{
		display: none !important;
	}
}
@media (min-width: 992px) {
	.no-desktop{
		display: none !important;
	}
}
.zawartosc {
	padding-top: 115px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.zawartosc {
		padding-top: 130px;
		overflow: hidden;
	}
}

.woocommerce .star-rating::before {
    	color: #D8D8D8;
}
.label{
	display: inline-block;
	padding: 4px 10px;
	border-radius: 2px;	
}
.accordion-button::after {
    content: "arrow_drop_down";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: flex; /* Użycie flexboxa dla lepszego centrowania */
    align-items: center; /* Wyśrodkowanie pionowe */
    justify-content: center; /* Wyśrodkowanie poziome */
    width: 24px; /* Zapewnienie równej szerokości i wysokości */
    height: 24px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    transform-origin: center center; /* Ustawienie punktu obrotu na środek */
    background-image: none !important;
    margin-left: auto; /* Wypycha ikonę na prawą stronę */
}
/* Obrót ikony po rozwinięciu */
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
textarea:focus {
    box-shadow: none !important;
    outline: 4px solid #dfdfdf !important;
    border-color: #D8D8D8 !important;
}
.woocommerce-message {
    border-top-color: #19ad24 !important;
    background: #f6fff7 !important;
    font-weight: 500 !important;
    color: #27782d !important;
    margin: 0;
    outline: none !important;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.woocommerce-message::before {
    content: "\e015";
    color: #19ad24 !important;
}
.woocommerce-error {
    border-top-color: #bf0000 !important;
    background: #fff0f0 !important;
    color: #8f0000 !important;
	outline: none !important;
}
.woocommerce-error::before {
    content: "\e016";
    color: #ed000b !important;
}
.woocommerce-info {
    border-top-color: #0092e7;
    background: #f5fbff;
    color: #00599b;
}
.tabs .nav {
    border-bottom: 2px solid #DCDFE2;
}
.tabs button.active {
    border-bottom: 5px solid #3EB33A !important;
    color: #0F1110 !important;
}
.tabs button {
    border: none !important;
    border-radius: 0 !important;
    padding: 0;
    padding-bottom: 7px !important;
    margin-right: 20px;
    color: #A5A9AB;
}
.tabs {
    margin-bottom: 30px;
}
.tabs button:not(.active) {
    color: #A5A9AB;
}
nav.woocommerce-breadcrumb {
    font-size: 12px !important;
}
@media (max-width: 991px) {	
	.woocommerce-message {
		border-top-color: #19ad24 !important;
		background: #f6fff7 !important;
		font-weight: 500 !important;
		color: #27782d !important;
		margin: 0;
		outline: none !important;
		font-size: 12px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
	}
}






/*--------------------------------------------------------------
CHECKOUT, STR. ZAMÓWIENIA
----------------------------------------------------------------*/
body.woocommerce-checkout {
    background: #f0f1f3;
}
body.woocommerce-checkout .zawartosc {
    padding-top: 130px;
}
.zamowienie-calosc {
    background: #fff;
    padding: 30px;
}
.zamowienie-lewa input, .zamowienie-lewa textarea {
    border: 1px solid #DCDFE2 !important;
}
.zamowienie-prawa button#place_order {
    width: 100%;
    background: #3EB33A;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
}
.zamowienie-prawa button#place_order:hover {
    background: #34A730;
}
.zamowienie-prawa div#payment {
    background: none;
    margin-top: 20px;
}
.zamowienie-prawa .payment_box {
    background: #fff !important;
    color: #636363 !important;
    margin-top: 3px !important;
    font-size: 12px !important;
}
.woocommerce-checkout #payment div.payment_box::before {
    border: none;
}
.zamowienie-prawa .payment_methods {
    padding: 0 !important;
}
.zamowienie-1-intro-details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.zamowienie-1-intro .cart_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.zamowienie-1 .cart_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 14px;
    background: #f0f1f3;
    border-radius: 3px;
    padding: 20px;
    padding-bottom: 0;
}

.zamowienie-2 .cart-subtotal {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px !important;
}
.zamowienie-2 .cart-discount {
    background: #ffffff;
    padding: 8px;
    border: 2px dashed #ccc;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
ul#shipping_method {
    padding-top: 5px !important;
}
.zamowienie-prawa .order-total {
    background: #fff;
    padding: 13px;
}
.zamowienie-prawa .order-total strong {
    color: #3EB33A;
    font-size: 20px;
}
.zamowienie-prawa .form-row.place-order {
    padding: 0 !important;
    font-size: 12px;
    margin-top: 10px;
}
.zamowienie-1-items .cart_item .product-name {
    padding-right: 10%;
    font-size: 14px;
    font-weight: 500;
}
.zamowienie-prawa dd p {
    margin: 0;
    margin-bottom: 3px;
}
.zamowienie-prawa dd p {
    margin: 0;
    margin-bottom: 3px;
    font-size: 10px;
}
.zamowienie-prawa dt {
    font-size: 10px;
}
.zamowienie-prawa dl.variation {
    margin-top: 20px;
    font-weight: 300;
}
/* Ukrycie domyślnego radio */
.zamowienie-prawa div#payment input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* Stylizacja etykiety – cały obszar metody wysyłki */
.zamowienie-prawa div#payment li label {
  display: block;
  background: #fff; /* domyślne tło */
  padding: 10px 10px 10px 40px; /* lewy padding, aby zrobić miejsce na ikonę */
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  transition: background 0.3s, border 0.3s;
}
/* Pseudo-element przed etykietą – ikona niezaznaczonej metody */
.zamowienie-prawa div#payment li label:before {
  content: 'check_box_outline_blank';
  font-family: 'Material Symbols Outlined'; /* upewnij się, że font jest załadowany */
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  color: #D8D8D8;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* Gdy przycisk radio jest zaznaczony – zmiana tła i obramowania etykiety */
.zamowienie-prawa div#payment input[type="radio"]:checked + label {
  background: #F8FEFD;
  border: 1px solid #3EB33A;
}
/* Zmiana ikony – dla zaznaczonej metody */
.zamowienie-prawa div#payment input[type="radio"]:checked + label:before {
  content: 'check_box';
  color: #3EB33A;
}













/*--------------------------------------------------------------
PODSUMOWANIE ZAMÓWIENIA
----------------------------------------------------------------*/
body.woocommerce-order-received .site-main {
    max-width: 1366px;
    width: 100% !important;
    padding: 3%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    background: #fff;
}












/*--------------------------------------------------------------
KOSZYK, STRONA KOSZYKA
----------------------------------------------------------------*/
a.woocommerce-remove-coupon {
    color: #3EB33A;
}
.koszyk-prawa .cart_totals {
    width: 100% !important;
    float: left !important;
}	
.koszyk-container .bialy-bg {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.koszyk-lista .produkty-koszyka {
    list-style: none;
    margin: 0;
    padding: 0;
}
.koszyk-miniatura {
    width: 100%;
    border-radius: 4px;
    max-width: 200px !important;
    margin: 0 auto;
    display: block;
}
.produkt-nazwa {
    display: block;
    margin-bottom: 5px;
}
.produkt-cena {
    font-weight: bold;
}
.koszyk-info {
    margin-top: 20px;
}
.form-kupon {
    display: flex;
    flex-direction: column;
}
.form-kupon .form-control {
    border: 1px solid #ddd;
}
.koszyk-prawa td, .koszyk-prawa table, .koszyk-prawa th {
    border: none !important;
    padding: 0 !important;
}
.koszyk-prawa tr {
    padding: 0 !important;
}
.cart-subtotal th, .cart-subtotal td {
    border-bottom: 1px solid #D8D8D8 !important;
    padding: 15px 0 !important;
}
.koszyk-prawa .woocommerce-shipping-totals.shipping th, .koszyk-prawa .woocommerce-shipping-totals.shipping td {
    padding-top: 30px !important;
}	
.koszyk-prawa tr.cart-subtotal {
    border-bottom: 1px solid #D8D8D8 !important;
}	
.koszyk-row {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.produkt-usun {
    display: inline-block;
    text-decoration: none;
}
.produkt-usun span {
    vertical-align: middle;
    margin: 2px;
}
.koszyk-info span, .koszyk-info p {
    vertical-align: middle;
}
.koszyk-prawa .checkout-button {
    background: #3EB33A !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 25px 10px !important;
}	
.koszyk-prawa .checkout-button:hover {
    background: #34A730 !important;
}
.kupon button {
    margin: 0 auto !important;
    display: block !important;
    background: none !important;
    color: #3EB33A !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 14px !important;
}
.kupon input {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.koszyk-prawa form.checkout_coupon {
    padding: 0;
    border: none;
    margin: 0;
}
.kupon button:hover {
    text-decoration: underline !important;
}	
.metody-platnosci img {
    display: block;
}
.metody-platnosci .desc {
    margin-bottom: 10px;
}
.metody-platnosci {
    margin-top: 5px;
}
.produkt-szczegoly-cart {
    margin-bottom: 20px;
}	
.koszyk-prawa .cart-subtotal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.koszyk-szczegoly {
    padding: 10%;
    padding-top: 7%;
    max-width: 600px;
}


/* Ukrycie domyślnego radio */
.koszyk-metody-wysylki input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* Stylizacja etykiety – cały obszar metody wysyłki */
.koszyk-metody-wysylki li label {
  display: block;
  background: #fff; /* domyślne tło */
  padding: 8px 10px 8px 40px; /* lewy padding, aby zrobić miejsce na ikonę */
  border: 1px solid #DCDFE2;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  transition: background 0.3s, border 0.3s;
}
/* Pseudo-element przed etykietą – ikona niezaznaczonej metody */
.koszyk-metody-wysylki li label:before {
  content: 'check_box_outline_blank';
  font-family: 'Material Symbols Outlined'; /* upewnij się, że font jest załadowany */
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  color: #D8D8D8;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* Gdy przycisk radio jest zaznaczony – zmiana tła i obramowania etykiety */
.koszyk-metody-wysylki input[type="radio"]:checked + label {
  background: #F8FEFD;
  border: 1px solid #3EB33A;
}
/* Zmiana ikony – dla zaznaczonej metody */
.koszyk-metody-wysylki input[type="radio"]:checked + label:before {
  content: 'check_box';
  color: #3EB33A;
}


.koszyk-metody-wysylki li label {
    width: 100% !important;
    display: block !important;
}
.koszyk-prawa .cart-row.order-total {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.koszyk-prawa .order-total .cart-value {
    font-size: 16px;
}
.koszyk-prawa .shop_table.shop_table_responsive {
    margin-bottom: 0;
}
.koszyk-prawa ul#shipping_method {
    margin-top: 8px;
}
.koszyk-prawa .cart-row.cart-discount {
    background: #ffffff;
    padding: 8px;
    border: 2px dashed #ccc;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.koszyk-prawa .metody-platnosci {
    text-align: center;
}
.koszyk-prawa .metody-platnosci img {
    display: block;
    margin: 0 auto;
}
.koszyk-pusty-btn a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
}
.koszyk-konfiguracja ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
    column-gap: 9px;
	margin-bottom: 10px !important;
}
@media (min-width: 992px) {	
	.koszyk-col-srodek {
		padding-left: 4%;
	}
	.koszyk-prawa {
		min-height: 100vh;
	}
	.koszyk-lewa {
		padding-left: 7%;
	}
}
@media (max-width: 991px) {	
	li.produkt-koszyka {
		padding: 9px 0 6px 0;
	}
	.koszyk-container .bialy-bg {
		background: #fff;
		padding: 10px;
		border-radius: 8px;
	}
	.koszyk-col-srodek .produkt-nazwa {
		background: #fff;
		padding: 10px;
		border-radius: 6px;
		border: 1px solid #DCDFE2;
	}
	.koszyk-lewa h1.nag.nag2.czarny {
		border-bottom: 1px solid #DCDFE2;
		padding-bottom: 10px;
	}
	.koszyk-szczegoly {
		padding: 3%;
		padding-top: 7%;
		max-width: 600px;
	}
}










/*--------------------------------------------------------------
BLOKI
----------------------------------------------------------------*/
.big-container {
    max-width: 1920px;
    width: 100% !important;
    padding: 0 5%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.medium-container {
    max-width: 1366px;
    width: 100% !important;
    padding: 0 5%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.small-container {
    max-width: 1024px;
    width: 100% !important;
    padding: 0 5%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.full-container {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
	.small-container, .medium-container, .big-container	{
		padding: 0 4%;
	}
}







/*****************************************************
* PRZYCISKI, BUTTONS
******************************************************/
a.button.wc-forward {
    background: #0F1110;
    color: #fff;
    font-size: 14px;
    border-radius: 3px !important;
    font-weight: 500 !important;
}
.but {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 17px;
    border-radius: 3px;
    border: none !important;
    display: inline-block;
}
.but svg {
    margin-right: 5px;
    vertical-align: middle;
}
.black-but {
    background: #0F1110;
    color: #fff !important;
}
.black-border-but{
	background: transparent !important;
	border: 1px solid #0F1110 !important;
	color: #0F1110 !important;
}
.black-border-but:hover{
	background: #0F1110 !important;
	border: 1px solid #0F1110 !important;
	color: #fff !important;
}
.brown-border-but{
	background: transparent !important;
	border: 1px solid #3EB33A !important;
	color: #3EB33A !important;
}
.brown-border-but:hover{
	background: #3EB33A !important;
	border: 1px solid #3EB33A !important;
	color: #fff !important;
}
.top-cta-but {
    border-radius: 3px;
    text-transform: none;
    padding: 15px 20px;
}
.top-cta-but.grey-but.ikonka-but span {
    margin: 0;
}
.grey-but {
    background: #f0f1f3;
    color: #0F1110 !important;
}
.grey-but:hover {
    background: #E7E7EB;
    color: #0F1110 !important;
}
.black-but:hover {
    background: #222222;
}
.red-but {
    background: #3EB33A;
    color: #fff !important;
}
.red-but:hover {
    background: #34A730;
}
.white-border-but {
    border: 1px solid #DCDFE2 !important;
}
.white-border-but:hover {
    border: 1px solid #DCDFE2 !important;
	background: #fbfbfb;
}
.white-but {
    background: #fff;
    color: #0F1110;
}
.white-but:hover {
    background: #FECA09;
    color: #0F1110;
}
.black-border-but {
    border: 1px solid #0F1110;
	display: inline-block;
}
.green-but {
    background: #3EB33A;
    color: #fff !important;
}
.green-but:hover {
    background: #34A730;
    color: #fff !important;
}
.green-border-but {
    background: #fff;
    color: #3EB33A !important;
	border: 1px solid #3EB33A !important;
}
.green-border-but:hover {
    background: #3EB33A;
    color: #fff !important;
	border: 1px solid #3EB33A !important;
}
.black-border-but:hover {
    background: #0F1110;
    color: #fff;
}
.black-border-but:hover svg path {
    fill: #fff;
}
.ikonka-but .ikonka {
    vertical-align: bottom;
    font-size: 20px;
    margin-right: 7px;
}
@media (max-width: 991px) {
	.but {
		text-decoration: none;
		font-weight: 500;
		font-size: 12px;
		padding: 12px 13px;
		border-radius: 3px;
		display: inline-block;
	}
}









/*****************************************************
* KONFIGURATOR - start
******************************************************/
.konfigurator-kalkulacja {
    border: 1px solid #3EB33A;
    border-radius: 3px;
    padding: 16px;
}
.konfigurator-opcje-wyposazenia,
.konfigurator-wyposazenie,
.konfigurator-kolorystyka {
    padding: 16px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.konfigurator-opcje-wyposazenia-content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.konfigurator-wyposazenie {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 3%;
    padding-bottom: 15px;
}
.konfigurator-wyposazenie .konf-eq-group {
    width: 45%;
    margin-bottom: 0;
}
.konfigurator-kolorystyka .konf-color-group {
    width: 48%;
    margin-bottom: 20px;
}
.konfigurator-kolorystyka {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 3%;
    padding-bottom: 0;
}
.kolorystyka-modal-link img,
.paleta-trigger img{
    max-width: 20px;
    margin-left: 5px;
}
.kolorystyka-modal-link {
    display: inline-block;
}
.konfigurator-sekcja .konf-opt {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 6px;
    cursor: pointer;
    position: relative;
}
.konfigurator-checkbox-opcjonalne {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.konfigurator-sekcja .konf-check{
-webkit-appearance:none;
  appearance:none;
  width:20px;
  height:20px;
  margin:0;
  border:1px solid #DCDFE2;
  border-radius:2px;
  background:#fff;
  display:inline-block;
  vertical-align:middle;
  transition:background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
/* Hover/focus (UX) */
.konfigurator-sekcja .konf-check:hover{
  border-color:#cfd4d9;
}
.konfigurator-sekcja .konf-check:focus-visible{
	outline:0;
	box-shadow:0 0 0 3px rgba(62,179,58,.2);
}
/* Zaznaczony checkbox – wypełnienie zielone (#3EB33A) */
.konfigurator-sekcja .konf-check:checked{
	background:#3EB33A;
	border-color:#3EB33A;
}
/* (opcjonalnie) stan disabled */
.konfigurator-sekcja .konf-check:disabled{
	opacity:.5;
	cursor:not-allowed;
}
/* IKONA w środku zaznaczonego checkboxa */
.konfigurator-sekcja .konf-check:checked + .konf-pill::after{
	content: "check_small";
	font-family: 'Material Symbols Outlined';
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	position:absolute;
	left: 1px;                       /* 20px checkbox ⇒ 2px margines z lewej */
	top: 50%;
	transform:translateY(-50%);
	font-size: 18px;                 /* mieści się w 20×20 */
	line-height: 1;
	color:#fff;                     /* biała ikona */
	pointer-events:none;
	z-index: 2;
}

.konfigurator-sekcja .konf-pill {
    font-size: 12px;
}
.konfigurator-sekcja select {
    border-radius: 3px;
    border: 1px solid #DCDFE2;
    font-size: 12px;
}
.konfigurator-kalkulacja .green-but {
    padding: 25px;
	font-size: 16px;
}
.produkt-help span {
    font-size: 12px;
    margin-left: 4px;
    vertical-align: bottom;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    background: #b1b4bb;
    padding: 0 2px;
    border-radius: 2px;
}
.tooltip-icon {
    font-size: 14px;
    vertical-align: middle;
}
.tooltip-icon--checkbox {
    margin-right: 10px;
}
.wiata-tooltip .tooltip-inner {
    font-size: 12px;
	line-height: 1.4;
  	max-width: 320px;
}
.konf-pill .tooltip-icon {
    vertical-align: middle;
    background: transparent;
    width: 29px;
    height: 32px;
    display: inline-block;
    line-height: 25px;
    position: absolute;
    top: -2px;
}
.informacja-dla-klienta p, .informacja-dla-klienta span {
    vertical-align: middle;
}
.informacja-dla-klienta span {
    font-size: 16px;
}


@media (max-width: 991px) {	
	.konfigurator-wyposazenie .konf-eq-group {
		width: 48%;
		margin-bottom: 10px;
	}
	.kolorystyka-modal-link {
		display: block;
	}
	.kolorystyka-modal-link img,
	.paleta-trigger img{
    	max-width: 60px;
    	margin-left: 0;
		margin-top: 5px;
	}
	.miniaturka-produkt-prawa img {
		width: 100%;
		max-width: 160px;
		display: block;
		margin: 0 auto;
	}
	.konf-eq-group label {
		margin-bottom: 10px !important;
	}
}
/* Toggle */
.wiata-mf-toggle {
    position: fixed;
    left: 5%;
    bottom: 10px;
    z-index: 10010;
    padding: 16px 20px;
    border: 0;
    border-radius: 4px;
    background: #3EB33A;
    color: #fff;
    box-shadow: none;
    width: 90%;
	font-size: 13px;
}

/* Overlay */
.wiata-mf-overlay{
    position:fixed; inset:0; background:rgba(0,0,0,.35); z-index:10005;
    opacity:0; pointer-events:none; transition:opacity .25s ease;
}
.wiata-mf-overlay.open{ opacity:1; pointer-events:auto; }

/* Panel (nie przewijamy całego panelu) */
.wiata-mf-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    border-radius: 0;
    transform: translateY(110%);
    transition: transform .3s ease;
    max-height: 70vh;
    overflow: hidden;            /* <- tylko body przewija */
    display: flex;
    flex-direction: column;
}
.wiata-mf-panel.open{ transform:translateY(0); }

/* Head – zawsze widoczny (poza obszarem scrolla) */
.wiata-mf-head{
    display:flex; justify-content:space-between; align-items:center; gap:8px;
    padding: 10px 20px 10px;
    border-bottom: 1px solid #ECEFF3;
    flex: 0 0 auto;
    background:#fff;
    z-index:1;
}
.wiata-mf-close {
    background: #F6F7F9;
    border: 0;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1;
    padding: 12px 18px;
}

/* Scrollowalne body z formularzem */
.wiata-mf-body{
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 20px 10px;
}

.wiata-mf-section {
    margin: 5px 0;
}
.wiata-mf-list{ list-style:none; margin:0; padding:0; }
.wiata-mf-check{ display:flex; align-items:center; gap:3px; padding:2px 0; cursor:pointer; }
.wiata-mf-check input{ display:none; }
.wiata-mf-check .box{
    width:20px; height:20px; border:1px solid #DCDFE2; border-radius:3px; background:#fff; position:relative;
}
.wiata-mf-check input:checked + .box{ background:#3EB33A; border-color:#3EB33A; }
.wiata-mf-check input:checked + .box:after{
    content:""; position:absolute; left:50%; top:50%; width:10px; height:10px; transform:translate(-50%,-50%);
    background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="%23fff" d="M6.2 11.2L3.3 8.3l1.4-1.4 1.5 1.5L11.3 4 12.7 5.4z"/></svg>') no-repeat center/contain;
}
label.wiata-mf-check span {
    font-size: 13px;
}


/* === RANGE: 1 tor, 2 uchwyty (overlay) === */
.wiata-mf-range{ position:relative; height:28px; }
.wiata-mf-range input[type=range]{
    position:absolute; left:0; right:0; top:50%; transform:translateY(-50%);
    width:100%; height:6px; margin:0; background:transparent; outline:0;
    -webkit-appearance:none; appearance:none; pointer-events:none;
	border: none !important;
}
.wiata-mf-range input[type=range]::-webkit-slider-runnable-track{
    height:6px; border-radius:6px;
    background: var(--wiata-mf-track, linear-gradient(to right,#E0E3E7,#E0E3E7));
}
.wiata-mf-range input[type=range]::-moz-range-track{
    height:6px; border-radius:6px;
    background: var(--wiata-mf-track, linear-gradient(to right,#E0E3E7,#E0E3E7));
}
.wiata-mf-range input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none; appearance:none; pointer-events:auto;
    width:20px; height:20px; border-radius:50%; background:#3EB33A; border:2px solid #fff; box-shadow:0 2px 6px rgba(0,0,0,.2);
    margin-top:-7px;
}
.wiata-mf-range input[type=range]::-moz-range-thumb{
    pointer-events:auto; width:20px; height:20px; border-radius:50%; background:#3EB33A; border:2px solid #fff;
}

.wiata-mf-price-inputs{ display:flex; align-items:center; gap:8px; margin-top:8px; }
.wiata-mf-price-inputs input {
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    color: #0F1110;
    font-size: 18px;
    font-weight: 500;
    background: #F6F7F9;
}

/* Sticky actions wewnątrz scrollowalnego body */
.wiata-mf-actions {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 12px;
    margin-top: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    border: none !important;
    flex-direction: column;
    align-items: stretch;
}
.wiata-mf-actions button, .wiata-mf-actions a { border-radius: 2px; }
.wiata-mf-apply {
    flex: 1;
    background: #3EB33A;
    color: #fff;
    border: 0;
    border-radius: 10px;
	padding: 17px;
    font-size: 13px;
}
.wiata-mf-clear {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: none;
    text-decoration: none;
    color:#3EB33A;
}

@media(min-width:992px){ .wiata-mf-toggle{ display:none; } }
/*****************************************************
* KONFIGURATOR - koniec
******************************************************/














/*****************************************************
* TEKST, NAGŁÓWKI
******************************************************/
.desc {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.nag {
  	font-family: "Inter", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
.nag0 {
    font-size: 49px;
    line-height: 51px;
    font-weight: 600;
}
.nag1 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 600;
}
.nag2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
}
.nag3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.nag4 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}
.nag5 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
.desc1 {
    font-size: 18px;
    line-height: 27px;
}
.desc2 {
    font-size: 16px;
    line-height: 23px;
}
.desc3{
	font-size: 12px;
	line-height: 17px;
}
.desc4{
	font-size: 11px;
	line-height: 14px;
}
.cap{
	text-transform: uppercase;
}
.font-400{
	font-weight: 400 !important;
}
.font-500{
	font-weight: 500 !important;
}
.font-600{
	font-weight: 600 !important;
}

@media (max-width: 991px) {
	.nag0 {
		font-size: 20px;
		line-height: 22px;
		font-weight: 600;
	}
	.nag1 {
		font-size: 20px;
		line-height: 23px;
		font-weight: 600;
	}
	.nag2 {
		font-size: 19px;
		line-height: 22px;
		font-weight: 600;
	}
	.nag3 {
		font-size: 13px;
		line-height: 16px;
		font-weight: 500;
	}
	.nag4 {
		font-size: 14px;
		line-height: 17px;
		font-weight: 500;
	}
	.desc1 {
		font-size: 14px;
		line-height: 20px;
	}
	.desc2 {
		font-size: 12px;
		line-height: 18px;
	}
}













/*****************************************************
* KOLORY
******************************************************/
.czerwony{
	color: #9b0d0d !important;
}
.czerwony-bg{
	background: #ffe4e4 !important
}
.czarny{
	color: #0F1110 !important;
}
.czarny-bg{
	background: #0F1110 !important;
}
.zielony{
	color: #3EB33A !important;
}
.zielony-bg{
	background: #3EB33A !important;
}
.ciemnozielony{
	color: #16705E !important;
}
.pistacjowy-bg{
	background: #E8F8E9 !important;
}
.bialy{
	color: #fff !important;
}
.szary{
	color: #f0f1f3 !important;
}
.szary2{
	color: #828587 !important;
}
.szary3{
	color: #828587 !important;
}
.bialy-bg{
	background: #fff !important;
}
.szary-bg{
	background: #f0f1f3 !important;
}
.turkusowy{
	color: #EDFBF9 !important;
}
.turkusowy-bg{
	background: #EDFBF9 !important;
}
.granatowy{
	color: #002678 !important;
}







/*--------------------------------------------------------------
MARGINESY, PADDINGI
--------------------------------------------------------------*/
/*** górne marginesy ***/
.margin-top-0 {
    margin-top: 30px !important;
}
.margin-top-1 {
    margin-top: 70px !important;
}
.margin-top-2 {
    margin-top: 100px !important;
}
.margin-top-3 {
    margin-top: 150px !important;
}
.margin-top-4 {
    margin-top: 200px !important;
}
.margin-top-5 {
    margin-top: 250px !important;
}
.margin-top-6 {
    margin-top: 300px !important;
}
/*** dolne marginesy ***/
.margin-bottom-0 {
    margin-bottom: 30px !important;
}
.margin-bottom-1 {
    margin-bottom: 70px !important;
}
.margin-bottom-2 {
    margin-bottom: 100px !important;
}
.margin-bottom-3 {
    margin-bottom: 150px !important;
}
.margin-bottom-4 {
    margin-bottom: 200px !important;
}
.margin-bottom-5 {
    margin-bottom: 250px !important;
}
.margin-bottom-6 {
    margin-bottom: 300px !important;
}
@media (max-width: 991px) {
	.margin-bottom-1 {
		margin-bottom: 40px !important;
	}
}









/*--------------------------------------------------------------
MENU GÓRNE, NAWIGACJA
--------------------------------------------------------------*/
.menu-gorne {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff;
    padding: 0;
}
.nav-prawa {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.menu-wiersz-2 {
    border-top: 1px solid #DCDFE2;
    border-bottom: 1px solid #DCDFE2;
}
.menu-wiersz-1, .menu-wiersz-2 {
    padding: 0;
}
.menu-wiersz-2 {
    padding: 10px 0;
}
.nawigacja ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.telefon-top a {
    text-decoration: none;
    margin-right: 30px;
}
.nawigacja ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.nawigacja ul li a {
    padding: 0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: #0F1110;
    position: relative;
}
.nawigacja ul li a:hover{
	text-decoration: underline;
}
.nawigacja li a .czerwony-bg {
    padding: 0px 4px;
}
.nawigacja .current-menu-item a {
    color: #3eb33a;
}
nav.nawigacja ul li:nth-child(1) {
    border-right: 1px solid #DCDFE2;
    padding-right: 20px;
}
.koszyk-top-info div {
    display: block;
}
.koszyk-cta-top {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #D8D8D8;
    padding-right: 30px;
}
.konto-top {
    padding: 12px 16px;
    display: block;
}
.konto-top:hover {
    background: #f0f1f3;
    border-radius: 3px;
}
input#dgwt-wcas-search-input-1 {
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    background: #f0f1f3;
}
input#dgwt-wcas-search-input-1::placeholder {
    font-weight: 400;
    color: #787878;
}
input#dgwt-wcas-search-input-1:focus {
    border: 1px solid #141414;
    border-radius: 3px;
    outline: 4px solid #E6E6E6;
}
.dgwt-wcas-suggestions-wrapp {
    border: 10px solid #fff !important;
	/***
    -webkit-box-shadow: 0px 12px 30px -22px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 30px -22px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 30px -22px rgba(0, 0, 0, 0.2);
	***/
    outline: 1px solid #E6E6E6;
    border-radius: 0 !important;
    margin-top: -1px !important;
}
.dgwt-wcas-suggestions-wrapp-fixed a {
    text-decoration: none;
}
.dgwt-wcas-meta, .dgwt-wcas-sp {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        font-family: "Inter", serif;
    }
/*** Menu mobilne START ***/
@media (max-width: 991px) {
	.mobilne-lewa {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
	}
	.mobilne-header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
		padding: 12px;
    }
	.mobilne-prawa {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-end;
		align-items: center;
	}
	.mobilne-menu-nizej {
		width: 100%;
	}
	.mobilne-szukaj .dgwt-wcas-search-input {
		background: #f0f1f3 !important;
		border-radius: 3px !important;
		padding: 10px !important;
		padding-left: 50px !important;
	}
	.mobilne-szukaj .dgwt-wcas-search-wrapp {
		max-width: 100%;
	}
	.mobilne-koszyk .koszyk-cta-top {
		padding: 0;
		border: none;
	}
	.mobilne-trigger {
        margin-left: 15px;
    }
    .mobilne-trigger a {
        padding: 0;
        text-decoration: none;
        font-size: 35px;
    }
	.mobilne-lewa .logo svg {
        max-width: 60px !important;
    }
	.mobilne-nawigacja ul {
		margin: 0;
		padding: 0;
	}
	.mobilne-nawigacja ul a {
		font-size: 12px !important;
	}
	.mobilne-lewa a {
		text-decoration: none;
	}
	.mobilne-lewa a svg {
		max-width: 10px;
		vertical-align: text-bottom;
	}
	.menu-mobile-container {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 99999;
		transition: top 0.3s ease-in-out;
		overflow-y: auto;
	}
	.menu-mobile-container.active {
		top: 0;
	}
	.menu-mobile-content {
		padding: 20px;
	}
	.menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.menu-header .logo svg {
		max-height: 40px;
	}
	.social-links {
        display: flex;
        gap: 5px;
        margin: 20px 0;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        border-radius: 4px;
    }
	.mobilne-szukaj .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		left: 9px !important;
		top: 9px !important;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
		font-family: "Inter", serif;
	}
	.close-menu {
		padding: 8px;
		text-decoration: none;
	}
	.menu-header svg {
		max-width: 100px;
	}
    .contact-info {
        margin-top: 30px;
        border-top: 1px solid #DCDFE2;
        border-bottom: 1px solid #DCDFE2;
        padding: 20px 0;
    }
	.mobilne-sociale svg circle {
		fill: #696E71;
	}
	.contact-info a {
		text-decoration: none;
		display: block;
		margin-top: 12px;
	}
	.mobilne-over-1 ul, .mobilne-over-2 ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.mobilne-over-1 ul li a {
		color: #0F1110;
		text-decoration: none;
		font-weight: 500;
		font-size: 16px;
		padding: 7px 0;
		display: block;
	}
	.mobilne-over-1 .nag {
		margin-bottom: 25px;
		margin-top: 30px;
	}
	.mobilne-over-2 {
		margin-top: 50px;
	}
	.mobilne-over-2 .desc {
		border-bottom: 1px solid #0F1110;
	}
	.mobilne-over-2 ul li {
		display: inline-block;
		margin-right: 20px;
	}
	.mobilne-over-2 ul li a {
		text-decoration: none;
		color: #0F1110;
		font-size: 14px;
		font-weight: 500;
	}
	.mobilne-over-2 .czerwony-bg {
		padding: 1px 4px;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        background: #f0f1f3;
        padding: 0px;
        border-radius: 5px;
        margin-top: 5px;
    }
	.nawigacja ul li {
		display: inline-block;
		margin: 1px;
		padding: 2px 1px;
	}
	.mobilne-logo {
		margin-right: 15px;
	}
	.mobilne-prawa a.zielony {
		text-decoration: none;
	}
	.nawigacja ul li a {
		padding: 3px;
		text-decoration: none;
		text-transform: none;
		font-size: 13px;
		font-weight: 500;
		color: #0F1110;
		position: relative;
	}
}
/*** Menu mobilne KONIEC ***/




































/*--------------------------------------------------------------
PEŁNY OPIS, ELASTYCZNY
--------------------------------------------------------------*/
.szeroki-container .desc b, .szeroki-container .desc strong, .szeroki-container .desc span {
    display: block;
}
.zdjecie-lewa-container .nag2 b, .zdjecie-lewa-container .nag2 strong, .zdjecie-lewa-container .nag2 span,
.zdjecie-prawa-container .nag2 b, .zdjecie-prawa-container .nag2 strong, .zdjecie-prawa-container .nag2 span{
    display: block;
}
.sekcja {
    margin-bottom: 60px;
}
@media (max-width: 991px) {
	.sekcja {
		margin-bottom: 30px;
	}
}
/***Kafelki***/
.kafelki-container .row.flex-nowrap {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden; /* Ukrywa przewijanie pionowe */
    -ms-overflow-style: none; /* Ukrywa paski przewijania w Internet Explorer */
    scrollbar-width: none; /* Ukrywa paski przewijania w Firefox */
}
.kafelki-container .row.flex-nowrap::-webkit-scrollbar {
    display: none; /* Ukrywa paski przewijania w Chrome, Safari */
}
.kafelek-col {
    scroll-snap-align: start;
    flex-shrink: 0; /* Zapobiega zmniejszaniu szerokości kafelków */
}
/* Reszta stylu pozostaje bez zmian */
@media (max-width: 991px) {
    .kafelki-container .row.flex-nowrap {
        display: flex;
    }
    .kafelki-container .row:not(.flex-nowrap) .kafelek-col {
        /* Dla 2 kafelków na mobile będą i tak col-12 więc ustawią się jeden pod drugim */
    }
    .kafelki-container .row.flex-nowrap .kafelek-col {
        flex: 0 0 72%;
    }
    .kafelek-col:last-child {
        margin-right: 0; /* Ostatni kafelek bez odstępu */
    }
}
.kafelek-single {
    margin-right: 0;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 0;
}
.kafelek-single img {
    width: 100%;
}
@media (max-width: 991px) {
    /* Gdy nie ma klasy flex-nowrap, a są tylko 2 kafelki */
    .kafelki-container .row:not(.flex-nowrap) .kafelek-col {
        flex: 0 0 60%;
        max-width: 60%;
        /* Poniższe linie, jeśli potrzebujesz upewnić się, że nie ma odstępów bocznych */
        padding-left: 0;
        padding-right: 0;
    }
}
.kafelek-col:hover {
    opacity: 0.9;
}
.kafelek-link {
    text-decoration: none;
    color: initial;
    overflow: hidden;
    display: block;
}
/***Kafelki***/

.cta-prawy .but {
    padding: 25px;
}
.kafelek-produktowy {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 9%;
    margin-bottom: 30px;
}
.kafelek-produktowy .nag3 {
    margin-bottom: 180px;
    display: block;
}
.link-cta {
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px;
    font-size: 20px;
    font-weight: 500;
}
.zdjecie-lewa-opis {
    padding: 4%;
}
.zdjecie-prawa-opis {
    padding-right: 4%;
}
.zdjecie-lewa-opis .nag,
.zdjecie-prawa-opis .nag {
    max-width: 320px;
}
.zdjecie-lewa-foto img, .zdjecie-prawa-foto img {
    width: 100%;
    margin-bottom: 10px;
}
.zdjecie-lewa-foto div, .zdjecie-prawa-foto div {
    min-height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.sekcja-centralny {
    position: relative;
}
.kotwica {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -100px;
}
.zdjecie-100-col img {
    width: 100%;
}


.rating-container-listing {
    display: flex;
    gap: 2px;
}
.gwiazdka {
    font-size: 20px; /* Wielkość gwiazdek */
    color: #ccc; /* Domyślny kolor pustych gwiazdek */
}
.gwiazdka.full {
    color: #FFB300; /* Kolor pełnych gwiazdek */
}
.gwiazdka.half::after {
    content: '★';
    position: absolute;
    color: #FFB300;
    width: 50%; /* Połowa wypełnienia */
    overflow: hidden;
    display: inline-block;
}
.gwiazdka.empty {
    color: #D8D8D8; /* Kolor pustych gwiazdek */
}
.ocena-gwiazdkowa.stars-lista-produktow {
    height: 33px;
}
.produkt-col del {
    color: #787878;
    margin-left: 7px;
}
@media (min-width: 992px) {
	.dwa_zdjecia_lewa {
		padding-right: 7%;
	}
}
.dwa_zdjecia_naglowek {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
.opis-faq .accordion-item {
    border-bottom: 1px solid #D9DDE1 !important;
    padding: 16px 0;
	border-radius: 0 !important;
}
@media (max-width: 991px) {
	.dwa_zdjecia_naglowek {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-content: flex-start;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0;
		margin-bottom: 20px;
	}
	.dwa_zdjecia_lewa img, .dwa_zdjecia_prawa img {
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}
	.opis-faq .accordion-item {
		border-bottom: 1px solid #D9DDE1 !important;
		padding: 4px 0 !important;
		border-radius: 0 !important;
	}
	.zdjecie-lewa-foto div, .zdjecie-prawa-foto div {
		min-height: 50px;
		height: 150px !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	}
}

.konsultacja-lewa {
    display: flex;
    gap: 7%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	border-right: 1px solid #DCDFE2;
}
.sekcja-konsultacja .szary-bg {
    border-radius: 3px;
}
.konsultacja-lewa img {
    max-width: 200px;
}
.konsultacja-prawa svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.konsultacja-prawa a {
    text-decoration: none;
}


/* =========================
   Sekcja kafelki – poziomy scroll na mobile
   Widoczny 1 kafelek + „połówka” następnego, gap: 16px
   ========================= */
@media (max-width: 991px) {
	.sekcja-kafelki { overflow: hidden; }
	
  .sekcja-kafelki .kafelki-container > .row:last-child {
    /* zamieniamy siatkę na h-scroller */
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    /* wyłącz bootstrapowe guttery wewnątrz tego wiersza */
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    padding-bottom: 8px; /* odrobina miejsca pod scroll */
  }
  .sekcja-kafelki .kafelki-container > .row:last-child::-webkit-scrollbar {
    height: 6px; /* możesz usunąć, jeśli nie chcesz paska */
  }
  .sekcja-kafelki .kafelki-container > .row:last-child::-webkit-scrollbar-thumb {
    background: #dce0e4;
    border-radius: 6px;
  }
  .sekcja-kafelki .kafelek-col {
    /* 1.5 kafelka w kadrze => ~66.666% szerokości elementu */
    flex: 0 0 66.666%;
    max-width: 66.666%;
    scroll-snap-align: start;

    /* nadpisz klasy col-* Bootstrapa na mobile */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* upewnij się, że kafelek wypełnia szerokość kolumny */
  .sekcja-kafelki .kafelek-col .kafelek-link,
  .sekcja-kafelki .kafelek-col .kafelek-single {
    display: block;
    width: 100%;
  }
	  /* ukrycie scrollbara (WebKit/Chromium) */
  .sekcja-kafelki .kafelki-container > .row:last-child::-webkit-scrollbar{
    display: none;
    width: 0;
    height: 0;
  }
	.konsultacja-lewa, .konsultacja-prawa {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		gap: 20px;
		text-align: center !important;
		border: none;
	}
	.konsultacja-lewa img {
		display: none !important;
	}
	.konsultacja-lewa .nag {
		max-width: 70%;
		margin-bottom: 20px;
	}
}


















/*--------------------------------------------------------------
KONTAKT
--------------------------------------------------------------*/
.kontakt-biuro {
    margin-bottom: 20px;
    padding: 5px 0;
    border-radius: 6px;
}
.kontakt-dane-adresowe {
    padding: 30px;
    border: 1px solid #DCDFE2;
    border-radius: 3px;
    margin-top: 22px;
}
.kontakt-biuro .nag:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #3EB33A;
    margin-top: 10px;
}
.formularz-pole input, .formularz-pole textarea {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #DCDFE2 !important;
    padding: 20px;
    font-size: 18px;
    border-radius: 2px;
}
.formularz-pole textarea {
    min-height: 250px;
}
.formularz-textarea textarea {
    min-height: 230px !important;
}
.kontakt-prawa button {
    width: 100% !important;
    background: #3EB33A !important;
    border: none !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 25px !important;
    margin-top: 15px !important;
    height: auto !important;
}
.zgoda-formularz li {
    list-style: none;
    font-size: 12px;
    line-height: 19px;
}
.wpforms-error {
    font-size: 12px !important;
    color: #ff0000 !important;
}
@media (max-width: 991px) {
	.kontakt-prawa .wpforms-field {
        width: 100% !important;
        margin: 0 !important;
        padding-bottom: 5px !important;
    }
	.kontakt-top {
		margin-top: 10px !important;
	}
	.kontakt-biuro p {
		padding: 0 !important;
		margin: 0;
	}
}
.kontakt-prawa .wpforms-field {
    padding: 5px;
}
.kontakt-prawa textarea, .kontakt-prawa input {
    outline-color: #0F1110;
}
.kontakt-top {
    margin-top: 10px !important;
}
.formularz-input input:focus, .formularz-textarea textarea:focus {
    outline: 4px solid #D8D8D8 !important;
    border: 1px solid #ffffff00 !important;
    box-shadow: none !important;
}
.zgoda-formularz label {
    font-size: 12px !important;
}
.zgoda-formularz label a {
    color: #0F1110;
}
.formularz-input input, .formularz-textarea textarea {
    padding: 33px !important;
    font-size: 16px !important;
}
.kontakt-prawa .wpforms-container {
    margin-top: 0 !important;
}
.kontakt-dane-firmowe a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}
.kontakt-mapa iframe {
    width: 100%;
    height: 450px;
    mix-blend-mode: luminosity;
}






/*--------------------------------------------------------------
STRONA GŁÓWNA
--------------------------------------------------------------*/
.rabat-procent {
    z-index: 1;
    position: absolute;
    background: #3EB33A;
    color: #fff;
    padding: 3px 8px;
    font-weight: 600;
    font-size: 14px;
    top: 0;
    left: 0;
	display: none !important;
}
.home-top {
    margin-bottom: 50px;
    margin-top: 30px;
}
.home-dolny-opis h1, .home-dolny-opis h2, .home-dolny-opis h3, .home-dolny-opis h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.home-dolny-opis p {
    font-size: 12px;
}
.home-top-1, .home-top-2 {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 50px;
}
.home-top-2 {
    background: #3eb33a;
    position: relative;
}
.home-top-1 .nag {
    max-width: 250px;
}
.home-top-2 .desc {
    max-width: 70%;
}
.home-top-2 .label {
    font-size: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}
@media (max-width: 991px) {
	.home-top-1, .home-top-2 {
		height: auto;
		background-size: cover;
		background-position: center;
		border-radius: 3px;
		display: flex;
		align-content: center;
		align-items: flex-start;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		padding: 20px 30px;
	}
	.home-top-2 .desc {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	.home-top-2 {
		background: #3eb33a;
		position: relative;
		padding: 20px 30px;
		margin-top: 7px;
	}
	.home-top {
		margin-bottom: 30px;
		margin-top: 0;
	}
}




















/*--------------------------------------------------------------
BLOG, AKTUALNOŚCI, ARTYKUŁ
--------------------------------------------------------------*/
.blog-min {
    width: 100%;
    height: 120px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 3px;
}
.blog-list-inside a {
    text-decoration: none;
}
.blog-list-inside {
    margin-bottom: 50px;
    border: 1px solid #DCDFE2;
    padding: 16px;
    border-radius: 3px;
}
.blog-list-inside p {
    min-height: 120px;
}
.artykul-img {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.tagi-artykul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 8px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 35px;
}
.tagi-artykul li {
    background: #f0f1f3;
    padding: 4px 8px;
    font-size: 12px;
}
.artykul-container h2 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 500;
}
.artykul-container p {
    margin-bottom: 40px;
}
.artykul-container ul {
    margin-bottom: 60px;
    background: #f0f1f3;
    padding: 40px;
    border-radius: 7px;
}
@media (max-width: 991px) {
	.blog-list-inside {
		margin-bottom: 20px !important;
		border: 1px solid #DCDFE2;
		padding: 16px;
		border-radius: 3px;
	}
	.blog-min {
		width: 100%;
		height: 80px !important;
		background-size: cover !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
		border-radius: 3px;
	}
}





/*--------------------------------------------------------------
LISTING PRODUKTÓW (home, sklep, kategoria), PRODUKTY, STRONA SKLEPU, STRONA KATEGORII
--------------------------------------------------------------*/
.produkt-box {
    border: 1px solid #DCDFE2;
    border-radius: 3px;
    position: relative;
    padding: 16px;
    background: #fff;
}
.produkt-box:hover {
    border: 1px solid #3eb33a;
}
.produkt-box-col {
    margin-bottom: 0;
}
@media (max-width: 991px) {
	.produkt-box-col {
		margin-bottom: 2px;
	}
	.produkt-box {
		border: 1px solid #DCDFE2;
		border-radius: 3px;
		position: relative;
		padding: 10px;
		background: #fff;
	}
}
.produkt-box-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #DCDFE2;
    padding-top: 20px;
    margin-top: 20px;
}
@media (max-width: 991px) {
	.produkt-box-footer {
		display: flex;
		flex-direction: column !important;
		flex-wrap: wrap !important;
		align-content: flex-start !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
		gap: 10px;
		border-top: 1px solid #DCDFE2;
		padding-top: 20px;
		margin-top: 20px;
	}
	.produkt-box-footer-2 .but {
		width: 100% !important;
	}
	.produkt-box-footer-2 {
		width: 100%;
		text-align: center;
	}
}
.produkt-box h2 {
    min-height: 55px;
}
.produkt-box-cena {
    margin-bottom: 5px;
}
.polecany-label {
    border-radius: 2px;
    background: #EDFBF9;
    color: #002678;
    text-decoration: none;
    font-size: 12px;
    padding: 3px 6px;
    font-weight: 500;
    position: absolute;
    top: 16px;
    left: 16px;
}
.produkt-box a {
    text-decoration: none;
}
.produkt-box-atrybuty {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
	row-gap: 3px;
}
@media (max-width: 991px) {
	.polecany-label {
		border-radius: 2px;
		background: #EDFBF9;
		color: #002678;
		text-decoration: none;
		font-size: 10px;
		padding: 3px 6px;
		font-weight: 500;
		position: absolute;
		top: 16px;
		left: 16px;
	}
	.produkt-box-atrybuty {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 10px;
		list-style: none;
		padding: 0;
		row-gap: 1px;
	}
}
.produkt-box-atrybuty li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #696E71;
    display: inline-block;
    border-radius: 99999px;
    vertical-align: middle;
    margin-right: 5px;
}
.produkt-box img {
    display: block;
    width: 100%;
    margin: 0 auto;
	max-width: 200px;
}
@media (max-width: 991px) {
	.produkt-box img {
		display: block;
		width: 100%;
		margin: 0 auto;
		max-width: 120px;
	}
}
/*** Filtrowanie - start ***/
.sidebar-filtry h3 {
    font-size: 12px;
    color: #0F1110;
}
.wc-block-product-filter-price-slider__left, .wc-block-product-filter-price-slider__right {
    width: 100%;
}
.wc-block-product-filter-price-slider__left input, .wc-block-product-filter-price-slider__right input {
    width: 100% !important;
    max-width: 100% !important;
}
.wc-block-product-filter-price-slider__content {
    column-gap: 5px !important;
}
.filtry-wyczysc button {
    background: none;
    color: #0F1110;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    border: none;
    border-top: 1px solid #DCDFE2;
    margin-top: 10px;
    padding-top: 20px !important;
}
.wc-block-product-filter-price-slider .text input[type=text] {
    border: none !important;
    border-radius: 4px;
    font-size: .875em;
    margin: 0;
    max-width: 60px;
    min-width: 0;
    padding: 8px;
    width: auto;
    background: #f0f1f3;
    border: none;
	color: #000 !important;
}
.lista-kategorii {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    gap: 6px;
}
.kategorie-mobilnie .lista-kategorii a {
    border: 1px solid #DCDFE2;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none !important;
    padding: 5px 10px;
    background: #fff;
}
.kategorie-mobilnie a.obecna-kategoria {
    background: #3eb33a;
}
.wc-block-product-filters__overlay-content {
    gap: 30px;
}
.lista-kategorii a span {
    color: #0F1110;
}
.obecna-kategoria .desc {
    color: #fff;
}
.lista-kategorii a:hover {
    background: #f0f1f3;
}
.kategorie-desktopowe a.obecna-kategoria:hover {
    background: #3EB33A;
    color: #3EB33A !important;
}
.kategorie-desktopowe a.obecna-kategoria:hover span {
    color: #3EB33A !important;
}
.lista-kategorii img {
    width: 45px;
    border-radius: 2px;
    margin-right: 10px;
}
/*** Filtrowanie - koniec ***/
select.orderby {
    font-size: 13px;
    border: none;
    background: #f0f1f3;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none !important;
}
.kategorie-desktopowe a {
    text-decoration: none;
    color: #fff !important;
    padding: 4px 7px;
	padding-left: 0;
    border-radius: 3px;
    border: none;
}
.lista-kategorii a:hover {
    background: #f0f1f3;
    padding-left: 13px;
    transition: 0.3s;
}
.lista-kategorii a {
    transition: 0.3s;
	max-width: 90%;
}
.kategorie-desktopowe a.obecna-kategoria {
    background: #F4FFF2 !important;
    color: #3EB33A !important;
    padding-left: 13px;
}
.kategorie-desktopowe a.obecna-kategoria span {
    color: #3EB33A !important;
}
.kategorie-desktopowe {
    margin-bottom: 20px;
}
.kategoria, .strona-sklepu {
    padding-top: 120px;
	background: #f0f1f3 !important;
}
.obecna-kategoria {
    background: #3EB33A;
    border-color: #3EB33A !important;
    color: #fff !important;
}
.bez-promocji span {
    font-weight: 400 !important;
    font-size: 16px;
}
span.page-numbers.current {
    background: #3EB33A !important;
    color: #fff !important;
    border-radius: 3px;
}
nav.woocommerce-pagination li, nav.woocommerce-pagination li span, nav.woocommerce-pagination, nav.woocommerce-pagination ul {
    border: none !important;
}
a.page-numbers {
    color: #010101 !important;
}
nav.woocommerce-pagination {
    margin-bottom: 40px;
    margin-top: 30px;
}
.panel-filtrow {
    background: #fff;
    border: 1px solid #DCDFE2;
    padding: 30px;
    border-radius: 5px;
}
@media (max-width: 991px) {
	.kategoria, .strona-sklepu {
		padding-top: 120px;
	}
	.bez-promocji span {
		font-weight: 400 !important;
		font-size: 13px;
	}
	.produkt-col .nag {
		margin: 0;
	}
	.lista-kategorii img {
		width: 30px;
		border-radius: 2px;
		margin-right: 6px;
	}
	.zawartosc.kategoria .stopka-3 {
		padding-bottom: 100px !important;
	}
	.woocommerce-ordering, .woocommerce-ordering select {
		background: #fff;
	}
	.woocommerce-ordering {
		padding: 10px;
		padding-bottom: 3px;
		border-radius: 3px;
		border: 1px solid #DCDFE2;
	}
}
/* Mobile: horyzontalny scroll listy kategorii bez widocznego paska */
@media (max-width: 991px) {
    .kategorie-mobilnie .lista-kategorii {
        display: flex;
        flex-wrap: nowrap;
        gap: 5px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 6px;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
	.kategorie-mobilnie .lista-kategorii::-webkit-scrollbar {
		display: none;                     /* Chrome/Safari */
		height: 0;
	}
	/* Linki jako elementy w linii, nie zawijają się */
	.kategorie-mobilnie .lista-kategorii a {
		flex: 0 0 auto;
		white-space: nowrap;
		scroll-snap-align: start;          /* przykleja krawędzie podczas przewijania */
		text-decoration: none;             /* zachowaj swoje style, jeśli potrzebne usuń tę linię */
	}
}

/* Płynna animacja strzałki */
.material-symbols-outlined[data-bs-toggle="collapse"] {
    transition: transform 0.3s ease-in-out;
}
/* Obrót o 180 stopni po rozwinięciu kategorii */
.material-symbols-outlined[aria-expanded="true"] {
    transform: rotate(180deg);
}
.lista-kategorii span.material-symbols-outlined:hover {
    background: #f0f1f3;
    border-radius: 3px;
}


















/*--------------------------------------------------------------
O NAS
--------------------------------------------------------------*/
.page-template-o-nas .zawartosc {
    padding-top: 150px;
}








/* -------------------------------------------------------------------------- 
PANEL KLIENTA
--------------------------------------------------------------------------*/
p.woocommerce-FormRow.form-row button {
    background: #0F1110;
}
body.page-id-44:not(.logged-in) {
    background: #F8F8F8;
}
.woocommerce-form-login, .woocommerce-form-login input {
    border: none !important;
}
form.woocommerce-form input {
    margin-bottom: 10px !important;
    max-width: 100%;
    border-radius: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
    border: none;
    background: #fff !important;
    border-bottom: 1px solid #D8D8D8 !important;
    padding-bottom: 11px;
}
form.woocommerce-form input:focus, form.woocommerce-form input:focus-visible {
    outline: none !important;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #0F1110 !important;
}
.konto-lewa {
    background: #fff;
    color: #fff;
    height: auto;
    border-right: none;
}
.konto-lewa li {
    list-style: none;
}
.konto-tresc .post-inner.thin {
    margin: 0 auto;
}
.konto-lewa a {
    color: #040313;
    font-size: 16px;
    text-decoration: none;
}
.konto-lewa, .konto-prawa {
    min-height: 200px;
}
.konto-prawa a.woocommerce-Button.button {
    margin-bottom: 10px;
    font-size: 12px !important;
    display: block;
    float: left;
    width: 100%;
}
.konto-lewa .is-active a {
    color: #ffffff !important;
    background: #3EB33A;
    width: 100%;
    display: inline-block;
    padding: 7px;
    border-radius: 0;
}
.konto-lewa li {
    margin-bottom: 10px;
}
.maly-kontener {
    padding: 19px;
    box-sizing: border-box !important;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
}
.konto-prawa input {
    border-radius: 5px;
    border: 1px solid #E4E4E4;
}
.konto-prawa fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.konto-prawa address {
    padding-top: 20px;
}
.konto-prawa legend {
    font-weight: 700;
    color: #1A1B1F;
    padding-top: 40px;
}
.konto-prawa label {
    display: block;
    width: auto;
}
.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100%;
}
.konto-prawa .select2-selection.select2-selection--single {
    height: 45px;
    border: 1px solid #E4E4E4;
}
.logowanie {
    padding-top: 20px;
}
.logowanie button.woocommerce-button.button {
    width: 100%;
    border-radius: 5px !important;
    margin: 0;
    margin-top: 10px;
    padding: 20px 40px;
}
.logowanie #username, .logowanie #password {
    box-shadow: none;
    border: 1px solid #d7d7d7 !important;
    padding: 14px;
    border-radius: 4px;
}
.logowanie .woocommerce-form-login__rememberme {
    float: left !important;
    text-align: left;
    margin-top: 4px;
}
.logowanie-lewa .woocommerce-form-login {
    padding: 10px !important;
	margin-bottom: 0 !important;
}
.rejestracja button.border-button {
    color: #fff;
    padding: 11px 30px;
    border-radius: 5px;
}
.rejestracja form {
    border: 0 !important;
    padding: 0 !important;
}
.rejestracja p {
    margin: 0;
    text-align: left;
}
.rejestracja p, .rejestracja input {
    display: block !important;
    margin: 0 auto !important;
}
.rejestracja .woocommerce-privacy-policy-text {
    font-size: 12px;
    margin-bottom: 20px;
    display: none;
}
.rejestracja form.woocommerce-form.woocommerce-form-register.register {
    margin-top: 0;
}
.konto-prawa td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    font-weight: 700 !important;
    color: #1A1B1F;
}
.konto-prawa #my-stored-cards h5 {
    text-transform: none;
    letter-spacing: 0;
}
.konto-prawa #my-stored-cards button {
    display: block;
    margin-top: 10px;
}
span.user-icon-panel {
    color: #0F1110;
    font-weight: 600;
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
}
.logowanie .red-but {
    width: 100%;
    padding: 20px;
}
.logowanie .lost_password {
    margin: 0 auto !important;
    text-align: center !important;
    width: 100%;
    display: block;
    margin-top: 20px !important;
}
.logowanie .lost_password a {
    color: #0F1110;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 7px;
    font-size: 12px;
}
.logowanie-lewa .czerwony:hover {
    text-decoration: underline;
}
.rejestracja {
    padding: 25px !important;
    background: #f0f1f3;
    border-radius: 4px;
}
.rejestracja form {
    margin: 0 !important;
}
.rejestracja form .but {
    width: 100%;
    padding: 20px;
}
.logowanie-lewa .czerwony {
    text-transform: none !important;
    font-size: 18px;
}
@media screen and (max-width: 991px) {
	.konto-lewa {
		height: auto !important;
		min-height: 0;
		padding: 35px 20px 20px 20px;
		width: 100% !important;
	}
	.konto-lewa ul li {
		display: block;
		margin: 3px;
		width: 100%;
		line-height: 21px;
		font-size: 14px;
	}
	.konto-lewa .woocommerce-MyAccount-navigation-link--customer-logout:before{
		display: none !important;
	}
	.konto-lewa .woocommerce-MyAccount-navigation-link--customer-logout {
		display: block;
	}
	.konto-lewa span.user-icon-panel {
		display: none;
	}
	.logowanie-lewa .login-form {
		width: 100%;
		margin: 0 auto;
	}
}
.woocommerce-Address {
    margin-bottom: 10px;
}	
@media screen and (max-width: 767px) {
	body.page-id-44 #page .zawartosc {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}
body.woocommerce-account .entry-content {
    margin: 0 auto !important;
}
body.woocommerce-account .entry-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
body.woocommerce-account .entry-header h1 {
    text-align: center;
}
body.woocommerce-account .post-inner {
    width: 100%;
    max-width: 1366px;
}


@media screen and (max-width: 991px) {
	.konto-lewa ul li {
		display: inline-block !important;
		background: #f5f5f5;
		padding: 10px;
		text-align: center;
		width: auto;
	}
	.konto-lewa {
		padding: 0;
		border-bottom: 1px solid #0F1110;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.konto-lewa .is-active a {
		color: #040415 !important;
		background: transparent;
		width: 100%;
		display: inline-block;
		padding: 0;
		border-radius: 3px;
	}
	.konto-lewa ul li.is-active {
		background: #0F1110 !important;
	}
	.konto-lewa ul li.is-active a {
		color: #fff !important;
	}
}
body.woocommerce-account {
    background: #fff;
}
body.woocommerce-account main#primary {
    background: #fff;
    max-width: 1360px;
    padding: 50px;
    margin: 0 auto;
    margin-top: 80px;
}
body.woocommerce-account address {
    border: none !important;
    background: #f2f3f5;
    padding: 20px !important;
}
body.woocommerce-account div#customer_login {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
p.woocommerce-LostPassword.lost_password {
    text-align: left;
    margin: 4px;
    padding: 0;
}
.logowanie h2 {
    display: none;
    margin: 0;
}
input#reg_email {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #D9DDE1 !important;
    background: #fff !important;
}
.logowanie input {
    float: left;
}
.rejestracja form {
    padding: 0;
    text-align: left !important;
}
.rejestracja {
    padding: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input, .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
    padding: 0;
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-left: 0;
}
.logowanie form {
    margin-top: 0 !important;
}
.login-form {
    max-width: 400px;
    width: 100%;
    padding: 0;
}
.form-control {
    margin-bottom: 1rem;
}
.login-form a {
    color: #3EB33A;
    text-decoration: none;
}
.login-form a:hover {
    text-decoration: underline;
}
.rejestracja input#privacy_policy {
    width: auto !important;
    text-align: left;
    float: left;
    vertical-align: middle;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 10px !important;
    margin-right: 5px !important;
}
p.form-row.polityka-rejestracja span {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    float: left;
}
.polityka-rejestracja label {
    width: 100%;
    display: block;
    float: left;
}
.zalogowany {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}







/*--------------------------------------------------------------
GALERIA
--------------------------------------------------------------*/
.galeria-single-foto {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 5px;
}
.galeria-col a {
    text-decoration: none;
}
.galeria-col {
    margin-bottom: 30px;
}
.galeria-kategoria-thumb{
 	width: 100%;
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 5px;
}
.galeria-kategoria-col a {
    text-decoration: none;
}








/*--------------------------------------------------------------
STRONA Z REGULAMINAMI
--------------------------------------------------------------*/
.page-template-regulaminy .zawartosc ol, .page-template-regulaminy zawartosc ul {
    margin: 20px;
    margin-bottom: 40px;
}













/*--------------------------------------------------------------
PRODUKT, STRONA PRODUKTOWA
--------------------------------------------------------------*/
body.single.single-product .zawartosc {
    padding-top: 120px;
}
.miniaturka-produkt-prawa {
    padding: 0;
    width: 100%;
}
.miniaturka-produkt-prawa img {
    width: 100%;
}
@media (min-width: 992px) {
	.produkt-gora {
		margin-bottom: 70px !important;
	}
}
.produkt-informacje-lewa {
    padding-right: 5%;
}
.produkt-faq .accordion-item {
    border-bottom: 1px solid #D9DDE1 !important;
    border-radius: 0;
}
.produkt-faq {
    margin-bottom: 30px;
}
span.promo.regular-price.produkt-regularna {
    text-decoration: line-through;
    color: #787878;
    font-weight: 500;
    font-size: 18px;
    display: block;
}
span.promo.sale-price.produkt-promocyjna {
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.produkt-krotki {
    max-width: 600px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.produkt-walory {
    margin: 0;
    list-style: none;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    max-width: 600px;
    padding: 20px 0;
    margin-bottom: 10px;
}
.produkt-walory span {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 7px;
    line-height: 19px;
}
.produkt-walory li {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.produkt-ilosc, .produkt-rozmiary {
    display: inline-block;
    margin-right: 15px;
}
.produkt-kolor {
    margin-bottom: 15px;
}
.produkt-kup-teraz button {
    border: none;
    font-size: 18px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-top: 15px;
}
.produkt-ilosc label, .produkt-rozmiary label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
.produkt-ilosc input, .produkt-rozmiary select {
    width: 100px;
    height: 47px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #0F1110;
    padding-left: 15px;
}
.produkt-polecamy .nag3 {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.produkt-szczegoly {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.produkt-szczegoly li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 7px;
}
.produkt-szczegoly li span, .produkt-szczegoly li div {
    width: 50%;
}
button.accordion-button {
    padding: 10px 0 10px 0;
	background: none !important;
	box-shadow: none !important;
}
.accordion-item {
    border: 0 !important;
    outline: none !important;
	background: none !important;
	box-shadow: none !important;
}
.accordion-body {
    padding: 5px 10px 40px 0;
}
.liczba-opinii {
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
}
.produkt-opinie {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}
.produkt-opinie .comment_container {
    background: #f0f1f3;
    padding: 3%;
    border-radius: 3px;
    margin-bottom: 10px;
}
.produkt-opinie .comment_container .meta strong {
    font-size: 12px;
}
.produkt-opinie .comment_container .meta time {
    font-size: 12px;
}
ul.produkt-opinie .description p {
    font-size: 12px;
}
.tabela-rozmiarow-header div {
    width: 50%;
    font-weight: 600;
    font-size: 14px;
}
.tabela-rozmiarow-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.tabela-rozmiarow-wymiary {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.tabela-rozmiarow-wymiary div {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.tabela-rozmiarow-wymiary div span {
    width: 50%;
    margin-top: 5px;
}
.produkt-informacje {
    margin-bottom: 50px !important;
}
.inne-rozmiary {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 20px;
}
.inne-rozmiary a, .inne-rozmiary span {
    text-decoration: none;
    padding: 11px;
    display: block;
    min-width: 40px;
    text-align: center;
    border-radius: 2px;
}
.inne-rozmiary .aktywny-rozmiar {
    background: #3EB33A !important;
    color: #fff !important;
}
.inne-rozmiary a:hover {
    background: #DCDFE2 !important;
}

@media (max-width: 991px) {
	.produkt-top-4 {
		grid-column: 4 / 4;
		grid-row: 4 / 4;
		padding: 0;
	}
	.produkt-top {
        display: flex;
        padding: 0;
        margin-top: 10px;
    }
	.produkt-ilosc, .produkt-rozmiary {
		width: 50%;
		display: inline-block;
		padding: 0;
		margin: 0;
		float: left;
	}
	.produkt-ilosc input, .produkt-rozmiary select {
		width: 100%;
	}
	.produkt-ilosc {
		padding-right: 5px;
	}
	.produkt-rozmiary {
		padding-left: 5px;
	}
	.produkt-informacje {
		padding: 20px;
	}
	
    .kafelki-produkt-mobile {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 10px; /* Odstęp między kafelkami */
        padding-bottom: 10px;
        scrollbar-width: none; /* Ukrywa pasek przewijania w Firefox */
        -ms-overflow-style: none; /* Ukrywa pasek przewijania w IE i Edge */
    }
    .kafelki-produkt-mobile::-webkit-scrollbar {
        display: none; /* Ukrywa pasek przewijania w Chrome, Safari i Opera */
    }
    .kafelki-produkt-mobile > div {
        flex: 0 0 75%; /* Szerokość kafelka (80% ekranu) */
        scroll-snap-align: start; /* Ustawia snapowanie do początku */
    }
    /* Opcjonalnie: Możesz dostosować szerokość poszczególnych kafelków */
    .produkt-top-1-mobile,
    .produkt-top-2-mobile,
    .produkt-top-3-mobile {
        min-width: calc(100% - 30%); /* Kafelek zajmuje całą szerokość z odstępem */
    }
	.mobile-karuzela-1 {
		background-size: cover !important;
		width: 100%;
		height: 100%;
		background-position: center !important;
	}
	.produkt-top-2-mobile img {
		mix-blend-mode: darken;
	}
	.produkt-top-3-mobile video {
        border-radius: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.produkt-top-img-mobile img {
		max-width: 270px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.miniaturka-produkt-prawa {
		margin-bottom: 30px;
	}
	.produkt-krotki {
		max-width: 600px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
div#faqCollapseTwo, div#faqCollapseOne {
    font-size: 14px;
}

@media (min-width: 992px) {
	.produkt-prawa {
		padding-left: 5%;
	}
}
.zapytaj-produkt .wpforms-field {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}
.zapytaj-produkt .wpforms-field input, .zapytaj-produkt .wpforms-field textarea {
    padding: 10px !important;
}
.zapytaj-produkt .wpforms-field textarea {
    min-height: 100px !important;
}
.zapytaj-produkt label.wpforms-field-label-inline {
    font-size: 10px !important;
}
.zapytaj-produkt .wpforms-submit {
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #fff !important;
    border: 1px solid #3EB33A !important;
    color: #3EB33A !important;
}
.zapytaj-produkt .wpforms-submit:hover {
    background: #3EB33A !important;
    color: #fff !important;
}
.zapytaj-but {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: fit-content;
	color: #fff !important;
}
.produkt-pliki {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.produkt-pliki li span {
    background: #f0f1f3;
    padding: 13px;
    border-radius: 3px;
}
.produkt-pliki li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-decoration: none;
    margin-right: 15px;
}
.produkt-kluczowe-parametry li {
    list-style: none;
    display: inline-block;
    border-radius: 1000000px;
    padding: 14px 16px;
}
.produkt-kluczowe-parametry li span {
    vertical-align: middle;
}
.produkt-kluczowe-parametry {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.atrybury-produkt-lista ul{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  justify-content:flex-start;
  align-items:stretch;
  margin-top:30px;
  border-top:1px solid #DCDFE2;
  padding-top:30px;
  padding-left:0;
}
.atrybury-produkt-lista li.produkt-atrybut{
  box-sizing:border-box;
  flex:0 0 calc((100% - 40px)/3);
  max-width:calc((100% - 40px)/3);
}
.produkt-parametry-lewa {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
	.produkt-parametry-prawa {
		padding-left: 4%;
	}
}
.produkt-parametry-prawa ul {
    margin-left: 18px;
    font-size: 13px;
    margin-bottom: 30px;
}
.ikonka-but span {
    vertical-align: middle;
}
.produkt-ctas {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.produkt-ctas a {
    width: 50%;
    text-align: center;
}
.produkt-ctas a span {
    font-size: 14px;
}
@media (max-width: 991px) {
	.produkt-kluczowe-parametry li {
		list-style: none;
		display: inline-block;
		border-radius: 1000000px;
		padding: 10px 14px;
	}
	.produkt-pliki {
		list-style: none;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 10px;
	}
}

/* ====== CUSTOM GALLERY ====== */
.wc-cg[data-count="1"] .wc-cg__arrow{ display:none; }

.wc-cg__main{
  position: relative;
  border: 1px solid #DCDFE2;
  border-radius: 2px;
  background:#fff;
  padding: 12px 48px; /* miejsce na strzałki */
}

/* STAŁA wysokość widoku – nic nie „skacze” */
.wc-cg__viewport{
  position: relative;
  width: 100%;
  height: 460px;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.wc-cg__viewport img{
  max-width: 100%;
  max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  display:block;
  cursor: zoom-in;
}

/* Strzałki */
.wc-cg__arrow{
  position:absolute; z-index: 1; top:50%; transform:translateY(-50%);
  width:44px; height:44px; display:inline-flex; align-items:center; justify-content:center;
  background:#fff; border:1px solid #DCDFE2; border-radius:2px; cursor:pointer;
}
.wc-cg__arrow--prev{ left:12px; }
.wc-cg__arrow--next{ right:12px; }
.wc-cg__arrow .material-symbols-outlined{ font-size:26px; }

/* Miniatury (MEDIUM) */
.wc-cg__thumbs{ display:flex; gap:12px; flex-wrap:wrap; margin-top:16px; }
.wc-cg__thumb{
  padding:0; margin:0; background:#fff; border-radius:2px; cursor:pointer;
  border:1px solid #DCDFE2; width:128px; height:96px; display:inline-flex; align-items:center; justify-content:center;
}
.wc-cg__thumb img{ max-width:100%; max-height:100%; object-fit:cover; display:block; }
.wc-cg__thumb.is-active{ border-color:#3EB33A; box-shadow: inset 0 0 0 1px #3EB33A; }

/* Lightbox */
.wc-cg-lightbox{ position:fixed; inset:0; z-index:999999; display:none; }
.wc-cg-lightbox.is-open{ display:block; }
.wc-cg-lightbox__overlay{ position:absolute; inset:0; background:rgba(0,0,0,.85); }
#wcCgLightboxImg{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  max-width:92vw; max-height:92vh; object-fit:contain;
}
.wc-cg-lightbox__close{
  position:absolute; top:14px; right:14px; width:40px; height:40px;
  border:0; border-radius:8px; background:#F2F4F7; display:inline-flex; align-items:center; justify-content:center;
}
.wc-cg__thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}
button.wc-cg__thumb {
    width: 45px;
    height: 45px;
}
@media (max-width: 991px) {
	.wc-cg__thumb {
		padding: 0;
		margin: 0;
		background: #fff;
		border-radius: 2px;
		cursor: pointer;
		border: 1px solid #DCDFE2;
		width: 55px;
		height: 55px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.wc-cg__viewport {
		height: 160px !important;
	}
}
/* ====== SIDE MODAL (left sheet) – wspólne dla wszystkich instancji ====== */
.side-modal{
	position: fixed;
	inset: 0;
	z-index: 999999;
	pointer-events: none; /* domyślnie nieaktywne */
}
.side-modal.is-open{ pointer-events: auto; }

/* Overlay — POD panelem */
.side-modal__overlay{
  position: absolute; inset: 0;
  background: rgba(0,0,0,.2); /* 20% czerni */
  opacity: 0; transition: opacity .25s ease;
  z-index: 0; /* niżej niż panel */
}
.side-modal.is-open .side-modal__overlay{ opacity: 1; }

/* Panel — NAD overlay */
.side-modal__panel{
  position: absolute; left: 0; top: 0; height: 100%;
  width: 50vw; max-width: 720px; /* desktop */
  background: #fff;
  transform: translateX(-102%); /* schowany */
  transition: transform .3s ease;
  display: flex; flex-direction: column;
  outline: none;
  z-index: 1; /* wyżej niż overlay */
}
.side-modal.is-open .side-modal__panel{ transform: translateX(0); }

/* Mobile: 90% szerokości */
@media (max-width: 991.98px){
  .side-modal__panel{ width: 100%; max-width: none; }
}

/* Close button */
.side-modal__close{
  position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999999;
  width: 36px;
	height: 36px;
	border: 0;
	border-radius: 3px;
  background: #F6F7F9;
	cursor: pointer;
  display: inline-flex;
	align-items: center;
	justify-content: center;
}
.side-modal__close .material-symbols-outlined{ font-size: 22px; line-height: 1; }

/* Scrollowalna zawartość z cienkim szarym scrollbar’em */
.side-modal__content{
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 9px 35px 16px 16px;
}
.side-modal__content::-webkit-scrollbar{ width: 8px; }
.side-modal__content::-webkit-scrollbar-track{ background: transparent; }
.side-modal__content::-webkit-scrollbar-thumb{ background: #D6DADE; border-radius: 8px; }
.side-modal__content{ scrollbar-width: thin; scrollbar-color: #D6DADE transparent; }

.modal-opcje {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 1%;
}
.modal-opcje-wyposazenia {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 1%;
}
.opcja-modal-single {
    width: 18%;
    margin-bottom: 15px;
}
.opcja-modal-single div {
    border: 1px solid #D9DDE1;
    border-radius: 3px;
    height: 60px;
    overflow: hidden;
}
.opcja-modal-single div img {
    object-fit: cover !important;
    width: 100%;
}

.opcja-modal-single-wyposazenie div img {
    object-fit: cover !important;
    width: 100%;
}
.opcja-modal-single-wyposazenie div {
    border: 1px solid #D9DDE1;
    border-radius: 3px;
    height: auto;
    overflow: hidden;
}

.modal-content-wyposazenie .nag3 {
    margin-bottom: 0;
}
.kolor-hex {
    height: 50px;
    width: 100%;
}
.modal-content-wyposazenie {
    margin-bottom: 20px;
}
.modal-informacja {
    border-radius: 0;
    font-size: 12px;
    margin-bottom: 20px;
    max-width: 94%;
    border-bottom: 1px solid #ccc;
    margin-top: 50px;
}
.modal-informacja li {
    margin-bottom: 10px;
}
.modal-informacja ul {
    padding-left: 18px;
}
.opcja-modal-single-wyposazenie {
    width: 22.8%;
    margin-bottom: 15px;
}
@media (max-width: 991px){
	.opcja-modal-single {
		width: 30%;
		margin-bottom: 15px;
	}
	.opcja-modal-single-wyposazenie {
		width: 46%;
		margin-bottom: 15px;
	}
}

/*********** Pokaż/ukryj opis na stronie produktu **********/
/* Wrapper opisu z funkcją "pokaż więcej" */
.opis-produkt-wrapper {
	position: relative;
}
/* Sam tekst opisu – będziemy animować wysokość */
.opis-produkt-full {
	/* domyślnie auto, JS nadpisze na px gdy trzeba animować */
}
/* W stanie "zwiniętym" – ukryj nadmiar */
.opis-produkt-wrapper.collapsed .opis-produkt-full,
.opis-produkt-wrapper.animating .opis-produkt-full {
	overflow: hidden;
}
/* W stanie "rozwiniętym" – pełna wysokość */
.opis-produkt-wrapper.expanded .opis-produkt-full {
	overflow: visible;
}
/* Gradient na dole przy stanie "zwiniętym" */
.opis-produkt-gradient {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px; /* odstęp nad linkiem */
	height: 40px;
	pointer-events: none;
	background: linear-gradient(
		to top,
		#ffffff 0%,
		rgba(255, 255, 255, 0) 100%
	);
	opacity: 1;
	transition: opacity 0.2s ease;
}
/* Po rozwinięciu gradient znika */
.opis-produkt-wrapper.expanded .opis-produkt-gradient {
	opacity: 0;
}
/* Gdy opis za krótki – żadnych bajerów */
.opis-produkt-wrapper.no-toggle .opis-produkt-toggle,
.opis-produkt-wrapper.no-toggle .opis-produkt-gradient {
	display: none;
}
/* Link "Pokaż więcej/mniej" – prosty tekst */
.opis-produkt-toggle {
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
    cursor: pointer;
}
/*********** Pokaż/ukryj opis na stronie produktu **********/




