/*!
Theme Name: Rubberpol
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.

Rubberpol 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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

:root {
	--main-font-family: 'Inter';
	--Text-Main: #000000;
	--Brand-color-Primary: #000000;
	--Text-paragraph: #575766;
	--CTA-color: #000000;
	--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;
	color: #fff;
	background: var(--CTA-color, #000);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	width: fit-content;
	text-decoration: none;
	transition: 0.3s;
	transform: scale(1);
	border: none;


}

.main-button span {
	color: #fff;
}

.secondary-button {
	display: inline-flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	background: var(--Grays-50, #F7F7F8);
	color: var(--Grays-900, #393941);

	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	width: fit-content;
	text-decoration: none;
	transition: 0.3s;
	transform: scale(1);
	border: none;


}

.third-button {
	display: inline-flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	background: #fff;
	color: #121212;

	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	width: fit-content;
	text-decoration: none;
	transition: 0.3s;
	transform: scale(1);
	border: none;
}

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

}

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

/* HEADER */

header {
	max-width: none;
	width: 100%;
	margin: 0 auto;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 999;
}

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

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

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

.site-branding .mobile-logo {
	display: none;
}

.site-branding .mobile-logo img {
	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;
}

#mobile-menu-toggle {
	display: flex;
	width: 30px;
	height: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 8px;
	background: #000;
}

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,
.modal-content .header-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 32px;


}

.modal-content .header-contact {
	flex-direction: column;
}

header .header-contact a,
.modal-content .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 .icon,
.modal-content .header-contact a .icon {
	border-radius: 6px;
	background: #000;
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}

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


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: #FFE788;
	/* padding: 3px; */
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	color: var(--Text-Main, #434E66);


}

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: 8px;
}

.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 {
	position: fixed;
	top: 62px;
	right: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: #fff;
	z-index: 550;
	transform: translateX(100%);
	transition: transform 0.35s ease;
	overflow-y: auto;
}

/* Kiedy menu jest otwarte */
.mobile-menu-modal.open {
	transform: translateX(0);
}

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

}


.modal-content {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	position: relative;
	border-radius: 8px;
	animation: fadeIn 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	gap: 100px;
	background-image: url(./images/background-pattern.png);
}

@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: #000;
	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 {
	border-radius: 24px;
	background: #2D2D2D;
}

#menu-menu-footer {
	display: flex;
	align-items: center;
	gap: 52px;
}

#menu-menu-footer li a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


#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 .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;
	align-items: center;


}

footer .footer-menu-wrapper .footer-logo-col img {
	max-width: 137px;
}

footer .footer-menu-wrapper .col {

	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;


}

footer .footer-menu-wrapper .col.footer-logo-col {}

footer .footer-menu-wrapper .col.footer-contact-col {
	justify-content: flex-end;
}

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-mail,
a.footer-phone {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: 0.3s;
	margin: 0;

}

a.footer-mail .icon,
a.footer-phone .icon {
	display: flex;
	width: 24px;
	height: 24px;

	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #FFF;
}

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 {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

.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-slider {
	padding-top: 120px;
}

#front-slider .container {
	max-width: unset;
	width: 100%;
}

#front-slider .text-container {
	display: flex;
	gap: 60px;
	padding-bottom: 36px;
	max-width: 1320px;
	margin: 0 auto;

}

#front-slider .text-container .col {
	flex: 1;
}

#front-slider .text-container .right-col {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#front-slider .text-container .right-col p {
	color: var(--Grays-600, #575766);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	/* 164.286% */
}

#front-slider .text-container .right-col .buttons-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

#front-slider .text-container .left-col h2 {
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#front-slider .image-container {
	padding-top: 70px;
	border-radius: 24px 24px 0 0;
	background-image: url(./images/background-pattern.png);
}

#front-slider .image-container img {
	width: 100%;
}

ul.products {
	margin: 0;
	padding: 0;
	list-style: none;
}

#after-swiper {
	background-color: #2D2D2D;
	border-radius: 24px;
	max-width: 1536px;
	position: relative;
	z-index: 10;
	margin-top: -290px;
}

#after-swiper .container {
	padding-top: 147px;
	padding-bottom: 110px;
}

#after-swiper .cat-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 100px;
}

#after-swiper .cat-wrapper .front-cat {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

