/*!
Theme Name: parkingmagicbox
Theme URI: https://parkingmagicbox.pl/
Author: BartoshCode
Author URI: https://bartoshdesign.pl/
Description: Template for PMB Brand
Version: 1.0.0
Text Domain: parkingmagicbox
*/

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('fonts/Rajdhani-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('fonts/Rajdhani-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('fonts/Rajdhani-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('fonts/Rajdhani-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
  --page-max-width: 870px;
  --page-padding-x: 16px;
  --section-padding-y: 48px;

  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;

  --border-radius-md: 12px;
  --border-radius-lg: 24px;

  --color-bg: #050505;
  --color-surface: #121212;
  --color-surface-alt: #1E1E1E;
  --color-accent: #F8FF2A;
  --color-text: #FFFFFF;
  --color-text-muted: #9CA3AF;
}


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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

.pmb-page-content a {
    color: #000;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

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

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

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

html {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--Grayscale-Grayscale-100, #171725);
	font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

#page {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
  font-family: Rajdhani;
  font-weight: 600;
  margin-bottom: 24px;
}

h1 { font-size: clamp(2rem, 5vw + 1rem, 3rem); } /* 32px–48px */
h2 { font-size: clamp(1.75rem, 4vw + 1rem, 2.5rem); } /* 28px–40px */
h3 { font-size: clamp(1.5rem, 3vw + 1rem, 2rem); } /* 24px–32px */
h4 { font-size: clamp(1.25rem, 2vw + 0.5rem, 1.5rem); } /* 20px–24px */
h5 { font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem); } /* 16px–20px */
h6 { font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem); } /* 14px–18px */

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    border-radius: 24px;
    display: flex;
    height: 40px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    color: #000;
    font-size: 14px;
}

form#woocommerce-checkout-form-coupon button.button {
  background: var(--Stroke-grey, #E8E8E8);
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

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

/* Główny wrapper, np. do <main> */
.page-wrapper {
  padding-inline: var(--page-padding-x);
}

/* Kontener 870px */
.container {
  max-width: var(--page-max-width);
  margin-inline: auto;
}

/* Sekcja – domyślny odstęp góra/dół */
.section {
  padding-block: var(--section-padding-y);
}

/* Wersja „ciasna” sekcji – np. dla headerów, stripów */
.section--tight {
  padding-block: 24px;
}

/* Stack – pionowe odstępy między elementami */
.stack > * + * {
  margin-top: var(--space-md);
}

/* Wyrównania tekstu */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }

/* Utility marginesy */
.mt-lg { margin-top: var(--space-lg); }
.mb-lg { margin-bottom: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
.mb-xl { margin-bottom: var(--space-xl); }

/* Podstawowy flex */
.flex {
  display: flex;
}

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

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

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

.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }

.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }

/* Gap-y dla flex/grida */
.gap-xs { gap: var(--space-xs); }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }
.gap-xl { gap: var(--space-xl); }

/* Proporcje kolumn do kafelków – użyteczne np. 2/3-1/3 */
.flex-1 { flex: 1 1 0; }
.flex-2 { flex: 2 1 0; }
.flex-3 { flex: 3 1 0; }

/* Kafelkowy grid – auto-fit do szerokości */
.tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-lg);
}

/* Wersja „ciasna” */
.tiles-grid--dense {
  gap: var(--space-md);
}

/* Karty/kafelki */
.card {
  background-color: var(--color-surface);
  border-radius: var(--border-radius-lg);
  padding: var(--space-lg);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.card--hoverable {
  transition: transform 150ms ease-out, box-shadow 150ms ease-out, border-color 150ms ease-out;
}

.card--hoverable:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  border-color: rgba(248, 255, 42, 0.35);
}

/* Małe „badge / chip” – np. nad kafelkiem */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.badge--accent {
  background-color: rgba(248, 255, 42, 0.1);
  color: var(--color-accent);
  border: 1px solid rgba(248, 255, 42, 0.8);
}

/* Przyciski – podstawowy styl */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

.btn--primary {
  background-color: var(--color-accent);
  color: #000;
}

