/*!
Theme Name: Falcon
Theme URI: https://travi.pl/
Author: Travi Agency
Author URI: https://travi.pl/
Description: Motyw podstawowy FALCON
Version: 2.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: falcon
*/

/*--------------------------------------------------------------
>>> 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: "Inter", serif;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: "Inter", serif;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Inter", serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Inter", serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
    background: none;
    text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/***margin: 0 0 1.5em;***/
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}







































/*--------------------------------------------------------------
STOPKA, FOOTER
----------------------------------------------------------------*/
.stopka {
    border-top: 1px solid #D8D8D8;
    padding-top: 50px;
    margin-top: 200px;
}
.stopka-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;
}
.menu-stopka ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-stopka ul li {
    margin: 10px 0;
    display: block;
}
.menu-stopka ul li a {
    color: #787878;
    text-decoration: none;
    padding: 5px 0;
}
.menu-stopka h3 {
    margin-bottom: 20px;
}
.menu-stopka-4 .czerwony {
    margin-bottom: 35px;
    display: block;
    text-decoration: none;
}
.sm-footer-link {
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
}
.stopka-2 ul {
    border-top: 1px solid #D8D8D8;
    margin: 0;
    list-style: none;
    margin-top: 30px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    padding: 0;
    padding-top: 20px;
}
.stopka-2 a {
    color: #787878;
    text-decoration: none;
}
.stopka-2 {
    margin-bottom: 50px;
}
.metody-platnosci-footer {
    margin-top: 30px;
}
.sm-footer-link svg {
    max-width: 35px;
}
@media (max-width: 991px) {
	.stopka {
		border-top: 1px solid #D8D8D8;
		padding-top: 40px;
		margin-top: 40px;
	}
	.menu-stopka ul li a {
        color: #787878;
        text-decoration: none;
        padding: 1px 0;
        display: block;
        font-size: 12px;
    }
	.menu-stopka ul li {
		margin: 3px 0;
		display: block;
	}
	.menu-stopka-1, .menu-stopka-2 {
		width: 40%;
	}
	.menu-stopka-3, .menu-stopka-4 {
		margin-top: 40px;
		width: 100%;
	}
	.menu-stopka-4 .czerwony {
		margin-bottom: 35px;
		display: block;
		text-decoration: none;
		font-size: 27px;
	}
}







/*--------------------------------------------------------------
GLOBAL
----------------------------------------------------------------*/
/* Ustawianie koloru zaznaczania tekstu */
::selection {
    background-color: #444444; /* Ciemna szarość */
    color: #ffffff; /* Biały kolor tekstu */
}
/* Dla przeglądarek obsługujących ::-moz-selection (Firefox) */
::-moz-selection {
    background-color: #444444; /* Ciemna szarość */
    color: #ffffff; /* Biały kolor tekstu */
}
@media (max-width: 991px) {
	.no-mobile{
		display: none !important;
	}
}
@media (min-width: 992px) {
	.no-desktop{
		display: none !important;
	}
}
.zawartosc {
	padding-top: 74px;
	overflow: hidden;
}
.woocommerce .star-rating::before {
    	color: #D8D8D8;
}
.label{
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px;
}
.accordion-button::after {
    content: "arrow_drop_down";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: flex; /* Użycie flexboxa dla lepszego centrowania */
    align-items: center; /* Wyśrodkowanie pionowe */
    justify-content: center; /* Wyśrodkowanie poziome */
    width: 24px; /* Zapewnienie równej szerokości i wysokości */
    height: 24px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    transform-origin: center center; /* Ustawienie punktu obrotu na środek */
    background-image: none !important;
    margin-left: auto; /* Wypycha ikonę na prawą stronę */
}
/* Obrót ikony po rozwinięciu */
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
textarea:focus {
    box-shadow: none !important;
    outline: 4px solid #dfdfdf !important;
    border-color: #D8D8D8 !important;
}
.woocommerce-message {
    border-top-color: #19ad24 !important;
    background: #f6fff7 !important;
    font-weight: 500 !important;
    color: #27782d !important;
}
.woocommerce-message::before {
    content: "\e015";
    color: #19ad24 !important;
}
.woocommerce-error {
    border-top-color: #bf0000 !important;
    background: #fff0f0 !important;
    color: #8f0000 !important;
	outline: none !important;
}
.woocommerce-error::before {
    content: "\e016";
    color: #ed000b !important;
}
.woocommerce-info {
    border-top-color: #0092e7;
    background: #f5fbff;
    color: #00599b;
}











/*--------------------------------------------------------------
CHECKOUT, STR. ZAMÓWIENIA
----------------------------------------------------------------*/
body.woocommerce-checkout {
    background: #F3F3F5;
}
body.woocommerce-checkout .zawartosc {
    padding-top: 130px;
}
.zamowienie-lewa input, .zamowienie-lewa textarea {
    padding: 15px;
    border-radius: 0;
    border: 1px solid #D8D8D8;
    font-size: 16px;
}
.zamowienie-prawa button#place_order {
    width: 100%;
    background: #E50000;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
}
.zamowienie-prawa button#place_order:hover {
    background: #CC0000;
}
.zamowienie-prawa div#payment {
    background: none;
    margin-top: 20px;
}
.zamowienie-prawa .payment_box {
    background: #fff !important;
    color: #636363 !important;
    margin-top: 3px !important;
    font-size: 12px !important;
}
.woocommerce-checkout #payment div.payment_box::before {
    border: none;
}
.zamowienie-prawa .payment_methods {
    padding: 0 !important;
}
.zamowienie-1-intro-details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.zamowienie-1-intro .cart_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.zamowienie-1 .cart_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 14px;
}
.zamowienie-2 .cart-subtotal {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px !important;
}
.zamowienie-2 .cart-discount {
    background: #ffffff;
    padding: 8px;
    border: 2px dashed #ccc;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
ul#shipping_method {
    padding-top: 5px !important;
}
.zamowienie-prawa .order-total {
    background: #fff;
    padding: 13px;
}
.zamowienie-prawa .order-total strong {
    color: #E50000;
    font-size: 20px;
}
.zamowienie-prawa .form-row.place-order {
    padding: 0 !important;
    font-size: 12px;
    margin-top: 10px;
}
.zamowienie-1-items .cart_item .product-name {
    padding-right: 10%;
    font-size: 12px;
}