#after-swiper .cat-wrapper .front-cat .cat-title h3 {
	color: #FFF;

	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-item .product-card {
	display: flex;
	padding: 32px;
	flex-direction: column;
	border-radius: 0;
	border: 1px solid var(--Grays-100, #EEEEF0);
	height: 100%;
	transition: 0.3s ease;
}

.product-item .product-card:hover {
	transform: scale(0.98);
}

.product-item .product-card .card-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product-item .product-card .card-footer {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.product-item .product-card .card-footer span {
	color: #000;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
}

#front-products .container {
	padding-top: 103px;
	padding-bottom: 95px;
	display: flex;
	flex-direction: column;
}

#front-products .container .section-header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 107px;
}

#front-products .container .section-header h1 {
	color: #393941;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#front-products .product-wrapper {
	flex: 2;
	width: 100%;
	max-width: 66%;
}

#front-products .product-wrapper .front-products-swiper {
	overflow: hidden;
}

#front-products .product-wrapper .products li.swiper-slide {
	flex: none;
	height: auto;
}

#front-products .section-wrapper {
	display: flex;
}

#front-products .section-baner {
	border-radius: 0 16px 16px 0;
	background: #2D2D2D;
	position: relative;
	background-image: url(./images/baner_background_ico.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 100%;
	flex: 1;
	width: 100%;
}

#mobile-baner .section-baner {
	display: flex;
	background-image: url(./images/baner_background_ico.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 100%;
	background: #2D2D2D;
	padding: 32px 24px 64px 24px;
	flex-direction: column;
	align-items: center;
	color: #fff;
	gap: 17px;
}


#mobile-baner .section-baner.mobile {
	display: none;
}

#mobile-baner .section-baner .baner-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 60px;
	align-items: center;
}


#mobile-baner .section-baner .baner-content .baner-title h3 {
	color: #FFF;

	text-align: center;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: underline;
}

#mobile-baner .section-baner .baner-content a {
	width: 100%;
}

#front-products .section-baner.desktop {
	display: block;
}

#front-products .section-baner .baner-icon {
	position: absolute;
	top: 24px;
	right: 24px;
}

#front-products .section-baner .baner-content {
	position: absolute;
	bottom: 64px;
	left: 64px;
	max-width: 200px;
	display: flex;
	flex-direction: column;
	gap: 55px;
}

#front-products .btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: 36px;
}

#front-products .section-baner .baner-content .baner-title h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.product-card .product-colors,
.product-card .product-cats {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-card .product-cats .cats {
	display: flex;
	flex-direction: column;
}

.product-card .product-colors .colors {
	display: flex;
	gap: 4px;
	align-items: center;
}

.product-card .product-colors .colors .product-color {
	display: flex;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 0.593px solid var(--Grays-200, #D9D9DE);
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s ease;
}

.product-card .product-colors .colors .product-color:hover {
	border-color: #000;
}

.product-card .product-colors .colors .product-color.active {
	border-color: #000;
}

.colors .product-color .color-dot {
	width: 4px;
	height: 8px;
	border-radius: 50%;


}

.product-item .product-card .card-footer .product-cats .cats {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.product-item .product-card .card-footer .product-cats .single-cat span {
	text-align: right;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

.woocommerce .products ul,
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 100%;
	margin: 0;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	content: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-family: var(--main-font-family);
}

.woocommerce ul.products li.product a img {
	max-width: 290px;
	width: 100%;
}


#contact-baner {
	border-radius: 16px;
	background: #D9D9DE;
}

#contact-baner .container {
	display: flex;
	padding-top: 97px;
	padding-bottom: 107px;
	gap: 260px;
}

#contact-baner .container .left-col {
	display: flex;
	flex-direction: column;
	gap: 39px;
	min-width: 394px;
}

#contact-baner .container .left-col h2 {
	color: #26262B;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#contact-baner .container .left-col .person-wrapper {
	display: flex;
	align-items: center;
	gap: 22px;
}

#contact-baner .container .left-col .person-wrapper img {
	width: 54px;
	height: 54px;
	border-radius: 16px;
	flex-shrink: 0;

}

#contact-baner .container .left-col .person-img {
	flex-shrink: 0;
}

#contact-baner .container .left-col .person-wrapper .person-text {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	color: #26262B;


}

#contact-baner .container .left-col .main-button {
	min-width: 230px;
}

#contact-baner .container .right-col {
	display: flex;
	flex-direction: column;
	gap: 66px;
}

