@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');
@import url('../../app/libraries/aos/aos.min.css');

/* ============================================================
   INTROGEN — B2B Laboratory Supply Theme
   ============================================================ */

:root {
	--pl-primary: #0066b3;
	--pl-primary-dark: #004d87;
	--pl-primary-light: #e8f4fc;
	--pl-accent: #00a0e3;
	--pl-dark: #004282;
	--pl-text: #3d4f5f;
	--pl-text-light: #6b7c8f;
	--pl-border: #e2e8f0;
	--pl-bg: #ffffff;
	--pl-bg-alt: #f4f8fb;
	--pl-bg-page:
		radial-gradient(90% 60% at 100% 0%, rgba(0, 160, 227, 0.06) 0%, transparent 50%),
		linear-gradient(180deg, #f7fafc 0%, #ffffff 28%);
	--pl-radius: 8px;
	--pl-shadow: 0 4px 24px rgba(0, 40, 80, 0.08);
	--pl-shadow-lg: 0 12px 40px rgba(0, 40, 80, 0.12);
	--pl-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--pl-font-head: 'Montserrat', var(--pl-font);
	--pl-container: 1200px;
	--pl-header-h: 128px;
	--pl-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html,
#outer-wrap {
	scroll-behavior: smooth;
	background: var(--pl-dark);
	min-height: 100%;
}

body,
body.pl-body,
#inner-wrap {
	margin: 0;
	font-family: var(--pl-font);
	font-size: 16px;
	line-height: 1.65;
	color: var(--pl-text);
	background: var(--pl-dark);
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
}

body#inner-wrap {
	display: flow-root;
	overflow-x: hidden;
}

.pl-main {
	background: var(--pl-bg-page);
	background-attachment: fixed;
	padding: 0;
}

/* Contained pages: padding only on mid sections (2–5), not bleed 1/6 */
.pl-page-body--contained {
	padding: 0;
}

.pl-page-body--contained > .pl-container {
	padding-top: 32px;
	padding-bottom: 56px;
}

/* Full-bleed list/home: no outer box around hero / category header */
.pl-page-body--fluid,
.pl-page-body--home {
	padding: 0;
}

.pl-page-body--fluid > .pl-container {
	padding-top: 24px;
	padding-bottom: 40px;
}

/* Blocks that ship their own .pl-container: avoid double inset inside mid sections */
.pl-page-body > .pl-container .pl-container {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

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

a { color: var(--pl-primary); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--pl-primary-dark); }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--pl-font-head);
	color: var(--pl-dark);
	font-weight: 700;
	line-height: 1.25;
}

.pl-container {
	width: 100%;
	max-width: var(--pl-container);
	margin: 0 auto;
	padding: 0 20px;
}

/* Buttons */
.pl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 28px;
	font-family: var(--pl-font-head);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: var(--pl-radius);
	border: 2px solid transparent;
	cursor: pointer;
	transition: all 0.25s ease;
	text-decoration: none !important;
}

.pl-btn-primary {
	background: var(--pl-primary);
	color: #fff !important;
	border-color: var(--pl-primary);
}
.pl-btn-primary:hover {
	background: var(--pl-primary-dark);
	border-color: var(--pl-primary-dark);
	color: #fff !important;
}

.pl-btn-outline {
	background: transparent;
	color: var(--pl-primary) !important;
	border-color: var(--pl-primary);
}
.pl-btn-outline:hover {
	background: var(--pl-primary);
	color: #fff !important;
}

.pl-btn-white {
	background: #fff;
	color: var(--pl-primary) !important;
	border-color: #fff;
}
.pl-btn-white:hover { background: var(--pl-primary-light); }

.pl-btn-outline-white {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255,255,255,0.7);
}
.pl-btn-outline-white:hover {
	background: #fff;
	color: var(--pl-primary) !important;
}

.pl-btn-sm { padding: 8px 18px; font-size: 12px; }

.pl-link-arrow {
	font-size: 14px;
	font-weight: 600;
	color: var(--pl-primary);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.pl-link-arrow svg {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}
.pl-link-arrow::after {
	content: '→';
	transition: transform 0.2s;
}
.pl-link-arrow--list::after,
.pl-link-arrow--info::after {
	content: none;
}
.pl-link-arrow:hover::after { transform: translateX(4px); }
.pl-link-arrow--list:hover svg,
.pl-link-arrow--info:hover svg {
	transform: translateX(4px);
}

/* Icons (CSS) */
[class^="pl-icon-"] {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: currentColor;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
}
.pl-icon-phone { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E"); }
.pl-icon-mail { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E"); }
.pl-icon-pin { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
.pl-icon-search { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E"); }
.pl-icon-cart { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6'/%3E%3C/svg%3E"); }
.pl-icon-facebook { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z'/%3E%3C/svg%3E"); }
.pl-icon-instagram { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='2' width='20' height='20' rx='5'/%3E%3Cpath d='M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E"); }
.pl-icon-linkedin { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-4 0v7h-4v-7a6 6 0 016-6zM2 9h4v12H2zM4 2a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E"); }
.pl-icon-twitter { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.727-8.835L1.254 2.25H8.08l4.253 5.622L18.244 2.25zm-1.161 17.52h1.833L7.084 4.126H5.117L17.083 19.77z'/%3E%3C/svg%3E"); }
.pl-icon-youtube { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M23.5 6.2a3 3 0 00-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 00.5 6.2 31.5 31.5 0 000 12a31.5 31.5 0 00.5 5.8 3 3 0 002.1 2.1c1.9.6 9.4.6 9.4.6s7.5 0 9.4-.6a3 3 0 002.1-2.1A31.5 31.5 0 0024 12a31.5 31.5 0 00-.5-5.8zM9.75 15.5v-7l6.5 3.5-6.5 3.5z'/%3E%3C/svg%3E"); }

/* Top bar */
.pl-topbar {
	background: var(--pl-dark);
	color: rgba(255,255,255,0.85);
	font-size: 13px;
	padding: 8px 0;
}

.pl-topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.pl-topbar-left, .pl-topbar-right {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.pl-topbar-social {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.pl-topbar-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	color: rgba(255,255,255,0.8);
	transition: color 0.2s ease, background 0.2s ease;
}

.pl-topbar-social-link:hover {
	color: #fff;
	background: rgba(255,255,255,0.12);
}

.pl-topbar-social-link [class^="pl-icon-"] {
	width: 15px;
	height: 15px;
}

.pl-topbar-link {
	color: rgba(255,255,255,0.85);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
}
.pl-topbar-link:hover { color: #fff; }

.pl-topbar-cta {
	background: var(--pl-primary);
	color: #fff !important;
	padding: 4px 14px;
	border-radius: 4px;
	font-weight: 600;
}
.pl-topbar-cta:hover { background: var(--pl-accent); color: #fff !important; }

.pl-topbar-member {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-left: 4px;
	padding-left: 14px;
	border-left: 1px solid rgba(255,255,255,0.18);
}

.pl-topbar-member:empty {
	display: none;
}

.pl-topbar-member-user {
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	color: #fff;
}

.pl-topbar-member-link {
	font-weight: 600;
}

/* Header — logo row + menu bar */
.pl-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	transition: box-shadow 0.3s;
}

.pl-header-scrolled {
	box-shadow: var(--pl-shadow);
}

.pl-header-primary {
	border-bottom: 1px solid var(--pl-border);
}

.pl-header-primary-inner {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 72px;
}

.pl-branding {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1;
	min-width: 0;
}

.pl-logo {
	flex-shrink: 0;
	display: block;
	height: 60px;
	/* logo.png sağında ~80px şeffaf boşluk var — kırp */
	overflow: hidden;
	line-height: 0;
}

.pl-logo-img {
	height: 60px;
	width: auto;
	max-width: none;
	display: block;
	object-fit: contain;
	object-position: left center;
}

.pl-branding-text {
	min-width: 0;
}

.pl-site-title {
	display: block;
	font-family: var(--pl-font-head);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--pl-dark);
	letter-spacing: -0.01em;
}

.pl-site-title:hover {
	color: var(--pl-primary);
}

.pl-site-tagline {
	margin: 3px 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: var(--pl-text-light);
	max-width: 460px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pl-header-menu-bar {
	background: var(--pl-bg-alt);
	border-bottom: 1px solid var(--pl-border);
}

.pl-header-menu-inner {
	display: flex;
	align-items: stretch;
}

.pl-nav { flex: 1; }

.pl-nav-list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pl-nav-item { position: relative; }

.pl-nav-link {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 14px 18px;
	font-family: var(--pl-font-head);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: var(--pl-dark);
	white-space: nowrap;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.pl-header-menu-bar .pl-nav-list > .pl-nav-item > .pl-nav-link {
	margin-top: -1px;
	border-top: 1px solid transparent;
	position: relative;
	z-index: 2;
}

.pl-nav-link:hover,
.pl-nav-link.current {
	color: var(--pl-primary);
	background: rgba(255, 255, 255, 0.65);
}

.pl-header-menu-bar .pl-nav-list > .pl-nav-item > .pl-nav-link:hover,
.pl-header-menu-bar .pl-nav-list > .pl-nav-item > .pl-nav-link.current {
	border-top-color: var(--pl-primary);
}

.pl-nav-item:has(> .pl-dropdown) > .pl-nav-link::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	margin-left: 2px;
	opacity: 0.55;
	flex-shrink: 0;
}

.pl-dropdown {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	min-width: 260px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 0 0 var(--pl-radius) var(--pl-radius);
	box-shadow: var(--pl-shadow-lg);
	list-style: none;
	margin: 0;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	z-index: 200;
	overflow: visible;
}

.pl-nav-item:hover > .pl-dropdown,
.pl-nav-item:focus-within > .pl-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Nested tree: fly out to the side (not downward over siblings) */
.pl-dropdown .pl-dropdown {
	top: -6px;
	left: calc(100% - 2px);
	right: auto;
	min-width: 240px;
	border-radius: var(--pl-radius);
	box-shadow: var(--pl-shadow-lg);
	transform: translateX(4px);
	z-index: 210;
}

.pl-dropdown .pl-nav-item:hover > .pl-dropdown,
.pl-dropdown .pl-nav-item:focus-within > .pl-dropdown {
	transform: translateX(0);
}

.pl-dropdown .pl-nav-item:has(> .pl-dropdown) > .pl-nav-link {
	justify-content: space-between;
	padding-right: 14px;
}

.pl-dropdown .pl-nav-item:has(> .pl-dropdown) > .pl-nav-link::after {
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid currentColor;
	border-right: 0;
	margin-left: 10px;
}

.pl-dropdown .pl-nav-link {
	font-size: 14px;
	font-weight: 500;
	padding: 8px 18px;
	border-bottom: none;
	margin-bottom: 0;
	white-space: normal;
	line-height: 1.35;
}

.pl-dropdown .pl-nav-link:hover {
	background: var(--pl-bg-alt);
	border-bottom-color: transparent;
}

/* Near right edge: open nested menus to the left */
.pl-nav-item.pl-drop-left > .pl-dropdown {
	left: auto;
	right: 0;
}

.pl-dropdown .pl-nav-item.pl-drop-left > .pl-dropdown {
	left: auto;
	right: calc(100% - 2px);
	transform: translateX(-4px);
}

.pl-dropdown .pl-nav-item.pl-drop-left:hover > .pl-dropdown,
.pl-dropdown .pl-nav-item.pl-drop-left:focus-within > .pl-dropdown {
	transform: translateX(0);
}

.pl-dropdown .pl-nav-item.pl-drop-left:has(> .pl-dropdown) > .pl-nav-link::after {
	order: -1;
	margin-left: 0;
	margin-right: 10px;
	border-left: 0;
	border-right: 5px solid currentColor;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.pl-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.pl-header-actions .pl-btn {
	height: 36px;
	padding: 0 12px;
	font-size: 12px;
	line-height: 1;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	white-space: nowrap;
}

.pl-header-cta [class^="pl-icon-"] {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.pl-header-actions .pl-header-cta {
	width: 36px;
	padding: 0;
	gap: 0;
}

.pl-search-form {
	flex-shrink: 1;
	min-width: 0;
}

.pl-search-field {
	display: flex;
	align-items: stretch;
	height: 36px;
	max-width: 200px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.pl-search-field input {
	border: none;
	padding: 0 10px;
	font-size: 12px;
	width: 100%;
	min-width: 0;
	outline: none;
	background: transparent;
}

.pl-search-field input::placeholder {
	color: var(--pl-text-light);
}

.pl-search-field button {
	border: none;
	background: var(--pl-primary);
	padding: 0 10px;
	min-width: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

.pl-search-field button:hover {
	background: var(--pl-primary-dark);
}

.pl-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	background: #fff;
	cursor: pointer;
	padding: 8px;
	flex-shrink: 0;
	position: relative;
	z-index: 1002;
}

.pl-nav-toggle span {
	display: block;
	height: 2px;
	width: 100%;
	background: var(--pl-dark);
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform-origin: center;
}

body.pl-nav-open .pl-nav-toggle {
	border-color: var(--pl-border);
	background: #fff;
}

body.pl-nav-open .pl-nav-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

body.pl-nav-open .pl-nav-toggle span:nth-child(2) {
	opacity: 0;
}

body.pl-nav-open .pl-nav-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Hero — Bexon home-02 style */
.pl-hero-bexon {
	overflow: hidden;
}

.pl-hero-stage {
	position: relative;
}

.pl-hero-swiper { width: 100%; }

.pl-hero-slide {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	background: var(--pl-dark);
}

.pl-hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transform: none;
	will-change: opacity;
	transition: opacity 1.4s ease;
}

.pl-hero-slide.swiper-slide-active .pl-hero-bg {
	transform: none;
}

.pl-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 30, 60, 0.92) 18%, rgba(0, 50, 90, 0.45) 58%, rgba(0, 80, 130, 0.15) 100%);
}

.pl-hero-content {
	position: relative;
	z-index: 2;
	padding: 88px 20px 155px;
	width: 100%;
}

.pl-hero-text {
	max-width: 660px;
}

.pl-hero-title {
	font-size: clamp(1.85rem, 4.5vw, 3rem);
	font-weight: 800;
	color: #fff;
	margin: 0 0 12px;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.pl-hero-desc {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	line-height: 1.5;
	max-width: 440px;
	margin-bottom: 0;
}

.pl-hero-desc p { margin: 0 0 12px; }
.pl-hero-desc .butn-light,
.pl-hero-desc .pl-btn { margin-top: 20px; }

.pl-hero-desc a span,
.pl-hero-desc .butn-light a {
	display: inline-block;
	background: var(--pl-primary);
	color: #fff !important;
	padding: 14px 32px;
	border-radius: var(--pl-radius);
	font-family: var(--pl-font-head);
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border: none;
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.pl-hero-desc a:hover span {
	background: var(--pl-accent);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 100, 180, 0.35);
}

/* Bexon text entrance on active slide */
.pl-hero-bexon .pl-hero-slide .pl-hero-title,
.pl-hero-bexon .pl-hero-slide .pl-hero-desc,
.pl-hero-bexon .pl-hero-slide .pl-hero-desc a,
.pl-hero-bexon .pl-hero-slide .pl-hero-desc .butn-light,
.pl-hero-bexon .pl-hero-slide .pl-hero-desc .pl-btn {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 24px, 0);
	transition:
		opacity 0.8s var(--pl-ease-out),
		transform 0.8s var(--pl-ease-out),
		visibility 0.8s;
}

.pl-hero-bexon .pl-hero-slide.swiper-slide-active .pl-hero-title {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.45s;
}

.pl-hero-bexon .pl-hero-slide.swiper-slide-active .pl-hero-desc {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.65s;
}

.pl-hero-bexon .pl-hero-slide.swiper-slide-active .pl-hero-desc a,
.pl-hero-bexon .pl-hero-slide.swiper-slide-active .pl-hero-desc .butn-light,
.pl-hero-bexon .pl-hero-slide.swiper-slide-active .pl-hero-desc .pl-btn {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.85s;
}

/* Side navigation */
.pl-hero-navigation {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.pl-hero-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: transparent;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: auto;
	transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.pl-hero-prev { left: 24px; }
.pl-hero-next { right: 24px; }

.pl-hero-nav-icon {
	position: relative;
	width: 24px;
	height: 24px;
	overflow: hidden;
	display: block;
}

.pl-hero-nav-icon svg {
	position: absolute;
	inset: 0;
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}

.pl-hero-nav-icon svg:last-child {
	transform: translateX(150%);
	color: var(--pl-dark);
}

.pl-hero-nav-btn:hover {
	background: #fff;
	border-color: #fff;
	color: var(--pl-dark);
}

.pl-hero-nav-btn:hover .pl-hero-nav-icon svg:first-child {
	transform: translateX(-150%);
}

.pl-hero-nav-btn:hover .pl-hero-nav-icon svg:last-child {
	transform: translateX(0);
}

/* Thumbnail strip */
.pl-hero-thumb-swiper {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 4;
	width: 100%;
	max-width: var(--pl-container);
	padding: 0 16px;
	transform: translateX(-50%);
	pointer-events: none;
}

.pl-hero-thumb-swiper .swiper-wrapper {
	max-width: 280px;
	margin: 0;
	pointer-events: auto;
}

.pl-hero-navigation--hidden {
	display: none;
}

.pl-hero-thumb-swiper--hidden {
	display: none;
}

.pl-hero-thumb-item {
	width: 80px !important;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	opacity: 0.85;
	transition: opacity 0.25s ease, box-shadow 0.25s ease;
}

.pl-hero-thumb-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--pl-dark);
	opacity: 0.35;
	border-radius: 6px;
	transition: opacity 0.25s ease;
}

.pl-hero-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pl-hero-thumb-swiper .swiper-slide-thumb-active {
	opacity: 1;
	box-shadow: 0 0 0 2px #fff;
}

.pl-hero-thumb-swiper .swiper-slide-thumb-active::after {
	opacity: 0.15;
}

/* Sections */
.pl-section {
	padding: 80px 0;
}

.pl-section-alt {
	background: var(--pl-bg-alt);
}

.pl-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
	gap: 20px;
	flex-wrap: wrap;
}

.pl-home-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
	gap: 24px;
	flex-wrap: wrap;
}

.pl-home-head-main {
	flex: 1 1 280px;
	min-width: 0;
}

.pl-home-head-main .pl-about-badge {
	margin-bottom: 16px;
}

.pl-home-head-main .pl-section-title {
	margin: 0;
}

.pl-home-head-main .pl-section-sub {
	margin: 12px 0 0;
}

.pl-latest-products .pl-home-head {
	margin-bottom: 40px;
}

/* Site-wide section title model (IntroGen) */
.pl-section-title {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 0.45em;
	font-family: var(--pl-font-head);
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: var(--pl-dark);
}

.pl-section-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3rem;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--pl-accent) 0%, var(--pl-primary) 100%);
}

.pl-section-title span {
	color: var(--pl-primary);
	font-style: normal;
}

.pl-section-title a {
	color: inherit;
	text-decoration: none;
}

.pl-section-title a:hover {
	color: var(--pl-primary);
}

.pl-section-sub {
	color: var(--pl-text-light);
	font-size: 1.05rem;
	max-width: 600px;
	margin: 12px 0 0;
}

/* Brands strip */
.pl-brands {
	padding: 60px 0;
	background: #fff;
	border-bottom: 1px solid var(--pl-border);
}

.pl-brands-head {
	margin-bottom: 28px;
}

.pl-brands-banners .pl-client-strip-stage {
	margin-top: 4px;
}

.pl-brands-banners .pl-client-logo {
	background: #fff;
}

/* Mini slayt — Swiper logo strip */
.pl-brands-mini {
	padding: 48px 0 56px;
	background: #f4f8fb;
	border-bottom: 1px solid var(--pl-border);
}

.pl-brands-mini .pl-brands-head {
	margin-bottom: 24px;
}

.pl-brands-mini .pl-client-logo {
	background: #fff;
}

/* ============================================================
   Banner ızgara — Crafto case-study cards
   ============================================================ */
.pl-brands-grid {
	padding: 64px 0 72px;
	background: #fff;
	border-bottom: 1px solid var(--pl-border);
}

.pl-brands-grid .pl-brands-head {
	margin-bottom: 28px;
}

.pl-brands-case-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(var(--pl-brands-cols, 3), minmax(0, 1fr));
	gap: 30px;
	align-items: start;
}

.pl-brands-case-item {
	min-width: 0;
}

.pl-brands-case {
	display: block;
	text-decoration: none;
	color: inherit;
	height: auto;
}

.pl-brands-case-box {
	position: relative;
	height: auto;
	overflow: visible;
	border-radius: 6px;
	background: #f4f8fb;
	transition: transform 0.35s var(--pl-ease-out);
}

.pl-brands-case:hover .pl-brands-case-box,
.pl-brands-case:focus-visible .pl-brands-case-box {
	transform: translateY(-4px);
	outline: none;
}

.pl-brands-case-image {
	position: relative;
	display: block;
	margin: 0;
	height: auto;
	overflow: visible;
	border-radius: 6px;
	background: #f4f8fb;
	line-height: 0;
}

.pl-brands-case-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: none;
	object-fit: unset;
	object-position: unset;
	filter: grayscale(0.15);
	opacity: 0.92;
	transition: filter 0.4s ease, opacity 0.4s ease;
}

.pl-brands-case:hover .pl-brands-case-image img,
.pl-brands-case:focus-visible .pl-brands-case-image img {
	filter: none;
	opacity: 1;
}

.pl-brands-case-fallback {
	display: block;
	padding: 48px 16px;
	font-family: var(--pl-font-head);
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--pl-dark);
	text-align: center;
	background: #f4f8fb;
}

.pl-brands-case-hover {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, 45px, 0) skewY(-8deg);
	transition:
		opacity 0.45s var(--pl-ease-out),
		transform 0.5s var(--pl-ease-out);
}

.pl-brands-case:hover .pl-brands-case-hover,
.pl-brands-case:focus-visible .pl-brands-case-hover {
	opacity: 1;
	transform: translate3d(0, 0, 0) skewY(0deg);
}

.pl-brands-case-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 16px 22px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(0, 40, 80, 0.14);
}

.pl-brands-case-copy {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.pl-brands-case-eyebrow {
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.6;
	color: #8a97a8;
}

.pl-brands-case-name {
	display: block;
	font-family: var(--pl-font-head);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.25;
	color: var(--pl-dark);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pl-brands-case-plus {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: var(--pl-dark);
}

@media (max-width: 991px) {
	.pl-brands-case-grid {
		grid-template-columns: repeat(min(2, var(--pl-brands-cols, 3)), minmax(0, 1fr));
		gap: 22px;
	}
}

@media (max-width: 575px) {
	.pl-brands-grid {
		padding: 40px 0 48px;
	}

	.pl-brands-case-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pl-brands-case-box,
	.pl-brands-case-hover,
	.pl-brands-case-image img {
		transition: none !important;
	}

	.pl-brands-case-hover {
		opacity: 1;
		transform: none;
	}
}

.pl-catalog-slide {
	background: linear-gradient(180deg, #f3f7fb 0%, #eef3f8 100%);
}

/* Temsilcilikler — Bexon home-04 client strip (Get to Know Us) */
.pl-temsilcilik-strip {
	padding: 56px 0 64px;
	background: linear-gradient(180deg, #f3f7fb 0%, #eef3f8 100%);
	border-bottom: 1px solid var(--pl-border);
}

.pl-temsilcilik-strip .pl-section-head {
	margin-bottom: 32px;
}

.pl-temsilcilik-strip .pl-home-head {
	margin-bottom: 32px;
}

.pl-client-strip-stage {
	position: relative;
	overflow: hidden;
	padding: 8px 0 4px;
}

.pl-client-strip-stage::before,
.pl-client-strip-stage::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: min(120px, 12vw);
	z-index: 2;
	pointer-events: none;
}

.pl-client-strip-stage::before {
	left: 0;
	background: linear-gradient(90deg, #eef3f8 0%, rgba(238, 243, 248, 0) 100%);
}

.pl-client-strip-stage::after {
	right: 0;
	background: linear-gradient(-90deg, #eef3f8 0%, rgba(238, 243, 248, 0) 100%);
}

.pl-client-strip-swiper {
	overflow: visible !important;
	padding: 0 16px;
}

.pl-client-strip-swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

.pl-client-strip-item {
	width: auto;
	height: auto;
}

.pl-client-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 100px;
	padding: 16px 20px;
	background: #fff;
	border: 1px solid #e6edf3;
	border-radius: 8px;
	text-decoration: none;
	box-sizing: border-box;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pl-client-logo:hover {
	border-color: rgba(0, 102, 179, 0.35);
	box-shadow: 0 10px 28px rgba(0, 102, 179, 0.12);
	transform: translateY(-2px);
}

.pl-client-logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 68px;
	object-fit: contain;
	filter: grayscale(20%);
	opacity: 0.9;
	transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.pl-client-logo img[hidden] {
	display: none !important;
}

.pl-client-logo-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 8px;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: var(--pl-primary);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	word-break: break-word;
}

.pl-client-logo-fallback[hidden] {
	display: none !important;
}

.pl-client-logo:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.04);
}

@media (min-width: 768px) {
	.pl-client-logo {
		width: 254px;
		height: 110px;
		padding: 18px 24px;
	}

	.pl-client-logo img {
		max-height: 74px;
	}
}

@media (max-width: 575px) {
	.pl-client-logo {
		width: 180px;
		height: 88px;
		padding: 14px 16px;
	}

	.pl-client-logo img {
		max-height: 56px;
	}
}

.pl-brands-swiper { padding-bottom: 36px !important; }

/* Legacy catalog grid (unused) */
.pl-catalog-grid-wrap {
	position: relative;
}

.pl-catalog-grid-swiper {
	height: auto;
	padding-bottom: 0 !important;
	overflow: hidden;
}

.pl-catalog-grid-item {
	height: auto !important;
	box-sizing: border-box;
}

.pl-catalog-grid-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 100px;
	padding: 12px 10px;
	background: #fff;
	border: 1px solid #e6edf3;
	border-radius: 10px;
	text-decoration: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	box-sizing: border-box;
}

.pl-catalog-grid-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 76px;
	padding: 4px 0;
	box-sizing: border-box;
}

.pl-catalog-grid-link:hover {
	border-color: var(--pl-primary);
	box-shadow: 0 8px 24px rgba(0, 102, 179, 0.1);
}

.pl-catalog-grid-link img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 76px;
	object-fit: contain !important;
	object-position: center center;
	filter: grayscale(15%);
	opacity: 0.92;
	transition: filter 0.25s ease, opacity 0.25s ease;
}

