/*!
Theme Name: Gumowa Nawierzchnia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gumowe-nawierzchnie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gumowe Nawierzchnie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;

}

:root {
	--main-font-family: 'Figtree';
	--Text-Main: #434E66;
	--Brand-color-Primary: #F96C4D;
	--Text-paragraph: #556479;
	--CTA-color: #F96C4D;
	--Gray-Background: #ECEFF4;
	--Text-light: #94A0B1;
	--wp--preset--shadow--outlined: 1px solid black;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: var(--main-font-family);
}

/**
 * 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;
	margin: 0.67em 0;
}

/* 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: monospace, monospace;
	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: monospace, monospace;
	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;
	cursor: pointer;
}

/**
 * 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: 24px;
	margin-bottom: 24px;
}

/**
 * 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;
	font-weight: 600;
}

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


body.menu-open {
	overflow: hidden;

}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--Text-Main) !important;
	font-family: var(--main-font-family)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
	font-size: 13px;
	margin-top: 8px;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: transparent;
	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 0 1.5em 3em;
}

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 1.5em 1.5em;
}

/* 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: var(--Text-Main);
	text-decoration: none;
}

a:visited {
	color: var(--Text-Main);
}

a:hover,
a:focus,
a:active {
	color: var(--Text-Main);
}

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%;
}

/* Ukryj standardowe spinnery w WebKit (Chrome, Safari) */
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Ukryj standardowe spinnery w Firefox */
.quantity input[type=number] {
	-moz-appearance: textfield;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: fit-content;
}

.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;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}

/* MAIN */

section {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}

.row {
	display: flex;
	flex-direction: row;
}

.col {
	display: flex;
	flex-direction: column;
}


.woocommerce .blockUI.blockOverlay::before,
#basket-loading .loader {
	border: 4px solid #f3f3f3 !important;
	border-top: 4px solid var(--Brand-color-Primary) !important;
	border-radius: 50% !important;
	width: 30px !important;
	height: 30px !important;
	animation: spin 1s linear infinite !important;
	background: none;
}

.loader {
	border: 4px solid #f3f3f3 !important;
	border-top: 4px solid var(--Brand-color-Primary) !important;
	border-radius: 50% !important;
	width: 30px !important;
	height: 30px !important;
	animation: spin 1s linear infinite !important;
}

.loader::before {
	content: none !important;
	border: 4px solid #f3f3f3 !important;
	border-top: 4px solid var(--Brand-color-Primary) !important;
	border-radius: 50% !important;
	width: 30px !important;
	height: 30px !important;
	animation: spin 1s linear infinite !important;
}

.highlight {
	position: relative;
	/* Ustawia kontekst pozycjonowania */
	z-index: 1;
	/* Zapewnia, że tekst jest nad linią */
}

.highlight::after {
	content: '';
	position: absolute;
	bottom: 4px;
	/* Ustawia linię na dole elementu */
	left: 0;
	width: 100%;
	height: 2px;
	/* Grubość linii */
	background-color: var(--CTA-color);
	z-index: -1;
	/* Umieszcza linię pod tekstem */
}

.main-button {
	display: inline-flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	background: var(--CTA-color, #FFE788);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	width: fit-content;
	text-decoration: none;
	transition: 0.3s;
	transform: scale(1);
	border: none;
	color: #fff !important;


}

.main-button svg path {
	stroke: #fff;
}

.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 11px;
	margin-top: 5px;

}

.main-button:hover {
	transition: 0.3s;
	transform: scale(0.95);
	color: #fff;
}

/* HEADER */

header {
	max-width: none;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 999;
}

header .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}

header #primary-menu {
	display: flex;
	flex-direction: row;
	gap: 32px;
}

.site-branding .custom-logo {
	max-width: 218px;
	height: auto;
}

header #primary-menu .sub-menu {

	flex-direction: column;
	padding: 32px;
	margin-left: -32px;

	gap: 16px;
	box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	background: #fff;
	color: var(--Text-Main);
}

header #primary-menu .sub-menu::before,
header #primary-menu .sub-menu::after {
	content: none;
}

header #primary-menu .sub-menu li.current-menu-item a {
	color: var(--Brand-color-Primary);
}

header #primary-menu .sub-menu li a {
	color: var(--Text-Main) !important;
}

header #primary-menu .sub-menu li a:hover {
	color: var(--Brand-color-Primary) !important;
}

header #primary-menu .current-menu-ancestor>a {
	color: var(--Brand-color-Primary);
}

/* Podstawowe ukrycie sub-menu */
.menu-item-has-children .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	/* ewentualnie z-index, jeśli potrzebny, np.: z-index: 99; */
}

/* Pokaż sub-menu po najechaniu myszką */
.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	list-style: none;
}

/* Elementy podmenu przed animacją */
.menu-item-has-children .sub-menu li {
	opacity: 0;
	transform: translateY(10px);
	/* lekko "z dołu" */
}



/* Po najechaniu: uruchamiamy animację na każdym li */
.menu-item-has-children:hover .sub-menu li {
	animation: fadeInUp 0.3s forwards ease-in-out;
}

/* Dodajemy stopniowe opóźnienia dla kolejnych elementów
.menu-item-has-children:hover .sub-menu li:nth-child(1) {
	animation-delay: 0.1s;
}

.menu-item-has-children:hover .sub-menu li:nth-child(2) {
	animation-delay: 0.2s;
}

.menu-item-has-children:hover .sub-menu li:nth-child(3) {
	animation-delay: 0.3s;
}

.menu-item-has-children:hover .sub-menu li:nth-child(4) {
	animation-delay: 0.4s;
} */

/* ... i tak dalej, jeżeli masz więcej elementów */

/* Definicja samej animacji (fadeInUp) */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


header #primary-menu li.current-menu-item a {
	color: var(--Brand-color-Primary);
}

header #primary-menu li a {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	font-style: normal;
	color: var(--Text-Main, #434E66);
	transition: 0.3s;

}

header #primary-menu li a:hover {
	color: var(--Brand-color-Primary);
	transition: 0.3s;
	transform: translateY(-3px);


}

header .header-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 32px;


}

header .header-contact a {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Brand-color-Primary, #5C79BB);
	transition: 0.3s;
	display: flex;
	align-items: center;
	gap: 8px;

}

header .header-contact a:hover {
	transform: translateY(-3px);
	transition: 0.3s;
}

header .header-contact svg path {
	stroke: var(--Brand-color-Primary);
}


header .account-icons {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
}

header .account-icons .icon-wrapper {
	transition: 0.3s;
	cursor: pointer;
}

header .account-icons .icon-wrapper:hover {
	transform: translateY(-3px);
	transition: 0.3s;
}

.account-icons .cart-icon {
	position: relative;
}

.cart-count {
	position: absolute;
	top: 0 !important;
	right: 0;
	background: var(--Brand-color-Primary);
	/* padding: 3px; */
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
}

button#cart-icon-trigger {
	border: none;
	padding: 0;
	background: none;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}

/* Stylizacja ikony hamburgera */
.hamburger-menu {
	display: none;
	/* Ukryj domyślnie, pokaż na urządzeniach mobilnych */
}

.hamburger-menu button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
}

.hamburger-menu svg {
	width: 24px;
	height: 24px;
	fill: none;
	/* stroke: #434E66; */
	stroke-width: 2;
}

/* Początkowo pokazujemy tylko hamburgera, chowamy ikonę zamknięcia */
.hamburger-menu .close-icon {
	display: none;
}

/* Gdy przycisk ma klasę .is-open, chowamy hamburgera i pokazujemy ikonę zamykania */
.hamburger-menu.is-open .hamburger-icon {
	display: none;
}

.hamburger-menu.is-open .close-icon {
	display: inline-block;
}

/* Stylizacja modala menu mobilnego */
.mobile-menu-modal {
	display: none;
	/* Ukryty domyślnie */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 76px;
	z-index: 550;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
	opacity: 0;
}

/* Kiedy menu jest otwarte */
.mobile-menu-modal.open {
	display: flex;
	opacity: 1;
}

/* Ukrywanie podmenu domyślnie */
.mobile-menu li.menu-item-has-children ul.sub-menu {
	display: none;
	/* Możesz dodać animację lub odstępy, np.: */
	padding: 0;
	margin: 0;
}

.menu-item-has-children {
	position: relative;
}

/* Pokazywanie podmenu, gdy rodzic ma klasę 'submenu-open' */
.mobile-menu li.menu-item-has-children.submenu-open ul.sub-menu {
	display: block;
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;

}

.mobile-menu-modal[aria-hidden="false"] {
	display: flex;
}

.modal-content {
	background-color: #fff;
	padding: 20px;
	width: 80%;
	max-width: 300px;
	position: relative;
	border-radius: 8px;
	animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.close-modal-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
}

.close-modal-button svg {
	width: 24px;
	height: 24px;
	stroke: #434E66;
	stroke-width: 2;
}

.mobile-navigation .mobile-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
	margin-top: 44px;
}

.mobile-menu-contact-wrapper {
	display: none;
}

.mobile-navigation .mobile-menu li a {
	text-decoration: none;
	color: #fff;
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	text-align: center;

}

.wishlist-action-buttons.mobile-action-button {
	display: none;
}

.main-button.ask-price.ask-price-btn {
	margin-top: 24px;
	width: 100%;
}

@media (max-width: 768px) {
	.hamburger-menu {
		display: block;
		/* Pokaż na urządzeniach mobilnych */
	}

	.main-navigation {
		display: none;
		/* Ukryj główne menu na urządzeniach mobilnych */
	}
}


/* FOOTER */

footer section {
	background: var(--Gray-Background);
	border-radius: 16px;
}

#form-section {
	border-radius: 16px 16px 0 0;
	border-bottom: 1px solid var(--Outlines-on-grey, #D0D5DF);

}

#pre-footer {
	background: none;
	border-top: 1px solid var(--Outlines-on-white, #ECEFF4);

}

#menu-footer {
	border-radius: 0px 0px 16px 16px;
}

#pre-footer .pre-footer-wrapper {
	display: flex;
	align-items: center;
	padding: 40px 0;
}

footer .footer-form-wrapper {
	display: flex;
	flex-direction: row;
	padding: 72px 0;

}

.pre-footer-col {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 16px;
	justify-content: center;
}

.pre-footer-col svg path {
	stroke: var(--Brand-color-Primary);
}


.pre-footer-col .col-desc {
	display: flex;
	flex-direction: column;
}

.pre-footer-col .col-desc h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.pre-footer-col .col-desc p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
}

#form-section .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}

footer .text-footer-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

footer .text-footer-wrapper h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 61px;
	font-style: normal;

}

footer .text-footer-wrapper p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;

}

footer .form-footer-wrapper {
	flex: 1;
}


footer .footer-menu-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 48px 0;


}

footer .footer-menu-wrapper .col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;


}

footer .footer-menu-wrapper .col .custom-logo-link img {
	max-width: 153px;
}

footer .footer-menu-wrapper .col h4 {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	line-height: normal;
	color: var(--Text-Main, #434E66);

}

footer ul.footer-menu {
	padding: 0;
	margin: 0;
}

footer ul.footer-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul.footer-menu li a {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	color: var(--Text-paragraph, #556479);
	transition: 0.3s;


}

footer ul.footer-menu li a:hover {
	font-weight: 600;
	transition: 0.3s;
}

a.footer-phone {
	margin-top: 18px;
}

a.footer-mail,
a.footer-phone {
	display: flex;
	flex-direction: row;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	color: var(--Brand-color-Primary, #5C79BB);
	transition: 0.3s;

}

a.footer-mail svg path,
a.footer-phone svg path {
	stroke: var(--Brand-color-Primary);
}

a.footer-mail:hover,
a.footer-phone:hover {
	font-weight: 600;
	transition: 0.3s;
}

#form-section form {
	display: flex;
	flex-direction: column;
	gap: 24px;

}

#form-section form .forms-row.name {
	display: flex;
	flex-direction: row;
	gap: 21px;
}

.wpcf7-textarea {
	padding: 16px;
	border-radius: 4px;
	border: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;

	resize: vertical;
}

.forms-row.acceptance .consent {
	display: flex;
	gap: 16px;
}

.consent .wpcf7-list-item {
	padding: 0;
	margin: 0;
}

.forms-row input.consent-checkbox {
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 4px;
	padding: 0;
}

.consent-text {
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 154.545% */
}

.forms-row .label-name {
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
}

.forms-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.forms-row input {
	height: 40px;
	padding: 0px 16px;
	justify-content: center;
	border-radius: 4px;
	border: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-light, #94A0B1);
	width: 100%;

}

.forms-row input:focus:not([type="checkbox"]),
.forms-row textarea:focus {
	outline: 1px solid black;
}


/* FRONT PAGE */
#front-page-hero {
	background: url(images/hero_background.png);
	background-repeat: no-repeat;
	background-position-x: 144px;
	background-position-y: center;

}

#front-page-hero .highlight::after {
	bottom: 6px;
	height: 4px;

}

.swiper-pagination-bullet-active {
	background: var(--CTA-color) !important;
}

#front-page-hero .swiper-horizontal>.swiper-pagination-bullets,
#front-page-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 30px;
	left: 0;
	width: 100%;
}

#front-page-hero .hero-wrapper {
	padding: 75px 0 85px 0;
	display: flex;
	flex-direction: column;
	gap: 26px;
	justify-content: center;
	align-items: center;

}

#front-page-slider {
	overflow: hidden;
	padding-top: 42px;
	background: var(--Gray-Background-2, #FCFCFD);
	max-width: none;


}

#front-page-slider .slider.wrapper {
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}

#front-page-slider .container {
	height: 100%;

}

#front-page-slider .main-button {
	background-color: #fff;
	color: var(--Brand-color-Primary) !important;
}

#front-page-slider .main-button svg path {
	stroke: var(--Brand-color-Primary);
}