#contact-baner .container .right-col .text-wrapper p:first-of-type {
	margin-bottom: 24px;
}

#contact-baner .container .right-col .text-wrapper {
	color: #26262B;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

#contact-baner .container .right-col .icons-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 39px 56px;
}

#contact-baner .container .right-col .icons-wrapper .icon {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

#contact-baner .container .right-col .icons-wrapper .icon .icon-text {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

#text-section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding-top: 165px;
	padding-bottom: 82px;
}

#text-section .active-text {
	max-width: 970px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

#text-section .active-text span.word {
	color: var(--Grays-200, #D9D9DE);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: 0.3s ease-in-out;
}

#text-section .active-text span.word.active {
	color: var(--Grays-950, #26262B);
}

#text-section .section-image {
	padding-top: 50px;
}

#icons-baner {
	background-image: url(./images/background-pattern.png);
	border-radius: 24px;

}

#icons-baner .container {
	padding-top: 75px;
	padding-bottom: 67px;
	display: flex;
	flex-direction: column;
	gap: 78px;
	align-items: center;
}

#icons-baner .container .icons-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px;
}

#icons-baner .container .icons-wrapper .icon {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

#icons-baner .container .icons-wrapper .icon .icon-title {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

#icons-baner .container .icons-wrapper .icon .icon-desc {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
}

#faq .container {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 69px;
	padding-bottom: 128px;
	padding-top: 70px;
}

#faq .container .section-header {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: center;
}

#faq .container .section-header h2 {
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#faq .container .section-header p {
	color: var(--Grays-600, #575766);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	/* 164.286% */
}

#faq .faq-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;

}

#faq .faq-wrapper .faq-item .faq-header {
	display: flex;
	height: 80px;
	padding: 24px 40px;
	align-items: center;
	gap: 32px;
	justify-content: space-between;
	border-radius: 8px;
	border: 1px solid var(--Grays-200, #D9D9DE);
	cursor: pointer;
	transition: 0.3s ease;
}

#faq .faq-wrapper .faq-item .faq-header:hover {
	border-color: #888888;
}

#faq .faq-wrapper .faq-item .faq-header h4 {
	color: var(--Grays-900, #393941);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 125% */
}

#faq .faq-wrapper .faq-item.active .faq-header {
	border-radius: 8px 8px 0 0;
	border-bottom: none;

}



#faq .faq-wrapper .faq-item .faq-header .faq-icon {
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(--Grays-950, #26262B);
	flex-shrink: 0;
}

#faq .faq-wrapper .faq-item .faq-header .faq-icon svg {
	transition: 0.3s ease;
}

#faq .faq-wrapper .faq-item.active .faq-header .faq-icon svg {
	transform: rotate(180deg);
}

#faq .faq-wrapper .faq-item .faq-desc {
	overflow: hidden;
	max-height: 0;
	border: 1px solid transparent;
	border-radius: 0 0 8px 8px;
	transition: max-height 0.35s ease, border-color 0.35s ease;
}

#faq .faq-wrapper .faq-item.active .faq-desc {
	border-color: var(--Grays-200, #D9D9DE);
}

#faq .faq-wrapper .faq-item .faq-desc-inner {
	padding: 24px 40px;

}

/* #zaufanie – obrazki desktop/mobile */
.zaufanie-img {
	width: 100%;
	height: auto;
	display: block;
}

.zaufanie-img--mobile {
	display: none;
}

@media (max-width: 768px) {
	.zaufanie-img--desktop {
		display: none;
	}

	.zaufanie-img--mobile {
		display: block;
	}
}

#zaufanie {
	border-radius: 16px;
	background: #2D2D2D;
	margin-top: 56px;
	display: none;
	opacity: 0;
	visibility: hidden;
}

#zaufanie .container {
	padding-top: 93px;
	padding-bottom: 137px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#zaufanie .section-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 700px;
	text-align: center;
	gap: 13px;
	margin-bottom: 124px;
	margin-top: -60px;
}

#zaufanie .section-header h2 {
	text-align: center;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#zaufanie .section-header .highlight::after {
	background-color: #fff;
}

#zaufanie .card-wrapper {
	overflow: hidden;
	width: 100%;
}

#zaufanie .card-wrapper .zaufanie-card {
	box-sizing: border-box;
	gap: 24px;
	border-radius: 16px;
	background: #383838;
	display: flex;
	padding: 48px;
	flex-direction: column;
	align-items: flex-start;
}