.pl-catalog-grid-link img[hidden] {
	display: none !important;
}

.pl-catalog-grid-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 8px;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: var(--pl-primary);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	word-break: break-word;
}

.pl-catalog-grid-fallback[hidden] {
	display: none !important;
}

.pl-catalog-grid-link:hover img {
	filter: grayscale(0%);
	opacity: 1;
}

.pl-catalog-grid-pagination {
	position: relative !important;
	bottom: auto !important;
	left: auto !important;
	width: 100%;
	margin-top: 32px;
	padding-bottom: 4px;
	text-align: center;
	transform: none !important;
}

.pl-catalog-grid-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
	background: transparent;
	border: 2px solid #c5d0dc;
	opacity: 1;
	transition: width 0.25s ease, border-color 0.25s ease;
}

.pl-catalog-grid-pagination .swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 999px;
	border-color: var(--pl-primary);
	background: transparent;
}

.pl-brand-slide {
	text-align: center;
	padding: 16px;
}

.pl-brand-slide a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.pl-brand-slide img {
	height: 56px;
	width: auto;
	max-width: 140px;
	object-fit: contain;
	filter: grayscale(30%);
	opacity: 0.85;
	transition: all 0.3s;
	margin: 0 auto;
}

.pl-brand-slide:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}

.pl-brand-slide h6 {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pl-text-light);
	margin: 0;
}

/* About split (Nexopart) — container genişliğinde */
.pl-about-section {
	padding: 80px 0;
	background: transparent;
}

.pl-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	width: 100%;
	max-width: 100%;
}

.pl-about-media {
	overflow: visible;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 420px;
}

.pl-about-media img {
	max-height: 420px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	will-change: transform;
	animation: pl-about-float 4.5s ease-in-out infinite;
}

@keyframes pl-about-float {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(0, -14px, 0); }
}

.pl-about-badge {
	display: inline-block;
	background: var(--pl-primary-light);
	color: var(--pl-primary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 6px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
}

/* Process section — side-by-side boxes */
.pl-process-section {
	position: relative;
	background: var(--pl-dark);
	padding: 56px 0 64px;
	overflow: hidden;
}

.pl-process-section .pl-section-title {
	color: #fff;
}

.pl-process-section .pl-section-title span {
	color: var(--pl-accent);
}

.pl-process-section .pl-section-title::after {
	background: var(--pl-accent);
}

.pl-process-section .pl-process-lead {
	color: rgba(255, 255, 255, 0.72);
}

.pl-process-head {
	margin-bottom: 28px;
	max-width: none;
	width: 100%;
}

.pl-process-head-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px 24px;
	flex-wrap: nowrap;
	margin-bottom: 10px;
	width: 100%;
}

.pl-process-head-main {
	max-width: 640px;
}

.pl-process-head .pl-section-title {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.pl-process-head-top .pl-btn {
	flex-shrink: 0;
}

.pl-process-lead {
	color: var(--pl-text-light);
	font-size: 1rem;
	line-height: 1.55;
	margin: 0;
	max-width: 560px;
}

.pl-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pl-process-box {
	position: relative;
	background: var(--pl-bg-alt);
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	padding: 28px 24px 26px;
	overflow: hidden;
	isolation: isolate;
	transition:
		border-color 0.4s var(--pl-ease-out),
		box-shadow 0.4s var(--pl-ease-out),
		transform 0.45s var(--pl-ease-out),
		background 0.4s ease;
}

.pl-process-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(180deg, var(--pl-accent), var(--pl-primary));
	opacity: 0.85;
	transition: width 0.4s var(--pl-ease-out), box-shadow 0.4s ease;
	z-index: 1;
}

.pl-process-box::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 80% at 0% 0%, rgba(0, 160, 227, 0.12) 0%, transparent 55%);
	opacity: 0;
	transform: scale(0.92);
	transition: opacity 0.45s var(--pl-ease-out), transform 0.45s var(--pl-ease-out);
	z-index: 0;
	pointer-events: none;
}

.pl-process-box:hover {
	background: #fff;
	border-color: rgba(0, 160, 227, 0.25);
	box-shadow:
		0 14px 36px rgba(0, 64, 128, 0.12),
		0 4px 12px rgba(0, 160, 227, 0.08);
	transform: translateY(-8px);
}

.pl-process-box:hover::before {
	width: 5px;
	box-shadow: 0 0 16px rgba(0, 160, 227, 0.45);
}

.pl-process-box:hover::after {
	opacity: 1;
	transform: scale(1);
}

.pl-process-box-index {
	position: relative;
	z-index: 1;
	display: block;
	font-family: var(--pl-font-head);
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	color: transparent;
	-webkit-text-stroke: 1.25px rgba(0, 102, 179, 0.28);
	margin-bottom: 14px;
	user-select: none;
	transform: translateX(0);
	transition:
		-webkit-text-stroke-color 0.35s ease,
		color 0.35s ease,
		transform 0.45s var(--pl-ease-out);
}

.pl-process-box:hover .pl-process-box-index {
	color: rgba(0, 160, 227, 0.14);
	-webkit-text-stroke-color: var(--pl-accent);
	transform: translateX(4px) scale(1.06);
}

.pl-process-title {
	position: relative;
	z-index: 1;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 8px;
	color: var(--pl-dark);
	transition: color 0.35s ease, transform 0.45s var(--pl-ease-out);
}

.pl-process-box:hover .pl-process-title {
	color: var(--pl-primary);
	transform: translateX(3px);
}

.pl-process-desc {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--pl-text-light);
	font-size: 0.92rem;
	line-height: 1.55;
	transition: color 0.35s ease, transform 0.45s var(--pl-ease-out);
}

.pl-process-box:hover .pl-process-desc {
	color: var(--pl-text);
	transform: translateX(3px);
}

/* Legacy / unused band & rail hooks */
.pl-process-bands-stack,
.pl-process-rail-list {
	display: contents;
}

.pl-process-band,
.pl-process-rail-marker,
.pl-process-step {
	display: none;
}

