/*!
Theme Name: Koler
Theme URI: http://underscores.me/
Author: Hypercon
Author URI: http://www.hypercon.pl
Description: Szablon strony Koler
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: koler
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.

Koler 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

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: #fff9c0;
	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:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"]

/* input[type="submit"]  */
	{
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover

/* input[type="submit"]:hover */
	{
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus

/* input[type="submit"]:active,
input[type="submit"]:focus  */
	{
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.dual-logo-link {
	display: inline-flex;
	align-items: center;
}

.dual-logo-link .custom-logo {
	display: block;
	height: auto;
	width: auto;
}

.has-light-header .site-branding .dual-logo-link--has-light .custom-logo--light {
	display: none;
}

.has-dark-header .site-branding .dual-logo-link--has-light .custom-logo--dark {
	display: none;
}

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

/*--------------------------------------------------------------
# Blog category archive
--------------------------------------------------------------*/
.blog-category-archive {
	padding: 40px 0 72px;
}

.blog-category-archive__breadcrumb {
	margin-bottom: 10px;
}

.blog-category-archive__header {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: flex-start;
	align-items: center;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.blog-category-archive__heading {
	margin: 0;
	font-size: 32px;
	line-height: 34px;
}

.blog-category-archive__description {
	margin-top: 12px;
	color: #6c6c6c;
	max-width: 520px;
}

.blog-category-archive__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: flex-end;
	font-weight: 600;
}

.blog-category-archive__filter {
	color: #000000;
	text-decoration: none;
	transition: color 0.2s ease;
	font-size: 18px;
	line-height: 34px;
}

.blog-category-archive__filter:hover,
.blog-category-archive__filter.is-active {
	color: #F7BA00;
	text-decoration: underline;
}

.blog-category-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}

.blog-category-card {
	border: 1px solid #DBDBDB;
	border-radius: 16px;
	padding: 10px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-category-card__image {
	display: block;
	line-height: 0;
	border-radius: 12px;
	overflow: hidden;
}

.blog-category-card__image img {
	display: block;
	width: 100%;
	height: auto;
	height: 210px;
	object-fit: cover;
}

.blog-category-card__content {
	padding: 10px;

	display: flex;
	flex-direction: column;
	gap: 8px;
}

.blog-category-card__meta {
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
}

.blog-category-card__tag {
	color: #F7BA00;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}

.blog-category-card__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	color: #1d1d1d;
}

.blog-category-card__title a {
	color: #343434;
	text-decoration: none;

	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.blog-category-card__title a:hover {
	text-decoration: underline;
}

.blog-category-card__excerpt {
	margin: 0;
	color: #9A9A9A;

	font-size: 13px;
	line-height: 20px;
}

.blog-category-archive .pagination {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.blog-category-archive .pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	color: #1d1d1d;
	text-decoration: none;
	font-weight: 600;
	background-color: white;

	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.blog-category-archive .pagination .page-numbers.current {
	border-color: #F7BA00;
	color: #343434;
	background-color: #FFC2071A;
}

.blog-category-archive .pagination .page-numbers.next,
.blog-category-archive .pagination .page-numbers.prev {
	width: auto;
	padding: 0 14px;
}

@media (max-width: 1024px) {
	.blog-category-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.blog-category-archive__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.blog-category-archive__filters {
		justify-content: flex-start;
	}

	.blog-category-archive__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.blog-category-archive .pagination {
		justify-content: center;
	}
}

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


/* GLOBALNE */

.wyswig>*:first-child {
	margin-top: 0;
}

.wyswig>*:last-child {
	margin-bottom: 0;
}


.entry-title {
	padding-top: 30px !important;
}

.max-width-page {
	max-width: 1468px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.max-width-page .max-width-page {
	max-width: 100%;
}

.padding-glob {
	padding-left: 50px;
	padding-right: 50px;
}

.padding-glob .padding-glob {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.padding-glob-left {
	padding-left: 50px;
}

.single-page-wrapper .woocommerce-breadcrumb {
	padding-top: 30px;
}

.single-page-wrapper .entry-title {
	padding-top: 10px !important;

}

.single-page-wrapper {
	margin-top: 10px;
	margin-bottom: 75px;
}

.single-page-wrapper .entry-content h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
}

.single-page-wrapper .entry-content p {
	font-size: 18px;
	line-height: 26px;
}

.single-page-wrapper .entry-content a:not(.button-primary) {
	/* color: #FFC207; */
	/* NADPISZE NA WSZYSTKIE STRONY  TYM KOSZYK */
}

.single-page-wrapper hr {
	background-color: #DBDBDB;
	color: #DBDBDB;
}

.single-page-wrapper table {
	border-color: #DBDBDB;
}

.single-page-wrapper table,
.single-page-wrapper table th,
.single-page-wrapper table td {
	border-color: #DBDBDB;
}

#page {
	margin-top: 80px;
	/* margin-top: 105px; */
}

.home #page {
	position: relative;
}

.home #page::before {
	position: absolute;
	content: '';
	width: 100%;

	background-color: rgb(0, 0, 0);
	height: 100px;
	display: block;
	bottom: 100%;
}

@media only screen and (max-width: 768px) {
	#page {
		margin-top: 0px;
	}
}

/* Opis produktu dodanie paddingu poza jedną sekcją */
#tab-description .hcps-section-content>*:not(.wp-block-hc-hero-image) {
	padding-left: 50px;
	padding-right: 50px;
}

#tab-description .hcps-section-content a {
	color: #FFC207 !important;
}

@media only screen and (max-width: 1050px) {

	.padding-glob {
		padding-left: 35px;
		padding-right: 35px;
	}

	.padding-glob-left {
		padding-left: 35px;
	}

	#tab-description .hcps-section-content>*:not(.wp-block-hc-hero-image) {
		padding-left: 35px;
		padding-right: 35px;
	}

}

@media only screen and (max-width: 768px) {
	.padding-glob {
		padding-left: 20px;
		padding-right: 20px;
	}

	.padding-glob-left {
		padding-left: 20px;
	}

	#tab-description .hcps-section-content>*:not(.wp-block-hc-hero-image) {
		padding-left: 20px;
		padding-right: 20px;
	}
}



.section-title {
	font-size: 32px;
	line-height: 34px;
	font-weight: 600;
	color: black;
	margin: 0px;
}

.section-title-wrapper {
	margin-bottom: 25px;
}

.section-title-slider {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}

.section-title-slider .slider-nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.section-title-slider .slider-button {
	width: 42px;
	height: 42px;
	border-radius: 42px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;

	border: 1px solid #DEDEDE;
	transition: all 0.2s;
	background-color: transparent;
}

.section-title-slider .swiper-button-disabled {
	border: 1px solid #DEDEDE;
	cursor: not-allowed;
}

.section-title-slider .slider-button svg {
	width: 22px;
	height: auto;
	fill: black;
	transition: all 0.2s;
}

.section-title-slider .swiper-button-disabled svg {
	fill: #CECECE;
	transition: all 0.2s;

}

.section-title-slider .swiper-button-lock {
	display: none;
}


.swiper-slide {
	box-sizing: border-box
}



.button-primary {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: black;
	background-color: #FFC207;
	border-radius: 27px;
	padding: 11px 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid #FFC207;
	transition: all 0.2s;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

.button-primary:hover {
	border: 1px solid #FFC207;
	background-color: transparent;
}

.button-primary svg {
	width: 16px;
	height: auto;

}

.button-secondary {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	/* color: black; */
	color: #414141;
	background-color: #F4F4F4;
	border-radius: 27px;
	padding: 11px 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid #F4F4F4;
	transition: all 0.2s;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	text-decoration: none;

}

.button-secondary:hover {
	border: 1px solid #F4F4F4;
	;
	background-color: transparent;
}


.input-wrapper-abs-button {
	position: relative;
}

.input-wrapper-abs-button input {
	width: 100%;
	max-width: 100%;
	border: 1px solid #FFC207;
	border-radius: 27px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding: 14px 20px;
	padding-right: 120px;
	transition: all 0.2s;
	outline: none;

}

.input-wrapper-abs-button input:focus {
	border: 1px solid #DBDBDB;
}

.input-wrapper-abs-button button {
	position: absolute;
	right: 0px;
	top: 0px;
}

@media only screen and (max-width: 768px) {
	.section-title {
		font-size: 26px;
		line-height: 28px;
	}
}


/* -------------------------------------------------------------------------------------------- MENU */
/* Category navigation */
.custom-logo-link {
	max-width: 106px;
	width: 100%;
}

.menu-header-main-bar .custom-logo {
	max-width: 106px;
	width: 100%;
	transform: translate(0px, -3.5px);
}

#masthead {
	position: sticky;
	width: 100%;
	top: 0;
	left: 0px;
	z-index: 9999;
	max-height: 100dvh;
	/* overflow: auto; */
}


@media only screen and (max-width: 768px) {

	#masthead {
		position: initial;
	}

}

.site-branding {
	display: flex;
	align-items: center;
	gap: 25px;
}

.menu-header-main-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding-top: 20px;
	padding-bottom: 20px; */
	gap: 40px;
	height: 80px;
}

.menu-header-main-bar button,
.menu-header-main-bar a {
	font-size: 11px;
	line-height: 15px;
	color: black;
	font-weight: 400;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 4px;
	background-color: transparent;
	border: 0px solid transparent;
	text-align: center;
}

.menu-header-main-bar button:hover,
.menu-header-main-bar a:hover {
	background-color: transparent;

}


.header-user-nav {
	display: flex;
	align-items: center;
	gap: 25px;
}

.menu-header-main-bar button svg,
.menu-header-main-bar a svg {
	height: 22px;
	width: 100%;
	object-fit: contain;
	fill: black;
}

.has-dark-header #masthead .menu-header-main-bar button,
.has-dark-header #masthead .menu-header-main-bar a {
	color: white;
}

.has-dark-header #masthead .menu-header-main-bar button svg,
.has-dark-header #masthead .menu-header-main-bar a svg {
	fill: white;
}

.hcsc-trigger-btn {
	position: relative;
}

.hcsc-trigger-btn .hcsc-fab__count {
	display: inline-flex;
	min-width: 15px;
	height: 15px;
	padding: 5px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #FFC207;
	color: #0c111b;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 15px;
	right: 0;
}

.product-cat-navigation-wrapper {
	/* padding-top: 20px;
	padding-bottom: 20px; */
	height: 80px;
	display: flex;
	align-items: center;
	/* transition: all 0.4s; */
	border-top: 1px solid transparent;
	border-bottom: 1px solid #DBDBDB;
}

.has-dark-header #masthead .product-cat-navigation-wrapper {
	border-bottom: none;
}

.menu-open #masthead .product-cat-navigation-wrapper {
	display: flex !important;
	border-top: 1px solid #DBDBDB;
	transition: all 0.4s;
}

@media screen and (max-width: 768px) {
	.menu-open #masthead .product-cat-navigation-wrapper {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		height: initial;
		border-bottom: none;
	}

	.absolute-menu-wrapper {
		display: none;
	}

	.home #masthead .absolute-menu-wrapper {
		display: block;
		position: initial;
	}
}

.has-dark-header.menu-open #masthead .product-cat-navigation-wrapper {
	border-color: #29292C;
}

.product-cat-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
}



@media screen and (min-width: 769px) {
	.product-cat-navigation ul {
		display: flex;
		justify-content: space-between;
	}

	.product-cat-navigation ul li {
		width: auto;
		max-width: 150px;
		padding-right: 20px;
	}

	.product-cat-navigation ul li .cat-title {
		width: min-content;
		min-width: 70px;
	}
}

.product-cat-navigation ul li.orange .cat-title {
	color: #FFC207;
}


.product-category-icon {
	width: min-content;
	height: 40px;
	object-fit: contain;
	vertical-align: middle;
	margin-right: 4px;
}

.white-icons .product-category-icon:not(.has-white-thumbnail) {
	filter: invert(1);
}

.has-light-header #masthead .product-category-icon.icon--light {
	display: none;
}

.has-dark-header #masthead .product-category-icon.icon--dark {
	display: none;
}

.product-cat-navigation li a {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	display: flex;
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	transition: all 0.2s;
	position: relative
}

.has-dark-header #masthead .product-cat-navigation li a {
	color: white;

}

.has-light-header #masthead .product-cat-navigation li a {
	color: black;

}

.product-cat-navigation li a:hover {
	color: #FFC207;
}

.menu-header-main-bar .hc-was {
	margin-right: auto;
}

.cat-link--promocje .cat-title {
	color: #FFC207;
}

@media only screen and (max-width: 1000px) {

	.menu-header-main-bar {
		gap: 30px;
	}


}