#zaufanie .card-wrapper .zaufanie-card .review-text {
	color: #9B9B9B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	/* 143.75% */
}

#zaufanie .card-wrapper .zaufanie-card .review-footer {
	color: #EAEAEA;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}



/* PRODUCTS PAGE */

#archive-header {
	background-image: url(./images/background-pattern.png);
	border-radius: 24px;
	margin-top: 50px;
	margin-bottom: 73px;

}

#archive-header .container {
	display: flex;
	padding-top: 75px;
	padding-bottom: 75px;
}

#archive-header .container .shop-header {
	display: flex;
	gap: 100px;
}

#archive-header .container .shop-header h1 {
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#archive-header .container .header-text {
	color: var(--Grays-600, #575766);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-top: 15px;
	line-height: 23px;
	/* 164.286% */
}

#product-page {
	margin-bottom: 130px;
}

body.post-type-archive-product #contact-baner {
	margin-bottom: 24px;
}

/* #product-page #product-list ul li:first-of-type .product-card {
	border-radius: 16px 0 0 0;

} */

#single-product .product-basic-info {
	display: flex;
	gap: 86px;
}

#single-product .product-basic-info .product-image-wrapper,
#single-product .product-basic-info .product-info-wrapper {
	flex: 1;
	max-width: 50%;
}

#single-product .product-basic-info .product-info-wrapper {

	display: flex;
	flex-direction: column;
	margin-top: 24px;
}

.product-info-wrapper .product-title {
	color: var(--Grays-950, #26262B);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 50px;
}

.product-info-wrapper .product-short-description {
	color: #26262B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 33px;
	/* 164.286% */
}

.product-info-wrapper .product-short-description p {
	margin: 24px 0;
}

.product-info-wrapper .product-info-desc {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.product-info-wrapper .product-info-desc .product-attributes {

	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 23px;
}

.product-info-wrapper .product-info-desc .product-attributes li,
.product-info-wrapper .product-info-desc .product-colors,
.product-info-wrapper .product-info-desc .product-grubosci {
	color: var(--Grays-950, #26262B);
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-info-wrapper .product-info-desc .product-attributes li span:last-of-type {
	color: var(--Grays-900, #393941);
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

.product-info-wrapper .product-info-desc .product-colors .colors {
	display: flex;
	align-items: center;
	gap: 4px;
}

.product-info-wrapper .product-info-desc .product-colors .colors .product-color {
	border-radius: 4.741px;
	border: 0.593px solid var(--Grays-200, #D9D9DE);
	height: 16px;
	width: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-info-wrapper .product-info-desc .product-grubosci .grubosci {
	display: flex;
	gap: 4px;
	color: var(--Grays-900, #393941);
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
}

.product-info-wrapper .zastosowanie-wrapper {
	margin-top: 55px;
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-bottom: 55px;

}


.product-info-wrapper .ask-wrapper {
	margin-bottom: 16px;
}

.product-info-wrapper .ask-wrapper .main-button {
	width: 100%;
}

.product-info-wrapper .product-info-download .buttons-info {
	display: flex;
	gap: 16px;
	width: 100%;
}

.product-info-wrapper .product-info-download .buttons-info a {
	width: 100%;
	flex: 1;
}

.product-info-wrapper .zastosowanie-wrapper .wrapper-header h3 {
	color: var(--Grays-950, #26262B);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 100% */
}

.product-info-wrapper .zastosowanie-wrapper .cards-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.product-info-wrapper .zastosowanie-wrapper .cards-wrapper .single-zastosowanie {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 8px;
	position: relative;

}

.cards-wrapper .single-zastosowanie .icon {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #000;
}

.cards-wrapper .single-zastosowanie .icon svg path {
	stroke: #fff;
}

.cards-wrapper .single-zastosowanie .zastosowanie-name {
	position: absolute;
	bottom: 16px;
	left: 16px;
	color: var(--Neutrals-White, #FFF);
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	max-width: 50%;
	/* 160% */
}

#zalety {
	border-radius: 16px;
	background: #D9D9DE;
	margin-bottom: 29px;
}

#zalety .container {
	display: flex;
	flex-direction: column;
	gap: 29px;
	padding-top: 54px;
	padding-bottom: 73px;
}

#zalety .container .section-header {
	color: var(--Grays-900, #393941);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 100% */
}

#zalety .container .product-features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px 73px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.feature-item .feature-icon {
	height: 36px;
	width: 36px;
	background-color: #000;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-item .feature-icon svg path {
	stroke: #fff;
}

.feature-item .feature-label {
	color: #434E66;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* Slider nav – miniaturki */
.slider-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.slider-nav .nav-item {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid var(--Grays-200, #D9D9DE);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-sizing: border-box;
	flex-shrink: 0;
}

.slider-nav .nav-item.active {
	border-color: var(--Grays-950, #26262B);
}

.slider-nav .nav-item img {
	max-height: 30px;
	width: auto;
	display: block;
}

/* Modal indywidual-ask – slide z prawej */
#indyvidual-ask {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 648px;
	max-width: 100%;
	background: #fff;
	z-index: 10000;
	transform: translateX(100%);
	transition: transform 0.35s ease;
	overflow-y: auto;
	display: block !important;
}

#indyvidual-ask.active {
	transform: translateX(0);
}

/* Overlay */
#overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.20);
	z-index: 9999;
}

#overlay.active {
	display: block;
}

.indyvidual-ask-header {
	display: flex;
	justify-content: space-between;
	padding: 24px 48px;
	align-items: center;
	border-bottom: 1px solid var(--Grays-100, #EEEEF0);
	background: var(--Neutrals-White, #FFF);
}

.indyvidual-ask-header h3 {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 70.833% */
}

#close-indyvidual-ask {
	height: 36px;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	border: none;
	border-radius: 4px;
}

#close-indyvidual-ask svg path {
	stroke: #fff;

}

#indyvidual-ask .indyvidual-ask-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 32px 48px;

}

#modal-product-info {
	display: flex;
	gap: 35px;
	align-items: center;
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--Grays-50, #F7F7F8);
	;
}

#modal-product-info .product-img {
	flex-shrink: 0;
}

#modal-product-info .product-img img {
	height: 60px;
	width: auto;
}

#modal-product-name {
	color: var(--Grays-950, #26262B);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	border-radius: 8px;
	border: 1px solid var(--Grays-200, #D9D9DE);
	background: var(--Neutrals-White, #FFF);
}

.wpcf7-form .main-button {
	width: 100%;
}

#single-product {
	margin-bottom: 55px;
	margin-top: 86px;
}

#pattern-separator {
	height: 21px;
	border-radius: 24px;
	background-image: url(./images//background-pattern.png);
	margin-bottom: 20px;
}


/*KONTAKT PAGE */

#map {
	height: 462px;
	width: 100%;
	border-radius: 24px;
	position: relative;
}

#map #kontakt-map {
	height: 100%;
	width: 100%;
	border-radius: 24px;
}

#contact-form {
	border-radius: 24px;
	background: #D9D9DE;
	margin-top: 65px;
	margin-bottom: 45px;
}

#contact-form .container {
	display: flex;
	flex-direction: column;
	gap: 90px;
	padding-top: 90px;
	padding-bottom: 150px;
	max-width: 660px;
}