@media (max-width: 991px) {
	.pl-process-section {
		padding: 44px 0 48px;
	}

	.pl-process-head {
		margin-bottom: 20px;
	}

	.pl-process-head-top {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.pl-process-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.pl-process-box {
		padding: 22px 20px;
	}

	.pl-process-box-index {
		font-size: 1.75rem;
		margin-bottom: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pl-process-box,
	.pl-process-box::before,
	.pl-process-box::after,
	.pl-process-box-index,
	.pl-process-title,
	.pl-process-desc {
		transition: none;
	}

	.pl-process-box:hover,
	.pl-process-box:hover .pl-process-box-index,
	.pl-process-box:hover .pl-process-title,
	.pl-process-box:hover .pl-process-desc {
		transform: none;
	}
}

/* Blog slider — Bexon Strategies & Insights */
.pl-blog-section {
	background: #fff;
}

.pl-blog-head {
	margin-bottom: 40px;
}

.pl-blog-badge {
	display: inline-block;
	background: var(--pl-bg-alt);
	color: var(--pl-primary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 10px 16px;
	border-radius: 6px;
	white-space: nowrap;
}

.pl-blog-head-main {
	max-width: 640px;
}

.pl-blog-head .pl-section-title {
	margin: 0;
}

.pl-blog-lead {
	color: var(--pl-text-light);
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0;
}

.pl-blog-nav {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.pl-blog-nav-btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid var(--pl-border);
	background: #fff;
	color: var(--pl-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.pl-blog-nav-btn:hover:not(:disabled) {
	background: var(--pl-primary);
	border-color: var(--pl-primary);
	color: #fff;
}

.pl-blog-nav-btn--disabled,
.pl-blog-nav-btn:disabled {
	opacity: 0.35;
	cursor: default;
}

.pl-blog-nav-icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.pl-blog-slider-wrap {
	overflow: hidden;
}

.pl-blog-slider {
	overflow: visible !important;
}

.pl-blog-card {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pl-blog-card:hover {
	border-color: rgba(0, 102, 179, 0.25);
	box-shadow: 0 12px 32px rgba(15, 35, 55, 0.08);
}

.pl-blog-card-media {
	position: relative;
	width: 100%;
}

.pl-blog-card-thumb {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	margin: 15px 15px 0;
}

.pl-blog-card-thumb img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.pl-blog-card:hover .pl-blog-card-thumb img {
	transform: scale(1.05);
}

.pl-blog-date {
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 2;
	text-align: center;
	padding: 16px 18px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.pl-blog-date-day {
	display: block;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	margin-bottom: 6px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.pl-blog-date-month {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.pl-blog-card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 28px 24px 24px;
	box-sizing: border-box;
}

.pl-blog-meta {
	margin-bottom: 14px;
}

.pl-blog-cat a {
	font-size: 13px;
	font-weight: 600;
	color: var(--pl-text-light);
	text-decoration: none;
	transition: color 0.2s ease;
}

.pl-blog-cat a:hover {
	color: var(--pl-primary);
}

.pl-blog-title {
	font-size: 1.25rem;
	line-height: 1.35;
	margin: 0 0 12px;
}

.pl-blog-title a {
	color: var(--pl-dark);
	text-decoration: none;
	transition: color 0.2s ease;
}

.pl-blog-title a:hover {
	color: var(--pl-primary);
}

.pl-blog-excerpt {
	color: var(--pl-text-light);
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0 0 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pl-blog-foot {
	margin-top: 36px;
	text-align: right;
}

@media (min-width: 768px) {
	.pl-blog-card {
		flex-wrap: nowrap;
		padding: 15px;
	}

	.pl-blog-card-media {
		width: 47%;
		flex-shrink: 0;
	}

	.pl-blog-card-thumb {
		margin: 0;
		height: 100%;
		min-height: 240px;
	}

	.pl-blog-card-thumb img {
		height: 100%;
		min-height: 240px;
	}

	.pl-blog-date {
		right: 20px;
		bottom: 20px;
	}

	.pl-blog-card-body {
		width: 53%;
		padding: 28px 24px;
	}
}

@media (max-width: 991px) {
	.pl-blog-head {
		margin-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.pl-blog-date {
		right: 24px;
		bottom: 16px;
		padding: 12px 14px;
	}

	.pl-blog-date-day {
		font-size: 24px;
	}

	.pl-blog-card-body {
		padding: 22px 18px 20px;
	}
}

/* Feature cards (legacy) */
.pl-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.pl-feature-card {
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	padding: 36px 28px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}

.pl-feature-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: var(--pl-primary);
	transform: scaleY(0);
	transition: transform 0.3s;
}

.pl-feature-card:hover {
	box-shadow: var(--pl-shadow);
	border-color: transparent;
	transform: translateY(-4px);
}
.pl-feature-card:hover::before { transform: scaleY(1); }

.pl-feature-icon {
	width: 52px;
	height: 52px;
	background: var(--pl-primary-light);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 20px;
	color: var(--pl-primary);
}

.pl-feature-card h3 {
	font-size: 1.15rem;
	margin: 0 0 12px;
}

.pl-feature-card p {
	color: var(--pl-text-light);
	font-size: 15px;
	margin: 0;
}

.pl-feature-num {
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: var(--pl-font-head);
	font-size: 48px;
	font-weight: 800;
	color: var(--pl-primary-light);
	line-height: 1;
}

/* Product list — DataTable style */
.pl-product-table-wrap {
	position: relative;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	overflow: hidden;
}

.pl-product-table-wrap.is-loading::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.55);
	z-index: 2;
}

.pl-product-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pl-product-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	font-size: 0.92rem;
}

.pl-product-table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: var(--pl-bg-alt);
	color: var(--pl-dark);
	font-family: var(--pl-font-head);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: left;
	padding: 12px 14px;
	border-bottom: 1px solid var(--pl-border);
	white-space: nowrap;
}

.pl-product-row {
	transition: background 0.2s ease;
}

.pl-product-row:nth-child(even) {
	background: rgba(244, 248, 251, 0.55);
}

.pl-product-row:hover {
	background: rgba(0, 160, 227, 0.08);
}

.pl-product-td {
	padding: 10px 14px;
	border-bottom: 1px solid var(--pl-border);
	vertical-align: middle;
	color: var(--pl-text);
}

.pl-product-td--media {
	width: 72px;
	padding-left: 12px;
	padding-right: 8px;
}

.pl-product-row-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: #f7fafc;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	overflow: hidden;
	padding: 4px;
}

.pl-product-row-media img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.pl-product-td--code {
	width: 140px;
	white-space: nowrap;
}

.pl-product-code {
	display: inline-block;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--pl-primary);
	background: var(--pl-primary-light);
	padding: 3px 8px;
	border-radius: 4px;
}

.pl-product-row-title {
	font-family: var(--pl-font-head);
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--pl-dark);
	text-decoration: none;
	line-height: 1.35;
}

.pl-product-row-title:hover {
	color: var(--pl-primary);
}

.pl-product-brand {
	display: inline-block;
	font-size: 0.85rem;
	color: var(--pl-text-light);
}

.pl-product-th--price,
.pl-product-td--price {
	width: 120px;
	white-space: nowrap;
	text-align: right;
}

.pl-product-table thead th.pl-product-th--price {
	text-align: right;
}

.pl-product-price {
	display: block;
	width: 100%;
	text-align: right;
	font-family: var(--pl-font-head);
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--pl-dark);
	letter-spacing: 0.01em;
	font-variant-numeric: tabular-nums;
}

.pl-product-td--action {
	width: 1%;
	white-space: nowrap;
	text-align: right;
}

.pl-product-row-actions {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	flex-wrap: nowrap;
}

.pl-product-row-basket {
	display: inline-flex;
	margin: 0;
}

.pl-product-row-basket-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	min-width: 28px;
	border-radius: 6px;
}

.pl-product-row-basket-btn .pl-icon-cart {
	width: 13px;
	height: 13px;
	background: currentColor;
	flex-shrink: 0;
}

.pl-product-row-basket-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.pl-product-row-basket-btn.is-loading {
	opacity: 0.7;
}

.pl-product-row-basket-btn.is-added {
	opacity: 1;
}

.pl-product-row-btn {
	padding: 4px 10px;
	font-size: 11px;
	line-height: 1.2;
	min-height: 28px;
}

/* Legacy card grid kept for non-table contexts */
.pl-product-grid:not(tbody) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

tbody.pl-product-grid {
	display: table-row-group;
}

.pl-product-card {
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	overflow: hidden;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
}

.pl-product-card:hover {
	box-shadow: var(--pl-shadow-lg);
	border-color: rgba(0, 102, 179, 0.28);
	transform: translateY(-4px);
}

.pl-product-card-media {
	display: block;
	aspect-ratio: 4/3;
	background: #f7fafc;
	overflow: hidden;
	padding: 12px;
	box-sizing: border-box;
}

.pl-product-card-figure {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pl-product-card-media img,
.pl-product-card-figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: transform 0.4s;
}

.pl-product-card:hover .pl-product-card-media img {
	transform: scale(1.04);
}

.pl-product-card-body {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-top: 1px solid var(--pl-border);
}

.pl-product-cat {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--pl-primary);
}

.pl-product-title {
	font-size: 1rem;
	margin: 0;
	line-height: 1.35;
}
.pl-product-title a { color: var(--pl-dark); }
.pl-product-title a:hover { color: var(--pl-primary); }

.pl-product-desc {
	font-size: 14px;
	color: var(--pl-text-light);
	margin: 0;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Homepage latest grid */
.pl-latest-products {
	background: var(--pl-bg-alt);
}

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

.pl-product-grid-latest .pl-product-card-media img {
	object-fit: contain;
	padding: 12px;
	box-sizing: border-box;
}

.pl-product-date {
	font-size: 12px;
	color: var(--pl-text-light);
	margin: 0;
}

.pl-product-card-compact .pl-product-card-body {
	padding: 16px;
}

.pl-product-card-compact .pl-product-desc {
	display: none;
}

/* CTA band */
.pl-cta-band {
	background: linear-gradient(135deg, var(--pl-primary) 0%, var(--pl-primary-dark) 100%);
	padding: 48px 0;
}

.pl-cta-band-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
}

.pl-cta-band-text h3 {
	color: #fff;
	font-size: 1.5rem;
	margin: 0 0 8px;
}

.pl-cta-band-text p {
	color: rgba(255,255,255,0.85);
	margin: 0;
}

.pl-cta-band-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* Footer */
.pl-footer {
	background: var(--pl-dark);
	color: rgba(255,255,255,0.75);
	padding-top: 64px;
}

.pl-footer-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 40px;
	padding-bottom: 48px;
	align-items: flex-start;
	justify-content: space-between;
}

.pl-footer-brand {
	flex: 1 1 240px;
	max-width: 320px;
}

.pl-footer-col {
	flex: 1 1 150px;
	min-width: 140px;
	max-width: 220px;
}

.pl-footer-logo img {
	height: 48px;
	width: auto;
	margin-bottom: 16px;
	filter: brightness(0) invert(1);
	opacity: 0.95;
	transition: opacity 0.25s ease, filter 0.25s ease;
}

.pl-footer-logo:hover img {
	opacity: 1;
	filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.35));
}

.pl-footer-brand p,
.pl-footer-brand-note {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 20px;
}

.pl-footer-col h4 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}

.pl-footer-col h4 a {
	color: #fff;
}

.pl-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: none;
	overflow: visible;
}

.pl-footer-col li { margin-bottom: 10px; }

.pl-footer-col a {
	color: rgba(255,255,255,0.7);
	font-size: 14px;
}
.pl-footer-col a:hover { color: #fff; }

.pl-footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pl-footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.75);
}

.pl-footer-contact-item [class^="pl-icon-"] {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	color: var(--pl-accent);
	opacity: 0.9;
}

.pl-footer-contact-item a {
	color: rgba(255, 255, 255, 0.85);
}

.pl-footer-contact-item a:hover {
	color: #fff;
}

.pl-footer-contact-item span {
	flex: 1;
	min-width: 0;
}

.pl-footer-social a {
	display: inline-flex;
	color: rgba(255,255,255,0.7);
	margin-right: 12px;
	font-size: 18px;
}
.pl-footer-social a:hover { color: #fff; }

.pl-footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 18px 0;
}

.pl-footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 13px;
	color: rgba(255,255,255,0.55);
}

.pl-footer-bottom-inner p {
	margin: 0;
}

.pl-footer-bottom-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
}

.pl-footer-bottom-nav a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pl-footer-bottom-nav a:hover {
	color: #fff;
}

.pl-footer-credit { opacity: 0.5; }

/*
 * CMS 3WTURK / Prosigma lisans enjeksiyonu (body sonu).
 * Yapıya dokunulmaz; yalnızca boş spacer gizlenir, logolar ortalanır.
 */
body#inner-wrap > div[style*="visibility:hidden"],
body#inner-wrap > div[style*="visibility:visible"]:has(> small:only-child:empty) {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="3wturk.com"]),
body#inner-wrap > div[style*="visibility:visible"]:has(img[alt*="3WTURK"]),
body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) {
	clear: both;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
	text-align: center;
	margin: 0 !important;
	height: auto !important;
	overflow: visible !important;
	visibility: visible !important;
	background: var(--pl-dark);
	border: none;
	line-height: 0;
	font-size: 0;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="3wturk.com"]),
body#inner-wrap > div[style*="visibility:visible"]:has(img[alt*="3WTURK"]) {
	padding: 18px 15px 28px;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) {
	padding: 0 15px 28px;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) small {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="3wturk.com"]) img,
body#inner-wrap > div[style*="visibility:visible"]:has(img[alt*="3WTURK"]) img,
body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) img {
	max-height: 28px;
	width: auto;
	height: auto;
	opacity: 0.55;
	transition: opacity 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="3wturk.com"]) a,
body#inner-wrap > div[style*="visibility:visible"]:has(img[alt*="3WTURK"]) a,
body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="3wturk.com"]) a:hover img,
body#inner-wrap > div[style*="visibility:visible"]:has(img[alt*="3WTURK"]) a:hover img,
body#inner-wrap > div[style*="visibility:visible"]:has(a[href*="prosigma.net"]) a:hover img {
	opacity: 1;
}

/* Cookie */
.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--pl-dark);
	color: rgba(255, 255, 255, 0.92);
	padding: 0;
	z-index: 99999;
	transform: translateY(110%);
	transition: transform 0.35s ease;
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.18);
	pointer-events: none;
}

.cookiealert.show {
	transform: translateY(0);
	pointer-events: auto;
}

.cookiealert-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0;
	flex-wrap: wrap;
}

.cookiealert-text {
	flex: 1 1 280px;
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.cookiealert-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cookiealert .acceptcookies {
	white-space: nowrap;
	min-width: 96px;
}

@media (max-width: 767px) {
	.cookiealert-inner {
		flex-direction: column;
		align-items: stretch;
		padding: 14px 0 18px;
	}

	.cookiealert-actions {
		justify-content: flex-end;
	}
}

/* Modal / basket / policy */
body.pl-modal-open {
	overflow: hidden;
}

#basket-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	background: rgba(10, 18, 28, 0.55);
	backdrop-filter: blur(2px);
}

#basket-modal[style*="display: block"],
#basket-modal[style*="display:block"] {
	display: flex !important;
}

#basket-modal .modal-dialog {
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
}

.pl-basket-modal {
	overflow: hidden;
}

.pl-basket-results {
	min-height: 120px;
}

.pl-basket-loading {
	padding: 36px 20px;
	text-align: center;
	font-size: 14px;
	color: var(--pl-text-light);
}

#basket-loaded {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.pl-modal,
#basket-modal .modal-content,
#policy-page-modal .modal-content,
#greeting-modal .modal-content {
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	box-shadow: var(--pl-shadow-lg);
	background: #fff;
	overflow: hidden;
}

.pl-modal .modal-header,
#basket-modal .modal-header,
#policy-page-modal .modal-header,
#greeting-modal .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--pl-border);
	background: #fff;
}

.pl-modal .modal-title,
#basket-modal .modal-title,
#policy-page-modal .modal-title,
#greeting-modal .modal-title {
	margin: 0;
	font-family: var(--pl-font-head);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--pl-dark);
	line-height: 1.3;
}

.pl-modal-close,
.btn-close-policy,
#greeting-modal .btn-close {
	flex: 0 0 auto;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 1px solid var(--pl-border);
	border-radius: 50%;
	background: var(--pl-bg-alt);
	color: var(--pl-dark);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pl-modal-close svg {
	display: block;
}

.pl-modal-close:hover,
.btn-close-policy:hover,
#greeting-modal .btn-close:hover {
	background: var(--pl-primary-light);
	border-color: rgba(0, 102, 179, 0.35);
	color: var(--pl-primary);
}

.pl-modal .modal-body,
#policy-page-modal .modal-body,
#greeting-modal .modal-body {
	padding: 20px 18px 24px;
	color: var(--pl-text);
	font-size: 15px;
	line-height: 1.65;
	max-height: min(70vh, 640px);
	overflow-y: auto;
}

#basket-modal .modal-body {
	padding: 0;
	max-height: none;
	overflow: hidden;
}

.pl-modal .modal-footer,
#greeting-modal .modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding: 14px 18px;
	border-top: 1px solid var(--pl-border);
	background: var(--pl-bg-alt);
}

/* Basket modal content */
.pl-basket {
	display: flex;
	flex-direction: column;
	max-height: min(72vh, 560px);
}

.pl-basket-summary {
	padding: 10px 18px;
	font-family: var(--pl-font-head);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pl-text-light);
	background: var(--pl-bg-alt);
	border-bottom: 1px solid var(--pl-border);
}

.pl-basket-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	flex: 1 1 auto;
}

.pl-basket-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 36px;
	gap: 12px;
	align-items: start;
	padding: 14px 18px;
	border-bottom: 1px solid var(--pl-border);
}

.pl-basket-item:last-child {
	border-bottom: none;
}