#front-page-slider .slide-overlay-left {
	height: 100%;
	width: 100%;

	position: absolute;
	top: 0;
	left: 0;
	background: url('images/main_swiper_text_background.png');
	background-position-x: 86px;

	background-repeat: no-repeat;
}

#front-page-slider .col-slider-text {
	height: 100%;
	justify-content: center;
	gap: 12px;
	max-width: 1305px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--Brand-color-Primary);
	width: calc(100vw - 15vw);
	border-radius: 48px;
	z-index: 20;

}

#front-page-slider .text-wrapper {
	padding-left: 365px;
	display: flex;
	flex-direction: column;
	gap: 28px;

}

#front-page-slider .image-col {
	position: absolute;
	top: 37px;
	left: 0;
	max-height: 529px;
	max-width: 534px;
	width: auto;
	border-radius: 48px;
	z-index: 21;
}

#front-page-slider .image-col img {
	max-height: 529px;
	max-width: 534px;
	width: auto;
	object-fit: cover;
	border-radius: 48px;
}

#front-page-slider .col-slider-text p {
	/* background-color: #fff; */
	border-radius: 8px;
	padding: 8px 0px;
	display: inline-flex;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	color: var(--Text-Main, #434E66);
	width: fit-content;
}

#front-page-slider .col-slider-text .slider-header {
	font-size: 64px;
	font-weight: 600;
	line-height: 78px;
	margin-bottom: 10px;
	color: #fff;

}

#front-page-slider .slider-highlight {
	color: #232020;
}

#front-page-slider .swiper-wrapper {
	/* background: var(--Gray-Background, #ECEFF4); */
	border-radius: 16px;


}

#front-page-slider .swiper-container {

	position: relative;

}

#front-page-slider .swiper-button-next {
	position: static;
}

#front-page-slider .swiper-button-prev {
	position: static;
}

#front-page-slider .swiper-buttons-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	right: 117px;
	display: flex;
	flex-direction: column;
	gap: 37px;
	z-index: 22;
}

#front-page-slider .swiper-button-next,
#front-page-slider .swiper-button-prev {
	background: #fff;
	width: 52px !important;
	height: 52px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

#front-page-slider .swiper-button-next:after,
#front-page-slider .swiper-button-prev:after {
	content: none !important;
}

#front-page-slider .swiper-slide {
	height: 603px;
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 16px;

}

#front-page-slider .slider-navigation-row {
	display: flex;
	flex-direction: row;
	gap: 52px;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: var(--Text-paragraph, #556479);
	padding: 30px 0;

}

#front-page-slider .navigation-item {
	cursor: pointer;
	transition: 0.3s;
}

#front-page-slider .navigation-item:hover {
	color: var(--Brand-color-Primary);
	transition: 0.3s;
}

#front-page-slider .navigation-item.active {
	color: var(--Brand-color-Primary, #5C79BB);

}

.navigation-item {
	position: relative;
	text-align: center;
	cursor: pointer;
}





#front-page-hero .text-header,
#front-page-hero h1 {
	color: var(--Text-Main, #434E66);
	text-align: center;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 78px;


}

/* Ensure swiper-slide covers the entire container */
.swiper-slide {
	background-size: cover;
	background-position: center;
	position: relative;
}

/* Overlay mask over the background image */
.slide-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 840px;
	height: 100%;
	background-image: url(images/Baner_image_mask.webp);
	background-size: contain;
	background-position-y: center;
	background-position-x: right;
	pointer-events: none;
	border-radius: 0 16px 16px 0;

}

#front-page-hero p {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	color: var(--Text-paragraph, #556479);
	max-width: 750px;
	text-align: center;


}

#front-page-products {
	max-width: none;
	background: var(--Gray-Background-2, #FCFCFD);
}

#front-page-products .container {
	display: flex;
	flex-direction: row;
	gap: 79px;
	padding: 28px 0;
}

#front-page-products .main-button {
	display: none;
}

#front-page-products .product-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	text-align: center;
	text-decoration: none;

}

#front-page-products .product-name {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	text-decoration: none;
}

#front-page-products .product-price {
	color: var(--Brand-color-Primary, #5C79BB);
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;

}

#front-page-products .product-image img {
	max-height: 200px;
	width: auto;
}

#front-page-products .woocommerce-loop-product__title {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	color: var(--Text-Main);
}

#front-page-products .product-details.grid-details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

#front-page-products .product-details.grid-details .price {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	color: var(--Brand-color-Primary);
}

#front-page-products .product-image {
	display: flex;
	align-items: center;
	justify-content: center;

}

#front-page-products .col-products .custom-swiper-wrapper {
	display: flex;
	flex-direction: row;
	gap: 24px;
	width: 100%;
}

#front-page-products .col-products .custom-swiper-wrapper a {
	flex: 1;
}

.custom-swiper-pagination {
	display: none;
}

#front-page-products .product-tile {
	border-radius: 8px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 48px 24px;
	flex: 1 0 0;
	position: relative;
	transition: 0.3s;
	height: 100%;
	gap: 24px;
	text-align: center;

}

#front-page-products .product-tile li {
	list-style: none;


}

#front-page-products .product-tile:hover {
	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	transition: 0.3s;
}

#front-page-products .product-tile:hover .wishlist-icon {
	display: block;
	transition: 0.3s;
}

#front-page-products .product-tile .wishlist-icon {
	position: absolute;
	top: 16px;
	right: 16px;
	display: none;
	transition: 0.3s;
}

.yith-add-to-wishlist-button-block {
	margin: 0;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
	width: auto;
	height: auto;
}

#front-page-products .col-text {
	padding-top: 6px;
	max-width: 25%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 257px;
}

#front-page-products .col-text h4 {
	color: var(--Text-Main, #434E66);
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

#front-page-products .col-text p {
	color: var(--Text-paragraph, #556479);
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 35px;
}

#front-page-products .col-text img {
	width: fit-content;

}

#front-page-products .col-products.row.custom-swiper-container {
	width: 100%;
}

#front-page-application .container {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

#front-page-application h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;

}

#front-page-application .application-card {
	position: relative;
	width: 100%;
	height: 312px;
	border-radius: 16px;
	transition: 0.3s;

}

#front-page-application .application-card:hover {
	transition: 0.3s;
	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	transform: scale(0.95);

}

#front-page-application .card-image {
	border-radius: 16px;
	width: 100%;
	height: 100%;

}



#front-page-application .card-image img {
	height: 100%;
	object-fit: fill;
	border-radius: 16px;


}

#front-page-application .card-icon {
	position: absolute;
	top: 32px;
	left: 32px;
	background-color: var(--CTA-color);
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;


}

#front-page-application .card-icon svg path {
	stroke: #fff;
}

#front-page-application .card-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: var(--White, #FFF);
	position: absolute;
	left: 32px;
	bottom: 24px;
}

#front-page-application .wrapper-application {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#advantages {
	position: relative;
	border-radius: 16px;
	background-color: #2D3036;
	color: #fff;
	padding: 92px 0 120px 0;
	margin-top: 43px;
	overflow: hidden;
	/* Aby pseudo-element nie wychodził poza granice */
}

/* #advantages::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('images/advantages_background.png') no-repeat center;
	background-size: contain;
	opacity: 0.3;

 z-index: 1;

} */


#advantages .container {
	display: flex;
	flex-direction: column;
	gap: 79px;

}

#advantages .advantages-header h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 61px;
	text-align: center;

}

#advantages .advantage-header {
	display: flex;
	gap: 16px;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;

}

#advantages .advantage-icon {
	height: 36px;
	width: 36px;
	background: #FFF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;

}

#advantages .advantage-icon svg path {
	stroke: var(--Brand-color-Primary);
}

#advantages .advantage-desc p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;

}

#advantages .advantage-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 270px;
}

#advantages .advantages-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 80px;
	justify-content: center;
}

.yith-wcwl-add-to-wishlist-button span {
	display: none;
}

#front-page-realisations {
	padding: 40px 0;
}

#front-page-realisations .container {
	display: flex;
	flex-direction: column;
	gap: 60px;

}

#front-page-realisations h2 {
	color: var(--Text-Main, #434E66);
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;

}

.realisations-columns {
	display: flex;
	flex-direction: row;
	gap: 33px;
}

.realisations-columns .column-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: fit-content;
	border-radius: 16px;
	aspect-ratio: 1;
}

.realisations-columns .column-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.realisations-columns .column-right img:hover {
	box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
}

.realisations-columns .grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, 1fr);
}

.realisations-columns .realisation-title {
	position: absolute;
	top: 24px;
	left: 24px;
	width: auto;
	padding: 8px 16px;
	background: #FFF;
	border-radius: 32px;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-paragraph, #556479);


}


.realisations-columns .column {
	flex: 1;

}

.realisations-columns .grid-item {
	position: relative;
	aspect-ratio: 1;
	display: flex;
}

.item-badge {
	position: absolute;
	top: 24px;
	left: 24px;
	padding: 8px 16px;
	background: #FFF;
	border-radius: 32px;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-paragraph, #556479);
	z-index: 3;
}

.realisations-columns .grid-item .overlay-single-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Usuwamy bezpośredni background i opacity */
	/* background: linear-gradient(0deg, rgba(92,121,187,0.70) 0%, rgba(92,121,187,0.70) 100%), lightgray 50% / cover no-repeat; */
	/* box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25); */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	z-index: 2;
	pointer-events: none;
	/* Potrzebne, by pseudo-element był pozycjonowany względem tego kontenera */
}

/* Pseudo-element, który wyświetli tło z przezroczystością */
.realisations-columns .grid-item .overlay-single-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(249, 108, 77, 0.90) 0%, rgba(249, 108, 77, 0.90) 100%) lightgray 50% / cover no-repeat;
	border-radius: inherit;
	z-index: -1;
	/* Umieszczamy tło za zawartością */
	opacity: 0;
	transition: opacity 0.3s;
}

/* Na hoverzie – lub przy dodaniu klasy aktywnej – pseudo-element staje się widoczny */
.realisations-columns .grid-item:hover .overlay-single-image::before {
	opacity: 0.7;
}

.realisations-columns .grid-item:hover .overlay-single-image svg {
	display: block;
	transition: 0.5s;
}

.realisations-columns .grid-item:hover {
	/* box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25); */
}

/* .realisations-columns .grid-item:hover .overlay-single-image {
	opacity: 0.7;


} */

.realisations-columns .realisation-tile {
	position: relative;
	height: 100%;
	display: flex;
}

.realisations-columns .realisation-tile .overlay-single-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Usuwamy bezpośredni background i opacity */
	/* background: linear-gradient(0deg, rgba(92,121,187,0.70) 0%, rgba(92,121,187,0.70) 100%), lightgray 50% / cover no-repeat; */
	/* box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25); */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	z-index: 2;
	pointer-events: none;

	/* Upewnij się, że overlay jest na wierzchu */
}

.realisations-columns .realisation-tile .overlay-single-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(0deg, rgba(249, 108, 77, 0.90) 0%, rgba(249, 108, 77, 0.90) 100%) lightgray 50% / cover no-repeat;

	border-radius: inherit;
	z-index: -1;
	/* Umieszczamy tło za zawartością */
	opacity: 0;
	transition: opacity 0.3s;
}

/* Na hoverzie – lub przy dodaniu klasy aktywnej – pseudo-element staje się widoczny */
.realisations-columns .realisation-tile:hover .overlay-single-image::before {
	opacity: 0.7;
	box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
}

.realisations-columns .realisation-tile:hover .overlay-single-image svg {
	display: block;
	transition: 0.5s;
	opacity: 1;
}

.realisations-columns .realisation-tile:hover .overlay-single-image {
	opacity: 1;
}

#front-page-realisations .realizacje-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

#partnership {
	border-top: 1px solid #ECEFF4;
}

#partnership .container {
	padding: 44px 0 67px 0;
}

#partnership .partnership-wrapper {
	display: flex;
	flex-direction: row;
	gap: 55px;
	/* padding: 0 43px 0 35px; */
	align-items: center;

}

.partnership-col-3 .main-button {
	display: none;
}

#partnership .col {
	flex: 1;
}

#partnership h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: var(--Text-Main, #434E66);

}

#partnership .partnership-col-1 {
	margin-left: 35px;
	margin-right: 70px;
	max-width: 343px;
}

#partnership .partnership-col-1 img {}

#partnership .partnership-col-2 {
	gap: 41px;
}

#partnership .partnership-col-3 {
	padding-right: 43px;
}

#partnership p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: var(--Text-paragraph, #556479);

}


/*WOOCOMMERCE ERRORS */

.woocommerce-error {
	border-top-color: #b81c23;
	position: fixed;
	bottom: 24px;
	right: 24px;
}




/* PRODUCT PAGE */
#product-page {
	margin-top: 40px;
	padding-bottom: 133px;
}

#product-page .shop-container {
	display: flex;
	flex-direction: row;
	gap: 24px;
}

header.woocommerce-products-header {
	border: none;
	z-index: 100;
	position: static;
}

header.woocommerce-products-header h2,
header.woocommerce-products-header h1 {
	font-size: 27px;
	font-weight: 600;
	line-height: 48px;

	margin-bottom: 14px;
}

header.woocommerce-products-header p {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-paragraph, #556479);
	margin-bottom: 8px;
}

h1.woocommerce-products-header__title {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: var(--Text-Main, #434E66);
	margin-bottom: 14px;

}

.product-long-description p,
.woocommerce-Tabs-panel--zagrozenia p,
.woocommerce-Tabs-panel--zagrozenia ol,
.woocommerce-Tabs-panel--zagrozenia ul {
	margin-bottom: 25px;
	font-size: 13px;
	color: var(--Text-paragraph);
}

.woocommerce-Tabs-panel--zagrozenia h1,
.woocommerce-Tabs-panel--zagrozenia h2,
.woocommerce-Tabs-panel--zagrozenia h3,
.woocommerce-Tabs-panel--zagrozenia h4,
.woocommerce-Tabs-panel--zagrozenia h5,
.woocommerce-Tabs-panel--zagrozenia h6 {
	font-size: 24px;
	line-height: 32px;
	color: var(--Text-Main);
	font-weight: 600;
	margin-bottom: 14px;
}

.product-long-description h1,
.product-long-description h2,
.product-long-description h3,
.product-long-description h4,
.product-long-description h6 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 14px;
	/* 133.333% */
}