#contact-form .container .section-header h2 {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	/* 150% */
}

/* O NAS */
#company-hero {
	position: relative;
}

#company-hero .container {
	padding-top: 90px;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

#company-hero .container .left-col {
	padding-top: 86px;
	padding-bottom: 133px;
}

#company-hero .container .left-col h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 490px;
	color: #000;


}

#company-hero .container .right-col {
	padding-top: 86px;
}

#company-hero .container .right-col p {
	color: #8C8C8C;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	max-width: 530px;
	/* 164.286% */
}

#company-hero .container .mid-col {
	width: 1px;
	height: auto;
	background: #D9D9D9;
}

#company-hero .hero-numbers {
	position: absolute;
	right: 138px;
	bottom: -130px;
	border-radius: 16px;
	background: #2D2D2D;
	width: 570px;
	height: 260px;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 30px;
}

#company-hero .hero-numbers .number-wrapper span {
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#company-hero .hero-numbers p {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

#images {
	max-width: unset;
	position: relative;
}

#images::before {
	content: '';
	position: absolute;
	top: 250px;
	left: 50%;
	right: 0;
	bottom: 0;
	background-color: #D9D9DE;
	z-index: 0;
	/* dostosuj do potrzeb */
}

#images .container {
	max-width: 1600px;
}

#images .company-swiper,
#images .company-swiper .swiper-wrapper {
	max-height: 770px;
	width: 100%;
	height: 100%;
}

#images .company-swiper .swiper-wrapper {
	position: relative;
}