/* Ukrycie domyślnego radio */
.zamowienie-prawa div#payment input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* Stylizacja etykiety – cały obszar metody wysyłki */
.zamowienie-prawa div#payment li label {
  display: block;
  background: #fff; /* domyślne tło */
  padding: 10px 10px 10px 40px; /* lewy padding, aby zrobić miejsce na ikonę */
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  transition: background 0.3s, border 0.3s;
}
/* Pseudo-element przed etykietą – ikona niezaznaczonej metody */
.zamowienie-prawa div#payment li label:before {
  content: 'check_box_outline_blank';
  font-family: 'Material Symbols Outlined'; /* upewnij się, że font jest załadowany */
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  color: #D8D8D8;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* Gdy przycisk radio jest zaznaczony – zmiana tła i obramowania etykiety */
.zamowienie-prawa div#payment input[type="radio"]:checked + label {
  background: #FEF8F8;
  border: 1px solid #E50000;
}
/* Zmiana ikony – dla zaznaczonej metody */
.zamowienie-prawa div#payment input[type="radio"]:checked + label:before {
  content: 'check_box';
  color: #E50000;
}













/*--------------------------------------------------------------
PODSUMOWANIE ZAMÓWIENIA
----------------------------------------------------------------*/
body.woocommerce-order-received .site-main {
    max-width: 1366px;
    width: 100% !important;
    padding: 3%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    background: #fff;
}