.pl-basket-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 8px;
	border: 1px solid var(--pl-border);
	background: var(--pl-bg-alt);
	overflow: hidden;
}

.pl-basket-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.pl-basket-thumb--empty {
	color: var(--pl-primary);
}

.pl-basket-thumb--empty [class^="pl-icon-"] {
	width: 22px;
	height: 22px;
	background: currentColor;
}

.pl-basket-info {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-top: 2px;
}

.pl-basket-name {
	font-family: var(--pl-font-head);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--pl-dark);
	text-decoration: none;
}

.pl-basket-name:hover {
	color: var(--pl-primary);
}

.pl-basket-features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pl-basket-features li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: var(--pl-text-light);
}

.pl-basket-qty {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 4px;
	padding: 3px 8px;
	border-radius: 999px;
	background: var(--pl-primary-light);
	color: var(--pl-primary-dark);
	font-size: 12px;
	font-weight: 600;
}

.pl-basket-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-top: 4px;
	border-radius: 8px;
	border: 1px solid transparent;
	color: #b91c1c;
	background: #fef2f2;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.pl-basket-remove:hover {
	background: #fee2e2;
	border-color: #fecaca;
	color: #991b1b;
}

.pl-basket-footer {
	display: flex;
	justify-content: stretch;
	padding: 14px 18px 18px;
	border-top: 1px solid var(--pl-border);
	background: #fff;
}

.pl-basket-checkout {
	width: 100%;
}

.pl-basket-checkout [class^="pl-icon-"] {
	width: 16px;
	height: 16px;
	background: currentColor;
}

.pl-basket-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 48px 24px;
	text-align: center;
}

.pl-basket-empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 4px;
	border-radius: 50%;
	background: var(--pl-primary-light);
	color: var(--pl-primary);
}

.pl-basket-empty-icon [class^="pl-icon-"] {
	width: 24px;
	height: 24px;
	background: currentColor;
}

.pl-basket-empty-title {
	margin: 0;
	font-family: var(--pl-font-head);
	font-size: 16px;
	font-weight: 700;
	color: var(--pl-dark);
}

.pl-basket-empty-text {
	margin: 0;
	font-size: 14px;
	color: var(--pl-text-light);
}

#basket-modal .basket-empty {
	margin: 0;
	padding: 48px 24px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: var(--pl-text-light);
}

#policy-page-modal {
	z-index: 100050;
}

/* Checkout / quote page */
.pl-checkout-page {
	padding-bottom: 72px;
}

.pl-checkout-header {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 48px 0 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0, 102, 179, 0.12);
	background:
		radial-gradient(120% 90% at 0% 0%, rgba(0, 160, 227, 0.14) 0%, transparent 52%),
		radial-gradient(90% 80% at 100% 10%, rgba(0, 102, 179, 0.12) 0%, transparent 48%),
		linear-gradient(165deg, #eef5fb 0%, #f7fafc 42%, #ffffff 100%);
}

.pl-checkout-header-atmosphere {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.pl-checkout-header-glow {
	position: absolute;
	top: -36%;
	right: -6%;
	width: min(480px, 68vw);
	height: min(480px, 68vw);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 160, 227, 0.18) 0%, transparent 68%);
	filter: blur(8px);
	animation: pl-cat-glow 8s ease-in-out infinite alternate;
}

.pl-checkout-header-grid {
	position: absolute;
	inset: 0;
	opacity: 0.32;
	background-image:
		linear-gradient(rgba(0, 77, 135, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 77, 135, 0.06) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 90%);
}

.pl-checkout-header-inner {
	position: relative;
	z-index: 1;
	text-align: left;
	animation: pl-cat-rise 0.7s var(--pl-ease-out) both;
}

.pl-checkout-kicker {
	margin: 0 0 10px;
	font-family: var(--pl-font-head);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pl-primary);
	text-align: left;
}

.pl-checkout-title {
	margin: 0 0 12px;
	font-size: clamp(1.75rem, 3vw, 2.3rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: left;
}

.pl-checkout-intro {
	margin: 0;
	max-width: 52ch;
	font-size: 16px;
	line-height: 1.65;
	color: var(--pl-text-light);
	text-align: left;
}

.pl-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
	gap: 28px 36px;
	align-items: start;
}

.pl-checkout-panel {
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	box-shadow: var(--pl-shadow);
	overflow: hidden;
}

.pl-checkout-panel-head {
	padding: 16px 18px;
	border-bottom: 1px solid var(--pl-border);
	background: var(--pl-bg-alt);
}

.pl-checkout-panel-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
}

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

.pl-checkout-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	padding: 16px 18px;
	border-bottom: 1px solid var(--pl-border);
}

.pl-checkout-item:last-child {
	border-bottom: none;
}

.pl-checkout-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 8px;
	border: 1px solid var(--pl-border);
	background: var(--pl-bg-alt);
	overflow: hidden;
}

.pl-checkout-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pl-checkout-info {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pl-checkout-name {
	font-family: var(--pl-font-head);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--pl-dark);
}

.pl-checkout-name:hover {
	color: var(--pl-primary);
}

.pl-checkout-sku {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
	font-size: 11px;
	color: var(--pl-text-light);
	line-height: 1.3;
}

.pl-checkout-code,
.pl-checkout-mfr {
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.pl-basket-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
	font-size: 10px;
	color: var(--pl-text-light);
	line-height: 1.3;
}

.pl-basket-code,
.pl-basket-mfr {
	display: block;
	font-size: 10px;
	font-weight: 500;
}

.pl-checkout-features {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: var(--pl-text-light);
}

.pl-checkout-price-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	font-size: 13px;
	color: var(--pl-text);
}

.pl-checkout-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.pl-checkout-qty {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--pl-primary-light);
	color: var(--pl-primary-dark);
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.pl-checkout-qty-wrap {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.pl-checkout-qty-btn {
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	background: #fff;
	color: var(--pl-text);
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.pl-checkout-qty-btn:hover {
	border-color: var(--pl-primary);
	color: var(--pl-primary);
}

.pl-checkout-qty-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.pl-checkout-qty-input {
	width: 64px;
	height: 32px;
	padding: 0 6px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--pl-text);
	appearance: textfield;
	-moz-appearance: textfield;
}

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

.pl-checkout-qty-input:focus {
	outline: none;
	border-color: var(--pl-primary);
	box-shadow: 0 0 0 2px rgba(14, 116, 144, 0.12);
}

.pl-checkout-qty-unit {
	font-size: 12px;
	font-weight: 600;
	color: var(--pl-text-light);
	white-space: nowrap;
}

.pl-checkout-remove {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border-radius: 8px;
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #b91c1c;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
}

.pl-checkout-remove:hover {
	background: #fee2e2;
	color: #991b1b;
}

.pl-checkout-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 48px 24px;
	text-align: center;
}

.pl-checkout-empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--pl-primary-light);
	color: var(--pl-primary);
}

.pl-checkout-empty-icon [class^="pl-icon-"] {
	width: 24px;
	height: 24px;
	background: currentColor;
}

.pl-checkout-empty-title {
	margin: 0;
	font-family: var(--pl-font-head);
	font-size: 16px;
	font-weight: 700;
	color: var(--pl-dark);
}

.pl-checkout-empty-text {
	margin: 0 0 8px;
	font-size: 14px;
	color: var(--pl-text-light);
}

.pl-checkout-form {
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	box-shadow: var(--pl-shadow);
	padding: 22px 20px 24px;
}

.pl-checkout-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 8px;
	background: var(--pl-primary-light);
}

.pl-checkout-total-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--pl-primary-dark);
}

.pl-checkout-total-value {
	font-family: var(--pl-font-head);
	font-size: 1.15rem;
	color: var(--pl-dark);
}

.pl-checkout-form-head {
	margin-bottom: 18px;
}

.pl-checkout-form-title {
	margin: 0 0 6px;
	font-size: 1.15rem;
	font-weight: 700;
}

.pl-checkout-form-lead {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: var(--pl-text-light);
}

.pl-checkout-field {
	margin-bottom: 14px;
}

.pl-checkout-fields-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.pl-checkout-label {
	display: block;
	margin-bottom: 6px;
	font-family: var(--pl-font-head);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--pl-dark);
}

.pl-checkout-actions {
	margin-top: 8px;
}

.pl-checkout-submit {
	width: 100%;
}

.pl-checkout-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

@media (max-width: 991px) {
	.pl-checkout-layout {
		grid-template-columns: 1fr;
	}

	.pl-checkout-header {
		padding: 36px 0 28px;
		margin-bottom: 28px;
	}
}

@media (max-width: 575px) {
	.pl-checkout-item {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.pl-checkout-meta {
		grid-column: 1 / -1;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.pl-checkout-fields-row {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pl-checkout-header-glow,
	.pl-checkout-header-inner {
		animation: none !important;
	}
}

#policy-page-modal .modal-dialog {
	max-width: 760px;
}

.modal-backdrop {
	z-index: 100040;
	background: rgba(10, 18, 28, 0.55);
}

.modal-backdrop.show {
	opacity: 1;
}

/* Inner pages — article list */
.pl-articles-list {
	padding-top: 24px;
	padding-bottom: 64px;
	border-top: 0;
	background: #fff;
}

/* Nested container inside page pl-container — avoid double horizontal inset */
.pl-page-body .pl-articles-list > .pl-container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.pl-product-filter {
	margin: 0 0 28px;
	padding: 16px 18px;
	background: var(--pl-bg-alt);
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
}

.pl-product-filter-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 12px;
}

.pl-product-filter-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1 1 0;
	margin: 0;
	min-width: 0;
}

.pl-product-filter-field[hidden] {
	display: none !important;
}

.pl-product-filter-field--wide {
	flex: 1.25 1 0;
}

.pl-product-filter-field--search {
	flex: 1.1 1 0;
}

.pl-product-filter-field--sort {
	flex: 0.9 1 0;
	max-width: 220px;
}

.pl-product-filter-search {
	position: relative;
	display: block;
	margin: 0;
}

.pl-product-filter-search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--pl-text-light);
	pointer-events: none;
}

.pl-product-filter-search-input {
	width: 100%;
	height: 44px;
	padding: 0 12px 0 38px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	color: var(--pl-dark);
}

.pl-product-filter-search-input:focus {
	outline: none;
	border-color: var(--pl-primary);
	box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.12);
}

.pl-product-filter-label {
	font-family: var(--pl-font-head);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pl-text-light);
}

.pl-product-filter-select {
	width: 100%;
	height: 44px;
	padding: 0 36px 0 12px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7c8f' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;
	font-size: 14px;
	font-weight: 500;
	color: var(--pl-dark);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.pl-filter-combo {
	position: relative;
	width: 100%;
	z-index: 5;
}

.pl-filter-combo.is-open {
	z-index: 40;
}

.pl-filter-combo-native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.pl-filter-combo-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	background: #fff;
	color: var(--pl-dark);
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}

.pl-filter-combo.is-open .pl-filter-combo-toggle {
	border-color: var(--pl-primary);
	box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.12);
}

.pl-filter-combo-label {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pl-filter-combo-chevron {
	flex-shrink: 0;
	color: var(--pl-text-light);
	display: inline-flex;
	transition: transform 0.18s ease;
}

.pl-filter-combo.is-open .pl-filter-combo-chevron {
	transform: rotate(180deg);
	color: var(--pl-primary);
}

.pl-filter-combo-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	max-height: 320px;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(26, 35, 50, 0.14);
	overflow: hidden;
}

.pl-filter-combo-panel[hidden] {
	display: none !important;
}

.pl-filter-combo-search-wrap {
	position: relative;
	flex: 0 0 auto;
	padding: 10px;
	border-bottom: 1px solid var(--pl-border);
	background: var(--pl-bg-alt);
}

.pl-filter-combo-search-icon {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--pl-text-light);
	pointer-events: none;
}

.pl-filter-combo-search {
	width: 100%;
	height: 38px;
	padding: 0 12px 0 36px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	background: #fff;
	font-size: 13px;
	font-weight: 500;
	color: var(--pl-dark);
}

.pl-filter-combo-search:focus {
	outline: none;
	border-color: var(--pl-primary);
	box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.12);
}

.pl-filter-combo-list {
	list-style: none;
	margin: 0;
	padding: 6px;
	overflow-y: auto;
	max-height: 240px;
}

.pl-filter-combo-option {
	margin: 0;
	padding: 9px 10px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	color: var(--pl-dark);
	cursor: pointer;
	line-height: 1.35;
}

.pl-filter-combo-option:hover {
	background: var(--pl-primary-light);
	color: var(--pl-primary-dark);
}

.pl-filter-combo-option.is-selected {
	background: rgba(0, 102, 179, 0.12);
	color: var(--pl-primary-dark);
	font-weight: 700;
}

.pl-filter-combo-empty {
	margin: 0;
	padding: 16px 12px;
	text-align: center;
	font-size: 13px;
	color: var(--pl-text-light);
}

.pl-product-filter-select:focus {
	outline: none;
	border-color: var(--pl-primary);
	box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.12);
}


.pl-product-filter-parent {
	display: inline-flex;
	align-items: center;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	background: #fff;
	color: var(--pl-primary);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
}

.pl-product-filter-parent:hover {
	border-color: var(--pl-primary);
	background: var(--pl-primary-light);
	color: var(--pl-primary-dark);
}

.pl-product-filter-meta {
	font-size: 13px;
	font-weight: 600;
	color: var(--pl-text-light);
	align-self: center;
}

.pl-product-grid-wrap {
	position: relative;
	min-height: 120px;
}

.pl-product-grid-wrap.is-loading::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(1px);
}

.pl-product-grid-wrap.is-loading::before {
	content: "";
	position: absolute;
	top: 48%;
	left: 50%;
	z-index: 3;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	border: 2px solid rgba(0, 102, 179, 0.2);
	border-top-color: var(--pl-primary, #0066b3);
	border-radius: 50%;
	animation: pl-filter-spin 0.7s linear infinite;
}

.pl-product-filter.is-loading {
	pointer-events: none;
	opacity: 0.72;
}

@keyframes pl-filter-spin {
	to { transform: rotate(360deg); }
}

.pl-pagination-ajax .pl-pager-btn {
	appearance: none;
	cursor: pointer;
	font: inherit;
}

.pl-product-filter-empty {
	margin: 24px 0 0;
	padding: 18px 16px;
	border: 1px dashed var(--pl-border);
	border-radius: 8px;
	background: var(--pl-bg-alt);
	color: var(--pl-text-light);
	text-align: center;
	font-size: 14px;
}

.pl-product-filter-clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex: 0 0 auto;
	align-self: flex-end;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	background: #fff;
	color: var(--pl-text);
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.2s;
}

.pl-product-filter-clear[hidden] {
	display: none !important;
}

.pl-product-filter-clear:hover {
	border-color: var(--pl-primary);
	color: var(--pl-primary);
}

.pl-product-filter-clear.is-empty {
	opacity: 0.45;
	pointer-events: none;
}

@media (max-width: 991px) {
	.pl-product-filter-inner {
		flex-wrap: wrap;
	}

	.pl-product-filter-field,
	.pl-product-filter-field--wide,
	.pl-product-filter-field--search {
		flex: 1 1 calc(50% - 12px);
		min-width: 180px;
	}

	.pl-product-filter-clear {
		flex: 0 0 auto;
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	.pl-product-filter-field,
	.pl-product-filter-field--wide,
	.pl-product-filter-field--search {
		flex: 1 1 100%;
		min-width: 0;
	}

	.pl-product-filter-clear {
		width: auto;
		margin-left: auto;
	}
}

/* Category page header — IntroGen lab catalog strip */
.pl-cat-header {
	position: relative;
	isolation: isolate;
	overflow: visible;
	margin: 0;
	padding: 28px 0 0;
	color: #fff;
	background: var(--pl-dark);
}

.pl-cat-header-stage {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
}

.pl-cat-header-wash {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, #003366 0%, var(--pl-dark) 42%, #0059a8 78%, #0077c2 100%);
}

.pl-cat-header-mesh {
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image:
		radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.55) 1px, transparent 0);
	background-size: 22px 22px;
	mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 72%, transparent 100%);
	animation: pl-cat-mesh 18s linear infinite;
}

.pl-cat-header-beam {
	position: absolute;
	top: -20%;
	right: 8%;
	width: min(420px, 55vw);
	height: 140%;
	background: linear-gradient(180deg, rgba(0, 160, 227, 0.35) 0%, rgba(0, 160, 227, 0.05) 45%, transparent 75%);
	transform: rotate(18deg);
	filter: blur(2px);
	animation: pl-cat-beam 7s ease-in-out infinite alternate;
}

.pl-cat-header-mark {
	position: absolute;
	right: -18%;
	top: 42%;
	z-index: 0;
	width: min(880px, 112vw);
	height: min(880px, 112vw);
	color: rgba(255, 255, 255, 0.55);
	transform: translateY(-46%);
	opacity: 0.45;
	pointer-events: none;
}