.long-description h1,

.long-description h2,

.long-description h3,

.long-description h4,

.long-description h5,
.long-description h6 {
	font-size: 27px;
	font-weight: 600;
	line-height: 48px;
	color: var(--Text-Main, #434E66);
	margin-bottom: -3px;

}

.long-description p {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-paragraph, #556479);
	margin-bottom: 8px;
}

#product-page .page-description p {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-paragraph, #556479);

}

#product-list.list-view .products {
	display: flex;
	flex-direction: column;
}

.archive-product-banner {
	display: grid;
	grid-template-columns: 41px auto 144px;
	align-items: center;
	gap: 24px;
	border-radius: 8px;
	height: 93px;
	margin: 48px 0 24px 0;
	padding: 8px 24px;
	background-color: var(--Gray-Background, #ECEFF4);
	background-image: url('images/background_banner_center.png');
	background-repeat: no-repeat;
	background-position: center;


}

.archive-product-banner-button {
	display: flex;
	gap: 8px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	background: var(--White, #FFF);
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	transform: scale(1);
	transition: 0.3s;


}

.archive-product-banner-button:hover {
	transform: scale(0.95);
	transition: 0.3s;
}

.archive-sorting {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	gap: 32px;
}

.archive-sorting .custom-sorting {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
	border: none;
}


#product-list.grid-view img {
	max-height: 200px;
	width: auto;
}

.archive-sorting p {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-paragraph, #556479);


}

.woocommerce-ordering select {
	padding: 8px 16px;
	font-size: 13px;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	font-family: var(--main-font-family);
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);
	border-radius: 4px;

}

.view-icon {
	padding: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: fit-content;
	transition: 0.3s;
	cursor: pointer;
}

.view-icon.active {
	border: 1.5px solid var(--Text-Main, #434E66);
	border-radius: 6px;
	transition: 0.3s;

}

.view-switcher {
	display: flex;
	gap: 8px;
	align-items: center;
}

.view-switcher p {
	margin-right: 8px;
}

.view-switcher .active svg {
	/* padding: 6px; */
}

.view-switcher .active svg path {
	stroke: #434E66;
	transition: 0.3s;



}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: none;
	margin: 0;
}

#product-list {
	margin-top: 39px;
}

#product-list.list-view .products .product-inner {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 24px;
	padding: 16px 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);

}

#product-list.list-view .products .product-inner .product-image img {
	max-width: 100px;
}

#product-list.list-view .products li {
	width: 100%;
	margin: 0;
	transition: 0.3s;
}

#product-list.list-view .products li:hover {
	background-color: #FCFCFD;
	transition: 0.3s;
}

#product-list.grid-view ul.products li {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 48px 24px;
	border-radius: 8px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);

}

#product-list.grid-view .wishlist-icon {
	position: absolute;
	top: 18px;
	right: 16px;
	opacity: 0;
}

#product-list.grid-view ul.products li:hover .wishlist-icon {
	opacity: 1;

}

#product-list.grid-view ul.products li:hover .wishlist-icon svg {
	/* fill: rgb(67, 78, 102); */
}

#product-list.list-view .product-details {
	display: grid;

	grid-template-columns: auto 100px 20px;
	gap: 24px;
	width: 100%;
	align-items: center;

}

#product-list.list-view .woocommerce-loop-product__title {
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);


}

#product-list.list-view .product-list-name {
	display: flex;
	flex-direction: column;
	gap: 4px;
}


#product-list.list-view .product-price span {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Brand-color-Primary, #5C79BB);
	margin: 0;
}

#product-list.grid-view .product-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	gap: 24px;
}

#product-list.grid-view .product-inner .price,
#product-list.grid-view .product-inner .woocommerce-Price-amount {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Brand-color-Primary, #5C79BB);
	text-align: center;
	margin: 0;
	padding: 0;
}

#product-list.grid-view .product-inner .product-details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
	height: 100%;
}

#product-list.grid-view .product-inner .woocommerce-loop-product__title {
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	margin: 0;
	padding: 0;


}

#product-list.grid-view ul.products {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.woocommerce ul.products::before {
	display: none;
	content: none;
}

#product-list.grid-view li.product-item:hover {
	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);

}

#product-list .product-list-header {
	display: grid;
	grid-template-columns: auto 144px;
	padding: 16px 24px;
	align-items: center;
	gap: 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
	background: var(--Gray-Background-2, #FCFCFD);
}

#product-list .product-list-header p {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);

}

#product-list.grid-view .product-list-header {
	display: none;
}

main.shop-main {
	width: 100%;
}

.list-view .bestseller-badge {
	position: relative;
	width: fit-content;
	display: flex;
	flex-direction: row;
	padding: 4px 8px 4px 4px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background: var(--Gray-Background, #ECEFF4);
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;

}

.grid-view .bestseller-badge {
	display: flex;
	flex-direction: row;
	padding: 4px 8px 4px 4px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background: var(--Gray-Background, #ECEFF4);
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;

}

.woocommerce ul.products li.product a img {
	max-height: 200px;
	margin: 0;
}

#shop-filters-container #apply-filters-button {
	display: none;
}

#shop-filters-container.active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
	overflow-y: auto;
}

#shop-filters-container .filter-header {
	position: relative;
}

#shop-filters-container .close-modal-button {
	position: absolute;
	top: 10px;
	right: 10px;
	/* Dodatkowe style przycisku zamknięcia */
}

/* Stylizacja modala Filtry */
.filters-modal {
	display: none;
	/* Ukryty domyślnie */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.filters-modal[aria-hidden="false"] {
	display: flex;
}

.modal-content {
	background-color: #fff;
	width: 100%;
	max-width: 600px;
	height: 90%;
	overflow-y: auto;
	position: relative;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	animation: fadeIn 0.3s ease-in-out;
}

.mobile-menu-modal .modal-content {
	width: 100%;
	height: 100%;
	box-shadow: none;
	background: var(--Brand-color-Primary);

	overflow-y: hidden;
	border-radius: 0;
	color: #fff;
	padding: 0;

}

#filters-button {
	display: none;
}

#shop-filters {
	min-width: 288px;
	padding-right: 24px;
	display: flex;
	flex-direction: column;
	gap: 27px;
}

#shop-filters .filter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#shop-filters .filter-header h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: var(--Text-Main, #434E66);

}

#shop-filters .filter-header button {
	display: none;
	border: none;
	background: transparent;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: #F96C4D !important;

}

#shop-filters .filter-header button.show {
	display: block;
}

.zastosowanie-filer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;

}

.zastosowanie-filer ul li a {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-Main, #434E66);

}

.zastosowanie-filer ul li.active a {
	font-weight: 600;
}

.zastosowanie-filer h3,
.typ-filter h3,
.grubosc-filter h3,
.kolor-filter h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: var(--Text-Main, #434E66);
	margin-bottom: 24px;

}

.typ-filter {
	/* display: none !important;
	visibility: hidden;
	opacity: 0; */
}

.typ-filter,
.grubosc-filter,
.kolor-filter {
	display: flex;
	flex-direction: column;
}

.typ-filter label,
.grubosc-filter label,
.kolor-filter label {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;

}

[type="checkbox"] {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);
	background: var(--White, #FFF);
}


#shop-filters .extra-option {
	display: none;
}

.show-more {
	display: inline-flex;
	align-items: center;
	margin-top: 5px;
	color: #0073aa;
	text-decoration: none;
	font-size: 14px;
	color: var(--Text-light, #94A0B1) !important;
	font-weight: 600;
	gap: 5px;

}

.show-more svg {
	margin-left: 3px;
}

.show-more.expanded svg {
	rotate: 180deg;
	transition: 0.3s;
}

.show-more-counter {
	color: var(--Text-Main);
}

.show-more:hover {
	text-decoration: underline;
}

.show-more-icon {
	display: flex;
	align-items: center;
	justify-content: ce;
	transition: transform 0.3s;
	margin-left: 5px;
}

.show-more.expanded .show-more-icon {
	transform: rotate(180deg);
}

/* Styl dla etykiet w filtrze 'Kolor' */
.kolor-filter label {
	display: flex;
	align-items: center;
}

/* Styl dla kropki koloru */
.kolor-filter .color-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	vertical-align: middle;
}


/* SINGLE PRODUCT */
.price-mobile-info {
	display: none;
}

#single-product .container.product-info {
	display: flex;
	flex-direction: row;
	position: relative;
}

.product-image-wrapper {
	overflow: hidden;
	max-width: 428px;
	width: 100%;
}

.slick-slide img {
	height: auto !important;
}

.main-image-wrap {
	border-radius: 16px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
	padding: 8px;
}

/* .product-image-wrapper a img {
	padding: 8px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
	border-radius: 16px;

} */

/* .product-image-wrapper .product-thumbnails {
	display: flex;
	flex-direction: row;
	gap: 16px;
} */

.slick-track {
	display: flex !important;
	gap: 16px;
	width: 100%;
}



.slider-for {
	margin-bottom: 19px;
}

.slider-for .slick-list {
	padding: 8px;
	border-radius: 16px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
}

.thumbnails-navigation-wrapper {
	display: flex;
	gap: 16px;
	margin-top: 15px;
}

.thumbnails-navigation-wrapper .swiper-button-next,
.thumbnails-navigation-wrapper .swiper-button-prev {
	position: static;
	top: 0;
	margin: 0;
}

/* Ukryj domyślny tekst w przyciskach */
.slick-prev,
.slick-next {
	background: none;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
	min-width: 40px;

	height: auto;
	cursor: pointer;
	z-index: 1;
	padding: 0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;

}

.slick-prev:hover,
.slick-next:hover {
	border: 1px solid var(--CTA-color, #FFE788);
	transition: 0.3s;
}

.slick-prev svg path,
.slick-next svg path {
	stroke: #556479;

}

.slick-prev.slick-disabled svg path,
.slick-next.slick-disabled svg path {
	stroke: #D0D5DF;
}

/* Dodaj niestandardowe SVG jako tło przycisków */
.slick-prev::before,
.slick-next::before {
	content: none;
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.slick-slide {
	width: auto;
}

.slider-nav.slick-slider {
	display: flex;
	gap: 16px;
	align-items: stretch;
	justify-content: space-between;
}

.slider-nav.slick-initialized .slick-slide {
	border-radius: 6px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
	padding: 17px 18px;
	box-sizing: border-box;
	transition: 0.3s;
	cursor: pointer;
}

.slider-nav.slick-initialized .slick-slide:hover {
	border: 2px solid var(--CTA-color, #FFE788);
	transition: 0.3s;

}

.slider-nav.slick-initialized .slick-slide.slick-current {
	border: 2px solid var(--CTA-color, #FFE788);
	box-sizing: border-box;
	transition: 0.3s;
}

.slider-nav.slick-initialized .slick-slide img {
	max-width: 62px;

}

.slick-track:after,
.slick-track:before {

	display: none !important;
}

.slider-nav.slick-initialized .slick-list.draggable {
	/* max-width: 296px; */
}

/* Przycisk poprzedni */
/* .slick-prev::before {
	background-image: url('images/prev_icon.svg');
	left: -50px;

} */

/* Przycisk następny */
/* .slick-next::before {
	background-image: url('images/next_icon.svg');
	right: -50px;
} */

/* Hover efekty */
.slick-prev:hover::before,
.slick-next:hover::before {
	opacity: 0.7;
}

.product-info-wrapper {
	width: 100%;
	padding: 0 24px;
}

.product-info-header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 24px;
}

.product-info-header.mobile {
	display: none;
}

.product-info-header h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: var(--Text-Main, #434E66);

}

.product-info-header p {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);

}

.product-info-header .product-short-description {
	margin-top: 10px;
}

.product-info-header .product-short-description p {
	font-weight: 400;
}

.product-info-download {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ECEFF4;
}

.buttons-info {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.buttons-info .product-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: var(--Gray-Background, #ECEFF4);
	border-radius: 6px;
	min-height: 40px;
	transition: 0.3s;


}

.buttons-info .product-button:hover {
	transition: 0.3s;
	background: var(--Gray-Background);
	transform: scale(0.95);
}

.product-info-desc ul {
	padding: 0;
	margin: 23px 0 0 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.product-info-desc ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;

}

.additional-info {
	margin-top: 82px;
}

.additional-info .tabs.wc-tabs {
	list-style: none;
	display: flex;
	gap: 40px;
	padding: 24px 0px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);


}

.additional-info .tabs.wc-tabs li {
	transition: 0.3s;
}

.additional-info .tabs.wc-tabs li:hover {
	transform: translateY(-3px);
	transition: 0.3s;
	color: var(--Brand-color-Primary);


}

.additional-info .tabs.wc-tabs li:hover a {
	color: var(--Brand-color-Primary);
	transition: 0.3s;

}

.additional-info .woocommerce-tabs.wc-tabs-wrapper {
	padding-right: 24px;
}

.additional-info .woocommerce-Tabs-panel {
	margin-top: 61px;
}

.additional-info .woocommerce-Tabs-panel .description-wrapper {
	display: flex;
	gap: 29px;
}

.additional-info .woocommerce-Tabs-panel .description-wrapper .desc-image {
	max-width: 237px;
	height: fit-content;
}

.description-wrapper .desc-image .desc-main-image {
	position: sticky;
	top: 45px;
	width: 100%;
}

.additional-info .woocommerce-Tabs-panel .description-wrapper .desc-text {
	display: flex;
	flex-direction: column;
	gap: 61px;

}

.additional-info .woocommerce-Tabs-panel .description-wrapper .product-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.description-wrapper .product-features .feature-item {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
}

.feature-item .feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: var(--Gray-Background, #ECEFF4);
	height: 36px;
	width: 36px;
}

.feature-item .feature-icon svg path,
.feature-item .feature-icon svg circle {
	stroke: var(--Brand-color-Primary);
}

.feature-item .feature-label {
	color: var(--Text-Main, #434E66);
	font-family: Figtree;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.additional-info .woocommerce-Tabs-panel .description-wrapper .desc-text h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
	display: block;
}

.additional-info .tabs.wc-tabs li a {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: var(--Text-light, #94A0B1) !important;

}

.additional-info .tabs.wc-tabs li.active a {
	color: var(--Text-Main) !important;

}

.woocommerce-Tabs-panel h2:first-of-type {
	display: none;
}

#single-product {
	margin-top: 39px;
}

#single-product .product-thumbnails {
	width: 100%;
	overflow: hidden;
}

.thumbnails-navigation-wrapper .swiper-button-prev,
.thumbnails-navigation-wrapper .swiper-button-next {
	background: none !important;
	height: 100%;
	/* padding: 34px 14px; */
	border-radius: 6px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
	min-width: 48px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;


}

.thumbnails-navigation-wrapper .swiper-button-prev:not(.swiper-button-disabled) svg path,
.thumbnails-navigation-wrapper .swiper-button-next:not(.swiper-button-disabled) svg path {
	stroke: #556479;
}

.thumbnails-navigation-wrapper .swiper-button-prev:not(.swiper-button-disabled):hover,
.thumbnails-navigation-wrapper .swiper-button-next:not(.swiper-button-disabled):hover {
	border: 1px solid var(--CTA-color, #FFE788);
}



.thumbnails-navigation-wrapper .swiper-wrapper .swiper-slide {
	border-radius: 6px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
	padding: 8px;
	max-height: 88px;
	height: auto;
	width: fit-content !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.thumbnails-navigation-wrapper .swiper-wrapper .swiper-slide:hover,
.thumbnails-navigation-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active {
	border: 2px solid var(--CTA-color, #FFE788);
}

.thumbnails-navigation-wrapper .swiper-wrapper .swiper-slide img {
	max-height: 71px;
}

.thumbnails-navigation-wrapper .swiper-button-prev::after,
.thumbnails-navigation-wrapper .swiper-button-next::after {
	display: none !important;
	content: none !important;
}

#single-product .product-basic-info {
	gap: 24px;
	display: flex;
	flex-direction: row;
}

#single-product .product-wrapper {
	/* max-width: 962px; */
	width: 100%;
}

#single-product .cart-wrapper .uom {
	display: none;
}

.product-min-quantity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	margin-top: 23px;
	font-weight: 600;
}


#single-product .cart-wrapper {
	width: 100%;
	max-width: 310px;
	position: sticky;
	height: fit-content;
	top: 60px;
	padding: 24px;
	background: var(--Gray-Background-2, #FCFCFD);
	border-radius: 16px;

}

#single-product .cart-wrapper .single .price {
	display: flex;
	flex-direction: column;
}

