/*!
Theme Name: PSBMrówka.co.uk
Theme URI: https://underscoretw.com/
Author: Influence Business sp. z o.o.
Author URI: https://cultivateads.pl/
Description: Sklep internetowy PSBMrówka.co.uk
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: psbmrowka-co-uk
Tags:

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

PSBMrówka.co.uk is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box;
}

::before,
::after {
	--tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	/* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
	display: none;
}

*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgb(64 64 64 / var(--tw-text-opacity));
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
	width: 100%;
	max-width: 1182px;
	padding: 0 15px;
	margin: 0 auto;
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}

.prose {
	color: var(--tw-prose-body);
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-links);
	text-decoration: underline;
	font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
	list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
	list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
	list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
	list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
	list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
	list-style-type: disc;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
	font-weight: 400;
	color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
	color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
	font-weight: 500;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-left-width: 0.25rem;
	border-left-color: var(--tw-prose-quote-borders);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
	content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
	content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
	font-weight: 900;
	color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
	font-weight: 800;
	color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
	content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
	content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
	content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
	content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
	border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
	vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
	vertical-align: top;
}

.prose {
	--tw-prose-body: #404040;
	--tw-prose-headings: #171717;
	--tw-prose-lead: #525252;
	--tw-prose-links: #b91c1c;
	--tw-prose-bold: #171717;
	--tw-prose-counters: #737373;
	--tw-prose-bullets: #d4d4d4;
	--tw-prose-hr: #e5e5e5;
	--tw-prose-quotes: #171717;
	--tw-prose-quote-borders: #e5e5e5;
	--tw-prose-captions: #737373;
	--tw-prose-code: #171717;
	--tw-prose-pre-code: #e5e5e5;
	--tw-prose-pre-bg: #262626;
	--tw-prose-th-borders: #d4d4d4;
	--tw-prose-td-borders: #e5e5e5;
	--tw-prose-invert-body: #d4d4d4;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #a3a3a3;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #a3a3a3;
	--tw-prose-invert-bullets: #525252;
	--tw-prose-invert-hr: #404040;
	--tw-prose-invert-quotes: #f5f5f5;
	--tw-prose-invert-quote-borders: #404040;
	--tw-prose-invert-captions: #a3a3a3;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d4d4d4;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #525252;
	--tw-prose-invert-td-borders: #404040;
	font-size: 1rem;
	line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
	padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
	padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
	padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
	padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
	padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
	padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 0;
}

.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 0;
}

.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.25em;
}

.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}

.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.25em;
}

.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}

.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 0;
}

.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 0;
}

.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.2em;
}

.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.2em;
}

.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 0;
}

.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
	margin-top: 0.8333333em;
	margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 0;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.page-title, .entry-title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
	max-width: 40rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
	/* Content width from the `theme.json` file */
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
}

.entry-content > .alignwide {
	/* Wide width from the `theme.json` file */
	max-width: 60rem;
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content > .alignleft {
	float: left;
	margin-right: 2rem;
}

.entry-content > .alignright {
	float: right;
	margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}

.visible {
	visibility: visible !important;
}

.fixed {
	position: fixed !important;
}

.absolute {
	position: absolute !important;
}

.relative {
	position: relative !important;
}

.top-6 {
	top: 1.5rem !important;
}

.left-\[6\%\] {
	left: 6% !important;
}

.right-\[10\%\] {
	right: 10% !important;
}

.left-\[10\%\] {
	left: 10% !important;
}

.bottom-2 {
	bottom: 0.5rem !important;
}

.top-0 {
	top: 0px !important;
}

.left-0 {
	left: 0px !important;
}

.z-\[1\] {
	z-index: 1 !important;
}

.order-first {
	order: -9999 !important;
}

.order-last {
	order: 9999 !important;
}

.float-left {
	float: left !important;
}

.m-auto {
	margin: auto !important;
}

.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 0.75rem !important;
}

.mt-\[-3px\] {
	margin-top: -3px !important;
}

.mt-\[20px\] {
	margin-top: 20px !important;
}

.mb-\[20px\] {
	margin-bottom: 20px !important;
}