.pl-cat-header-mark svg {
	width: 100%;
	height: 100%;
	animation: pl-cat-spin 28s linear infinite;
}

.pl-cat-header-inner {
	position: relative;
	z-index: 1;
	padding-bottom: 36px;
}

.pl-breadcrumb {
	display: block;
	margin: 0 0 22px;
}

.pl-breadcrumb-list {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2px;
	max-width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.72);
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.pl-breadcrumb-item {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

.pl-breadcrumb-item + .pl-breadcrumb-item::before,
.pl-breadcrumb-home + .pl-breadcrumb-item::before,
.pl-breadcrumb-rss + .pl-breadcrumb-item::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 8px;
	border-right: 1.5px solid rgba(255, 255, 255, 0.4);
	border-top: 1.5px solid rgba(255, 255, 255, 0.4);
	transform: rotate(45deg);
	flex: 0 0 auto;
}

.pl-breadcrumb-item a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 240px;
	padding: 5px 0;
	border-radius: 0;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid transparent;
	transition: color 0.2s, border-color 0.2s;
}

.pl-breadcrumb-item a:hover {
	color: #fff;
	background: transparent;
	border-bottom-color: rgba(0, 160, 227, 0.85);
}

.pl-breadcrumb-item a span {
	overflow: hidden;
	text-overflow: ellipsis;
}

.pl-breadcrumb-home a {
	color: #fff;
	background: transparent;
}

.pl-breadcrumb-home-label {
	display: inline;
}

.pl-breadcrumb-item.treeItemLast a {
	color: #fff;
	font-weight: 700;
	background: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 160, 227, 0.9);
	pointer-events: none;
}

.pl-breadcrumb-rss {
	display: inline-flex;
	align-items: center;
	margin-left: 2px;
}

.pl-breadcrumb-rss a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.2s, background 0.2s;
}

.pl-breadcrumb-rss a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.pl-cat-header-body {
	position: relative;
	padding: 0;
	max-width: 820px;
	animation: pl-cat-rise 0.75s var(--pl-ease-out) 0.06s both;
}

.pl-cat-header-copy {
	position: relative;
	padding-left: 0;
}

.pl-cat-kicker {
	margin: 0 0 12px;
	padding: 0;
	font-family: var(--pl-font-head);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--pl-accent);
}

.pl-cat-kicker a {
	color: inherit;
	text-decoration: none;
}

.pl-cat-kicker a:hover {
	color: #7fd4f5;
}

.pl-cat-title {
	margin: 0;
	padding: 0;
	font-family: var(--pl-font-head);
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
	color: #fff;
}

.pl-cat-title-text {
	display: inline;
	color: #fff;
	background: none;
	-webkit-background-clip: initial;
	background-clip: initial;
}

.pl-cat-title-text::after {
	content: "";
	display: block;
	width: min(120px, 35%);
	height: 3px;
	margin-top: 16px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--pl-accent) 0%, rgba(0, 160, 227, 0.15) 100%);
	transform-origin: left center;
	animation: pl-cat-bar 0.85s var(--pl-ease-out) 0.2s both;
}

.pl-cat-lead {
	margin-top: 16px;
	padding: 0;
	max-width: 640px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.7;
	opacity: 1;
}

.pl-cat-lead p {
	margin: 0 0 0.6em;
}

.pl-cat-lead p:last-child {
	margin-bottom: 0;
}

.pl-cat-header-edge {
	display: block;
	position: relative;
	z-index: 1;
	height: 4px;
	margin-top: 8px;
	background: linear-gradient(
		90deg,
		var(--pl-accent) 0%,
		#4fc3f7 35%,
		var(--pl-primary) 70%,
		#7eb8e8 100%
	);
	opacity: 0.95;
}

@keyframes pl-cat-rise {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes pl-cat-bar {
	from { transform: scaleX(0); opacity: 0; }
	to { transform: scaleX(1); opacity: 1; }
}

@keyframes pl-cat-beam {
	from { opacity: 0.55; transform: rotate(18deg) translate3d(0, 0, 0); }
	to { opacity: 0.9; transform: rotate(18deg) translate3d(-18px, 12px, 0); }
}

@keyframes pl-cat-mesh {
	from { background-position: 0 0; }
	to { background-position: 22px 22px; }
}

@keyframes pl-cat-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
	.pl-cat-header-mesh,
	.pl-cat-header-beam,
	.pl-cat-header-mark svg,
	.pl-cat-header-body,
	.pl-cat-title-text::after {
		animation: none !important;
	}
}

/* Subcategory list — image left, text right */
.pl-subcats {
	padding: 32px 0 40px;
}

.pl-subcats--brands .pl-subcat-list {
	--pl-subcat-cols: 4;
}

.pl-subcats--brands .pl-subcat-card-link {
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	gap: 0;
}

.pl-subcats--brands .pl-subcat-card-media {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 10px 10px 0 0;
}

.pl-subcats--brands .pl-subcat-card-body {
	padding: 14px 16px 16px;
	align-items: center;
}

.pl-subcats--brands .pl-subcat-card-meta {
	align-items: center;
	text-align: center;
}

.pl-subcats--brands .pl-subcat-title {
	font-size: 0.95rem;
}

.pl-subcat-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin: 0 0 18px;
}

.pl-subcat-search {
	position: relative;
	display: flex;
	align-items: stretch;
	flex: 1 1 320px;
	max-width: 520px;
	margin: 0;
	gap: 0;
}

.pl-subcat-search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--pl-text-light);
	pointer-events: none;
	z-index: 1;
}

.pl-subcat-search-input {
	flex: 1 1 auto;
	width: 100%;
	height: 44px;
	padding: 0 14px 0 40px;
	border: 1px solid var(--pl-border);
	border-right: 0;
	border-radius: 6px 0 0 6px;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	color: var(--pl-dark);
}

.pl-subcat-search-input:focus {
	outline: none;
	border-color: var(--pl-primary);
	box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.12);
	z-index: 1;
}

.pl-subcat-search-input::placeholder {
	color: var(--pl-text-light);
	font-weight: 400;
}

.pl-subcat-search-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex: 0 0 auto;
	height: 44px;
	padding: 0 16px;
	border: 1px solid var(--pl-primary);
	border-radius: 0 6px 6px 0;
	background: var(--pl-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
}

.pl-subcat-search-btn:hover {
	background: var(--pl-primary-dark);
	border-color: var(--pl-primary-dark);
}

.pl-subcat-search-meta {
	font-size: 13px;
	font-weight: 600;
	color: var(--pl-text-light);
}

.pl-subcat-empty {
	margin: 8px 0 0;
	padding: 16px;
	border: 1px dashed var(--pl-border);
	border-radius: var(--pl-radius);
	background: #fff;
	color: var(--pl-text-light);
	text-align: center;
}

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

.pl-subcat-list,
.pl-subcat-grid {
	display: grid;
	grid-template-columns: repeat(var(--pl-subcat-cols, 2), minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pl-subcat-card {
	margin: 0;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s var(--pl-ease-out);
}

.pl-subcat-card:hover {
	border-color: rgba(0, 102, 179, 0.35);
	box-shadow: var(--pl-shadow);
	transform: translateY(-1px);
}

.pl-subcat-card.is-active {
	border-color: rgba(0, 102, 179, 0.55);
	box-shadow: 0 0 0 1px rgba(0, 102, 179, 0.2), var(--pl-shadow);
}

.pl-subcat-card.is-active .pl-subcat-title {
	color: var(--pl-primary);
}

.pl-subcat-card-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	min-height: 76px;
	width: 100%;
	color: inherit;
	text-decoration: none !important;
}

.pl-subcat-card-media {
	position: relative;
	flex: 0 0 92px;
	width: 92px;
	height: 76px;
	padding: 8px;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7fafc;
	border-right: 1px solid var(--pl-border);
	box-sizing: border-box;
}

.pl-subcat-card-figure {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pl-subcat-card-media img,
.pl-subcat-card-figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: transform 0.35s var(--pl-ease-out);
}

.pl-subcat-card:hover .pl-subcat-card-media img {
	transform: scale(1.04);
}

.pl-subcat-card-media--placeholder {
	background-color: #eef3f8;
}

.pl-subcat-card-media--placeholder .pl-subcat-card-figure {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Crect x='8' y='14' width='48' height='36' rx='3' stroke='%23a8b8c8' stroke-width='3'/%3E%3Ccircle cx='22' cy='28' r='5' fill='%23a8b8c8'/%3E%3Cpath d='M8 42 L24 30 L36 38 L56 22' stroke='%23a8b8c8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 28px;
}

.pl-subcat-card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	padding: 10px 14px;
	flex: 1;
	min-width: 0;
}

.pl-subcat-card-meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.pl-subcat-title {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--pl-dark);
}

.pl-subcat-card-link:hover .pl-subcat-title {
	color: var(--pl-primary);
}

.pl-subcat-count {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 8px;
	border-radius: 4px;
	background: var(--pl-primary);
	color: #fff;
	font-family: var(--pl-font-head);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	white-space: nowrap;
}

.pl-subcat-count:empty {
	display: none;
}

.pl-subcat-card:hover .pl-subcat-count {
	background: var(--pl-primary-dark);
}

.pl-subcat-card .pl-link-arrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--pl-primary);
	opacity: 0.75;
}

@media (max-width: 991px) {
	.pl-product-grid:not(tbody) { grid-template-columns: repeat(2, 1fr); }
	.pl-product-th--brand,
	.pl-product-td--brand {
		display: none;
	}
	.pl-subcat-list,
	.pl-subcat-grid {
		grid-template-columns: repeat(min(2, var(--pl-subcat-cols, 2)), minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pl-cat-header { padding-top: 20px; }
	.pl-cat-header-inner { padding-bottom: 28px; }
	.pl-cat-header-mark { display: none; }
	.pl-breadcrumb-home-label { display: none; }
	.pl-breadcrumb-item a { max-width: 140px; }
	.pl-cat-title { font-size: clamp(1.55rem, 8vw, 2.1rem); }
	.pl-cat-lead { font-size: 0.98rem; }
	.pl-subcats { padding: 24px 0 32px; }
	.pl-subcat-list,
	.pl-subcat-grid {
		grid-template-columns: 1fr;
	}
	.pl-subcat-card-media {
		flex-basis: 72px;
		width: 72px;
		height: auto;
		min-height: 64px;
		padding: 6px;
	}
	.pl-subcat-card-link { min-height: 68px; }
	.pl-subcat-title { font-size: 0.88rem; }
	.pl-subcat-card-body { padding: 10px 12px; gap: 8px; }
}

.pl-main .breadcrumb,
.pl-main nav[aria-label="breadcrumb"] {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}

.pl-pagination {
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid var(--pl-border);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.pl-pager,
.pl-pagination .navigator {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 8px;
	border: 1px solid rgba(0, 102, 179, 0.16);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 60, 110, 0.08);
	clear: both;
}

.pl-pager-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 44px;
	color: var(--pl-text-light);
	font-weight: 700;
	letter-spacing: 0.08em;
	user-select: none;
}

.pl-pager-btn,
.pl-pagination .navigator .btn,
.pl-pagination .navigator a,
.pl-pagination .navigator span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid rgba(0, 102, 179, 0.14);
	border-radius: 10px;
	background: #fff;
	color: var(--pl-dark);
	font-family: var(--pl-font-head);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-decoration: none !important;
	transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.2s;
	box-shadow: none;
	cursor: pointer;
}

.pl-pager-btn:hover,
.pl-pagination .navigator a:hover {
	background: var(--pl-primary-light);
	border-color: rgba(0, 102, 179, 0.28);
	color: var(--pl-primary-dark);
	transform: translateY(-1px);
}

.pl-pager-btn.is-current,
.pl-pagination .navigator .text-danger,
.pl-pagination .navigator span.is-current,
.pl-pagination .navigator span.btn.text-danger {
	background: linear-gradient(135deg, var(--pl-primary) 0%, var(--pl-primary-dark) 100%);
	border-color: transparent;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(0, 102, 179, 0.32);
	pointer-events: none;
	min-width: 48px;
	height: 48px;
	font-size: 15px;
}

.pl-pager-btn.is-disabled,
.pl-pagination .navigator .is-disabled {
	opacity: 0.35;
	pointer-events: none;
	cursor: default;
	transform: none;
	background: #f4f7fb;
}

.pl-pager-btn--edge {
	color: var(--pl-primary);
}

.pl-pager-btn svg {
	display: block;
}

@media (max-width: 575px) {
	.pl-pagination {
		margin-top: 28px;
		padding-top: 20px;
	}

	.pl-pager,
	.pl-pagination .navigator {
		width: 100%;
		gap: 4px;
		padding: 5px;
		border-radius: 12px;
	}

	.pl-pager-btn,
	.pl-pagination .navigator .btn,
	.pl-pagination .navigator a,
	.pl-pagination .navigator span {
		min-width: 36px;
		height: 36px;
		padding: 0 10px;
		font-size: 12px;
		border-radius: 8px;
	}
}

/* Contact info block (customs) — kolon içinde kullanılır */
.pl-contact-block {
	margin: 0;
	height: 100%;
}

.pl-contact-block-panel {
	display: flex;
	flex-direction: column;
	gap: 22px;
	height: 100%;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	box-shadow: var(--pl-shadow);
}

.pl-contact-block-head {
	margin: 0;
	padding: 0 0 16px;
	border-bottom: 1px solid rgba(0, 102, 179, 0.12);
}

.pl-contact-block-kicker {
	margin: 0 0 8px;
	font-family: var(--pl-font-head);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pl-primary);
}

.pl-contact-block-title {
	margin: 0 0 8px;
	font-family: var(--pl-font-head);
	font-size: 1.45rem;
	font-weight: 800;
	color: var(--pl-dark);
}

.pl-contact-block-lead {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--pl-text-light);
}

.pl-contact-social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pl-contact-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(0, 102, 179, 0.08);
	color: var(--pl-primary);
	transition: background 0.2s ease, color 0.2s ease;
}

.pl-contact-social a:hover {
	background: var(--pl-primary);
	color: #fff;
}

.pl-contact-social a [class^="pl-icon-"] {
	width: 18px;
	height: 18px;
}

.pl-footer-social a [class^="pl-icon-"] {
	width: 18px;
	height: 18px;
}

/* Page body sections (default / articles / article / user) */
.pl-page-sections {
	align-items: stretch;
}

.pl-page-sections--bleed > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

/* List/detail carriers: blocks own their pl-container; keep full-bleed headers */
.pl-main--fluid,
.pl-page-body--fluid {
	padding: 0;
	background: transparent;
}

.pl-main--home,
.pl-page-body--home {
	padding: 0;
	background: transparent;
}

/* Custom forms — standart blok (kolon içinde) */
.pl-form-block {
	margin: 0;
	padding: 0;
}

.pl-form-block-panel {
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	padding: 28px 28px 32px;
	box-shadow: var(--pl-shadow);
}

.pl-form-block-head {
	margin: 0 0 22px;
	padding: 0 0 16px;
	border-bottom: 1px solid rgba(0, 102, 179, 0.12);
}

.pl-form-block-title {
	margin: 0;
	font-family: var(--pl-font-head);
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--pl-dark);
}

.pl-form-block-notes {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--pl-text-light);
}

.pl-form-block-alert {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.pl-form-block-alert--error {
	background: rgba(180, 35, 24, 0.08);
	color: #8a1f16;
	border: 1px solid rgba(180, 35, 24, 0.2);
}

.pl-form-block-alert--success {
	background: rgba(22, 120, 70, 0.08);
	color: #0f5c35;
	border: 1px solid rgba(22, 120, 70, 0.2);
}

.pl-form-block-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 16px;
}

.pl-form-block-fields--meta {
	margin-top: 14px;
}

.pl-form-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.pl-form-field--full {
	grid-column: 1 / -1;
}

.pl-form-field--half {
	grid-column: span 1;
}

.pl-form-field-label {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--pl-dark);
	white-space: nowrap;
}

.pl-form-block-required {
	color: #b42318;
	margin-left: 2px;
	white-space: nowrap;
}

.pl-form-control {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid var(--pl-border);
	border-radius: 8px;
	background: #fff;
	color: var(--pl-text);
	font: inherit;
	font-size: 15px;
	line-height: 1.4;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

textarea.pl-form-control {
	min-height: 120px;
	resize: vertical;
}

.pl-form-control:focus {
	outline: none;
	border-color: var(--pl-primary);
	box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.12);
}