@media only screen and (max-width: 768px) {
	.site-branding {
		flex-direction: row-reverse;
		width: 100%;
		justify-content: space-between;
	}

	.menu-header-main-bar .custom-logo {
		max-width: 130px;
		width: 100%;
		transform: initial;
	}

	.custom-logo-link {
		max-width: 130px;
		width: 100%;
	}
}



/* Header colors */
.site-header {
	transition: all 0.2s;
}

.has-dark-header .site-header {
	background: #000;
	color: #fff;
}

.has-light-header .site-header {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #DADADA;
}


.header-info-bar {
	background-color: #FFC207;
	/* padding-top: 12px;
	padding-bottom: 12px; */
}

.normal-info-bar {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* HEADER INFO PROMOTION BAR */

.header-info-bar .promotion-info-bar .padding-glob {
	position: relative;
	padding-right: 100px;
	padding-left: 100px;
}

.header-info-bar .promotion-info-bar {
	position: relative;
}

.header-info-bar .promotion-info-bar p {
	font-size: 15px;
	line-height: 19px;
	color: black;
	text-align: center;
	margin: 0px;
}

.header-info-bar .promotion-info-bar p a {
	text-decoration: underline;
	color: black;
}

.header-info-bar .promotion-info-bar .close-promotion-bar {
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #D8A300;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: transparent;
}

.header-info-bar .promotion-info-bar .close-promotion-bar svg {
	width: 13px;
	height: auto;
	fill: #D8A300;
}

.header-info-bar .promotion-info-bar .close-promotion-bar {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translate(0, -50%);
}


.absolute-menu-wrapper {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 5;
	overflow: auto;

}

.menu-open .absolute-menu-wrapper {
	box-shadow: 40px 40px 40px #0000001A;
}

.product-cat-navigation-wrapper {
	background-color: white;
}

@media screen and (min-width: 769px) {
	.product-cat-navigation-wrapper .padding-glob {
		padding: 0;
	}

	.product-cat-navigation.swiper {
		padding: 0 35px;
	}
}

@media screen and (min-width: 1050px) {
	.product-cat-navigation.swiper {
		padding: 0 50px;
	}
}

.product-cat-nav-title-wrapper {
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
	opacity: 0;
	pointer-events: none;
	display: none;
	transition: all 0.2s;
}

.product-cat-nav-title-wrapper .product-cat-all-products-link {
	text-decoration: none;
	color: black;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}

.has-dark-header #masthead .product-cat-nav-title-wrapper .product-cat-all-products-link {
	color: white;
}

.has-dark-header #masthead .product-cat-navigation-wrapper {
	background-color: black;
}

@media only screen and (max-width: 1050px) {
	.header-info-bar .promotion-info-bar .padding-glob {

		padding-right: 70px;
		padding-left: 35px;
	}

	.header-info-bar .promotion-info-bar .close-promotion-bar {
		right: 35px;
	}
}

@media only screen and (max-width: 768px) {
	.product-cat-navigation-wrapper {
		height: 135px;
		align-items: center;
	}

	.header-info-bar .promotion-info-bar .padding-glob {

		padding-right: 55px;
		padding-left: 20px;
	}

	.header-info-bar .promotion-info-bar .close-promotion-bar {
		right: 20px;
	}

	.menu-open .product-cat-nav-title-wrapper {
		display: flex;
		opacity: 1;
		pointer-events: initial;
	}

	.menu-open .absolute-menu-wrapper {
		padding-bottom: 70px;
	}

	.product-cat-navigation-wrapper .padding-glob {
		padding-left: 10px;
		padding-right: 0px
	}

	.product-cat-navigation-wrapper .swiper {
		padding-right: 10px;
	}
}

/* HEADER NORMAL INFO BAR */

.normal-info-bar-inside {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}

.normal-info-bar-inside a {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	color: black;
	transition: all 0.2s;

	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}

.normal-info-bar-inside a svg {
	width: 15px;
	flex: 0 0 15px;
	height: auto;
	fill: black;
	max-height: 15px;
	transition: all 0.2s;

}

.normal-info-bar-inside a:hover {
	color: white;

}

.normal-info-bar-inside a:hover svg {
	fill: white;
}

.normal-info-bar-inside .left-col {
	display: flex;
	align-items: center;
	gap: 15px;
}

.normal-info-bar-inside .left-col a {
	width: 20px;
	height: 20px;
	transition: all 0.2s;
}


.normal-info-bar-inside .right-col {
	display: flex;
	align-items: center;
	gap: 25px;
}

@media only screen and (max-width: 768px) {
	.menu-header-main-bar {
		height: 70px;
	}

	.menu-header-main-bar .hc-was {
		display: none !important;
	}

	.menu-header-main-bar .header-user-nav {
		display: none !important;
	}


	.product-cat-navigation li a {
		flex-direction: column;
		border: 1px solid #DBDBDB;
		border-radius: 8px;
		padding: 10px;
		text-align: center;
		font-size: 13px;
		line-height: 15px;
		font-weight: 400;
		min-height: 107px;
	}

	.has-dark-header #masthead .product-cat-navigation li a {
		border: 1px solid #29292C;
	}

	.product-cat-navigation .swiper-slide {
		width: 104px;

	}

	.normal-info-bar {
		display: none !important;
	}

}




/* MENU DROPDOWN */

.toggle-menu-button {
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	width: 27px;
	height: 22px;
	display: block;
	position: relative;
}

.has-dark-header .toggle-menu-button .line {
	background-color: white;
}

.toggle-menu-button .line-wrapper {
	position: relative;
	width: 28px;
	height: 22px;
}




.toggle-menu-button .line {
	width: 27px;
	height: 2px;
	background-color: black;
	position: absolute;
	transition: all 0.2s;
	opacity: 1;
}

.toggle-menu-button .line:nth-child(1) {
	top: 0px;

}

@media only screen and (max-width: 768px) {
	#masthead .toggle-menu-button {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		display: flex;
		align-items: center;
		justify-content: center;

		border: 1px solid #DADADA;
	}

	.toggle-menu-button .line {
		width: 20px;
	}

	.toggle-menu-button .line-wrapper {

		width: 20px;

	}

	.has-dark-header #masthead .toggle-menu-button {
		border-color: #29292C;
	}

}

.toggle-menu-button .line:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);

}

.toggle-menu-button .line:nth-child(3) {
	bottom: 0px;
}


.toggle-menu-button.open .line:nth-child(1) {
	top: 50%;
	transform: rotate(45deg) translate(0, -50%);
}

.toggle-menu-button.open .line:nth-child(2) {

	opacity: 0;
}

.toggle-menu-button.open .line:nth-child(3) {
	bottom: 50%;
	transform: rotate(-45deg) translate(0, 50%);
}

.overlay-dropdown {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 10;
	opacity: 0.6;

	display: none;
}



.menu-dropdown {
	box-shadow: 0px 40px 40px #0000001A;
	display: none;


	/* position: absolute; */
	z-index: 99999999;
	width: 100%;
	/* top: 100%; */
	/* left: 0px; */
	background: white;
	/* max-height: 57dvh; */
	overflow: auto;
	/* transition: all 0.2s; */

}

.has-dark-header #masthead .menu-dropdown {
	background-color: black;
}



.menu-dropdown-grid {
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
}

.has-dark-header #masthead .menu-dropdown-grid {
	border-top: 1px solid #29292C;
	border-bottom: 1px solid #29292C;
}

.menu-dropdown-inside .menu-droprown-nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.menu-dropdown-section-title {
	font-size: 13px;
	line-height: 18px;
	color: #F7BA00;
	text-transform: uppercase;
	margin: 0px;
	font-weight: 600;
}

.menu-dropdown-inside .menu-droprown-nav a {
	font-size: 20px;
	line-height: 27px;
	color: black;
	text-decoration: none;
	display: inline-block;
	margin-top: 8px;
	transition: all 0.2s;
	position: relative;
	font-weight: 500;
}

.has-dark-header #masthead .menu-dropdown-inside .menu-droprown-nav a {
	color: white;
}

.menu-dropdown-inside .menu-droprown-nav a::after {
	content: "";
	background-color: #F7BA00;
	display: block;
	width: 0%;
	height: 2px;
	transition: all 0.2s;

}

.menu-dropdown-inside .menu-droprown-nav a:hover::after {
	width: 100%;
}

.menu-dropdown-inside {
	display: flex;
	gap: 87px;

}

.menu-dropdown-inside .menu-droprown-nav {
	flex: 0 0 185px;
}

.menu-dropdown-discovery {

	min-width: 0px;
	width: 100%;
	overflow: hidden;
}

.menu-dropdown-footer .menu-dropdown-footer-inside {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-dropdown-footer .menu-dropdown-footer-inside img {
	max-height: 38px;
	width: auto;
	object-fit: contain;

}

.menu-dropdown-footer .menu-dropdown-footer-inside .button-primary {
	line-height: 16px;
	gap: 8px;
	color: black;
}

.has-dark-header .menu-dropdown-footer .menu-dropdown-footer-inside .button-primary:hover {
	color: white;
	fill: white;
}


/* ODKRYWAJ – kafle */
.header-discovery-swiper {
	position: relative;
	margin-top: 8px;
}

.header-discovery-swiper .swiper {
	overflow: visible;
}

.discover-card {
	position: relative;
	display: block;
	width: 100%;
	height: 171px;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: all 0.2s;
}

.discover-card__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
	transition: transform .25s ease;
}

.discover-card__title {
	position: absolute;
	left: 50%;
	bottom: 12px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	transform: translate(-50%, 0);
	z-index: 2;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.discover-card:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.discover-card:hover .discover-card__bg {
	transform: scale(1.06);
}

.discover-card::before {
	content: "";
	background-color: black;
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0.2;

}


@media (max-width: 1050px) {
	.menu-dropdown-inside {
		display: flex;
		gap: 35px;
	}
}

@media (max-width: 768px) {
	.menu-dropdown-inside {
		gap: 30px;
		flex-direction: column-reverse;
	}

	.pg-mobile {
		/* padding-right: 0px; */
	}

	.menu-dropdown-footer .menu-dropdown-footer-inside {
		flex-direction: column;
		gap: 10px;
	}

}


/* Menu mobilne dolna belka */



.footer-menu-bar {
	display: none;
	background-color: #FFFFFF;
	position: sticky;
	bottom: 0px;
	width: 100%;
	z-index: 999999;
	border-top: 1px solid #DADADA;
}

@media (max-width: 768px) {

	.footer-menu-bar {
		display: block;
	}

}

.menu-header-main-bar {}

.footer-menu-bar-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	gap: 5px;
}

.single-footer-menu-el,
.footer-menu-bar .hcsc-trigger-btn,
.menu-mobile-toggle-button-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	text-decoration: none;
	color: black;

	font-size: 11px;
	line-height: 15px;
	color: black !important;
	font-weight: 400;
	gap: 5px;

}



.single-footer-menu-el svg,
.footer-menu-bar .hcsc-trigger-btn svg {
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex: 0 0 20px;
	fill: black;
}

.single-footer-menu-link--shop {
	color: #F7BA00 !important;
}

.single-footer-menu-link--shop svg {
	fill: #F7BA00;
}

.menu-mobile-toggle-button-wrapper button {
	background-color: transparent;
	padding: 0px;
	border: 0px;
	height: 20px;
}

.menu-mobile-toggle-button-wrapper button .line {
	background-color: black !important;
}

/* BANNER PAYU HOMEPAGE MOBILE */
.banner-payu-homepage {
	display: none;
}

@media (max-width: 767px) {
	.banner-payu-homepage {
		display: block;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5px;
		padding-bottom: 20px;
		background: black;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		z-index: 2;
	}

}

@media (max-width: 550px) {
	.footer-menu-bar-list {
		justify-content: space-between;
	}
}

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

/* Home Slider */

.home-slider .padding-glob-left {
	position: relative;
}

.home-slider .padding-glob-left::before {
	content: "";
	background: linear-gradient(to right, black, transparent);
	width: 50px;
	top: 0px;
	left: 0px;
	height: 100%;
	position: absolute;
	pointer-events: none;
	z-index: 2;
}

.home-slider .padding-glob-left::after {
	right: 0;
	top: 0px;
	content: "";
	background: linear-gradient(to left, black, transparent);
	width: 50px;
	height: 100%;
	position: absolute;
	pointer-events: none;
	z-index: 2;
}

@media screen and (max-width: 1468px) {
	.home-slider .padding-glob-left::after {
		display: none;
	}
}

@media (max-width: 767px) {

	.home-slider .padding-glob-left::before,
	.home-slider .padding-glob-left::after {
		content: "";
		display: none;
	}

	.home-slider .padding-glob-left {
		padding-left: 10px;
	}
}