.mb-\[40px\] {
	margin-bottom: 40px !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mt-5 {
	margin-top: 1.25rem !important;
}

.mt-4 {
	margin-top: 1rem !important;
}

.mt-6 {
	margin-top: 1.5rem !important;
}

.mt-\[30px\] {
	margin-top: 30px !important;
}

.mr-\[7px\] {
	margin-right: 7px !important;
}

.ml-4 {
	margin-left: 1rem !important;
}

.mt-\[-14px\] {
	margin-top: -14px !important;
}

.mr-6 {
	margin-right: 1.5rem !important;
}

.mt-\[1px\] {
	margin-top: 1px !important;
}

.mb-\[26px\] {
	margin-bottom: 26px !important;
}

.mr-\[12px\] {
	margin-right: 12px !important;
}

.mb-\[5px\] {
	margin-bottom: 5px !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mt-\[px\] {
	margin-top: px !important;
}

.mb-\[-8px\] {
	margin-bottom: -8px !important;
}

.block {
	display: block !important;
}

.flex {
	display: flex !important;
}

.table {
	display: table !important;
}

.hidden {
	display: none !important;
}

.h-\[80\%\] {
	height: 80% !important;
}

.h-full {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.max-h-\[400px\] {
	max-height: 400px !important;
}

.max-h-\[150px\] {
	max-height: 150px !important;
}

.max-h-\[700px\] {
	max-height: 700px !important;
}

.max-h-\[450px\] {
	max-height: 450px !important;
}

.max-h-\[180px\] {
	max-height: 180px !important;
}

.max-h-\[140px\] {
	max-height: 140px !important;
}

.max-h-\[25px\] {
	max-height: 25px !important;
}

.max-h-\[45px\] {
	max-height: 45px !important;
}

.max-h-\[100\%\] {
	max-height: 100% !important;
}

.min-h-\[180px\] {
	min-height: 180px !important;
}

.min-h-full {
	min-height: 100% !important;
}

.w-full {
	width: 100% !important;
}

.w-1\/2 {
	width: 50% !important;
}

.w-auto {
	width: auto !important;
}

.w-1\/3 {
	width: 33.333333% !important;
}

.w-2\/3 {
	width: 66.666667% !important;
}

.w-5\/6 {
	width: 83.333333% !important;
}

.w-1\/6 {
	width: 16.666667% !important;
}

.w-\[100vw\] {
	width: 100vw !important;
}

.w-\[100\%\] {
	width: 100% !important;
}

.w-\[calc\(100\%\/3-12px\)\] {
	width: calc(100% / 3 - 12px) !important;
}

.min-w-full {
	min-width: 100% !important;
}

.min-w-\[24px\] {
	min-width: 24px !important;
}

.max-w-6xl {
	max-width: 72rem !important;
}

.max-w-\[210px\] {
	max-width: 210px !important;
}

.max-w-\[580px\] {
	max-width: 580px !important;
}

.max-w-\[160px\] {
	max-width: 160px !important;
}

.max-w-\[820px\] {
	max-width: 820px !important;
}

.max-w-\[100px\] {
	max-width: 100px !important;
}

.max-w-\[65px\] {
	max-width: 65px !important;
}

.max-w-\[24px\] {
	max-width: 24px !important;
}

.max-w-\[148px\] {
	max-width: 148px !important;
}

.max-w-\[22px\] {
	max-width: 22px !important;
}

.max-w-\[250px\] {
	max-width: 250px !important;
}

.flex-auto {
	flex: 1 1 auto !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.cursor-default {
	cursor: default !important;
}

.resize {
	resize: both !important;
}

.flex-col {
	flex-direction: column !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.content-center {
	align-content: center !important;
}

.items-end {
	align-items: flex-end !important;
}

.items-center {
	align-items: center !important;
}

.items-start {
	align-items: flex-start !important;
}

.justify-start {
	justify-content: flex-start !important;
}

.justify-end {
	justify-content: flex-end !important;
}

.justify-center {
	justify-content: center !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.whitespace-nowrap {
	white-space: nowrap !important;
}

.rounded-3xl {
	border-radius: 1.5rem !important;
}

.rounded-xl {
	border-radius: 0.75rem !important;
}

.rounded-lg {
	border-radius: 0.5rem !important;
}

.rounded-full {
	border-radius: 9999px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border {
	border-width: 1px !important;
}

.border-b {
	border-bottom-width: 1px !important;
}

.border-\[\#E3B13F\] {
	--tw-border-opacity: 1 !important;
	border-color: rgb(227 177 63 / var(--tw-border-opacity)) !important;
}

.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#0D1C8C\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(13 28 140 / var(--tw-bg-opacity)) !important;
}

.bg-psbmrowka {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(13 28 140 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F5F5F5\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.bg-text-header {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(230 237 245 / var(--tw-bg-opacity)) !important;
}

.bg-blue-mrowka {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(230 237 245 / var(--tw-bg-opacity)) !important;
}

.object-contain {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.p-1\.5 {
	padding: 0.375rem !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-3 {
	padding: 0.75rem !important;
}

.p-\[10px\] {
	padding: 10px !important;
}

.p-5 {
	padding: 1.25rem !important;
}

.p-10 {
	padding: 2.5rem !important;
}

.p-4 {
	padding: 1rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-\[20px\] {
	padding: 20px !important;
}

.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

.px-\[40px\] {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.py-2\.5 {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}

.py-\[12px\] {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.px-\[20px\] {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-\[20px\] {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.py-\[42px\] {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.py-\[4px\] {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.pt-7 {
	padding-top: 1.75rem !important;
}

.pl-\[20px\] {
	padding-left: 20px !important;
}

.pr-\[20px\] {
	padding-right: 20px !important;
}

.pb-\[20px\] {
	padding-bottom: 20px !important;
}

.pt-2\.5 {
	padding-top: 0.625rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 0.75rem !important;
}

.pt-5 {
	padding-top: 1.25rem !important;
}

.pt-0\.5 {
	padding-top: 0.125rem !important;
}

.pb-3 {
	padding-bottom: 0.75rem !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pt-\[15px\] {
	padding-top: 15px !important;
}

.pt-10 {
	padding-top: 2.5rem !important;
}

.pt-6 {
	padding-top: 1.5rem !important;
}

.pt-8 {
	padding-top: 2rem !important;
}

.pt-3\.5 {
	padding-top: 0.875rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pr-6 {
	padding-right: 1.5rem !important;
}

.pl-6 {
	padding-left: 1.5rem !important;
}

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

.pr-\[40px\] {
	padding-right: 40px !important;
}

.pr-\[5px\] {
	padding-right: 5px !important;
}

.pr-\[9px\] {
	padding-right: 9px !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.text-center {
	text-align: center !important;
}

.font-\[\'Roboto\'\] {
	font-family: 'Roboto' !important;
}

.font-\[\'Rubik\'\] {
	font-family: 'Rubik' !important;
}

.text-4xl {
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
}

.text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}

.text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}

.text-\[14px\] {
	font-size: 14px !important;
}

.text-\[16px\] {
	font-size: 16px !important;
}

.text-\[12px\] {
	font-size: 12px !important;
}

.text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}

.text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-light {
	font-weight: 300 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.leading-none {
	line-height: 1 !important;
}

.text-\[\#234F93\] {
	--tw-text-opacity: 1 !important;
	color: rgb(35 79 147 / var(--tw-text-opacity)) !important;
}

.text-white {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#0D1C8C\] {
	--tw-text-opacity: 1 !important;
	color: rgb(13 28 140 / var(--tw-text-opacity)) !important;
}

.text-psbmrowka {
	--tw-text-opacity: 1 !important;
	color: rgb(13 28 140 / var(--tw-text-opacity)) !important;
}

.text-\[\#1E1A17\] {
	--tw-text-opacity: 1 !important;
	color: rgb(30 26 23 / var(--tw-text-opacity)) !important;
}

.text-header-inner {
	--tw-text-opacity: 1 !important;
	color: rgb(30 26 23 / var(--tw-text-opacity)) !important;
}

.text-text-header {
	--tw-text-opacity: 1 !important;
	color: rgb(230 237 245 / var(--tw-text-opacity)) !important;
}

.shadow-\[0_0_5px_0_rgb\(0\2c 0\2c 0\2c 0\.1\)\] {
	--tw-shadow: 0 0 5px 0 rgb(0,0,0,0.1) !important;
	--tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.duration-700 {
	transition-duration: 700ms !important;
}

.duration-200 {
	transition-duration: 200ms !important;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/**
  * Header
**/

/** Menu **/

ul#menu-menu-top, ul#menu-menu-top-polski {
	text-align: right;
	padding: 10px 0px;
}

ul#menu-menu-top li, ul#menu-menu-top-polski li {
	list-style: none;
	display: inline-block;
}

ul#menu-menu-top li:hover, ul#menu-menu-top-polski li:hover {
	padding: 0;
	border-radius: 3px;
}

ul#menu-menu-top li a,ul#menu-menu-top-polski li a {
	text-decoration: none;
	transition-duration: 700ms;
}

ul#menu-menu-top li a:hover, ul#menu-menu-top-polski li a:hover {
	color: #FFDA64;
}

ul#menu-menu-top li a::after, ul#menu-menu-top-polski li a::after {
	content: " | ";
	padding: 0 15px;
	font-size: 10px;
}

/** Search **/

#header-search button[type="submit"] {
	text-indent: -999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: inherit;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
	cursor: pointer;
	color: #1E1A17;
	opacity: 1;
}

input[type="text"]::-moz-placeholder {
	color: #1E1A17;
}

input[type="text"]::placeholder {
	color: #1E1A17;
}

input[type="text"]:focus {
	outline: none;
}

/**
  * Swiper Slider
  **/

:root {
	--swiper-theme-color: #000;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide img.wp-post-image {
	height: 150px;
}

.swiper-polecane-produkty .swiper-slide,
.swiper-promocje-produkty .swiper-slide {
	align-items: stretch;
}

/**
  * Homepage
  **/

.aktualne-promocje-cart .quantity {
	display: none;
}

.promoted-category-button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.shop-button,
.single_add_to_cart_button {
	border: 1px solid #E3B13F;
	color: #1E1A17;
	border-radius: 5px;
	padding: 10px;
	background-color: #fff;
	font-size: 14px;
	width: 100%;
	transition: .3s;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	font-weight: 500;
}

.promoted-category-button:hover,
.woocommerce ul.products li.product a:hover,
.single_add_to_cart_button:hover {
	background: #FFDA64;
	border: 1px solid #FFDA64;
}

.second-line-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product__title {
	min-height: 52px;
}

.product__submit-btn {
	margin-top: auto;
}

/*star rating for products*/

.rating-custom div.product .woocommerce-product-rating {
	margin-bottom: 0;
}

.rating-custom .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
	color: #E3B13F;
}

.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {
	content: ' ';
	display: table;
}

.rating-custom .woocommerce-product-rating {
	line-height: 2;
}

.rating-custom .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
}

.rating-custom .star-rating::before {
	content: '\73\73\73\73\73';
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rating-custom .star-rating {
	line-height: 1;
	font-size: 1em;
	font-family: star;
}

.rating-custom .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.rating-custom .star-rating span::before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
}

.rating-custom .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

/**
  * Single Product
  **/

.product-related .single_add_to_cart_button {
	border: 2px solid #0D1C8C !important;
	color: #1E1A17 !important;
	border-radius: 24px !important;
	padding: 10px !important;
	font-size: 14px !important;
	width: 100% !important;
	transition: 1s;
	background-color: #fff !important;
}

.product-related .single_add_to_cart_button:hover {
	background: #FFDA64 !important;
	border: 2px solid #FFDA64 !important;
}

.product-related .woocommerce-product-rating {
	margin-bottom: 0 !important;
}

.product-related .rating-custom .woocommerce-product-rating .star-rating {
	color: #0D1C8C !important;
}

.quantity-single .qty {
	height: 60px;
}

.single-icon:hover {
	filter: invert(78%) sepia(42%) saturate(580%) hue-rotate(349deg) brightness(107%) contrast(101%);
	cursor: pointer;
}

/**
  * Woocommerce
  **/

.woocommerce {
	max-width: 100%;
}

/**
  * Checkout
  **/

.woocommerce-input-wrapper {
	display: block;
	/*border: 1px solid #e5e7eb;*/
	/*padding: 5px;*/
}

.woocommerce-checkout-payment fieldset {
	margin: 2px;
	border: 0;
	padding: 12px 6px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
}

.after\:z-\[-1\]::after {
	content: var(--tw-content) !important;
	z-index: -1 !important;
}

.after\:mt-\[-5px\]::after {
	content: var(--tw-content) !important;
	margin-top: -5px !important;
}

.after\:flex::after {
	content: var(--tw-content) !important;
	display: flex !important;
}

.after\:border-b-\[6px\]::after {
	content: var(--tw-content) !important;
	border-bottom-width: 6px !important;
}

.after\:border-\[\#FFDA64\]::after {
	content: var(--tw-content) !important;
	--tw-border-opacity: 1 !important;
	border-color: rgb(255 218 100 / var(--tw-border-opacity)) !important;
}

.hover\:scale-\[1\.05\]:hover {
	--tw-scale-x: 1.05 !important;
	--tw-scale-y: 1.05 !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:cursor-pointer:hover {
	cursor: pointer !important;
}

.hover\:border-\[\#FFDA64\]:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgb(255 218 100 / var(--tw-border-opacity)) !important;
}

.hover\:bg-\[\#FFDA64\]:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(255 218 100 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:text-\[\#FFDA64\]:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(255 218 100 / var(--tw-text-opacity)) !important;
}

.hover\:text-psbmrowka:hover {
	--tw-text-opacity: 1 !important;
	color: rgb(13 28 140 / var(--tw-text-opacity)) !important;
}

.hover\:shadow-xl:hover {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:grayscale-\[100\%\]:hover {
	--tw-grayscale: grayscale(100%) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	padding: 0;
	background: transparent;
}

#header-search button[type="submit"] {
	top: 50%;
	transform: translateY(-50%);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 11px 84px 10px 58px;
	background-color: rgb(230,237,245);
	border: 0 solid transparent;
	transition: background-color .3s;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background-color: #fff;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 11px 84px 10px 24px;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.cart__after-qty {
	margin-bottom: 1.5em;
}

.text-danger {
	color: red !important;
}

.wpcf7 p,
.wpcf7 label {
	display: inline-block;
	width: 100%;
}

.wpcf7 p:not(:last-of-type) {
	margin-bottom: 10px;
}

.wpcf7 p:last-of-type {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 10px;
}

.wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
	margin-top: 3px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background-color: #fff;
	color: #000;
	width: 100%;
	border: 1px solid #000;
	border-radius: 3px;
	transition-duration: .3s;
	padding: 5px;
}

.wpcf7 textarea {
	resize: none;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 textarea:hover {
	border: 1px solid #0d1c8c;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
	border: 1px solid #0d1c8c;
	outline: none;
	box-shadow: inset 0 0 2px #0d1c8c;
}

.wpcf7 form .wpcf7-submit {
	padding: 6px 30px;
	border-radius: 1.5rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	cursor: pointer;
	border: 2px solid #E3B13F;
	color: #1E1A17;
	font-size: 14px;
	transition-duration: .3s;
}

.wpcf7 form .wpcf7-submit:hover {
	background: #FFDA64;
	border: 2px solid #FFDA64;
}

.wpcf7 form {
	display: flex;
	flex-wrap: wrap;
}

.wpcf7 form .wpcf7-response-output {
	order: -1;
	margin: 10px 0 20px;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

/*Wocommerce styles*/
.woocommerce .products-loop {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}
.woocommerce .woocommerce-notices-wrapper {
	width: 100%;
}

.woocommerce ul.products li.product a img {
	height: 150px;
	object-fit: contain;
	margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0;
	margin: 10px 0;
}

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

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
	padding-right: 30px;
}


.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle {
	top: 6px;
	width: 23px;
}

.woocommerce ul.products li.product .button {
	margin-top: auto;
}

.woocommerce nav.woocommerce-pagination {
	margin: 0 auto 20px;
}

.woocommerce .woocommerce-ordering {
	width: 100%;
}

.woocommerce ul.products li.product a.added_to_cart {
	width: 100%;
	padding: 0;
	text-align: center;
	border: 1px solid transparent;
	background-color: transparent;
	transition-duration: .3s;
	text-decoration: underline;
}

.woocommerce ul.products li.product a.added_to_cart:hover {
	background-color: transparent;
	text-decoration: none;
	color: #E3B13F;
}

.content-area {
	width: 100%;
}

.single-product .content-area {
	padding: 0 10px;
}

.psbmrowka {}

.psbmrowka-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100px;
}

.psbmrowka-logo__img {
	max-height: 112px;
	width: 100%;
}

.psbmrowka-header {
	position: relative;
}

.psbmrowka-header__content {
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.psbmrowka-menu__wrapper {
	width: calc(100% - 60px);
	margin-left: auto;
}

.psbmrowka-menu__wrapper .menu-menu-top-container, .psbmrowka-menu__wrapper .menu-menu-top-polski-container {
	display: none;
}

.psbmrowka-menu {
	display: grid;
	grid-template-areas:
        ". lang lang"
        "els els btn";
	width: max-content;
	margin-left: auto;
	align-items: flex-end;
	height: 100%;
	justify-content: space-evenly;
}

.psbmrowka-select {
	grid-area: lang;
}

.psbmrowka-select .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding: 14px 35px 14px 20px;
	background-color:rgb(230,237,245);
	border-radius: 24px;
	white-space: nowrap;
	transition-duration: .3s;
}

.psbmrowka-select .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	right: 16px;
}

.psbmrowka-select .wpml-ls-sub-menu {
	right: 0;
	left: auto;
}

.psbmrowka-menu-btn {
	border: 0;
	padding: 13px;
	grid-area: btn;
	margin-left: 10px;
}

.psbmrowka-primary-btn > span:not(#mini-cart-count) {
	display: none;
}

.psbmrowka-primary-btn > span#mini-cart-count {
	margin-left: 11px;
}

.psbmrowka-menu-btn > span,
.psbmrowka-menu-btn > svg {
	pointer-events: none;
}

.psbmrowka-primary-btn {
	border: 0;
	padding: 10px 20px;
	background-color: rgb(230,237,245);
	border-radius: 24px;
	transition-duration: .3s;
	display: flex;
}

.psbmrowka-select .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover,
.psbmrowka-primary-btn:hover {
	background-color: #fff;
}

.psbmrowka-menu__els {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	grid-area: els;
}

.psbmrowka-search {
	width: 100%;
	margin-top: 15px;
}

.psbmrowka-search--desktop {
	display: none;
}

.psbmrowka-search .dgwt-wcas-search-wrapp {
	max-width: none;
}

.psbmrowka-mega-menu {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgb(13 28 140);
}

.parentCat {
	padding: 12px 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}

.subCat {
	padding: 12px 25px;
	background-color: #fff;
}

.singleSubCat {
	margin-bottom: 20px;
}

.singleSubCat__title {
	white-space: nowrap;
	font-weight: 500;
	align-items: center;
	display: flex;
	color: rgb(13 28 140);
}

.singleSubCat__list {
	padding-left: 10px;
	display: flex;
	flex-direction: column;
}

.singleSubCat__list > a {
	transition-duration: .3s;
	display: inline-block;
	margin-bottom: 4px;
}

.singleSubCat__list > a:hover {
	color: rgb(13 28 140);
}

.subCats {
	display: none;
}

/*/*/
@media (min-width: 501px) {

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 48px;
	}

	.woocommerce .woocommerce-ordering {
		width: auto;
	}

	.psbmrowka-primary-btn > span#mini-cart-count,
	.psbmrowka-primary-btn > span:not(#mini-cart-count),
	.psbmrowka-primary-btn > span {
		display: inline-block;
		white-space: nowrap;
		margin-left: initial;
	}

	.psbmrowka-primary-btn > svg {
		margin-right: 8px;
	}
}

@media (min-width: 768px) {
	.md\:px-\[42px\] {
		padding-left: 42px !important;
		padding-right: 42px !important;
	}
}

@media (min-width: 1024px) {
	.lg\:fixed {
		position: fixed !important;
	}

	.lg\:order-last {
		order: 9999 !important;
	}

	.lg\:order-first {
		order: -9999 !important;
	}

	.lg\:mt-\[0px\] {
		margin-top: 0px !important;
	}

	.lg\:mr-2 {
		margin-right: 0.5rem !important;
	}

	.lg\:block {
		display: block !important;
	}

	.lg\:flex {
		display: flex !important;
	}

	.lg\:hidden {
		display: none !important;
	}

	.lg\:max-h-\[200px\] {
		max-height: 200px !important;
	}

	.lg\:w-1\/2 {
		width: 50% !important;
	}

	.lg\:w-1\/3 {
		width: 33.333333% !important;
	}

	.lg\:w-7\/12 {
		width: 58.333333% !important;
	}

	.lg\:w-5\/12 {
		width: 41.666667% !important;
	}

	.lg\:w-1\/5 {
		width: 20% !important;
	}

	.lg\:w-3\/4 {
		width: 75% !important;
	}

	.lg\:w-1\/4 {
		width: 25% !important;
	}

	.lg\:w-3\/6 {
		width: 50% !important;
	}

	.lg\:w-auto {
		width: auto !important;
	}

	.lg\:w-\[213px\] {
		width: 213px !important;
	}

	.lg\:w-full {
		width: 100% !important;
	}

	.lg\:w-1\/6 {
		width: 16.666667% !important;
	}

	.lg\:w-2\/6 {
		width: 33.333333% !important;
	}

	.lg\:max-w-\[55px\] {
		max-width: 55px !important;
	}

	.lg\:max-w-full {
		max-width: 100% !important;
	}

	.lg\:flex-row {
		flex-direction: row !important;
	}

	.lg\:flex-col {
		flex-direction: column !important;
	}

	.lg\:flex-wrap {
		flex-wrap: wrap !important;
	}

	.lg\:items-start {
		align-items: flex-start !important;
	}

	.lg\:justify-start {
		justify-content: flex-start !important;
	}

	.lg\:justify-end {
		justify-content: flex-end !important;
	}

	.lg\:justify-between {
		justify-content: space-between !important;
	}

	.lg\:overflow-hidden {
		overflow: hidden !important;
	}

	.lg\:p-0 {
		padding: 0px !important;
	}

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

	.lg\:px-\[60px\] {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.lg\:pl-\[0px\] {
		padding-left: 0px !important;
	}

	.lg\:pr-\[20px\] {
		padding-right: 20px !important;
	}

	.lg\:pb-\[20px\] {
		padding-bottom: 20px !important;
	}

	.lg\:pl-0 {
		padding-left: 0px !important;
	}

	.lg\:pt-1 {
		padding-top: 0.25rem !important;
	}

	.lg\:pb-1 {
		padding-bottom: 0.25rem !important;
	}

	.lg\:pr-2 {
		padding-right: 0.5rem !important;
	}

	.lg\:pt-0 {
		padding-top: 0px !important;
	}

	.lg\:pl-4 {
		padding-left: 1rem !important;
	}

	.lg\:pt-5 {
		padding-top: 1.25rem !important;
	}

	.lg\:pt-\[75px\] {
		padding-top: 75px !important;
	}

	.lg\:pl-\[40px\] {
		padding-left: 40px !important;
	}

	.lg\:pr-\[60px\] {
		padding-right: 60px !important;
	}

	.lg\:pt-6 {
		padding-top: 1.5rem !important;
	}

	.lg\:pt-4 {
		padding-top: 1rem !important;
	}

	.lg\:pl-10 {
		padding-left: 2.5rem !important;
	}

	.lg\:pr-4 {
		padding-right: 1rem !important;
	}

	.lg\:text-left {
		text-align: left !important;
	}
	.woocommerce .products-loop {
		padding-left: 30px;
	}

	.woocommerce ul.products {
		justify-content: center;
	}

	.psbmrowka-logo {
		padding-top: 15px;
	}

	.psbmrowka-menu__wrapper {
		display: flex;
		width: calc(100% - 93px);
	}

	.psbmrowka-menu {
		display: flex;
		width: 100%;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.psbmrowka-menu__wrapper .menu-menu-top-container, .psbmrowka-menu__wrapper .menu-menu-top-polski-container {
		display: flex;
		margin-right: auto;
		color: #fff;
		font-weight: 300;
		width: 100%;
		order: 0;
	}

	.psbmrowka-header__content {
		padding-top: 0;
	}

	.psbmrowka-select {
		order: 3;
		margin: 9px auto auto 0;
	}

	.psbmrowka-menu__els {
		margin-top: 9px;
		order: 4;
	}

	.psbmrowka-search {
		display: none;
	}

	.psbmrowka-search--desktop {
		display: flex;
		order: 2;
		margin: 9px 10px auto 0;
		width: 40%;
		max-width: 400px;
	}

	.psbmrowka-search--desktop .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		top: 6px;
	}

	.psbmrowka-menu-btn {
		order: 1;
		margin: 0 10px 0 0;
		display: flex;
		align-items: center;
		gap: 10px;
		text-align: left;
		color: #fff;
		line-height: 1.2;
	}

	.psbmrowka-menu-btn b {
		font-weight: 500;
	}

	.psbmrowka-mega-menu {
		width: auto;
	}

	.psbmrowka-mega-menu:before {
		content: '';
		position: absolute;
		right: 100%;
		height: 100%;
		width: calc(50vw - 100%);
		background-color: rgb(13 28 140);
	}

	.psbmrowka-select .wpml-ls-sub-menu {
		right: auto;
		left: 0;
	}

	.subCats {
		display: block;
		position: absolute;
		left: 100%;
		min-width: 741px;
		top: 0;
		min-height: 100%;
	}

	.subCat {
		display: flex;
		width: 100%;
		flex-direction: column;
		flex-wrap: wrap;
		background-color: #fff;
		min-height: 100%;
		max-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: auto;
		padding: 62px 60px 42px;
	}

	.parentCat {
		cursor: pointer;
	}
}

.sub-category-ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.sub-category-li a {
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid;
	transition: .3s 0s;
	text-transform: uppercase;
}

.sub-category-li a:hover{
	color: #fff ;
	border-radius: 3px;
	background-color: #0D1C8C;
	border: 1px solid #0D1C8C;
}


.blog-title {
	margin-top: 1rem;
}
.blog-content{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 30px 0px 30px 0px;
}

.blog-h2{
	font-size: 1.75rem;
	font-weight: 700;
	margin: 10px 0 5px;
}

.blog-content-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}

.one-post{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px;
	border-radius: 5px;
	transition-duration: .3s;
}

.one-post:hover{
	box-shadow: 0 0 5px 0 #aaaaaa4f
}

.blog-pagination{
	padding: 20px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.blog-pagination a:hover{
	color: #FFDA64; ;
}

.one-post img{
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 5px;
}

.excerpt{
	margin-bottom: 10px;
}

.read-more-button{
	padding: 6px 30px;
	border-radius: 1.5rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
	cursor: pointer;
	border: 2px solid #E3B13F;
	color: #1E1A17;
	font-size: 14px;
	transition-duration: 0.3s;
	font-weight: 500;
	margin-top: auto;
}

.read-more-button:hover {
	background: #FFDA64;
	border: 2px solid #FFDA64;
}

.blog-ul{
	gap: 10px;
	margin-left: 10px;
	padding: 10px 0 10px 20px;
	border-left: solid 1px black;
	display: flex;
	flex-flow: column;
	align-self: start;
	white-space: nowrap;
	transition-duration: 0.3s;
}

.blog-ul li a:hover{
	text-decoration: underline;
}

.single-post .post-thumbnail img {
	margin: auto;
}

.entry-content-banner img{
	height: 31vh;
	object-fit: cover;
	min-height: 200px;
	max-height: 400px;
	width: 100%;
}

.entry-title-blog{
	font-size: 2.0rem;
	font-weight: 700;
	margin: 15px 0px 10px 0px;
}

.entry-meta{
	display: flex;
	justify-content: space-between;
}
.post.type-post .entry-meta {
	margin-top: 10px;
}

.entry-content-prose{
	margin-bottom: 30px;
}

.entry-content-prose p{
	margin-bottom: 30px;
}

.entry-footer{
	display: flex;
	justify-content: end;
}

.share-icons {
	display: flex;
	align-items: center;
	justify-content: end;
	margin: 15px 0px 15px 0px;
}

.share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #ebebeb;
	transition: background-color 0.3s ease;
}

.share-icon svg{
	width: 20px;
	max-height: 20px;
}

.share-icon:hover {
	background: #FFDA64;
}

.nav-links{
	display: flex;
	justify-content: space-between;
	margin: 30px 0px 30px;
}

.nav-previous, .nav-next{
	padding: 6px 30px;
	border-radius: 1.5rem;
	background-color: #fff;
	transition-duration: 0.3s;
	cursor: pointer;
	border: 2px solid #E3B13F;
	color: #1E1A17;
	font-size: 14px;
	transition-duration: .3s;
	font-weight: 500;
}

.nav-previous:hover, .nav-next:hover{
	background: #FFDA64;
	border: 2px solid #FFDA64;
}

.button_all_product{
	position: absolute;
	top: 16px;
	left: 60px;
	color: rgb(13 28 140 / var(--tw-text-opacity));
	font-weight: 500;
	display: flex;
	margin: 0 0 15px;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item {
	padding: 0;
	position: relative;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > a,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label > a {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	line-height: 24px;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened > a,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened > label > a {
	border: 1px solid rgb(64, 64, 64);
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > ul,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label + ul {
	padding-left: 26px;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .price-slider .irs-to,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .price-slider .irs-from {
	font-family: 'Montserrat', sans-serif;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label > input:checked + a {
	background-color: rgb(64, 64, 64);
	color: #fff;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened > a,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened > label > a {
	border: 1px solid rgb(64, 64, 64);
}

.search-no-results[class*="theme-psbmrowka-co-uk"] .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > a,
.search-no-results[class*="theme-psbmrowka-co-uk"] .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > label > a {
	color: rgb(51, 51, 51);
	cursor: pointer;
}

.search-results[class*="theme-psbmrowka-co-uk"] .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > a,
.search-results[class*="theme-psbmrowka-co-uk"] .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > label > a {
	cursor: pointer;
}

.force-hidden {
	display: none !important;
}
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened.level-0 > a,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened.level-0 > label > a {
	border: 1px solid rgb(64, 64, 64);
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label > input[type="checkbox"] {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > ul,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label + ul {
	padding-left: 26px;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > ul > li:before,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label + ul > li:before {
	content: '';
	position: absolute;
	transform: translateX(-15px);
	top: 14px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: rgb(51, 51, 51);
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable > .toggle-handle,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed > .toggle-handle {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 8px;
	right: 10px;
	left: auto;
	background-image: none;
	z-index: 1;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle:before,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed > .toggle-handle:before {
	content: '';
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: calc(50% - 3px);
	transition-duration: .3s;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle:before,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1.opened > .toggle-handle:before {
	transform: rotate(45deg);
	top: calc(50% - 6px);
	right: calc(50% - 5px)
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > a,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	top: -1px;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > a,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label > a {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	line-height: 24px;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable > .toggle-handle:focus:before {
	border-color: rgb(64, 64, 64);
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle:before {
	border-color: rgb(64, 64, 64);
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > .filter-items {
	position: relative;
	width: 100%;
	margin: -1px 0 0;
	background-color: #fff;
	z-index: 2;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .price-slider .irs-min,
[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .price-slider .irs-max {
	font-family: Montserrat, 'sans-serif';
}

.search-results [class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable,
.search-no-results [class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable {
	display: flex;
	flex-direction: column-reverse;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.disabled {
	opacity: 1;
}

.search-no-results [class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.disabled > a,
.search-no-results [class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.disabled > label > a {
	cursor: pointer;
	color: #000;
}

.search-results [class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.disabled > a,
.search-results [class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.disabled > label > a {
	cursor: pointer;
}

[class*="theme-psbmrowka-co-uk"] .yith-wcan-filters-opener {
	padding: 5px 10px;
	border: 1px solid;
	display: flex;
	align-items: center;
	gap: 5px;
}

@media (min-width: 1280px) {
	.xl\:px-\[80px\] {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.subCat {
		padding: 62px 80px 42px;
		max-width: none;
	}

	.button_all_product {
		left: 80px;
	}
}

@media (min-width: 1024px) {
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1.hierarchy-collapsable.opened > .toggle-handle:before {
		transform: rotate(135deg);
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1 > .filter-items {
		top: calc(100% + 1px);
		right: 0;
		border: 0;
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle:before,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1.opened > .toggle-handle:before {
		transform: rotate(135deg);
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1 > .filter-items.level-1 {
		right: calc(-100% + 1px);
		width: 100%;
		top: 0;
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > a,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label > a {
		padding: 4px 25px 4px 10px;
		border: 1px solid transparent;
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-0.opened > label > a {

	}

	[class*="theme-psbmrowka-co-uk"] .woocommerce div.product .woocommerce-tabs {
		order: 1;
	}
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > .filter-items {
		position: absolute;
		right: -100%;
		top: 0;
		list-style: none;
		padding: 0;
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-0 > .filter-items {
		right: calc(-100% + 1px);
		margin: 0;
	}
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items > .filter-item.level-1 > .filter-items.level-1 {
		right: auto;
		width: 100%;
		top: 1px;
		left: calc(100% - 1px);
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1.opened > .toggle-handle:before {
		transform: rotate(45deg);
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > ul > li:before,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label + ul > li:before {
		display: none;
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items.level-1 .filter-item > .filter-items > a,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items.level-1 .filter-item > .filter-items label > a {
		padding: 4px 10px;
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened > a,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened > label > a {
		border: 0;
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened.level-0 > a,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened.level-0 > label > a {
		border: 1px solid rgb(64, 64, 64);
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1 > a,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1 label > a {
		border: 1px solid rgb(64, 64, 64);
		border-top: 1px solid transparent;
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1:first-child > a,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.level-1:first-child label > a {
		border-top: 1px solid rgb(64, 64, 64);
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle:before {
		border-color: rgb(64, 64, 64);
		transform: rotate(135deg);
		top: calc(50% - 5px);
		right: calc(50% - 3px);
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item:not(.level-0).hierarchy-collapsable.opened > .toggle-handle:before {
		transform: rotate(45deg);
		top: calc(50% - 6px);
		right: calc(50% - 5px);
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item > a,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item label {
		top: 0;
	}

	.blog-content-grid{
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 992px) {

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filters-opener {
		display: none;
	}
}

@media (min-width: 768px) {

	.search-results .page__content > aside,
	.search-no-results .page__content > aside,
	.woocommerce-page .page__content > aside,
	.woocommerce-shop .page__content > aside {
		padding: 150px 20px 0;
	}
}

@media (min-width: 992px) and (max-width: 1650px) {
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items.level-3 > .filter-item > .filter-items.level-1 {
		right: 0;
		width: 100%;
		top: 100%;
		left: auto;
	}

	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items.level-3 > .filter-item.opened > .filter-items.level-1 {
		box-shadow: #0d1c8c99 0 5px 10px;
	}
}

@media (max-width: 768px) {
	.sub-category-li {
		flex-grow: 1;
	}

	.sub-category-li a {
		display: inline-block;
		width: 100%;
		text-align: center;
	}


	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened.level-0 > a,
	[class*="theme-psbmrowka-co-uk"] .yith-wcan-filter .filter-items .filter-item.opened.level-0 > label > a {
		margin-bottom: 1px;
	}

	.blog-content-grid{
		grid-template-columns: repeat(2, 1fr);
	}

	.blog-content{
		display: flex;
		flex-flow: column;
	}

	.blog-ul{
		flex-flow: wrap;
		margin: 0px;
	}
}

@media (max-width: 500px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}

	.blog-content-grid{
		grid-template-columns: repeat(1, 1fr);
	}

	.blog-content{
		display: flex;
		flex-flow: column;
	}

	.blog-ul{
		flex-flow: wrap;
		margin: 0px;
	}
}

.home .seodesc--homepage {
	margin: 1.5rem 0;
	padding: 0 0.5em;
}

.home .seodesc--homepage h2,
.home .seodesc--homepage h3 {
	font-size: 1.5rem;
	margin: 0.3em 0;
	font-weight: 500;
}

.category_description-bottom h2 {
	font-size: 1.3rem;
	margin: 0.3em 0;
}

.category_description-bottom{
	margin: 1em 0;
}

/**
 * Additional styles for newsletter
 **/
#psbmrowka-newsletter > div {
    background-color: #0d1c8c;
    color: white;
    padding: 2rem 1rem;
    text-align: center;
    width: 100%;
}

#psbmrowka-newsletter > div .mailerlite-form-title h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #EBB110;
}

#psbmrowka-newsletter > div .mailerlite-form-description p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #ffffff;
}

#psbmrowka-newsletter > div input[type="email"] {
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
    font-size: 1rem;
    color: #000;
}

#psbmrowka-newsletter > div .mailerlite-form-field label {
    display: none;
}

#psbmrowka-newsletter > div .mailerlite-subscribe-button-container {
    margin-top: 1rem;
}

#psbmrowka-newsletter > div .mailerlite-subscribe-submit {
    background-color: #EBB110;
    color: #0d1c8c;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#psbmrowka-newsletter > div .mailerlite-subscribe-submit:hover {
    background-color: #c99900;
}

#psbmrowka-newsletter > div .mailerlite-form-response h4 {
    margin-top: 1rem;
    font-size: 1rem;
    color: #ffffff;
}

#psbmrowka-newsletter > div .mailerlite-form-loader {
    color: #ffffff;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}