.pl-form-block-captcha {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.pl-form-block-captcha img {
	border-radius: 6px;
	border: 1px solid var(--pl-border);
}

.pl-form-block-captcha .pl-form-control {
	flex: 1 1 160px;
	max-width: 220px;
}

.pl-form-block-actions {
	margin-top: 20px;
}

@media (max-width: 700px) {
	.pl-form-block-fields {
		grid-template-columns: 1fr;
	}

	.pl-form-field--half {
		grid-column: 1 / -1;
	}

	.pl-form-block-panel {
		padding: 20px 16px 24px;
	}
}

.pl-contact-header {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 48px 0 40px;
	margin-bottom: 48px;
	border-bottom: 1px solid rgba(0, 102, 179, 0.12);
	background:
		radial-gradient(120% 90% at 0% 0%, rgba(0, 160, 227, 0.14) 0%, transparent 52%),
		radial-gradient(90% 80% at 100% 10%, rgba(0, 102, 179, 0.12) 0%, transparent 48%),
		linear-gradient(165deg, #eef5fb 0%, #f7fafc 42%, #ffffff 100%);
}

.pl-contact-header-atmosphere {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.pl-contact-header-glow {
	position: absolute;
	top: -36%;
	right: -6%;
	width: min(480px, 68vw);
	height: min(480px, 68vw);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 160, 227, 0.18) 0%, transparent 68%);
	filter: blur(8px);
	animation: pl-cat-glow 8s ease-in-out infinite alternate;
}

.pl-contact-header-grid {
	position: absolute;
	inset: 0;
	opacity: 0.32;
	background-image:
		linear-gradient(rgba(0, 77, 135, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 77, 135, 0.06) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 90%);
}

.pl-contact-header-inner {
	position: relative;
	z-index: 1;
	text-align: left;
	animation: pl-cat-rise 0.7s var(--pl-ease-out) both;
}

.pl-contact-kicker {
	margin: 0 0 10px;
	font-family: var(--pl-font-head);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pl-primary);
	text-align: left;
}

.pl-contact-title {
	margin: 0 0 14px;
	font-size: clamp(1.85rem, 3vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: left;
	animation: pl-cat-bar 0.9s var(--pl-ease-out) 0.08s both;
}

.pl-contact-intro {
	margin: 0;
	max-width: 54ch;
	font-size: 16px;
	line-height: 1.7;
	color: var(--pl-text-light);
	text-align: left;
}

.pl-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
	gap: 40px 48px;
	align-items: start;
}

.pl-contact-aside-inner {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.pl-contact-details {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pl-contact-detail {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.pl-contact-detail-icon {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--pl-primary-light);
	color: var(--pl-primary);
}

.pl-contact-detail-icon [class^="pl-icon-"] {
	width: 18px;
	height: 18px;
	background: currentColor;
}

.pl-contact-detail-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	padding-top: 2px;
}

.pl-contact-detail-label {
	font-family: var(--pl-font-head);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pl-text-light);
}

.pl-contact-detail-value,
.pl-contact-detail-value a {
	font-size: 15px;
	font-weight: 600;
	color: var(--pl-dark);
	word-break: break-word;
}

.pl-contact-detail-value a:hover {
	color: var(--pl-primary);
}

.pl-contact-aside-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pl-dark);
}

.pl-contact-address-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: var(--pl-text);
}

.pl-contact-map {
	overflow: hidden;
	border-radius: var(--pl-radius);
	border: 1px solid var(--pl-border);
	background: #fff;
	box-shadow: var(--pl-shadow);
}

.pl-contact-map iframe {
	display: block;
	width: 100%;
	min-height: 280px;
	border: 0;
}

.pl-contact-form-col {
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	padding: 28px 28px 32px;
	box-shadow: var(--pl-shadow);
	animation: pl-cat-rise 0.75s var(--pl-ease-out) 0.12s both;
}

.pl-contact-form-head {
	margin-bottom: 22px;
}

.pl-contact-form-title {
	margin: 0 0 8px;
	font-size: 1.35rem;
	font-weight: 700;
}

.pl-contact-form-lead {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--pl-text-light);
}

.pl-contact-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.pl-contact-fields--meta {
	margin-top: 14px;
}

.pl-contact-field--full {
	grid-column: 1 / -1;
}

.pl-contact-field--half {
	grid-column: span 1;
}

.pl-form-control {
	display: block;
	width: 100%;
	padding: 13px 16px;
	font-family: var(--pl-font);
	font-size: 15px;
	line-height: 1.4;
	color: var(--pl-dark);
	background: var(--pl-bg-alt);
	border: 1px solid transparent;
	border-radius: var(--pl-radius);
	transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.pl-form-control:focus {
	outline: none;
	background: #fff;
	border-color: rgba(0, 102, 179, 0.45);
	box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.12);
}

.pl-form-control::placeholder {
	color: var(--pl-text-light);
	opacity: 0.85;
}

textarea.pl-form-control {
	min-height: 132px;
	resize: vertical;
}

.pl-contact-captcha-label {
	display: block;
	margin-bottom: 8px;
	font-family: var(--pl-font-head);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--pl-dark);
}

.pl-contact-captcha-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.pl-contact-captcha-row img {
	height: 38px;
	width: auto;
	border-radius: 6px;
	border: 1px solid var(--pl-border);
	background: #fff;
}

.pl-contact-captcha-input {
	flex: 1 1 160px;
	min-width: 140px;
}

.pl-contact-actions {
	margin-top: 20px;
}

.pl-contact-submit {
	min-width: 160px;
}

.pl-contact-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.pl-contact-alert {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: var(--pl-radius);
	font-size: 14px;
}

.pl-contact-alert--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.pl-contact-alert--success {
	background: #ecfdf5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}

.pl-contact-notes {
	margin-bottom: 14px;
	font-size: 14px;
	color: var(--pl-text-light);
}

.pl-contact-required {
	color: #dc2626;
}

.pl-form-standard-section {
	padding: 8px 0 48px;
}

.pl-form-standard {
	max-width: 760px;
	padding: 28px 28px 32px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
}

.pl-form-standard-head {
	margin-bottom: 20px;
}

.pl-form-standard-title {
	margin: 0;
	font-family: var(--pl-font-head);
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--pl-dark);
}

.pl-form-standard .pl-contact-fields {
	grid-template-columns: 1fr;
	gap: 16px;
}

.pl-form-standard .form-label,
.pl-form-standard .pl-contact-captcha-label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	color: var(--pl-text);
}

.pl-form-standard .form-control,
.pl-form-standard .pl-form-control {
	display: block;
	width: 100%;
	padding: 12px 14px;
	font-family: var(--pl-font);
	font-size: 15px;
	line-height: 1.4;
	color: var(--pl-dark);
	background: var(--pl-bg-alt);
	border: 1px solid transparent;
	border-radius: var(--pl-radius);
}

.pl-form-standard .form-control:focus,
.pl-form-standard .pl-form-control:focus {
	outline: none;
	background: #fff;
	border-color: rgba(0, 102, 179, 0.45);
	box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.1);
}

.pl-form-standard .col-12 {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.pl-form-standard .pl-contact-actions {
	margin-top: 20px;
}

@media (max-width: 575px) {
	.pl-form-standard {
		padding: 20px 16px 24px;
	}
}

@media (max-width: 991px) {
	.pl-contact-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.pl-contact-header {
		padding: 36px 0 28px;
		margin-bottom: 32px;
	}

	.pl-contact-form-col {
		padding: 22px 18px 26px;
	}
}

@media (max-width: 575px) {
	.pl-contact-fields {
		grid-template-columns: 1fr;
	}

	.pl-contact-field--half {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pl-contact-header-glow,
	.pl-contact-header-inner,
	.pl-contact-title,
	.pl-contact-form-col {
		animation: none !important;
	}
}

/* Legacy simple contact block */
.pl-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 48px;
	align-items: start;
}

.pl-contact-list {
	list-style: none;
	margin: 24px 0;
	padding: 0;
}

.pl-contact-list li {
	margin-bottom: 12px;
	font-size: 15px;
}

@media (max-width: 991px) {
	.pl-contact-grid { grid-template-columns: 1fr; }
}

/* Hide legacy Bauen elements if any remain */
#bauen-aside, #bauen-main, .bauen-nav-toggle, .preloader-bg, #preloader,
.progress-wrap, .content-lines-wrapper { display: none !important; }

/* Responsive */
@media (max-width: 1199px) {
	.pl-search-field { max-width: 160px; }
	.pl-site-tagline { max-width: 280px; }
}

@media (max-width: 991px) {
	.pl-nav-toggle { display: flex; }

	.pl-header-menu-bar {
		background: transparent;
		border-bottom: none;
	}

	.pl-header-menu-inner {
		position: static;
		padding: 0;
	}

	.pl-nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: min(320px, 90vw);
		height: 100vh;
		background: #fff;
		box-shadow: var(--pl-shadow-lg);
		padding: 80px 24px 24px;
		transition: right 0.35s ease;
		overflow-y: auto;
		z-index: 1001;
	}

	body.pl-nav-open .pl-nav { right: 0; }
	body.pl-nav-open {
		overflow: hidden;
	}
	body.pl-nav-open .pl-header {
		z-index: 1002;
	}
	body.pl-nav-open::before {
		content: '';
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.4);
		z-index: 1000;
		cursor: pointer;
	}

	.pl-nav-list { flex-direction: column; align-items: stretch; }

	.pl-nav-link {
		margin-top: 0;
		border-top: none;
		padding: 12px 8px;
		white-space: normal;
	}

	.pl-dropdown {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none !important;
		box-shadow: none;
		border: none;
		display: none;
		padding-left: 16px;
		min-width: 0;
		left: auto !important;
		right: auto !important;
		top: auto !important;
	}
	.pl-nav-item.pl-open > .pl-dropdown { display: block; }

	.pl-dropdown .pl-nav-item:has(> .pl-dropdown) > .pl-nav-link::after {
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 5px solid currentColor;
		border-bottom: 0;
		margin-left: auto;
		margin-right: 0;
		order: 0;
	}

	.pl-header-actions .pl-search-form { display: none; }
	.pl-header-actions .pl-header-cta { display: none; }

	.pl-branding-text { display: none; }

	.pl-about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.pl-hero-slide { min-height: 480px; }
	.pl-hero-content { padding: 64px 20px 128px; }
	.pl-hero-nav-btn { display: none; }
	.pl-hero-thumb-swiper { bottom: 20px; }
	.pl-hero-thumb-item { width: 65px !important; height: 65px; }

	.pl-features { grid-template-columns: 1fr; }
	.pl-product-grid:not(tbody) { grid-template-columns: repeat(2, 1fr); }
	.pl-footer-grid {
		justify-content: flex-start;
		gap: 28px 24px;
	}

	.pl-footer-brand,
	.pl-footer-col {
		flex: 1 1 calc(50% - 24px);
		max-width: none;
	}

	.pl-topbar {
		font-size: 12px;
		padding: 6px 0;
	}

	.pl-topbar-inner {
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 10px;
	}

	.pl-topbar-left {
		display: flex;
		gap: 10px;
		min-width: 0;
		flex: 1;
	}

	.pl-topbar-left .pl-topbar-link {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}

	.pl-topbar-mail {
		display: none;
	}

	.pl-topbar-right {
		gap: 8px;
		flex-shrink: 0;
	}

	.pl-topbar-member {
		gap: 8px;
		margin-left: 0;
		padding-left: 10px;
	}

	.pl-topbar-member-user {
		max-width: 90px;
	}
}

@media (max-width: 575px) {
	.pl-product-grid:not(tbody) { grid-template-columns: 1fr; }
	.pl-product-th--media,
	.pl-product-td--media {
		display: none;
	}
	.pl-product-table thead th {
		font-size: 0.65rem;
		padding: 10px 8px;
	}
	.pl-product-td {
		padding: 8px;
	}
	.pl-footer-grid {
		flex-direction: column;
		gap: 28px;
	}

	.pl-footer-brand,
	.pl-footer-col {
		flex: 1 1 auto;
		max-width: none;
		min-width: 0;
		width: 100%;
	}
	.pl-hero-content { padding: 56px 16px 120px; }
}

/* Hero reduced motion */
@media (prefers-reduced-motion: reduce) {
	.pl-hero-bexon .pl-hero-slide .pl-hero-title,
	.pl-hero-bexon .pl-hero-slide .pl-hero-desc,
	.pl-hero-bexon .pl-hero-slide .pl-hero-desc a,
	.pl-hero-bexon .pl-hero-slide .pl-hero-desc .butn-light,
	.pl-hero-bexon .pl-hero-slide .pl-hero-desc .pl-btn {
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		transition: none !important;
	}

	.pl-hero-slide .pl-hero-bg {
		transform: none !important;
		transition: none !important;
	}

	.pl-about-media img {
		animation: none !important;
	}
}

/* ============================================================
   Product / article detail
   ============================================================ */
.pl-detail {
	padding: 36px 0 56px;
	background: transparent;
}

.pl-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 36px 48px;
	align-items: start;
	margin-bottom: 40px;
}

.pl-detail-media {
	position: sticky;
	top: 96px;
}

.pl-detail-cover {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 12px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(26, 35, 50, 0.06);
	overflow: hidden;
}

.pl-detail-cover-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: min(48vh, 460px);
	object-fit: contain;
	opacity: 1 !important;
	filter: none !important;
	mix-blend-mode: normal;
}

.pl-detail-gallery {
	position: relative;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.pl-detail-gallery::before,
.pl-detail-gallery::after,
.pl-detail-swiper::before,
.pl-detail-swiper::after {
	content: none !important;
}

.pl-detail-swiper {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid var(--pl-border);
	min-height: 0;
	height: auto;
	background: #fff;
	box-shadow: 0 8px 28px rgba(26, 35, 50, 0.06);
}

.pl-detail-swiper .swiper-wrapper {
	background: transparent;
	height: auto !important;
}

.pl-detail-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto !important;
	opacity: 1 !important;
	background: #fff !important;
	overflow: hidden;
}

.pl-detail-swiper .pl-detail-cover {
	flex: 0 1 auto;
	width: 100%;
	min-height: 0;
	padding: 12px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	overflow: hidden;
}

.pl-detail-zoom {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	cursor: zoom-in;
	text-decoration: none;
	color: inherit;
}

.pl-detail-zoom:focus-visible {
	outline: 2px solid var(--pl-primary);
	outline-offset: 2px;
}

/* Detail image lightbox */
body.pl-lightbox-open {
	overflow: hidden;
}

.pl-lightbox {
	position: fixed;
	inset: 0;
	z-index: 12000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 64px;
	background: rgba(10, 18, 28, 0.88);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pl-lightbox.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.pl-lightbox-figure {
	margin: 0;
	max-width: min(1100px, 100%);
	max-height: 100%;
	text-align: center;
}

.pl-lightbox-img {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 120px);
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	background: #fff;
	border-radius: 4px;
}

.pl-lightbox-caption {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
}

.pl-lightbox-close,
.pl-lightbox-prev,
.pl-lightbox-next {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease;
}

.pl-lightbox-close:hover,
.pl-lightbox-prev:hover,
.pl-lightbox-next:hover {
	background: rgba(255, 255, 255, 0.24);
}

.pl-lightbox-close {
	top: 16px;
	right: 16px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 0;
	line-height: 1;
	z-index: 2;
	background: rgba(255, 255, 255, 0.95);
	color: var(--pl-dark);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.pl-lightbox-close:hover {
	background: #fff;
	color: var(--pl-primary);
}

.pl-lightbox-close svg {
	display: block;
}

.pl-lightbox-prev,
.pl-lightbox-next {
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.pl-lightbox-prev { left: 16px; }
.pl-lightbox-next { right: 16px; }

.pl-lightbox--single .pl-lightbox-prev,
.pl-lightbox--single .pl-lightbox-next {
	display: none;
}

@media (max-width: 767px) {
	.pl-lightbox {
		padding: 56px 16px 24px;
	}

	.pl-lightbox-prev,
	.pl-lightbox-next {
		width: 40px;
		height: 40px;
	}
}

.pl-detail-gallery-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 0;
	z-index: 3;
	pointer-events: none;
}

.pl-detail-gallery-nav--hidden {
	display: none;
}

.pl-detail-gallery-prev,
.pl-detail-gallery-next {
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: var(--pl-primary);
	box-shadow: 0 4px 16px rgba(26, 35, 50, 0.12);
	cursor: pointer;
	pointer-events: auto;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.pl-detail-gallery-prev {
	left: 12px;
}

.pl-detail-gallery-next {
	right: 12px;
}

.pl-detail-gallery-prev:hover,
.pl-detail-gallery-next:hover {
	background: var(--pl-primary);
	color: #fff;
	box-shadow: 0 6px 20px rgba(0, 102, 179, 0.28);
}

.pl-detail-thumb-swiper {
	margin-top: 10px;
	overflow: hidden;
}

.pl-detail-thumb-swiper--hidden {
	display: none;
}

.pl-detail-thumb-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	padding: 6px;
	background: transparent;
	border: 0;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.2s;
}

.pl-detail-thumb-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.pl-detail-thumb-swiper .swiper-slide-thumb-active.pl-detail-thumb-slide {
	opacity: 1;
	box-shadow: none;
}

.pl-detail-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.pl-detail-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	padding: 6px;
	background: transparent;
	border: 0;
	border-radius: 8px;
	overflow: hidden;
	transition: opacity 0.2s;
	opacity: 0.6;
}