.home-slider {
	background: #000;
	border-radius: 0 0 35px 35px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media (min-width: 767px) {
	.home-slider::before {
		content: '';
		background-color: rgb(0, 0, 0);
		height: 100px;
		width: 100%;
		bottom: 100%;
		position: absolute;
		z-index: 0;
	}
}

.home-slider .max-width-page {
	overflow: hidden;
}

.home-slider .swiper {
	overflow: visible;
	padding-bottom: 45px;
	padding-right: 50px;
}

.home-slider .swiper .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5px;
	bottom: 20px;
}

@media screen and (min-width: 768px) {
	.home-slider .swiper .swiper-pagination {
		padding-right: 35px;
	}
}

.home-slider .swiper-slide {
	/* width: 1154px; */
	max-height: 531px;
}

.hero-slide-link {
	display: flex;
	border-radius: 16px;
	overflow: hidden;
}

.home-slider .hero-slide-link picture {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.home-slider .swiper-slide {
		width: 100%;
	}

	.home-slider .swiper {
		padding-right: 10px;
	}
}

.home-slider .hero-slide-link img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	aspect-ratio: 1150 / 530;
	object-fit: cover;
}


@media (max-width: 767px) {
	.home-slider .hero-slide-link img {
		aspect-ratio: 1/1;
		object-fit: cover;
	}

}

.home-slider .swiper-pagination-bullet {
	width: 14px;
	height: 5px;
	border-radius: 5px;
	background: #3B3B40;
	opacity: 1;
}

.home-slider .swiper-pagination-bullet-active {
	width: 33px;
	background: #FFC207;
}

/* SECTION BENEFIT BANNER */
.section-benefit-banner .benefit-slider-loop .swiper-wrapper {
	transition-timing-function: linear !important;
}

.wp-block-hc-benefit-banner-slider {
	margin-bottom: 60px;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	border-radius: 0 0 35px 35px;
	z-index: 0;
	position: relative;
	margin-top: -40px;
	overflow: hidden;
}

.section-benefit-banner {
	/* margin-bottom: 60px;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	border-radius: 0 0 35px 35px;
	z-index: 0;
	position: relative;
	margin-top: -40px; */
}

.section-benefit-banner .swiper-wrapper {
	padding-right: 15px;
}

.section-benefit-banner .benefit-banner-layout {
	display: flex;
	gap: 15px;
	align-items: center;
}

.benefit-banner-side {}

.section-benefit-banner .benefit-slider-loop {
	flex: 1 1 auto;
}

.section-benefit-banner .benefit-banner-side {
	flex: 0 0 370px;
	display: flex;
	justify-content: flex-end;
}

.section-benefit-banner .benefit-banner-side img {
	max-width: 370px;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.section-benefit-banner p {
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	margin: 0px;
}

.single-benefit-in-banner {
	display: flex !important;
	align-items: center;
}

.single-benefit-in-banner.benefit-with-logo {
	gap: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.single-benefit-in-banner.benefit-with-logo img {
	width: 35px;
	height: auto;
	object-fit: contain;
}

.benefit-with-banner-payu {
	display: flex !important;
	align-items: center;

}

.benefit-with-banner-payu img {
	object-fit: contain;
	height: 50px;
}

.section-benefit-banner .swiper-wrapper {
	align-items: center;
}

@media (max-width: 767px) {



	.section-benefit-banner .benefit-banner-side {
		flex-basis: auto;
		justify-content: center;
	}

	.section-benefit-banner .swiper-wrapper {
		transition-timing-function: linear !important;
	}

	.wp-block-hc-benefit-banner-slider {
		margin-bottom: 40px;
	}

	.section-benefit-banner .padding-glob {
		padding-left: 0px;
		padding-right: 0px;
	}

	.section-benefit-banner .swiper-slide.is-hidden-mobile {
		display: none;
	}

	.benefit-banner-layout .benefit-banner-side {
		display: none;
	}

}



@media (max-width: 767px) {
	.section-benefit-banner .swiper.benefit-slider-loop {
		overflow: hidden;
		padding-left: 25px;
		padding-right: 25px;
	}

}

/* SEKCJA BESTSELLERY LOOP */
.home-bestsellers {
	margin-bottom: 60px;
	margin-top: 60px;
}


/* SEKCJA KAFELKI OFERTOWE */

.offers-overview-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.offers-overview-box.no-deal {
	grid-template-columns: repeat(3, 1fr);
}

.offers-overview-box .single-tile {
	background-color: #F4F4F4;
	border-radius: 16px;
	overflow: hidden;
	min-height: 468px;
}

.offers-overview-box .tile-link {

	padding-top: 25px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.2s;
	background: #F4F4F4;
	background: transparent linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 100%) 0% 0% no-repeat padding-box;

	text-decoration: none;

}

.offers-overview-box .tile-link h3 {
	margin: 0;
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	color: black;
	padding-left: 25px;
	padding-right: 25px;
}

.offers-overview-box .tile-link-orange {
	background: #FFC207 !important;
}

.offers-overview-box .tile-link-orange h3 {
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.offers-overview-box .tile-link h3 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1120px) and (min-width: 769px) {
	.offers-overview-box .single-tile {
		min-height: auto;
	}

	.offers-overview-box .tile-link h3 {
		max-width: 250px;
		margin: 0 auto 50px;
	}
}

@media screen and (max-width: 1455px) and (min-width: 769px) {
	.offers-overview-box.has-deal .single-tile {
		min-height: auto;
	}

	.offers-overview-box.has-deal .tile-link h3 {
		max-width: 250px;
		margin: 0 auto 50px;
	}
}


@media screen and (min-width: 769px) {
	.offers-overview-box .tile-link img {
		object-fit: cover;
		object-position: top center;
		width: 100%;
	}
}

.offers-overview-box .tile-link img {
	object-fit: cover;
	height: 100%;
}

.offers-overview-box .tile-link .button-wrapper {
	position: absolute;
	bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: all 0.2s;

}

.offers-overview-box .tile-link .button-wrapper .orange-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFC207;
	padding: 13px 35px;
	border-radius: 27px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	gap: 10px;
	transition: all 0.2s;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.offers-overview-box .tile-link .button-wrapper .orange-cta {
		-moz-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.564);
		-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.564);
		box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.564);
	}
}

.offers-overview-box .tile-link .button-wrapper .orange-cta svg {
	fill: black;
	width: 13px;
	height: auto;
}


.offers-overview-box .tile-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg,
			#f3f3f3 0%,
			#cacaca 100%);
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	z-index: 0;
}

.offers-overview-box .tile-link>* {
	position: relative;
	/* wskaż, że zawartość jest ponad pseudo-elementem */
	z-index: 1;
}

.offers-overview-box .tile-link:hover::before {
	opacity: 1;
}

.offers-overview-box .tile-link:hover h3 {
	color: black;
}

.offers-overview-box .tile-link:hover .button-wrapper {
	opacity: 1;
}

.product-slider-section .promo-slider-footer {
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}

.product-slider-section .promo-slider-footer .button-primary {
	padding-left: 24px;
	padding-right: 24px;
}

.product-slider-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.product-slider-section .section-title-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-slider-section .section-title-wrapper .button-primary {
	background-color: transparent;
	text-transform: uppercase;
}

@media only screen and (max-width: 1250px) {
	.product-slider-section .padding-glob {
		padding-left: 0px;
		padding-right: 0px;
	}

	.section-title-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}

	.product-slider-section .section-title-wrapper {
		padding-left: 35px;
		padding-right: 35px;
	}

	.product-slider-section .swiper {
		padding-left: 50px;
		padding-right: 50px;
	}

	/* padding-left: 50px;
    padding-right: 50px; */

}


@media only screen and (max-width: 1150px) {
	.offers-overview-box.has-deal {
		grid-template-columns: repeat(2, 1fr);

	}

	.section-title-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}

	.product-slider-section .section-title-wrapper {
		padding-left: 35px;
		padding-right: 35px;
	}

	.product-slider-section .swiper {
		padding-left: 35px;
		padding-right: 35px;
	}

	/* padding-left: 35px;
    padding-right: 35px; */
}

@media only screen and (max-width: 768px) {

	.section-title-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}

	.product-slider-section .section-title-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.product-slider-section .swiper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.home-bestsellers {

		margin-top: 40px;
		margin-bottom: 40px;

	}

	.offers-overview-box .tile-link:hover::before {
		opacity: 0;
	}

	.offers-overview-box,
	.offers-overview-box.has-deal {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.offers-overview-box .tile-promo {
		margin-bottom: 50px;
	}

	.offers-overview-box .tile-link {
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}

	.offers-overview-box .tile-link img {
		object-fit: cover;
		position: absolute;
		right: 0px;
		bottom: 0px;
		z-index: 1;
		max-height: 90%;
		object-position: top left;
		width: 200px;
		max-width: 40%;
	}

	.offers-overview-box .tile-link h3 {
		position: relative;
		z-index: 2;
		text-align: left;
		margin-bottom: 10px;
	}

	.offers-overview-box .tile-link {
		min-height: 150px;
		justify-content: center;
		gap: 10px;
	}

	.offers-overview-box .tile-link .button-wrapper {
		justify-content: flex-start;
		opacity: 1;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
		z-index: 3;
		bottom: initial;
	}

	.offers-overview-box .tile-link .button-wrapper .orange-cta {
		background-color: transparent;
		border: 1px solid #FFC207;
		font-size: 13px;
		line-height: 16px;
		padding: 10px 20px;
	}

	.offers-overview-box .tile-link h3 {
		font-size: 26px;
		line-height: 28px;
	}

	.offers-overview-box.no-deal {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 480px) {
	.offers-overview-box .tile-link img {
		width: 180px;
		max-width: 30%;
	}
}

@media only screen and (max-width: 410px) {
	.offers-overview-box .tile-link h3 {
		font-size: 22px;
		line-height: 24px;
	}
}

.section-offers-overview-other-page {
	margin-top: 60px;
	margin-bottom: 75px;
}

.section-offers-overview .section-title {
	margin-bottom: 30px;
}

.section-offers-overview-other-page .section-title {
	margin-bottom: 30px;
}



/* =============== SECTION CATEGORY TILE SLIDER =============== */

.section-category-tile-slider {
	margin-top: 60px;
	margin-bottom: 60px;
}

.section-category-tile-slider .padding-glob-left {
	padding-left: 0px;
	padding-left: 50px;
}

/* Kontener Swiper */
.category-swiper {
	position: relative;
}

.section-category-tile-slider .category-swiper {
	padding-left: 25px;
	padding-right: 25px;
	transition: all 0.2s;
}

.section-category-tile-slider .category-swiper::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 100%;

	left: 0px;
	top: 0px;
	background: linear-gradient(to right, rgb(255, 255, 255), transparent);
	z-index: 5;
}

.section-category-tile-slider .category-swiper::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 100%;

	right: 0px;
	top: 0px;
	background: linear-gradient(to left, rgb(255, 255, 255), transparent);
	z-index: 5;
	opacity: 0;
	transition: all 0.2s;
}

@media only screen and (min-width: 1469px) {
	.section-category-tile-slider .category-swiper::after {
		opacity: 1;
	}

	.section-category-tile-slider .category-swiper {
		padding-right: 0;
		padding-left: 50px;
	}

	.section-category-tile-slider .padding-glob-left {
		padding-left: 0;
		padding-right: 50px;
	}
}

.section-category-tile-slider .max-width-page {
	max-width: 1468px;
}


@media only screen and (max-width: 1468px) {
	.section-category-tile-slider .category-swiper {
		padding-right: 50px;
		padding-left: 50px;
	}

	.section-category-tile-slider .padding-glob-left {
		padding-left: 0;
		padding-right: 0;
	}

	.section-category-tile-slider .category-swiper::before,
	.section-category-tile-slider .category-swiper::after {
		opacity: 0;
	}
}


@media only screen and (max-width: 1050px) {
	.section-category-tile-slider .category-swiper {
		padding-right: 35px;
		padding-left: 35px;
	}

	.section-category-tile-slider .padding-glob-left {
		padding-left: 0;
		padding-right: 0;
	}

	.section-category-tile-slider .category-swiper::before {
		display: none;
	}

	.section-category-tile-slider .padding-glob {
		padding-left: 35px;
	}
}

/* Każdy tile jako slajd */
.single-category-tile {
	position: relative;
	aspect-ratio: 9 / 14;
	background-size: cover;
	background-position: center;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	padding: 50px;
	text-decoration: none;
	overflow: hidden;

}

@media only screen and (max-width: 768px) {
	.section-category-tile-slider .category-swiper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section-category-tile-slider .padding-glob {
		padding-left: 20px;
	}

	.single-category-tile {
		padding: 50px 30px 30px;
	}
}

.category-swiper .single-category-tile img {
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
	width: 100%;
}

.category-swiper .single-category-tile:hover img {
	transform: scale(1.1);
}

/* Ciemna nakładka */
.category-swiper .single-category-tile .overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent linear-gradient(180deg, #0000009c 0%, #0000005f 40%, #00000014 60%, #00000000 100%) 0% 0% no-repeat padding-box;
	z-index: 1;
	border-radius: 16px;
}