#single-product .cart-wrapper .single .price del {
	text-decoration: none;
	height: 28px;
}

#single-product .cart-wrapper .single .price del span {
	font-size: 18px;
	text-decoration: line-through;
}

#single-product .cart-wrapper .single .price ins {
	background-color: transparent;
}

#add-to-cart-mobile {
	display: none;
}

#single-product .woocommerce-Tabs-panel--description ul {
	flex-direction: column;
	gap: 12px;
	list-style: none;
}

.cart-wrapper p {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;

}

.cart-wrapper .woocommerce-variation-price .price {
	display: flex;
	flex-direction: column;
}

.cart-wrapper .woocommerce-variation-price .price .vat-info {
	margin-top: -20px;
}

.cart-wrapper .price .vat-info,
.cart-wrapper .price .vat-info bdi,
.price .vat-info .woocommerce-Price-amount.amount {
	font-size: 13px;
	color: var(--Brand-color-Primary);
	font-weight: 400;
}

.cart-wrapper .woocommerce-variation-price .out-of-stock {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: var(--Brand-color-Primary, #5C79BB);

}

.cart-wrapper .woocommerce-variation-availability {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.cart-wrapper .woocommerce-Price-amount.amount {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: var(--Brand-color-Primary, #5C79BB);

}

.cart-wrapper .woocommerce-price-suffix .woocommerce-Price-amount {
	line-height: 16px;
	font-size: 13px;


}

.cart-wrapper .woocommerce-price-suffix,
.cart-wrapper .woocommerce-price-suffix bdi {
	font-size: 13px !important;
	font-weight: 600;
	line-height: 16px;
	color: var(--Brand-color-Primary, #5C79BB);
	margin-bottom: 23px;

}

.cart_variants th.label {
	padding: 0;
	margin-bottom: 8px;
}

.cart_variants tr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 23px;
}

.cart_variants td.value {
	width: 100%;
}

.cart_variants td.value select {
	width: 100%;
	font-size: 13px;
	height: 40px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	padding: 10px 16px;
	border-radius: 4px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);



}

.cart_variants label {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
}

table.variations {
	margin-bottom: 0;
}

.variations_form .product-quantity-label {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	margin-bottom: 8px;
}

.cart_variants a.reset_variations {
	font-size: 10px;
	font-weight: 600;
	margin-top: 12px;
	display: none;

}

.cart-wrapper .product-quantity input {
	max-width: none;
	width: 100%;
}


/* Stylizacja Modalu Mobilnego */
.cart-modal-mobile {
	display: none;
	/* Ukryty domyślnie */
	position: fixed;
	/* Stałe położenie */
	z-index: 1000;
	/* Na wierzchu */
	left: 0;
	bottom: 0;
	width: 100%;
	/* Pełna szerokość */
	height: 100%;
	/* Pełna wysokość */
	overflow: auto;
	/* Scroll, jeśli potrzebny */
	background: rgba(67, 78, 102, 0.30);
	/* Ciemne tło z przezroczystością */
	flex-direction: column;
	justify-content: flex-end;
}

.cart-modal-mobile-content {
	background-color: #fefefe;

	/* 10% od góry i wyśrodkowane */

	width: 100%;
	/* Szerokość modalu */
	padding: 24px;
	/* Maksymalna szerokość */
	position: relative;
	border-radius: 0;
	animation-name: animatebottom;
	animation-duration: 0.4s;
}

@keyframes animatebottom {
	from {
		transform: translateY(50px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Stylizacja Przyciski Zamknięcia */
.cart-modal-mobile-close {
	color: #aaa;
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.cart-modal-mobile-close:hover,
.cart-modal-mobile-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Ukrywanie 'cart-modal-mobile-wrapper' na urządzeniach mobilnych */
@media (max-width: 767px) {
	.cart-modal-mobile-wrapper {
		display: none;
	}

	/* Pokazanie 'cart-modal-mobile-wrapper' w modal */
	.cart-modal-mobile .cart-modal-mobile-wrapper {
		display: block;
	}

}

/* Ukrycie nowego przycisku na desktopie */
@media (min-width: 768px) {
	.mobile-add-to-cart-button {
		display: none;
	}

	/* Upewnienie się, że 'cart-modal-mobile-wrapper' jest widoczny na desktopie */
	.cart-modal-mobile-wrapper {
		display: block;
	}
}

/* Stylizacja Przyciski Dodaj do Koszyka */
.product-button {
	transition: background-color 0.3s ease;
}

.product-button:hover {
	background-color: var(--CTA-color);
}

/* Stylizacja Paginacji i Nawigacji Swiper (jeśli dotyczy) */
.custom-swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}

.custom-swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #000;
	opacity: 0.5;
	border-radius: 50%;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
}

.custom-swiper-pagination-bullet-active {
	background: #007bff;
	opacity: 1;
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
	color: #007bff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
	height: 44px;
	background-size: 27px 44px;
	cursor: pointer;
	z-index: 10;
	/* Upewnij się, że jest wyższy niż inne elementy */
}

.custom-swiper-button-next {
	right: 10px;

	/* Dodaj odpowiednią ikonę */
}

.custom-swiper-button-prev {
	left: 10px;

	/* Dodaj odpowiednią ikonę */
}







/* Ukrycie spinnerów w przeglądarkach WebKit */
.product-quantity input[type=number]::-webkit-inner-spin-button,
.product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Ukrycie spinnerów w Firefox */
.product-quantity input[type=number] {
	-moz-appearance: textfield;
}

/* Ukrycie przycisku czyszczenia w IE */
.product-quantity input[type=number]::-ms-clear {
	display: none;
}


.cart-wrapper button.single_add_to_cart_button.button.alt {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 8px;
	padding: 11px 16px;
	background: var(--CTA-color, #FFE788) !important;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: #fff !important;
	margin-top: 23px;
	transition: 0.3s;


}

.cart-wrapper button.single_add_to_cart_button.button.alt.added svg {
	display: none;
	transition: 0.3s;
}

.cart-wrapper button.single_add_to_cart_button.button.alt svg path,
.cart-wrapper button.single_add_to_cart_button.button.alt.added svg path {
	stroke: #fff;
}

.added_to_cart.wc-forward {
	display: none !important;
	font-size: 0px;
}

.cart-wrapper button.single_add_to_cart_button.button.alt:hover {
	transform: scale(0.95);
	transition: 0.3s;
}

.additional-info ul {
	display: flex;
	flex-direction: row;
	gap: 24px;
	margin: 0;
	padding: 0;
}

section.related.products {
	padding: 65px 0;
}

section.related.products h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 52px;
}

.product-info-additional {
	margin: 65px auto 82px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 52px;

}

.product-info-additional h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	/* 133.333% */
	text-align: center;

}

.related-products .swiper-slide .product-inner {
	padding: 48px 24px;
	border-radius: 8px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
	background: #FFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	transition: 0.3s;
}

.related-products .swiper-slide .product-inner:hover {
	box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	transition: 0.3s;

}

.related-products .swiper-slide .product-inner .product-details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
}

.related-products .swiper-slide .product-inner .product-details .woocommerce-loop-product__title {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

.related-products .swiper-slide .product-inner .product-details .price {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	color: var(--Brand-color-Primary, #5C79BB);

}

.related-products .swiper-slide .product-inner .product-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.related-products .swiper-slide .product-inner .product-image img {
	max-height: 120px;
	width: auto;
}

section.related.products ul.products li {
	width: 100%;
	margin: 0;
	padding: 48px 24px;
	border-radius: 8px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
}

section.related.products .product-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	gap: 24px;
}

section.related.products .bestseller-badge {
	display: flex;
	flex-direction: row;
	padding: 4px 8px 4px 4px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background: var(--Gray-Background, #ECEFF4);
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
}

section.related.products .product-inner .product-details {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

section.related.products .columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

section.related.products .columns-4 li.product-item {
	position: relative;

}

section.related.products .columns-4 li.product-item .wishlist-icon {
	position: absolute;
	top: 18px;
	right: 16px;
}

section.related.products .product-inner .woocommerce-loop-product__title {
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	margin: 0;
	padding: 0;
}

section.related.products .product-inner .price,
section.related.products .product-inner .woocommerce-Price-amount {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Brand-color-Primary, #5C79BB) !important;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*CART */

#cart {
	padding-bottom: 100px;
}

#cart .cart-summary {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
	gap: 32px;
	align-items: center;
}

#cart .archive-product-banner {
	margin: 24px 0;
}

#cart .cart-summary .cart-total {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

#cart .cart-summary .cart-total .vat-total-amount {
	font-weight: 400;
}

#cart .cart-summary .cart-total .total-amount {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
}

#cart .cart-name {
	padding-left: 16px;
	line-height: 20px;
}

#cart .cart-summary .cart-button {
	min-height: 56px;
	min-width: 249px;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

#cart .product-quantity input {
	width: 100%;
	max-width: 80px;
}

#cart .product-quantity {
	justify-content: flex-start;
}

#cart .cart-header {
	display: grid;
	grid-template-columns: 0px auto 243px 291px 243px 66px;
	padding: 24px;
	background: var(--Gray-Background-2, #FCFCFD);
	border-bottom: 1px solid var(--Outlines-on-grey, #D0D5DF);
	border-radius: 8px 8px 0px 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */

}

#cart .cart-list .cart-item .cart-action {
	transition: 0.3s;
}

#cart .cart-list .cart-item .cart-action:hover {
	transform: translateY(-3px);

	transition: 0.3s;
}

#cart .cart-list .cart-item.mobile-item {
	display: none;
	opacity: 0;
}

#cart .cart-list .cart-item {
	display: grid;
	grid-template-columns: 50px auto 243px 291px 243px 66px;
	padding: 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
	border-radius: 4px;
	align-items: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	transition: 0.3s;
	/* 123.077% */

}

#cart .cart-list .cart-item .vat-subtotal .woocommerce-Price-amount,
#cart .cart-list .cart-item .vat-price .woocommerce-Price-amount {
	font-size: 13px;
}

#cart .cart-item .woocommerce-Price-amount {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-Main);
}

#cart .net-price {
	font-size: 12px;
}

#cart .cart-price {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#cart .cart-subtotal {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#cart .net-subtotal {
	font-size: 12px;
}

#cart .gross-price span,
#cart .gross-price bdi,
#cart .gross-subtotal span,
#cart .gross-subtotal bdi {
	font-weight: 600;
}

#cart .net-total-amount {
	font-weight: 400;
}

/* MINI CART */

/* Ukryj modal domyślnie */
#basket-modal {
	position: fixed;
	top: 0;
	right: -100%;
	width: 480px;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	transition: right 0.3s ease-in-out;
	z-index: 1000;
	/* Ukrywamy element, ale pozostaje renderowany */
	visibility: hidden;
}

#basket-modal.active {
	right: 0;
	visibility: visible;
}