.btn--ghost {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.btn--ghost:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

/* Na małych ekranach kontener zawsze ma padding 16px (ustawione wyżej),
   na większych możesz dodać większy padding sekcji */
@media (min-width: 1024px) {
  .section {
    padding-block: 64px;
  }
}

/* Możesz wymusić 2 kolumny dla tiles-grid powyżej tabletów */
@media (min-width: 768px) {
  .tiles-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* I 3 kolumny na duży desktop, jeśli kiedyś wyjdziesz poza 870px */
@media (min-width: 1200px) {
  .tiles-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ===== NAV BAR ===== */
.site-nav {
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 40;
  width: 100%;
  max-width: 870px;
  left: 50%;
  transform: translateX(-50%);
  top: 24px; 
  padding: 16px 30px;
  border-radius: 40px;

  transition:
    top 200ms ease-out,
    border-radius 200ms ease-out,
    padding 200ms ease-out,
    box-shadow 200ms ease-out;
}

.site-nav--pinned {
  top: 0;      
  border-top-left-radius: 0;    
  border-top-right-radius: 0;
}

.site-nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  height: 0;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease-out, height 150ms ease-out;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 0 0 40px 40px;
}

.site-nav.site-nav--has-dropdown::after {
  height: 300px;
  opacity: 1;
}

.site-nav__inner {
  max-width: var(--page-max-width);
  margin-inline: auto;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Desktop main (menu + lang) */
.site-nav__main {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* Mobile controls (lang + hamburger) – na desktop ukryte */
.site-nav__mobile-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Desktop vs mobile */
@media (max-width: 767px) {
  .site-nav__main {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-nav__mobile-controls {
    display: none;
  }
}

/* ===== Desktop menu ===== */
.main-menu-desktop__list {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu-desktop__list > .menu-item > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-block: 4px;
  display: flex;
}

/* Underline highlight */
.main-menu-desktop__list > .menu-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: var(--color-accent);
  border-radius: 999px;
  transition: width 120ms ease-out;
}

.main-menu-desktop__list > .menu-item:hover > a::before,
.main-menu-desktop__list > .current-menu-parent > a::before,
.main-menu-desktop__list > .menu-item.submenu-open > a::before {
  width: 100%;
}

/* Dropdown desktop */
.main-menu-desktop .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-desktop .menu-item-has-children > .sub-menu {
    position: absolute;
    left: 0;
    min-width: 300px;
    list-style: none;
    display: none;
    z-index: 20;
    top: 65px;
    padding: 0;
    margin: 0;
}

nav.site-nav.site-nav--has-dropdown {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.main-menu-desktop .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}

.main-menu-desktop .sub-menu > .menu-item > a {
    display: flex;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    transition: 0.5s all ease;
    position: relative;
}

.main-menu-desktop .sub-menu > .menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: var(--color-accent);
  border-radius: 999px;
  transition: width 120ms ease-out;
}

.main-menu-desktop__list > .menu-item.current-menu-item > a {
  color: var(--color-accent);
}

.main-menu-desktop .sub-menu > .current-menu-item > a {
  color: var(--color-accent);
}

.main-menu-desktop .sub-menu > .menu-item:hover > a::after {
  width: 100%;
}

.main-menu-desktop .sub-menu > .menu-item > a::before {
  content: "";
  background: url(img/arrow_right.svg);
  display: inline-block;
  margin-right: 6px;
  font-size: 11px;
  width: 24px;
  height: 24px;
}

/* ===== Mobile menu ===== */
.mobile-menu {
  display: none; /* kontrolowane JS-em */
  background-color: #fff;
  color: #000;
  border-top: 1px solid #e5e5e5;
}

.mobile-menu__inner {
  max-width: var(--page-max-width);
  margin-inline: auto;
  padding: 12px var(--page-padding-x) 16px;
}

.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu__list > .menu-item > a {
  display: flex;
  align-items: center;
  padding-block: 15px;
  border-bottom: 1px solid #E8E8E8;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.07px;
  color: #000
}

.mobile-menu .menu-item-has-children > .sub-menu {
  display: none;
  padding-left: 16px;
  border-left: 1px solid #e5e5e5;
}

.mobile-menu .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}

.mobile-menu .sub-menu > .menu-item > a {
  display: block;
  padding-block: 6px;
  border-bottom: none;
  color: #444;
  font-weight: 400;
}

.mobile-menu .menu-icon-home > a::before,
.mobile-menu .menu-icon-boxes > a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-menu .menu-icon-home > a::before {
  background-image: url('/wp-content/themes/pmb/img/icons/home.svg');
}

.mobile-menu .menu-icon-boxes > a::before {
  background-image: url('/wp-content/themes/pmb/img/icons/box.svg');
}

/* ===== Language switcher ===== */
.language-switcher,
.language-switcher-mobile {
  position: relative;
}

.language-switcher__button {
  border-radius: 8px;
  border: 1px solid var(--dark-grey, #A6A6A6);
  display: flex;
  width: 74px;
  height: 40px;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.07px;
  background: none;
  cursor: pointer;
}

.language-switcher__arrow {
  transition: transform 120ms ease-out;
  display: flex;
  align-items: center;
}

.language-switcher__arrow.rotate {
  transform: rotate(180deg);
}

li.lang-item.current-lang {
    display: none;
}

.language-switcher__dropdown {
    position: absolute;
    right: 0;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    padding: 8px 15px;
    display: none;
    z-index: 50;
    width: 100%;
    border: 1px solid var(--dark-grey, #A6A6A6);
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 29px;
    left: 0;
    width: 74px;
    max-width: 74px;
}

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

.language-switcher__dropdown li {
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
}

.language-switcher__dropdown a {
  display: block;
  padding-block: 4px;
  text-decoration: none;
  color: #fff;
}

.language-switcher__dropdown a:hover {
  color: var(--Yellow, #FF0);
}

/* ===== Mobile hamburger ===== */
.mobile-menu-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 6px;
  border-radius: 999px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

.mobile-menu-button__bar {
  width: 18px;
  height: 2px;
  background-color: #fff;
}

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

.site-nav__logo img {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.main-menu-desktop .menu-item-has-children > a:after {
    content: '';
    background: url(img/expand_more.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    transition: 0.5s all ease;
}

.main-menu-desktop .menu-item-has-children.submenu-open > a:after {
    transform: rotate(180deg);
}

.main-menu-desktop .menu-item-has-children > .sub-menu li {
    display: flex;
    height: 48px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.mobile-menu-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  background-image: url('img/menu.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  cursor: pointer;
  transition: background-image 0.2s ease;
  margin-right: 10px;
}

.mobile-menu-button.is-open {
  background-image: url('img/close.svg');
}

.mobile-menu-button {
  transition: filter 0.2s ease, background-image 0.2s ease;
}

.mobile-menu-button:hover {
  filter: brightness(1.2);
}

.menu-item-2296 {
  display: none;
}

button#mobile-menu-button {
  display: none;
}

.ue_row {
    text-align: center;
    padding: 15px 0;
}

footer.pmb-footer.section.section--tight {
    padding: 80px 20px 0;
}

footer.pmb-footer .page-wrapper {
    border-radius: 12px 12px 0 0;
    background: #000;
    color: #fff;
    padding: 64px 20px;
}

h6.pmb-footer__heading {
    color: var(--dark-grey, #A6A6A6);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
}

.pmb-footer__showroom {
    margin-bottom: 32px;
}

.pmb-footer__showroom-city {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.pmb-footer__showroom-city a {
    color: #fff;
    transition: 0.5s all ease;
}

.pmb-footer__showroom-city a:hover {
    color: #ffffffa9;
}

.pmb-footer__text {
    color: var(--dark-grey, #A6A6A6);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.06px;
    margin-bottom: 32px;
}

.pmb-footer__text.mt-sm div {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.06px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pmb-footer__cols h6.pmb-footer__heading {
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-bottom: 10px;
}

.pmb-footer__cols {
    display: flex;
    width: 75%;
}

.pmb-footer__middle > .pmb-footer__col {
    width: 25%;
}

.pmb-footer__cols {
    display: flex;
    width: 75%;
    justify-content: space-around;
}

.pmb-footer__cols .pmb-footer__col {
    min-width: 150px;
}

.pmb-footer__text a {
    overflow: hidden;
    color: var(--White, #FFF);
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.06px;
    text-decoration: none;
}

.pmb-footer__links.mt-lg a {
    color: var(--White, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.06px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-bottom: 5px;
    display: inline-block;
}

.pmb-footer__links.mt-lg a:hover {
    color: #ffffffa9;
}

small.pmb-footer__copy {
    color: var(--dark-grey, #A6A6A6);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}

/* ===== Hero slider – full width 100vw ===== */
.pmb-hero-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pmb-hero-slider {
  display: flex;
  transition: transform 400ms ease-out;
}

.pmb-hero-slide {
  flex: 0 0 100vw;
}

.pmb-hero-slide__inner {
  padding-block: 80px; 
}

/* Kropki */
.pmb-hero-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.pmb-hero-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.pmb-hero-slider__dot.is-active {
  background-color: #F8FF2A;
}

article.pmb-hero-slide {
    border-radius: 12px 12px 0 0;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: #F8F8F8;
    width: 100%;
    max-width: 100%;
}

.pmb-hero-slider {
    padding: 10px;
}

p.hero-header1 {
    color: var(--Grayscale-Grayscale-100, #171725);
    text-align: center;
    font-family: Rajdhani;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-top: 21px;
    margin-bottom: 20px;
}

.pmb-hero-slide__inner {
    padding-top: 125px;
}

a.wp-block-button__link {
    display: flex;
    align-items: center;
    width: 280px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    transition: 0.5s all ease;
    border-radius: 24px;
    background: var(--Black-2, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    color: #fff;
}

a.wp-block-button__link:hover {
  background: var(--Text, rgba(0, 0, 0, 0.64));
}

a.wp-block-button__link:after {
  content: '';
  background: url(img/east.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
}

.pmb-hero-slide a.wp-block-button__link {
    min-width: 280px;
}

article#pmb-slide-2298 {
    background: url(img/hero-bg.png);
    background-attachment: fixed;
    background-size: 102%;
    background-position: -4px -4px;
    background-repeat: no-repeat;
}

.wp-block-button.is-style-pmb-gray-button .wp-block-button__link {
  min-width: 280px;
  border-radius: 24px;
  background: var(--Stroke-grey, #E8E8E8);
  padding: 12px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.07px;
  color: var(--Black, #000);
  text-decoration: none;
  transition: all 0.25s ease;
  border: none;
}

.wp-block-button.is-style-pmb-gray-button .wp-block-button__link::after {
  display: none;
}

.wp-block-button.is-style-pmb-gray-button .wp-block-button__link:hover {
  background: #d5d5d5; 
  color: #000;
}

.pmb-certificates {
  width: 100%;
}

.pmb-certificates--carousel .splide {
  width: 100%;
}

.pmb-certificates__item--carousel {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.pmb-cert__icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pmb-certificates__icon {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pmb-certificates__short {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06px;
    color: var(--Black-2, #000);
    max-width: 100%;
    width: 130px;
    margin: auto;
}

.pmb-certificates--carousel .splide__arrow {
  background: #E8E8E8;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  opacity: 1;
}

.pmb-certificates--carousel .splide__arrow svg {
  fill: #000;
}

.pmb-certificates--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pmb-cert-list-item {
  text-decoration: none;
  color: inherit;
}

.pmb-cert-list-item__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 24px;
  border: 1px solid var(--Stroke-grey, #E8E8E8);
  background: var(--Light-grey, #F8F8F8);
}

.pmb-cert-list-item__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pmb-cert-list-item__icon {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.pmb-cert-list-item__label {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

.pmb-cert-list-item__download {
  flex-shrink: 0;
}

.pmb-cert-list-item__download-icon {
  font-size: 18px;
}

a.pmb-certificates__item {
  text-decoration: none;
}

.pmb-certificates--carousel .splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E8E8E8; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  opacity: 1;
  transition: background-color 0.2s ease;
}

.pmb-certificates--carousel .splide__arrow:hover {
  background-color: #ccc;
}

.pmb-certificates.pmb-certificates--carousel {
    max-width: 100%;
    width: 600px;
    margin: auto;
}

/* Strzałki w lewo/prawo */
.pmb-certificates--carousel .splide__arrow--prev {
  left: -5rem;
  background-image: url("img/car_left.svg");
}

.pmb-certificates--carousel .splide__arrow--next {
  background-image: url("img/car_right.svg");
  right: -5rem;
}

.pmb-certificates--carousel .splide__arrow svg {
  display: none;
}

.pmb-accessories-splide .splide__arrow--prev {
  left: -5rem;
  background-image: url("img/car_left.svg");
}

.pmb-accessories-splide .splide__arrow--next {
  background-image: url("img/car_right.svg");
  right: -5rem;
}

.pmb-accessories-splide .splide__arrow svg {
  display: none;
}

.pmb-accessories-splide .splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E8E8E8; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  opacity: 1;
  transition: background-color 0.2s ease;
}

.pmb-accessories-splide .splide__arrow:hover {
  background-color: #ccc;
}

@media (max-width: 767px) {
  nav.site-nav {
      border-radius: 0;
      top: 0;
      padding: 16px;
  }

  .site-nav::after {
      background: #fff;
      border-radius: 0;
  }

  .mobile-menu__inner {
      padding: 40px 20px;
      max-width: 100%;
      width: 100%;
  }

  .mobile-menu {
      margin-left: -16px;
      margin-right: -16px;
      padding: 0 10px;
  }

  button#mobile-menu-button {
    display: inline-block;
  }

  li.menu-item-2296 {
    display: block;
  }

  li.menu-item-2296 > a {
      background: url(img/home.svg);
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 40px;
  }

  li.menu-item-2288 > a {
      background: url(img/local_mall.svg);
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 40px;
  }

  li.menu-item-2292 > a {
      background: url(img/Group.svg);
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 40px;
  }

  li.menu-item-570 > a {
      background: url(img/location_city.svg);
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 40px;
  }

  li.menu-item-571 > a {
      background: url(img/local_post_office.svg);
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 40px;
  }

  .mobile-menu .menu-item-has-children.submenu-open > .sub-menu {
      list-style: none;
      border-left: none;
      margin-top: 10px;
  }

  .mobile-menu .sub-menu > .menu-item > a {
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
      letter-spacing: 0.07px;
      color: #000;
      text-decoration: none;
      display: flex;
      height: 48px;
      align-items: center;
      gap: 16px;
      align-self: stretch;
  }

  .mobile-menu .sub-menu > .menu-item > a:before {
    content: '';
    background: url(img/arrow_right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
  }


}

/* Sekcja "Nasze produkty" */
.pmb-products-section {
  padding: 48px 0 64px;
}

.pmb-products-section .container-870 {
  max-width: 870px;
  margin: 0 auto;
}

.pmb-products {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 12px;
}

.pmb-products-block {
  width: 100%;
  height: 100%;
}

.pmb-products-block-1 {
  grid-row: span 2 / span 2;
}

.pmb-products-block-2 {
  grid-row: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 3;
}

.pmb-products-block-3 {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
  grid-column-start: 2;
  grid-row-start: 1;
}

.pmb-products-block-4 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 1;
}

.pmb-products-block-5 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 3;
}

.pmb-products-block-6 {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
  grid-column-start: 6;
  grid-row-start: 1;
}

.pmb-products-block--yellow {
  align-self: stretch;
  color: #A6A610;
  font-size: 23px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.14px;
  font-family: "Rajdhani", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  border-radius: 12px;
  border-right: 1px solid #FEE600;
  border-bottom: 1px solid #FEE600;
  border-left: 1px solid #FEE600;
  background: var(--Yellow, #FF0);
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.pmb-products-block--card {
  display: flex;
}

.pmb-product-card {
  border-radius: 12px;
  background: #F5F5F5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pmb-product-card__media {
  position: relative;
  aspect-ratio: 354 / 500;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.pmb-product-card__media .pmb-product-slider,
.pmb-product-card__media .pmb-product-slider .splide__track,
.pmb-product-card__media .pmb-product-slider .splide__list,
.pmb-product-card__media .pmb-product-slider .splide__slide {
  height: 100%;
}

.pmb-product-card__media .pmb-product-slider .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pmb-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: #FFFFFF;
}

.pmb-product-card__title {
  font-size: 14px;
  font-weight: 600;
}

.pmb-product-card__arrow {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #E8E8E8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pmb-product-slider .splide__pagination {
  bottom: 15px;
}

.pmb-product-slider .splide__pagination__page {
  background: rgba(255, 255, 255, 0.7);
}

.pmb-product-slider .splide__pagination__page.is-active {
  background: #fff;
      opacity: 1;
}

@media (max-width: 1024px) {
  .pmb-products {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .pmb-products-block-1,
  .pmb-products-block-2,
  .pmb-products-block-3,
  .pmb-products-block-4,
  .pmb-products-block-5,
  .pmb-products-block-6 {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .pmb-products-block--yellow {
    height: auto;
  }
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#our-products {
    border-radius: 12px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    display: flex;
    padding: 32px 12px 12px 12px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    margin-top: 80px;
    margin-bottom: 80px;
    width: 96vw;
    max-width: 96vw;
    margin-left: calc(-48vw + 50%);
    margin-right: calc(-48vw + 50%);
}

p.yellow-box {
    color: #A6A610;
    font-size: 28px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.14px;
    font-family: "Rajdhani", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    border-radius: 12px;
    border-right: 1px solid #FEE600;
    border-bottom: 1px solid #FEE600;
    border-left: 1px solid #FEE600;
    background: var(--Yellow, #FF0);
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 280px;
    margin: 0;
}

#our-products > .wp-block-group__inner-container {
    width: 100%;
}

#products-lp-gap {
    gap: 12px;
}

#lp-gap-products-href, .lp-gap-products-href {
    display: block;
    width: 100%;
}

#lp-gap-products-href a, .lp-gap-products-href a {
    color: var(--Grayscale-Grayscale-100, #171725);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.09px;
    text-decoration: none;
    padding: 16px;
    align-self: stretch;
    border-radius: 12px;
    border-right: 1px solid var(--Stroke-grey, #E8E8E8);
    border-bottom: 1px solid var(--Stroke-grey, #E8E8E8);
    border-left: 1px solid var(--Stroke-grey, #E8E8E8);
    background: #FFF;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -15px;
    position: relative;
    min-height: 85px;
    display: block;
    padding-right: 50px;
}

#lp-gap-products-href a:after, .lp-gap-products-href a:after {
    content: '';
    display: flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: url(img/icon_button.svg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#splide02 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

#splide02 img {
    height: 63.5vh;
    object-fit: cover;
}

#splide03 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

#splide03 img {
    height: 213px;
    object-fit: cover;
}

#splide03 video {
  height: 213px;
}

#splide04 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

#splide04 img {
    height: 63.5vh;
    object-fit: cover;
}

#about-us-lp {
    padding: 20px !important;
    border-radius: 12px;
}

#about-us-lp p {
    padding: 0 !important;
    margin: 0 !important;
}

#about-us-lp h3 {
    margin-top: 0;
    text-transform: uppercase;
}

#about-us-lp a {
  min-width: 280px;
  margin-bottom: 15px;
}

#pmb-reviews {
    display: flex;
    padding: 40px 32px 48px 32px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    margin-top: 80px;
}

#pmb-reviews h2 {
    margin-top: 0;
}

#pmb-reviews .ti-widget .ti-review-item>.ti-inner {
    border-radius: 12px !important;
    background: #FFF !important;
}

span.ti-with-tooltip {
    display: none;
}

#pmb-reviews .ti-widget .ti-widget-container .ti-name {
    color: var(--dark-grey, #A6A6A6) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: 0.08px !important;
}

.pmb-trusted-slider {
  margin: 40px 0;
}

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

.pmb-trusted-logo {
  max-height: 56px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.85;
}

#pmb-reviews > div {
    width: 100%;
}

img.pmb-trusted-logo {
    filter: invert(1);
}

#trust-us {
    border-radius: 12px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    display: flex;
    padding: 32px 12px 22px 12px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    margin-top: 80px;
    margin-bottom: 80px;
    width: 96vw;
    max-width: 96vw;
    margin-left: calc(-48vw + 50%);
    margin-right: calc(-48vw + 50%);
}

a.pmb-trusted-slide {
    border-radius: 12px;
    background: #FFF;
    height: 120px;
}

.pmb-trusted-slider.splide {
    max-width: 100%;
    width: 870px;
}

.pmb-trusted-slider .splide__arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #E8E8E8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    opacity: 1;
    transition: background-color 0.2s ease;
}

.pmb-trusted-slider .splide__arrow--prev {
  left: -5rem;
  background-image: url("img/car_left.svg");
}

.pmb-trusted-slider .splide__arrow--next {
  background-image: url("img/car_right.svg");
  right: -5rem;
}

.pmb-trusted-slider .splide__arrow svg {
  display: none;
}

#page {
    overflow: hidden;
}

.pmb-footer__showroom-address {
    color: var(--dark-grey, #A6A6A6);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.06px;
}

@media (max-width: 767px) {
  .pmb-hero-slider {
      padding: 0;
  }

  article#pmb-slide-2298 {
    position: relative;
    background: none;
  }

  article#pmb-slide-2298:before {
      content: '';
      background: url(img/bg-hero-mobile.png);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      background-size: 450px;
      background-repeat: no-repeat;
      background-position: center;
  }

  .pmb-hero-slide__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column-reverse;
  }

  p.hero-header1 {
      font-size: 32px;
      max-width: 300px;
      margin: auto;
      margin-bottom: 20px;
  }

  article#pmb-slide-2298 img {
      margin-left: -10px;
      margin-right: -10px;
      max-width: calc(100% + 20px);
  }

  .pmb-hero-slide__inner.container-870 {
      position: relative;
  }

  .pmb-hero-slide a.wp-block-button__link {
      min-width: 185px;
      position: absolute;
      max-width: 200px;
      bottom: 60px;
      left: 0;
      right: 0;
      margin: auto;
  }

  article#pmb-slide-2298 p.hero-header1:before {
      content: 'Boxy garażowe';
      color: var(--Text, rgba(0, 0, 0, 0.64));
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.08px;
      display: block;
      text-transform: math-auto;
      margin-bottom: 15px;
  }

  h1, h2, h3, h4, h5, h6 {
      line-height: normal;
  }

  .pmb-certificates--carousel .splide__arrow--prev {
      left: -1rem;
  }

  .pmb-certificates--carousel .splide__arrow--next {
      right: -1rem;
  }

  a.pmb-certificates__item {
      padding: 32px 8px 30px 8px;
      border-radius: 12px;
      border: 1px solid var(--Stroke-grey, #E8E8E8);
  }

  .pmb-certificates.pmb-certificates--carousel {
      padding: 0 30px;
  }

  .wp-block-button.is-style-pmb-gray-button .wp-block-button__link {
      min-width: 200px;
  }

  p.yellow-box {
      display: none;
  }

  #splide02 img, #splide04 img {
      height: auto;
      object-fit: cover;
  }

  .pmb-trusted-slider .splide__arrow--prev {
      left: -1rem;
  }

  .pmb-trusted-slider .splide__arrow--next {
      right: -1rem;
  }

  .pmb-trusted-slider.splide {
      max-width: 100%;
      width: 300px;
  }

  .pmb-footer__logo {
      width: 100%;
      text-align: center;
  }

  .pmb-footer__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  .pmb-footer__cols {
      display: block;
      width: 55%;
  }

  .pmb-footer__middle > .pmb-footer__col {
      width: 50%;
  }

  footer.pmb-footer.section.section--tight {
      padding: 80px 0 0;
  }

  footer.pmb-footer .page-wrapper {
      border-radius: 24px 24px 0 0;
  }
}

.pmb-page-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 20px 40px 20px;
    color: #fff;
    max-width: calc(100% - 24px);
    width: calc(100% - 24px);
    margin: auto;
    margin-top: 12px;
    border-radius: 24px;
    text-align: center;
    min-height: 650px;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}

.pmb-page-header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  background: #000;
}

.pmb-page-header-inside {
    position: relative;
}

.pmb-page-header .pmb-title {
    margin: 0;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Rajdhani;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.pmb-page-header .pmb-subtitle {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 10px;
}

#breadcrumbsPmb {
    font-size: 13px;
    opacity: 0.6;
    margin-bottom: 30px;
}

#breadcrumbsPmb a {
    color: #fff;
}

:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 12px;
}

.pmb-page-content {
    padding: 80px 24px 0;
}

.pmb-page-header {
    overflow: hidden;
}

header.pmb-page-header.pmb-header-compact {
    min-height: 360px;
}

@media (max-width: 767px) {
  header.pmb-page-header {
      max-width: 100%;
      width: 100%;
      min-height: 500px;
  }

  .pmb-page-header .pmb-title {
      font-size: 32px;
  }

  #of-img img {
      height: 350px;
      object-fit: cover;
  }

}

/* Sekcja realizacji */
.pmb-real-section {
  margin: 40px 0;
}

.pmb-real-section__title {
  color: var(--Grayscale-Grayscale-100, #171725);
  text-align: center;
  font-family: Rajdhani;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 175% */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

/* GRID: desktop 4 kolumny, mobile 3 */
.pmb-real-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

/* miniatury kwadratowe */
.pmb-real-item {
  cursor: pointer;
}

.pmb-real-item__image {
  position: relative;
  width: 100%;
  padding-top: 100%; /* kwadrat */
  border-radius: 4px;
  overflow: hidden;
  background: #eee;
  transition: 0.5s all ease;
}

.pmb-real-item__image:hover {
  opacity: 0.7;
}

.pmb-real-item__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pmb-real-item__desc {
  margin-top: 6px;
}

.pmb-real-item__title {
  font-size: 14px;
  font-weight: 600;
}

.pmb-real-item__city {
  font-size: 12px;
  color: #666;
}

/* ukryte kafelki - JS dodatkowo da display:none */
.pmb-real-item--hidden {
  display: none;
}

/* RWD: mobile 3 kolumny */
@media (max-width: 1024px) {
  .pmb-real-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Modal */
.pmb-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.pmb-modal--open {
  display: flex;
}

.pmb-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.pmb-modal-content {
  position: relative;
  max-width: 1024px;
  width: 90%;
  max-height: 90vh;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  z-index: 1;
  overflow-y: auto;
}

.pmb-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.pmb-modal-gallery {
  margin-bottom: 20px;
}
.pmb-modal-gallery .splide__slide img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.pmb-modal-gallery .splide__pagination {
  bottom: -1.5em;
}

.pmb-modal-details {
  font-size: 14px;
  line-height: 1.6;
}

.pmb-modal-details div + div {
  margin-top: 4px;
}

.pmb-modal-details strong {
  font-weight: 600;
}

/* Przycisk Rozwiń/Zwiń */
.pmb-real-toggle {
  margin-top: 16px;
  border-radius: 24px;
  background: #E8E8E8;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-top: 20px;
  min-width: 280px;
  transition: 0.5s all ease;
}

.pmb-real-toggle:hover {
  background: #000;
  color: #fff;
}

.pmb-modal-gallery {
  max-height: 500px;
}

.pmb-modal-gallery .splide__track,
.pmb-modal-gallery .splide__list,
.pmb-modal-gallery .splide__slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pmb-modal-gallery .splide__slide img {
  max-height: 500px;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 16px;
  display: block;
}

.pmb-modal-body .splide__pagination__page.is-active {
    background: #000;
}

.pmb-modal-details strong {
    display: inline-block;
}

.pmb-modal-details strong p {
    margin: 0;
}

.pmb-modal-details strong p a {
    color: #000;
}

.pmb-modal-gallery .splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E8E8E8; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  opacity: 1;
  transition: background-color 0.2s ease;
}

.pmb-modal-gallery .splide__arrow:hover {
  background-color: #ccc;
}

/* Strzałki w lewo/prawo */
.pmb-modal-gallery .splide__arrow--prev {
  background-image: url("img/car_left.svg");
}

.pmb-modal-gallery .splide__arrow--next {
  background-image: url("img/car_right.svg");
}

.pmb-modal-gallery .splide__arrow svg {
  display: none;
}

.pmb-modal-details {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.pmb-page-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: -2rem;
}

p.pmb-page-socials__label {
    margin: 0;
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}

.pmb-page-socials__icons a {
    margin: 0 15px;
}

.pmb-page-socials__icons {
    display: flex;
    align-items: center;
}

.pmb-page-content {
    padding: 40px 24px 0;
}

.pmb-real-section__title {
    font-size: 24px;
    line-height: normal;
}

.pmb-real-toggle {
    display: block;
    width: 100%;
    padding: 15px;
}

section#pmb-real-section-3 {
    margin: 0;
}

button.pmb-modal-close {
    z-index: 10;
    background: #fff;
    width: 63px;
    height: 63px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.articlesList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.articleItem {
    border-radius: 12px;
    border-right: 1px solid var(--Stroke-grey, #E8E8E8);
    border-bottom: 1px solid var(--Stroke-grey, #E8E8E8);
    border-left: 1px solid var(--Stroke-grey, #E8E8E8);
    background: #FFF;
    width: calc(33.3% - 24px);
    overflow: hidden;
    transition: 0.5s all ease;
}

.articleItem:hover {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.articleDesc a {
    text-decoration: none;
    color: #000;
}

.articleItem:hover a {
  text-decoration: underline;
}

.articleName {
    color: var(--Grayscale-Grayscale-100, #171725);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.09px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

.articleName:after {
    content: '';
    background-image: url("img/car_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: inline-block;
    border-radius: 24px;
    background-color: var(--Stroke-grey, #E8E8E8);
    margin-left: 15px;
}

.articleDesc {
    display: inline-block;
    padding: 16px;
    padding-top: 10px;
}

.postInfo small {
    color: var(--dark-grey, #A6A6A6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}

hr.wp-block-separator {
    background: var(--dark-grey, #A6A6A6);
    border: none;
}

ul.wp-block-list, ol.wp-block-list {
    margin-left: 0;
}

figure.wp-block-image {
    border-radius: 24px;
    overflow: hidden;
}

.author__info img {
    width: 52px;
    height: 52px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.footer__author__info {
    display: flex;
    margin-top: 60px;
}

.author__excerpt {
    padding-left: 20px;
    color: var(--Text, rgba(0, 0, 0, 0.64));
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.06px;
}

.author__name {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    color: #000;
    margin-bottom: 5px;
}

.nav-previous:before {
    content: '';
    background-image: url("img/car_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: inline-block;
    border-radius: 24px;
    background-color: var(--Stroke-grey, #E8E8E8);
    margin-right: 15px;
}

.nav-next:after {
    content: '';
    background-image: url("img/car_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: inline-block;
    border-radius: 24px;
    background-color: var(--Stroke-grey, #E8E8E8);
    margin-left: 15px;
}

.nav-previous, .nav-next {
    display: flex;
    border-radius: 12px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    padding: 20px;
    font-size: 14px;
}

.nav-links {
    gap: 24px;
    margin-top: 60px;
}

.pmb-article-meta-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-top: 20px;
}

.pmb-ami-left {
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}

.pmb-ami-left p {
    margin: 0;
}

p.time-reading {
    padding-right: 16px;
}

.pmb-article-meta-info .pmb-page-socials {
    margin: 0;
}

header.pmb-page-header.pmb-header-compact.pmb-header-article {
    min-height: 500px;
    padding-bottom: 40px;
}

.h1-section-single a {
  display: none;
}

@media (max-width: 767px) {

  .articleItem {
      width: 100%;
  }

  .h1-section-single a {
    display: block;
  }

  header.pmb-page-header.pmb-header-compact.pmb-header-article {
      text-align: left;
  }

  .h1-section-single h1.pmb-title {
      font-size: 24px;
      text-align: left;
  }

  .h1-section-single a {
      width: 40px;
      height: 40px;
      min-width: 40px;
      border-radius: 24px;
      background-color: var(--Stroke-grey, #E8E8E8);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 30px;
  }

  .h1-section-single {
      display: flex;
  }

  .pmb-article-meta-info {
      display: block;
  }

  .pmb-ami-left {
      display: block;
      margin-bottom: 20px;
  }

  p.time-reading {
      margin-bottom: 10px;
  }

  .pmb-article-meta-info .pmb-page-socials {
      justify-content: start;
  }

  .author__info img {
      min-width: 52px;
  }

  .post-navigation .nav-links {
      display: block;
  }

  .nav-previous {
      margin-bottom: 14px;
  }

  .pmb-page-header:before {
    opacity: 0.5;
  }

}

.pmb-bank {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    position: relative;
}

.pmb-bank__label {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.pmb-bank__name {
  font-weight: 600;
}

.pmb-bank__number {
  letter-spacing: 0.04em;
}

.pmb-bank__copy {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #E8E8E8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background .2s ease, transform .1s ease;
}

.pmb-bank__copy:hover {
  background: #ddd;
}

.pmb-bank__copy:active {
  transform: scale(0.96);
}

.pmb-bank__copied {
  margin-left: 8px;
  font-size: 12px;
  opacity: 0;
  transition: opacity .2s ease;
    position: absolute;
  background: #00C566;
  color: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  top: 40px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}

.pmb-bank__copied.is-visible {
  opacity: 1;
}

#company-contact-info {
    border-radius: 24px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    padding: 32px;
    padding-top: 150px;
    font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
  height: fit-content;
}

#company-contact-info .is-layout-flex {
    margin: 0;
}

#company-contact-info .is-layout-flex p {
    margin: 0;
}

p.contact-phone {
  margin: 0;
  margin-bottom: 10px;
}

p.contact-phone a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    text-decoration: none;
    padding-left: 40px;
    background: url(img/contact-phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

p.contact-email {
  margin: 0;
}

p.contact-email a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    text-decoration: none;
    padding-left: 40px;
    background: url(img/contact-email.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

p.contact-header-info-min {
    margin: 0;
    margin-bottom: 5px;
    margin-top: 20px;
}

.pmb-contact-wrapper {
  max-width: 870px;
  margin: 0 auto;
}

.pmb-contact__errors,
.pmb-contact__success {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.pmb-contact__errors {
  background: #ffe5e5;
  color: #b00020;
}
.pmb-contact__errors ul {
  margin: 0;
  padding-left: 18px;
}

.pmb-contact__success {
  background: #e5ffe9;
  color: #1b5e20;
}

.pmb-contact__field {
  margin-bottom: 16px;
}

.pmb-contact__field label {
    display: block;
    padding: 0 8px;
    border-radius: 4px 4px 0 0;
    background: var(--Stroke-grey, #E8E8E8);
    color: var(--Text, rgba(0, 0, 0, 0.64));
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06px;
    width: fit-content;
}

.pmb-contact__field input, .pmb-contact__field textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    border-radius: 0 8px 8px 8px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--White, #FFF);
}

.pmb-contact__field input:focus,
.pmb-contact__field textarea:focus {
  border-color: #000;
}

.pmb-contact__consents {
  margin-top: 12px;
}

.pmb-contact__checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  cursor: pointer;
}

.pmb-contact__checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pmb-contact__checkbox-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background .15s ease, border-color .15s ease;
}

.pmb-contact__checkbox-box::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #000;
  opacity: 0;
  transition: opacity .15s ease;
}

.pmb-contact__checkbox input[type="checkbox"]:checked + .pmb-contact__checkbox-box {
  border-color: #000;
}

.pmb-contact__checkbox input[type="checkbox"]:checked + .pmb-contact__checkbox-box::after {
  opacity: 1;
}

.pmb-contact__checkbox-text {
  display: inline-block;
}

.pmb-contact__actions {
  text-align: center;
  margin-top: 24px;
}

.pmb-contact__submit {
    border-radius: 999px;
    background: #000;
    color: #fff;
    padding: 14px 40px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .2s ease, transform .1s ease;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
}

.pmb-contact__submit:hover {
  background: #171717;
}

.pmb-contact__submit:active {
  transform: scale(0.97);
}

#contact-form {
    border-radius: 24px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    display: flex;
    width: 870px;
    padding: 40px 32px 48px 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 40px;
}

#contact-form h2 {
  margin-top: 0;
}

#contact-form > .wp-block-group__inner-container {
    width: 100%;
}

span.pmb-contact__submit-arrow {
    color: #FF0;
}

@media (max-width: 767px) {
  #company-contact-info {
      background: none !important;
      border: none;
      padding: 0;
  }

  .pmb-bank__label {
      display: block;
      white-space: unset;
  }

  span.pmb-bank__number {
      display: block;
  }

  .pmb-bank__copied {
      top: 50px;
  }

  #contact-form {
      width: 100%;
      padding: 32px 16px;
  }

  #contact-form h2 {
      margin-top: 0;
      font-size: 24px;
  }

  .pmb-contact__submit {
      width: 100%;
      text-align: center;
      justify-content: center;
  }
}

.pmb-product-slider .pmb-product-slide img,
.pmb-product-slider .pmb-product-slide video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.pmb-product-slider .pmb-product-slide--video .pmb-product-video {
    object-fit: cover; height: 100%;
}

div#faq-pmb {
    border-radius: 24px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    width: 870px;
    max-width: 100%;
    padding: 40px 32px 48px 32px;
}

#faq-pmb h2 {
  margin-top: 0;
}

#products-row .pmb-product-slide img {
    height: 312px;
    object-fit: cover;
}

#products-row .pmb-product-slide {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}


#products-row .pmb-product-slide video  {
  height: 100%;
}

div#products-row {
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
}

#rank-math-faq .rank-math-question::after {
    background: url(img/expand_more_black.svg);
    font-size: 0;
    width: 24px;
    height: 24px;
    right: 20px;
    transform: rotate(0);
    top: 0;
    bottom: 0;
    margin: auto;
}

#rank-math-faq .rank-math-question.rm-faq-question-active:after {
  transform: rotate(180deg);
}

#rank-math-faq .rank-math-list-item {
    border-radius: 8px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: #FFF;
    padding: 12px 16px;
    margin-bottom: 12px;
}

#rank-math-faq .rank-math-question {
    padding: 0;
    background: no-repeat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    color: var(--Text, rgba(0, 0, 0, 0.64));

}

#rank-math-faq .rank-math-answer {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    border: none;
    background: no-repeat;
    padding-left: 0;
    padding-right: 0;
}

#rank-math-faq .rank-math-question.rm-faq-question-active {
    border: none;
}

.pmb-doradca {
    display: flex;
    width: 870px;
    padding: 16px 32px;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.07px;
    margin-top: 2rem;
}

.pmb-doradca a {
  color: #000;
}

@media (min-width: 768px) {
  .view-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .pmb-doradca {
      width: 100%;
      text-align: left;
  }

  .pmb-doradca span {
      font-size: 12px;
  }

  .view-desktop {
    display: none;
  }

  a.btn-grey {
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
      letter-spacing: 0.07px;
      color: #000;
      text-decoration: none;
      border-radius: 24px;
      background: var(--Stroke-grey, #E8E8E8);
      display: flex;
      width: 312px;
      height: 48px;
      padding: 12px 24px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      margin: auto;
      margin-top: 1rem;
  }

  div#products-row {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
  }

  #rank-math-faq .rank-math-question::after {
      right: 0;
  }

  #rank-math-faq .rank-math-question {
      padding-right: 1.2rem;
  }

}