/* Link i tytuł wewnątrz tile */
.category-swiper .single-category-tile .tile-link {
	position: relative;
	z-index: 2;
	text-decoration: none;
}

.category-swiper .single-category-tile h3 {
	color: white;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;
	z-index: 2;
	position: relative;
	text-decoration: none;
	margin: 0px;
}

.category-swiper .single-category-tile h3 b {
	font-weight: 800;
}


.category-swiper .button-show--category-tile {
	z-index: 1;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	padding: 14px 35px;
	opacity: 0;


}

.category-swiper .button-show--category-tile:hover {
	background-color: #FFC207;
}

.category-swiper .single-category-tile:hover .button-show--category-tile {
	opacity: 1;
}


@media only screen and (max-width: 768px) {
	.category-swiper .single-category-tile h3 {
		font-size: 26px;
		line-height: 34px;
		min-width: max-content;
		max-width: 100%;
	}

	.category-swiper .single-category-tile .button-show--category-tile {
		opacity: 1;
		background-color: transparent;
		color: white;
		fill: white;
		border: none;
		padding: 0;
	}

	.category-swiper .single-category-tile .overlay {
		background: transparent linear-gradient(180deg, #0000009c 0%, #0000005f 40%, #00000014 50%, #0000003b 70%, #00000067 100%) 0% 0% no-repeat padding-box;
	}
}




/* =============== SECTION PROMOTIONS AND DEALS =============== */

.promo-and-deals-swiper .single-promo-deals-tile {
	position: relative;
	/* height: 312px !important; */
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	text-decoration: none;
	background-color: #F4F4F4;
	width: 504px;
	height: auto;
	aspect-ratio: 504/352;
}

.promo-and-deals-swiper .single-promo-deals-tile img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (min-width: 1450px) {
	.promo-and-deals-swiper::after {
		content: "";
		position: absolute;
		width: 25px;
		height: 100%;
		right: 0px;
		top: 0px;
		background: linear-gradient(to left, rgb(255, 255, 255), transparent);
		z-index: 5;
		opacity: 1;
		transition: all 0.2s;
	}

}



@media only screen and (max-width: 768px) {
	.promo-and-deals-swiper .single-promo-deals-tile {
		width: 329px;
	}

}


/* SEKCJA NA SKRÓTY */
.section-shortcuts-category {
	margin-top: 60px;
	margin-bottom: 60px;
}

.single-shortcuts-slide {
	text-decoration: none;
}

.single-shortcuts-slide .single-shortcuts-slide-content {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 10px 32px;
	border: 1px solid #DBDBDB;
	border-radius: 15px;
	overflow: hidden;
}

.single-shortcuts-slide h3 {
	margin: 0px;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	color: #343434;
	text-transform: uppercase;

}

.single-shortcuts-slide img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	transition: all 0.2s;
}

.single-shortcuts-slide:hover img {
	transform: scale(1.1);
}


.shortcuts-category-phone-number {
	display: flex;
	align-items: center;
	gap: 15px;
}

@media screen and (max-width: 1025px) {
	.shortcuts-category-phone-number {
		margin-right: 20px;
	}
}

.shortcuts-category-phone-number .left-col {
	background-color: #FFC207;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	border-radius: 42px;
	height: 42px;
}

.shortcuts-category-phone-number .left-col svg {
	flex: 0 0 27px;
	width: 27px;
	height: auto;
}

.shortcuts-category-phone-number .right-col {
	min-width: 270px;
}


.shortcuts-category-phone-number .right-col,
.shortcuts-category-phone-number .right-col a {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	color: black;
}

.shortcuts-category-phone-number .right-col a {
	text-decoration: underline;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.shortcuts-category-phone-number {
		display: none;
	}

}

@media screen and (max-width: 1025px) {
	.section-shortcuts-category .padding-glob {
		padding: 0;
	}

	.section-shortcuts-category .padding-glob .section-title-wrapper.section-title-slider,
	.section-shortcuts-category .padding-glob .swiper {
		padding: 0 35px;
	}

	.single-shortcuts-slide .single-shortcuts-slide-content {
		padding: 20px 10px;
	}
}

@media screen and (max-width: 768px) {
	.section-shortcuts-category .padding-glob .swiper .swiper-slide {
		width: 180px;
	}

	.section-shortcuts-category .padding-glob .section-title-wrapper.section-title-slider,
	.section-shortcuts-category .padding-glob .swiper {
		padding: 0 20px;
	}
}

/* SECTION CONTACT BOXES */

.section-contact-boxes {
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-contact-boxes h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: black;
}

.section-contact-boxes .contact-box-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.section-contact-boxes svg {
	width: 17px;
	height: auto;
	max-height: 17px;
	flex: 0 0 17px;
}

.section-contact-boxes .contact-box-wrapper .single-contact-box {
	border: 1px solid #DBDBDB;
	border-radius: 16px;
	padding: 28px 35px;
}

@media screen and (max-width: 768px) {
	.section-contact-boxes .contact-box-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}


}

/* SECTION CONTACT GOOGLE MAPS */
.section-contact-maps {
	/* margin-top: 130px; */
}

.section-contact-maps .map-wrapper {
	width: 100%;
	height: 495px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.section-contact-maps .map-wrapper iframe {
	width: 100%;
	height: 100%;

}

.breadcrumb-kontakt {
	padding-top: 30px;
	padding-bottom: 30px;
}



.section-contact-maps .map-info {
	position: absolute;
	right: 25px;
	bottom: 25px;
	background-color: white;
	box-shadow: 0px 5px 25px #08071C1F;
	border-radius: 16px;
	padding: 30px 40px;
}

.section-contact-maps .map-info h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: black;
	margin-bottom: 20px;
}

.section-contact-maps .map-elements-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-contact-maps .single-map-info-el {
	display: flex;
	gap: 10px;
}

.section-contact-maps .single-map-info-el .icon-wrapper {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background-color: #FFC207;
	box-shadow: 0px 3px 10px #0406171A;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-contact-maps .single-map-info-el .icon-wrapper svg {
	fill: black;
	width: 16px;
	height: auto;
	object-fit: contain;
	flex: 0 0 16px;
}

.section-contact-maps .element-content {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: black;
}

.section-contact-maps .element-content a {
	text-decoration: underline;
	color: black !important;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.section-contact-maps .map-info {
		position: initial;
		margin-top: 20px;
	}

	.section-contact-maps .map-wrapper {
		overflow: initial;
		height: auto;
	}

	.section-contact-maps .map-wrapper iframe {
		height: 400px;
	}
}

/*----------------------- PROMOTIONS AND DEALS */

/* Promotions main box */
.section-promotions-and-deals {
	margin-top: 50px;
	margin-bottom: 50px;
}

.section-promotions-and-deals-main-box {
	margin-bottom: 20px;
}

.section-promotions-and-deals-main-box .swiper {
	overflow: hidden;
}

.section-promotions-and-deals-main-box .swiper-wrapper {
	width: 100%;
}

.section-promotions-and-deals-main-box .swiper-slide {
	width: 100%;
}

.section-promotions-and-deals-main-box a {
	display: flex;
	width: 100%;
	max-height: 537px;
}

.section-promotions-and-deals-main-box a img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 16px;
}

/* Promotions swiper loop*/
.section-promotion-and-deals-slider {
	margin-top: 20px;
	margin-bottom: 50px;
}

.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left {
	padding: 0;
	padding-right: 50px;
}

.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left .promo-and-deals-swiper {
	padding-left: 50px;
}

.promotions-and-deals-swiper .single-promotions img {
	border-radius: 16px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left {
		padding: 0;
	}

	.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left .promo-and-deals-swiper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 769px) {
	.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left .promo-and-deals-swiper::before {
		content: "";
		position: absolute;
		width: 50px;
		height: 100%;
		left: 0px;
		top: 0px;
		background: linear-gradient(to right, rgb(255, 255, 255), transparent);
		z-index: 5;
	}
}

@media screen and (max-width: 1468px) and (min-width: 769px) {
	.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left {
		padding: 0;
	}

	.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left .promo-and-deals-swiper::before,
	.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left .promo-and-deals-swiper::after {
		display: none;
	}

	.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left .promo-and-deals-swiper {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 1050px) and (min-width: 769px) {
	.wp-block-hc-promo-deals-slider .section-promotions-and-deals .padding-glob-left .promo-and-deals-swiper {
		padding-left: 35px;
		padding-right: 35px;
	}
}


/* promotion-and-deals-grid */

.section-promotion-and-deals-grid {
	margin-top: 20px;
	margin-bottom: 50px;
}

.promotion-and-deals-grid-loop {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.promotion-and-deals-grid-loop a {

	display: block;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.2s;
}

.promotion-and-deals-grid-loop a img {
	aspect-ratio: 401/275;
	width: 100%;
	height: auto;
	transition: all 0.2s;
	display: block;
}

.promotion-and-deals-grid-loop a:hover img {
	transform: scale(1.02);
}

@media screen and (max-width: 1250px) {
	.promotion-and-deals-grid-loop {

		grid-template-columns: repeat(2, 1fr);

	}
}

@media screen and (max-width: 768px) {
	.promotion-and-deals-grid-loop {

		grid-template-columns: repeat(1, 1fr);

	}
}

/* FOOTER */


.section-footer {
	background-color: #000000;
	padding-top: 50px;
	border-radius: 35px 35px 0px 0px;
}

.section-footer .site-logo--dark {
	display: none !important;
}

.section-footer .site-logo--light {
	display: block !important;
}

.footer-top-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}



.footer-col-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 75px;
}

.footer-col-wrapper .footer-col-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: white;
	margin: 0px;
	margin-bottom: 20px;
}

.footer-col-wrapper .footer-col-links {
	display: flex;
	flex-direction: column;
}

.footer-col-wrapper .footer-col-links a {
	color: white;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none;
}

.footer-col-wrapper .footer-col p {
	color: white;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	margin: 0px;
}

.socialmedia-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.socialmedia-wrapper a {
	width: 40px;
	height: 40px;
	border: 1px solid #FFC207;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.socialmedia-wrapper a svg {
	width: 18px;
	height: 18px;
	object-fit: contain;
	transition: all 0.2s;
	fill: white;
}

.socialmedia-wrapper a:hover {
	background-color: #FFC207;
}


.footer-col-company-info {
	flex: 0 0 130px;
}

.footer-col-company-info p:not(:last-child) {
	margin-bottom: 10px;
}

.footer-col-company-opening-hours {
	flex: 0 0 140px;
}

.company-opening-title {
	display: flex;
	align-items: center;
	gap: 8px;
	color: white;
	margin: 0px;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
}