.mini-cart-price {
	display: flex;
	gap: 10px;
	align-items: center;
}

.mini-cart-price .vertical-divider {
	height: 100%;
	width: 1px;
	background-color: #ECEFF4;
}

.mini-cart-price .product-net-price {
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
}

#basket-modal .basket-content {
	/* position: relative; */
}

.empty-cart {
	position: absolute;
	top: 140px;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	gap: 21px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;

}



/* Stylizacja nagłówka */
.basket-header {
	padding: 24px;
	border-bottom: 1px solid #ECEFF4;
	position: relative;
}

.basket-header .header-content-basket {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;

}

.basket-header .header-content-basket .vertical-line {
	width: 1px;
	height: 24px;
	background: var(--Outlines-on-grey, #D0D5DF);
}

.basket-header h3 {
	margin: 0;
}

.basket-header .header-content-basket p {
	color: var(--Text-light, #94A0B1);
	text-align: center;

	/* Light/Caption */
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	/* 140% */
}

.basket-close-button {
	position: absolute;
	top: 26px;
	right: 24px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 0;
}

/* Stylizacja zawartości */


/* Stylizacja stopki */
.basket-footer {
	padding: 20px;
	border-top: 1px solid #ddd;
	background: var(--Gray-Background-2, #FCFCFD);
}



#basket-modal .product-thumbnail img {
	float: none;
	margin: 0;
	box-shadow: none;
	max-width: 62px;
	max-height: 57px;
}


#basket-modal .mini_cart_item {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-self: center;
	justify-content: space-between;
	padding: 16px;
	border-bottom: 1px solid #ECEFF4;
}

#basket-modal .product-thumbnail {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#basket-modal div.product-name {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 229px;
}

#basket-modal span.product-name {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-Main, #434E66);

}

#basket-modal span.product-price {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);

}


#basket-modal .custom_remove_from_cart_button {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: fit-content;
	transition: 0.2s;
}

#basket-modal .custom_remove_from_cart_button img {
	width: 24px;
	height: 24px;
	margin: 0;

}

#basket-modal .custom_remove_from_cart_button:hover {
	transition: 0.2s;
	transform: translateY(-3px);
}

#basket-modal .product_list_widget {
	margin: 0;
	padding: 0;
}

.woocommerce ul.product_list_widget li::before {
	content: none;
}

.basket-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	border: none;
}

.basket-footer p {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.basket-footer #basket-total-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	color: var(--Text-Main, #434E66);

}

.basket-footer #basket-total-price .basket-net-price {
	font-weight: 400;
	font-size: 13px;
}

.basket-footer .basket-total-price {
	font-weight: 600;

}

.basket-footer .cart-buttons {
	display: flex;
	flex-direction: row;
	gap: 8px;

}

.basket-footer .cart-buttons button {
	width: 100%;
	padding: 8px 16px;
}

.basket-footer #view-cart-button {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	background-color: #fff;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transform: scale(1);
	transition: 0.3s;
	color: var(--Text-Main) !important;


}

.basket-footer #view-cart-button:hover {
	transform: scale(0.95);
	transition: 0.3s;
}

.basket-footer #checkout-button {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

}

#lightboxOverlay {
	background: rgba(67, 78, 102, 0.30);
	opacity: 1;

}

/* Stylowanie Overlay */
.overlay {
	position: fixed;
	/* Pokrywa cały ekran */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(67, 78, 102, 0.30);
	/* Twój kolor tła */
	opacity: 0;
	/* Ukryty domyślnie */
	visibility: hidden;
	/* Ukryty z perspektywy dostępności */
	transition: opacity 0.3s ease, visibility 0.3s ease;
	/* Animacja pojawiania się */
	z-index: 999;
	/* Upewnij się, że nakładka jest powyżej innych elementów */
}

/* Widoczny stan Overlay */
.overlay.active {
	opacity: 1;
	visibility: visible;
}

.custom-quantity-buttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-height: 40px;
	/* padding: 8px; */
	gap: 2px;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);
	margin-left: -1px;
}

button.custom-quantity-button {
	background: none;
	border: none;
	padding: 0 8px;
}

.product-quantity {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.product-quantity input {
	max-width: 54px;
	max-height: 40px;
	padding: 16px;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	border-radius: 4px 0px 0px 4px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);



}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
	content: none;
}


#breadcrumbs .container {
	padding: 24px 0;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);

}

#breadcrumbs svg {
	margin: 0 16px;
}

p#breadcrumbs span a {
	color: var(--Text-light, #94A0B1);
	font-size: 13px !important;

	margin: 0 !important;
	font-weight: 600;

}

span.breadcrumb_last {
	color: var(--Text-Main, #434E66);
	font-size: 13px !important;

	margin: 0 !important;
	font-weight: 600;
}

#checkout .checkout-wrapper {
	display: flex;
	flex-direction: row;
	gap: 24px;
	padding-bottom: 40px;
}

#checkout .checkout-col-1 {
	width: 100%;
	gap: 32px;
	flex: 1;
}

#checkout .checkout-col-2 {
	width: 100%;
	flex: 1;
	/* padding: 24px; */
	gap: 32px;


}

#checkout .checkout-payment .container-wrapper {
	padding: 48px 64px;
	border-radius: 8px;


}

#checkout .checkout-header {
	padding: 24px;
	background: var(--Gray-Background-2, #FCFCFD);
	border-radius: 4px 4px 0px 0px;

}

#checkout .checkout-header h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 125% */
}

#checkout .container-wrapper {
	padding: 48px 64px;

}

#checkout .checkout-adresses,
#checkout .checkout-delivery,
#checkout .checkout-payment {
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
}

#checkout .checkout-payment h3.payment-title {
	margin: 32px 0 24px 0;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.woocommerce-billing-fields h3 {
	display: none;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-radio-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
	background: var(--CTA-color);
}

.woocommerce-radio-wrapper .radio-option {
	border-radius: 6px;
	border: 1px solid var(--Brand-Secondary-100, #E1E8F8);
	padding: 24px 16px;
	display: flex;
	justify-content: flex-start;
	gap: 16px;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.1s;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {

	width: 100%;
}

.woocommerce-billing-fields input {
	display: flex;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 6px;
	border: 1px solid var(--Brand-Secondary-100, #E1E8F8);
	background: var(--Neutrals-White, #FFF);
	color: var(--Text-light, #94A0B1);

	/* Light/Paragraph Small */
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
}

.woocommerce-billing-fields label {
	color: var(--Text-Main, #434E66);

	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal !important;
}

.radio-option:has(input[type="radio"]:checked) {
	border: 2px solid var(--Brand-color-Primary, #5C79BB);
}

#checkout .checkout-page-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 24px;
	background: var(--Gray-Background-2, #FCFCFD);
	border-radius: 8px;
	margin-bottom: 32px;

}

#checkout .header-checkout-col {
	display: flex;
	gap: 8px;
	align-items: center;

}

#checkout .header-checkout-col .col-number {
	display: flex;
	width: 40px;
	height: 32px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;


}

#checkout .header-checkout-col.col-1 .col-number {
	background: var(--CTA-color, #FFE788);
	color: #fff;

}

#checkout .header-checkout-col.col-3 .col-number {
	background: var(--Gray-Background, #ECEFF4);

}

#checkout .header-checkout-col h2 {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);

}

#checkout .header-checkout-col.col-2 {
	width: 64px;
	height: 1px;
	flex-shrink: 0;
	background: var(--Outlines-on-grey, #D0D5DF);

}

#payment .total-order {
	padding: 16px 0;
	border-top: 1px solid var(--Gray-Background, #ECEFF4);
	border-bottom: 1px solid var(--Gray-Background, #ECEFF4);
}



#payment .subtotal-order,
#payment .shipping-costs {
	padding: 8px 0;
}

#payment .subtotal-order,
#payment .total-order,
#payment .shipping-costs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

}

#payment .subtotal-order h3,
#payment .total-order h3,
#payment .shipping-costs h3 {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
}

#payment .subtotal-order span,
#payment .subtotal-order small,
#payment .shipping-costs span,
#payment .total-order .total-order-details {

	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

#payment .total-order .total-order-details {
	display: flex;
	flex-direction: column;
	align-items: flex-end;

}

#payment .total-order .total-order-details small {
	font-weight: 400;
	font-size: 13px;
}

#payment .subtotal-order p {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#payment .subtotal-order p .net-price,
#payment .subtotal-order p .net-price bdi,
#payment .subtotal-order p .net-price .woocommerce-Price-currencySymbol {
	font-weight: 400;
	font-size: 13px;
}

#payment .total-order .woocommerce-Price-amount.amount bdi {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
}

.woocommerce form .form-row .required {
	color: var(--Text-Main, #434E66);

}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	display: flex;

	align-items: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	margin: 15px 0;

}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
	margin-left: 10px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #fff;
	border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 24px 16px;
	border-radius: 6px;
	border: 1px solid var(--Brand-Secondary-100, #E1E8F8);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
	transition: 0.1s;
	cursor: pointer;
	box-sizing: border-box;
	transform: scale(1);

}

.woocommerce-checkout #payment ul.payment_methods li:has(input[type="radio"]:checked) {
	border: 2px solid var(--Brand-color-Primary, #5C79BB);
}