#images .company-swiper .swiper-wrapper .swiper-slide img {
	max-height: 770px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px 16px 16px 0;
}

#images .slide-description {
	position: absolute;
	top: 55px;
	left: 140px;
	display: inline-flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	background: #000;
	color: #FFF;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index: 20;

}

#images .swiper-navs {
	position: absolute;
	bottom: 20px;
	left: 50%;
	background-color: #000;
	display: flex;
	z-index: 20;
	gap: 32px;
	padding: 16px 24px;
	border-radius: 8px;
	transform: translateX(-50%);
}

#images .swiper-navs .swiper-pagination {
	position: static;
	color: #FFF;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#images .swiper-navs .navs-divider {
	height: 24px;
	width: 1px;
	background: #3B3B3B;
}

#images .swiper-navs .pagination-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

#images .images-wrapper {
	display: flex;
	max-height: 407px;
	position: relative;
	z-index: 10;
}

#images .images-wrapper .col-1 {
	width: 603px;
	height: 407px;
}

#images .images-wrapper .col-1 img {
	border-radius: 0 0 0 16px;
	height: auto;
	width: 100%;
	object-fit: cover;
}

#images .images-wrapper .col-2 {
	background-color: #D9D9DE;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 402px;
	height: auto;
	border-right: 1px solid #00000023;
}

#company-text .container {
	display: flex;
	justify-content: space-between;
	padding-top: 120px;
	padding-bottom: 136px;

}

#company-text .container .left-col {
	max-width: 530px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#company-text .container .left-col h2 {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#company-text .container .left-col p {
	color: #8C8C8C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

/* ZOSTAN PARTNEREM */
#dist-hero {
	background-image: url(./images/zostan_partnerem_background.png);
	background-repeat: no-repeat;
	background-position-x: 68px;
	background-position-y: 50px;
}

#dist-hero .container {
	padding-top: 175px;
	padding-bottom: 196px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

#dist-hero .container h1 {
	text-align: center;
	color: #000;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 950px;
	margin-bottom: 75px;
}

#dist-hero .container .hero-text {
	color: #464646;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	max-width: 860px;
}


#dist-hero .container .main-button {
	margin-top: 30px;
}

#why-us {
	border-radius: 16px;
	background: #2D2D2D;
	position: relative;
}

#why-us .section-image {
	max-width: 1400px;
	margin: 0 auto;
	position: absolute;
	top: -124px;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;


}

#why-us .section-image img {
	max-height: 462px;
	height: 100%;
	width: 100%;
}

#why-us .container {
	padding-top: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 102px;
	padding-bottom: 105px;
}

#why-us .container .cols-wrapper {
	display: flex;
	gap: 54px;
	max-width: 1100px;
	width: 100%;
	justify-content: space-between;
}

#why-us .container .cols-wrapper .left-col h2 {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 350px;
}

#why-us .container .cols-wrapper .right-col {
	max-width: 660px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 56px 39px;
}

#why-us .container .cols-wrapper .right-col .single-row {
	display: flex;
	flex-direction: column;
	gap: 17px;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */

}

#why-us .container .logos {
	display: flex;
	padding: 32px 80px;
	justify-content: space-between;
	align-items: center;
	border-radius: 72px;
	border: 1px solid var(--Grays-500, #737484);
	width: 100%;
	display: none;
	visibility: hidden;
	opacity: 0;
}

#why-us .container .logo-text h3 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#why-us .container .logos .logo-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#dist-form .container {
	display: flex;
	padding-top: 116px;
	padding-bottom: 138px;
	gap: 116px;
	max-width: 1140px;
}

#dist-form .container .left-col {
	max-width: 361px;
	padding: 60px 70px 130px 70px;
	border-radius: 16px;
	background: #D9D9DE;
	height: fit-content;

}

#dist-form .container .left-col img {

	width: 54px;
	height: 54px;
	border-radius: 16px;
	object-fit: cover;

}

#dist-form .container .left-col h2 {
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 14px;
	margin-bottom: 36px;
}

#dist-form .container .left-col .col-text {
	color: #26262B;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
}

#dist-form .form-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#dist-form .forms-row.form-company {
	display: flex;
	flex-direction: row;
	gap: 24px;
}

#dist-form .wpcf7-form {
	gap: 70px;
}

#dist-form .wpcf7-form select {
	height: 40px;
	padding: 0px 16px;
	justify-content: center;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	width: 100%;
}