.pl-detail-thumb:hover {
	border-color: transparent;
	box-shadow: none;
	opacity: 1;
}

.pl-detail-thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.pl-detail-info {
	padding-top: 4px;
}

.pl-detail-brand {
	margin: 0 0 8px;
	font-family: var(--pl-font-head);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pl-primary);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.pl-detail-brand-logo {
	display: block;
	max-height: 36px;
	max-width: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.pl-detail-brand a {
	color: inherit;
}

.pl-detail-brand a:hover {
	text-decoration: underline;
}

.pl-detail-kicker {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--pl-text-light);
}

.pl-detail-kicker a {
	color: var(--pl-text-light);
}

.pl-detail-kicker a:hover {
	color: var(--pl-primary);
}

.pl-detail-title {
	margin: 0 0 16px;
	font-family: var(--pl-font-head);
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: var(--pl-dark);
}

.pl-detail-meta {
	margin: 0 0 10px;
	font-size: 14px;
	color: var(--pl-text);
}

.pl-detail-meta span {
	display: inline-block;
	margin-right: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--pl-text-light);
}

.pl-detail-price {
	margin: 0 0 14px;
	font-family: var(--pl-font-head);
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--pl-primary-dark);
}

.pl-detail-price-label {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pl-text-light);
}

.pl-detail-stock {
	margin: 0 0 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.pl-detail-stock .pl-detail-badge {
	text-transform: none;
	letter-spacing: 0;
}

.pl-detail-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	background: var(--pl-primary-light);
	color: var(--pl-primary-dark);
}

.pl-detail-lead {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--pl-text);
}

.pl-detail-lead:empty {
	display: none;
}

.pl-detail-buy {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 24px;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 10px;
}

.pl-detail-buy:empty {
	display: none;
}

.pl-detail-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--pl-text-light);
}

.pl-detail-select {
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	background: #fff;
}

.pl-detail-spec-group {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 14px;
}

.pl-detail-basket {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.pl-detail-qty {
	width: 88px;
	height: 44px;
	padding: 0 10px;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
}

.pl-detail-note {
	margin: 0;
	font-size: 13px;
	color: var(--pl-text-light);
}

.pl-detail-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	padding-top: 18px;
	border-top: 0;
}

.pl-detail-share-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--pl-text-light);
}

.pl-detail-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pl-detail-share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--pl-border);
	border-radius: 8px;
	background: #fff;
	color: var(--pl-text);
	transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.pl-detail-share-links a:hover {
	border-color: var(--pl-primary);
	color: var(--pl-primary);
	background: var(--pl-primary-light);
}

.pl-detail-body-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
	gap: 28px;
	align-items: start;
}

.pl-detail-body-wrap:not(:has(.pl-detail-aside)) {
	grid-template-columns: 1fr;
}

.pl-detail-body {
	padding: 24px 26px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
}

.pl-detail-aside {
	padding: 20px 22px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	box-shadow: none;
}

.pl-detail-section-title {
	margin: 0 0 16px;
	font-family: var(--pl-font-head);
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--pl-dark);
}

.pl-detail-content {
	font-size: 15px;
	line-height: 1.75;
	color: var(--pl-text);
}

.pl-detail-content :is(h2, h3, h4) {
	margin: 1.4em 0 0.55em;
	font-family: var(--pl-font-head);
	color: var(--pl-dark);
}

.pl-detail-content p {
	margin: 0 0 1em;
}

.pl-detail-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.pl-detail-content ul,
.pl-detail-content ol {
	margin: 0 0 1em;
	padding-left: 1.2em;
}

.pl-custom-page-head {
	margin-bottom: 1.5rem;
}

.pl-custom-page-body {
	max-width: 72ch;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--pl-text);
}

.pl-custom-page-body + .pl-detail-files,
.pl-custom-page-body + .pl-cat-desc-gallery {
	margin-top: 2rem;
}

.pl-detail-files-title {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 700;
}

.pl-detail-files-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pl-detail-files-list a {
	display: block;
	padding: 0.6rem 0;
	border-bottom: 1px solid var(--pl-border);
	font-weight: 600;
	color: var(--pl-dark);
}

.pl-detail-files-list li:last-child a {
	border-bottom: 0;
}


.pl-detail-files a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid var(--pl-border);
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--pl-dark);
	transition: color 0.2s;
}

.pl-detail-files li:last-child a {
	border-bottom: 0;
	padding-bottom: 0;
}

.pl-detail-files li:first-child a {
	padding-top: 0;
}

.pl-detail-files a:hover {
	color: var(--pl-primary);
}

.pl-detail-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
}

.pl-detail-tags-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--pl-text-light);
}

.pl-detail-tags a {
	display: inline-flex;
	padding: 5px 10px;
	border: 1px solid var(--pl-border);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	color: var(--pl-text);
	background: #fff;
}

.pl-detail-tags a:hover {
	border-color: var(--pl-primary);
	color: var(--pl-primary);
}

.pl-detail-views {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	margin: 14px 0 0;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 6px;
	line-height: 1.2;
	color: var(--pl-text);
	box-shadow: none;
}

.pl-news-detail-main .pl-detail-views {
	display: inline-flex;
	margin: 16px 0 0;
}

.pl-detail-views-count {
	font-family: var(--pl-font-head);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pl-dark);
	font-variant-numeric: tabular-nums;
}

.pl-detail-views-label {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(26, 35, 50, 0.42);
}

.pl-detail-pager {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid var(--pl-border);
}

.pl-detail-pager-link {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 10px;
	color: var(--pl-dark);
	transition: border-color 0.2s, box-shadow 0.2s;
}

.pl-detail-pager-link:hover {
	border-color: rgba(0, 102, 179, 0.35);
	box-shadow: var(--pl-shadow);
}

.pl-detail-pager-link span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--pl-text-light);
}

.pl-detail-pager-link strong {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.pl-detail-pager-link--next {
	text-align: right;
	margin-left: auto;
	width: 100%;
}

@media (max-width: 991px) {
	.pl-detail-layout,
	.pl-detail-body-wrap {
		grid-template-columns: 1fr;
	}

	.pl-detail-media {
		position: static;
	}

	.pl-detail-cover,
	.pl-detail-swiper,
	.pl-detail-swiper .pl-detail-cover {
		min-height: 0;
	}

	.pl-detail-cover-img {
		max-height: min(40vh, 360px);
	}
}

@media (max-width: 575px) {
	.pl-detail {
		padding: 24px 0 40px;
	}

	.pl-detail-pager {
		grid-template-columns: 1fr;
	}

	.pl-detail-pager-link--next {
		text-align: left;
	}
}

/* Category items on detail page */
.pl-cat-items,
.pl-related {
	padding: 48px 0 56px;
	background:
		radial-gradient(90% 60% at 0% 100%, rgba(0, 160, 227, 0.05) 0%, transparent 50%),
		linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	border-top: 1px solid var(--pl-border);
}

.pl-cat-items .pl-home-head,
.pl-related .pl-home-head {
	margin-bottom: 32px;
}

.pl-cat-items .pl-about-badge {
	margin-bottom: 16px;
}

.pl-cat-items .pl-section-title,
.pl-related .pl-section-title {
	font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}

.pl-cat-items .pl-section-title a,
.pl-related .pl-section-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}

.pl-cat-items .pl-section-title a:hover,
.pl-related .pl-section-title a:hover {
	color: var(--pl-primary);
}

.pl-cat-items-row {
	display: contents;
}

.pl-cat-items-footer {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.pl-cat-items-footer .pl-btn {
	min-width: 200px;
}

/* AOS — smooth scroll */
@media (prefers-reduced-motion: no-preference) {
	html { scroll-behavior: smooth; }
}

/* News list (Haberler) */
.pl-news-list {
	padding-top: 48px;
	padding-bottom: 72px;
	background: #fff;
}

.pl-news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.pl-news-card {
	min-height: 100%;
}

.pl-news-nav {
	margin-top: 48px;
	display: flex;
	justify-content: center;
}

.pl-news-nav .pagination,
.pl-news-nav .page-pagination,
.pl-news-nav nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

.pl-news-nav a,
.pl-news-nav span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--pl-border);
	border-radius: 8px;
	color: var(--pl-dark);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.pl-news-nav a:hover {
	border-color: var(--pl-primary);
	color: var(--pl-primary);
}

.pl-news-nav .active,
.pl-news-nav .current,
.pl-news-nav span[aria-current="page"] {
	background: var(--pl-primary);
	border-color: var(--pl-primary);
	color: #fff;
}

/* News detail */
.pl-news-detail {
	padding: 48px 0 80px;
	background: #fff;
}

.pl-news-detail-head {
	max-width: 820px;
	margin: 0 auto 36px;
	text-align: center;
}

.pl-news-detail-kicker {
	margin: 0 0 14px;
}

.pl-news-detail-kicker a {
	display: inline-block;
	background: var(--pl-primary-light);
	color: var(--pl-primary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 6px 14px;
	border-radius: 4px;
	text-decoration: none;
}

.pl-news-detail-title {
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	line-height: 1.2;
	margin: 0 0 20px;
	color: var(--pl-dark);
}

.pl-news-detail-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 24px;
}

.pl-news-detail-date {
	font-size: 14px;
	font-weight: 600;
	color: var(--pl-text-light);
	letter-spacing: 0.02em;
}

.pl-news-detail-cover {
	margin: 0 0 40px;
	border-radius: 14px;
	overflow: hidden;
	background: var(--pl-bg-alt);
	border: 1px solid var(--pl-border);
	box-shadow: 0 12px 40px rgba(15, 35, 55, 0.08);
}

.pl-news-detail-cover-img {
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: cover;
}

.pl-news-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 36px;
	max-width: 820px;
	margin: 0 auto;
}

.pl-news-detail-layout:has(.pl-news-detail-aside) {
	max-width: 1080px;
	grid-template-columns: minmax(0, 1fr) 280px;
}

.pl-news-detail-lead {
	font-size: 1.15rem;
	line-height: 1.7;
	color: var(--pl-dark);
	margin: 0 0 28px;
	font-weight: 500;
}

.pl-news-detail-lead:empty {
	display: none;
}

.pl-news-detail-content {
	font-size: 1.05rem;
	line-height: 1.8;
	color: var(--pl-text);
}

.pl-news-detail-content p {
	margin: 0 0 1.15em;
}

.pl-news-detail-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 8px 0 20px;
}

.pl-news-detail-content a {
	color: var(--pl-primary);
}

.pl-news-detail-source {
	margin: 28px 0 0;
	font-size: 14px;
	color: var(--pl-text-light);
}

.pl-news-detail-video {
	margin-top: 28px;
}

.pl-news-detail-video video {
	width: 100%;
	border-radius: 10px;
	background: #000;
}

.pl-news-detail-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 32px;
}

.pl-news-detail-gallery-item {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--pl-border);
	aspect-ratio: 4 / 3;
}

.pl-news-detail-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.pl-news-detail-gallery-item:hover img {
	transform: scale(1.04);
}

.pl-news-detail-aside {
	align-self: start;
	position: sticky;
	top: 100px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
	padding: 20px 22px;
}

.pl-news-detail-aside-title {
	font-size: 1rem;
	margin: 0 0 16px;
	color: var(--pl-dark);
}

.pl-news-detail .pl-detail-pager {
	max-width: 820px;
	margin: 48px auto 0;
}

.pl-news-detail-share {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--pl-border);
	justify-content: flex-start;
}

@media (max-width: 991px) {
	.pl-news-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.pl-news-detail-layout:has(.pl-news-detail-aside) {
		grid-template-columns: 1fr;
	}

	.pl-news-detail-aside {
		position: static;
	}

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

@media (max-width: 767px) {
	.pl-news-list {
		padding-top: 32px;
		padding-bottom: 56px;
	}

	.pl-news-detail {
		padding: 32px 0 56px;
	}

	.pl-news-detail-head {
		margin-bottom: 24px;
		text-align: left;
	}

	.pl-news-detail-meta {
		justify-content: flex-start;
	}

	.pl-news-detail-cover-img {
		max-height: 280px;
	}
}

/* ============================================================
   Category description
   ============================================================ */
.pl-cat-desc {
	padding-top: 48px;
	padding-bottom: 64px;
	background: transparent;
}

.pl-cat-desc-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: 40px 56px;
	align-items: center;
}

.pl-cat-desc-layout:not(:has(.pl-cat-desc-media)) {
	grid-template-columns: 1fr;
}

.pl-cat-desc-body {
	font-size: 1.05rem;
	line-height: 1.8;
	color: var(--pl-text);
}

.pl-cat-desc-body > *:first-child {
	margin-top: 0;
}

.pl-cat-desc-body > *:last-child {
	margin-bottom: 0;
}

.pl-cat-desc-body p {
	margin: 0 0 1.1em;
}

.pl-cat-desc-body :is(h2, h3, h4) {
	margin: 1.2em 0 0.55em;
	font-family: var(--pl-font-head);
	color: var(--pl-dark);
}

.pl-cat-desc-body a {
	color: var(--pl-primary);
	font-weight: 600;
}

/* Temsilcilikler / Kariyer — kategori içerik görünümü */
.pl-cat-desc-body .pl-page-lead {
	max-width: 42rem;
	margin: 0 0 2rem;
	color: var(--pl-text-light);
}

.pl-cat-desc-body .pl-page-lead p {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.7;
}

.pl-cat-desc-body .pl-reps-grid,
.pl-cat-desc-body .pl-brands-case-grid {
	margin: 0;
	list-style: none;
	padding: 0;
}

.pl-cat-desc-body .pl-brands-case-image {
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
}

.pl-cat-desc-body .pl-brands-case-image img {
	width: auto;
	max-width: 100%;
	max-height: 96px;
	height: auto;
	object-fit: contain;
	filter: none;
	opacity: 1;
}

.pl-cat-desc-body .pl-brands-case-hover {
	opacity: 1;
	transform: none;
	position: static;
	pointer-events: auto;
	margin-top: 0.75rem;
}

.pl-cat-desc-body .pl-brands-case-meta {
	padding: 0;
	background: none;
	box-shadow: none;
}

.pl-cat-desc-body .pl-brands-case-name {
	font-size: 0.92rem;
	font-weight: 650;
	color: var(--pl-dark);
	text-align: center;
	display: block;
}

.pl-cat-desc-body .pl-brands-case-eyebrow,
.pl-cat-desc-body .pl-brands-case-plus {
	display: none;
}

.pl-cat-desc-body .pl-brands-case-box {
	background: transparent;
	transform: none !important;
}

.pl-career-list {
	margin: 0 0 1.5rem;
	padding-left: 1.15rem;
}

.pl-career-list li {
	margin: 0.35em 0;
}

.pl-career-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.5rem 0 0;
}

.pl-career-cta .pl-btn {
	text-decoration: none;
}

@media (max-width: 767px) {
	.pl-cat-desc-body .pl-reps-grid,
	.pl-cat-desc-body .pl-brands-case-grid {
		--pl-brands-cols: 2 !important;
		gap: 1rem;
	}
}

.pl-cat-desc-media {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 28px;
	background:
		radial-gradient(80% 80% at 50% 40%, rgba(0, 160, 227, 0.12) 0%, transparent 70%),
		var(--pl-primary-light);
	border: 1px solid rgba(0, 102, 179, 0.12);
	border-radius: 12px;
	overflow: hidden;
}

.pl-cat-desc-media img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 200px;
	object-fit: contain;
}

.pl-cat-desc-files {
	margin-top: 28px;
	padding: 22px 24px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
}

.pl-cat-desc-files-title {
	margin: 0 0 14px;
	font-family: var(--pl-font-head);
	font-size: 1rem;
	font-weight: 800;
	color: var(--pl-dark);
}

.pl-cat-desc-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: 28px;
}

.pl-cat-desc-gallery-item {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid var(--pl-border);
	background: #fff;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pl-cat-desc-gallery-item[data-pl-lightbox] {
	cursor: zoom-in;
}

.pl-cat-desc-gallery-item:hover {
	border-color: rgba(15, 76, 129, 0.28);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.pl-cat-desc-gallery-figure {
	display: flex;
	flex-direction: column;
	margin: 0;
	height: 100%;
}

.pl-cat-desc-gallery-figure > img,
.pl-cat-desc-gallery-figure img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	object-position: center;
	padding: 10px;
	background: #f8fafc;
	transition: transform 0.35s ease;
}

.pl-cat-desc-gallery-item:hover img {
	transform: scale(1.03);
}

.pl-cat-desc-gallery-caption {
	margin: 0;
	padding: 10px 12px 12px;
	font-size: 0.86rem;
	line-height: 1.4;
	font-weight: 600;
	color: var(--pl-dark);
	text-align: center;
	border-top: 1px solid var(--pl-border);
	background: #fff;
}