.company-opening-title svg {
	fill: white;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

/* KOLUMNA KONTAKT */
.footer-contact-column {
	margin-right: auto;
}

.contact-footer-links {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

/* LINK TELEFON */
.phone-number-link {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	text-decoration: none;
}

.phone-number-link svg {

	fill: #FFC207;
	width: 27px;
	height: auto;
}

.phone-number-link .phone-number {
	font-size: 22px;
	line-height: 20px;
	color: #FFC207;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
}

.phone-number-link .info-under-number {
	font-size: 11px;
	line-height: 20px;
	font-weight: 500;
	color: white;
}


.contact-footer-links .links-with-icon {
	display: flex;
	align-items: center;
	gap: 10px;
	color: white;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	transition: all 0.2s;
}

.contact-footer-links .links-with-icon svg {
	fill: white;
	width: 17.5px;
	height: 17.5px;
	/* height: auto; */
}

footer .copyright-bar {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}

footer .copyright-bar p {
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	color: #CECECE;
}




@media only screen and (max-width: 1050px) {
	.footer-col-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 35px;
	}

	.footer-contact-column {
		grid-column: -1 / 1;
		width: 100%;

	}

	.footer-contact-column .footer-col-title {
		display: none;
	}

	.contact-footer-links {
		align-items: center;
		display: flex;
		flex-direction: column-reverse;

	}
}









/* SECTION NEWSLETTER */

.section-newsletter-box {
	margin-top: 75px;
	margin-bottom: 75px;
}

.newsletter-row {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
}

.newsletter-box {
	background-color: #F4F4F4;
	border-radius: 16px;
	background-color: #F4F4F4;
	border-radius: 16px;
	display: flex;
	align-items: flex-end;
}

.newsletter-box .input-wrapper-abs-button input {
	background-color: transparent;
}

.newsletter-box .left-col {
	flex: 0 0 460px;
	padding: 35px 50px;
}

.newsletter-box .left-col h3 {
	font-size: 28px;
	line-height: 34px;
	color: black;
	font-weight: 300;
	margin: 0px;
	margin-bottom: 35px;
}

.newsletter-box .left-col h3 b {
	font-weight: 700;
}

.newsletter-box .right-col {
	display: flex;
	justify-content: center;
	width: 100%;
}

.newsletter-box .right-col img {
	max-width: 350px;
	width: 100%;
	object-fit: contain;
}



/* warranty extension */

.warranty-extension {
	position: relative;
	background-color: black;

	border-radius: 16px;
	background-image: linear-gradient(to right,
			#000000 0%,
			#232323 50%,
			#000000 100%);
}

.warranty-extension-content {
	position: relative;
	z-index: 1;
}

.warranty-extension .img-abs {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 0;
	width: 300px;
	height: auto;
}

.warranty-extension .warranty-extension-content {
	padding: 35px 30px;
	max-width: 285px;
	width: 100%;

}

.warranty-extension .warranty-extension-content h3 {
	color: white;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	margin: 0px;
}

.warranty-extension .warranty-extension-content h3 b {
	font-weight: 700;
}

.warranty-extension .warranty-extension-content .button-primary {
	margin-top: 25px;
	color: black;
	text-decoration: none;
}

.warranty-extension .warranty-extension-content .button-primary:hover {
	color: white;
}

.warranty-extension .warranty-extension-content .button-primary:hover svg {
	fill: white;
}


@media only screen and (max-width: 768px) {
	.newsletter-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.warranty-extension {
		grid-row: 1;
	}

	.newsletter-box {
		flex-direction: column;
		align-items: center;
	}

	.newsletter-box .left-col {
		flex: initial
	}

	.input-wrapper-abs-button button {
		position: static;
	}

	.input-wrapper-abs-button input {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}

	.input-wrapper-abs-button {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

}


/* PĘTLE PRODUKTÓW KAFELKI */
.single-product-card-in-loop {
	list-style: none;
}

.single-product-card-in-loop a {
	text-decoration: none;
}

.single-product-card-in-loop .woocommerce-Price-amount {
	/* color: black;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold; */
}

.single-product-card-in-loop .woocommerce-loop-product__title {
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
	color: #343434;
	margin-top: 10px;
	/* margin-bottom: 10px; */
	font-weight: 500;
}

.single-product-card-in-loop .old-price,
.hcpc-price .old-price {
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	color: #5C5C5C;
}

.single-product-card-in-loop .current-price,
.hcpc-price .current-price {
	color: black;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.single-product-card-in-loop .you-save-box,
.hcpc-price .you-save-box {
	background-color: #DCF0D8;
	border-radius: 2px;
	color: #4B7620;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	padding: 1px 5px;
}


/* PRODUCT ARCHIVE PAGE */

.product-archive-page {
	display: flex;
	gap: 75px;
	padding-top: 30px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #FFC207 !important;
	color: black;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
}


.hcwcd-section a {
	color: #FFC207 !important;
}

.hcwcd-section {
	margin-top: 50px;
	padding-top: 35px;
	border-top: 1px solid #DBDBDB;
}
.hcwcd-section ul{
	padding-left: 0px !important;
}
/* Lewa część */


.product-archive-page .sidebar {
	width: 378px;
	flex: 0 0 378px;
}

.product-archive-page .sidebar .page-title {
	font-size: 32px;
	line-height: 34px;
	font-weight: 600;
	margin: 0px;
}

.product-archive-page .sidebar .woocommerce-products-header {
	margin-bottom: 35px;
}

.product-archive-page .sidebar .woocommerce-breadcrumb {
	margin-bottom: 10px;
	flex-wrap: wrap;

}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb * {
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	color: #868686 !important;
	font-weight: 500;
	display: flex;
	column-gap: 15px;
	row-gap: 5px;
}


@media only screen and (max-width: 768px) {
	.woocommerce-breadcrumb {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		/* płynny scroll na iOS */
		scrollbar-width: none;
		/* ukryj pasek w Firefox */
		padding-right: 25px;
	}

	.woocommerce-breadcrumb::-webkit-scrollbar {
		display: none;
		/* ukryj pasek scrolla w Chrome/Safari */
	}

	.woocommerce-breadcrumb a {
		flex-shrink: 0;
		white-space: nowrap;
	}

	.top-bar-product-wrapper {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		/* płynny scroll na iOS */
		scrollbar-width: none;
		/* ukryj pasek w Firefox */
	}

	.top-bar-product-wrapper::-webkit-scrollbar {
		display: none;
		/* ukryj pasek scrolla w Chrome/Safari */
	}
}



/* Prawa część */
.product-archive-page .product-archive-content {
	flex: 1;
	min-width: 0px;
}

ul.products li.product {
	float: initial !important;
	/* width: 100% !important; */
	/* margin: 0px !important; */
	margin: 0px;
	padding: 0px !important;
}

.product-archive-content ul.products li.product {
	width: 100% !important;
	margin: 0px !important;
}

#hc-apf-results ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.shop-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;

}

.filter-action-button-wrapper {
	display: flex;
	/* align-items: center; */
	gap: 10px;
}

ul.products li.product img {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.product-slider-swiper img {
	width: 100%;
}

.shop-top-bar .woocommerce-result-count {
	font-size: 13px;
	line-height: 15px;
	color: #343434;
	font-weight: 400;
	margin: 0px;
}

.woocommerce-ordering {
	position: relative;
}

.woocommerce-ordering label {
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-weight: 600;
	background-color: white;
	position: absolute;
	z-index: 2;
	left: 10px;
	top: -7.5px;
	padding-left: 2px;
	padding-right: 2px;
}


.ordering .select2-container--default .select2-selection--single {
	border: 1px solid #DADADA !important;
	border-radius: 8px !important;

	display: flex !important;
	align-items: center !important;
}

.ordering .select2-container .select2-selection--single {
	height: 42px !important;
	width: 232px;
}

.ordering .select2-container--default .select2-results>.select2-results__options {
	max-width: 232px !important;
	width: 100% !important;
}

.ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50% !important;
	transform: translate(0, -50%) !important;
}

.ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13px !important;
	line-height: 15px !important;
	color: #000000 !important;
	padding-left: 12px !important;
}

.ordering .select2-container--default .select2-results__option--highlighted[aria-selected],
.ordering .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #FFC207 !important;
}

.ordering .select2-results__option {
	font-size: 13px !important;
	line-height: 15px !important;
	padding-left: 12px !important;
}

.ordering .select2-dropdown {
	border: 1px solid #DADADA !important;
}


@media only screen and (max-width: 1350px) {
	.product-archive-page {
		gap: 50px;
	}

}


@media only screen and (max-width: 1150px) {
	.product-archive-page {
		flex-direction: column;
	}

	.product-archive-page .sidebar {
		flex: initial;
	}

	.product-archive-page {
		gap: 0px;
	}

	.shop-top-bar {
		flex-direction: column-reverse;
		gap: 10px;
	}

	.filter-action-button-wrapper {
		width: 100%;

	}

	.result-count {
		margin-right: auto;
	}

	.product-archive-page .sidebar {
		width: 100%;
		flex: initial;
	}
}


@media only screen and (max-width: 1150px) {
	#hc-apf-results ul.products {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

/* ------------------------------------------------------------------ STRONA PRODUKTU */

.product-page-wrapper {
	/* margin-top: 30px; */
	padding-top: 30px;
	margin-bottom: 30px;
}

.product-page-wrapper .product-content-summary-wrapper {
	display: flex;
	gap: 50px;
}

.product-page-wrapper .product-content-summary-wrapper .product-right-col {
	flex: 1;
	min-width: 0 !important;
}


.product-page-wrapper .product-content-summary-wrapper .product-left-col {
	flex: 0 0 600px;
	max-width: 600px;
	width: 100%;
	transition: all 0.2s;
}


.product-page-wrapper .product-content-summary-wrapper .entry-summary {
	margin-top: 0px;
	position: relative;
}

/* Product top bar */
.product-page-top-bar {
	padding-bottom: 50px;
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.single-product-additional-action {
	display: flex;
	gap: 50px;
}

.single-product-additional-action a,
.single-product-additional-action button {
	background: transparent;
	border: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: #868686;
	text-decoration: none;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	gap: 5px;
	box-shadow: none;
}

.single-product-additional-action svg {
	width: 18px;
	height: auto;
	fill: #868686;
}

.single-product-additional-action a:hover,
.single-product-additional-action button:hover {
	border: 0px;
	box-shadow: none;
}

@media only screen and (max-width: 1350px) {

	.product-page-wrapper .product-content-summary-wrapper .product-left-col {
		max-width: 500px;
	}



}

@media only screen and (max-width: 1250px) {
	.product-page-wrapper .product-content-summary-wrapper .product-left-col {
		max-width: 400px;
	}
}

@media only screen and (max-width: 1000px) {
	.product-page-wrapper .product-content-summary-wrapper {
		flex-direction: column;
	}

	.product-page-wrapper .product-content-summary-wrapper .product-left-col {
		max-width: 100%;
		flex: initial;
	}

	.hc-gallery {
		position: static;
	}

}

@media only screen and (max-width: 1000px) {
	.single-product-additional-action {
		flex-direction: column;
		gap: 10px;
	}

	.product-page-top-bar {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 768px) {
	.product-page-top-bar-right-col {
		display: none;
	}

	.top-bar-product-wrapper .padding-glob {
		/* padding-left: 0px; */
		padding-right: 0px;
	}

	.product-page-wrapper .product-content-summary-wrapper .entry-summary {
		margin-top: 30px;
	}
}


/* Rating */

.woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	bottom: calc(100% + 2px);
}

.woocommerce-product-rating .woocommerce-review-link {
	color: #5C5C5C;
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}

.star-rating {
	color: #DBDBDB !important;
	font-size: 13px;

}

.star-rating span::before {
	color: #FFC300 !important;
	font-size: 13px;
}

.product-right-col .summary .woocommerce-product-rating {
	margin-bottom: 5px;
}

.product-right-col .summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 14px;
}

@media only screen and (max-width: 768px) {
	.product-right-col .summary .woocommerce-product-rating {
		position: initial;

	}
}

/* Tytuł produktu */




.product-page-wrapper .stock {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.product-page-wrapper .single-product-price-wrapper .product-content-summary-wrapper .product_title {
	margin: 0px !important;
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px !important;
}

.product-page-wrapper .single-product-price-wrapper .product-old-price-wrapper {
	display: flex;
	align-items: center;
	gap: 6px;
}

.product-page-wrapper .single-product-price-wrapper .product-old-price-wrapper .old-price {
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	color: #5C5C5C;
}

.product-page-wrapper .single-product-price-wrapper .product-old-price-wrapper .discount-badge,
.hcpc-price .discount-badge {
	font-size: 12px;
	line-height: 17px;
	font-weight: 600;
	color: #4B7620;
	background-color: #DCF0D8;
	padding: 1px 5px;
	border-radius: 2px;
}

.product-page-wrapper .single-product-price-wrapper .current-price,
.hcpc-price .current-price {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

.single-product-price-wrapper-content p {
	margin: 0px;
}

.iworks-omnibus {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #5C5C5C;
	margin: 0px;
	margin-top: 5px;
	font-style: italic;
}

.single-product-price-wrapper-content .price {
	margin: 0px;
}

.single-product-price-wrapper {
	display: flex;
	gap: 25px;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 25px;
}

.single-product-price-wrapper .payu-info-banner {
	max-width: 340px;
	width: 100%;
	object-fit: contain;
}

.single-product-price-wrapper .payu-info-banner-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.payu-widget-under-banner>div {
	display: flex;
	justify-content: flex-end;
}

.single-product-price-wrapper .payu-info-banner-wrapper .payu-widget-under-banner a,
.single-product-price-wrapper .payu-info-banner-wrapper .payu-widget-under-banner span {
	color: #343434 !important;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	text-decoration: underline;

}


.woocommerce-product-details__short-description {
	background-color: #F4F4F4;
	/* padding: 20px; */
	border-radius: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.woocommerce-product-details__short-description p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: #343434;
}

.woocommerce-product-details__short-description>*:not(.hc-pkc-section) {
	padding-left: 25px;
	padding-right: 25px;
}


.woocommerce-product-details__short-description>*:first-child {
	margin-top: 0px;
}

.woocommerce-product-details__short-description>*:last-child {
	margin-bottom: 0px;
}

.woocommerce-product-details__short-description a {
	color: #FFC207;
	font-weight: 500;
}

.woocommerce-product-details__short-description ul {
	list-style: none !important;
	margin: 0;
	padding-left: 0;
}

.woocommerce-product-details__short-description ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
}

.woocommerce-product-details__short-description ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 12px;
	height: 12px;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

	/* TWÓJ SVG JAKO BULLET — zakodowany w data:image/svg+xml */
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11.703' height='10' viewBox='0 0 11.703 10'><path d='M-21162.518-2097.725l3.277-3.275-3.277-3.278,1.725-1.722,4.139,4.139a1.2,1.2,0,0,1,.357.861,1.211,1.211,0,0,1-.357.861l-4.139,4.139Zm-5.482,0,3.279-3.275-3.279-3.278,1.727-1.722,4.135,4.139a1.207,1.207,0,0,1,.359.861,1.213,1.213,0,0,1-.359.861l-4.135,4.139Z' transform='translate(21168 2106)' fill='%23f7ba00'/></svg>");
}

.woocommerce-product-details__short-description ul li:last-child {
	margin-bottom: 0px;
}



@media screen and (max-width: 768px) {
	.product-page-wrapper .product-content-summary-wrapper {
		gap: 0px;
	}

	.product-page-wrapper .product-content-summary-wrapper .product_title {
		font-size: 20px;
		line-height: 24px;
		padding-top: 0px !important;
		margin-top: 0px;

	}

	.single-product-price-wrapper {
		flex-direction: column;
		gap: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.single-product-price-wrapper .payu-info-banner {
		width: 100%;
		max-width: 100%;
	}
}

/* TABS */
#tab-description {
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 0px;
}

.woocommerce-tabs {
	margin-top: 50px;
	margin-bottom: 50px;
}

#tab-additional_information {
	margin-top: 0px;
}

.product-section-title {
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	color: black;
	margin: 0px;
}

.additional_information-content {
	padding-top: 35px;
	padding-bottom: 35px;
	border-top: 1px solid #DADADA;

	display: flex;
	justify-content: space-between;
	gap: 35px;



}

.additional_information-content table {
	flex: 0 0 816px;
	gap: 50px;
	border-collapse: collapse;
}

.additional_information-content table tr:nth-child(odd) {
	background-color: #F6F6F6;
}

.additional_information-content table th,
.additional_information-content table td {
	text-align: left;
	padding: 15px;
}

.additional_information-content table th {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: black;
}

@media screen and (min-width: 768px) {
	.additional_information-content table th {
		min-width: 250px;
	}
}

.additional_information-content table td {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: black;
}

.additional_information-content table p {
	margin: 0px;
}

@media only screen and (max-width: 1250px) {

	.additional_information-content .product-section-title {
		margin-bottom: 0px;
	}

	.additional_information-content {
		flex-direction: column;
		gap: 0px;
		padding-bottom: 0px;
	}

	.additional_information-content table {
		flex: initial;
	}

	#tab-additional_information {
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 768px) {

	#tab-additional_information {
		margin-top: 35px;
	}

}