#dist-form .forms-row.form-years .radio-group {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 8px;
}

#dist-form .wpcf7-list-item {
	margin: 0;
	flex: 1;

}

#dist-form .wpcf7-list-item label {
	display: flex;
	padding: 16px;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	border-radius: 8px;
	border: 1px solid var(--Grays-200, #D9D9DE);
	background: var(--Neutrals-White, #FFF);
	cursor: pointer;
}

.wpcf7-list-item:has(input[type="radio"]:checked) label {
	border-color: #000;
}

#dist-form .wpcf7-list-item label span {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 123.077% */
}

#dist-form .wpcf7-list-item label input {
	width: 20px;
	height: 20px;

	border-color: var(--Grays-200, #D9D9DE);
}

#dist-form .wpcf7-form-control.wpcf7-radio {
	display: flex;
	align-items: center;
	gap: 8px;
}

#dist-form .wpcf7-form-control-wrap {
	width: 100%;
}

#dist-form .forms-row.form-order-size .wpcf7-form-control.wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

#dist-form .forms-row.acceptance .wpcf7-form-control-wrap {
	width: auto;
}

#kontakt-page .container {
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 100px;
}

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

#kontakt-page .container .kontakt-col.col-3 {
	margin-right: 170px;
}

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

#kontakt-page .container h1,
#kontakt-page .container h2 {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	/* 150% */
}

#kontakt-page .container .kontakt-company p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 125% */
}

#kontakt-page .container .kontakt-company p:first-of-type {
	margin-bottom: 16px;
}

#kontakt-page .kontakt-hours {
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: var(--Text-Main, #434E66);

	/* Light/Paragraph Large */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 125% */
}

#kontakt-page .kontakt-phone {
	margin-top: 56px;
}

#kontakt-page .kontakt-mail {
	margin-top: 24px;
}

#kontakt-page .kontakt-phone,
#kontakt-page .kontakt-mail {
	color: #000;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 8px;
}

#kontakt-page .kontakt-phone .icon,
#kontakt-page .kontakt-mail .icon {
	display: flex;
	width: 24px;
	height: 24px;

	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #000;

}

#map {
	position: relative;
}

#map .info-wrapper {
	position: absolute;
	left: 135px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	padding: 50px;
	border-radius: 16px;
	background: #000;
}

#map .info-wrapper h2 {
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	/* 133.333% */
	margin-bottom: 33px;
	max-width: 196px;
}

#map .info-wrapper .adress {
	color: #D9D9DE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 75px;
	/* 125% */
}

#map .info-wrapper a.third-button {
	width: 100%;
}

#contact-form .forms-row.name {
	gap: 32px;
}

.mobile-product-title {
	display: none;
}

#zalety .section-header h3 {
	color: var(--Grays-900, #393941);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 100% */
}

#contact-baner .container .mobile-col {
	display: none;
	flex-direction: column;
	gap: 35px;
	padding-top: 43px;
	border-top: 1px solid #B7B7C2;
}



#contact-baner .container .mobile-col .person-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
}

#contact-baner .container .mobile-col .person-wrapper img {
	width: 54px;
	height: 54px;
	border-radius: 16px;
	flex-shrink: 0;

}


#contact-baner .container .mobile-col .person-wrapper .person-text {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	/* 123.077% */
	color: #26262B;
	text-align: center;


}

#contact-baner .container .mobile-col a {
	width: 100%;
}


#zaufanie .card-wrapper-pagination {
	bottom: 40px;
}




#zaufanie .card-wrapper-pagination .swiper-pagination-bullet {
	background-color: #575766 !important;
	opacity: 1 !important;
}

#zaufanie .card-wrapper-pagination .swiper-pagination-bullet-active {
	background-color: #fff !important;
}

.swiper-pagination-bullet-active {
	background-color: #000 !important;
}

#polityka-prywatnosci {
	background-image: url(./images/background-pattern.png);
	border-radius: 36px;
	margin: 40px auto;
}

#polityka-prywatnosci .container {
	max-width: 1000px;
	padding-top: 80px;
	padding-bottom: 120px;
	margin: 0 auto;

}

#polityka-prywatnosci .wp-block-heading {
	margin: 24px 0;
}

#polityka-prywatnosci h1.wp-block-heading {
	margin-bottom: 50px;
	font-size: 36px;
}

#attachment {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 40px;
}