/*--------------------------------------------------------------
KOSZYK, STRONA KOSZYKA
----------------------------------------------------------------*/
a.woocommerce-remove-coupon {
    color: #e30a13;
}
.koszyk-prawa .cart_totals {
    width: 100% !important;
    float: left !important;
}	
.koszyk-container .bialy-bg {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.koszyk-lista .produkty-koszyka {
    list-style: none;
    margin: 0;
    padding: 0;
}
.koszyk-miniatura {
    width: 100%;
    border-radius: 4px;
    max-width: 200px !important;
    margin: 0 auto;
    display: block;
}
.produkt-nazwa {
    display: block;
    margin-bottom: 5px;
}
.produkt-cena {
    font-weight: bold;
}
.koszyk-info {
    margin-top: 20px;
}
.form-kupon {
    display: flex;
    flex-direction: column;
}
.form-kupon .form-control {
    border: 1px solid #ddd;
}
.koszyk-prawa td, .koszyk-prawa table, .koszyk-prawa th {
    border: none !important;
    padding: 0 !important;
}
.koszyk-prawa tr {
    padding: 0 !important;
}
.cart-subtotal th, .cart-subtotal td {
    border-bottom: 1px solid #D8D8D8 !important;
    padding: 15px 0 !important;
}
.koszyk-prawa .woocommerce-shipping-totals.shipping th, .koszyk-prawa .woocommerce-shipping-totals.shipping td {
    padding-top: 30px !important;
}	
.koszyk-prawa tr.cart-subtotal {
    border-bottom: 1px solid #D8D8D8 !important;
}	
.koszyk-row {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.produkt-usun {
    display: inline-block;
    text-decoration: none;
}
.produkt-usun span {
    vertical-align: middle;
    margin: 2px;
}
.koszyk-info span, .koszyk-info p {
    vertical-align: middle;
}
.koszyk-prawa .checkout-button {
    background: #E50000 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 25px 10px !important;
}	
.koszyk-prawa .checkout-button:hover {
    background: #CC0000 !important;
}
.kupon button {
    margin: 0 auto !important;
    display: block !important;
    background: none !important;
    color: #e50000 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 14px !important;
}
.kupon input {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.koszyk-prawa form.checkout_coupon {
    padding: 0;
    border: none;
    margin: 0;
}
.kupon button:hover {
    text-decoration: underline !important;
}	
.metody-platnosci img {
    display: block;
}
.metody-platnosci .desc {
    margin-bottom: 10px;
}
.metody-platnosci {
    margin-top: 20px;
}
.produkt-szczegoly-cart {
    margin-bottom: 20px;
}	
.koszyk-prawa .cart-subtotal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.koszyk-szczegoly {
    padding: 10%;
    padding-top: 7%;
    max-width: 600px;
}


/* Ukrycie domyślnego radio */
.koszyk-metody-wysylki input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* Stylizacja etykiety – cały obszar metody wysyłki */
.koszyk-metody-wysylki li label {
  display: block;
  background: #fff; /* domyślne tło */
  padding: 10px 10px 10px 40px; /* lewy padding, aby zrobić miejsce na ikonę */
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  transition: background 0.3s, border 0.3s;
}
/* Pseudo-element przed etykietą – ikona niezaznaczonej metody */
.koszyk-metody-wysylki li label:before {
  content: 'check_box_outline_blank';
  font-family: 'Material Symbols Outlined'; /* upewnij się, że font jest załadowany */
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  color: #D8D8D8;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* Gdy przycisk radio jest zaznaczony – zmiana tła i obramowania etykiety */
.koszyk-metody-wysylki input[type="radio"]:checked + label {
  background: #FEF8F8;
  border: 1px solid #E50000;
}
/* Zmiana ikony – dla zaznaczonej metody */
.koszyk-metody-wysylki input[type="radio"]:checked + label:before {
  content: 'check_box';
  color: #E50000;
}


.koszyk-metody-wysylki li label {
    width: 100% !important;
    display: block !important;
}
.koszyk-prawa .cart-row.order-total {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.koszyk-prawa .order-total .cart-value {
    font-size: 20px;
}
.koszyk-prawa .shop_table.shop_table_responsive {
    margin-bottom: 30px;
}
.koszyk-prawa ul#shipping_method {
    margin-top: 8px;
}
.koszyk-prawa .cart-row.cart-discount {
    background: #ffffff;
    padding: 8px;
    border: 2px dashed #ccc;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.koszyk-prawa .metody-platnosci {
    text-align: center;
}
.koszyk-prawa .metody-platnosci img {
    display: block;
    margin: 0 auto;
}
.koszyk-pusty-btn a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
}
@media (min-width: 992px) {	
	.koszyk-col-srodek {
		padding-left: 4%;
	}
	.koszyk-prawa {
		min-height: 100vh;
	}
	.koszyk-lewa {
		padding-left: 7%;
	}
}











/*--------------------------------------------------------------
BLOKI
----------------------------------------------------------------*/
.big-container {
    max-width: 1920px;
    width: 100% !important;
    padding: 0 5%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.medium-container {
    max-width: 1366px;
    width: 100% !important;
    padding: 0 4%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.small-container {
    max-width: 1024px;
    width: 100% !important;
    padding: 0 5%;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.full-container {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}








/*****************************************************
* PRZYCISKI, BUTTONS
******************************************************/
.but {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 22px;
    border-radius: 0;
	border: none !important;
}
.but svg {
    margin-right: 5px;
    vertical-align: middle;
}
.black-but {
    background: #000;
    color: #fff !important;
}
.black-border-but{
	background: transparent !important;
	border: 1px solid #000 !important;
	color: #000 !important;
}
.black-border-but:hover{
	background: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}
.grey-but {
    background: #F3F3F5;
    color: #000 !important;
}
.grey-but:hover {
    background: #E7E7EB;
    color: #000 !important;
}
.black-but:hover {
    background: #222222;
}
.red-but {
    background: #E50000;
    color: #fff !important;
}
.red-but:hover {
    background: #CC0000;
}
.white-border-but {
    border: 1px solid #fff;
}
.white-but {
    background: #fff;
    color: #000;
}
.white-but:hover {
    background: #FECA09;
    color: #000;
}
.black-border-but {
    border: 1px solid #000;
	display: inline-block;
}
.black-border-but:hover {
    background: #000;
    color: #fff;
}
.black-border-but:hover svg path {
    fill: #fff;
}






/*****************************************************
* TEKST, NAGŁÓWKI
******************************************************/
.desc {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.nag {
  	font-family: "Inter", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
.nag1 {
    font-size: 62px;
    line-height: 77px;
    font-weight: 600;
}
.nag2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
}
.nag3 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 400;
}
.nag4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.nag5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.desc1 {
    font-size: 18px;
    line-height: 27px;
}
.desc2 {
    font-size: 16px;
    line-height: 23px;
}
.desc3{
	font-size: 12px;
	line-height: 15px;
}
.cap{
	text-transform: uppercase;
}
.font-400{
	font-weight: 400 !important;
}
.font-500{
	font-weight: 500 !important;
}
.font-600{
	font-weight: 600 !important;
}

@media (max-width: 991px) {
	.nag1 {
		font-size: 27px;
		line-height: 30px;
		font-weight: 600;
	}
	.nag2 {
		font-size: 19px;
		line-height: 22px;
		font-weight: 600;
	}
	.nag3 {
		font-size: 13px;
		line-height: 16px;
		font-weight: 400;
	}
	.nag4 {
		font-size: 14px;
		line-height: 17px;
		font-weight: 500;
	}
	.desc2 {
		font-size: 12px;
		line-height: 18px;
	}
}













/*****************************************************
* KOLORY
******************************************************/
.czerwony{
	color: #E50000 !important;
}
.czarny{
	color: #000 !important;
}
.bialy{
	color: #fff !important;
}
.szary1{
	color: #F3F3F5 !important;
}
.szary2{
	color: #E5E5E5 !important;
}
.szary3{
	color: #787878 !important;
}
.czerwony-bg{
	background: #E50000 !important;
}
.czarny-bg{
	background: #000 !important;
}
.bialy-bg{
	background: #fff !important;
}
.szary1-bg{
	background: #F3F3F5 !important;
}









/*--------------------------------------------------------------
MARGINESY, PADDINGI
--------------------------------------------------------------*/
/*** górne marginesy ***/
.margin-top-0 {
    margin-top: 30px !important;
}
.margin-top-1 {
    margin-top: 70px !important;
}
.margin-top-2 {
    margin-top: 100px !important;
}
.margin-top-3 {
    margin-top: 150px !important;
}
.margin-top-4 {
    margin-top: 200px !important;
}
.margin-top-5 {
    margin-top: 250px !important;
}
.margin-top-6 {
    margin-top: 300px !important;
}
/*** dolne marginesy ***/
.margin-bottom-0 {
    margin-bottom: 30px !important;
}
.margin-bottom-1 {
    margin-bottom: 70px !important;
}
.margin-bottom-2 {
    margin-bottom: 100px !important;
}
.margin-bottom-3 {
    margin-bottom: 150px !important;
}
.margin-bottom-4 {
    margin-bottom: 200px !important;
}
.margin-bottom-5 {
    margin-bottom: 250px !important;
}
.margin-bottom-6 {
    margin-bottom: 300px !important;
}
@media (max-width: 991px) {
	.margin-bottom-1 {
		margin-bottom: 40px !important;
	}
}









/*--------------------------------------------------------------
MENU GÓRNE, NAWIGACJA
--------------------------------------------------------------*/
.menu-gorne {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff;
    padding: 10px 3%;
}
.nawigacja ul {
    list-style: none;
    margin: 0;
}
.nawigacja ul li {
    display: inline-block;
    margin: 10px;
}
.nawigacja ul li a {
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #000;
	position: relative;
}
.nawigacja li a .czerwony-bg {
    padding: 0px 4px;
}
.koszyk-top-info div {
    display: block;
}
.koszyk-cta-top {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #D8D8D8;
    padding-right: 30px;
}
.konto-top {
    padding: 12px 16px;
    display: block;
}
.konto-top:hover {
    background: #F3F3F5;
    border-radius: 3px;
}
input#dgwt-wcas-search-input-1 {
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #D8D8D8;
}
input#dgwt-wcas-search-input-1::placeholder {
    font-weight: 400;
    color: #787878;
}
input#dgwt-wcas-search-input-1:focus {
    border: 1px solid #141414;
    border-radius: 3px;
    outline: 4px solid #D8D8D8;
}
.dgwt-wcas-suggestions-wrapp {
    border: 10px solid #fff !important;
	/***
    -webkit-box-shadow: 0px 12px 30px -22px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 30px -22px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 30px -22px rgba(0, 0, 0, 0.2);
	***/
    outline: 1px solid #D8D8D8;
    border-radius: 0 !important;
    margin-top: -1px !important;
}
.dgwt-wcas-suggestions-wrapp-fixed a {
    text-decoration: none;
}
.dgwt-wcas-meta, .dgwt-wcas-sp {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.nawigacja .current-menu-item a:before {
    content: "chevron_right";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    color: #E50000;
    vertical-align: middle;
    transform: rotate(225deg);
    position: absolute;
    left: -8px;
    top: -5px;
}
.nawigacja .current-menu-item a:after {
    content: "chevron_right";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    color: #E50000;
    vertical-align: middle;
    transform: rotate(45deg);
    position: absolute;
    right: -14px;
    bottom: -5px;
}


/*** Menu mobilne START ***/
@media (max-width: 991px) {
	.mobilne-lewa {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
	}
	.mobilne-header {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	.mobilne-szukaj input#dgwt-wcas-search-input-2 {
		display: none;
	}
	.mobilne-prawa {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-end;
		align-items: center;
	}
	.mobilne-szukaj .dgwt-wcas-search-wrapp {
		max-width: none;
		min-width: auto;
	}
	.mobilne-szukaj button.dgwt-wcas-search-submit {
		left: auto !important;
		top: auto !important;
		position: relative !important;
		margin-right: 10px !important;
	}
	.mobilne-koszyk .koszyk-cta-top {
		padding: 0;
		border: none;
	}
	.mobilne-trigger {
		margin-left: 25px;
	}
	.mobilne-trigger a {
		padding: 8px;
		text-decoration: none;
	}
	.mobilne-lewa .logo svg {
		max-width: 60px !important;
	}
	.mobilne-nawigacja ul {
		margin: 0;
		padding: 0;
	}
	.mobilne-nawigacja ul a {
		font-size: 12px !important;
	}
	.menu-mobile-container {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 99999;
		transition: top 0.3s ease-in-out;
		overflow-y: auto;
	}
	.menu-mobile-container.active {
		top: 0;
	}
	.menu-mobile-content {
		padding: 20px;
	}
	.menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.menu-header .logo svg {
		max-height: 40px;
	}
	.social-links {
        display: flex;
        gap: 5px;
        margin: 20px 0;
        padding: 3%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        border-radius: 4px;
    }
	.close-menu {
		padding: 8px;
		text-decoration: none;
	}
	.menu-header svg {
		max-width: 60px;
	}
    .contact-info {
        margin-top: 30px;
    }
	.contact-info .desc {
		border-bottom: 1px solid #000;
	}
	.contact-info a {
		text-decoration: none;
		display: block;
		margin-top: 12px;
	}
	.mobilne-over-1 ul, .mobilne-over-2 ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.mobilne-over-1 ul li a {
		color: #000;
		text-decoration: none;
		font-weight: 500;
		font-size: 16px;
		padding: 10px 0;
		display: block;
		border-bottom: 1px solid #D8D8D8;
	}
	.mobilne-over-1 .nag {
		margin-bottom: 25px;
		margin-top: 30px;
	}
	.mobilne-over-2 {
		margin-top: 50px;
	}
	.mobilne-over-2 .desc {
		border-bottom: 1px solid #000;
	}
	.mobilne-over-2 ul li {
		display: inline-block;
		margin-right: 20px;
	}
	.mobilne-over-2 ul li a {
		text-decoration: none;
		color: #000;
		font-size: 14px;
		font-weight: 500;
	}
	.mobilne-over-2 .czerwony-bg {
		padding: 1px 4px;
	}
}
/*** Menu mobilne KONIEC ***/


/*** podgląd koszyka START ***/
.cart-preview {
    display: none;
    position: absolute;
    top: 63px;
    right: 166px;
    width: 450px;
    background: #fff;
    z-index: 1000;
    padding: 20px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #D8D8D8;
}
.cart-preview:before {
    content: "";
    background: transparent;
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
}
.cart-preview-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cart-preview-items {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cart-item:last-child {
    margin-bottom: 0;
}
.cart-item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}
.zobacz-inne {
    display: block;
    text-align: center;
    text-transform: none;
    margin: 15px 0;
    padding: 14px;
    margin-top: 35px;
}
.cart-item-info {
    flex-grow: 1;
}
.cart-item-name {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.cart-item-price {
    font-size: 0.875rem;
    color: #888;
}
.cart-preview-footer {
    display: flex;
    justify-content: space-between;
}
/* Styl aktywnego koszyka */
#koszyk-desktop:hover .cart-preview,
#koszyk-desktop .cart-preview:hover {
    display: block;
    opacity: 1;
    visibility: visible;
}
.podglad-img {
    background: #F3F3F5;
    border-radius: 0;
    padding: 13px;
    text-align: center;
    margin-right: 20px;
}
.podglad-img img {
    mix-blend-mode: darken;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.podglad-info a {
    text-decoration: none;
}
.cart-preview-footer .czerwony {
    padding-left: 0;
	padding-right: 0;
}
/*** podgląd koszyka KONIEC ***/

































/*--------------------------------------------------------------
PEŁNY OPIS, ELASTYCZNY
--------------------------------------------------------------*/
.szeroki-container .desc b, .szeroki-container .desc strong, .szeroki-container .desc span {
    display: block;
}
.zdjecie-lewa-container .nag2 b, .zdjecie-lewa-container .nag2 strong, .zdjecie-lewa-container .nag2 span,
.zdjecie-prawa-container .nag2 b, .zdjecie-prawa-container .nag2 strong, .zdjecie-prawa-container .nag2 span{
    display: block;
}
.sekcja {
    margin-bottom: 100px;
}
@media (max-width: 991px) {
	.sekcja {
		margin-bottom: 60px;
	}
}
/***Kafelki***/
.kafelki-container .row.flex-nowrap {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden; /* Ukrywa przewijanie pionowe */
    -ms-overflow-style: none; /* Ukrywa paski przewijania w Internet Explorer */
    scrollbar-width: none; /* Ukrywa paski przewijania w Firefox */
}
.kafelki-container .row.flex-nowrap::-webkit-scrollbar {
    display: none; /* Ukrywa paski przewijania w Chrome, Safari */
}
.kafelek-col {
    scroll-snap-align: start;
    flex-shrink: 0; /* Zapobiega zmniejszaniu szerokości kafelków */
}
/* Reszta stylu pozostaje bez zmian */
@media (max-width: 991px) {
    .kafelki-container .row.flex-nowrap {
        display: flex;
    }
    .kafelki-container .row:not(.flex-nowrap) .kafelek-col {
        /* Dla 2 kafelków na mobile będą i tak col-12 więc ustawią się jeden pod drugim */
    }
    .kafelki-container .row.flex-nowrap .kafelek-col {
        flex: 0 0 72%;
    }
    .kafelek-col:last-child {
        margin-right: 0; /* Ostatni kafelek bez odstępu */
    }
}
.kafelek-single {
    margin-right: 0;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 0;
}
.kafelek-single img {
    width: 100%;
}
@media (max-width: 991px) {
    /* Gdy nie ma klasy flex-nowrap, a są tylko 2 kafelki */
    .kafelki-container .row:not(.flex-nowrap) .kafelek-col {
        flex: 0 0 100%;
        max-width: 100%;
        /* Poniższe linie, jeśli potrzebujesz upewnić się, że nie ma odstępów bocznych */
        padding-left: 0;
        padding-right: 0;
    }
}
.kafelek-col:hover {
    opacity: 0.9;
}
.kafelek-link {
    text-decoration: none;
    color: initial;
    overflow: hidden;
    display: block;
}
/***Kafelki***/

.cta-prawy .but {
    padding: 25px;
}
.kafelek-produktowy {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 9%;
    margin-bottom: 30px;
}
.kafelek-produktowy .nag3 {
    margin-bottom: 180px;
    display: block;
}
.link-cta {
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px;
    font-size: 20px;
    font-weight: 500;
}
.zdjecie-lewa-opis {
    padding: 4%;
}
.zdjecie-prawa-opis {
    padding: 4%;
}
.zdjecie-lewa-foto img, .zdjecie-prawa-foto img {
    width: 100%;
}
.sekcja-centralny {
    position: relative;
}
.kotwica {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -100px;
}
.zdjecie-100-col img {
    width: 100%;
}


.rating-container-listing {
    display: flex;
    gap: 2px;
}
.gwiazdka {
    font-size: 20px; /* Wielkość gwiazdek */
    color: #ccc; /* Domyślny kolor pustych gwiazdek */
}
.gwiazdka.full {
    color: #FFB300; /* Kolor pełnych gwiazdek */
}
.gwiazdka.half::after {
    content: '★';
    position: absolute;
    color: #FFB300;
    width: 50%; /* Połowa wypełnienia */
    overflow: hidden;
    display: inline-block;
}
.gwiazdka.empty {
    color: #D8D8D8; /* Kolor pustych gwiazdek */
}
.ocena-gwiazdkowa.stars-lista-produktow {
    height: 33px;
}
.produkt-col del {
    color: #787878;
    margin-left: 7px;
}











/*** Punkty ***/
.punkty .nag, .punkty .desc {
    display: inline-block;
    vertical-align: top;
}
.punkty .nag {
    width: 30%;
}
.punkty .desc {
    width: 62%;
    position: relative;
    margin-left: 2%;
}
.punkty-linia {
    width: 2%;
    display: inline-block;
    border-top: 2px solid #E50000;
}
.punkty-container .nag2 {
    padding-right: 10%;
}
.punkty-over {
    border-top: 1px solid #D8D8D8;
    padding-top: 70px;
    margin-top: 50px;
    margin-bottom: 70px;
}
.punkty .nag {
    width: 30%;
    word-break: break-word;
}

@media (max-width: 991px) {
    .punkty-mob-row {
        display: flex;
        flex-wrap: nowrap; /* Zapewnia przewijanie w jednym wierszu */
        gap: 16px; /* Odstęp między elementami */
        overflow-x: auto; /* Włącz przewijanie horyzontalne */
        scroll-snap-type: x mandatory; /* Snapowanie do elementów */
        padding-bottom: 10px;
        scrollbar-width: none; /* Ukrycie scrollbarów w Firefox */
        -ms-overflow-style: none; /* Ukrycie scrollbarów w IE */
    }
    .punkty-mob-row::-webkit-scrollbar {
        display: none; /* Ukrycie scrollbarów w Chrome, Safari, Opera */
    }
    .punkt-row {
        flex: 0 0 calc(100% - 30%);
        scroll-snap-align: start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #F3F3F5;
        border-radius: 4px;
        padding: 30px;
    }
	.punkty .nag {
		width: 100%;
		word-break: break-word;
		margin-bottom: 16px;
	}
	.punkty-linia {
		width: 30px;
		display: block;
		border-top: 2px solid #E50000;
		margin-bottom: 10px;
	}
	.punkty .desc {
        width: 97%;
        position: relative;
        margin-left: 0;
        font-size: 14px;
        line-height: 22px;
    }
	.punkty-container .nag2 {
		padding-right: 0;
		max-width: 70%;
		margin-bottom: 30px;
	}
	.punkty-over {
		border-top: 1px solid #D8D8D8;
		padding-top: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
















/*--------------------------------------------------------------
KONTAKT
--------------------------------------------------------------*/
.kontakt-biuro {
    margin-bottom: 50px;
}
.formularz-pole input, .formularz-pole textarea {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #D8D8D8;
    padding: 20px;
    font-size: 18px;
    border-radius: 2px;
}
.formularz-pole textarea {
    min-height: 250px;
}
.formularz-textarea textarea {
    min-height: 230px !important;
}
.kontakt-lewa button {
    width: 100% !important;
    background: #e30a13 !important;
    border: none !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 25px !important;
    margin-top: 15px !important;
    height: auto !important;
}
.zgoda-formularz li {
    list-style: none;
    font-size: 12px;
    line-height: 19px;
}
.wpforms-error {
    font-size: 12px !important;
    color: #ff0000 !important;
}
@media (max-width: 991px) {
	.kontakt-lewa .wpforms-field {
        width: 100% !important;
        margin: 0 !important;
        padding-bottom: 5px !important;
    }
	.kontakt-top {
		margin-top: 10px !important;
	}
	.kontakt-biuro {
		margin-bottom: 14px;
		background: #F3F3F5;
		border-radius: 4px;
		padding: 15px 30px;
	}
	.kontakt-biuro p {
		padding: 0 !important;
		margin: 0;
	}
}
.kontakt-lewa .wpforms-field {
    padding: 5px;
}
.kontakt-lewa textarea, .kontakt-lewa input {
    outline-color: #000;
}
.kontakt-top {
    margin-top: 10px !important;
}
.formularz-input input:focus, .formularz-textarea textarea:focus {
    outline: 4px solid #D8D8D8 !important;
    border: 1px solid #ffffff00 !important;
    box-shadow: none !important;
}
.zgoda-formularz label {
    font-size: 12px !important;
}
.zgoda-formularz label a {
    color: #000;
}
.formularz-input input, .formularz-textarea textarea {
    padding: 33px !important;
    font-size: 16px !important;
}
.kontakt-lewa .wpforms-container {
    margin-top: 0 !important;
}
.kontakt-dane-firmowe a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}









/*--------------------------------------------------------------
STRONA GŁÓWNA
--------------------------------------------------------------*/
.rabat-procent {
    z-index: 1;
    position: absolute;
    background: #E50000;
    color: #fff;
    padding: 3px 8px;
    font-weight: 600;
    font-size: 14px;
    top: 0;
    left: 0;
}
.produkt-col img {
    mix-blend-mode: darken;
    padding: 100px 10%;
}
@media (max-width: 991px) {
	.produkt-col img {
		mix-blend-mode: darken;
		padding: 50px 17px;
	}
}
.home-top-container {
    background: #000;
}
.slider-home {
    border-bottom: 1px solid #D8D8D8;
}
.home-top-grafiki-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.home-img-nav {
    padding: 25px 0;
}
.home-top-grafiki-nav a {
    text-decoration: none;
}
.blog-home-container p {
    min-height: 120px;
}
.produkt-col {
    margin-bottom: 50px;
}

/*** Slider ***/
.slider-content .slide {
    display: none;
}
.slider-content .slide.active {
    display: block;
}
.home-top-grafiki-nav .slide-nav.active {
    font-weight: 500;
    text-decoration: none;
}
.home-top-grafiki-nav .slide-nav {
    position: relative;
}
.home-top-grafiki-nav .slide-nav.active:after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 2px solid #000;
    display: block;
    position: absolute;
    bottom: -28px;
}	
/*** Slider ***/

@media (max-width: 991px) {
	.blog-home-container p {
		min-height: auto;
	}
	.blog-home-container a {
		display: inline-block;
		margin-bottom: 40px;
	}
	.home-img-nav {
		padding: 4px 0;
	}
	.home-top-grafiki-nav .slide-nav.active:after {
		content: "";
		width: 100%;
		height: 1px;
		border-top: 2px solid #000;
		display: block;
		position: absolute;
		bottom: -10px;
	}
}






/*--------------------------------------------------------------
BLOG, AKTUALNOŚCI, ARTYKUŁ
--------------------------------------------------------------*/
.blog-min {
    width: 100%;
    height: 220px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.blog-list-inside a {
    text-decoration: none;
}
.blog-list-inside {
    margin-bottom: 50px;
}
.blog-list-inside p {
    min-height: 120px;
}
.artykul-img {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.tagi-artykul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 8px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 35px;
}
.tagi-artykul li {
    background: #F3F3F5;
    padding: 4px 8px;
    font-size: 12px;
}
.artykul-container h2 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 500;
}
.artykul-container p {
    margin-bottom: 40px;
}








/*--------------------------------------------------------------
STRONA SKLEPU, STRONA KATEGORII
--------------------------------------------------------------*/
.kategoria, .strona-sklepu {
    padding-top: 120px;
}










/*--------------------------------------------------------------
O NAS
--------------------------------------------------------------*/
.logo-onas svg {
    margin: 0 auto;
    display: block;
    width: 80%;
    max-width: 900px;
    margin-top: 100px;
}












/* -------------------------------------------------------------------------- 
PANEL KLIENTA
--------------------------------------------------------------------------*/
p.woocommerce-FormRow.form-row button {
    background: #000;
}
body.page-id-44:not(.logged-in) {
    background: #F8F8F8;
}
.woocommerce-form-login, .woocommerce-form-login input {
    border: none !important;
}
form.woocommerce-form input {
    margin-bottom: 10px !important;
    max-width: 100%;
    border-radius: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
    border: none;
    background: #fff !important;
    border-bottom: 1px solid #D8D8D8 !important;
    padding-bottom: 11px;
}
form.woocommerce-form input:focus, form.woocommerce-form input:focus-visible {
    outline: none !important;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000 !important;
}
.konto-lewa {
    background: #fff;
    color: #fff;
    height: auto;
    border-right: none;
}
.konto-lewa li {
    list-style: none;
}
.konto-tresc .post-inner.thin {
    margin: 0 auto;
}
.konto-lewa a {
    color: #040313;
    font-size: 16px;
    text-decoration: none;
}
.konto-lewa, .konto-prawa {
    min-height: 200px;
}
.konto-prawa a.woocommerce-Button.button {
    margin-bottom: 10px;
    font-size: 12px !important;
    display: block;
    float: left;
    width: 100%;
}
.konto-lewa .is-active a {
    color: #ffffff !important;
    background: #E30A13;
    width: 100%;
    display: inline-block;
    padding: 7px;
    border-radius: 0;
}
.konto-lewa li {
    margin-bottom: 10px;
}
.maly-kontener {
    padding: 19px;
    box-sizing: border-box !important;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
}
.konto-prawa input {
    border-radius: 5px;
    border: 1px solid #E4E4E4;
}
.konto-prawa fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.konto-prawa address {
    padding-top: 20px;
}
.konto-prawa legend {
    font-weight: 700;
    color: #1A1B1F;
    padding-top: 40px;
}
.konto-prawa label {
    display: block;
    width: auto;
}
.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100%;
}
.konto-prawa .select2-selection.select2-selection--single {
    height: 45px;
    border: 1px solid #E4E4E4;
}
.logowanie {
    padding-top: 20px;
}
.logowanie button.woocommerce-button.button {
    width: 100%;
    border-radius: 5px !important;
    margin: 0;
    margin-top: 10px;
    padding: 20px 40px;
}
.logowanie #username, .logowanie #password {
    box-shadow: none;
    border: 1px solid #d7d7d7 !important;
    padding: 14px;
    border-radius: 4px;
}
.logowanie .woocommerce-form-login__rememberme {
    float: left !important;
    text-align: left;
    margin-top: 4px;
}
.logowanie-lewa .woocommerce-form-login {
    padding: 10px !important;
	margin-bottom: 0 !important;
}
.rejestracja button.border-button {
    color: #fff;
    padding: 11px 30px;
    border-radius: 5px;
}
.rejestracja form {
    border: 0 !important;
    padding: 0 !important;
}
.rejestracja p {
    margin: 0;
    text-align: left;
}
.rejestracja p, .rejestracja input {
    display: block !important;
    margin: 0 auto !important;
}
.rejestracja .woocommerce-privacy-policy-text {
    font-size: 12px;
    margin-bottom: 20px;
    display: none;
}
.rejestracja form.woocommerce-form.woocommerce-form-register.register {
    margin-top: 0;
}
.konto-prawa td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    font-weight: 700 !important;
    color: #1A1B1F;
}
.konto-prawa #my-stored-cards h5 {
    text-transform: none;
    letter-spacing: 0;
}
.konto-prawa #my-stored-cards button {
    display: block;
    margin-top: 10px;
}
span.user-icon-panel {
    color: #000;
    font-weight: 600;
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
}
.logowanie .red-but {
    width: 100%;
    padding: 20px;
}
.logowanie .lost_password {
    margin: 0 auto !important;
    text-align: center !important;
    width: 100%;
    display: block;
    margin-top: 20px !important;
}
.logowanie .lost_password a {
    color: #000;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 7px;
    font-size: 12px;
}
.logowanie-lewa .czerwony:hover {
    text-decoration: underline;
}
.rejestracja {
    padding: 25px !important;
    background: #F3F3F5;
    border-radius: 4px;
}
.rejestracja form {
    margin: 0 !important;
}
.rejestracja form .but {
    width: 100%;
    padding: 20px;
}
.logowanie-lewa .czerwony {
    text-transform: none !important;
    font-size: 18px;
}
@media screen and (max-width: 991px) {
	.konto-lewa {
		height: auto !important;
		min-height: 0;
		padding: 35px 20px 20px 20px;
		width: 100% !important;
	}
	.konto-lewa ul li {
		display: block;
		margin: 3px;
		width: 100%;
		line-height: 21px;
		font-size: 14px;
	}
	.konto-lewa .woocommerce-MyAccount-navigation-link--customer-logout:before{
		display: none !important;
	}
	.konto-lewa .woocommerce-MyAccount-navigation-link--customer-logout {
		display: block;
	}
	.konto-lewa span.user-icon-panel {
		display: none;
	}
}
.woocommerce-Address {
    margin-bottom: 10px;
}	
@media screen and (max-width: 767px) {
	body.page-id-44 #page .zawartosc {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}
body.woocommerce-account .entry-content {
    margin: 0 auto !important;
}
body.woocommerce-account .entry-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
body.woocommerce-account .entry-header h1 {
    text-align: center;
}
body.woocommerce-account .post-inner {
    width: 100%;
    max-width: 1366px;
}


@media screen and (max-width: 991px) {
	.konto-lewa ul li {
		display: inline-block !important;
		background: #f5f5f5;
		padding: 10px;
		text-align: center;
		width: auto;
	}
	.konto-lewa {
		padding: 0;
		border-bottom: 1px solid #000;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.konto-lewa .is-active a {
		color: #040415 !important;
		background: transparent;
		width: 100%;
		display: inline-block;
		padding: 0;
		border-radius: 3px;
	}
	.konto-lewa ul li.is-active {
		background: #000 !important;
	}
	.konto-lewa ul li.is-active a {
		color: #fff !important;
	}
}
body.woocommerce-account {
    background: #fff;
}
body.woocommerce-account main#primary {
    background: #fff;
    max-width: 1360px;
    padding: 50px;
    margin: 0 auto;
    margin-top: 80px;
}
body.woocommerce-account address {
    border: none !important;
    background: #f2f3f5;
    padding: 20px !important;
}
body.woocommerce-account div#customer_login {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
p.woocommerce-LostPassword.lost_password {
    text-align: left;
    margin: 4px;
    padding: 0;
}
.logowanie h2 {
    display: none;
    margin: 0;
}
input#reg_email {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #D9DDE1 !important;
    background: #fff !important;
}
.logowanie input {
    float: left;
}
.rejestracja form {
    padding: 0;
    text-align: left !important;
}
.rejestracja {
    padding: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input, .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
    padding: 0;
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-left: 0;
}
.logowanie form {
    margin-top: 0 !important;
}
.login-form {
    max-width: 400px;
    width: 100%;
    padding: 0;
}
.form-control {
    margin-bottom: 1rem;
}
.login-form a {
    color: #E30A13;
    text-decoration: none;
}
.login-form a:hover {
    text-decoration: underline;
}
.rejestracja input#privacy_policy {
    width: auto !important;
    text-align: left;
    float: left;
    vertical-align: middle;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 10px !important;
    margin-right: 5px !important;
}
p.form-row.polityka-rejestracja span {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    float: left;
}
.polityka-rejestracja label {
    width: 100%;
    display: block;
    float: left;
}
.zalogowany {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}




