/* WARIANTY LIKOWANE */


.wpclv-attributes {
	margin-top: 30px;
}

.wpclv-attribute-label {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.wpclv-terms {
	margin-top: 10px;
}

.wpclv-attributes .wpclv-terms .wpclv-term {
	padding: 0px;
	border-radius: 25px;
	display: flex;
	align-items: center;
}

.wpclv-attributes .wpclv-terms .wpclv-term span,
.wpclv-attributes .wpclv-terms .wpclv-term a {
	font-weight: 400;
	color: black;
	text-decoration: none;
	background-color: transparent;
}

.wpclv-attributes .wpclv-terms .wpclv-term.active,
.wpclv-attributes .wpclv-terms .wpclv-term:hover {
	border: 1px solid #FFC207;

}

.wpclv-attributes .wpclv-terms .wpclv-term.active span {
	font-weight: bold !important;
}



/* OPINIE */


/* Head z tytułem i przyciskiem */
#tab-reviews {
	padding-top: 0px;
}



.btn-add-review {
	/* border: 1px solid #FFC207 !important;
	background-color: #FFC207;
	padding: 15px 20px;
	border-radius: 27px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold; */
	text-transform: uppercase;
	/* cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	transition: all 0.2s; */
}

.btn-add-review:hover {
	background-color: transparent;
}

.btn-add-review svg {
	width: 17px;
	height: auto;
	fill: black;
}


.btn-add-review--login {
	text-decoration: none;
}

/* Swiper wrapper */
.reviews-swiper {
	position: relative;
}

.reviews-swiper .swiper-wrapper {
	align-items: stretch;
}

.reviews-swiper .swiper-wrapper::before {
	position: absolute;
	z-index: 1;
	background-color: red;
	width: 10px;
	height: 10px;
}

.reviews-swiper .swiper-slide {
	box-sizing: border-box;
	height: auto;
}

/* KARTA OPINII */
.review-card {
	background: #fff;
	border: 1px solid #DADADA;
	border-radius: 15px;
	padding: 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.review-card__header {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 20px;
	align-items: start;
}

.review-card__avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.review-card__meta {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.review-card__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.review-card__date {
	font-size: 11px;
	font-weight: 15px;
	color: #5C5C5C;
}

.review-card__author {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 19px;
	caret-color: black;
}

.review-card__score {
	font-size: 11px;
	color: #5C5C5C;
	display: flex;
	gap: 6px;
	align-items: center;
}

.review-card__scorewrap {
	display: flex;
	flex-direction: column;
}


.review-card__score-value {
	font-weight: bold;
}

.review-card__verified {
	font-size: 11px;
	padding: 2px 6px;
	border-radius: 999px;
	background: rgba(0, 128, 0, .08);
	color: #106b21;
	font-weight: 600;
}


.review-card__content {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
}

.review-card__text p {
	margin: 0 0 8px;
}

/* clamp + toggle */
.review-card__text.is-clamped {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.review-card__toggle {
	appearance: none;
	border: none;
	background: none;
	color: #6b7280;
	font-weight: 400;
	padding: 0;
	cursor: pointer;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	transition: all 0.2s;
}

.review-card__toggle:hover {
	color: #FFC207;
}



/* Kontrolki Swipera */


.reviews-swiper .button-nav {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #DEDEDE;
	box-shadow: 0px 3px 6px #0000001A;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	background-color: white;
	z-index: 2;
	transform: translate(0, -50%);
}

.reviews-swiper .button-nav.swiper-button-disabled {
	display: none;
}

.reviews-swiper .button-nav svg {
	fill: black;
	width: 14.5px;
	height: auto;
}

.reviews-swiper .button-nav.button-prev svg {
	transform: rotate(180deg);
}


.reviews-swiper .button-nav.button-prev {
	left: 0px;
}

.reviews-swiper .button-nav.button-next {
	right: 0px;
}

.review-card__text {
	overflow: hidden;
}

.review-card__text.is-clamped {
	/* max-height ustawiane inline przez JS */
}

.review-card__toggle[hidden] {
	display: none !important;
}


/* Modal od dodawania opinii*/
.review-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 10000;
}

.review-modal.is-open {
	display: block;
}

.review-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .5);
}

.review-modal__dialog {
	position: relative;
	margin: 5vh auto 0;
	width: min(720px, 92vw);
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	max-height: 90vh;
	overflow: auto;
}

.review-modal__dialog label {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}

.review-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: none;
	background: none;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}


.review-modal__body .comment-form {
	display: grid;
	gap: 12px;
}


body.review-modal-open {
	overflow: hidden;
}

.review-modal__dialog h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: black;
	margin: 0px;
	margin-bottom: 15px;
}

.review-modal__body .comment-form-rating .stars {
	margin: 0px;
}

p.stars:hover a::before {
	content: "\53";
	color: #FFC207 !important;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #FFC207 !important;
	opacity: 1;
}

/* p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
} */

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #FFC207 !important;
	opacity: 1;
}



.review-modal__body .comment-form-comment {
	margin: 0px;
}

.review-modal__body .comment-form-comment textarea {
	background: #fff;
	border: 1px solid #DADADA;
	border-radius: 15px;
	padding: 20px;
	outline: none;
	transition: all 0.2s;
	min-height: 100px;
	max-height: 400px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	resize: vertical;
}

.review-modal__body .comment-form-comment textarea:focus {
	border-color: #FFC207;
}

.comment-form .button-primary {
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}






/* Ułożenie: gwiazdki pod "Ocena produktu" */


/* Modale – używamy tych samych styli co wcześniej */
.review-full-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 10001;
}

.review-full-modal.is-open {
	display: block;
}

.review-full-modal .review-card__text p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
}

/* Górna belka sekcji z opiniami*/

.woocommerce-Reviews-head {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding-top: 35px;
	margin-bottom: 20px;
	border-top: 1px solid #DADADA;
}

.woocommerce-Reviews-head__left {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.woocommerce-Reviews-title {
	margin: 0px;
	margin-bottom: 0px !important;
}

.woocommerce-Reviews-head .reviews-summary {
	display: flex;
	align-items: center;
	gap: 12px;
}

.woocommerce-Reviews-head .reviews-summary__score {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #5C5C5C;
}

.reviews-summary__score strong {
	font-weight: bold;
	color: #5C5C5C;
}

.reviews-summary .star-rating {
	margin: 0;
}








/* RELATED PRODUCT */

.card-prices {
	margin-top: 5px;
}

.related.products .product-section-title {
	padding-top: 35px;
	margin-bottom: 20px;
	border-top: 1px solid #DADADA;
}

.related.products ul.products li.product {
	margin: initial;
}

.related.products ul.products li.product img {
	border: 1px solid #DBDBDB;
	border-radius: 10px;

	aspect-ratio: 1/1;
	object-fit: contain;
}


/* -----------------------------
   QUANTITY WRAPPER
------------------------------ */

.wccb-qty-add-to-cart-wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-direction: row-reverse;
}

.wccb-qty-wrapper {
	display: inline-flex;
	align-items: stretch;
	background: #F4F4F4;
	border: 1px solid #DBDBDB;
	border-radius: 27px;
	overflow: hidden;
	vertical-align: middle;
	transition: box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.wccb-qty-add-to-cart-wrapper button[type="submit"] {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	flex: 1;
	border-radius: 27px;
	border: 1px solid #FFC207;
	background: #FFC207;
	padding: 14px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	min-height: 54px;
	transition: all 0.2s;
}

.wccb-qty-add-to-cart-wrapper button[type="submit"]:hover {
	background-color: white;
	border-color: #FFC207;
	color: black;
}

.wccb-qty-add-to-cart-wrapper button[type="submit"] svg {
	fill: white;
	transition: all 0.2s;
	width: 18.55px;
	height: auto;
	flex: 0 0 18.55px;
	fill: black;
}

.koler-add-to-cart-support-message {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: black;
	font-weight: 500;
	text-align: right;
}

.koler-add-to-cart-support-message a {


	font-size: 14px;
	line-height: 20px;
	color: #FFC207;
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.koler-add-to-cart-support-message {
		text-align: center;
	}

}

.wccb-qty-wrapper:focus-within {
	border-color: #FFC207;

}

.wccb-qty-btn {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	width: 42px;
	min-width: 42px;
	height: 54px;
	display: grid;
	place-items: center;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: black;
	user-select: none;
	transition: all 0.2s;
	padding: 0px;

	/* display: none; */
}

.wccb-qty-btn:hover {
	color: #FFC207;
}

.wccb-qty-btn svg {
	width: 18.55px;
	height: auto;
	flex: 0 0 18.55px;
	fill: black;
}

.wccb-qty-wrapper {
	display: none;
}

.wccb-qty-wrapper input.qty {
	width: 76px;
	min-width: 64px;
	height: 54px;
	padding: 0 10px;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #111827;
	outline: none;
}

.wccb-qty-wrapper input.qty:focus {
	outline: none;
}

@media only screen and (max-width: 768px) {
	.wccb-qty-add-to-cart-wrapper {
		flex-direction: column;
		gap: 10px;
	}

	.wccb-qty-add-to-cart-wrapper button[type="submit"] {
		flex: 1;
		width: 100%;
	}

	.wccb-qty-add-to-cart-wrapper {
		/* max-width: 350px; */
		margin-left: auto;
		margin-right: auto;
		gap: 10px;
	}

	.hcdp-badge-wrapper {
		width: 100%;
		margin: 0px;
	}

	.hcdp-badge {
		width: 100%;
		justify-content: center;
	}

}



/* Usunięcie spinnerów */
.wccb-qty-wrapper input.qty[type="number"]::-webkit-outer-spin-button,
.wccb-qty-wrapper input.qty[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wccb-qty-wrapper input.qty[type="number"] {
	-moz-appearance: textfield;
}

/* Placeholder w grouped */




/* POWIADOMIENIA */

.woocommerce-message {
	padding: 10px;
	border-radius: 12px;
}

.woocommerce-message,
.woocommerce-message * {
	font-size: 14px;
	line-height: 24px;
}


.product-page-wrapper .woocommerce-notices-wrapper:not(:empty) {
	/* margin-top: 20px; */
	margin-bottom: 25px;
}

.woocommerce-cart .woocommerce-notices-wrapper:not(:empty) {
	/* margin-top: 20px; */
	margin-bottom: 25px;
}


.woocommerce-message a {
	color: black !important;
	font-weight: 600;
}



.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #DCF0D8 !important;
	color: #4B7620 !important;
	clear: both;
	outline: none !important;
	font-weight: 500;
	border-radius: 10px;
	padding: 10px;
}

.woocommerce-error {
	margin-left: 0px;
	list-style: none;
}

.woocommerce-error li a {
	color: black !important;
	font-weight: 600;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #FFF7E3 !important;
	color: #F7BA00 !important;
}

.woocommerce-error {
	background-color: #FFE8E5 !important;
	color: #D11C1C !important;
}

.hc-apf .hc-apf-cat-nav a:hover {
	background: transparent !important;
}

.hc-was-suggestions .hc-was-item .hc-was-meta * {
	text-align: left;
}


/* STRONA CHECKOUT */


.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
	border: 1px solid #DADADA !important;
	border-radius: 10px !important;
	outline: none !important;
	transition: all 0.2s;
}