.woocommerce-checkout #shipping_method li:hover,
.woocommerce-checkout #payment ul.payment_methods li:hover,
.woocommerce-radio-wrapper .radio-option:hover {
	border: 2px solid var(--Brand-color-Primary, #5C79BB);
	transition: 0.1s;
	transform: scale(1);
	box-sizing: border-box;


}

.woocommerce-checkout #shipping_method li {
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid var(--Brand-color-Primary, #5C79BB);
	transition: 0.1s;
	transform: scale(1);
}

.woocommerce-checkout #shipping_method li:has(input[type="radio"]:checked) {
	border: 2px solid var(--Brand-color-Primary, #5C79BB);
}

.cart-subtotal td,
.order-total td {
	text-align: right;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

.cart-subtotal th,
.order-total th {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
}

.woocommerce-checkout #payment ul.payment_methods {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0;
	border: none;
}

.woocommerce-shipping-fields__field-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.woocommerce-shipping-fields__field-wrapper p {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-radio-wrapper {
	display: flex;
	flex-direction: column;
}

.woocommerce-shipping-fields__field-wrapper input {
	display: flex;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 6px;
	border: 1px solid var(--Brand-Secondary-100, #E1E8F8);
	background: var(--Neutrals-White, #FFF);
	color: var(--Text-light, #94A0B1);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.woocommerce-shipping-fields__field-wrapper label {
	color: var(--Text-Main, #434E66);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.shipping_address {
	margin-top: 32px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {

	padding: 12px 16px;
	border-radius: 6px;
	border: 1px solid var(--Brand-Secondary-100, #E1E8F8);
	background: var(--Neutrals-White, #FFF);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
}

#order_comments_field label {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 8px;
}

.woocommerce-billing-fields p {
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
	content: none;
	display: none;
}

/* Ustawienie nagłówka 'Wysyłka' nad zawartością */
.woocommerce-shipping-totals.shipping th {
	display: block;
	width: 100%;
	text-align: left;
	/* Możesz zmienić na 'center' lub 'right' w zależności od potrzeb */
	padding-bottom: 10px;
	/* Daje trochę przestrzeni pod nagłówkiem */
}

/* Ustawienie komórki <td> na pełną szerokość i włączenie flexboxa do układu */
.woocommerce-shipping-totals.shipping td {
	display: block;
	width: 100%;
}

/* Stylizowanie listy metod wysyłki, aby każda metoda była w nowym wierszu */
.woocommerce-shipping-methods {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	gap: 15px;
	/* Opcjonalnie dodaj margines dla lepszego wyglądu */
}

/* Opcjonalnie: Dodanie marginesów między metodami wysyłki */
.woocommerce-shipping-methods li {
	margin-bottom: 10px;
}

/* Dodanie paddingu do komórki, aby była bardziej przestronna */
.woocommerce-shipping-totals.shipping td {
	padding: 10px 0;
}


.woocommerce-privacy-policy-text {
	margin-bottom: 16px;
	margin-top: 32px;
}

.woocommerce-privacy-policy-text p {
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	/* 140% */
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	min-height: 56px;
	margin-top: 32px;
	background: var(--CTA-color) !important;
	color: var(--Text-Main);
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
	content: none;
	display: none;
}

.form-row.place-order {
	padding: 0 !important;
}

.form-row.validate-required {
	margin-top: 16px;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	/* 140% */
}

.woocommerce table.shop_table {
	display: flex;
	width: 100%;
	flex-direction: column;
	border: none;
	margin: 0;
}


.woocommerce table.shop_table tfoot {
	margin-top: 24px;
}

.woocommerce table.shop_table tbody {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border: none;
	padding: 0;
}

.woocommerce-shipping-totals.shipping {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.woocommerce-shipping-totals.shipping th {
	display: none;
}

.cart-list .cart-subtotal {
	justify-content: flex-start;
	gap: 8px;
}

.cart-subtotal,
.order-total {
	display: flex;
	justify-content: space-between;
}

.woocommerce table.shop_table td {
	padding: 0;
}

.payment-img {
	width: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	max-height: 24px;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
	content: none;

}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
	content: none;
}

#shipping_method li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0 !important;
	align-items: center;
	padding: 24px 16px;
	border-radius: 6px;
	border: 1px solid var(--Brand-Secondary-100, #E1E8F8);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	gap: 15px;
}

.ship-to-different-address {
	font-size: 16px;
}

/* THANK YOU PAGE */

#thanke-you-page {
	padding-bottom: 40pxnet-subtotal;
}

#thanke-you-page .checkout-page-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 24px;
	background: var(--Gray-Background-2, #FCFCFD);
	border-radius: 8px;
	margin-bottom: 32px;

}

#thanke-you-page .header-checkout-col {
	display: flex;
	gap: 8px;
	align-items: center;

}

#thanke-you-page .header-checkout-col .col-number {
	display: flex;
	width: 40px;
	height: 32px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;


}

#thanke-you-page .header-checkout-col.col-1 .col-number {
	background: var(--Gray-Background, #ECEFF4);

}

#thanke-you-page .header-checkout-col.col-3 .col-number {
	background: var(--CTA-color, #FFE788);

}

#thanke-you-page .header-checkout-col h2 {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main, #434E66);

}

#thanke-you-page .header-checkout-col.col-2 {
	width: 64px;
	height: 1px;
	flex-shrink: 0;
	background: var(--Outlines-on-grey, #D0D5DF);

}


.woocommerce-thankyou-order-details {
	display: flex;
	gap: 24px;
	margin: 32px auto;
}

.woocommerce-thankyou-order-received {
	border-radius: 8px;
	background: rgba(151, 206, 80, 0.04);
	padding: 16px 24px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

.woocommerce-thankyou-order-details .woocommerce-order-overview__order,
.woocommerce-thankyou-order-details .woocommerce-order-overview__date,
.woocommerce-thankyou-order-details .woocommerce-order-overview__payment-method {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 24px 40px;
	border-radius: 8px;
	background: var(--Gray-Background-2, #FCFCFD);
	flex: 1;
}

.woocommerce-thankyou-order-details .woocommerce-order-overview__order p,
.woocommerce-thankyou-order-details .woocommerce-order-overview__date p,
.woocommerce-thankyou-order-details .woocommerce-order-overview__payment-method p {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 125% */
}

.woocommerce-thankyou-order-details .woocommerce-order-overview__order h3,
.woocommerce-thankyou-order-details .woocommerce-order-overview__date h3,
.woocommerce-thankyou-order-details .woocommerce-order-overview__payment-method h3 {
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	/* 133.333% */
}

.woocommerce-order-details__header {
	display: grid;
	grid-template-columns: 0px auto 243px 291px 233px;
	padding: 24px;
	align-items: center;
	align-self: stretch;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 1px solid var(--Outlines-on-grey, #D0D5DF);
	background: var(--Gray-Background-2, #FCFCFD);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */

}

.woocommerce-order-item {
	display: grid;
	grid-template-columns: 50px auto;
	gap: 20px;
	padding: 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
	border-radius: 4px;
	align-items: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.woocommerce-order-item__details {
	display: grid;
	grid-template-columns: auto 243px 291px 233px;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

h3.woocommerce-order-item__name {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
}

.woocommerce-order-details__title {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin-top: 32px;
	margin-bottom: 24px;
	/* 125% */
}

.woocommerce-order-details__totals {
	display: flex;
	margin-top: 27px;
	flex-direction: row;
	gap: 24px;
	align-items: center;
}

.woocommerce-order-details__totals .woocommerce-order-total-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0px;
	border-radius: 8px;
	text-align: right;

}

.woocommerce-order-total-item__label {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

.woocommerce-order-total-item__value {
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
}

.woocommerce-order-total-item__value .includes_tax {
	font-size: 13px;
	font-weight: 400;

}

.woocommerce-order-item.mobile-item {
	display: none;
	opacity: 0;
}

/* REALIZACJE */

#realizacje {
	padding-top: 47px;
	padding-bottom: 152px;
}

#realizacje .realizacje-wrapper {
	display: flex;
	flex-direction: row;
	gap: 24px;
}

#realizacje-mobile-filters {
	display: none;
}


/* Stylizacja nawigacji */
.realizacje-navigation {
	margin-bottom: 20px;
	text-align: left;
	min-width: 312px;
}

.navigation-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.navigation-list li a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 16px;
	color: var(--Text-light, #94A0B1);


}

.navigation-list li {
	display: inline;
}

.nav-link {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-light, #94A0B1);

}

.nav-link:hover,
.nav-link.active {
	color: var(--Brand-color-Primary, #5C79BB);

}

/* Stylizacja galerii */
.realizacje-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.projekt-item {
	cursor: pointer;
	position: relative;
	opacity: 0;
	/* Ukryj elementy przed animacją */
	transform: translate3d(0, 20px, 0);
	height: 312px;
	z-index: 20;
	border-radius: 16px;

}

.projekt-item img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	transition: transform 0.3s;
	object-fit: cover;
}

.projekt-info {
	position: absolute;
	top: 24px;
	left: 24px;
	padding: 8px 16px;
	background: #FFF;
	border-radius: 32px;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-paragraph, #556479);
	z-index: 3;


}

.projekt-item .overlay-single-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Usuwamy bezpośredni background i opacity */
	/* background: linear-gradient(0deg, rgba(92,121,187,0.70) 0%, rgba(92,121,187,0.70) 100%), lightgray 50% / cover no-repeat; */
	box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	z-index: 2;
	pointer-events: none;
	opacity: 0;

	/* Upewnij się, że overlay jest na wierzchu */
}

.projekt-item .overlay-single-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(249, 108, 77, 0.80) 0%, rgba(249, 108, 77, 0.80) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
	border-radius: inherit;
	z-index: -1;
	/* Umieszczamy tło za zawartością */
	opacity: 0;
	transition: opacity 0.3s;
}

.projekt-item:hover .overlay-single-image::before {
	opacity: 0.7;
}

.projekt-item:hover .overlay-single-image {
	opacity: 1;
}

.projekt-item:hover {
	box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.25);
}

.projekt-item:hover .overlay-single-image svg {
	display: block;
	opacity: 1;
}

.overlay-single-image svg {
	display: none;
	width: 18px;
	height: 18px;
	z-index: 3;
	transition: 0.5s;
}

/* Stylizacja Lightbox */
.lb-data .lb-number {
	display: none;
}




/* O FIRMIE */


.faq-toggle-icon.rotated {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.faq-toggle-icon {
	cursor: pointer;
	transition: transform 0.3s ease;
}

.faq-toggle-icon path {
	stroke: #fff;
}

.item-desc {
	display: none;
}


#o-firmie .o-firmie-hero {
	display: flex;
	flex-direction: row;
	padding: 104px 0;
	justify-content: space-between;
	background: url(images/hero_background.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

#o-firmie .o-firmie-hero .col-1 {
	display: flex;
	flex-direction: column;
	gap: 39px;
}

#o-firmie .o-firmie-hero .col-1 h1 {
	max-width: 762px;
	font-size: 64px;
	font-weight: 600;
	line-height: 78px;
	color: var(--Text-Main, #434E66);

}

#o-firmie .o-firmie-hero .col-1 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: var(--Text-paragraph, #556479);
	max-width: 792px;
}

#o-firmie .o-firmie-hero .col-2 {
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
	padding-right: 74px;
	width: 20%;
}

#o-firmie .o-firmie-hero .col-2 img {
	max-width: 200px;
	height: fit-content;
}


#o-firmie .gallery-row.row-1 {
	display: flex;
	flex-direction: row;
}

.gallery-row-1.col-1 {
	display: flex;
	flex-direction: row;
	position: relative;
	flex: 1;
}

.gallery-row-1.col-2 {
	display: flex;
	flex-direction: row;
	flex: 1;
	position: relative;
}

.gallery-row-1.col-1 .o-firmie-large-image {
	flex: 1;
	min-height: 526px;
}

.gallery-row-1.col-1 .o-firmie-large-image img {
	height: 100%;
	object-fit: cover;
}

.gallery-row-1.col-1 .o-firmie-small-block.powierzchnie {
	flex: 1;
	height: 50%;
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: var(--White, #FFF);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;

}

.gallery-row-1.col-1 .o-firmie-small-block.powierzchnie h4 {
	font-size: 64px;
	font-weight: 600;
	line-height: 78px;
	color: var(--Text-Main, #434E66);

}

.gallery-row-1.col-1 .o-firmie-small-block.powierzchnie p {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-paragraph, #556479);

}


.o-firmie-small-block.doswiadczenie {
	height: 50%;
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--Brand-color-Primary, #5C79BB);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;

}

.o-firmie-small-block.doswiadczenie h4 {
	font-size: 64px;
	font-weight: 600;
	line-height: 78px;
	color: #fff;
}

.o-firmie-small-block.doswiadczenie p {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--White, #FFF);
}

.o-firmie-small-block.klienci {
	height: 50%;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	background: var(--Gray-Background, #ECEFF4);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.o-firmie-small-block.klienci h4 {
	font-size: 64px;
	font-weight: 600;
	line-height: 78px;
	color: var(--Text-Main, #434E66);

}

.o-firmie-small-block.klienci p {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-paragraph, #556479);

}

#o-firmie .gallery-row.row-2 {
	display: flex;
	flex-direction: row;
	min-height: 526px;
}

.gallery-row-2.col-1 {
	display: flex;
	flex: 1;
	position: relative;

}

.gallery-row-2.col-1 .o-firmie-small-block:first-of-type {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 50%;
}

.gallery-row-2.col-1 .o-firmie-small-block:first-of-type img {
	height: 100%;
	object-fit: cover;
}

.gallery-row-2.col-1 .o-firmie-small-block:last-of-type img {
	height: 100%;
	object-fit: cover;
}

.gallery-row-2.col-1 .o-firmie-small-block:last-of-type {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
}

.gallery-row-2.col-2 {
	display: flex;
	flex: 1;
}

.gallery-row-2.col-2 .o-firmie-large-image img {
	height: 100%;
	object-fit: cover;
}


#o-firmie .o-firmie-faq {
	padding: 120px 0 159px 0;
	display: flex;
	flex-direction: column;
	gap: 54px;
}

.faq-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.faq-header {
	display: flex;
	flex-direction: column;
	gap: 22px;


}

.faq-header h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: var(--Text-Main, #434E66);
}

.faq-header svg {
	padding-left: 4px;
}

.faq-item .item-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: var(--Gray-Background-2, #FCFCFD);
	border-radius: 8px 8px 0px 0px;
	padding: 24px 40px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: var(--Text-Main, #434E66);
	cursor: pointer;



}

.item-header .item-heade-icon {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--CTA-color, #FFE788);
	border-radius: 40px;



}

.faq-item .item-desc {
	padding: 32px 40px;
	border: 1px solid var(--Gray-Background, #ECEFF4);
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-Main, #434E66);



}



/* KONTAKT */

#kontakt-page {
	padding: 49px 0 216px 0;
}

#kontakt-page .container {
	display: flex;
	flex-direction: row;
}


#kontakt-page .kontakt-col {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.kontakt-col .kontakt-header {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin-bottom: 32px;
}

.kontakt-col .kontakt-header h2,
.kontakt-col .kontakt-header h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: var(--Text-Main, #434E66);

}

.kontakt-company {
	margin-bottom: 56px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: var(--Text-Main, #434E66);

}

#kontakt-page .kontakt-phone,
#kontakt-page .kontakt-mail {
	color: var(--Brand-color-Primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 125% */
}

.kontakt-phone {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.kontakt-mail {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}



.kontakt-hours {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 281px;

}

.hours-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hours-line span {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: var(--Text-Main, #434E66);

}

.hours-line span:last-of-type {
	font-weight: 600;


}


/* WISHLIST */


.wishlist-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
}

/* VARIATION MODAL */

/* Ukryj modal domyślnie */
#variation-modal {

	position: fixed;
	top: 0;
	right: -100%;
	width: 480px;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	transition: right 0.3s ease-in-out;
	z-index: 1000;
	/* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3); */
	visibility: hidden;
}

/* Po otwarciu modal */
#variation-modal.open {
	right: 0;
	visibility: visible;
}

/* Stylizacja zawartości modal */
#variation-modal .modal-wrapper {
	/* padding: 20px; */
}

/* Nagłówek modal */
#variation-modal .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
}

#variation-modal .modal-header h3 {
	margin: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 133.333% */
}

#variation-modal .close-modal {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

#variation-modal .modal-content {
	padding: 24px;
	box-shadow: none;
}

/* Styl dla overlay */


.variation-modal-content h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 24px;

}

.variation-modal-content form p {
	margin-bottom: 8px;
}

.variation-modal-content .woocommerce-variation-price {}

.variation-modal-content .woocommerce-variation-price .price {
	display: flex;
	flex-direction: column;
}

.variation-modal-content .woocommerce-Price-amount.amount {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: var(--Brand-color-Primary, #5C79BB);

}

.variation-modal-content .woocommerce-price-suffix .woocommerce-Price-amount {
	line-height: 16px;
	font-size: 13px;


}

.variation-modal-content .woocommerce-price-suffix {
	font-size: 13px !important;
	font-weight: 600;
	line-height: 16px;
	color: var(--Brand-color-Primary, #5C79BB);
	margin-bottom: 23px;
}


.variation-modal-content .cart_variants th.label {
	padding: 0;
	margin-bottom: 8px;
}

.variation-modal-content .cart_variants tr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 23px;
}

.variation-modal-content .cart_variants td.value {
	width: 100%;
}

.variation-modal-content .cart_variants td.value select {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	padding: 12px 16px;
	border-radius: 4px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);



}

.variation-modal-content .cart_variants a.reset_variations {
	font-size: 10px;
	font-weight: 600;
	margin-top: 12px;

}

.variation-modal-content .product-quantity input {
	max-width: none;
	width: 100%;
}

.variation-modal-content .woocommerce-variation-add-to-cart-enabled {
	display: none;
	opacity: 0;
}

.variation-modal-content #variable-wishlist-button {
	display: none;
	opacity: 0;
}

.variation-modal-content .add-variation-to-wishlist {
	width: 100%;
	background: var(--CTA-color, #FFE788);
	border-radius: 6px;
	border: none;
	padding: 8px 16px;
	min-height: 40px;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
}

.variation-modal-content .woocommerce-variation-add-to-cart.variations_button {
	display: none;
	opacity: 0;
}

.wishlist-button {
	background: none;
	padding: 0;
	border: none;
}

.remove-from-wishlist {
	border: none;
}

/* .remove-from-wishlist svg {
	fill: red;
} */


.icon-wrapper.wishlist-icon {
	position: relative;
}

.wishlist-count {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--Brand-color-Primary);
	/* padding: 3px; */
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	color: #fff
}