header#header-without-bg {
    min-height: unset;
    color: #000;
    padding-bottom: 0;
}

header#header-without-bg:before {
  display: none;
}

header#header-without-bg #breadcrumbsPmb a {
  color: #000;
}

header#header-without-bg.pmb-page-header .pmb-title {
  color: #000;
}

.pmbmv-wrap {
  margin: 16px 0;
}
.pmbmv-tile {
    display: flex;
    grid-template-columns: auto 1fr 220px;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    background: #f4f4f4;
    border-radius: 28px;
    padding: 14px 18px;
    border: 1px solid #e6e6e6;
    transition: box-shadow .2s ease, background .2s ease;
    align-items: center;
    justify-content: center;
}
.pmbmv-tile:hover {
  background: #f8f8f8;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
}

span.pmbmv-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}

.pmbmv-thumb {
  position: relative;
  display: block;
  height: 76px;
  border-radius: 12px;
  overflow: hidden;
  background: #ddd;
    margin-left: 25px;
}
.pmbmv-thumb img,
.pmbmv-thumb .pmbmv-thumb-ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pmbmv-play {
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.pmbmv-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000;
}
.pmbmv-modal.is-open { display: block; }
.pmbmv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(1px);
}
.pmbmv-dialog {
  position: relative;
  background: #fff;
  width: min(92vw, 920px);
  margin: 6vh auto 0;
  border-radius: 20px;
  padding: 20px 20px 24px;
  max-height: 88vh;
  overflow: auto;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.pmbmv-close{
  position:absolute; top:10px; right:12px;
  background: transparent; border:0; font-size:28px; line-height:1; cursor:pointer;
}
.pmbmv-title{
  font-size: 24px; font-weight: 700; margin: 8px 8px 14px;
}
.pmbmv-video{
  width: 100%;
  max-height: 70vh;
  border-radius: 12px;
  display: block;
}
@media (max-width: 800px){
  .pmbmv-tile { grid-template-columns: auto 1fr 140px; }
  .pmbmv-thumb { height: 64px; }
}

p.pmb-badge-1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    font-family: Rajdhani;
    margin-top: -15px;
}