/*--------------------------------------------------------------
STRONA Z REGULAMINAMI
--------------------------------------------------------------*/
.page-template-regulaminy .zawartosc ol, .page-template-regulaminy zawartosc ul {
    margin: 20px;
    margin-bottom: 40px;
}













/*--------------------------------------------------------------
PRODUKT, STORNA PRODUKTOWA
--------------------------------------------------------------*/
/****
.produkt-top {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr; 
	grid-template-rows: 1fr 1fr; 
	height: 100vh; 
	width: 100vw; 
	gap: 5px;
	margin: 0;
}
****/
.produkt-top {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: 1fr 1fr;
    height: auto;
    gap: 5px;
    max-width: 1920px;
    width: 100% !important;
    padding: 0 5%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    margin-bottom: 50px !important;
}
.produkt-top-over{
	background: #F3F3F5;
}
.produkt-top-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3; /* Rozciąga się przez dwa rzędy */
}
.produkt-top-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.produkt-top-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
  	display: flex;
  	justify-content: center; /* Wyśrodkowanie w poziomie */
  	align-items: center;    /* Wyśrodkowanie w pionie */
  	height: 100%;           /* Wysokość kontenera */
}
.produkt-top-2-inside {
  	text-align: center;     /* Wyśrodkowanie zawartości w poziomie */
}
.produkt-top-4 {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    padding: 7%;
}
.produkt-top-3 {
	grid-column: 2 / 3;
  	grid-row: 2 / 3;
    position: relative;
    overflow: hidden;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Dopasowanie filmu */
    z-index: 1;
}
span.promo.regular-price.produkt-regularna {
    text-decoration: line-through;
    color: #787878;
    font-weight: 500;
    font-size: 18px;
    display: block;
}
span.promo.sale-price.produkt-promocyjna {
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.produkt-krotki {
    max-width: 600px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.produkt-walory {
    margin: 0;
    list-style: none;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    max-width: 600px;
    padding: 20px 0;
    margin-bottom: 40px;
}
.produkt-walory span {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 7px;
    line-height: 19px;
}
.produkt-walory li {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.produkt-ilosc, .produkt-rozmiary {
    display: inline-block;
    margin-right: 15px;
}
.produkt-kolor {
    margin-bottom: 15px;
}
.produkt-kup-teraz button {
    border: none;
    font-size: 18px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-top: 15px;
}
.produkt-ilosc label, .produkt-rozmiary label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
.produkt-ilosc input, .produkt-rozmiary select {
    width: 100px;
    height: 47px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-left: 15px;
}
.produkt-polecamy .nag3 {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.produkt-szczegoly {
    padding: 0;
    margin: 0;
	margin-bottom: 40px;
}
.produkt-szczegoly li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 7px;
}
.produkt-szczegoly li span, .produkt-szczegoly li div {
    width: 50%;
}
button.accordion-button {
    padding: 15px 0 15px 0;
	background: none !important;
	box-shadow: none !important;
}
.accordion-item {
    border: 0 !important;
    outline: none !important;
	background: none !important;
	box-shadow: none !important;
}
.accordion-body {
    padding: 5px 10px 40px 0;
}
.liczba-opinii {
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
}
.produkt-opinie {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}
.produkt-opinie .comment_container {
    background: #F3F3F5;
    padding: 3%;
    border-radius: 3px;
    margin-bottom: 10px;
}
.produkt-opinie .comment_container .meta strong {
    font-size: 12px;
}
.produkt-opinie .comment_container .meta time {
    font-size: 12px;
}
ul.produkt-opinie .description p {
    font-size: 12px;
}
.tabela-rozmiarow-header div {
    width: 50%;
    font-weight: 600;
    font-size: 14px;
}
.tabela-rozmiarow-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.tabela-rozmiarow-wymiary {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.tabela-rozmiarow-wymiary div {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.tabela-rozmiarow-wymiary div span {
    width: 50%;
    margin-top: 5px;
}
.produkt-informacje {
    margin-bottom: 50px !important;
}
@media (max-width: 991px) {
	.produkt-top-4 {
		grid-column: 4 / 4;
		grid-row: 4 / 4;
		padding: 0;
	}
	.produkt-top {
		display: flex;
		padding: 25px;
	}
	.produkt-ilosc, .produkt-rozmiary {
		width: 50%;
		display: inline-block;
		padding: 0;
		margin: 0;
		float: left;
	}
	.produkt-ilosc input, .produkt-rozmiary select {
		width: 100%;
	}
	.produkt-ilosc {
		padding-right: 5px;
	}
	.produkt-rozmiary {
		padding-left: 5px;
	}
	.produkt-informacje {
		padding: 20px;
	}
	
    .kafelki-produkt-mobile {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 10px; /* Odstęp między kafelkami */
        padding-bottom: 10px;
        scrollbar-width: none; /* Ukrywa pasek przewijania w Firefox */
        -ms-overflow-style: none; /* Ukrywa pasek przewijania w IE i Edge */
    }
    .kafelki-produkt-mobile::-webkit-scrollbar {
        display: none; /* Ukrywa pasek przewijania w Chrome, Safari i Opera */
    }
    .kafelki-produkt-mobile > div {
        flex: 0 0 75%; /* Szerokość kafelka (80% ekranu) */
        scroll-snap-align: start; /* Ustawia snapowanie do początku */
    }
    /* Opcjonalnie: Możesz dostosować szerokość poszczególnych kafelków */
    .produkt-top-1-mobile,
    .produkt-top-2-mobile,
    .produkt-top-3-mobile {
        min-width: calc(100% - 30%); /* Kafelek zajmuje całą szerokość z odstępem */
    }
	.mobile-karuzela-1 {
		background-size: cover !important;
		width: 100%;
		height: 100%;
		background-position: center !important;
	}
	.produkt-top-2-mobile img {
		mix-blend-mode: darken;
	}
	.produkt-top-3-mobile video {
        border-radius: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.produkt-top-img-mobile img {
		max-width: 270px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
}
div#faqCollapseTwo, div#faqCollapseOne {
    font-size: 14px;
}