#variable-wishlist-button {
	margin-top: 10px;
	border: none;
	background: none;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	color: var(--Text-Main) !important;
	/* 123.077% */
}

#variable-wishlist-button svg rect {

	fill: #FCFCFD;
}


.wishlist-heder {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 31px 0 24px 0;
}


.share-wishlist {
	display: flex;
	align-items: center;
	gap: 11px;

}

.share-wishlist h3 {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;

}

.share-wishlist input {
	min-width: 332px;
	padding: 12px 16px;
	border-radius: 6px;
	border: 1px solid var(--Brand-Secondary-100, #E1E8F8);
	color: var(--Text-light, #94A0B1);
	font-size: 13px;


}

#copy-wishlist-link {
	background: none;
	border: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;

}

.wishlist-title h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.wishlist-list-header {
	padding: 24px;
	border-bottom: 1px solid var(--Outlines-on-grey, #D0D5DF);
	border-radius: 8px 8px 0px 0px;
	background: var(--Gray-Background-2, #FCFCFD);
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;



}

.wishlist-list-header .mobile-header {
	display: none;
}


.custom-wishlist {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 600px;
	margin-bottom: 40px;
}

.custom-wishlist li {
	display: grid;
	grid-template-columns: 50px auto;
	gap: 15px;
	padding: 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
	border-radius: 6px;

}

.wishlist-product-details {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.wishlist-product-name {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wishlist-product-name h2 {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;

}

.wishlist-product-name span.woocommerce-Price-amount {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;

}

.wishlist-product-name .vat-info {
	font-size: 13px;
}

.wishlist-product-name .vat-info bdi {
	color: var(--Text-Main);
}

.button.choose-options,
.button.add-to-cart {
	background: var(--CTA-color, #FFE788);
	border-radius: 6px;
	border: none;
	padding: 8px 16px;
	min-height: 40px;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;

}

.button.remove-from-wishlist {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.wishlist-action-buttons {
	display: flex;
	align-items: center;
	gap: 15px;
}

/* ACCOUNT MODAL */

/* Ukryj modal domyślnie */
#account-modal {
	display: none;
	position: fixed;
	top: 0;
	right: -100%;
	width: 480px;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	transition: right 0.3s ease-in-out;
	z-index: 1000;
	/* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3); */
}

/* Domyślnie ukrywamy oba elementy */
#account-modal,
#account-dropdown {
	display: none;
}

#account-dropdown {
	position: absolute;
	top: 100%;
	/* lub inna wartość w zależności od układu */
	left: 0;
	width: 300px;
	/* przykładowa szerokość */
	box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	background: #fff;
	padding: 32px;
	margin-left: -32px;
}

/* Modal – pełnoekranowy (dla niezalogowanych) */
#account-modal.open {
	display: block;
	right: 0;
	/* Dodaj pozostałe style modalu, np. centrowanie, tło, itp. */
}

.account-icon {
	position: relative;
}

/* Dropdown – wysuwany, pozycjonowany absolutnie */
#account-dropdown.open-dropdown {
	display: block;

}



/* Stylizacja zawartości modal */
#account-modal .modal-wrapper {
	/* padding: 20px; */
}

/* Nagłówek modal */
#account-modal .account-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
}

#account-modal .account-header {}

#account-modal .account-header h3 {
	margin: 0;
	font-size: 18px;

	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 133.333% */
}

#account-modal .close-modal {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}


#account-modal .woocommerce-form-login .lost_password {
	display: none;
	opacity: 0;
}

/* Dodatkowe style dla formularza logowania i nawigacji konta */
#account-modal .account-content {
	padding: 24px;
}

#account-modal .woocommerce-form-login {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#account-modal .woocommerce-form-login .form-row {
	display: flex;
	flex-direction: column;
}

#account-modal .woocommerce-form-login .form-row label {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	margin-bottom: 8px;
}

#account-modal .woocommerce-form-login .form-row input {
	display: flex;
	height: 40px;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);
	background: var(--White, #FFF);
}

#account-modal .woocommerce-form-login .woocommerce-form__label-for-checkbox {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	margin-bottom: 48px;
}

#account-modal .woocommerce-form-login .woocommerce-form__label-for-checkbox input {
	border-radius: 4px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);
	width: 24px;
	height: 24px;
	cursor: pointer;


}

#account-modal .woocommerce-form-login .woocommerce-form__label-for-checkbox span {
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	color: var(--Text-paragraph, #556479);

}

#account-modal .button.woocommerce-form-login__submit {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	justify-content: center;
	padding: 8px 16px;
	background: var(--CTA-color, #FFE788);
	border: none;
	font-size: 13px;
	line-height: 16px;
	color: var(--Text-Main, #434E66);
	font-weight: 600;
	margin-top: 40px;
	cursor: pointer;

}

#account-modal .woocommerce-LostPassword.lost_password {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

#account-modal .woocommerce-LostPassword.lost_password a {
	padding: 8px 16px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;


}

#account-modal nav.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}


#account-modal .woocommerce-account nav.woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
}

/* Przykładowe style dla nawigacji "Moje konto" */
#account-modal .woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
}

#account-modal .woocommerce-MyAccount-navigation li {}

#account-modal .woocommerce-MyAccount-navigation li a {
	color: var(--Brand-color-Primary);
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;

}

#account-modal .woocommerce-MyAccount-navigation li a:hover {
	font-weight: 600;

}

/* Styl dla overlay (opcjonalnie) */
#account-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	/* Powinien być niższy niż z-index modala */
}

#account-modal-overlay.active {
	display: block;
}


/* MOJE KONTO */

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	gap: 16px;
}

.woocommerce-MyAccount-navigation li a {
	color: var(--Brand-color-Primary);
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	transition: 0.3s;
}

.woocommerce-MyAccount-navigation li a:hover {
	font-weight: 600;
	transition: 0.3s;
}

.woocommerce-MyAccount-navigation li.is-active a {
	font-weight: 600;
}

.woocommerce-Addresses {
	display: flex;
	gap: 24px;
}

.woocommerce-Address-title {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 12px;

	margin-bottom: 24px;
}

.woocommerce-EditAccountForm {
	display: flex;
	flex-direction: column;

}

.woocommerce-form-row label {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

}

.woocommerce-form-row input {
	padding: 12px 16px;
	border-radius: 6px;
	border: 1px solid var(--Brand-Secondary-100, #E1E8F8);
	background: var(--Neutrals-White, #FFF);
}

#moje-konto {
	padding: 48px 0 120px 0;
}

#moje-konto .woocommerce-pagination.woocommerce-Pagination {
	display: flex;
	gap: 24px;
	align-items: center;
}

#moje-konto .u-columns.woocommerce-Addresses.col2-set.addresses::before {
	content: none;
}

#moje-konto .woocommerce-address-fields .form-row {
	margin: 0;
	padding: 0;
}

#moje-konto .woocommerce-address-fields .form-row label {
	color: var(--Text-Main, #434E66);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal !important;
}

#moje-konto .woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 24px;
}

#polityka-prywatnosci,
#regulamin,
#reklamacje,
#zwroty {
	padding: 24px 0;
}

#polityka-prywatnosci .container,
#regulamin .container,
#reklamacje .container,
#zwroty .container {
	max-width: 1120px;

}

#polityka-prywatnosci h4,
#regulamin h4,
#reklamacje h4,
#zwroty h4 {
	font-size: 21px;
	margin: 10px 0;

}

#polityka-prywatnosci h2,
#regulamin h2,
#reklamacje h2,
#zwroty h2 {
	margin: 30px;
	padding: 15px;
	font-size: 28px;
	border-top: 1px solid var(--Outlines-on-white, #ECEFF4);
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
	text-align: center;
}

#reklamacje p,
#zwroty p {
	padding: 6px 0;
}

#polityka-prywatnosci p,
#regulamin p {
	/* text-indent: 2em; */
	/* Wartość 2em jest przykładowa, możesz ją dostosować */
}

#attachment {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: var(--Brand-color-Primary);
	align-items: flex-start;

}

#attachment p {
	font-weight: 600;
}

.do-pobrania-list {
	list-style: none;
	display: flex;
	flex-direction: column !important;
	gap: 15px;

}

.do-pobrania-list a {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 125% */
	color: var(--Brand-color-Primary);
}


/* ZAMOWIENIE */

.woocommerce-bacs-bank-details {
	margin-top: 24px;
}

.order_details.custom_details {
	margin: 32px 0 !important;
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 24px;
	padding: 0;
}

.order_details.custom_details li {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	border-radius: 8px;
	background: var(--Gray-Background-2, #FCFCFD);
	gap: 32px;
	padding: 24px 40px !important;
	margin: 0 !important;
	border: none !important;
}

.order_details.custom_details li h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: none;
	/* 125% */
}

.order_details.custom_details li h2 {
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	text-transform: none;
	/* 133.333% */
}

#zamowienie .moreStuff {
	border: none;
	margin: 24px 0;
	width: fit-content;
}

#zamowienie .moreStuff:before {
	height: 56px;
	background: var(--CTA-color);
	color: var(--Text-Main);
	font-size: 13px;
	border: none;
	border-radius: 8px;
	padding: 20px 16px;
	font-family: var(--main-font-family);
	content: "Pokaż więcej metod płatności ";
	font-weight: 600;
}

#zamowienie #p24-bank-grid {
	margin: 0;
	padding: 0;
}

#zamowienie #payment p label {
	display: flex;
	align-items: center;
	font-size: 13px;
}

#zamowienie #payment p label input {
	margin-right: 8px;
}

#przelewy_payment_form #place_order.button.alt {
	width: auto;
	background: var(--CTA-color) !important;
	color: var(--Text-Main);
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	border-radius: 8px;
}

#payment .button.cancel {
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	font-size: 13px;
	font-weight: 600;
}

#przelewy_payment_form p:first-of-type {
	margin: 32px 0;
}

#przelewy_payment_form p {
	margin: 12px 0;
}

#przelewy_payment_form {
	margin-bottom: 24px;
}

.woocommerce-bacs-bank-details {
	display: flex;
}

/* ANIMACJE */

.fade-in {
	animation: fadeIn 0.5s forwards;
}

.fade-out {
	animation: fadeOut 0.5s forwards;
}

.animate-fade-in-up {
	animation: fadeInUp 0.5s forwards;
}

.animate-fade-out-down {
	animation: fadeOutDown 0.5s forwards;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.slide-up {
	animation: slideUp 0.5s forwards;
}

@keyframes slideUp {
	from {
		opacity: 1;
		height: auto;
	}

	to {
		opacity: 0;
		height: 0;
		margin: 0;
		padding: 0;
	}
}

.shake {
	animation: shake 0.5s;
}

@keyframes shake {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-5px);
	}

	50% {
		transform: translateX(5px);
	}

	75% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(0);
	}
}

.fade-change {
	animation: 0.3s
}

@keyframes fadeChange {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.basket-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}



@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

/* INPUTY */

input[type="checkbox"] {
	-webkit-appearance: none;
	/* Safari/Chrome */
	-moz-appearance: none;
	/* Firefox (częściowe) */
	appearance: none;
	/* Standard (Edge, itp.) */

	/* Własne style pudełka */
	width: 24px;
	height: 24px;

	border-radius: 4px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);
	background: var(--White, #FFF);
	cursor: pointer;
}

input[type="checkbox"]:checked {
	background-color: var(--Brand-color-Primary);
	background-image: url('images/checkbox_checked.svg');
	background-repeat: no-repeat;
	/* bez powtarzania */
	background-position: center;
	/* wyśrodkowanie */
	background-size: 80%;

}


/* WARNING */

.woocommerce-info {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	color: var(--Text-Main);
	padding: 16px 48px;
	border-radius: 8px;
	background: rgba(151, 206, 80, 0.04);
	border: none;
	margin: 24px 0;

}

.woocommerce-info::before {
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
	color: var(--Brand-color-Primary);

}

.woocommerce-noreviews {
	display: flex;
	padding: 16px 24px;
	align-items: center;
	gap: 16px;
	border-radius: 8px;
	background: rgba(151, 206, 80, 0.04);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	margin-bottom: 24px;
}


/* OPINIE SINGLE PRODUCT */

#commentform {

	display: flex;
	width: 100%;
	justify-content: space-around;
	gap: 24px;
	margin-top: 24px;
	align-items: center;
}

#commentform .comment-form-rating {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}

#commentform .comment-form-rating label {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: var(--Text-Main);
}

#commentform .comment-form-comment {
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

#commentform .comment-form-comment label {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: var(--Text-Main);
}

#commentform .form-submit {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 100%;



}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
	display: flex;
	height: 40px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	gap: 8px;
	align-self: stretch;
	background-color: var(--CTA-color) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 16px;
	color: #fff;
	transition: 0.3s;
	width: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
	transform: scale(0.95);
	transition: 0.3s;
}

.woocommerce #review_form #respond textarea {
	resize: vertical;
	padding: 16px;
}

.woocommerce p.stars a {
	color: var(--Brand-color-Primary);
	height: 24px;
	width: 24px;
}

.woocommerce #reviews #comments ol.commentlist {

	padding: 0;
}


/* PRODUCT ATTRIBUTES */

ul.woocommerce-product-attributes.shop_attributes {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
}

ul.woocommerce-product-attributes.shop_attributes li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
	padding: 16px 8px;

}

ul.woocommerce-product-attributes.shop_attributes li:hover {
	background-color: #FCFCFD;
	border-radius: 8px;
	transition: 0.3s;
}



/* BLOG */

#posts-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px 24px;
}

.blog-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.blog-card .card-image {
	max-height: 318px;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10;
}

.blog-card .card-image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 16px;
}