p#lp-gap-products-href a strong, .lp-gap-products-href a strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    display: block;
}

/* Grid */
.pmb-product-cards{display:grid;grid-template-columns:repeat(var(--pmb-grid-cols,3),minmax(0,1fr));gap:var(--pmb-grid-gap,16px)}
@media(max-width:1024px){.pmb-product-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.pmb-product-cards{grid-template-columns:repeat(1,minmax(0,1fr))}}

.pmb-product-card p.lp-gap-products-href {
    margin: 0;
}

.pmb-price-badge {
    border-radius: 24px;
    background: var(--Yellow, #FF0);
    position: absolute;
    left: 159px;
    top: 16px;
    z-index: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.08px;
    display: flex;
    height: 24px;
    padding: 0 12px;
    justify-content: center;
    align-items: flex-start;
}

.pmb-product-card__vis img {
    height: 312px;
    object-fit: cover;
}

.pmb-product-card__vis .splide__pagination {
    bottom: 1.4rem;
}

.pmb-product-card__vis {
    position: relative;
}

span.pmbmv-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
  span.pmbmv-thumb {
      width: 100%;
  }

  a.pmbmv-tile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  span.pmbmv-thumb {
      width: 100%;
      margin: 0;
      height: auto;
  }

  header#header-without-bg .title-row {
      display: flex;
      align-items: center;
      gap: 20px;
      text-align: left;
      width: 100%;
      justify-content: start;
  }

  a.btn-back-page {
      width: 40px;
      height: 40px;
      display: inline-block;
      background: url(img/icon_button.svg);
      background-size: cover;
      min-width: 40px;
      transform: rotate(180deg);
  }
}