@media (max-width: 991px) {
	.pl-cat-desc-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

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

@media (max-width: 575px) {
	.pl-cat-desc-gallery {
		grid-template-columns: 1fr;
	}
}

/* ============================================================
   Site search results (product table layout)
   ============================================================ */
.pl-search-results {
	padding-top: 8px;
	padding-bottom: 48px;
}

.pl-search-results-head {
	margin: 0 0 22px;
}

.pl-search-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pl-primary);
}

.pl-search-title {
	margin: 0 0 8px;
	font-family: var(--pl-font-head);
	font-size: clamp(1.45rem, 2.4vw, 1.9rem);
	font-weight: 800;
	line-height: 1.25;
	color: var(--pl-dark);
}

.pl-search-title-query {
	color: var(--pl-primary-dark);
}

.pl-search-title-suffix {
	font-weight: 700;
	color: var(--pl-dark);
}

.pl-search-lead {
	margin: 0 0 18px;
	font-size: 15px;
	color: var(--pl-text-light);
}

.pl-search-page-form {
	margin: 16px 0 14px;
	max-width: 640px;
}

.pl-search-page-field {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 8px 8px 14px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 10px;
	box-shadow: 0 4px 18px rgba(26, 35, 50, 0.04);
}

.pl-search-page-icon {
	display: inline-flex;
	color: var(--pl-text-light);
	flex-shrink: 0;
}

.pl-search-page-field input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 15px;
	color: var(--pl-dark);
	padding: 8px 0;
}

.pl-search-page-field input::placeholder {
	color: rgba(26, 35, 50, 0.4);
}

.pl-search-meta {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--pl-text-light);
}

.pl-search-highlight {
	background: rgba(0, 160, 227, 0.16);
	color: var(--pl-primary-dark);
	border-radius: 3px;
	padding: 0 2px;
	font-weight: 700;
}

.pl-search-empty {
	padding: 48px 28px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: 12px;
}

.pl-search-empty-title {
	margin: 0 0 8px;
	font-family: var(--pl-font-head);
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--pl-dark);
}

.pl-search-empty-text {
	margin: 0 0 20px;
	color: var(--pl-text-light);
	font-size: 15px;
}

.pl-search-results .pl-pagination {
	margin-top: 24px;
}

@media (max-width: 767px) {
	.pl-search-page-field {
		flex-wrap: wrap;
		padding: 12px;
	}

	.pl-search-page-field .pl-btn {
		width: 100%;
	}
}


/* ============================================================
   IntroGen — Anasayfa 3 kategori vitrini
   ============================================================ */
.pl-home-pillars {
	padding: 72px 0 80px;
	background:
		radial-gradient(70% 50% at 0% 0%, rgba(0, 160, 227, 0.08) 0%, transparent 55%),
		linear-gradient(180deg, #f4f8fb 0%, #ffffff 70%);
	border-bottom: 1px solid var(--pl-border);
}

.pl-home-pillars-head {
	margin-bottom: 36px;
}

.pl-home-pillars-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	grid-template-rows: minmax(220px, 1fr) minmax(220px, 1fr);
	gap: 18px;
	min-height: 540px;
}

.pl-home-pillar {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 14px;
	min-height: 220px;
	color: #fff;
	text-decoration: none;
	isolation: isolate;
	box-shadow: var(--pl-shadow);
	transition: transform 0.45s var(--pl-ease-out), box-shadow 0.45s var(--pl-ease-out);
}

.pl-home-pillar:hover,
.pl-home-pillar:focus-visible {
	transform: translateY(-4px);
	box-shadow: var(--pl-shadow-lg);
	color: #fff;
}

.pl-home-pillar--feature {
	grid-row: 1 / -1;
	min-height: 100%;
}

.pl-home-pillar-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--pl-dark);
}

.pl-home-pillar-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.02);
	transition: transform 0.7s var(--pl-ease-out);
}

.pl-home-pillar:hover .pl-home-pillar-media img,
.pl-home-pillar:focus-visible .pl-home-pillar-media img {
	transform: scale(1.08);
}

.pl-home-pillar-veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(160deg, rgba(26, 35, 50, 0.2) 0%, rgba(26, 35, 50, 0.55) 42%, rgba(0, 77, 135, 0.88) 100%);
	transition: opacity 0.45s ease;
}

.pl-home-pillar--chem .pl-home-pillar-veil {
	background:
		linear-gradient(155deg, rgba(26, 35, 50, 0.15) 0%, rgba(0, 102, 179, 0.45) 40%, rgba(0, 61, 110, 0.92) 100%);
}

.pl-home-pillar--micro .pl-home-pillar-veil {
	background:
		linear-gradient(155deg, rgba(26, 35, 50, 0.15) 0%, rgba(0, 128, 160, 0.4) 38%, rgba(16, 56, 78, 0.92) 100%);
}

.pl-home-pillar-body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 28px 28px 30px;
	box-sizing: border-box;
}

.pl-home-pillar--feature .pl-home-pillar-body {
	padding: 36px 36px 40px;
}

.pl-home-pillar-index {
	display: block;
	margin-bottom: 14px;
	font-family: var(--pl-font-head);
	font-size: clamp(2.5rem, 4vw, 3.75rem);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.22);
	transition: color 0.35s ease;
}

.pl-home-pillar:hover .pl-home-pillar-index {
	color: rgba(255, 255, 255, 0.38);
}

.pl-home-pillar-body h3 {
	margin: 0 0 8px;
	font-family: var(--pl-font-head);
	font-size: clamp(1.25rem, 1.8vw, 1.85rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.pl-home-pillar-body p {
	margin: 0 0 18px;
	max-width: 28ch;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

.pl-home-pillar-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--pl-font-head);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
}

.pl-home-pillar-cta::after {
	content: "";
	width: 28px;
	height: 2px;
	background: var(--pl-accent);
	transition: width 0.35s var(--pl-ease-out);
}

.pl-home-pillar:hover .pl-home-pillar-cta::after {
	width: 44px;
}

@media (max-width: 991px) {
	.pl-home-pillars-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		min-height: 0;
	}

	.pl-home-pillar--feature {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 320px;
	}
}

@media (max-width: 767px) {
	.pl-home-pillars {
		padding: 48px 0 56px;
	}

	.pl-home-pillars-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.pl-home-pillar,
	.pl-home-pillar--feature {
		min-height: 260px;
	}

	.pl-home-pillar-body,
	.pl-home-pillar--feature .pl-home-pillar-body {
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pl-home-pillar,
	.pl-home-pillar-media img,
	.pl-home-pillar-cta::after {
		transition: none;
	}

	.pl-home-pillar:hover,
	.pl-home-pillar:focus-visible {
		transform: none;
	}

	.pl-home-pillar:hover .pl-home-pillar-media img {
		transform: none;
	}
}

/* —— User account pages —— */
.pl-user-page {
	padding: 28px 0 72px;
	background:
		radial-gradient(90% 60% at 0% 0%, rgba(0, 160, 227, 0.08) 0%, transparent 55%),
		linear-gradient(180deg, #f4f8fb 0%, #fff 42%);
	min-height: 48vh;
}

.pl-user-layout {
	max-width: 980px;
}

.pl-user-section:empty {
	display: none;
}

.pl-user-breadcrumb {
	margin: 0 0 4px;
}

.pl-user-breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 10px 14px;
	list-style: none;
	border: 1px solid rgba(0, 102, 179, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
}

.pl-user-breadcrumb-item {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
}

.pl-user-breadcrumb-item + .pl-user-breadcrumb-item::before {
	content: "/";
	margin-right: 8px;
	color: var(--pl-text-light);
	font-weight: 500;
}

.pl-user-breadcrumb-item a {
	color: var(--pl-text);
	text-decoration: none;
}

.pl-user-breadcrumb-item a:hover,
.pl-user-breadcrumb-item a.treeItemLast {
	color: var(--pl-primary);
}

.pl-user-block {
	margin: 0;
}

.pl-user-block--narrow {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.pl-user-block-head {
	margin-bottom: 20px;
}

.pl-user-kicker {
	margin: 0 0 8px;
	font-family: var(--pl-font-head);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pl-primary);
}

.pl-user-title {
	margin: 0 0 8px;
	font-family: var(--pl-font-head);
	font-size: clamp(1.55rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.2;
	color: var(--pl-dark);
}

.pl-user-intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--pl-text-light);
}

.pl-user-panel {
	padding: 24px;
	border: 1px solid rgba(0, 102, 179, 0.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(0, 60, 110, 0.06);
}

.pl-user-panel-title {
	margin: 28px 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--pl-border);
	font-family: var(--pl-font-head);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--pl-dark);
}

.pl-user-panel-title:first-child {
	margin-top: 0;
}

.pl-user-home-grid {
	display: grid;
	grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
	gap: 20px;
	align-items: start;
}

.pl-user-badge {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 10px;
	background: var(--pl-primary-light);
}

.pl-user-badge-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pl-primary-dark);
}

.pl-user-badge-value {
	font-family: var(--pl-font-head);
	font-size: 1.1rem;
	color: var(--pl-dark);
}

.pl-user-badge-meta {
	font-size: 13px;
	color: var(--pl-text);
}

.pl-user-photo-name {
	margin: 0 0 10px;
	font-family: var(--pl-font-head);
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--pl-dark);
	text-align: center;
}

.pl-user-photo {
	position: relative;
	margin-bottom: 12px;
}

.pl-user-photo-preview figure {
	margin: 0;
	padding: 8px;
	border: 1px solid var(--pl-border);
	border-radius: 10px;
	background: #f7fafc;
}

.pl-user-photo-preview img,
.pl-user-avatar-preview {
	display: block;
	width: 100%;
	max-height: 180px;
	object-fit: contain;
	border-radius: 6px;
}

.pl-user-photo-pick {
	display: inline-block;
	margin: 10px 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--pl-primary);
	cursor: pointer;
}

.pl-user-photo-input {
	display: block;
	width: 100%;
	font-size: 13px;
}

.pl-user-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pl-user-nav li + li {
	border-top: 1px solid var(--pl-border);
}

.pl-user-nav a {
	display: block;
	padding: 14px 4px;
	font-family: var(--pl-font-head);
	font-size: 15px;
	font-weight: 600;
	color: var(--pl-dark);
	text-decoration: none;
	transition: color 0.2s, padding-left 0.2s;
}

.pl-user-nav a:hover {
	color: var(--pl-primary);
	padding-left: 6px;
}

.pl-user-nav-danger {
	color: #b91c1c !important;
}

.pl-user-avatar {
	display: block;
	width: 96px;
	height: 96px;
	margin: 0 auto 16px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid var(--pl-border);
	background: #f7fafc;
}

.pl-user-form .pl-user-field + .pl-user-field {
	margin-top: 16px;
}

.pl-user-label {
	display: block;
	margin-bottom: 8px;
	font-family: var(--pl-font-head);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--pl-dark);
}

.pl-user-req {
	color: #b91c1c;
}

.pl-user-radio {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 8px;
	font-size: 14px;
	cursor: pointer;
}

.pl-user-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.pl-user-form-foot {
	margin: 16px 0 0;
	font-size: 14px;
}

.pl-user-form-foot a {
	color: var(--pl-primary);
	font-weight: 600;
}

.pl-user-table-wrap {
	overflow-x: auto;
	margin: -4px;
	padding: 4px;
}

.pl-user-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.pl-user-table th {
	padding: 12px 14px;
	text-align: left;
	font-family: var(--pl-font-head);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pl-primary);
	border-bottom: 1px solid rgba(0, 102, 179, 0.16);
	white-space: nowrap;
}

/* Sıralama okları — gri/siyah yerine mavi tonlar */
.pl-sorter {
	vertical-align: middle;
}

.pl-sorter-btn {
	padding: 0.15rem 0.4rem;
	line-height: 1;
	border-radius: 4px;
	color: #fff !important;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.pl-sorter-btn--on {
	background: var(--pl-primary);
	border: 1px solid var(--pl-primary-dark);
}

.pl-sorter-btn--on:hover {
	background: var(--pl-primary-dark);
	border-color: var(--pl-dark);
	color: #fff !important;
}

.pl-sorter-btn--off {
	background: var(--pl-accent);
	border: 1px solid rgba(0, 102, 179, 0.35);
	opacity: 0.85;
}

.pl-sorter-btn--off:hover {
	background: var(--pl-primary);
	border-color: var(--pl-primary);
	opacity: 1;
	color: #fff !important;
}

.pl-sorter-label {
	font-family: var(--pl-font-head);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
}

.pl-sorter-label--on {
	color: var(--pl-primary-dark);
}

.pl-sorter-label--on:hover {
	color: var(--pl-accent);
}

.pl-sorter-label--off {
	color: var(--pl-primary);
}

.pl-user-table td {
	padding: 14px;
	border-bottom: 1px solid var(--pl-border);
	vertical-align: middle;
	color: var(--pl-text);
}

.pl-user-table tbody tr:hover td {
	background: rgba(0, 160, 227, 0.05);
}

.pl-user-td--index {
	color: var(--pl-text-light);
	width: 40px;
}

.pl-user-td--total {
	font-weight: 700;
	color: var(--pl-dark);
	white-space: nowrap;
}

.pl-user-td--action {
	text-align: right;
	white-space: nowrap;
}

.pl-user-code {
	display: inline-block;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--pl-primary);
	background: var(--pl-primary-light);
	padding: 3px 8px;
	border-radius: 4px;
}

.pl-user-status {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	background: #f1f5f9;
	color: var(--pl-dark);
}

.pl-user-empty {
	padding: 28px 14px !important;
	text-align: center;
	color: var(--pl-text-light);
}

.pl-user-pager {
	margin-top: 20px;
}

.pl-user-pager .navigator {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
}

.pl-user-meta,
.pl-user-totals {
	margin: 0 0 24px;
}

.pl-user-meta-row {
	display: grid;
	grid-template-columns: minmax(120px, 180px) 1fr;
	gap: 12px 20px;
	padding: 12px 0;
	border-bottom: 1px solid var(--pl-border);
}

.pl-user-meta-row dt {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--pl-text-light);
}

.pl-user-meta-row dd {
	margin: 0;
	font-size: 15px;
	color: var(--pl-dark);
}

.pl-user-meta-row--grand dt,
.pl-user-meta-row--grand dd {
	font-size: 16px;
	font-weight: 800;
	color: var(--pl-primary-dark);
	text-transform: none;
	letter-spacing: 0;
}

.pl-user-meta-row--discount dd {
	color: var(--pl-primary);
	font-weight: 700;
}

.pl-user-note {
	padding: 10px 12px;
	border-radius: 8px;
	background: #fef2f2;
	color: #991b1b;
	font-size: 14px;
}

.pl-user-order-items {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.pl-user-order-item {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid var(--pl-border);
}

.pl-user-order-thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--pl-border);
	border-radius: 8px;
	background: #f7fafc;
	overflow: hidden;
	padding: 6px;
}

.pl-user-order-thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.pl-user-order-name {
	display: block;
	font-family: var(--pl-font-head);
	font-size: 15px;
	color: var(--pl-dark);
	margin-bottom: 4px;
}

.pl-user-order-code {
	font-size: 13px;
	color: var(--pl-text-light);
}

.pl-user-order-mfr {
	display: block;
	font-size: 13px;
	color: var(--pl-text-light);
}

.pl-user-form-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	font-size: 13px;
	color: var(--pl-text-light);
}

.pl-user-print {
	font-weight: 600;
	color: var(--pl-primary);
}

.pl-user-page .form-control,
.pl-user-page .form-select,
.pl-user-page select,
.pl-user-page textarea {
	display: block;
	width: 100%;
	padding: 13px 16px;
	font-family: var(--pl-font);
	font-size: 15px;
	line-height: 1.4;
	color: var(--pl-dark);
	background: var(--pl-bg-alt);
	border: 1px solid transparent;
	border-radius: var(--pl-radius);
}

.pl-user-page .form-control:focus,
.pl-user-page .form-select:focus,
.pl-user-page select:focus,
.pl-user-page textarea:focus {
	outline: none;
	background: #fff;
	border-color: rgba(0, 102, 179, 0.45);
	box-shadow: 0 0 0 3px rgba(0, 102, 179, 0.12);
}

.pl-user-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2000;
	align-items: center;
	justify-content: center;
	background: rgba(15, 35, 55, 0.45);
}

#body-overlay[style*="block"] {
	display: flex !important;
}

.pl-user-overlay-inner {
	width: 48px;
	height: 48px;
	border: 3px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: pl-user-spin 0.7s linear infinite;
}

@keyframes pl-user-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
	.pl-user-page {
		padding: 20px 0 56px;
	}

	.pl-user-home-grid {
		grid-template-columns: 1fr;
	}

	.pl-user-panel {
		padding: 18px;
	}

	.pl-user-meta-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.pl-user-table th,
	.pl-user-table td {
		padding: 10px 8px;
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pl-user-overlay-inner {
		animation: none;
	}
}
