/*!
Theme Name: parkingmagicbox
Theme URI: https://parkingmagicbox.pl/
Author: BartoshCode
Author URI: https://bartoshdesign.pl/
Description: Template for PMB Brand
Version: 1.6
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: 1080px;
  --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;
}


.mobilePhone{display:none;}

/**
 * 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;
}
p.pmb-footer__heading {
    color: var(--dark-grey, #A6A6A6);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-family: Rajdhani;
}
/**
 * 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 1080px */
.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 1080px */
@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: 1080px;
  left: 50%;
  transform: translateX(-50%);
  top: 24px; 
  padding: 5px 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: 70px;
  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: 350px;
  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;
}


ul.sub-menu ul.sub-menu {
    top: 0 !important;
    left: 255px !important;
}

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

.mobilePhone{display:block;}
.mobilePhone a {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #000;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    z-index: 2;
}

ul.sub-menu ul.sub-menu {
    top: 0 !important;
    left: 0px !important;
}

}

@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);
}
li#menu-item-571 a {
    background: #f1d400;
    color: #000;
    padding: 5px 20px;
    border-radius: 20px;
}



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;
  width: 100%;
  padding: 0;           
  margin: 0;
  transition: transform 400ms ease-out;
  will-change: transform;
}

.pmb-hero-slide {
  flex: 0 0 100%;     
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

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

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

.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 {
    background: #F8F8F8;
    width: 100%;
    max-width: 100%;
}

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

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;
    position: relative;
    z-index: 10;
}

.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%;
    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: 10px 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: 1080px;
  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;
}

p.gray-box {
    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 #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    background: #e8e8e8;
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 260px;
    margin: 0;
    text-align: center;
}

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

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

#splide07 img {
    height: 50.2vh;
    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: 1080px;
}

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

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

.pmb-hero-slide__inner:after {
    content: '';
    background: url(/wp-content/uploads/2026/01/bg-hero-mobile-right.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 0;
}

.pmb-hero-slide__inner .wp-block-image {
    position: relative;
}

.pmb-hero-slide__inner > * {
    z-index: 1;
}

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

  .pmb-hero-slide__inner: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:after {
      content: '';
      background: url(/wp-content/uploads/2026/01/bg-hero-mobile-right.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 {
    position: relative;
    background: none;
    padding-top: 40px;
    padding-bottom: 100px;
  }

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

  p.hero-header1 {
      font-size: 32px;
      max-width: 300px;
      margin: auto;
      margin-top: 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;
  }

  #splide02 img, #splide04 img, #splide07 img {
      height: 100%;
      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-hero-slide .wp-block-button {
      display: inline-block;
      width: 100%;
  }

  .pmb-hero-slide .wp-block-buttons {
    display: block;
    width: 100%;
  }

  .pmb-hero-slide .pmb-hero-overlay__inner a.wp-block-button__link {
      max-width: 85%;
      bottom: 0;
      position: relative;
  }
}

.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;
    max-width: 1200px;
    width: 100%;
}

.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;
    margin-top: 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;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#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: 1080px;
  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: 1080px;
    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: 1080px;
    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: 1080px;
    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 !important;
  }
}

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

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

  .view-desktop {
    display: none !important;
  }

  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: 5%;
    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: 22px;
  font-weight: 600;
  margin: 0 0 12px;
}

.pmb-product-desc__content {
  position: relative;
  max-height: 110px;
  overflow: hidden;
  font-size: 16px;
  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: 15px;
  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: 1080px;
    margin: 0 auto;
    width: 100%;
}

section.pmb-box-config {
    max-width: 1080px;
    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--single {
    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__label {
    background: url(/wp-content/themes/parkingmagicbox/img/info.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
}

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, button.button.pmb-fixedbox__buy, .pmb-wiata-inquiry__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;
    text-decoration: none;
}

button#pmb_box_config_submit:after, a.pmb-cart-page__btn.button:after, button.pmb-cart-page__btn:after, button.button.pmb-fixedbox__buy:after, .pmb-wiata-inquiry__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, button.button.pmb-fixedbox__buy:hover, .pmb-wiata-inquiry__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: 10px;
    margin-top: 40px;
}

.pmb-cart-summary__col.pmb-cart-summary__col--labels {
    display: block;
    width: 100%;
    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;
}

@media (max-width: 768px) {
    .pmb-cart-summary__installments {
        margin-bottom: 20px;
    }
}

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;
    border: none;
    cursor: pointer;
}

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

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

  section.pmb-box-models {
      padding: 0 20px;
  }

}

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

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

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

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

}

.pmb-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.pmb-lightbox.is-visible {
    display: flex;
}

.pmb-lightbox__content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.pmb-lightbox__img {
    max-width: 100%;
    max-height: 90vh;
    display: block;
    border-radius: 8px;
}