.blog-card .card-details {
	position: relative;
	z-index: 20;
	margin-top: -24px;
	margin-left: 24px;
	margin-right: 24px;
	display: flex;
	width: 376px;
	min-height: 228px;
	justify-content: space-between;
	padding: 32px 56px 56px 56px;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
	background: var(--White, #FFF);
	transition: 0.3s;
}

.blog-card .post-name {
	color: var(--Text-Main, #434E66);

	/* Heavy/Heading 4 */
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	transition: 0.4s;
	/* 133.333% */
}

.blog-card .post-date {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--Text-paragraph, #556479);


	/* Heavy/Paragraph Small */

	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

.blog-card:hover .post-name a {
	color: var(--Brand-color-Primary);
	transition: 0.4s;
}

.blog-card:hover .card-details {
	border-bottom: 1px solid var(--Brand-color-Primary, #5C79BB);
	transition: 0.3s;



}

/* SINGLE POST */

#post-header .container {
	max-width: 872px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-top: 53px;
	padding-bottom: 32px;
}

#post-header .container h1 {
	color: var(--Text-Main);
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
	/* 133.333% */
}

#post-header .container .separator {
	width: 100%;
	height: 1px;
	background: var(--Outlines-on-white, #ECEFF4);
}

#post-header .container .post-date {
	color: var(--Text-paragraph);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	display: flex;
	gap: 8px;
	align-items: center;
	/* 123.077% */
}

#post-main-image {
	margin-bottom: 62px;
}

#post-main-image .container {
	max-width: 872px;
}

#post-main-image .featured-image img {
	height: 558px;
	width: 100%;
	object-fit: cover;
	border-radius: 16px;


}

#post-content .wp-block-heading {
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 32px;
	/* 133.333% */
}

#post-content .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#post-content .content-wrapper {
	max-width: 872px;
	width: 100%;
}

#post-content img {
	border-radius: 16px;
}

#post-content .content-wrapper a {
	color: var(--Brand-color-Primary);
	font-weight: 600;
}

#post-content .content-wrapper p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 125% */
	color: var(--Text-paragraph);
	margin-bottom: 32px;
}

#related-posts {
	border-radius: 16px;
	background: var(--Gray-Background-2, #FCFCFD);
	margin-bottom: 96px;
}

#related-posts .container {

	padding-top: 67px;
	padding-bottom: 126px;
}

#related-posts .posts-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px 24px;
}

#related-posts h2 {
	font-family: Figtree;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	/* 133.333% */
	text-align: center;
	margin-bottom: 47px;
}

#blog-archive {
	margin-bottom: 104px;
}

#blog-archive .load-more-button {
	margin-top: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#blog-archive .section-header {
	padding: 57px 0 50px 0;
}

#blog-archive .section-header h2 {
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	/* 133.333% */
}

#faq-blog {
	margin-bottom: 159px;
}

#faq-blog .o-firmie-faq {
	display: flex;

	flex-direction: column;
	gap: 54px;
}


#lightboxOverlay {
	background: rgb(67 78 102 / 70%);
}

/* Stylowanie blokady scrollowania */
body.lightbox-open {
	overflow: hidden;
}

body {
	overflow: auto;
}

body.modal-open {
	overflow: hidden;
}

#lightbox {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
}

.lb-details {
	display: none !important;
}



.lightbox .lb-image {

	max-height: 80vh !important;
}

#koszyk .custom-quantity-buttons {
	height: 40px;
}

#koszyk .empty-cart {
	position: static;
	margin-top: 24px;
}

#koszyk .button.wc-backward {
	display: inline-flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	background: var(--CTA-color, #FFE788);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	width: fit-content;
	text-decoration: none;
	transition: 0.3s;
	transform: scale(1);
	border: none;
	margin-bottom: 20px;
	color: var(--Text-Main, #434E66);

	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	height: 40px;
}

.woocommerce-notices-wrapper {
	visibility: hidden;
	opacity: 0;
}

.woocommerce img,
.woocommerce-page img {

	width: 100%;
	height: 100%;
}

.shop-main #primary #main {
	display: flex;
	flex-direction: column;
}

#main .woocommerce-products-header {
	order: 1;
	margin-bottom: 24px;
}

#main .archive-sorting {
	order: 2;
}

#main #product-list {
	order: 3;
}

#main .archive-product-banner {
	order: 4;
}

.woocommerce-account .woocommerce-MyAccount-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#my-stored-cards label {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

#my-stored-cards h5 {
	margin-top: 8px;
}

#moje-konto .woocommerce table.shop_table {
	flex-direction: column;
}

.woocommerce-orders-grid__item {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	padding: 16px 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
	transition: 0.3s;
	gap: 24px;
	font-size: 14px;

}

.woocommerce-orders-grid__item:hover {
	background: var(--Gray-Background-2, #FCFCFD);
	transition: 0.3s;
}

.woocommerce-orders-grid.my_account_orders_grid {
	display: flex;
	flex-direction: column;
}

.woocommerce-orders-grid__column-order-total {
	display: flex;
	flex-direction: column;
}

.woocommerce-orders-grid__column-order-actions {
	display: flex;
	justify-content: flex-end;
}

#moje-konto .woocommerce-orders-grid__column-order-actions {
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
}

.clear {
	display: none;
}

.woocommerce-orders-grid__header {
	display: grid;
	padding: 16px 24px;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
	background: var(--Gray-Background-2, #FCFCFD);
	grid-template-columns: repeat(5, 1fr);
	font-size: 13px;
	font-weight: 600;
	gap: 24px;

}

.woocommerce-orders-grid__header-order-actions {
	display: flex;
	justify-content: flex-end;
}

.woocommerce-button--previous svg {
	transform: rotate(180deg);
}

#moje-konto .woocommerce-order-item.desktop-item {}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 80%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 19%;
}


/* MODAL REQUEST */

#offer-modal {
	right: 0;
	position: fixed;
	top: 0;
	/* right: -100%; */
	width: 480px;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	transition: right 0.3s ease-in-out;
	z-index: 1000;
	transition: 0.3s;

}

#offer-modal.offer-modal.active {
	display: block !important;
	transition: 0.3s;
}

.offer-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
}

.offer-modal-header h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 133.333% */
	color: var(--Text-Main);
}

.offer-modal-content {
	display: flex;
	padding: 24px;

}

.offer-modal-content form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.offer-modal-content form button {
	width: 100%;
}

#close-offer-modal {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

#offer-modal .forms-row input,
#offer-modal .wpcf7-textarea {
	border-radius: 4px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);
	background: var(--White, #FFF);
}

#related-products .custom-swiper-wrapper-blog {
	display: flex;
	/* grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	width: 100%; */
}

#related-products .custom-swiper-container-blog {
	overflow: hidden;
}

#related-products .product-link.custom-swiper-slide-blog {
	width: 100%;
}

#related-products .product-tile {
	position: relative;
	display: flex;
	padding: 48px 24px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	flex: 1 0 0;
	border-radius: 8px;
	border: 1px solid var(--Outlines-on-white, #ECEFF4);
	background: #FFF;
}

#related-products .product-tile .wishlist-icon {
	position: absolute;
	top: 18px;
	right: 16px;
	opacity: 0;
	transition: 0.3s;
}

#related-products .product-tile:hover .wishlist-icon {
	opacity: 1;
	transition: 0.3s;
}

#related-products .product-tile .product-image img {
	max-height: 200px;
	width: 100%;
}

#related-products .woocommerce-loop-product__title {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	text-align: center;
}

#related-products .product-details.grid-details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
	align-items: center;
}

#related-products .product-details.grid-details .price {
	color: var(--Brand-color-Primary);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

#related-products .related-products-container {
	position: relative;
	padding-bottom: 40px;
}

#ask-me {
	padding: 30px 0;
}

#ask-me .container {
	display: flex;
	justify-content: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--CTA-color);
}

#related-posts .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#related-products .custom-swiper-pagination-blog {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: var(--CTA-color);
}


#moje-konto .woocommerce-order-item {}

#zamowienie #order_review thead {
	background: #FCFCFD;
}

#zamowienie #order_review thead tr,
#zamowienie #order_review tbody tr {
	display: grid;
	grid-template-columns: auto 200px 200px;
	padding: 24px;
}

#zamowienie #order_review tbody tr {
	border-bottom: 1px solid var(--Outlines-on-grey, #D0D5DF);
}

#zamowienie #order_review .product-name {
	display: flex;
	gap: 10px;
}

#zamowienie #order_review .product-name ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 10px;
}

#zamowienie #order_review .product-name ul li {
	display: flex;
	gap: 10px;
}

.woocommerce table.shop_table td {
	border: none;
}

.woocommerce table.shop_table th {
	padding: 0;
}

#zamowienie .wc_payment_methods.payment_methods.methods {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 20px 0 0 0;
	padding: 0;
}

#zamowienie .wc_payment_methods.payment_methods.methods li {

	border-radius: 6px;
	border: 1px solid var(--Brand-Secondary-100, #E1E8F8);
	padding: 24px 16px;
	display: flex;
	justify-content: flex-start;
	gap: 16px;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.1s
}

#zamowienie .wc_payment_methods.payment_methods.methods li:has(input[type="radio"]:checked) {
	border: 2px solid var(--Brand-color-Primary, #5C79BB);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	display: inline-flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	background: var(--CTA-color, #FFE788);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #fff !important;
	text-decoration: none;
	transition: 0.3s;
	transform: scale(1);
	border: none;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background-color: var(--CTA-color);
	transition: 0.3s;
	transform: scale(0.95);
}

#moje-konto .woocommerce-radio-wrapper {
	gap: 16px;
}

#dostawa-page .container,
#platnosci .container {
	max-width: 1120px;
}

.dostawa-row,
.platnosci-wrapper {
	display: flex;
	gap: 45px;
	align-items: center;
	padding: 0 0 70px 0;
	border-bottom: 1px solid #ECEFF4
}



.dostawa-row:last-of-type {
	padding: 70px 0 70px 0;
	margin-bottom: 100px;
}

.dostawa-row .image-col {
	flex: 1;
	gap: 24px;
}

.dostawa-row .image-col img {
	max-width: 270px;
}

.dostawa-row .text-col {
	flex: 1;


}

.delivery-price-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 14px;
	font-weight: 600;
	padding: 12px;
	border-bottom: 1px solid #ECEFF4;
	;
}

.dostawa-header,
.platnosci-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 104px 0;
}

.dostawa-header h2,
.platnosci-header h2 {
	max-width: 762px;
	font-size: 64px;
	font-weight: 600;
	line-height: 78px;
	color: var(--Text-Main, #434E66);

}

.platnosci-wrapper {
	border: none;
}

.platnosci-wrapper .col {
	flex: 1;
}

.platnosci-wrapper .col h3 {
	margin: 12px 0 8px 0;
}

#ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
	font-size: 14px;

	font-family: var(--main-font-family);
}

.woocommerce-MyAccount-content address {
	font-size: 14px;
	line-height: 22px;
}

.custom-terms-notice {
	font-size: 13px;
}

textarea.input-text {
	resize: vertical;
}


.cart-wrapper .woocommerce-variation-price .price del {
	height: 28px;
}

.cart-wrapper .woocommerce-variation-price .price del .woocommerce-Price-amount {
	font-size: 16px;
	text-decoration: line-through;
}

.lowest-price-notice {
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
}

.lowest-price-notice .woocommerce-Price-amount,
.lowest-price-notice .woocommerce-Price-amount bdi {
	font-size: 13px !important;
	color: var(--Text-Main);
	line-height: 16px !important;
}


#wishlist-page .empty-list {
	display: flex;
	flex-direction: column;
	gap: 21px;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

#wishlist-page .empty-list p {
	font-size: 13px;
}

#sledzenie-zamowienia {
	padding: 24px 0;
}

#sledzenie-zamowienia .form-row {
	padding: 0;
	margin: 0;
}

#sledzenie-zamowienia form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#sledzenie-zamowienia .form-row label {
	font-size: 13px;
	font-weight: 600;
}

.slider-nav .slick-track {
	/* width: 100% !important; */
}

.cart_variants .variations td.single {
	padding-left: 17px;
	font-size: 13px;
}

.mobile-short-desc {
	display: none;
}

.custom-main-pagination {
	text-align: center;
	padding: 24px 0 16px 0;
}


#before-advantages .container {
	/* max-width: 800px; */
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 60px;
}

#before-advantages .content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}


#before-advantages .container .left-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	text-align: left;
}

#before-advantages .container .right-col {
	flex: 1;
}

#before-advantages .container .right-col img {
	border-radius: 16px;
}

/* MODAL WYCENY */


#indyvidual-ask {
	right: 0;
	position: fixed;
	top: 0;
	/* right: -100%; */
	width: 480px;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	transition: right 0.3s ease-in-out;
	z-index: 1000;
	transition: 0.3s;

}

#indyvidual-ask.indyvidual-ask-modal.active {
	display: block !important;
	transition: 0.3s;
}

.indyvidual-ask-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	border-bottom: 1px solid var(--Outlines-on-white, #ECEFF4);
}

.indyvidual-ask-header h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 133.333% */
	color: var(--Text-Main);
}

.indyvidual-ask-content {
	display: flex;
	padding: 24px;

}

.indyvidual-ask-content form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.indyvidual-ask-content form button {
	width: 100%;
}

#close-indyvidual-ask {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

#indyvidual-ask .forms-row input,
#indyvidual-ask .wpcf7-textarea {
	border-radius: 4px;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);
	background: var(--White, #FFF);
}


#indyvidual-ask .product-inputs {
	display: flex;
	gap: 24px;
}

#indyvidual-ask .dropdown-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

#indyvidual-ask .wpcf7-select {
	height: 40px;
	padding: 0px 16px;
	justify-content: center;
	border-radius: 4px;
	border: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: var(--Text-light, #94A0B1);
	width: 100%;
	border: 1px solid var(--Outlines-on-grey, #D0D5DF);
}

#kontakt-page .kontakt-button {
	margin-top: 24px;
}