.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=password]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
	border: 1px solid #FFC207 !important;
}


.wc-blocks-components-select .wc-blocks-components-select__select {
	border: 1px solid #DADADA !important;
	border-radius: 10px !important;
	outline: none !important;
}

.wc-block-checkout__add-note .wc-block-components-textarea {
	border: 1px solid #DADADA !important;
	border-radius: 10px !important;
	resize: vertical;
	outline: none !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: none !important;
	border: 1px solid #FFC207 !important;
	border-radius: 10px !important;
}

.wc-block-components-title.wc-block-components-title {
	font-weight: 400;
}

.wc-block-components-address-card {
	border-radius: 10px !important;
}

.wc-block-components-checkout-return-to-cart-button {
	color: black !important;
}

.payu-mini-installments-widget-details {
	color: black !important;
}

.wp-block-woocommerce-checkout-order-summary-block mark,
.wp-block-woocommerce-checkout-order-summary-block ins {
	background-color: transparent;
}

.wc-block-components-checkout-place-order-button {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;

	border-radius: 27px;
	border: 1px solid #FFC207;
	background: #FFC207;
	padding: 14px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	min-height: 54px;

	outline: none !important;
	transition: all 0.2s !important;
}

.wc-block-components-checkout-place-order-button:hover {
	border: 1px solid black;
	outline: none !important;

	background-color: black;
	color: white;

}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	background-color: #FFC207 !important;
	border: 0px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description> :not(.wc-block-components-product-name) {
	display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid #DADADA !important;
	border-radius: 10px !important;
}

.wc-block-components-totals-wrapper {
	border-color: #DADADA !important;
}

.hc-apf-box .hc-apf-actions a.hc-apf-clear {
	display: block;
	background-color: #cecece;
	border: none;
	border-radius: 30px;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.hc-apf-facet[data-facet-type="attribute"] .hc-apf-facet__header {
	display: none;
}

#masthead,
.product-cat-navigation-wrapper,
#masthead *,
.product-cat-navigation-wrapper * {
	/* transition: background-color .3s, border-color .3s, color .1s, fill .1s; */
}

.single-product .product-floating-atc[hidden] {
	display: none !important;
}

.single-product .product-floating-atc {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: calc(82px + env(safe-area-inset-bottom, 0px));
	padding: 0 16px;
	z-index: 1200;
	pointer-events: none;
}

.single-product .product-floating-atc__inner {
	/* width: 100%; */
	max-width: 480px;
	margin: 0 auto;
	pointer-events: auto;
}

.single-product .product-floating-atc__button {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	flex: 1;
	border-radius: 27px;
	border: 1px solid #FFC207;
	background: #FFC207;
	padding: 14px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	min-height: 54px;
	transition: all 0.2s;
	box-shadow: 0pt 3pt 25pt rgba(0, 0, 0, 0.25);
}

.single-product .product-floating-atc__icon {
	display: flex;
}

.single-product .product-floating-atc__icon svg {
	display: block;
}

.single-product .product-floating-atc__button.is-disabled,
.single-product .product-floating-atc__button:disabled {
	opacity: 0.6;
}

@media (max-width: 768px) {
	.single-product .product-floating-atc {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}




.mobile-menu-koler {

	position: fixed;
	inset: 0;
	width: 100%;
	background-color: white;
	z-index: 10000;
	height: calc(100dvh - 70px);
	overflow: auto;
	display: none;

}

.mobile-menu-koler .product-cat-navigation-wrapper {
	display: flex !important;
}

.mobile-menu-koler .icon--light.product-category-icon {
	display: none;
}

.mobile-menu-koler .product-cat-navigation ul li .cat-title {
	color: black;
}

.mobile-menu-koler .cat-link--promocje .cat-title {
	color: #FFC207;
}

.mobile-menu-koler .menu-mobile-header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.mobile-menu-koler .custom-logo {
	max-width: 130px;
	width: 100%;
	transform: initial;
}

.mobile-menu-koler .menu-mobile-header-wrapper .custom-logo--dark {
	display: block;
}

.mobile-menu-koler .menu-mobile-header-wrapper .custom-logo--light {
	display: none;
}

.mobile-menu-koler .button-button-close-menu-mobile {
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: block;
	position: relative;
	background-color: transparent;
	border: 0px;
	border: 1px solid #DADADA;

	display: flex;
	align-items: center;
	justify-content: center;
}

.button-button-close-menu-mobile .line-wrapper {
	position: relative;
	width: 28px;
	height: 27px;
}

.mobile-menu-koler .button-button-close-menu-mobile .line {
	width: 27px;
	height: 2px;
	background-color: black;
	position: absolute;
	transition: all 0.2s;
	opacity: 1;
}



.mobile-menu-koler .button-button-close-menu-mobile .line:nth-child(1) {
	top: 0px;

}

.mobile-menu-koler .button-button-close-menu-mobile .line:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);

}

.mobile-menu-koler .button-button-close-menu-mobile .line:nth-child(3) {
	bottom: 0px;
}

.mobile-menu-koler .button-button-close-menu-mobile .line:nth-child(1) {
	top: 50%;
	transform: rotate(45deg) translate(0, -50%);
}

.mobile-menu-koler .button-button-close-menu-mobile .line:nth-child(2) {

	opacity: 0;
}

.mobile-menu-koler .button-button-close-menu-mobile .line:nth-child(3) {
	bottom: 50%;
	transform: rotate(-45deg) translate(0, 50%);
}

.mobile-menu-koler .product-cat-nav-title-wrapper {
	display: flex;
	opacity: 1;
}

.mobile-menu-koler .product-cat-navigation-wrapper {
	padding-top: 15px !important;
	padding-bottom: 0px !important;
	height: initial;
	border-bottom: 0px !important;
	border-top: 1px solid #DADADA;
}


.mobile-menu-koler .product-cat-nav-title-wrapper {
	pointer-events: initial;
	padding-right: 10px;
}

.mobile-menu-koler .menu-dropdown-grid {
	padding-top: 30px;
	border-top: 0px !important;
	border-bottom: 0px !important;
	padding-bottom: 0px;
}

.mobile-menu-koler .menu-dropdown-grid .padding-glob {
	padding-left: 0px;
	padding-right: 0px;
}

.mobile-menu-koler .menu-dropdown-grid .swiper,
.mobile-menu-koler .menu-dropdown-grid .menu-dropdown-section-title,
.mobile-menu-koler .menu-dropdown-grid .menu-droprown-nav {
	padding-left: 10px;
	padding-right: 10px;
}

.mobile-menu-koler .menu-droprown-nav .menu-dropdown-section-title {
	padding-left: 0px;
}

.mobile-menu-koler .social-media-mobile .social-media-mobile-inside {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

.mobile-menu-koler .social-media-mobile .social-media-mobile-inside a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	padding: 0px;
	margin: 0px;
	flex: 0 0 54px;
	border: 1px solid #DBDBDB;
	border-radius: 54px;

}

.mobile-menu-koler .social-media-mobile .social-media-mobile-inside a svg {
	width: 18px;
	height: 18px;
	fill: black;
}

.product .payu-mini-installments-widget * {
	font-size: 12px !important;
	line-height: 24px !important;
}

.product .payu-mini-installments-widget {
	color: #E8AF02;
}

.product .payu-mini-installments-widget a {
	color: black;
	text-decoration: none !important;
}

/* ----------------------------------------------------------------------------- page 404 */
.page-404-content {
	position: relative;
	margin-top: 180px;
	margin-bottom: 140px;
}

.page-404-content h1 {
	font-size: 60px;
	line-height: 91px;
	color: black;
	margin: 0px;
	text-align: center;
}

.btn-back-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.page-404-content .btn-back {
	display: flex;
	align-items: center;
	gap: 8.32px;
	font-size: 16px;
	line-height: 24px;
	background-color: #FFC207;
	border-radius: 27px;
	text-decoration: none !important;
	color: black !important;
	padding: 16px 20px;
	font-weight: bold;

}

.page-404-content h1,
.page-404-content .btn-back-wrapper {
	position: relative;
	z-index: 2;
}

.page-404-content .btn-back svg {
	width: 15px;
	flex: 0 0 15px;
	height: auto;
	fill: black;
	z-index: 1;
}

.page-404-content .text-background {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0px);
	max-width: 100%;
}

.site-main-404 .woocommerce-breadcrumb {
	padding-top: 30px;
	padding-bottom: 30px;
}



@media (max-width: 768px) {
	.page-404-content h1 {
		font-size: 26px;
		line-height: 36px;
	}
}


.wp-block-woocommerce-checkout .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
	/* display: none !important; */
}

@media (max-width: 780px) {
	.wp-block-woocommerce-checkout-order-summary-block {
		padding: 20px;
	}

	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
		border-top: 0px;
		border-bottom: 0px;
		margin-top: 0px !important;
		padding: 0px;
	}
}


@media (max-width: 780px) {
	.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
		display: none !important;
	}

	.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
		border: 0px !important;
		padding: 0px !important;
		margin-bottom: 25px !important;
	}
}


.simple-page {
	margin-top: 25px;
	padding-top: 25px;
}

/* ---------------------------------------section-full-width-img */
.section-full-width-img {
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 1468px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;



}

.section-full-width-img .section-full-width-img__content h2 {
	text-align: center;
	font-size: 60px;
	line-height: 68px;
	font-weight: 600;
	margin-bottom: 50px;
}

.section-full-width-img img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: contain;

}

.section-full-width-img .mobile {
	display: none;
}

@media (max-width: 1468px) {

	.section-full-width-img img {
		display: block;
		height: auto;
		width: calc(100% + 300px);
		max-width: none;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.section-full-width-img {
		margin-left: -50px;
		margin-right: -50px;
	}

}

@media only screen and (max-width: 1050px) {
	.section-full-width-img {
		margin-left: -35px;
		margin-right: -35px;
	}
}


@media (max-width: 1250px) {
	.section-full-width-img .desktop {
		display: none;
	}

	.section-full-width-img .mobile {
		display: block;
	}
}

@media (max-width: 768px) {
	.section-full-width-img .section-full-width-img__content h2 {
		text-align: center;
		font-size: 42px;
		line-height: 48px;
		margin-bottom: 35px;
	}

		.section-full-width-img {
		margin-left: -20px;
		margin-right: -20px;
	}
}





/* ............................................ section-title-desc-image */

.section-title-desc-image,
.section-title-desc-video {
	margin-top: 50px;
	margin-bottom: 50px;
	/* max-width: 1200px; */
	margin-left: auto;
	margin-right: auto;
}

.section-title-desc-image .content-col,
.section-title-desc-video .content-col {
	flex: 1;
}


.section-title-desc-image .section-title-desc-image--content,
.section-title-desc-video .section-title-desc-image--content {
	display: flex;
	align-items: center;
	gap: 60px;
}

.section-title-desc-image--content h1,
.section-title-desc-image--content h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}

.section-title-desc-image--content p,
.section-title-desc-image--content li {
	/* font-size: 16px; */
	font-size: 14px;
	/* line-height: 26px; */
	line-height: 21px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #5C5C5C;
}

.section-image-wrapper {
	flex: 1 1 563px;
	max-width: 627px;
	width: 100%;
}

.section-image-wrapper__inner {
	width: 100%;
}

.section-image-wrapper img,
.section-image-wrapper video {
	border-radius: 16px;
	width: 100%;
	display: block;
}

.section-title-desc-image-full-height .section-title-desc-image--content {
	align-items: stretch;
}

.section-title-desc-image-full-height .content-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.section-title-desc-image-full-height .section-image-wrapper {
	display: flex;
}

.section-title-desc-image-full-height .section-image-wrapper__inner {
	height: 100%;
	min-height: 260px;
}