.pmb-lightbox__close {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #000;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

h3.pmb-box-models__subtitle {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 48px 0;
}

.pmb-box-models__card {
    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;
}

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

article.pmb-box-models__item {
    border-radius: 12px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--White, #FFF);
    display: flex;
    margin-bottom: 16px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

a.pmb-box-models__item-link {
    color: var(--Black-2, #000);
    text-decoration: none;
    width: 100%;
    display: block;
}

h4.pmb-box-models__item-name {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 15px;
}

h4.pmb-box-models__item-name {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pmb-box-models__item-left {
    width: 100%;
    display: block;
}

.pmb-box-models__param-row {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pmb-box-models__param-row span:last-child {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
}

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

.pmb-box-model--hidden {
    display: none;
}

.pmb-box-model--visible {
    display: flex; 
}

.pmb-snigle-model-outer {
    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;
}

.pmb-single-model__summary {
    border-radius: 12px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--White, #FFF);
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.06px;
}

.pmb-single-model__param-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pmb-single-model__params {
    width: 100%;
}

section.pmb-single-model__form h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.12px;
    text-align: center;
}

form.pmb-model-inquiry-form p.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: 24px;
    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;
}

form.pmb-model-inquiry-form p.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;
}

form.pmb-model-inquiry-form p.form-row input {
    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;
}

form.pmb-model-inquiry-form p.form-row textarea {
    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-single-model__phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    font-size: 12px;
}

.pmb-single-model-title-outer {
    text-align: center;
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    gap: 45px;
}

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

p.pmb-single-model__subtitle {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    max-width: 100%;
    width: 400px;
    text-align: left;
    margin: 0;
}

.pmb-single-model__image-wrap {
    max-width: 100%;
    width: 640px;
    margin: auto;
    border-radius: 24px;
    border: 1px solid var(--dark-grey, #A6A6A6);
    overflow: hidden;
    margin-top: 50px;
}

span.pmb-single-model__zoom-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.pmb-single-model__image-wrap {
    position: relative;
}

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

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

.pmb-purchase-type__option span::before {
  min-width: 22px;
}

button.pmb-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-btn:after {
  content: '';
  background: url(img/east.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
}

.pmb-single-model__phone a {
  color: #000;
}

@media(max-width: 767px) {
  h1.pmb-single-model__title {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0.12px;
      text-transform: uppercase;
      margin-bottom: 10px;
  }

  .pmb-single-model-title-outer {
      display: block;
      text-align: left;
  }

  p.pmb-single-model__subtitle {
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px;
      letter-spacing: 0.12px;
  }

  .pmb-single-model__image-wrap {
      max-width: 90%;
  }

  .pmb-snigle-model-outer {
      max-width: 90%;
      padding: 15px;
  }

  .fhmm-3d-swiper .swiper-slide.swiper-slide-active .fhmm-slide-overlay {
      opacity: 1;
  }

  .fhmm-3d-swiper .swiper-slide.swiper-slide-active .fhmm-slide-overlay span.fhmm-slide-cta {
      font-size: 0.75rem;
      text-align: center;
      padding: 5px 12px;
  }
}

.pmg-pg-information {
    margin: auto;
    margin-top: 4rem;
    display: block;
    width: 100%;
    max-width: 1080px;
    padding: 0 20px
}

.pmg-pg-information h2 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -.16px;
    line-height: 1.5rem;
    margin-bottom: 8px;
    margin-top: 24px;
}

.pmg-pg-information h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -.16px;
    line-height: 1.5rem;
    margin-bottom: 6px;
    margin-top: 10px;
}

.pmg-pg-information p {
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
}

.pmg-pg-information ul, .pmg-pg-information ol {
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
}

.pmb-hero-slide--full_image,
.pmb-hero-slide--full_video {
  position: relative;
  overflow: hidden;
}

.pmb-hero-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.pmb-hero-media__img,
.pmb-hero-media__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pmb-hero-overlay__inner {
  width: min(1080px, 100%);
  text-align: center;
}

.pmb-hero-slide--full_image .pmb-hero-overlay__inner,
.pmb-hero-slide--full_video .pmb-hero-overlay__inner {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.pmb-hero-overlay {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 16px;
    height: 100%;
}

.pmb-hero-overlay__mask {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,var(--pmb-mask-opacity, .35));
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}

.pmb-hero-overlay__inner {
  position: relative;
  z-index: 2;
  width: min(1080px, 100%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.pmb-align-left  .pmb-hero-overlay__inner { text-align: left; }
.pmb-align-right .pmb-hero-overlay__inner { text-align: right; }

.pmb-hero-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.pmb-hero-slider__dot:focus { outline: 2px solid rgba(248,255,42,.9); outline-offset: 4px; }
.pmb-hero-slider__dot.is-active { background-color: #F8FF2A; }

.pmb-hero-slider__dots {
    background: #000;
    padding: 10px;
    border-radius: 20px;
}

button#pmb_box_config_clear {
    border-radius: 24px;
    background: var(--Stroke-grey, #E8E8E8);
    padding: 10px 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.fhmm-3d-carousel {
    width: 100%;
    position: relative;
    padding: 10px 0 20px;
    overflow: visible !important;
    clip-path: inset(0 12% 0 12%);
    max-width: 1200px;
    margin: auto;
    max-height: 426px;
}

@supports not (clip-path: inset(0 14% 0 14%)) {
  .fhmm-3d-carousel {
    overflow: hidden !important;
  }
}

.fhmm-3d-swiper {
  width: 100%;
  overflow: visible !important;
  perspective: 1080px;
}

.fhmm-3d-swiper .swiper-wrapper {
  overflow: visible !important;
}

.fhmm-3d-swiper .swiper-slide {
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
  opacity: 1;
  cursor: grab;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
}

.fhmm-3d-swiper .swiper-slide:active {
  cursor: grabbing;
}

.fhmm-3d-swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
    border: 6px solid #f6d600;
}

.fhmm-slide-inner {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.fhmm-slide-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 2 / 2;
  object-fit: cover;
  pointer-events: none;
  max-height: 384px;
}

.fhmm-slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.fhmm-3d-swiper .swiper-slide.swiper-slide-active:hover .fhmm-slide-overlay {
  opacity: 1;
  transform: translateY(0);
}

.fhmm-slide-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  background: rgba(255,255,255,0.92);
  color: #111;
}

.fhmm-3d-swiper .swiper-slide:not(.swiper-slide-active) .fhmm-slide-inner {
  filter: grayscale(0.2);
}

.fhmm-3d-swiper .swiper-pagination {
  bottom: -6px;
}

.entry-content,
.wp-block-group,
.wp-site-blocks {
  overflow: visible !important;
}

@media (max-width: 640px) {
  .fhmm-3d-carousel {
    clip-path: inset(0 0% 0 0%);
  }
}

.fhmm-3d-carousel,
.fhmm-3d-swiper,
.fhmm-3d-swiper .swiper-wrapper,
.fhmm-3d-swiper .swiper-slide { 
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

p.with-bg-cert {
    position: relative;
    background: url(/wp-content/uploads/2025/12/Certyfikat_PPOZ_Parking_Magic_Box.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

p.with-bg-cert:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    top: 0;
}

p.with-bg-cert a {
    color: #fff;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmb-cart-page__cta-wrap {
  position: relative;
  padding: 14px 16px;
}

.pmb-cart-page__btn {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: block;
}

.pmb-cart-page {
  padding-bottom: 90px;
}

.pmb-accessories-list__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px){
  .pmb-accessories-list__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px){
  .pmb-accessories-list__grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

.pmb-accessories-list__item{
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.pmb-accessories-list__image img{
  width: 100%;
  height: auto;
  display:block;
}

.pmb-accessories-list__body{
  padding: 14px 14px 0;
}

.pmb-accessories-list__actions{
  padding: 14px;
  margin-top: auto;
  display:flex;
  gap: 10px;
  align-items:center;
}

.pmb-accessories-list__actions .pmb-accessories__qty{
  width: 80px;
}
.pmb-accessories-list__actions .pmb-accessories__add{
  flex: 1;
}

.pmb-accessories__add.is-added{
  cursor: default;
  opacity: .9;
}
.pmb-accessories__add .pmb-check{
  vertical-align: middle;
  margin-left: 8px;
}
.pmb-accessories__add.is-loading{
  opacity: .6;
  pointer-events: none;
}

.pmb-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:999999;display:none;
background:rgba(20,20,20,.92);color:#fff;padding:10px 14px;border-radius:12px;font-size:14px;max-width:90vw}
.pmb-toast.is-show{display:block}
.pmb-cart-page__btn.is-disabled{pointer-events:none;opacity:.5}
.pmb-accessories__add.is-loading,.pmb-accessories__remove.is-loading{opacity:.6;pointer-events:none}

.pmb-accessories-cta__meta{
  margin-top:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  font-size:14px;
  opacity:.9;
}
.pmb-accessories-cta__cartlink{
  text-decoration:underline;
}
.pmb-cart-page__btn.is-pulse{
  animation: pmbPulse .6s ease-out 1;
}
@keyframes pmbPulse{
  0%{ transform:scale(1); }
  45%{ transform:scale(1.03); }
  100%{ transform:scale(1); }
}

button.button.pmb-accessories__remove {
    display: flex;
    margin: auto;
    height: 40px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 24px;
    background: #c20909;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    color: #fff;
    transition: 0.5s all ease;
    border: none;
    cursor: pointer;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 90%;
}

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

.pmb-ytc {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pmb-ytc__frame{
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 9 / 17;
}
.pmb-ytc__player,
.pmb-ytc__player iframe{
  position:absolute; inset:0;
  width:100%; height:100%;
}
.pmb-ytc__dots .swiper-pagination-bullet { opacity:.4; }
.pmb-ytc__dots .swiper-pagination-bullet-active { opacity:1; }

.pmb-ytc__dots.swiper-pagination-clickable.swiper-pagination-bullets {
    text-align: center;
    padding-top: 10px;
}

span.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #dcc009;
}

iframe.pmb-ytc__iframe {
    height: 100%;
}

section.pmb-accessories-cart {
    max-width: 870px;
    margin: auto;
    width: 100%;
}

.pmb-accessories-splide {
  padding-right: 1px;
}

.pmb-fixedbox-main {
    max-width: 1080px;
    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;
}

.pmb-fixedbox__inner h3 {
    color: var(--Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 15px;
    font-family: inherit;
    margin-top: 0;
}

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

ul.pmb-fixedbox__includes {
    width: 100%;
        list-style: none;
    padding: 0;
    margin: 0;
}

ul.pmb-fixedbox__includes li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pmb-fixedbox__block {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(18, 9, 30, 0.10);
}

.pmb-fixedbox__block.pmb-fixedbox__price .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 16px;
}

.pmb-fixedbox__block.pmb-fixedbox__price strong.big {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.12px;
}

.pmb-fixedbox__block.pmb-fixedbox__price .row.small {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.06px;
}

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

input.pmb-fixedbox__zip-input {
    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;
    outline: none;
}

.pmb-fixedbox__zip-msg {
    font-size: 16px;
    margin-top: 15px;
}

.pmb-fixedbox__block.pmb-fixedbox__install .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pmb-fixedbox__block.pmb-fixedbox__install .row span.small {
    font-size: 14px;
}

/* PMB switch (toggle) */
.pmb-switch{
  --h: 26px; 
  --w: 46px;        
  --pad: 3px;         
  --knob: calc(var(--h) - (var(--pad) * 2));

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--w);
  height: var(--h);
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
}

.pmb-switch > input{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.pmb-switch .slider {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #A6A6A6;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.pmb-switch .slider::after{
  content: "";
  position: absolute;
  top: var(--pad);
  left: var(--pad);
  width: var(--knob);
  height: var(--knob);
  border-radius: 999px;
  background: #ffffff;
  transform: translateX(0);
  transition: transform .18s ease;
}

.pmb-switch > input:checked + .slider{
  background: #1f1f1f;   
  border-color: #1f1f1f;
}

.pmb-switch > input:checked + .slider::after{
  transform: translateX(calc(var(--w) - var(--knob) - (var(--pad) * 2)));
}

.pmb-switch > input:focus-visible + .slider{
  box-shadow: 0 0 0 3px rgba(0,0,0,.12);
}

.pmb-switch > input:disabled + .slider{
  opacity: .5;
  cursor: not-allowed;
}
.pmb-switch > input:disabled{
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce){
  .pmb-switch .slider,
  .pmb-switch .slider::after{
    transition: none;
  }
}

.pmb-faq{
  padding: 48px 0;
}

.pmb-faq__inner{
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.pmb-faq__inner{
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  background: #F8F8F8;
  padding: 40px 32px 48px;
}

.pmb-faq__title{
  font-family: Rajdhani;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; 
  letter-spacing: 0.16px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}

.pmb-faq__list{
  display: grid;
  gap: 12px;
}

.pmb-faq__item{
  border-radius: 12px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  overflow: hidden;
}

.pmb-faq__q{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  padding: 14px 52px 14px 16px;
  background: transparent;
  border: 0;
  cursor: pointer;

  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.07px;
  color: rgba(0,0,0,.64);

  position: relative;
}

.pmb-faq__q:focus{ outline: none; }
.pmb-faq__q:focus-visible{
  outline: 2px solid rgba(0,0,0,.35);
  outline-offset: 2px;
  border-radius: 10px;
}

.pmb-faq__qtext{
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.pmb-faq__chev{
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .2s ease;
  pointer-events: none;
  background: url(img/expand_more_black.svg);
}

.pmb-faq__item.is-open .pmb-faq__chev{
  transform: translateY(-50%) rotate(180deg);
}

.pmb-faq__a{
  padding: 0 16px 16px;
}

.pmb-faq__acontent{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.07px;
  color: rgba(0,0,0,.72);
}

.pmb-faq__acontent p{ margin: 0; }

.pmb-faq__more{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 24px auto 0;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;

  background: #E9E9E9;
  color: rgba(0,0,0,.72);
  font-weight: 700;
  cursor: pointer;
}

.pmb-faq__item[data-hidden="1"]{ display:none; }

@media (max-width: 640px){
  .pmb-faq{ padding: 32px 0; }

  .pmb-faq__inner{
    padding: 28px 16px 32px;
    border-radius: 20px;
  }

  .pmb-faq__title{
    font-size: 22px;
    line-height: 30px;
  }

  .pmb-faq__q{
    padding-right: 46px;
  }
}

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

.pmb-product-badge {
    position: absolute;
    z-index: 1;
    border-radius: 24px;
    background: var(--Yellow, #FF0);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.08px;
    padding: 2px 10px;
    left: 20px;
    top: 20px;
}

span.pmb-cart-summary__accessory-name {
    padding-right: 10px;
}

.kdk_item {
    border-bottom: 1px solid rgba(18, 9, 30, 0.10);
    padding-bottom: 16px;
}

.kdk_item span.pmb-cart-summary__price-label {
    font-size: 16px;
    font-weight: bold;
}

.kdk_item strong.pmb-cart-summary__price-value {
    font-size: 18px;
}

.pmb-cart-summary__price-main {
    margin-bottom: 5px;
}

.pmb-cart-summary__price-main.main-price-info {
    margin-top: 15px;
}

@media (max-width: 767px) {
  .pmb-page-header--product h1.pmb-title {
      text-align: left;
      font-size: 24px;
  }

  .pmb-page-header--product #breadcrumbsPmb {
      text-align: left;
  }

  .pmb-page-header--product {
      padding-top: 40px;
  }

  .container.cim {
      padding: 0 20px;
  }

  .pmb-fixedbox__inner {
      padding: 0 20px;
  }

  .pmb-fixedbox-main {
      padding: 20px 16px;
      font-size: 15px;
  }

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

.pmb-wiata-inquiry {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 32px;
    border-radius: 24px;
    border: 1px solid var(--Stroke-grey, #E8E8E8);
    background: var(--Light-grey, #F8F8F8);
}
.pmb-wiata-inquiry__title {
    margin: 0 0 18px;
    text-align: center;
    font-family: Rajdhani;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}
.pmb-field{margin:10px 0}
.pmb-field 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;
}
.pmb-field input,.pmb-field textarea{
  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-field input:focus,.pmb-field textarea:focus{border-color:#cfcfcf}
.pmb-consent{display:flex;gap:10px;align-items:flex-start;margin:14px 0;font-size:12px;color:#666}
.pmb-consent input{margin-top:2px}
.pmb-wiata-inquiry__msg{min-height:18px;margin:8px 0 14px;font-size:13px}
.pmb-wiata-inquiry__msg[data-type="error"] {
    background: #b00020;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 14px;
    text-align: center;
}
.pmb-wiata-inquiry__msg[data-type="success"]{
  background: #0a7a2f;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 14px;
    text-align: center;
  }
.pmb-wiata-inquiry__btn.is-loading{opacity:.7;cursor:progress}

.wp-block-image.border-img img {
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    margin-bottom: 30px;
    padding: 20px;
}

header.pmb-page-header.pmb-header-white {
    color: #000;
    padding: 80px 30px 30px 30px;
    min-height: unset;
    background: none;
}

header.pmb-page-header.pmb-header-white:before {
  display: none;
}

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

.pmb-page-header.pmb-header-white #breadcrumbsPmb a {
  color: #000;
}

.fhmm-swiper-nav {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  z-index: 10;
  cursor: pointer;

  background-color: #f6d600;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 20px;
  user-select: none;
}

.fhmm-prev {
  left: 33%;
  background-image: url(img/car_left.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fhmm-next {
  right: 32%;
  background-image: url(img/car_right.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pmb-ytc .fhmm-swiper-nav {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #E8E8E8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    opacity: 1;
    transition: background-color 0.2s ease;
    border: 4px solid #fff;
    margin-top: -45px;
}

.pmb-ytc .fhmm-prev {
    left: 22%;
}

.pmb-ytc .fhmm-next {
    right: 22%;
}

ul.pmb-cart-summary__includes-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

ul.pmb-cart-summary__includes-list li {
    width: auto;
    gap: 10px;
}

.atutyOrder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.atOrdItem {
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 15px;
    font-weight: bold;
    font-size: 13px;
}

section.error-404.not-found {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

div#empty a {
    background: #F8FF2A;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 14px;
    font-weight: bold;
}

@media (max-width: 768px) {
  .fhmm-swiper-nav {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .fhmm-prev {
    left: 25%;
  }

  .fhmm-next {
    right: 22%;
  }

  .with-bg-cert {
    display: block !important;
  }

  .pmb-ytc .fhmm-swiper-nav {
      border-width: 3px;
      width: 48px;
      height: 48px;
  }

  .pmb-ytc .fhmm-prev {
      left: 0;
  }

  .pmb-ytc .fhmm-next {
      right: 0;
  }

  div#nr-separator {
      height: 0 !important;
  }

  .atutyOrder {
      gap: 20px;
  }

  .atOrdItem {
      width: 46%;
      gap: 10px;
      font-size: 12px;
  }

  .atOrdItem img {
      width: 27px;
  }

  ul.pmb-cart-summary__includes-list {
      gap: 0 15px;
  }

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

.pmb-qty-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    height: 36px;
}

.pmb-qty-wrapper input {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
}

.pmb-qty-wrapper input::-webkit-inner-spin-button,
.pmb-qty-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.pmb-qty-btn {
    width: 32px;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background .2s;
    padding: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmb-qty-btn:hover {
    background: #eaeaea;
}

.pmb-qty-btn:active {
    background: #ddd;
}

.pmb-has-tooltip {
    position: relative;
    cursor: help;
}

.pmb-has-tooltip::after {
    content: attr(data-tooltip);

    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);

    background: rgba(0,0,0,0.85);
    color: #fff;

    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;

    opacity: 0;
    pointer-events: none;
    transition: .2s ease;
    z-index: 999;
}

.pmb-has-tooltip::before {
    content: "";

    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);

    border: 6px solid transparent;
    border-top-color: rgba(0,0,0,0.85);

    opacity: 0;
    transition: .2s ease;
    z-index: 999;
}

.pmb-has-tooltip:hover::after,
.pmb-has-tooltip:hover::before {
    opacity: 1;
}

.pmb-js-native-select {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.pmb-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.pmb-tile {
    border: 2px solid #000;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    transition: transform .05s ease, opacity .15s ease;
}

.pmb-tile:active { transform: scale(.98); }

.pmb-tile.is-selected {
    background: #f3d21a;
    border-color: #f3d21a;
    color: #111;
}

.pmb-tile.is-disabled {
    opacity: .35;
    cursor: not-allowed;
    pointer-events: none;
}

.pmb-box-config__row.kafl_items .pmb-tiles.pmb-js-tiles {
    border-top: 1px solid #e8e8e8;
    margin-top: 0;
    padding-top: 10px;
}

.pmb-dim-preview {
    max-width: 100%;
    width: 400px;
    margin-top: 20px;
}

.pmb-dim-preview__inner {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.pmb-dim-preview__img {
  display: block;
  width: 100%;
  height: auto;
}

.pmb-dim-bubble {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: #f3d21a;
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.pmb-dim-bubble__val {
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
}

.pmb-dim-bubble__lbl {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.1;
}

.pmb-dim-bubble--width { top: 10%; left: 52%; transform: translateX(-50%); }
.pmb-dim-bubble--boxh  { top: 24%; left: 10%; }
.pmb-dim-bubble--depth { top: 48%; right: 8%; }
.pmb-dim-bubble--baseh { bottom: 10%; left: 10%; }

@media (max-width: 768px) {
  .pmb-dim-bubble__lbl {
      margin-top: 2px;
      font-size: 8px;
  }

  .pmb-dim-bubble {
      width: 60px;
      height: 60px;
  }

  .pmb-dim-bubble__val {
      font-size: 10px;
  }

  .pmb-hero-slider-wrapper {
      padding-top: 50px;
  }

  .fhmm-3d-carousel {
      width: 130%;
      margin-left: -15%;
  }
}

.pmb-dim-preview__img.is-loading {
  opacity: .4;
  transition: .2s;
}

img.pmb-dim-preview__img {
    border-radius: 14px;
}

.wp-block-image.border-img.border-direct img {
    padding: 0;
    max-width: 100%;
    width: 600px !important;
}

.pmb-kl{max-width:980px;margin:0 auto;padding:20px 0;}
.pmb-kl__inner{border-radius:28px;background:#f7f7f7;padding:26px 22px;}
.pmb-kl__title{margin:0 0 14px;font-size:30px;letter-spacing:.04em;text-align:center;}
.pmb-kl__note{display:flex;gap:12px;align-items:center;background:#fff;border-radius:10px;padding:12px 14px;border:1px solid rgba(0,0,0,.05);margin:0 0 18px;}
.pmb-kl__note-ico{width:26px;height:26px;border-radius:26px;display:inline-flex;align-items:center;justify-content:center;background:#f1f1f1;font-weight:700;}
.pmb-kl__fields{display:grid;grid-template-columns:1fr;gap:12px;margin-top: 20px;}
.pmb-kl textarea{resize:vertical;}
.pmb-kl__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;margin-top:16px;}
.pmb-kl__btn{border-radius:999px;padding:14px 24px;border:0;cursor:pointer;font-size:16px;}
.pmb-kl__btn--ghost{background:transparent;color:#000;border:1px solid rgba(0,0,0,.15);}
.pmb-kl__err{color:#b00020;font-size:12px;min-height:14px;}
.pmb-kl__err--global{flex:1 1 100%;text-align:center;}
.pmb-kl__summary-wrap{margin-top:18px;display:grid;grid-template-columns:1fr;gap:18px;}
@media(min-width:980px){.pmb-kl__summary-wrap{grid-template-columns:1fr 1fr;align-items:start;}}
.pmb-kl__summary-card,.pmb-kl__final-card{padding:20px;}
.pmb-kl__summary-row{display:flex;justify-content:space-between;gap:10px;font-size:14px;}
.pmb-kl__summary-row strong{font-weight:700;}
.pmb-kl__includes-row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px;}
.pmb-kl__check{color:#16a34a;font-weight:700;}
.pmb-kl__price-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;}
.pmb-kl__price{font-size:34px;font-weight:800;}
.pmb-kl__installments{display:flex;justify-content:space-between;gap:10px;margin-top:6px;font-size:14px;opacity:.85;}
.pmb-kl__final-title{text-align:center;margin:0 0 14px;font-size:26px;letter-spacing:.03em;}
.pmb-kl__consent{display:flex;gap:10px;align-items:flex-start;font-size:12px;line-height:1.4;margin-top:8px;}
.pmb-kl__consent input{margin-top:3px;}
.pmb-kl__thanks{padding:20px;text-align:center;}

span.pmb-kl__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;
    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;
}

.pmb-kl input, .pmb-kl select, .pmb-kl textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.10);
    padding: 12px 12px;
    font-size: 15px;
    background: #fff;
    border-top-left-radius: 0;
}

.pmb-kl__btn--primary {
      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;
    text-decoration: none;
}

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

.pmb-kl__btn--primary:hover {
      background: var(--Text, rgba(0, 0, 0, 0.64));
    color: #fff;
}

span.separator {
    padding: 0 5px;
}

.pmb-kl__hr {
    border: 0;
    border-top: 1px solid #e8e8e8;
    margin: 16px 0;
    height: 0;
}

.pmb-kl__summary-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 14px;
}

.pmb-kl__summary-title, .pmb-kl__includes h4 {
    margin: 0 0 14px;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.pmb-kl__consent input[type="checkbox"] {
    width: auto;
}

.pmb-kl__actions {
    display: block;
}

button.pmb-kl__btn.pmb-kl__btn--ghost {
    width: 280px;
    height: 48px;
    margin: auto;
    display: flex;
    margin-top: 20px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.pmb-product-slider {
    border-left: 1px solid var(--Stroke-grey, #E8E8E8);
    border-top: 1px solid var(--Stroke-grey, #E8E8E8);
    border-right: 1px solid var(--Stroke-grey, #E8E8E8);
    border-radius: 12px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#our-products {
    width: 1200px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: calc(100% + 6rem);
    margin-left: -3rem;
    margin-right: -3rem;
}

#kaf-prod-mobile {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
  #our-products {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
  }
}

@media (max-width: 767px) {
  .pmb-kl__summary-card, .pmb-kl__final-card {
      padding: 20px 0;
  }

  .pmb-kl__summary-row {
      font-size: 12px;
  }

  .pmb-kl__summary-row span {
      width: 50%;
  }

  .pmb-kl__summary-row strong {
      width: 50%;
  }

  .pmb-kl__title {
      font-size: 22px;
      letter-spacing: unset;
  }

  #breadcrumbsPmb {
    margin-top: 0;
  }

  #faq-pmb {
      padding: 30px 20px 30px 20px;
  }

}

.pmb-box-models-grid__grid{
  display:grid;
  gap:18px;
  grid-template-columns:repeat(1,minmax(0,1fr));
}
@media (min-width: 768px){
  .pmb-box-models-grid__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (min-width: 1024px){
  .pmb-box-models-grid__grid{
    grid-template-columns:repeat(var(--pmb-grid-cols,3),minmax(0,1fr));
  }
}
.pmb-box-models-grid__item {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.pmb-box-models-grid__thumb{
  display:block;
  overflow:hidden;
}
.pmb-box-models-grid__thumb-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.pmb-box-models-grid__thumb-placeholder{
  width:100%;
  height:100%;
  background: linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02));
}
.pmb-box-models-grid__content{
  padding-top: 20px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}
.pmb-box-models-grid__name{
  font-size:24px;
  margin:0;
}
.pmb-box-models-grid__name a{
  text-decoration:none;
}
.pmb-box-models-grid__params{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:14px;
  opacity:.92;
}
.pmb-box-models-grid__param-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.pmb-box-models-grid__actions{
  margin-top:auto;
}
.pmb-box-models-grid__btn {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 12px 14px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    background: var(--Stroke-grey, #E8E8E8);
    font-size: 1rem;
    margin-top: 10px;
}

.pmb-box-models-grid__btn:hover{
    background: #d5d5d5;
    color: #000;
}

.pmb-box-model--hidden{ display:none; }
.pmb-box-models-grid__more{ margin-top:14px; text-align:center; }
button.pmb-box-models-grid__more-btn {
    display: flex;
    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;
    margin: auto;
    margin-top: 30px;
    border: none;
    cursor: pointer;
}

button.pmb-box-models-grid__more-btn:hover {
  background:rgba(248, 255, 42, 0.8);
  color: #000;
}

.pmb-stats__header-image-img {
    width: auto !important;
    margin-bottom: 10px;
}

.pmb-kl__qty{
  display:flex;
  align-items:center;
  gap:10px;
  width: fit-content;
  position: relative;
}

.pmb-kl__qty input[type="number"] {
    width: 200px;
    text-align: center;
    max-width: 100%;
}

.pmb-kl__qty-btn {
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: unset;
    font-size: 19px;
    font-weight: bold;
    outline: none;
}

.pmb-kl__qty-btn:active{
  transform: scale(0.98);
}

button.pmb-kl__qty-btn.kq-minus {
    position: absolute;
    left: 1px;
    width: 40px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid rgba(0,0,0,.10);
}

button.pmb-kl__qty-btn.kq-plus {
    position: absolute;
    right: 1px;
    width: 40px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid rgba(0,0,0,.10);
}

.pmb-fixedbox__inner h3.pmb-accessories-cart__name {
    margin-bottom: 0;
    margin-top: 10px;
}

section.pmb-accessories-cart .pmb-fixedbox__block.pmb-fixedbox__accessories {
    border: none;
}

ul.pmb-acc-summary__list {
    margin: 0;
    font-size: 14px;
}

video.fhmm-slide-video {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 2 / 2;
    object-fit: cover;
    pointer-events: none;
    max-height: 384px;
}

.splide:not(.is-overflow) .splide__arrows {
    display: none;
}

.pmb-fixedbox__zip-msg[data-state="loading"] { opacity: .8; }
.pmb-fixedbox__zip-msg[data-state="error"] { color: #b00020; }
.pmb-fixedbox__zip-msg[data-state="success"] { color: #0a7a2f; }

.wp-block-column.center {
    text-align: center;
    margin: auto;
}

p.with-bg-cert a:after {
    content: 'sprawdź';
    text-decoration: underline;
    display: block;
    position: absolute;
    bottom: 45px;
    font-size: 20px;
}

@media (max-width: 767px) {
  span.pmb-cart-summary__row-value {
      font-size: 13px;
  }

  span.pcsi1 {
      font-size: 12px;
      line-height: normal;
      letter-spacing: unset;
  }

  span.pcsi2 {
      font-size: 12px;
  }

  .pmb-cart-summary__installments {
      align-items: center;
  }
}

/* =========================================================
   Formularz zgłoszenia serwisu  – [pmb_service_form]
   ========================================================= */

.pmb-service-wrapper {
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
}

/* Komunikaty */
.pmb-service__success,
.pmb-service__errors {
	margin: 0 0 24px;
	padding: 14px 18px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
}

.pmb-service__success {
	background: #e5ffe9;
	color: #1b5e20;
	border: 1px solid #b8e6bd;
}

.pmb-service__errors {
	background: #ffe5e5;
	color: #b00020;
	border: 1px solid #f4c2c7;
}

.pmb-service__errors ul {
	margin: 0;
	padding-left: 18px;
}

.pmb-service-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Sekcje – układ etykieta po lewej, pola po prawej (jak w screenshocie) */
.pmb-service__section {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 24px;
	align-items: flex-start;
	padding: 24px 0;
	border-bottom: 1px solid var(--Stroke-grey, #E8E8E8);
}

.pmb-service__section:last-of-type {
	border-bottom: 0;
}

.pmb-service__section-label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000;
	padding-top: 6px;
}

.pmb-service__section-sub {
	display: block;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.55);
	margin-top: 4px;
}

.pmb-service__section-fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* Pojedyncze pole */
.pmb-service__field {
	display: flex;
	flex-direction: column;
}

.pmb-service__field label {
	display: inline-block;
	width: fit-content;
	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-weight: 500;
	line-height: 20px;
	letter-spacing: 0.06px;
}

.pmb-service__req {
	color: #d40000;
	margin-left: 2px;
}

.pmb-service__hint {
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
}

.pmb-service__hint-row {
	margin: 6px 0 0;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

.pmb-service__field input[type="text"],
.pmb-service__field input[type="tel"],
.pmb-service__field input[type="email"],
.pmb-service__field textarea {
	width: 100%;
	padding: 12px 14px;
	font-size: 14px;
	font-family: inherit;
	color: #000;
	background: var(--White, #FFF);
	border: 1px solid var(--Stroke-grey, #E8E8E8);
	border-radius: 0 8px 8px 8px;
	outline: none;
	transition: border-color .15s ease;
}

.pmb-service__field textarea {
	resize: vertical;
	min-height: 72px;
}

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

/* File inputs */
.pmb-service__field input[type="file"] {
	padding: 10px 12px;
	background: var(--White, #FFF);
	border: 1px solid var(--Stroke-grey, #E8E8E8);
	border-radius: 0 8px 8px 8px;
	font-size: 14px;
	font-family: inherit;
	color: rgba(0, 0, 0, 0.7);
}

.pmb-service__field input[type="file"]::-webkit-file-upload-button {
	border: 1px solid #000;
	background: #fff;
	color: #000;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	margin-right: 12px;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}

.pmb-service__field input[type="file"]::-webkit-file-upload-button:hover {
	background: #000;
	color: #fff;
}

.pmb-service__field input[type="file"]::file-selector-button {
	border: 1px solid #000;
	background: #fff;
	color: #000;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	margin-right: 12px;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}

.pmb-service__field input[type="file"]::file-selector-button:hover {
	background: #000;
	color: #fff;
}

/* Zgody (custom checkbox – styl jak w pmb_contact_form) */
.pmb-service__consents {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 8px;
}

.pmb-service__checkbox {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.5;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.75);
}

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

.pmb-service__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: 1px;
	transition: background .15s ease, border-color .15s ease;
}

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

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

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

.pmb-service__checkbox-text a {
	color: inherit;
	text-decoration: underline;
}

/* Submit – akcent (żółto-limonkowy jak w screenshocie) */
.pmb-service__actions {
	margin-top: 8px;
}

.pmb-service__submit {
	width: 100%;
	padding: 16px 32px;
	background: var(--color-accent, #cdee21);
	color: #000;
	border: none;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: filter .15s ease, transform .1s ease;
}

.pmb-service__submit:hover {
	filter: brightness(0.95);
}

.pmb-service__submit:active {
	transform: scale(0.99);
}

/* Mobile */
@media (max-width: 767px) {
	.pmb-service__section {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 16px 0;
	}

	.pmb-service__section-label {
		padding-top: 0;
	}
}

/* =========================================================
   Informacja "półki wymagają szyn" na stronie produktu (box)
   ========================================================= */
.pmb-shelf-rail-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 16px 0;
	padding: 12px 16px;
	background: #FFFBE6;
	border: 1px solid #F2D86A;
	border-radius: 12px;
	color: #2c2c2c;
}

.pmb-shelf-rail-notice__icon {
	flex: 0 0 auto;
	margin-top: 2px;
}

.pmb-shelf-rail-notice__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

.pmb-shelf-rail-notice__text strong {
	font-weight: 600;
}


/* =========================================================
   Zablokowana pozycja szyn w koszyku (gdy są w nim półki)
   – uruchamiana jeśli zaaplikujesz patch na woocommerce/cart/cart.php
     i woocommerce/checkout/form-checkout.php (zob. INSTRUKCJA)
   ========================================================= */
.pmb-cart-summary__accessory--locked .pmb-cart-summary__accessory-name::before {
	content: "🔒";
	margin-right: 6px;
	font-size: 12px;
	opacity: 0.65;
}

.pmb-cart-summary__accessory-locked-info {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.45);
	cursor: help;
}

.pmb-cart-summary__accessory-locked-info::before {
	content: "🔒";
	font-size: 11px;
}

.pmb-cart-summary__accessory--auto-added .pmb-cart-summary__addons-name::after,
.pmb-cart-summary__accessory--auto-added .pmb-cart-summary__accessory-name::after {
	content: " · auto";
	font-size: 11px;
	color: rgba(0, 0, 0, 0.45);
	font-weight: 400;
	letter-spacing: 0.02em;
}

/* =========================================================
   Pole kodu rabatowego w sekcji płatności
   ========================================================= */
.pmb-coupon-section {
	margin: 0 0 24px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid var(--Stroke-grey, #E8E8E8);
	border-radius: 12px;
	transition: opacity .2s ease, transform .2s ease, max-height .25s ease;
}

.pmb-coupon-section--hidden {
	display: none;
}

.pmb-coupon-section__head {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 12px;
}

.pmb-coupon-section__icon {
	flex-shrink: 0;
}

/* Lista zastosowanych kodów (chipsy) */
.pmb-coupon-section__applied {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.pmb-coupon-applied {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px 6px 8px;
	background: #F0FFF4;
	border: 1px solid #B8E6BD;
	border-radius: 999px;
	font-size: 13px;
	color: #1B5E20;
}

.pmb-coupon-applied__check {
	color: #1B5E20;
	font-weight: 700;
	font-size: 12px;
}

.pmb-coupon-applied__code {
	font-weight: 600;
	letter-spacing: 0.02em;
}

.pmb-coupon-applied__remove {
	background: transparent;
	border: none;
	padding: 0;
	margin-left: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	cursor: pointer;
	color: #1B5E20;
	font-size: 16px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease;
}

.pmb-coupon-applied__remove:hover {
	background: rgba(27, 94, 32, 0.1);
}

/* Formularz wpisywania kodu */
.pmb-coupon-section__form {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.pmb-coupon-section__input {
	flex: 1;
	min-width: 0;
	padding: 10px 14px !important;
	font-size: 14px !important;
	font-family: inherit !important;
	color: #000;
	background: var(--White, #FFF) !important;
	border: 1px solid var(--Stroke-grey, #E8E8E8) !important;
	border-radius: 8px !important;
	outline: none;
	transition: border-color .15s ease;
	margin: 0 !important; /* override Woo */
}

.pmb-coupon-section__input:focus {
	border-color: #000 !important;
}

.pmb-coupon-section__btn {
	flex-shrink: 0;
	padding: 0 22px;
	border-radius: 999px;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: background .15s ease, transform .1s ease;
}

.pmb-coupon-section__btn:hover {
	background: #171717;
}

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

.pmb-coupon-section__btn:disabled,
.pmb-coupon-section__btn.is-loading {
	opacity: 0.6;
	cursor: not-allowed;
}

.pmb-coupon-section__btn.is-loading::after {
	content: '…';
}

/* Komunikaty pod polem (success / error) */
.pmb-coupon-section__msg {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
	min-height: 0;
}

.pmb-coupon-section__msg[data-type="error"] {
	color: #b00020;
}

.pmb-coupon-section__msg[data-type="success"] {
	color: #1b5e20;
}

.pmb-coupon-section__msg:empty {
	margin: 0;
}

/* Mobile */
@media (max-width: 540px) {
	.pmb-coupon-section__form {
		flex-direction: column;
	}

	.pmb-coupon-section__btn {
		padding: 12px;
	}
}

/* =========================================================
   Linijka rabatu w podsumowaniu checkout
   (pojawia się gdy aktywny jest kupon)
   ========================================================= */

.pmb-cart-summary__row--discount .pmb-cart-summary__row-label {
	font-weight: 500;
	color: #1B5E20;
}

.pmb-cart-summary__row-value--discount {
	font-weight: 700;
	color: #1B5E20;
}

/* Wrapper na dynamiczne totals (potrzebny żeby JS WC mógł go podmieniać). */
.pmb-checkout-totals,
.pmb-checkout-totals-acc {
	/* Brak własnego stylowania — div jest tylko technicznym wrapperem
	   dla mechanizmu fragmentów WC. */
}

/* =========================================================
   Zdjęcie produktu w karcie podsumowania koszyka i kasy
   ========================================================= */

/* Kontener kolumny zdjęcia — neutralizuje style bazowej __col
   żeby nie nakładał się na nią styl np. „green check" z checkout. */
.pmb-cart-summary__col.pmb-cart-summary__col--image {
	width: 100% !important;
	padding: 0 !important;
	background: none !important;
	display: flex;
	justify-content: start;
	align-items: flex-start;
	margin: 0 0 8px 0;
}

/* Sam wrapper obrazka */
.pmb-box-summary-image {
	width: 100%;
	max-width: 320px;
	display: block;
}

.pmb-box-summary-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 280px;
	object-fit: contain;
	background: #fff;
	border-radius: 12px;
	border: 1px solid var(--Stroke-grey, #E8E8E8);
}

/* Mobile — zdjęcie mniejsze */
@media (max-width: 767px) {
	.pmb-box-summary-image {
		max-width: 220px;
	}

	.pmb-box-summary-image img {
		max-height: 200px;
	}
}

.pmb-box-summary-image {
    width: 150px;
}

.pmb-box-summary-image img {
    border-radius: 15px;
}


/* =========================================================
   ALTERNATYWNY UKŁAD (do wyboru) — zdjęcie z LEWEJ,
   tekst z prawej, side-by-side. Domyślnie wyłączony.
   Aby włączyć: dodaj klasę  .pmb-cart-summary__cols--with-image-left
   na div.pmb-cart-summary__cols w szablonie.
   ========================================================= */

@media (min-width: 768px) {
	.pmb-cart-summary__cols--with-image-left {
		flex-direction: row !important;
		flex-wrap: wrap !important;
		align-items: flex-start !important;
	}

	.pmb-cart-summary__cols--with-image-left .pmb-cart-summary__col--image {
		flex: 0 0 220px !important;
		max-width: 220px !important;
		justify-content: flex-start !important;
		margin: 0 !important;
	}

	.pmb-cart-summary__cols--with-image-left
		> .pmb-cart-summary__col:not(.pmb-cart-summary__col--image):not(.pmb-cart-summary__col--price) {
		flex: 1 1 calc(100% - 252px) !important;
		max-width: calc(100% - 252px) !important;
		width: auto !important;
	}

	.pmb-cart-summary__cols--with-image-left .pmb-cart-summary__col--price {
		flex: 0 0 100% !important;
		width: 100% !important;
	}
}