main#main {
    position: relative;
    display: inline-block;
    width: 100%;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.pmb-product-hero {
  margin: 50px 0 40px;
}

.pmb-product-hero__inner {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.pmb-product-hero__img,
.pmb-product-hero__video {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.pmb-product-desc {
  margin: 32px 0;
}

.pmb-product-desc__inner {
  background: #f7f7f7;
  border-radius: 24px;
  border: 1px solid var(--Stroke-grey, #E8E8E8);
  background: var(--Light-grey, #F8F8F8);
  padding: 24px 28px;
}

.pmb-product-desc__title {
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
}

.pmb-product-desc__content {
  position: relative;
  max-height: 110px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}

.pmb-product-desc__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background: linear-gradient(to bottom, rgba(247,247,247,0), #f7f7f7);
}

.pmb-product-desc__content--expanded {
  max-height: none;
}

.pmb-product-desc__content--expanded::after {
  display: none;
}

.pmb-product-desc__toggle {
  margin-top: 12px;
  padding: 0;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pmb-product-desc__toggle-icon {
  font-size: 11px;
}

section.pmb-product-desc {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

section.pmb-box-config {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    border-radius: 24px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    padding: 40px 32px 48px 32px;
    margin-top: 48px;
}

h2.pmb-box-config__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

.pmb-box-config__row.pmb-box-config__row--info {
    border-radius: 8px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--White, #FFF);
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}

span.pmb-box-config__icon {
    display: grid;
}

.pmb-box-config__row.pmb-box-config__row--depth-single {
    display: none;
}

label.pmb-box-config__label {
    border-radius: 4px 4px 0 0;
    background: var(--Stroke-grey, #E8E8E8);
    display: flex;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 32px;
    color: var(--Text, rgba(0, 0, 0, 0.64));
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06px;
}

select.pmb-box-config__select {
    border-radius: 0 8px 8px 8px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--White, #FFF);
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    outline: none;
}

.reg-info {
    color: var(--Text, rgba(0, 0, 0, 0.64));
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
    margin-top: 8px;
}

.pmb-box-config__row.pmb-box-config__row--price {
    display: none;
}

button#pmb_box_config_submit, a.pmb-cart-page__btn.button, button.pmb-cart-page__btn {
    margin: auto;
    display: block;
    margin-top: 32px;
    border-radius: 24px;
    background: var(--Black-2, #000);
    display: flex;
    width: 280px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    cursor: pointer;
    transition: 0.5s all ease;
}

button#pmb_box_config_submit:after, a.pmb-cart-page__btn.button:after, button.pmb-cart-page__btn:after {
    content: '';
    background: url(img/east.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
}

button#pmb_box_config_submit:hover, a.pmb-cart-page__btn.button:hover, button.pmb-cart-page__btn:hover {
    background: var(--Text, rgba(0, 0, 0, 0.64));
    color: #fff;
}

.pmb-notify {
    position: fixed;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 18px 28px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    z-index: 99999;
    opacity: 0;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    pointer-events: none;
}

.pmb-notify--show {
    top: 40px;
    opacity: 1;
}

.pmb-notify--error {
    background: #d62828;
}

.pmb-notify--success {
    background: #2ecc71;
}

.pmb-notify--warning {
    background: #f4a261;
}

.pmb-box-config__row {
    position: relative;
}

@media(max-width: 767px) {
  section.pmb-product-hero {
      padding: 0 20px;
  }

  section.pmb-product-desc {
      padding: 0 20px;
  }

  section.pmb-box-config {
      width: calc(100% - 40px);
  }
}

body.woocommerce-cart header#header-without-bg {
    display: none;
}

body.woocommerce-cart .pmb-page-content {
    padding-top: 130px;
}

h1.pmb-cart-summary__title {
    color: var(--Black, #000);
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.pmb-cart-summary__cols {
    border-radius: 24px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    display: flex;
    padding: 40px 32px 48px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    margin-bottom: 50px;
    margin-top: 40px;
}

.pmb-cart-summary__col.pmb-cart-summary__col--labels {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(18, 9, 30, 0.10);
    padding-bottom: 20px;
}

.pmb-cart-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    color: var(--Black-2, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.06px;
}

span.pmb-cart-summary__row-value {
    font-size: 16px;
    font-weight: 600;
}

.pmb-cart-summary__col.pmb-cart-summary__col--price {
    border-top: 1px solid rgba(18, 9, 30, 0.10);
    width: 100%;
    padding-top: 20px;
}

.pmb-cart-summary__price-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 16px;
}

strong.pmb-cart-summary__price-value {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.12px;
}

.pmb-cart-summary__includes-title {
    color: var(--Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 15px;
}

ul.pmb-cart-summary__includes-list li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-bottom: 5px;
}

ul.pmb-cart-summary__includes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pmb-cart-summary__installments {
    display: flex;
    justify-content: space-between;
}

span.pcsi2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
}

span.pcsi1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06px;
}

ul.pmb-cart-summary__includes-list {
    width: 100%;
}

ul.pmb-cart-summary__includes-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pmb-cart-summary__col.pmb-cart-summary__col--includes {
    display: block;
    width: 100%;
}

.pmb-cart-summary__accessories-title {
    color: var(--Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 15px;
}

ul.pmb-cart-summary__accessories-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.pmb-cart-summary__accessory-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}

.pmb-cart-summary__accessory-remove {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pmb-cart-summary__accessories-total {
    font-size: 14px;
    border-bottom: 1px solid rgba(18, 9, 30, 0.10);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pmb-accessories-cart__item {
    border-radius: 12px;
    border-right: 1px solid var(--Stroke-grey, #E8E8E8);
    border-bottom: 1px solid var(--Stroke-grey, #E8E8E8);
    border-left: 1px solid var(--Stroke-grey, #E8E8E8);
    background: #FFF;
    overflow: hidden;
}

h3.pmb-accessories-cart__name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-bottom: 0;
}

.pmb-accessories-cart__body {
    padding: 0 15px;
}

.pmb-accessories-cart__desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}

h3.pmb-accessories-cart__name {
    min-height: 50px;
}

.pmb-accessories-cart__desc {
    max-height: 90px;
    overflow: auto;
    margin-bottom: 10px;
    min-height: 90px;
}

.pmb-accessories-cart__actions {
    padding: 0 15px;
    padding-bottom: 15px;
}

.pmb-accessories-cart__price {
    font-size: 14px;
    margin-bottom: 15px;
}

.pmb-accessories-cart__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pmb-accessories-cart__qty input {
    border-radius: 8px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    display: flex;
    width: 74px;
    height: 40px;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
}

button.button.pmb-accessories__add {
    display: flex;
    height: 40px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 24px;
    background: var(--Stroke-grey, #E8E8E8);
    margin-left: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    color: var(--Black, #000);
    transition: 0.5s all ease;
}

button.button.pmb-accessories__add:hover {
  background: #000;
  color: #fff;
}

.pmb-accessories-cart__more {
    margin-top: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

a.pmb-accessories-cart__more-btn {
    display: flex;
    width: 280px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    border-radius: 24px;
    background: var(--Stroke-grey, #E8E8E8);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    text-decoration: none;
    transition: 0.5s all ease;
}

a.pmb-accessories-cart__more-btn:hover {
  background: #000;
  color: #fff;
}

h2.pmb-accessories-cart__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.12px;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

@media(max-width: 767px) {
  h1.pmb-cart-summary__title {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0.12px;
      text-transform: uppercase;
      text-align: left;
      margin-top: 0;
  }

  .pmb-cart-summary__cols {
      padding: 15px;
      gap: 15px;
  }

  button#pmb_box_config_submit, a.pmb-cart-page__btn.button {
      width: 100%;
      margin-top: 0;
  }

  .pmb-accessories-cart__item {
      max-width: 100%;
      width: 300px;
      margin: auto;
  }

  .pmb-accessories-splide .splide__arrow--prev {
      left: 0;
  }

  .pmb-accessories-splide .splide__arrow--next {
      right: 0;
  }

}

body.woocommerce-checkout header#header-without-bg {
    display: none;
}

body.woocommerce-checkout .pmb-page-content .woocommerce {
    margin-top: 100px;
}

.woocommerce-info {
    border-radius: 24px;
    border: none;
    font-size: 14px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 24px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    padding: 15px;
}

.woocommerce form .form-row {
    margin: 0;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border-radius: 8px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--White, #FFF);
}

h1.pmb-checkout-title {
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-align: center;
}

section.pmb-cart-summary.pmb-checkout-summary h2.pmb-cart-summary__title {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-top: 0;
    margin-bottom: 15px;
}

section.pmb-cart-summary.pmb-checkout-summary .pmb-cart-summary__col {
    display: block;
    width: 100%;
    background: url(img/check-green.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
}

.pmb-cart-summary__addons-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 10px;
}

li.pmb-cart-summary__accessory {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

section.pmb-cart-summary.pmb-checkout-summary  .pmb-cart-summary__col.pmb-cart-summary__col--price {
    padding-left: 0;
    background: none;
}

.checkout__forms_cols {
    border-radius: 24px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
    display: flex;
    padding: 40px 32px 48px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    margin-bottom: 50px;
    margin-top: 40px;
}

.pmb-checkout-section.pmb-checkout-section--purchase-type {
    width: 100%;
}

.pmb-checkout-section.pmb-checkout-section--purchase-type h2 {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-top: 0;
}

/* === WYBÓR FORMY ZAKUPU – STYLOWANE CHECKBOXY === */

.pmb-purchase-type {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 10px;
}

.pmb-purchase-type__option {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.pmb-purchase-type__option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pmb-purchase-type__option span {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.07px;
}

.pmb-purchase-type__option span::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid #000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    background: #fff;
}

.pmb-purchase-type__option input[type="radio"]:checked + span::before {
    background: #000;
    border-color: #000;
    content: "✓";
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.pmb-purchase-type__option:hover span::before {
    border-color: #000;
    transform: scale(1.05);
}

.pmb-checkout-section.pmb-checkout-section--billing h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.woocommerce form .form-row label {
    border-radius: 4px 4px 0 0;
    background: var(--Stroke-grey, #E8E8E8);
    display: flex;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 20px;
    color: var(--Text, rgba(0, 0, 0, 0.64));
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border-radius: 0 8px 8px 8px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--White, #FFF);
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    outline: none;
}

.pmb-checkout-section.pmb-checkout-section--payment h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-top: 0;
}

table.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}

.pmb-checkout-section--payment > h2 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 24px;
}

.pmb-checkout-section--payment .woocommerce-checkout-review-order {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .wc_payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method {
    padding: 18px 0;
    border-bottom: 1px solid #e4e4e4;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method:last-child {
    border-bottom: none;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method > input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method > label[for^="payment_method_"] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 4px;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method > label[for^="payment_method_"]::before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 2px solid #000;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method > input[type="radio"]:checked
    + label[for^="payment_method_"]::before {
    background: #000;
    border-color: #000;
    content: "✓";
    color: #fff;
    font-size: 16px;
}

.woocommerce-checkout .wc_payment_methods .payment_box {
    margin: 0 0 6px 38px;
    font-size: 14px;
    line-height: 1.5;
}

.pmb-consent-field {
    margin-top: 24px;
}

.pmb-consent-field .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.pmb-consent-field .woocommerce-form__label-for-checkbox span {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
}

.pmb-consent-field .woocommerce-form__label-for-checkbox span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 2px solid #000;
    box-sizing: border-box;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pmb-consent-field .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked
    + span::before {
    background: #000;
    border-color: #000;
    content: "✓";
    color: #fff;
    font-size: 16px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}

.pmb-checkout-section.pmb-checkout-section--payment h2 {
  margin-bottom: 0;
}

ul.wc_payment_methods.payment_methods.methods {
    margin: 0 !important;
    border: none;
    padding: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding-top: 0;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method > label[for^="payment_method_"] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method > label[for^="payment_method_"]:before {
    margin-right: 15px !important;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method {
    padding: 18px 0;
    border-bottom: none;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method > label[for^="payment_method_"] {
    display: flex !important;
    align-items: center;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce-checkout #payment div.payment_box {
    padding: 0 !important;
    background: none !important;
    color: var(--Text, rgba(0, 0, 0, 0.64));
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06px;
    padding-left: 55px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: none !important;
}

.payment_box.payment_method_alior img {
    display: none !important;
}

div#payment .checkout__forms_cols {
    margin-bottom: 10px;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline-block;
    width: 100%;
    margin: 0;
    background: no-repeat;
    font-size: 12px;
}

p.pmb-terms-note {
    font-size: 14px;
    color: var(--Text, rgba(0, 0, 0, 0.64));
    padding-left: 50px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    font-size: 16px;
    width: auto;
    background: #000;
    color: #fff;
    margin: auto;
    padding: 12px 25px;
    height: auto;
    margin-top: 40px;
    font-weight: 600;
}

.woocommerce form .form-row .optional {
    display: none;
}

.woocommerce-error {
    border: 2px solid #b81c23;
    border-radius: 24px;
    font-size: 16px;
}

section.pmb-cart-summary.pmb-checkout-summary ul.pmb-cart-summary__includes-list li svg {
    display: none;
}

.pmb-product-card__f p {
    margin: 0;
}

p.pmb-product-card__price a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    border-radius: 12px;
    border-right: 1px solid var(--Stroke-grey, #E8E8E8);
    border-bottom: 1px solid var(--Stroke-grey, #E8E8E8);
    border-left: 1px solid var(--Stroke-grey, #E8E8E8);
    background: #FFF;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    text-decoration: none;
    display: block;
    margin-top: -10px;
    z-index: 1;
    position: relative;
    padding: 0 15px;
    padding-bottom: 15px;
}

.woocommerce-notices-wrapper {
    display: none;
}

@media(max-width: 767px) {
  .woocommerce-info {
      padding-right: 15px;
  }

  h1.pmb-checkout-title {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0.12px;
      text-transform: uppercase;
      text-align: left;
      display: flex;
      align-items: center;
      gap: 20px;
  }

  .checkout__forms_cols {
      padding: 20px;
      gap: 20px;
  }

  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
      width: 100%;
  }

  .woocommerce-checkout .wc_payment_methods .wc_payment_method > label[for^="payment_method_"]::before {
      min-width: 26px;
  }

  .pmb-consent-field .woocommerce-form__label-for-checkbox span {
      font-size: 12px;
  }

  .woocommerce-checkout #payment div.form-row {
      padding-left: 0;
      padding-right: 0;
  }

}