.section-title-desc-image-full-height .section-image-wrapper img,
.section-title-desc-image-full-height .section-image-wrapper video {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.section-title-desc-image-invert .section-title-desc-image--content {
	flex-direction: row-reverse;
}


@media (max-width: 1250px) {
	.section-title-desc-image .content-col,
	.section-title-desc-video .content-col {
		width: 100%;
	}

	.section-title-desc-image .section-title-desc-image--content,
	.section-title-desc-video .section-title-desc-image--content {
		flex-direction: column;
		gap: 20px;
	}



	.section-title-desc-image--content h1,
	.section-title-desc-image--content h2 {
		font-size: 28px;
		line-height: 32px;
	}

	.section-title-desc-image--content p,
	.section-title-desc-image--content li {
		font-size: 14px;
		line-height: 19px;
		font-weight: 400;
	}

	.section-image-wrapper {
		flex: initial;
	}

	.section-image-wrapper img,
	.section-image-wrapper video {
		width: 100%;
	}

	.section-title-desc-image-full-height .section-image-wrapper__inner {
		min-height: 220px;
	}
}


/* -------------------------------------------------------------------------------------------- section-extended-warranty-box */


.section-extended-warranty-box {
	margin-top: 30px;
	margin-bottom: 30px;

}

.extended-warranty-box {
	border-radius: 16px;
	background: linear-gradient(to right,
			#101010 0%,
			#030303 100%);
}

.section-extended-warranty-box .extended-warranty-box--content .wyswig * {
	color: white;
}

.section-extended-warranty-box .extended-warranty-box {
	display: flex;
	align-items: flex-end;
	gap: 35px;
}

.section-extended-warranty-box .button-wrapper {
	display: flex;
	margin-top: 25px;
}

.extended-warranty-box--content {
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 50px;
}

.extended-warranty-box--content h1,
.extended-warranty-box--content h2,
.extended-warranty-box--content h1,
.extended-warranty-box--content h3 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 500;
}

.extended-warranty-box--content p,
.extended-warranty-box--content li {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.extended-warranty-box--content strong,
.extended-warranty-box--content b {
	font-weight: bold;
}

.extended-warranty-box--content .button-primary:hover{
	/* color: black; */
	color: #FFC207;
}
.extended-warranty-box--content .button-primary:hover svg{
	fill: #FFC207;
}
@media (max-width: 1250px) {
	.section-extended-warranty-box .extended-warranty-box {
		flex-direction: column;
		gap: 0px;
	}

	.extended-warranty-box--content {
		padding-bottom: 25px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		text-align: center;
	}

	.section-extended-warranty-box .extended-warranty-box {
		padding-top: 35px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.section-img {
		margin-left: auto;
		margin-right: auto;
		max-width: 313px;
		width: 100%;
	}

	.section-extended-warranty-box .button-wrapper {
		justify-content: center;
	}
}

/* ------------------------------------------------------------------------ .section-extended-warranty-box-grid-wrapper */

.section-extended-warranty-box-grid-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;

}


.section-extended-warranty-box-grid-wrapper .extended-warranty-box-grid--content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.section-extended-warranty-box-grid-wrapper .single-warrant-box {
	border-radius: 16px;
	background-color: #F4F4F4;
	position: relative;
	overflow: hidden;
}

.section-extended-warranty-box-grid-wrapper .single-warrant-box .abs-number {
	font-size: 262px;
	line-height: 262px;
	color: #000000;
	opacity: 0.03;
	position: absolute;
	right: -40px;
	bottom: -40px;
	z-index: 1;
	pointer-events: none;
	font-weight: 900;
}

.section-extended-warranty-box-grid-wrapper .single-warrant-box--content {

	padding: 40px 30px;
	position: relative;
	z-index: 2;

}


.section-extended-warranty-box-grid-wrapper .single-warrant-box--content h1,
.section-extended-warranty-box-grid-wrapper .single-warrant-box--content h2,
.section-extended-warranty-box-grid-wrapper .single-warrant-box--content h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;

}

.section-extended-warranty-box-grid-wrapper .single-warrant-box--content b,
.section-extended-warranty-box-grid-wrapper .single-warrant-box--content strong {
	font-weight: bold;
}

.section-extended-warranty-box-grid-wrapper .single-warrant-box--content p,
.section-extended-warranty-box-grid-wrapper .single-warrant-box--content li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #343434;
}

@media (max-width: 1000px) {
	.section-extended-warranty-box-grid-wrapper .extended-warranty-box-grid--content {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.section-extended-warranty-box-grid-wrapper .single-warrant-box--content {
		padding: 30px;
	}
}


/* ----------------------------------------------------------------------------------------- .section-social-media-extended-warranty-faq */

.section-social-media-extended-warranty-faq {
	margin-top: 50px;
	margin-bottom: 50px;
}

.section-social-media-extended-warranty-faq .social-media-extended-warranty-faq-box {
	border-top: 1px solid #DADADA;
	padding-top: 35px;
}

.section-social-media-extended-warranty-faq .social-media-extended-warranty-faq-box .section-title {
	color: black;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 25px;
	font-weight: 400;
}

.section-social-media-extended-warranty-faq .section-menu {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.section-social-media-extended-warranty-faq .section-menu .extended-warranty-faq-button {
	background-color: #F4F4F4;
	font-size: 15px;
	line-height: 18px;
	border-radius: 16px;
	border: 1px solid #F4F4F4;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	padding: 0;
	padding: 12px 20px;
	transition: all 0.2s;

}

.section-social-media-extended-warranty-faq .section-menu .extended-warranty-faq-button svg,
.section-social-media-extended-warranty-faq .section-menu .extended-warranty-faq-button img {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	object-fit: contain;

}

.section-social-media-extended-warranty-faq .section-menu .extended-warranty-faq-button.button-active {
	background-color: #FFC207;
}

.section-social-media-extended-warranty-faq .additional-information {
	margin-top: 25px;
	/* text-align: center; */
	font-size: 20px;
	line-height: 26px;
	color: black;
}

.section-social-media-extended-warranty-faq .additional-information a {
	color: #F7BA00;
	font-weight: bold;
	text-decoration: underline;
}

.section-social-media-extended-warranty-faq .extended-warranty-faq-single-content {
	display: none;
}

.extended-warranty-faq-single-content,
.extended-warranty-faq-single-content li,
.extended-warranty-faq-single-content p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
}

.extended-warranty-faq-single-content ul,
.extended-warranty-faq-single-content ol {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}



/* ----------------------------------------------------------------------------------------- section-extended-warranty-terms */


.section-extended-warranty-terms {
	margin-top: 50px;
}

.extended-warranty-terms-box {
	border-top: 1px solid #DADADA;
	padding-top: 35px;
}



.extended-warranty-terms-box h1,
.extended-warranty-terms-box h2,
.extended-warranty-terms-box h3 {
	color: black;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 25px;
	font-weight: 400;
}


.extended-warranty-terms-box,
.extended-warranty-terms-box li,
.extended-warranty-terms-box p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.extended-warranty-terms-box ul,
.extended-warranty-terms-box ol {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}


.wp-block-hc-product-text .wyswig h1:only-child,
.wp-block-hc-product-text .wyswig h2:only-child,
.wp-block-hc-product-text .wyswig h3:only-child {
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}



/* CONTACT FORM 7 PRZEDŁUŻONA GWARANCJA */


/* ====== KOLER / Contact Form 7 UI ====== */
.koler-form {
	max-width: 738px;
	margin: 0 auto;
	border: 1px solid #DBDBDB;
	padding: 35px 60px;
	border-radius: 16px;
}

.koler-form__title * {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 0px;
	margin-bottom: 45px;

}

.koler-form__title strong {
	font-weight: 800;
}

.koler-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

@media (max-width: 760px) {
	.koler-grid {
		grid-template-columns: 1fr;
	}
}

.koler-field--full {
	margin-top: 20px;
}

.koler-field {
	position: relative;
}

.koler-label {
	display: inline-block;
	font-size: 12px;
	color: #000000;
	position: absolute;
	z-index: 1;
	padding: 0 4px;
	left: 26px;
	top: 0px;
	transform: translate(0, -50%);
	background-color: white;
}

.koler-form .wpcf7-form-control-wrap {
	display: block;
}

/* Inputs / select "pill" */
.koler-form input[type="text"],
.koler-form input[type="email"],
.koler-form input[type="url"],
.koler-form input[type="tel"],
.koler-form textarea,
.koler-form select {
	width: 100%;
	box-sizing: border-box;
	height: 56px;
	padding: 15px 30px;
	border: 1px solid #DBDBDB;
	border-radius: 28px;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.koler-form textarea {
	min-height: 168px;
	max-height: 224px;
	width: 100%;
	resize: vertical;
}

.koler-form input::placeholder {
	color: #000;
	opacity: 0.55;
}

.koler-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 52px;
	background-image:
		linear-gradient(45deg, transparent 50%, #111 50%),
		linear-gradient(135deg, #111 50%, transparent 50%);
	background-position:
		calc(100% - 26px) 28px,
		calc(100% - 20px) 28px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.koler-form input:focus,
.koler-form select:focus {
	border-color: #FFC207;

}

/* Consent row */
.koler-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 35px;
	padding-left: 6px;
	font-size: 12px;
	color: black;
}

/* ===== CUSTOM CF7 CHECKBOX ===== */

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

.koler-consent input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	width: 18px;
	height: 18px;
	min-width: 18px;

	border: 1px solid #DBDBDB;
	border-radius: 6px;
	background: #fff;

	display: inline-grid;
	place-content: center;

	cursor: pointer;
	margin: 2px 0 0 0;

	transition: border-color .15s ease, background-color .15s ease;
}

/* hover */
.koler-consent input[type="checkbox"]:hover {
	border-color: #FFC207;
}

/* focus accessibility */
.koler-consent input[type="checkbox"]:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 194, 7, 0.2);
}

/* checked background */
.koler-consent input[type="checkbox"]:checked {
	background-color: #FFC207;
	border-color: #FFC207;
}

/* checkmark */
.koler-consent input[type="checkbox"]:checked::after {
	content: "";
	width: 5px;
	height: 9px;
	border: solid #111;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -1px;
}


.koler-consent a {
	color: #FFC207;
	text-decoration: underline;
	text-underline-offset: 2px;
}


.koler-actions {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.koler-submit {
	border: 0;
	cursor: pointer;
	height: 48px;

	padding: 15px 62px;
	border-radius: 27px;
	background: #FFC207;
	color: #000000;


	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	font-size: 14px;
	line-height: 24px;
	font-weight: bold;

}

.koler-submit svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	fill: black;
}

.koler-form .wpcf7-not-valid-tip {
	margin: 8px 0 0 18px;
	font-size: 12px;
}

.koler-form .wpcf7-response-output {
	border-radius: 14px;
}


/* ============================= */
/* CONTACT FORM 7 - KONTAKT */
/* ============================= */

/* Textarea w tym samym stylu co inputy */
.koler-form--contact textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 220px;
	padding: 18px 30px;
	border: 1px solid #DBDBDB;
	border-radius: 28px;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
	resize: vertical;
}

.koler-form--contact textarea:focus {
	border-color: #FFC207;
}

/* File input – CF7 generuje własny input[type=file] */
.koler-form--contact input[type="file"] {
	width: 100%;
	box-sizing: border-box;
	height: 56px;
	padding: 14px 30px;
	border: 1px solid #DBDBDB;
	border-radius: 28px;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.koler-form--contact input[type="file"]:focus,
.koler-form--contact input[type="file"]:hover {
	border-color: #FFC207;
}

/* Pomocniczy tekst pod plikiem */
.koler-form--contact .koler-help {
	display: block;
	margin: 10px 0 0 18px;
	font-size: 12px;
	color: #000;
	opacity: .75;
}

/* Opcjonalnie: na mobile większa czytelność selecta i file */
@media (max-width: 760px) {
	.koler-form--contact textarea {
		min-height: 180px;
		padding: 16px 22px;
	}

	.koler-form--contact input[type="file"] {
		padding: 14px 22px;
	}
}



@media (max-width: 760px) {
	.koler-form {
		padding: 35px 25px;
	}

	.koler-consent {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.koler-grid {
		gap: 10px;
	}

	.koler-field--full {
		margin-top: 10px;
	}
}


.koler-return__header {
	text-align: center;
}

.koler-return__title {
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 25px;
}

.koler-grid .koler-field--full {
	grid-column: 1 / -1;
}


.woocommerce-terms-and-conditions-checkbox-text{
	/* margin-left: 5px; */
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}
.woocommerce-terms-and-conditions-checkbox-text a{
	color: #FFC207 !important;
}

.hc-checkout-consents input{
	margin-right: 5px;
}

.hc-cc-consent-desc{
	font-size: 14px;
	line-height: 20px;
}
.hc-cc-consent-desc a{
	color: #FFC207 !important;
}
.wpclv-attributes .wpclv-terms .wpclv-term{
	min-width: 80px;
}

.wpclv-term-image.wpclv-term.hint--top{
border-radius: 0px !important;
}