/*
 * InfraPlus — premium Shoptet redesign
 * Target: Shoptet template 11
 * Version: 6.0.12 (authorized Byecold service hub, unified desktop/tablet/mobile)
 * Scope: visual layer, content pages and footer; no checkout logic changes.
 */

:root {
  /* Neutral scale */
  --ip-neutral-0: #ffffff;
  --ip-neutral-25: #fbfcfd;
  --ip-neutral-50: #f6f8fa;
  --ip-neutral-100: #edf1f4;
  --ip-neutral-200: #dce3e8;
  --ip-neutral-300: #c6d0d8;
  --ip-neutral-400: #98a5b1;
  --ip-neutral-500: #697681;
  --ip-neutral-600: #4b5560;
  --ip-neutral-700: #343c44;
  --ip-neutral-800: #20262c;
  --ip-neutral-900: #14181c;
  --ip-neutral-950: #0b0e11;

  /* InfraPlus blue — derived from the logo */
  --ip-blue-50: #eef7ff;
  --ip-blue-100: #dceeff;
  --ip-blue-200: #b8dcff;
  --ip-blue-300: #88c3f5;
  --ip-blue-400: #5ba7e8;
  --ip-blue-500: #4a94df;
  --ip-blue-600: #2876be;
  --ip-blue-700: #1f5d98;
  --ip-blue-800: #1d4d7a;
  --ip-blue-900: #1b4166;

  /* InfraPlus green — derived from the logo */
  --ip-green-50: #f3fceb;
  --ip-green-100: #e5f9d5;
  --ip-green-200: #ccf2af;
  --ip-green-300: #a9e879;
  --ip-green-400: #87dd43;
  --ip-green-500: #78d92b;
  --ip-green-600: #58b91b;
  --ip-green-700: #429014;
  --ip-green-800: #387218;
  --ip-green-900: #315f1a;

  /* Supporting thermal and semantic colours */
  --ip-warm-50: #fff8f1;
  --ip-warm-100: #ffead8;
  --ip-warm-500: #d9782d;
  --ip-warm-700: #a85219;
  --ip-cyan-500: #22b8c8;
  --ip-danger: #c94a48;

  /* Semantic aliases used by the whole theme */
  --ip-ink: var(--ip-neutral-900);
  --ip-ink-soft: var(--ip-neutral-700);
  --ip-muted: var(--ip-neutral-500);
  --ip-line: rgba(20, 24, 28, .10);
  --ip-line-strong: rgba(20, 24, 28, .18);
  --ip-surface: var(--ip-neutral-0);
  --ip-surface-soft: var(--ip-neutral-50);
  --ip-surface-warm: #f3f0eb;
  --ip-accent: var(--ip-warm-500);
  --ip-accent-dark: var(--ip-warm-700);
  --ip-accent-soft: var(--ip-warm-50);
  --ip-success: var(--ip-green-700);
  --ip-info: var(--ip-blue-700);
  --ip-warning: var(--ip-warm-500);
  --ip-blue: var(--ip-blue-700);
  --ip-brand-blue: var(--ip-blue-500);
  --ip-brand-green: var(--ip-green-500);
  --ip-brand-blue-soft: rgba(74, 148, 223, .11);
  --ip-brand-green-soft: rgba(120, 217, 43, .11);
  --ip-focus-ring: 0 0 0 4px rgba(74, 148, 223, .18);
  --ip-brand-gradient: linear-gradient(92deg, var(--ip-green-500), var(--ip-blue-500));
  --ip-brand-gradient-soft: linear-gradient(120deg, var(--ip-green-50), var(--ip-blue-50));
  --ip-digital-gradient: linear-gradient(120deg, var(--ip-neutral-900) 0%, var(--ip-blue-700) 52%, var(--ip-green-600) 100%);
  --ip-digital-shadow: 0 14px 34px rgba(31, 93, 152, .20), 0 5px 16px rgba(20, 24, 28, .10);
  --ip-radius-xs: 10px;
  --ip-radius-sm: 16px;
  --ip-radius-md: 24px;
  --ip-radius-lg: 34px;
  --ip-shadow-sm: 0 12px 34px rgba(23, 20, 17, 0.07);
  --ip-shadow-md: 0 26px 70px rgba(23, 20, 17, 0.12);
  --ip-container: 1440px;
  --ip-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Helvetica Neue", Arial, sans-serif;
  --ip-ease: cubic-bezier(.2, .8, .2, 1);
}

/* ========================================================================== 
   6.0.12 — Authorized Byecold service centre
   ========================================================================== */

body.in-autorizovany-servis-byecold #content-wrapper .sidebar {
  display: none !important;
}

body.in-autorizovany-servis-byecold #content-wrapper .content-wrapper-in {
  display: block;
}

body.in-autorizovany-servis-byecold #content-wrapper main.content.narrow {
  width: 100%;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
}

body.in-autorizovany-servis-byecold #content-wrapper .content-inner {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

body.in-autorizovany-servis-byecold .pageArticleDetail > header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.template-11 .ip-service-hub {
  width: min(100%, 1320px);
  margin: 10px auto clamp(72px, 9vw, 126px);
  color: var(--ip-ink);
}

body.template-11 .ip-service-hub h2,
body.template-11 .ip-service-hub h3,
body.template-11 .ip-service-hub p,
body.template-11 .ip-service-hub figure {
  margin-top: 0;
}

body.template-11 .ip-service-kicker {
  margin-bottom: 16px;
  color: var(--ip-blue-700);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.template-11 .ip-service-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: 620px;
  padding: clamp(38px, 6vw, 78px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(120, 217, 43, .12), transparent 31%),
    radial-gradient(circle at 72% 90%, rgba(74, 148, 223, .15), transparent 32%),
    var(--ip-neutral-950);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 36px;
  box-shadow: 0 34px 90px rgba(20, 24, 28, .15);
}

body.template-11 .ip-service-hero::before {
  position: absolute;
  top: -170px;
  left: -120px;
  width: 420px;
  height: 420px;
  content: "";
  background: conic-gradient(from 210deg, rgba(120, 217, 43, .14), rgba(74, 148, 223, .18), transparent 62%);
  border-radius: 50%;
  filter: blur(44px);
  pointer-events: none;
}

body.template-11 .ip-service-hero-copy,
body.template-11 .ip-service-hero-media {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body.template-11 .ip-service-hero .ip-service-kicker {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--ip-green-300);
}

body.template-11 .ip-service-hero .ip-service-kicker span {
  width: 8px;
  height: 8px;
  background: var(--ip-brand-gradient);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(120, 217, 43, .09);
}

body.template-11 .ip-service-hero h2 {
  max-width: 660px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3rem, 5.1vw, 5.4rem);
  font-weight: 760;
  letter-spacing: -.065em;
  line-height: .98;
}

body.template-11 .ip-service-hero-copy > p:not(.ip-service-kicker):not(.ip-service-hero-note) {
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .67);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
}

body.template-11 .ip-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.template-11 .ip-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform .24s var(--ip-ease), border-color .24s var(--ip-ease), background .24s var(--ip-ease), box-shadow .24s var(--ip-ease);
}

body.template-11 .ip-service-btn:hover {
  transform: translateY(-2px);
}

body.template-11 .ip-service-btn-primary {
  color: #fff !important;
  background: linear-gradient(112deg, var(--ip-blue-700), var(--ip-green-700));
  box-shadow: 0 12px 28px rgba(31, 93, 152, .22);
}

body.template-11 .ip-service-btn-primary:hover {
  box-shadow: 0 16px 34px rgba(31, 93, 152, .30);
}

body.template-11 .ip-service-btn-ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.template-11 .ip-service-btn-ghost:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .26);
}

body.template-11 .ip-service-btn-light {
  color: var(--ip-neutral-950) !important;
  background: #fff;
  border-color: rgba(255, 255, 255, .9);
}

body.template-11 .ip-service-hero-note {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .42) !important;
  font-size: 11px;
  line-height: 1.55;
}

body.template-11 .ip-service-hero-media {
  align-self: stretch;
  min-height: 460px;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--ip-neutral-800);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 26px;
  box-shadow: 0 26px 56px rgba(0, 0, 0, .28);
}

body.template-11 .ip-service-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: 63% center;
}

body.template-11 .ip-service-hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  min-width: 210px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(11, 14, 17, .72);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.template-11 .ip-service-hero-media figcaption span {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  font-weight: 650;
}

body.template-11 .ip-service-hero-media figcaption strong {
  font-size: 13px;
  font-weight: 720;
}

body.template-11 .ip-service-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px 0 0;
  overflow: hidden;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 22px;
}

body.template-11 .ip-service-proof > div {
  min-width: 0;
  padding: 22px 24px;
}

body.template-11 .ip-service-proof > div + div {
  border-left: 1px solid var(--ip-line);
}

body.template-11 .ip-service-proof strong,
body.template-11 .ip-service-proof span {
  display: block;
}

body.template-11 .ip-service-proof strong {
  margin-bottom: 5px;
  color: var(--ip-ink);
  font-size: 13px;
  font-weight: 740;
  letter-spacing: -.02em;
}

body.template-11 .ip-service-proof span {
  color: var(--ip-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

body.template-11 .ip-service-nav {
  position: sticky;
  top: 8px;
  z-index: 8;
  display: flex;
  gap: 5px;
  justify-content: center;
  width: fit-content;
  max-width: calc(100% - 24px);
  margin: 18px auto 0;
  padding: 6px;
  overflow-x: auto;
  background: rgba(255, 255, 255, .84);
  border: 1px solid var(--ip-line);
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(20, 24, 28, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  scrollbar-width: none;
}

body.template-11 .ip-service-nav::-webkit-scrollbar {
  display: none;
}

body.template-11 .ip-service-nav a {
  flex: 0 0 auto;
  padding: 9px 12px;
  color: var(--ip-ink-soft) !important;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 680;
  text-decoration: none !important;
  white-space: nowrap;
}

body.template-11 .ip-service-nav a:hover {
  color: var(--ip-blue-700) !important;
  background: var(--ip-brand-gradient-soft);
}

body.template-11 .ip-service-intro {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 9vw, 132px);
  align-items: start;
  margin: clamp(76px, 10vw, 138px) auto 0;
  padding: 0 clamp(8px, 4vw, 54px);
}

body.template-11 .ip-service-intro h2,
body.template-11 .ip-service-heading h2,
body.template-11 .ip-service-prepare h2,
body.template-11 .ip-service-check h2,
body.template-11 .ip-service-regions h2,
body.template-11 .ip-service-final h2 {
  margin-bottom: 0;
  font-weight: 750;
  letter-spacing: -.06em;
}

body.template-11 .ip-service-intro h2 {
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  line-height: 1.01;
}

body.template-11 .ip-service-intro > div:last-child p {
  margin-bottom: 18px;
  color: var(--ip-ink-soft);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.78;
}

body.template-11 .ip-service-section {
  margin-top: clamp(88px, 12vw, 160px);
}

body.template-11 .ip-service-heading {
  max-width: 880px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

body.template-11 .ip-service-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 5vw, 5rem);
  line-height: .99;
}

body.template-11 .ip-service-heading > p:last-child:not(.ip-service-kicker) {
  max-width: 700px;
  margin: 0 auto;
  color: var(--ip-muted);
  font-size: 16px;
  line-height: 1.7;
}

body.template-11 .ip-service-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.template-11 .ip-service-capabilities article {
  position: relative;
  min-height: 250px;
  padding: clamp(24px, 3.3vw, 40px);
  overflow: hidden;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 23px;
  transition: transform .26s var(--ip-ease), border-color .26s var(--ip-ease), box-shadow .26s var(--ip-ease);
}

body.template-11 .ip-service-capabilities article:hover {
  border-color: rgba(74, 148, 223, .25);
  box-shadow: var(--ip-shadow-sm);
  transform: translateY(-4px);
}

body.template-11 .ip-service-capabilities article > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  place-items: center;
  color: var(--ip-blue-700);
  background: var(--ip-brand-gradient-soft);
  border: 1px solid rgba(74, 148, 223, .14);
  border-radius: 11px;
  font-size: 10px;
  font-weight: 800;
}

body.template-11 .ip-service-capabilities h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  font-weight: 730;
  letter-spacing: -.035em;
}

body.template-11 .ip-service-capabilities p {
  min-height: 67px;
  margin-bottom: 22px;
  color: var(--ip-muted);
  font-size: 13px;
  line-height: 1.65;
}

body.template-11 .ip-service-capabilities a,
body.template-11 .ip-service-text-link {
  color: var(--ip-blue-700) !important;
  font-size: 12px;
  font-weight: 720;
  text-decoration: none !important;
}

body.template-11 .ip-service-capabilities a::after {
  margin-left: 7px;
  content: "→";
  transition: margin .2s var(--ip-ease);
}

body.template-11 .ip-service-capabilities a:hover::after {
  margin-left: 11px;
}

body.template-11 .ip-service-process {
  margin-top: clamp(88px, 12vw, 160px);
  padding: clamp(48px, 7vw, 88px);
  background:
    radial-gradient(circle at 12% 5%, rgba(120, 217, 43, .12), transparent 30%),
    radial-gradient(circle at 92% 90%, rgba(74, 148, 223, .17), transparent 34%),
    var(--ip-neutral-950);
  border-radius: 34px;
}

body.template-11 .ip-service-heading-light h2 {
  color: #fff;
}

body.template-11 .ip-service-heading-light .ip-service-kicker {
  color: var(--ip-green-300);
}

body.template-11 .ip-service-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.template-11 .ip-service-process li {
  min-width: 0;
  min-height: 230px;
  padding: 22px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 19px;
}

body.template-11 .ip-service-process li > span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  place-items: center;
  color: #fff;
  background: linear-gradient(130deg, rgba(74, 148, 223, .42), rgba(120, 217, 43, .36));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 800;
}

body.template-11 .ip-service-process h3 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 720;
}

body.template-11 .ip-service-process li p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .55);
  font-size: 12.5px;
  line-height: 1.65;
}

body.template-11 .ip-service-process-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

body.template-11 .ip-service-process .ip-service-text-link,
body.template-11 .ip-service-final .ip-service-text-link {
  color: rgba(255, 255, 255, .82) !important;
}

body.template-11 .ip-service-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s var(--ip-ease);
}

body.template-11 .ip-service-text-link:hover span {
  transform: translateX(4px);
}

body.template-11 .ip-service-symptoms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ip-line);
  border-left: 1px solid var(--ip-line);
}

body.template-11 .ip-service-symptoms article {
  min-width: 0;
  padding: clamp(26px, 4vw, 46px);
  border-right: 1px solid var(--ip-line);
  border-bottom: 1px solid var(--ip-line);
}

body.template-11 .ip-service-symptoms h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  font-weight: 720;
}

body.template-11 .ip-service-symptoms p {
  margin-bottom: 0;
  color: var(--ip-muted);
  font-size: 13.5px;
  line-height: 1.7;
}

body.template-11 .ip-service-safety {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 42px);
  color: #fff;
  background: linear-gradient(112deg, #281a19, #381f1d);
  border: 1px solid rgba(201, 74, 72, .28);
  border-radius: 22px;
}

body.template-11 .ip-service-safety-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #fff;
  background: rgba(201, 74, 72, .22);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  font-size: 22px;
  font-weight: 800;
}

body.template-11 .ip-service-safety h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.25rem;
}

body.template-11 .ip-service-safety p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.7;
}

body.template-11 .ip-service-check {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: start;
  margin-top: clamp(88px, 12vw, 160px);
  padding: clamp(38px, 6vw, 76px);
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 30px;
}

body.template-11 .ip-service-check h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 4.4vw, 4.4rem);
  line-height: 1;
}

body.template-11 .ip-service-check > div > p:last-child {
  margin-bottom: 0;
  color: var(--ip-muted);
  font-size: 14px;
  line-height: 1.7;
}

body.template-11 .ip-service-check ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.template-11 .ip-service-check li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid var(--ip-line);
}

body.template-11 .ip-service-check li:first-child {
  padding-top: 0;
}

body.template-11 .ip-service-check li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.template-11 .ip-service-check li span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--ip-green-800);
  background: var(--ip-green-100);
  border-radius: 12px;
  font-size: 10px;
  font-weight: 800;
}

body.template-11 .ip-service-check li p {
  margin: 8px 0 0;
  color: var(--ip-ink-soft);
  font-size: 13.5px;
  line-height: 1.55;
}

body.template-11 .ip-service-prepare {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin-top: clamp(88px, 12vw, 160px);
}

body.template-11 .ip-service-prepare-copy {
  padding: clamp(6px, 3vw, 38px);
}

body.template-11 .ip-service-prepare h2 {
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 4.8vw, 4.9rem);
}

body.template-11 .ip-service-prepare-copy > p:not(.ip-service-kicker) {
  margin-bottom: 24px;
  color: var(--ip-muted);
  font-size: 15px;
  line-height: 1.72;
}

body.template-11 .ip-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 28px;
}

body.template-11 .ip-service-tags span {
  padding: 9px 12px;
  color: var(--ip-ink-soft);
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 11px;
  font-size: 11px;
  font-weight: 680;
}

body.template-11 .ip-service-family-media {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 28px;
}

body.template-11 .ip-service-family-gallery {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-height: 460px;
  background: var(--ip-line);
}

body.template-11 .ip-service-family-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #fff;
}

body.template-11 .ip-service-family-gallery img:first-child {
  grid-row: 1 / -1;
}

body.template-11 .ip-service-family-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(11, 14, 17, .76);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 11px;
  font-size: 10px;
  font-weight: 650;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.template-11 .ip-service-models {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.template-11 .ip-service-models > a {
  display: grid;
  grid-template-rows: 220px auto;
  min-width: 0;
  overflow: hidden;
  color: var(--ip-ink) !important;
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 20px;
  text-decoration: none !important;
  transition: transform .25s var(--ip-ease), border-color .25s var(--ip-ease), box-shadow .25s var(--ip-ease);
}

body.template-11 .ip-service-models > a:hover {
  border-color: rgba(74, 148, 223, .26);
  box-shadow: var(--ip-shadow-sm);
  transform: translateY(-4px);
}

body.template-11 .ip-service-models img,
body.template-11 .ip-service-model-placeholder {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--ip-neutral-50);
}

body.template-11 .ip-service-model-placeholder {
  position: relative;
  background: linear-gradient(145deg, #eef2f5, #fff);
}

body.template-11 .ip-service-model-placeholder::before,
body.template-11 .ip-service-model-placeholder::after {
  position: absolute;
  content: "";
  background: #fff;
  border: 1px solid rgba(20, 24, 28, .12);
  box-shadow: 0 14px 32px rgba(20, 24, 28, .08);
}

body.template-11 .ip-service-model-ceiling::before {
  top: 32px;
  left: 16%;
  width: 68%;
  height: 52%;
  border-radius: 6px;
  transform: perspective(420px) rotateX(59deg);
}

body.template-11 .ip-service-model-ceiling::after {
  right: 25%;
  bottom: 40px;
  width: 50%;
  height: 3px;
  background: linear-gradient(90deg, var(--ip-blue-400), var(--ip-green-400));
  border: 0;
  border-radius: 99px;
  box-shadow: 0 0 18px rgba(74, 148, 223, .38);
}

body.template-11 .ip-service-model-mirror::before {
  top: 24px;
  left: 27%;
  width: 46%;
  height: 76%;
  background: linear-gradient(135deg, #eef5f8 0%, #fff 45%, #e1e8ed 100%);
  border-radius: 10px;
}

body.template-11 .ip-service-model-mirror::after {
  top: 46px;
  left: 31%;
  width: 8px;
  height: 8px;
  background: var(--ip-green-400);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

body.template-11 .ip-service-models > a > span {
  display: block;
  padding: 20px;
}

body.template-11 .ip-service-models small,
body.template-11 .ip-service-models strong {
  display: block;
}

body.template-11 .ip-service-models small {
  margin-bottom: 5px;
  color: var(--ip-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}

body.template-11 .ip-service-models strong {
  font-size: 14px;
  font-weight: 730;
  letter-spacing: -.025em;
}

body.template-11 .ip-service-faq {
  margin-top: clamp(88px, 12vw, 160px);
  padding: clamp(42px, 7vw, 86px);
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 32px;
}

body.template-11 .ip-service-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.template-11 .ip-service-faq details {
  min-width: 0;
  padding: 0 20px;
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 16px;
}

body.template-11 .ip-service-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 16px 34px 16px 0;
  color: var(--ip-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.4;
  list-style: none;
}

body.template-11 .ip-service-faq summary::-webkit-details-marker {
  display: none;
}

body.template-11 .ip-service-faq summary::before,
body.template-11 .ip-service-faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 13px;
  height: 1.5px;
  content: "";
  background: var(--ip-ink-soft);
  border-radius: 2px;
  transition: transform .22s var(--ip-ease);
}

body.template-11 .ip-service-faq summary::after {
  transform: rotate(90deg);
}

body.template-11 .ip-service-faq details[open] summary::after {
  transform: rotate(0deg);
}

body.template-11 .ip-service-faq details p {
  margin: -3px 0 19px;
  color: var(--ip-muted);
  font-size: 12.5px;
  line-height: 1.7;
}

body.template-11 .ip-service-faq details a {
  color: var(--ip-blue-700) !important;
  font-weight: 680;
}

body.template-11 .ip-service-regions {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 8vw, 118px);
  align-items: center;
  margin-top: clamp(88px, 12vw, 160px);
  padding: clamp(38px, 6vw, 76px);
  background: var(--ip-brand-gradient-soft);
  border: 1px solid rgba(74, 148, 223, .14);
  border-radius: 30px;
}

body.template-11 .ip-service-regions h2 {
  font-size: clamp(2.35rem, 4.2vw, 4.2rem);
  line-height: 1;
}

body.template-11 .ip-service-regions > p {
  margin-bottom: 0;
  color: var(--ip-ink-soft);
  font-size: 15px;
  line-height: 1.76;
}

body.template-11 .ip-service-final {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 44px;
  align-items: end;
  margin-top: 18px;
  padding: clamp(42px, 7vw, 84px);
  color: #fff;
  background: var(--ip-digital-gradient);
  background-size: 180% 180%;
  border-radius: 30px;
  box-shadow: var(--ip-digital-shadow);
  animation: ip-digital-flow 12s ease infinite;
}

body.template-11 .ip-service-final .ip-service-kicker {
  color: rgba(255, 255, 255, .65);
}

body.template-11 .ip-service-final h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2.55rem, 5vw, 5rem);
  line-height: .98;
}

body.template-11 .ip-service-final p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .67);
  font-size: 15px;
  line-height: 1.65;
}

body.template-11 .ip-service-final-actions {
  display: grid;
  gap: 15px;
  justify-items: start;
}

body.template-11 .ip-service-sources {
  max-width: 1020px;
  margin: 62px auto 0;
  padding: 25px 28px;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 18px;
}

body.template-11 .ip-service-sources h2 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 720;
}

body.template-11 .ip-service-sources p {
  margin-bottom: 12px;
  color: var(--ip-muted);
  font-size: 11px;
  line-height: 1.65;
}

body.template-11 .ip-service-sources ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  margin: 0;
  padding-left: 17px;
}

body.template-11 .ip-service-sources a {
  color: var(--ip-blue-700) !important;
  font-size: 11px;
}

@media (max-width: 1100px) {
  body.template-11 .ip-service-hero {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-service-hero-media {
    min-height: 390px;
  }

  body.template-11 .ip-service-hero-media img {
    min-height: 390px;
  }

  body.template-11 .ip-service-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-11 .ip-service-proof > div:nth-child(3) {
    border-top: 1px solid var(--ip-line);
    border-left: 0;
  }

  body.template-11 .ip-service-proof > div:nth-child(4) {
    border-top: 1px solid var(--ip-line);
  }

  body.template-11 .ip-service-process ol,
  body.template-11 .ip-service-models {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.template-11 .ip-service-intro,
  body.template-11 .ip-service-check,
  body.template-11 .ip-service-prepare,
  body.template-11 .ip-service-regions,
  body.template-11 .ip-service-final {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-service-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-11 .ip-service-family-gallery {
    min-height: 360px;
  }

  body.template-11 .ip-service-final {
    align-items: start;
  }
}

@media (max-width: 767px) {
  body.in-autorizovany-servis-byecold #content-wrapper main.content.narrow {
    padding-right: 8px;
    padding-left: 8px;
  }

  body.template-11 .ip-service-hub {
    margin-top: 0;
  }

  body.template-11 .ip-service-hero {
    gap: 28px;
    min-height: 0;
    padding: 36px 20px 20px;
    border-radius: 24px;
  }

  body.template-11 .ip-service-hero h2 {
    margin-bottom: 18px;
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  body.template-11 .ip-service-hero-copy > p:not(.ip-service-kicker):not(.ip-service-hero-note) {
    font-size: 15px;
  }

  body.template-11 .ip-service-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-service-btn {
    width: 100%;
  }

  body.template-11 .ip-service-hero-media,
  body.template-11 .ip-service-hero-media img {
    min-height: 280px;
  }

  body.template-11 .ip-service-hero-media {
    border-radius: 18px;
  }

  body.template-11 .ip-service-hero-media img {
    object-position: 68% center;
  }

  body.template-11 .ip-service-hero-media figcaption {
    right: 10px;
    bottom: 10px;
    min-width: 0;
    padding: 11px 12px;
  }

  body.template-11 .ip-service-proof {
    grid-template-columns: 1fr;
    border-radius: 17px;
  }

  body.template-11 .ip-service-proof > div {
    padding: 17px 19px;
  }

  body.template-11 .ip-service-proof > div + div {
    border-top: 1px solid var(--ip-line);
    border-left: 0;
  }

  body.template-11 .ip-service-nav {
    top: 7px;
    justify-content: flex-start;
    width: calc(100% - 16px);
    margin-top: 9px;
  }

  body.template-11 .ip-service-intro {
    gap: 28px;
    margin-top: 72px;
    padding: 0 10px;
  }

  body.template-11 .ip-service-intro h2 {
    font-size: clamp(2.3rem, 10vw, 3.5rem);
  }

  body.template-11 .ip-service-section {
    margin-top: 84px;
  }

  body.template-11 .ip-service-heading {
    margin-bottom: 28px;
    padding: 0 10px;
    text-align: left;
  }

  body.template-11 .ip-service-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  body.template-11 .ip-service-heading > p:last-child:not(.ip-service-kicker) {
    font-size: 14px;
  }

  body.template-11 .ip-service-capabilities,
  body.template-11 .ip-service-process ol,
  body.template-11 .ip-service-symptoms,
  body.template-11 .ip-service-models,
  body.template-11 .ip-service-faq-grid {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-service-capabilities article {
    min-height: 0;
    padding: 25px 21px;
    border-radius: 17px;
  }

  body.template-11 .ip-service-capabilities article > span {
    margin-bottom: 20px;
  }

  body.template-11 .ip-service-capabilities p {
    min-height: 0;
  }

  body.template-11 .ip-service-process {
    margin-top: 84px;
    padding: 46px 12px 28px;
    border-radius: 24px;
  }

  body.template-11 .ip-service-process li {
    min-height: 0;
    padding: 21px;
  }

  body.template-11 .ip-service-process li > span {
    margin-bottom: 22px;
  }

  body.template-11 .ip-service-process-actions {
    display: grid;
    gap: 14px;
  }

  body.template-11 .ip-service-process-actions .ip-service-text-link {
    justify-self: center;
  }

  body.template-11 .ip-service-symptoms {
    border-left: 0;
  }

  body.template-11 .ip-service-symptoms article {
    padding: 24px 12px;
    border-right: 0;
  }

  body.template-11 .ip-service-safety {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
    border-radius: 17px;
  }

  body.template-11 .ip-service-safety-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  body.template-11 .ip-service-check {
    gap: 30px;
    margin-top: 84px;
    padding: 37px 20px;
    border-radius: 23px;
  }

  body.template-11 .ip-service-check h2 {
    font-size: clamp(2.3rem, 10vw, 3.6rem);
  }

  body.template-11 .ip-service-check li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
  }

  body.template-11 .ip-service-check li span {
    width: 36px;
    height: 36px;
  }

  body.template-11 .ip-service-prepare {
    gap: 28px;
    margin-top: 84px;
  }

  body.template-11 .ip-service-prepare-copy {
    padding: 0 10px;
  }

  body.template-11 .ip-service-prepare h2 {
    font-size: clamp(2.45rem, 11vw, 3.8rem);
  }

  body.template-11 .ip-service-family-media {
    border-radius: 20px;
  }

  body.template-11 .ip-service-family-gallery {
    min-height: 280px;
  }

  body.template-11 .ip-service-models > a {
    grid-template-rows: 240px auto;
    border-radius: 17px;
  }

  body.template-11 .ip-service-models img,
  body.template-11 .ip-service-model-placeholder {
    height: 240px;
  }

  body.template-11 .ip-service-faq {
    margin-top: 84px;
    padding: 46px 12px;
    border-radius: 24px;
  }

  body.template-11 .ip-service-faq details {
    padding: 0 16px;
    border-radius: 14px;
  }

  body.template-11 .ip-service-regions {
    gap: 26px;
    margin-top: 84px;
    padding: 36px 22px;
    border-radius: 23px;
  }

  body.template-11 .ip-service-regions h2 {
    font-size: clamp(2.3rem, 10vw, 3.6rem);
  }

  body.template-11 .ip-service-final {
    gap: 28px;
    padding: 38px 22px;
    border-radius: 23px;
  }

  body.template-11 .ip-service-final h2 {
    font-size: clamp(2.4rem, 11vw, 3.8rem);
  }

  body.template-11 .ip-service-final-actions {
    width: 100%;
  }

  body.template-11 .ip-service-sources {
    margin-top: 48px;
    padding: 20px;
  }

  body.template-11 .ip-service-sources ul {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.template-11 .ip-service-final {
    animation: none;
  }
}

/* ========================================================================== 
   6.0.11 — Complete infrared heating FAQ hub
   ========================================================================== */

body.in-faq-infrapanely #content-wrapper .sidebar {
  display: none !important;
}

body.in-faq-infrapanely #content-wrapper .content-wrapper-in {
  display: block;
}

body.in-faq-infrapanely #content-wrapper main.content.narrow {
  width: 100%;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
}

body.in-faq-infrapanely #content-wrapper .content-inner {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

body.in-faq-infrapanely .pageArticleDetail > header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.template-11 .ip-faq-hub {
  width: min(100%, 1320px);
  max-width: none;
  margin: 10px auto clamp(72px, 9vw, 126px);
  color: var(--ip-ink);
}

body.template-11 .ip-faq-hub h2,
body.template-11 .ip-faq-hub h3,
body.template-11 .ip-faq-hub p {
  margin-top: 0;
}

body.template-11 .ip-faq-hub a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.template-11 .ip-faq-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  min-height: clamp(560px, 60vw, 720px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(120, 217, 43, .20), transparent 31%),
    radial-gradient(circle at 67% 86%, rgba(74, 148, 223, .25), transparent 39%),
    linear-gradient(145deg, #0c1116 0%, #111a22 60%, #122536 100%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: clamp(26px, 3.2vw, 40px);
  box-shadow: 0 34px 100px rgba(17, 28, 39, .19);
  isolation: isolate;
}

body.template-11 .ip-faq-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 65%);
  mask-image: linear-gradient(90deg, transparent, #000 65%);
}

body.template-11 .ip-faq-hero-copy {
  align-self: center;
  padding: clamp(42px, 7vw, 92px);
}

body.template-11 .ip-faq-hero h2 {
  max-width: 790px;
  margin: 12px 0 24px;
  color: #fff;
  font-size: clamp(2.6rem, 5.5vw, 6rem);
  font-weight: 650;
  letter-spacing: -.062em;
  line-height: .97;
  text-wrap: balance;
}

body.template-11 .ip-faq-hero-copy > p:not(.ip-guide-kicker) {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .69);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.68;
}

body.template-11 .ip-faq-hero .ip-guide-kicker,
body.template-11 .ip-faq-decision .ip-guide-kicker {
  color: var(--ip-green-300);
}

body.template-11 .ip-faq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

body.template-11 .ip-faq-hero-actions .btn {
  min-height: 50px;
  padding: 14px 22px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none !important;
}

body.template-11 .ip-faq-hero-actions .btn-primary,
body.template-11 .ip-faq-decision .ip-faq-hero-actions .btn:first-child {
  color: var(--ip-ink) !important;
  background: #fff !important;
  border-color: #fff !important;
}

body.template-11 .ip-faq-hero-actions .btn:hover {
  background: rgba(255, 255, 255, .14) !important;
  transform: translateY(-2px);
}

body.template-11 .ip-faq-hero-actions .btn-primary:hover,
body.template-11 .ip-faq-decision .ip-faq-hero-actions .btn:first-child:hover {
  background: #f4f7f9 !important;
}

body.template-11 .ip-faq-hero-panel {
  position: relative;
  min-height: 520px;
  margin: 42px 42px 42px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 30px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

body.template-11 .ip-faq-hero-panel::before,
body.template-11 .ip-faq-hero-panel::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

body.template-11 .ip-faq-hero-panel::before {
  width: 330px;
  height: 330px;
}

body.template-11 .ip-faq-hero-panel::after {
  width: 190px;
  height: 190px;
}

body.template-11 .ip-faq-hero-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  color: #fff;
  background: var(--ip-digital-gradient);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 29px;
  box-shadow: 0 24px 55px rgba(17, 99, 169, .34);
  font-size: 45px;
  font-weight: 580;
  transform: translate(-50%, -50%);
}

body.template-11 .ip-faq-orb {
  position: absolute;
  z-index: 3;
  padding: 10px 13px;
  color: rgba(255, 255, 255, .82);
  background: rgba(15, 21, 28, .75);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.3;
  backdrop-filter: blur(12px);
}

body.template-11 .ip-faq-orb::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  content: "";
  background: var(--ip-digital-gradient);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(120, 217, 43, .45);
}

body.template-11 .ip-faq-orb-a { top: 12%; left: 9%; }
body.template-11 .ip-faq-orb-b { top: 18%; right: 8%; }
body.template-11 .ip-faq-orb-c { right: 5%; bottom: 20%; }
body.template-11 .ip-faq-orb-d { bottom: 10%; left: 10%; }
body.template-11 .ip-faq-orb-e { top: 48%; left: 3%; }

body.template-11 .ip-faq-nav {
  position: sticky;
  top: 10px;
  z-index: 18;
  display: flex;
  gap: 6px;
  justify-content: center;
  width: min(100% - 32px, 1160px);
  margin: 18px auto 0;
  padding: 7px;
  overflow-x: auto;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(222, 227, 231, .88);
  border-radius: 15px;
  box-shadow: 0 14px 40px rgba(18, 27, 35, .08);
  scrollbar-width: none;
  backdrop-filter: blur(18px);
}

body.template-11 .ip-faq-nav::-webkit-scrollbar {
  display: none;
}

body.template-11 .ip-faq-nav a {
  flex: 0 0 auto;
  padding: 9px 11px;
  color: var(--ip-neutral-700) !important;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 680;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

body.template-11 .ip-faq-nav a:hover {
  color: var(--ip-ink) !important;
  background: linear-gradient(135deg, var(--ip-green-50), var(--ip-blue-50));
}

body.template-11 .ip-faq-intro {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  max-width: 1120px;
  margin: clamp(62px, 8vw, 112px) auto 0;
  padding: 0 clamp(4px, 2vw, 20px);
}

body.template-11 .ip-faq-intro > div {
  padding-right: clamp(0px, 3vw, 42px);
  border-right: 1px solid var(--ip-line);
}

body.template-11 .ip-faq-intro span,
body.template-11 .ip-faq-intro strong {
  display: block;
}

body.template-11 .ip-faq-intro span {
  margin-bottom: 8px;
  color: var(--ip-blue-700);
  font-size: 11px;
  font-weight: 740;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.template-11 .ip-faq-intro strong {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  letter-spacing: -.045em;
  line-height: 1.05;
}

body.template-11 .ip-faq-intro p {
  margin: 0;
  color: var(--ip-muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.75;
}

body.template-11 .ip-faq-intro a,
body.template-11 .ip-faq-grid a {
  color: var(--ip-blue-700) !important;
  font-weight: 650;
}

body.template-11 .ip-faq-section {
  scroll-margin-top: 88px;
  margin-top: clamp(84px, 10vw, 148px);
}

body.template-11 .ip-faq-heading {
  max-width: 920px;
  margin: 0 auto clamp(30px, 4vw, 48px);
  text-align: center;
}

body.template-11 .ip-faq-heading h2 {
  margin: 10px 0 16px;
  color: var(--ip-ink);
  font-size: clamp(2.25rem, 5vw, 4.85rem);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: 1;
  text-wrap: balance;
}

body.template-11 .ip-faq-heading > p:not(.ip-guide-kicker) {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--ip-muted);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.7;
}

body.template-11 .ip-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

body.template-11 .ip-faq-grid article {
  min-width: 0;
  padding: clamp(24px, 3.2vw, 38px);
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 20px;
  transition: border-color .2s var(--ip-ease), transform .2s var(--ip-ease), box-shadow .2s var(--ip-ease);
}

body.template-11 .ip-faq-grid article:hover {
  border-color: rgba(74, 148, 223, .26);
  box-shadow: 0 18px 48px rgba(24, 34, 43, .07);
  transform: translateY(-2px);
}

body.template-11 .ip-faq-grid h3 {
  margin-bottom: 14px;
  color: var(--ip-ink);
  font-size: clamp(1.16rem, 1.75vw, 1.52rem);
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: 1.25;
  text-wrap: balance;
}

body.template-11 .ip-faq-grid p {
  margin-bottom: 0;
  color: var(--ip-muted);
  font-size: 14px;
  line-height: 1.76;
}

body.template-11 .ip-faq-grid p strong {
  color: var(--ip-ink);
}

body.template-11 .ip-faq-callout {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 14px;
  padding: 22px 24px;
  background: linear-gradient(135deg, var(--ip-green-50), var(--ip-blue-50));
  border: 1px solid rgba(74, 148, 223, .16);
  border-radius: 18px;
}

body.template-11 .ip-faq-callout strong {
  font-size: 15px;
}

body.template-11 .ip-faq-callout span {
  color: var(--ip-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.template-11 .ip-faq-callout a {
  padding: 10px 14px;
  color: var(--ip-ink) !important;
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 720;
  text-decoration: none !important;
  white-space: nowrap;
}

body.template-11 .ip-faq-section-dark {
  margin-right: -22px;
  margin-left: -22px;
  padding: clamp(54px, 7vw, 90px) clamp(22px, 5vw, 66px);
  color: #fff;
  background:
    radial-gradient(circle at 80% 4%, rgba(74, 148, 223, .20), transparent 34%),
    var(--ip-neutral-950);
  border-radius: 34px;
}

body.template-11 .ip-faq-section-dark .ip-faq-heading h2,
body.template-11 .ip-faq-section-dark .ip-faq-grid h3 {
  color: #fff;
}

body.template-11 .ip-faq-section-dark .ip-faq-heading > p:not(.ip-guide-kicker),
body.template-11 .ip-faq-section-dark .ip-faq-grid p {
  color: rgba(255, 255, 255, .61);
}

body.template-11 .ip-faq-section-dark .ip-guide-kicker {
  color: var(--ip-green-300);
}

body.template-11 .ip-faq-section-dark .ip-faq-grid article {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .09);
}

body.template-11 .ip-faq-section-dark .ip-faq-grid article:hover {
  border-color: rgba(120, 217, 43, .22);
  box-shadow: none;
}

body.template-11 .ip-faq-section-dark .ip-faq-grid a {
  color: var(--ip-green-300) !important;
}

body.template-11 .ip-faq-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 32px;
}

body.template-11 .ip-faq-formula span {
  display: grid;
  min-height: 92px;
  padding: 17px;
  place-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 17px;
  text-align: center;
}

body.template-11 .ip-faq-formula b {
  color: #fff;
  font-size: 14px;
}

body.template-11 .ip-faq-formula small {
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
}

body.template-11 .ip-faq-formula i {
  color: rgba(255, 255, 255, .40);
  font-size: 20px;
  font-style: normal;
}

body.template-11 .ip-faq-formula .ip-faq-formula-result {
  background: var(--ip-digital-gradient);
  border-color: rgba(255, 255, 255, .18);
}

body.template-11 .ip-faq-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

body.template-11 .ip-faq-link-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.template-11 .ip-faq-link-grid a {
  position: relative;
  display: block;
  min-height: 132px;
  padding: 22px 48px 22px 22px;
  color: var(--ip-ink) !important;
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 17px;
  text-decoration: none !important;
}

body.template-11 .ip-faq-link-grid a::after {
  position: absolute;
  top: 20px;
  right: 19px;
  content: "↗";
  color: var(--ip-blue-600);
  font-size: 15px;
}

body.template-11 .ip-faq-link-grid a:hover {
  background: linear-gradient(135deg, var(--ip-green-50), var(--ip-blue-50));
  border-color: rgba(74, 148, 223, .22);
  transform: translateY(-2px);
}

body.template-11 .ip-faq-link-grid strong,
body.template-11 .ip-faq-link-grid span {
  display: block;
}

body.template-11 .ip-faq-link-grid strong {
  margin-bottom: 8px;
  font-size: 15px;
}

body.template-11 .ip-faq-link-grid span {
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.template-11 .ip-faq-section-soft {
  padding: clamp(48px, 7vw, 86px) clamp(20px, 5vw, 62px);
  background: linear-gradient(145deg, #f8faf8, #f3f7fb);
  border: 1px solid rgba(74, 148, 223, .10);
  border-radius: 32px;
}

body.template-11 .ip-faq-section-soft .ip-faq-grid article {
  background: rgba(255, 255, 255, .78);
}

body.template-11 .ip-faq-decision {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
  margin-top: clamp(90px, 11vw, 156px);
  padding: clamp(42px, 7vw, 82px);
  color: #fff;
  background: var(--ip-digital-gradient);
  background-size: 220% 220%;
  border-radius: 32px;
  box-shadow: var(--ip-digital-shadow);
  animation: ip-digital-flow 14s ease-in-out infinite;
}

body.template-11 .ip-faq-decision h2 {
  margin: 10px 0 16px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .98;
  text-wrap: balance;
}

body.template-11 .ip-faq-decision p:not(.ip-guide-kicker) {
  max-width: 670px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.7;
}

body.template-11 .ip-faq-decision ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.template-11 .ip-faq-decision li {
  min-height: 112px;
  padding: 19px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
}

body.template-11 .ip-faq-decision li span,
body.template-11 .ip-faq-decision li strong {
  display: block;
}

body.template-11 .ip-faq-decision li span {
  margin-bottom: 23px;
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  font-weight: 740;
}

body.template-11 .ip-faq-decision li strong {
  font-size: 13px;
}

body.template-11 .ip-faq-decision .ip-faq-hero-actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

body.template-11 .ip-faq-sources {
  max-width: 1000px;
  margin: 70px auto 0;
  padding: 26px 30px;
  color: var(--ip-muted);
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  font-size: 12px;
  line-height: 1.65;
}

body.template-11 .ip-faq-sources h2 {
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: -.025em;
}

body.template-11 .ip-faq-sources p {
  margin-bottom: 12px;
  color: var(--ip-muted);
}

body.template-11 .ip-faq-sources ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 22px;
  margin: 0;
  padding-left: 18px;
}

body.template-11 .ip-faq-sources a {
  font-size: 12px;
}

@media (max-width: 1199px) {
  body.template-11 .ip-faq-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  }

  body.template-11 .ip-faq-link-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.template-11 .ip-faq-hero {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-faq-hero-copy {
    padding-bottom: 26px;
  }

  body.template-11 .ip-faq-hero-panel {
    min-height: 360px;
    margin: 0 32px 32px;
  }

  body.template-11 .ip-faq-hero-panel::before {
    width: 270px;
    height: 270px;
  }

  body.template-11 .ip-faq-decision {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.in-faq-infrapanely #content-wrapper main.content.narrow {
    padding-right: 8px;
    padding-left: 8px;
  }

  body.template-11 .ip-faq-hub {
    width: 100%;
    margin-top: 0;
  }

  body.template-11 .ip-faq-hero {
    min-height: 0;
    border-radius: 23px;
  }

  body.template-11 .ip-faq-hero-copy {
    padding: 38px 22px 24px;
  }

  body.template-11 .ip-faq-hero h2 {
    font-size: clamp(2.55rem, 12vw, 4.4rem);
  }

  body.template-11 .ip-faq-hero-copy > p:not(.ip-guide-kicker) {
    font-size: 15px;
  }

  body.template-11 .ip-faq-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-faq-hero-actions .btn {
    width: 100%;
    white-space: normal;
  }

  body.template-11 .ip-faq-hero-panel {
    min-height: 310px;
    margin: 0 14px 14px;
    border-radius: 18px;
  }

  body.template-11 .ip-faq-hero-panel::before {
    width: 230px;
    height: 230px;
  }

  body.template-11 .ip-faq-hero-panel::after {
    width: 142px;
    height: 142px;
  }

  body.template-11 .ip-faq-hero-mark {
    width: 76px;
    height: 76px;
    border-radius: 23px;
    font-size: 36px;
  }

  body.template-11 .ip-faq-orb {
    padding: 8px 10px;
    font-size: 9px;
  }

  body.template-11 .ip-faq-orb-e {
    display: none;
  }

  body.template-11 .ip-faq-nav {
    top: 7px;
    justify-content: flex-start;
    width: calc(100% - 16px);
    margin-top: 9px;
  }

  body.template-11 .ip-faq-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 58px;
    padding: 0 12px;
  }

  body.template-11 .ip-faq-intro > div {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid var(--ip-line);
  }

  body.template-11 .ip-faq-section {
    margin-top: 78px;
  }

  body.template-11 .ip-faq-heading {
    margin-bottom: 25px;
    padding: 0 10px;
    text-align: left;
  }

  body.template-11 .ip-faq-heading h2 {
    font-size: clamp(2.1rem, 10vw, 3.5rem);
  }

  body.template-11 .ip-faq-heading > p:not(.ip-guide-kicker) {
    font-size: 15px;
  }

  body.template-11 .ip-faq-grid {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-faq-grid article {
    padding: 23px 20px;
    border-radius: 17px;
  }

  body.template-11 .ip-faq-grid h3 {
    font-size: 1.28rem;
  }

  body.template-11 .ip-faq-grid p {
    font-size: 14px;
  }

  body.template-11 .ip-faq-callout {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  body.template-11 .ip-faq-callout a {
    justify-self: start;
    margin-top: 6px;
  }

  body.template-11 .ip-faq-section-dark {
    margin-right: 0;
    margin-left: 0;
    padding: 48px 12px;
    border-radius: 24px;
  }

  body.template-11 .ip-faq-formula {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  body.template-11 .ip-faq-formula span {
    min-height: 72px;
  }

  body.template-11 .ip-faq-formula i {
    height: 18px;
    line-height: 18px;
    text-align: center;
  }

  body.template-11 .ip-faq-link-grid,
  body.template-11 .ip-faq-link-grid-four {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-faq-link-grid a {
    min-height: 112px;
  }

  body.template-11 .ip-faq-section-soft {
    padding: 48px 12px;
    border-radius: 24px;
  }

  body.template-11 .ip-faq-decision {
    gap: 28px;
    margin-top: 82px;
    padding: 34px 22px;
    border-radius: 23px;
  }

  body.template-11 .ip-faq-decision h2 {
    font-size: clamp(2.25rem, 11vw, 4rem);
  }

  body.template-11 .ip-faq-decision ol {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-faq-decision li {
    min-height: 92px;
  }

  body.template-11 .ip-faq-decision li span {
    margin-bottom: 15px;
  }

  body.template-11 .ip-faq-sources {
    margin-top: 52px;
    padding: 20px;
  }

  body.template-11 .ip-faq-sources ul {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.template-11 .ip-faq-decision {
    animation: none;
  }
}

@keyframes ip-digital-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

html {
  scroll-behavior: smooth;
  background: var(--ip-surface);
}

body.template-11 {
  color: var(--ip-ink);
  background: var(--ip-surface);
  font-family: var(--ip-font);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.template-11 *,
body.template-11 *::before,
body.template-11 *::after {
  box-sizing: border-box;
}

body.template-11 a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s var(--ip-ease), opacity .2s var(--ip-ease), transform .25s var(--ip-ease), background-color .2s var(--ip-ease), border-color .2s var(--ip-ease), box-shadow .25s var(--ip-ease);
}

body.template-11 h1,
body.template-11 h2,
body.template-11 h3,
body.template-11 h4,
body.template-11 h5,
body.template-11 .h1,
body.template-11 .h2,
body.template-11 .h3 {
  color: var(--ip-ink);
  font-family: var(--ip-font);
  font-weight: 650;
  letter-spacing: -0.036em;
  line-height: 1.08;
}

body.template-11 h1 {
  font-size: clamp(2.35rem, 4.4vw, 4.8rem);
}

body.template-11 h2 {
  font-size: clamp(1.85rem, 3vw, 3.35rem);
}

body.template-11 h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

body.template-11 p {
  color: var(--ip-ink-soft);
}

body.template-11 img {
  height: auto;
}

body.template-11 .container,
body.template-11 .content-wrapper,
body.template-11 #header .container,
body.template-11 #navigation .container,
body.template-11 #footer .container {
  width: min(calc(100% - 48px), var(--ip-container));
  max-width: var(--ip-container);
  margin-inline: auto;
}

/* Header */
body.template-11 .top-navigation-bar {
  min-height: 42px;
  height: 42px;
  color: rgba(255, 255, 255, .76);
  background: var(--ip-ink);
  border: 0;
  font-size: 12px;
  font-weight: 540;
  letter-spacing: .025em;
}

body.template-11 .top-navigation-bar a,
body.template-11 .top-navigation-bar .top-nav-button {
  color: rgba(255, 255, 255, .84);
}

body.template-11 .top-navigation-bar a:hover {
  color: #fff;
}

body.template-11 .top-navigation-bar .container {
  align-items: center;
  height: 42px;
  min-height: 42px;
}

body.template-11 .top-navigation-bar .top-navigation-contacts,
body.template-11 .top-navigation-bar .top-navigation-menu,
body.template-11 .top-navigation-bar .top-navigation-tools,
body.template-11 .top-navigation-bar .top-navigation-bar-menu,
body.template-11 .top-navigation-bar .top-navigation-bar-menu > li {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.template-11 .top-navigation-bar .top-navigation-contacts {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: auto !important;
  min-width: 0;
  padding-right: 24px;
  white-space: nowrap;
}

body.template-11 .top-navigation-bar .top-navigation-contacts strong {
  margin-right: 8px;
  color: rgba(255, 255, 255, .55);
  font-weight: 500;
}

body.template-11 .top-navigation-bar .top-navigation-menu {
  display: flex !important;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  width: auto !important;
  min-width: 0;
  height: 42px;
}

body.template-11 .top-navigation-bar .top-navigation-menu::before {
  display: none;
  content: none;
}

body.template-11 .top-navigation-bar .top-navigation-bar-menu {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  width: auto !important;
  flex: 0 0 auto;
  height: 42px;
  margin: 0;
  padding: 0;
}

body.template-11 .top-navigation-bar .top-navigation-bar-menu > li,
body.template-11 .top-navigation-bar .top-navigation-bar-menu > li.cropped {
  display: flex !important;
  align-items: center;
  width: auto !important;
  height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.template-11 .top-navigation-bar .top-navigation-bar-menu > li::before,
body.template-11 .top-navigation-bar .top-navigation-bar-menu > li::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
  background: none !important;
  border: 0 !important;
}

body.template-11 .top-navigation-bar .top-navigation-bar-menu > li > a {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0;
  font-size: 11px;
  font-weight: 560;
  letter-spacing: .035em;
  text-transform: uppercase;
}

body.template-11 .top-navigation-bar .top-navigation-menu-trigger,
body.template-11 .top-navigation-bar .top-navigation-bar-menu-helper {
  display: none !important;
}

body.template-11 .top-navigation-bar .top-navigation-tools {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto;
  width: auto !important;
  min-width: 96px;
  margin-left: 28px;
  height: 42px;
}

body.template-11 .top-navigation-bar .top-nav-button-login {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 6px !important;
  color: rgba(255, 255, 255, .84) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  text-transform: none !important;
}

body.template-11 .top-navigation-bar .top-nav-button-login > span {
  display: block;
  line-height: 1.2;
}

body.template-11 .top-navigation-bar .top-nav-button-login:hover,
body.template-11 .top-navigation-bar .top-nav-button-login:focus-visible {
  color: #fff !important;
  background: transparent !important;
}

@keyframes ip-info-strip {
  0%, 100% {
    opacity: .68;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.template-11 .top-navigation-bar .top-navigation-menu::before {
    animation: none;
  }

  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a[href*="/kalkulacka-topneho-vykonu--zjistete--jaky-infrapanel-potrebujete/"],
  body.template-11.type-detail .p-detail-info [data-testid="productCardBrandName"],
  body.template-11.type-detail .position--benefitProduct .benefitBanner__picture {
    animation: none;
  }
}

/* Native Shoptet information strip — placed above the utility navigation. */
body.template-11 .site-msg.information {
  position: relative !important;
  inset: auto !important;
  z-index: 70;
  width: 100% !important;
  max-width: none !important;
  min-height: 38px;
  margin: 0 !important;
  padding: 0 !important;
  color: #18301d;
  background: linear-gradient(90deg, #eaf9df 0%, #e7f3ff 100%);
  border: 0;
  box-shadow: none;
  transform: none !important;
}

body.template-11 .site-msg.information .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 42px;
  text-align: center;
}

body.template-11 .site-msg.information .text {
  width: auto !important;
  max-width: none !important;
  flex: 0 1 auto;
  font-size: 12px;
  letter-spacing: -.005em;
  line-height: 1.35;
}

body.template-11 .site-msg.information .text strong {
  font-weight: 720;
}

body.template-11 .site-msg.information .text a {
  margin-left: 8px;
  color: #215f9c;
  font-weight: 680;
  text-decoration: none;
}

body.template-11 .site-msg.information .close {
  position: absolute;
  top: 50%;
  right: 14px;
  margin: 0 !important;
  color: #18301d;
  transform: translateY(-50%);
}

body.template-11 .top-navigation-bar .project-phone:hover {
  color: var(--ip-brand-green);
}

body.template-11 #header {
  position: relative;
  z-index: 40;
  padding: 0;
  background: rgba(255, 255, 255, .94);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: saturate(150%) blur(18px);
  -webkit-backdrop-filter: saturate(150%) blur(18px);
}

body.template-11 #header .header-top {
  min-height: 98px;
  padding-block: 18px;
  align-items: center;
}

body.template-11 #header .site-name {
  display: flex;
  align-items: center;
  min-height: 54px;
}

body.template-11 #header .site-name a {
  display: inline-flex;
  align-items: center;
}

body.template-11 #header .site-name img {
  max-height: 58px;
  width: auto;
  object-fit: contain;
}

body.template-11 #header .search {
  overflow: hidden;
  max-width: 540px;
  min-height: 48px;
  background: var(--ip-surface-soft);
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background .2s var(--ip-ease), border-color .2s var(--ip-ease), box-shadow .2s var(--ip-ease);
}

body.template-11 #header .search:focus-within {
  background: #fff;
  border-color: rgba(74, 148, 223, .38);
  box-shadow: 0 0 0 5px var(--ip-brand-blue-soft);
}

body.template-11 #header .search input[type="search"] {
  height: 48px;
  padding-inline: 22px;
  color: var(--ip-ink);
  background: transparent;
  border: 0;
  font-family: var(--ip-font);
  font-size: 14px;
}

body.template-11 #header .search button {
  position: relative;
  width: 54px;
  height: 48px;
  padding: 0;
  color: #fff;
  background: var(--ip-ink);
  border: 0;
  font-size: 0;
}

body.template-11 #header .search-form button::before,
body.template-11 #header .search button::before {
  content: "" !important;
  position: absolute !important;
  top: 15px !important;
  left: 17px !important;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid currentColor !important;
  border-radius: 50% !important;
}

body.template-11 #header .search-form button::after,
body.template-11 #header .search button::after {
  content: "" !important;
  position: absolute !important;
  top: 29px !important;
  left: 31px !important;
  width: 8px !important;
  height: 2px !important;
  background: currentColor !important;
  border: 0 !important;
  border-radius: 2px !important;
  transform: rotate(45deg) !important;
  transform-origin: left center !important;
}

body.template-11 #header .cart-count {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  color: var(--ip-ink);
  background: transparent;
  border: 1px solid var(--ip-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 620;
}

body.template-11 #header .cart-count::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px;
  margin: 0 10px 0 0 !important;
  background: currentColor !important;
  border: 0 !important;
  font-family: initial !important;
  line-height: 1 !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l1.7 9.2a2 2 0 0 0 2 1.6h8.7a2 2 0 0 0 2-1.6L20.5 7H6'/%3E%3Ccircle cx='9' cy='19' r='1.25' fill='black' stroke='none'/%3E%3Ccircle cx='18' cy='19' r='1.25' fill='black' stroke='none'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l1.7 9.2a2 2 0 0 0 2 1.6h8.7a2 2 0 0 0 2-1.6L20.5 7H6'/%3E%3Ccircle cx='9' cy='19' r='1.25' fill='black' stroke='none'/%3E%3Ccircle cx='18' cy='19' r='1.25' fill='black' stroke='none'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11 #header .cart-count:hover {
  background: linear-gradient(90deg, var(--ip-brand-green-soft), var(--ip-brand-blue-soft));
  border-color: rgba(74, 148, 223, .28);
}

body.template-11 #navigation {
  position: relative;
  z-index: 35;
  min-height: 58px;
  overflow: visible !important;
  background: rgba(255, 255, 255, .96);
  border: 0;
  border-bottom: 0;
  box-shadow: none;
}

body.template-11 #navigation .navigation-in {
  overflow: visible;
  height: 58px;
  min-height: 58px;
  background: transparent;
}

body.template-11 #navigation .navigation-in > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 58px;
  visibility: visible;
  opacity: 1;
}

body.template-11 #navigation .navigation-in > ul > li > a {
  position: relative;
  min-height: 42px;
  padding: 12px 16px;
  color: var(--ip-ink-soft);
  background: transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: none;
  transform: translateY(0);
}

/* Shoptet wraps some menu labels in a legacy <b>; keep every primary item equally strong. */
body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a > b {
  font-weight: inherit !important;
}

body.template-11 #navigation .navigation-in > ul > li > a:hover,
body.template-11 #navigation .navigation-in > ul > li.exp > a,
body.template-11 #navigation .navigation-in > ul > li.active > a,
body.template-11 #navigation .navigation-in > ul > li > a.active {
  color: var(--ip-ink);
  background: linear-gradient(90deg, var(--ip-brand-green-soft), var(--ip-brand-blue-soft));
  box-shadow: 0 8px 22px rgba(74, 148, 223, .08);
  transform: translateY(-1px);
}

body.template-11 #navigation .navigation-in > ul.menu-level-1 > li {
  border: 0 !important;
  box-shadow: none !important;
}

body.template-11 #navigation .navigation-in > ul.menu-level-1 > li.menu-item-753 {
  order: -20;
}

/* Shoptet injects the brands directory outside the editable header-menu list. */
body.template-11 #navigation .navigation-in > ul.menu-level-1 > li:has(> a[href$="/znacka/"]),
body.template-11 #navigation .navigation-in > ul.menu-level-1 > li:has(> a[href*="/znacka/?"]) {
  display: none !important;
}

body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a {
  border: 0 !important;
  box-shadow: none !important;
}

body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a::after {
  display: none !important;
}

body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a[href*="/kalkulacka-topneho-vykonu--zjistete--jaky-infrapanel-potrebujete/"] {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-inline: 15px !important;
  color: #fff !important;
  background: var(--ip-digital-gradient) !important;
  background-size: 220% 220% !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 11px !important;
  box-shadow: var(--ip-digital-shadow) !important;
  font-weight: 700;
  animation: ip-digital-flow 9s ease-in-out infinite;
}

body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a[href*="/kalkulacka-topneho-vykonu--zjistete--jaky-infrapanel-potrebujete/"]::before {
  content: "" !important;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  background: currentColor !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2.8' width='16' height='18.4' rx='3'/%3E%3Cpath d='M7.5 6.5h9M8 11h.01M12 11h.01M16 11h.01M8 15h.01M12 15h.01M16 15h.01M8 18.5h.01M12 18.5h4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2.8' width='16' height='18.4' rx='3'/%3E%3Cpath d='M7.5 6.5h9M8 11h.01M12 11h.01M16 11h.01M8 15h.01M12 15h.01M16 15h.01M8 18.5h.01M12 18.5h4'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a[href*="/kalkulacka-topneho-vykonu--zjistete--jaky-infrapanel-potrebujete/"]:hover,
body.template-11 #navigation .navigation-in > ul.menu-level-1 > li.active > a[href*="/kalkulacka-topneho-vykonu--zjistete--jaky-infrapanel-potrebujete/"] {
  color: #fff !important;
  background: var(--ip-digital-gradient) !important;
  background-size: 220% 220% !important;
  box-shadow: 0 17px 38px rgba(36, 94, 234, .30), 0 7px 18px rgba(20, 20, 22, .14) !important;
}

body.template-11 #navigation .submenu-visible,
body.template-11 #navigation .menu-level-2 {
  overflow: hidden;
  padding: 14px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(20, 20, 22, .12);
}

body.template-11 #navigation .menu-level-2 a {
  padding: 10px 13px;
  border-radius: 9px;
  font-size: 13px;
}

body.template-11 #navigation .menu-level-2 a:hover {
  background: linear-gradient(90deg, var(--ip-brand-green-soft), var(--ip-brand-blue-soft));
}

body.template-11 #navigation .menu-helper {
  color: var(--ip-ink);
  background: var(--ip-surface-soft);
  border-radius: 12px;
}

body.template-11 #navigation .menu-helper::after,
body.template-11 #navigation .menu-helper span {
  color: var(--ip-ink);
}

@media (min-width: 992px) {
  body.template-11 #navigation .navigation-in > ul > li {
    visibility: visible !important;
  }

  body.template-11 #navigation .navigation-in > ul > li > a {
    padding-inline: 9px;
    font-size: 11.5px;
  }

  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li:hover > .menu-level-2,
  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li.exp > .menu-level-2,
  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > .menu-level-2.submenu-visible {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 6px;
  }

  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > .menu-level-2 {
    top: 58px !important;
    right: auto !important;
    left: 50% !important;
    width: min(860px, calc(100% - 32px)) !important;
    min-width: 0 !important;
    max-width: 860px !important;
    transform: translateX(-50%);
  }

  body.template-11 #navigation .menu-level-2 > li {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 6px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 14px;
    transition: background-color .2s var(--ip-ease), transform .25s var(--ip-ease);
  }

  body.template-11 #navigation .menu-level-2 > li > .menu-image {
    display: block !important;
    width: 72px !important;
    height: 54px !important;
    padding: 0 !important;
    overflow: hidden;
    background-color: var(--ip-surface-warm);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0 !important;
    border-radius: 10px;
  }

  body.template-11 #navigation .menu-level-2 > li > .menu-image img {
    display: none !important;
  }

  body.template-11 #navigation .menu-level-2 > li:hover {
    background: linear-gradient(90deg, var(--ip-brand-green-soft), var(--ip-brand-blue-soft)) !important;
    transform: translateY(-1px);
  }

  body.template-11 #navigation #nav-manufacturers .menu-level-2 > li {
    display: block !important;
    padding: 6px !important;
  }

  body.template-11 #navigation .menu-level-2 > .menu-item-683 > .menu-image,
  body.template-11 #navigation .menu-level-2 > .menu-item-713 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/banners/infraplus-top-zrcadla.png?6a592228");
  }

  body.template-11 #navigation .menu-level-2 > .menu-item-726 > .menu-image,
  body.template-11 #navigation .menu-level-2 > .menu-item-723 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/banners/infraplus-hero-chytre-teplo.png?6a592188");
  }

  body.template-11 #navigation .menu-level-2 > .menu-item-729 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/shop/related/198_infraplus-infra-01-igt2-hh1006l-byecold-660kw-1-pozadi-3.jpg?ff=1&x=100&y=100&q=85&ts=6a3d5201&sg=8dda0505");
  }

  body.template-11 #navigation .menu-level-2 > .menu-item-732 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/shop/related/195_infraplus-infra-01-igt2-f1206p-01byecold-700kw-1-pozadi-3.jpg?ff=1&x=100&y=100&q=85&ts=6a3ba171&sg=8dda0505");
  }

  body.template-11 #navigation .menu-level-2 > .menu-item-735 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/shop/related/69_infraplus-infra-01-5hl1206p-01byecold-700kw-1-pozadi-3.jpg?ff=1&x=100&y=100&q=85&ts=6a376d7a&sg=8dda0505");
  }

  body.template-11 #navigation .menu-level-2 > .menu-item-738 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/shop/related/186_infraplus-infra-01-2cg-l0603-byecold-1150kw-40-led.jpg?ff=1&x=100&y=100&q=85&ts=6a4370fa&sg=8dda0505");
  }

  body.template-11 #navigation .menu-level-2 > .menu-item-673 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/banners/infraplus-hero-salave-teplo.png?6a59214c");
  }

  body.template-11 #navigation .menu-level-2 > .menu-item-710 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/banners/infraplus-top-kalkulacka.png?6a5921f8");
  }

  body.template-11 #navigation .menu-level-2 > li > div {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.template-11 #navigation .menu-level-2 > li > div > a,
  body.template-11 #navigation .menu-level-2 > li > a:not(.menu-image) {
    display: flex !important;
    align-items: center;
    min-height: 46px;
    padding: 11px 13px !important;
    color: var(--ip-ink-soft);
    background: transparent;
    border: 0 !important;
    border-radius: 12px;
    font-size: 12.5px;
    font-weight: 620;
    line-height: 1.3;
    text-decoration: none;
  }

  body.template-11 #navigation .menu-level-2 .menu-level-3 {
    display: none !important;
  }

  body.template-11 #navigation .menu-helper {
    display: none !important;
  }
}

/* Breadcrumbs */
body.template-11 .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  margin-block: 18px 26px;
  overflow-x: auto;
  overflow-y: hidden;
  color: var(--ip-muted);
  background: transparent;
  border: 0;
  font-size: 12px;
  white-space: nowrap;
  scrollbar-width: none;
}

body.template-11 .breadcrumbs::-webkit-scrollbar {
  display: none;
}

body.template-11 .breadcrumbs::before,
body.template-11 .navigation-home-icon-wrapper::before {
  display: none !important;
  content: none !important;
}

body.template-11 .breadcrumbs > span[itemprop="itemListElement"] {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  min-width: 0 !important;
}

body.template-11 .breadcrumbs > span[data-testid="breadcrumbsLastLevel"] {
  overflow: hidden;
  flex: 0 1 auto;
  text-overflow: ellipsis;
}

body.template-11 .breadcrumbs > span[data-testid="breadcrumbsLastLevel"] > span[itemprop="name"] {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

body.template-11 .breadcrumbs > span[itemprop="itemListElement"] > a:not(.navigation-home-icon),
body.template-11 .breadcrumbs > span[itemprop="itemListElement"] > span[itemprop="name"] {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Template 11 draws a second oversized chevron directly on breadcrumb links. */
body.template-11 .breadcrumbs > span[itemprop="itemListElement"] > a:not(.navigation-home-icon)::before,
body.template-11 .breadcrumbs > span[itemprop="itemListElement"] > a:not(.navigation-home-icon)::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  content: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.template-11 .breadcrumbs a {
  color: var(--ip-muted);
}

body.template-11 .breadcrumbs a:hover {
  color: var(--ip-ink);
}

body.template-11 .breadcrumbs .navigation-home-icon {
  display: inline-grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center;
  padding: 0 !important;
  color: var(--ip-ink-soft) !important;
  background: linear-gradient(145deg, #fff, var(--ip-surface-soft)) !important;
  border: 1px solid var(--ip-line) !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(20, 20, 22, .045);
}

body.template-11 .breadcrumbs .navigation-home-icon::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  background: currentColor !important;
  border: 0 !important;
  transform: none !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 10.5 12 3.4l8.5 7.1'/%3E%3Cpath d='M5.8 9.6v10.1h12.4V9.6M9.7 19.7v-6.2h4.6v6.2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 10.5 12 3.4l8.5 7.1'/%3E%3Cpath d='M5.8 9.6v10.1h12.4V9.6M9.7 19.7v-6.2h4.6v6.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11 .breadcrumbs .navigation-home-icon::after {
  display: none !important;
  content: none !important;
}

body.template-11 .breadcrumbs .navigation-bullet {
  position: relative !important;
  display: inline-grid !important;
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 38px !important;
  flex: 0 0 16px !important;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: var(--ip-neutral-300) !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
  transform: none !important;
  font-family: initial !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  appearance: none !important;
}

body.template-11 .breadcrumbs .navigation-bullet::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: currentColor !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: translate(-50%, calc(-50% + 2px)) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11 .breadcrumbs .navigation-bullet::after {
  display: none !important;
  content: none !important;
}

/* Homepage hero */
body.template-11.type-index .overall-wrapper > .content-wrapper.homepage-box.before-carousel {
  width: min(calc(100% - 48px), var(--ip-container));
  max-width: var(--ip-container);
  margin: 18px auto 0;
  padding: 0;
  background: transparent;
  border: 0 !important;
}

body.desktop.template-11.type-index #content-wrapper {
  height: 0 !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.template-11.type-index .before-carousel .content-wrapper-in {
  padding: 0;
}

body.template-11.type-index #carousel,
body.template-11.type-index #carousel .carousel-inner,
body.template-11.type-index #carousel .item,
body.template-11.type-index #carousel .item > a {
  border-radius: var(--ip-radius-lg);
}

body.template-11.type-index #carousel {
  overflow: hidden;
  background: var(--ip-surface-warm);
  box-shadow: var(--ip-shadow-sm);
}

body.template-11.type-index #carousel .item img {
  width: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ip-ease);
}

body.template-11.type-index #carousel:hover .item.active img {
  transform: scale(1.012);
}

body.template-11.type-index #carousel .carousel-control {
  display: grid;
  place-items: center;
  top: auto;
  bottom: 24px;
  width: 48px;
  height: 48px;
  color: #fff;
  background: rgba(20, 20, 22, .78);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  opacity: 1;
  backdrop-filter: blur(10px);
}

body.template-11.type-index #carousel .carousel-control::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  background: currentColor !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: initial !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11.type-index #carousel .carousel-control.left::before {
  transform: rotate(180deg) !important;
}

body.template-11.type-index #carousel .carousel-control::after {
  display: none !important;
  content: none !important;
}

body.template-11.type-index #carousel .carousel-control.left {
  left: auto;
  right: 82px;
}

body.template-11.type-index #carousel .carousel-control.right {
  right: 24px;
}

body.template-11.type-index .banners-row,
body.template-11.type-index .banner-wrapper {
  gap: 18px;
}

body.template-11.type-index .banner-wrapper img,
body.template-11.type-index .banners-row img {
  border-radius: var(--ip-radius-md);
  transition: transform .45s var(--ip-ease), box-shadow .45s var(--ip-ease);
}

body.template-11.type-index .banner-wrapper a:hover img,
body.template-11.type-index .banners-row a:hover img {
  transform: translateY(-3px);
  box-shadow: var(--ip-shadow-md);
}

/* Benefit cards */
body.template-11 .benefitBanner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100% !important;
  max-width: none !important;
  margin-block: 28px 36px;
}

body.template-11 .benefitBanner__item {
  flex: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
}

body.template-11 .benefitBanner__link {
  display: grid !important;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  width: 100% !important;
  height: 100% !important;
  min-height: 104px;
  padding: 20px;
  background: var(--ip-surface-soft);
  border: 1px solid transparent;
  border-radius: var(--ip-radius-sm);
  text-decoration: none;
}

body.template-11 .benefitBanner__link:hover {
  background: #fff;
  border-color: var(--ip-line);
  box-shadow: var(--ip-shadow-sm);
  transform: translateY(-2px);
}

body.template-11 .benefitBanner__picture {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0;
  background: linear-gradient(135deg, var(--ip-brand-green-soft), var(--ip-brand-blue-soft));
  border: 1px solid rgba(74, 148, 223, .12);
  border-radius: 14px;
}

body.template-11 .benefitBanner__picture img {
  width: 28px;
  max-width: 28px;
  max-height: 28px;
  filter: grayscale(1) contrast(1.1);
  opacity: .68;
}

body.template-11 .benefitBanner__content {
  min-width: 0;
  padding: 0 !important;
  overflow: visible;
  word-break: normal;
  overflow-wrap: break-word;
}

body.template-11 .benefitBanner__title {
  display: block;
  margin-bottom: 3px;
  color: var(--ip-ink);
  font-size: 14px;
  font-weight: 660;
  letter-spacing: -.02em;
  line-height: 1.25;
  word-break: normal;
  hyphens: none;
}

body.template-11 .benefitBanner__data {
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.35;
  word-break: normal;
  hyphens: none;
}

body.template-11.type-detail .position--benefitProduct {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-block: 28px 42px;
}

body.template-11.type-detail .position--benefitProduct .benefitBanner__link {
  min-height: 122px;
  padding: 18px;
  background: linear-gradient(145deg, #fff 0%, var(--ip-surface-soft) 100%);
  border-color: var(--ip-line);
}

body.template-11.type-detail .position--benefitProduct .benefitBanner__picture {
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--ip-digital-gradient);
  background-size: 220% 220%;
  border-color: rgba(255, 255, 255, .22);
  border-radius: 14px;
  box-shadow: 0 9px 22px rgba(36, 94, 234, .18);
  animation: ip-digital-flow 11s ease-in-out infinite;
}

body.template-11.type-detail .position--benefitProduct .benefitBanner__picture img {
  display: none !important;
}

body.template-11.type-detail .position--benefitProduct .benefitBanner__picture::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: currentColor;
}

body.template-11.type-detail .position--benefitProduct .benefitBanner__item:nth-child(1) .benefitBanner__picture::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2.8' width='14' height='18.4' rx='3'/%3E%3Cpath d='M9.2 15.2h5.6M12 18.3h.01M8.5 9.5a5 5 0 0 1 7 0M10.2 11.2a2.6 2.6 0 0 1 3.6 0'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2.8' width='14' height='18.4' rx='3'/%3E%3Cpath d='M9.2 15.2h5.6M12 18.3h.01M8.5 9.5a5 5 0 0 1 7 0M10.2 11.2a2.6 2.6 0 0 1 3.6 0'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11.type-detail .position--benefitProduct .benefitBanner__item:nth-child(2) .benefitBanner__picture::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4.5h16v11H9l-5 4v-15Z'/%3E%3Cpath d='m8 10 2.1 2.1L16 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4.5h16v11H9l-5 4v-15Z'/%3E%3Cpath d='m8 10 2.1 2.1L16 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11.type-detail .position--benefitProduct .benefitBanner__item:nth-child(3) .benefitBanner__picture::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 10.5 12 3.4l8.5 7.1'/%3E%3Cpath d='M5.8 9.6v10.1h12.4V9.6M9.7 19.7v-6.2h4.6v6.2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 10.5 12 3.4l8.5 7.1'/%3E%3Cpath d='M5.8 9.6v10.1h12.4V9.6M9.7 19.7v-6.2h4.6v6.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11.type-detail .position--benefitProduct .benefitBanner__item:nth-child(4) .benefitBanner__picture::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h5M15 6h5M4 12h9M19 12h1M4 18h2M12 18h8'/%3E%3Ccircle cx='12' cy='6' r='2'/%3E%3Ccircle cx='16' cy='12' r='2'/%3E%3Ccircle cx='9' cy='18' r='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h5M15 6h5M4 12h9M19 12h1M4 18h2M12 18h8'/%3E%3Ccircle cx='12' cy='6' r='2'/%3E%3Ccircle cx='16' cy='12' r='2'/%3E%3Ccircle cx='9' cy='18' r='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Homepage welcome */
body.template-11.type-index .welcome-wrapper {
  width: min(calc(100% - 48px), var(--ip-container));
  max-width: var(--ip-container);
  margin: 12px auto 56px;
  padding: 0;
  background: transparent;
}

body.template-11.type-index .welcome-wrapper .content-wrapper-in {
  overflow: hidden;
  padding: clamp(38px, 6vw, 84px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(214, 121, 43, .34), transparent 35%),
    linear-gradient(135deg, #171719 0%, #292521 100%);
  border-radius: var(--ip-radius-lg);
}

body.template-11.type-index .welcome-wrapper h1,
body.template-11.type-index .welcome-wrapper h2,
body.template-11.type-index .welcome-wrapper h3,
body.template-11.type-index .welcome-wrapper .h1 {
  max-width: 880px;
  margin: 0 0 22px;
  color: #fff;
}

body.template-11.type-index .welcome-wrapper p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

/* General content */
body.template-11 #content-wrapper {
  padding-top: 0;
  padding-bottom: 64px;
}

body.template-11 .content-inner {
  min-width: 0;
}

body.template-11 .category-title,
body.template-11 .p-detail-inner-header {
  margin-bottom: 24px;
}

body.template-11 .category-title h1,
body.template-11 .p-detail-inner-header h1 {
  margin: 0;
  text-wrap: balance;
}

body.template-11 .category-perex,
body.template-11 .category__perex,
body.template-11 .welcome {
  max-width: 920px;
  color: var(--ip-ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

/* Sidebar */
body.template-11 .sidebar {
  padding: 18px;
  background: var(--ip-surface-soft);
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-md);
}

body.template-11 .sidebar-inner {
  padding: 0;
}

body.template-11 .sidebar h4,
body.template-11 .sidebar .box-heading {
  color: var(--ip-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.template-11 .sidebar .categories a,
body.template-11 .sidebar .menu-level-1 > li > a,
body.template-11 .sidebar .menu-level-2 > li > a {
  display: block;
  padding: 9px 12px;
  color: var(--ip-ink-soft);
  border-radius: 9px;
  font-size: 13px;
  text-decoration: none;
}

body.template-11 .sidebar .categories a:hover,
body.template-11 .sidebar .categories .active > a,
body.template-11 .sidebar .menu-level-1 > .active > a {
  color: var(--ip-ink);
  background: #fff;
}

/* One quiet Apple-like chevron replaces Shoptet's font +/- controls. */
body.template-11 .sidebar .cat-trigger {
  display: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body.template-11 .sidebar .categories.expandable:has(> ul) > .topic > a {
  position: relative;
  padding-right: 38px;
}

body.template-11 .sidebar .categories.expandable:has(> ul) > .topic > a > .cat-trigger {
  position: absolute !important;
  top: 50% !important;
  right: 9px !important;
  left: auto !important;
  display: grid !important;
  width: 22px !important;
  height: 22px !important;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ip-neutral-500) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  font-family: initial !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translateY(-50%) !important;
}

body.template-11 .sidebar .categories.expandable:has(> ul) > .topic > a > .cat-trigger::before {
  content: "" !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  background: currentColor !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: initial !important;
  transform: none !important;
  transition: transform .2s var(--ip-ease);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11 .sidebar .categories.expandable:has(> ul) > .topic > a > .cat-trigger::after {
  display: none !important;
  content: none !important;
}

body.template-11 .sidebar .categories.expanded:has(> ul) > .topic > a > .cat-trigger::before {
  transform: rotate(90deg) !important;
}

body.template-11 .sidebar .categories.expandable:has(> ul) > .topic > a:hover > .cat-trigger,
body.template-11 .sidebar .categories.expandable:has(> ul) > .topic > a:focus-visible > .cat-trigger {
  color: var(--ip-blue-700) !important;
  background: var(--ip-brand-blue-soft) !important;
}

body.template-11 .sidebar .box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ip-line);
}

body.template-11 .sidebar .box:last-child {
  border-bottom: 0;
}

/* Category subcategories */
body.template-11 .subcategories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 40px;
}

body.template-11 .subcategories > li,
body.template-11 .subcategory {
  width: 100% !important;
  float: none !important;
  margin: 0;
  padding: 0;
}

body.template-11 .subcategories > li > a,
body.template-11 .subcategory a {
  display: grid;
  align-items: center;
  min-width: 0;
  min-height: 82px;
  padding: 13px 15px;
  color: var(--ip-ink);
  background: var(--ip-surface-soft);
  border: 1px solid var(--ip-line);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 620;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 13px;
  text-decoration: none;
}

body.template-11 .subcategories > li > a::before,
body.template-11 .subcategories > li > a::after {
  display: none !important;
  content: none !important;
}

body.template-11 .subcategories > li .image {
  display: grid;
  overflow: hidden;
  width: 54px;
  height: 54px;
  place-items: center;
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 11px;
}

body.template-11 .subcategories > li .image img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  opacity: .62;
}

body.template-11 .subcategories > li .text {
  overflow: hidden;
  min-width: 0;
  line-height: 1.35;
  text-overflow: ellipsis;
}

body.template-11 .subcategories > li > a:hover,
body.template-11 .subcategory a:hover {
  background: #fff;
  border-color: rgba(74, 148, 223, .28);
  box-shadow: var(--ip-shadow-sm);
  transform: translateY(-2px);
}

/* Sorting and filters */
body.template-11 .products-top,
body.template-11 .category-header {
  margin: 28px 0 22px;
  padding: 10px;
  background: var(--ip-surface-soft);
  border: 0;
  border-radius: var(--ip-radius-sm);
}

body.template-11 .products-top a,
body.template-11 .category-header a,
body.template-11 .products-top label {
  color: var(--ip-muted);
  font-size: 12px;
  font-weight: 620;
}

body.template-11 .products-top a:hover,
body.template-11 .products-top a.active {
  color: var(--ip-ink);
  background: #fff;
  border-radius: 10px;
}

/* Product grid */
body.template-11 #products.products-block {
  align-items: stretch;
  gap: 20px 0;
}

body.template-11 #products.products-block > .product {
  padding: 10px;
  border: 0;
}

body.template-11 #products .product .p {
  display: flex;
  overflow: hidden;
  height: 100%;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  box-shadow: 0 10px 34px rgba(20, 20, 22, .045);
  transition: transform .35s var(--ip-ease), border-color .35s var(--ip-ease), box-shadow .35s var(--ip-ease);
}

body.template-11 #products .product:hover .p {
  border-color: rgba(20, 20, 22, .16);
  box-shadow: var(--ip-shadow-md);
  transform: translateY(-4px);
}

body.template-11 #products .product .image {
  display: grid;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  flex: 0 0 auto;
  margin: 0;
  place-items: center;
  background: var(--ip-surface-soft);
  border-bottom: 1px solid var(--ip-line);
}

body.template-11 #products .product .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .5s var(--ip-ease);
}

body.template-11 #products .product .image img[src*="missing_images"] {
  width: min(38%, 132px);
  height: auto;
  opacity: .58;
}

body.template-11 #products .product:hover .image img:not([src*="missing_images"]) {
  transform: scale(1.025);
}

body.template-11 #products .product .p-in {
  display: flex;
  overflow: visible;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 20px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

body.template-11 #products .product:hover .p-in {
  border: 0;
  box-shadow: none;
  transform: none;
}

body.template-11 #products .product .p-in-in {
  min-width: 0;
}

body.template-11 #products .product .name {
  display: -webkit-box;
  overflow: hidden;
  min-height: 46px;
  margin: 0 0 12px;
  color: var(--ip-ink);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.38;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.template-11 #products .product .ratings-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 28px;
  padding: 0;
}

body.template-11 #products .product .availability,
body.template-11 #products .product .availability-amount {
  margin: 0;
  color: var(--ip-success);
  font-size: 12px;
  font-weight: 660;
}

body.template-11 #products .product .p-bottom {
  margin-top: auto;
}

body.template-11 #products .product .p-bottom > div {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 12px;
}

body.template-11 #products .product .prices,
body.template-11 #products .product .p-tools {
  min-width: 0;
}

body.template-11 #products .product .price,
body.template-11 #products .product .price-final,
body.template-11 #products .product .price-standard {
  color: var(--ip-ink);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.035em;
  white-space: nowrap;
}

body.template-11 #products .product .btn,
body.template-11 #products .product .btn-cart {
  min-height: 42px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ip-ink);
  border: 1px solid var(--ip-ink);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 650;
  text-transform: none;
  white-space: nowrap;
}

body.template-11 #products .product .btn:hover,
body.template-11 #products .product .btn-cart:hover {
  background: var(--ip-blue-700);
  border-color: var(--ip-blue-700);
  transform: translateY(-1px);
}

body.template-11 #products .product .ip-product-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: var(--ip-ink);
  border-color: var(--ip-ink);
  text-decoration: none;
}

body.template-11 #products .product .ip-product-detail-button::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 17px;
  margin: 0 !important;
  background: currentColor !important;
  border: 0 !important;
  font-family: initial !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11 #products .product .ip-product-detail-button:hover {
  color: #fff;
  background: var(--ip-digital-gradient);
  background-size: 220% 220%;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(36, 94, 234, .18);
}

body.template-11 #products .product .p-desc {
  display: -webkit-box;
  overflow: hidden;
  min-width: 0;
  margin: 2px 0 0;
  grid-column: 1 / -1;
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.template-11 #products .product .p-code {
  position: static;
  display: block;
  overflow: hidden;
  width: auto;
  margin: 16px 20px 18px;
  padding-top: 12px;
  color: var(--ip-muted);
  background: transparent;
  border-top: 1px solid var(--ip-line);
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.template-11 .flag {
  padding: 7px 10px;
  background: rgba(20, 20, 22, .9);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

/* Product detail */
body.template-11.type-detail .p-detail-inner {
  align-items: flex-start;
}

body.template-11.type-detail .p-detail-inner-header h1 {
  max-width: 1060px;
  font-size: clamp(1.95rem, 3vw, 3.25rem);
  line-height: 1.04;
  overflow-wrap: break-word;
}

body.template-11.type-detail .p-detail-inner-header .p-code {
  display: inline-block;
  margin-top: 10px;
  color: var(--ip-muted);
  font-size: 13px;
  letter-spacing: .01em;
}

body.template-11.type-detail .p-detail-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 30px;
}

body.template-11.type-detail .p-detail-info > div {
  display: flex;
}

body.template-11.type-detail .p-detail-info [data-testid="productCardBrandName"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 14px;
  color: rgba(255, 255, 255, .78);
  background: var(--ip-digital-gradient);
  background-size: 220% 220%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(36, 94, 234, .18);
  font-size: 12px;
  font-weight: 580;
  line-height: 1;
  text-decoration: none;
  animation: ip-digital-flow 10s ease-in-out infinite;
}

body.template-11.type-detail .p-detail-info [data-testid="productCardBrandName"]::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.8 20 7v10l-8 4.2L4 17V7l8-4.2Z'/%3E%3Cpath d='m8.5 12 2.2 2.2 4.8-4.8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.8 20 7v10l-8 4.2L4 17V7l8-4.2Z'/%3E%3Cpath d='m8.5 12 2.2 2.2 4.8-4.8'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11.type-detail .p-detail-info [data-testid="productCardBrandName"] span {
  color: #fff;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: .015em;
}

body.template-11.type-detail .p-detail-info [data-testid="productCardBrandName"]:hover {
  color: #fff;
  box-shadow: 0 16px 34px rgba(36, 94, 234, .28);
  transform: translateY(-1px);
}

body.template-11.type-detail .p-image-wrapper {
  overflow: hidden;
  padding: 20px;
  background: var(--ip-surface-soft);
  border-radius: var(--ip-radius-lg);
}

body.template-11.type-detail .p-image-wrapper img {
  border-radius: var(--ip-radius-sm);
  mix-blend-mode: multiply;
}

body.template-11.type-detail .p-thumbnails-wrapper {
  margin-top: 14px;
}

body.template-11.type-detail .p-thumbnails a {
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--ip-radius-xs);
}

body.template-11.type-detail .p-thumbnails a:hover,
body.template-11.type-detail .p-thumbnails a.highlighted {
  border-color: var(--ip-ink);
}

body.template-11.type-detail .p-info-wrapper {
  padding: clamp(20px, 3vw, 42px);
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-lg);
  box-shadow: var(--ip-shadow-sm);
}

body.template-11.type-detail .p-final-price-wrapper,
body.template-11.type-detail .price-final {
  color: var(--ip-ink);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -.045em;
}

body.template-11.type-detail .availability-value {
  color: var(--ip-success);
  font-size: 14px;
  font-weight: 650;
}

body.template-11.type-detail .add-to-cart {
  gap: 10px;
  padding: 18px 0 8px;
}

/* Apple-inspired quantity stepper — one consistent component site-wide. */
body.template-11 .quantity {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 120px;
  height: 52px;
  min-width: 120px;
  overflow: hidden;
  vertical-align: middle;
  background: rgba(246, 248, 250, .94);
  border: 1px solid rgba(20, 24, 28, .12);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 1px 2px rgba(20, 24, 28, .04);
  isolation: isolate;
}

body.template-11 .quantity label {
  position: static;
  display: block;
  flex: 0 0 44px;
  order: 2;
  width: 44px;
  height: 52px;
  margin: 0;
  padding: 0;
}

body.template-11 .quantity .amount {
  width: 44px;
  height: 52px;
  min-height: 52px;
  margin: 0;
  padding: 0;
  color: var(--ip-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 680;
  line-height: 52px;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}

body.template-11 .quantity .amount::-webkit-inner-spin-button,
body.template-11 .quantity .amount::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

body.template-11 .quantity .increase,
body.template-11 .quantity .decrease {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 52px;
  min-height: 52px;
  margin: 0;
  padding: 0;
  color: var(--ip-ink-soft);
  background: transparent;
  border: 0;
  border-radius: 12px;
  outline: 0;
  box-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 0;
  line-height: 1;
  transition: color .2s var(--ip-ease), background-color .2s var(--ip-ease), transform .2s var(--ip-ease);
}

body.template-11 .quantity .decrease {
  order: 1;
}

body.template-11 .quantity .increase {
  order: 3;
}

body.template-11 .quantity .decrease::before,
body.template-11 .quantity .increase::before {
  content: none !important;
  display: none !important;
}

body.template-11 .quantity .increase__sign,
body.template-11 .quantity .decrease__sign {
  position: static;
  display: block !important;
  width: auto;
  height: auto;
  color: currentColor;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 19px !important;
  font-weight: 430;
  line-height: 1 !important;
  text-indent: 0;
  opacity: 1;
  visibility: visible;
}

body.template-11 .quantity .increase:hover,
body.template-11 .quantity .decrease:hover {
  color: var(--ip-blue-700);
  background: rgba(74, 148, 223, .08);
}

body.template-11 .quantity .increase:active,
body.template-11 .quantity .decrease:active {
  transform: scale(.94);
}

body.template-11 .quantity .increase:focus-visible,
body.template-11 .quantity .decrease:focus-visible,
body.template-11 .quantity .amount:focus-visible {
  box-shadow: inset 0 0 0 2px var(--ip-blue-500);
}

body.template-11 .quantity .increase-tooltip,
body.template-11 .quantity .decrease-tooltip {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

body.template-11.type-detail .add-to-cart-button,
body.template-11.type-detail .btn-conversion {
  min-height: 54px;
  padding: 15px 28px;
  color: #fff;
  background: var(--ip-ink);
  border: 1px solid var(--ip-ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 680;
  letter-spacing: -.015em;
  text-transform: none;
  box-shadow: none;
}

body.template-11.type-detail .add-to-cart-button::before,
body.template-11 #products .btn-cart::before {
  content: "" !important;
  position: static !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 9px 0 0 !important;
  vertical-align: -4px;
  background: currentColor !important;
  border: 0 !important;
  font-family: initial !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l-1 12H6L5 8Z'/%3E%3Cpath d='M9 9V6a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l-1 12H6L5 8Z'/%3E%3Cpath d='M9 9V6a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.template-11.type-detail .add-to-cart-button:hover,
body.template-11.type-detail .btn-conversion:hover {
  background: var(--ip-blue-700);
  border-color: var(--ip-blue-700);
  box-shadow: 0 10px 28px rgba(31, 93, 152, .20);
  transform: translateY(-2px);
}

body.template-11.type-detail .p-short-description {
  color: var(--ip-ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

body.template-11.type-detail .shp-tabs {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ip-line);
  border-radius: 0;
}

body.template-11.type-detail .shp-tabs-row {
  display: block;
}

body.template-11.type-detail .shp-tabs-holder {
  width: 100%;
  background: transparent;
}

body.template-11.type-detail .shp-tab {
  float: none;
  margin: 0;
}

body.template-11.type-detail .shp-tab-link {
  position: relative;
  padding: 15px 2px 16px;
  color: var(--ip-muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 650;
}

body.template-11.type-detail .shp-tab.active .shp-tab-link,
body.template-11.type-detail .shp-tab-link:hover {
  color: var(--ip-ink);
  background: transparent;
  box-shadow: none;
}

body.template-11.type-detail .shp-tab-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  border-radius: 2px 2px 0 0;
  transform: scaleX(.35);
  transition: background .2s var(--ip-ease), transform .25s var(--ip-ease);
}

body.template-11.type-detail .shp-tab.active .shp-tab-link::after,
body.template-11.type-detail .shp-tab-link:hover::after {
  background: var(--ip-brand-gradient);
  transform: scaleX(1);
}

body.template-11.type-detail .tab-content {
  padding-top: 34px;
}

body.template-11.type-detail .description-inner {
  max-width: 980px;
}

body.template-11.type-detail .description-inner > * {
  max-width: 100%;
}

body.template-11.type-detail .detail-parameters,
body.template-11.type-detail .description-inner table {
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
  border: 1px solid var(--ip-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--ip-radius-sm);
}

body.template-11.type-detail .detail-parameters tr,
body.template-11.type-detail .description-inner table tr {
  background: #fff;
}

body.template-11.type-detail .detail-parameters tr:nth-child(even),
body.template-11.type-detail .description-inner table tr:nth-child(even) {
  background: var(--ip-surface-soft);
}

body.template-11.type-detail .detail-parameters th,
body.template-11.type-detail .detail-parameters td,
body.template-11.type-detail .description-inner table th,
body.template-11.type-detail .description-inner table td {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid var(--ip-line);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.template-11.type-detail .detail-parameters th,
body.template-11.type-detail .description-inner table th {
  width: 34%;
  min-width: 0;
  color: var(--ip-ink);
  font-weight: 700;
}

body.template-11.type-detail .detail-parameters td,
body.template-11.type-detail .description-inner table td {
  width: 66%;
  color: var(--ip-ink-soft);
}

body.template-11.type-detail .detail-parameters tr:last-child > *,
body.template-11.type-detail .description-inner table tr:last-child > * {
  border-bottom: 0;
}

/* Buttons and form controls */
body.template-11 .btn,
body.template-11 button,
body.template-11 input,
body.template-11 select,
body.template-11 textarea {
  font-family: var(--ip-font);
}

body.template-11 .btn:not(.btn-cart):not(.btn-conversion):not(.add-to-cart-button) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  color: var(--ip-ink);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(20, 24, 28, .12);
  border-radius: 13px;
  box-shadow: 0 1px 2px rgba(20, 24, 28, .04), 0 8px 24px rgba(20, 24, 28, .06);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -.018em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

body.template-11 .btn:not(.btn-cart):not(.btn-conversion):not(.add-to-cart-button):hover,
body.template-11 .btn:not(.btn-cart):not(.btn-conversion):not(.add-to-cart-button):focus-visible {
  color: var(--ip-blue-700);
  background: #fff;
  border-color: rgba(74, 148, 223, .30);
  box-shadow: 0 2px 4px rgba(20, 24, 28, .05), 0 14px 30px rgba(31, 93, 152, .12);
  outline: 0;
  text-decoration: none;
  transform: translateY(-1px);
}

body.template-11 .btn:not(.btn-cart):not(.btn-conversion):not(.add-to-cart-button):focus-visible {
  box-shadow: var(--ip-focus-ring), 0 14px 30px rgba(31, 93, 152, .12);
}

/* Editorial links inside custom product descriptions */
body.template-11.type-detail .description-inner .ip-product-story a:not(.btn):not(.ip-series-media) {
  color: var(--ip-blue-700);
  font-weight: 650;
  text-decoration-line: underline;
  text-decoration-color: rgba(74, 148, 223, .34);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color .2s var(--ip-ease), text-decoration-color .2s var(--ip-ease);
}

body.template-11.type-detail .description-inner .ip-product-story a:not(.btn):not(.ip-series-media):hover,
body.template-11.type-detail .description-inner .ip-product-story a:not(.btn):not(.ip-series-media):focus-visible {
  color: var(--ip-blue-600);
  text-decoration-color: currentColor;
}

body.template-11.type-detail .description-inner .ip-product-story .btn {
  text-decoration: none !important;
}

body.template-11 .btn-default,
body.template-11 .btn-primary {
  min-height: 44px;
  padding: 11px 19px;
  color: #fff;
  background: var(--ip-blue-700);
  border: 1px solid var(--ip-blue-700);
  border-radius: var(--ip-radius-xs);
  font-weight: 650;
  text-transform: none;
  box-shadow: 0 8px 20px rgba(31, 93, 152, .14);
}

body.template-11 .btn-default:hover,
body.template-11 .btn-primary:hover,
body.template-11 .btn-default:focus,
body.template-11 .btn-primary:focus {
  color: #fff;
  background: var(--ip-digital-gradient);
  background-size: 180% 180%;
  border-color: transparent;
  box-shadow: var(--ip-digital-shadow);
  transform: translateY(-1px);
}

body.template-11 [data-testid="buttonBackToShop"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.template-11 input[type="text"],
body.template-11 input[type="email"],
body.template-11 input[type="tel"],
body.template-11 input[type="password"],
body.template-11 input[type="number"],
body.template-11 textarea,
body.template-11 select {
  min-height: 48px;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid var(--ip-line-strong);
  border-radius: var(--ip-radius-xs);
}

body.template-11 input:focus,
body.template-11 textarea:focus,
body.template-11 select:focus {
  border-color: var(--ip-blue-500);
  box-shadow: var(--ip-focus-ring);
  outline: 0;
}

/* Footer */
body.template-11 #footer {
  margin-top: 64px;
  padding: 32px 0 24px;
  color: rgba(255, 255, 255, .72);
  background: var(--ip-ink);
  border: 0;
}

body.template-11 #footer h4,
body.template-11 #footer .box-heading {
  color: #fff;
  font-size: 13px;
  font-weight: 660;
  letter-spacing: -.01em;
  text-transform: none;
}

body.template-11 #footer a {
  color: rgba(255, 255, 255, .7);
}

body.template-11 #footer a:hover {
  color: #fff;
}

body.template-11 #footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-top: 20px !important;
  color: rgba(255, 255, 255, .48);
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px;
}

body.template-11 #footer .copyright {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .48) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px;
}

body.template-11 #footer #signature {
  margin: 0 !important;
  color: rgba(255, 255, 255, .48);
}

body.template-11 #footer #signature img {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .55;
}

body.template-11 #footer .custom-footer {
  display: block !important;
  width: 100% !important;
  gap: 28px;
  padding: 0 0 30px !important;
}

body.template-11 #footer > .container.footer-rows {
  color: inherit;
  background: transparent !important;
}

body.template-11 #footer > .container.footer-rows > .site-name {
  display: none !important;
}

body.template-11 #footer .custom-footer.elements-1,
body.template-11 #footer .custom-footer.elements-2,
body.template-11 #footer .custom-footer.elements-3,
body.template-11 #footer .custom-footer.elements-4 {
  padding-left: 0 !important;
  padding-bottom: 30px;
}

body.template-11 #footer .custom-footer > div {
  color: inherit;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Rich footer, inserted from the final InfraPlus footer script. */
body.template-11 #footer .ip-footer-shell {
  width: 100%;
  padding: 10px 0 34px;
}

body.template-11 #footer .ip-footer-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 38px;
}

body.template-11 #footer .ip-footer-trust span {
  position: relative;
  min-height: 58px;
  padding: 15px 18px 15px 44px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  font-size: 13px;
  font-weight: 600;
}

body.template-11 #footer .ip-footer-trust span::before {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--ip-brand-gradient);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(120, 217, 43, .08);
}

body.template-11 #footer .ip-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(150px, .8fr));
  gap: clamp(28px, 4vw, 72px);
}

body.template-11 #footer .ip-footer-brand {
  max-width: 390px;
}

body.template-11 #footer .ip-footer-brandmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -.035em;
}

body.template-11 #footer .ip-footer-brandmark::before {
  width: 30px;
  height: 30px;
  content: "";
  background: var(--ip-brand-gradient);
  border-radius: 9px 14px 9px 14px;
  transform: rotate(8deg);
}

body.template-11 #footer .ip-footer-brand p {
  max-width: 360px;
  margin: 0 0 21px;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}

body.template-11 #footer .ip-footer-contact {
  display: grid;
  gap: 7px;
  font-size: 14px;
}

body.template-11 #footer .ip-footer-contact a {
  width: fit-content;
  color: rgba(255, 255, 255, .9);
  font-weight: 600;
}

body.template-11 #footer .ip-footer-contact address {
  margin-top: 6px;
  color: rgba(255, 255, 255, .54);
  font-size: 13px;
  font-style: normal;
}

body.template-11 #footer .ip-footer-col h3 {
  margin: 5px 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 680;
  letter-spacing: -.015em;
}

body.template-11 #footer .ip-footer-col ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.template-11 #footer .ip-footer-col a {
  display: inline-block;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  text-decoration: none;
}

body.template-11 #footer .ip-footer-col a:hover {
  color: #fff;
  transform: translateX(3px);
}

body.template-11 #footer .ip-footer-company {
  margin-top: 18px;
  color: rgba(255, 255, 255, .44);
  font-size: 11px;
  line-height: 1.6;
}

/* Editorial legal and help pages */
body.in-jak-funguji-infrapanely #content-wrapper .sidebar {
  display: none;
}

body.in-jak-funguji-infrapanely #content-wrapper .content-wrapper-in {
  display: block;
}

body.in-jak-funguji-infrapanely #content-wrapper main.content.narrow {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.in-jak-funguji-infrapanely #content-wrapper .content-inner {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  body.in-jak-funguji-infrapanely #content-wrapper main.content.narrow {
    padding-right: 20px;
    padding-left: 20px;
  }
}

body.template-11 .ip-content-page {
  max-width: 1020px;
  margin: 0 auto 54px;
  color: var(--ip-ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

body.template-11 .ip-content-page > h2 {
  margin: 54px 0 18px;
  font-size: clamp(1.65rem, 2.4vw, 2.65rem);
}

body.template-11 .ip-content-page > h3,
body.template-11 .ip-faq h3 {
  margin: 28px 0 8px;
  font-size: 18px;
  letter-spacing: -.025em;
}

body.template-11 .ip-content-page a:not(.btn) {
  color: var(--ip-blue);
  text-decoration-color: rgba(39, 104, 216, .28);
}

body.template-11 .ip-content-page .ip-lead {
  max-width: 850px;
  margin: 0 0 32px;
  color: var(--ip-ink);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 520;
  letter-spacing: -.025em;
  line-height: 1.5;
}

body.template-11 .ip-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 46px;
}

body.template-11 .ip-steps {
  display: grid;
  gap: 12px;
  margin: 22px 0 36px;
  padding: 0;
  counter-reset: ip-step;
  list-style: none;
}

body.template-11 .ip-steps li {
  position: relative;
  min-height: 66px;
  padding: 19px 22px 19px 70px;
  background: var(--ip-surface-soft);
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  counter-increment: ip-step;
}

body.template-11 .ip-steps li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  content: counter(ip-step);
  color: #fff;
  background: var(--ip-brand-gradient);
  border-radius: 11px;
  font-size: 13px;
  font-weight: 750;
}

body.template-11 .ip-note,
body.template-11 .ip-address-card,
body.template-11 .ip-help-card,
body.template-11 .ip-form-template,
body.template-11 .ip-order-fallback {
  margin: 30px 0;
  padding: clamp(22px, 4vw, 36px);
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 24px;
  box-shadow: var(--ip-shadow-sm);
}

body.template-11 .ip-note {
  background: linear-gradient(135deg, var(--ip-brand-green-soft), var(--ip-brand-blue-soft));
  border-color: rgba(74, 148, 223, .16);
}

body.template-11 .ip-address-card,
body.template-11 .ip-help-card {
  border-top: 4px solid transparent;
  border-image: var(--ip-brand-gradient) 1;
}

body.template-11 .ip-return-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 34px 0 48px;
  padding: clamp(26px, 5vw, 48px);
  color: #fff;
  background: radial-gradient(circle at 85% 0%, rgba(74, 148, 223, .34), transparent 34%), var(--ip-ink);
  border-radius: 28px;
}

body.template-11 .ip-return-hero h2,
body.template-11 .ip-return-hero p {
  color: #fff;
}

body.template-11 .ip-return-hero h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
}

body.template-11 .ip-return-hero p {
  max-width: 630px;
  margin: 0;
  opacity: .72;
}

body.template-11 .ip-eyebrow {
  color: var(--ip-brand-green);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.template-11 .ip-return-hero .btn {
  flex: 0 0 auto;
  color: var(--ip-ink);
  background: #fff;
  border-color: #fff;
}

body.template-11 .ip-form-template {
  background: var(--ip-surface-soft);
  box-shadow: none;
}

body.template-11 .ip-form-template p:last-child {
  margin-bottom: 0;
}

body.template-11 .ip-legal-note {
  margin-top: 34px;
  padding-top: 22px;
  color: var(--ip-muted);
  border-top: 1px solid var(--ip-line);
  font-size: 13px;
}

body.template-11 .ip-order-fallback {
  max-width: 760px;
  margin: 38px auto 70px;
  text-align: center;
}

body.template-11 .ip-order-fallback__icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  place-items: center;
  color: #fff;
  background: var(--ip-brand-gradient);
  border-radius: 20px;
  font-size: 26px;
}

body.template-11 .ip-order-fallback h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 5vw, 3.7rem);
}

body.template-11 .ip-order-fallback__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

/* Motion: subtle and respectful */
@media (prefers-reduced-motion: no-preference) {
  body.template-11 .product,
  body.template-11 .subcategory,
  body.template-11 .benefitBanner__item {
    animation: ip-rise .55s var(--ip-ease) both;
  }

  body.template-11 .product:nth-child(2n),
  body.template-11 .subcategory:nth-child(2n),
  body.template-11 .benefitBanner__item:nth-child(2n) {
    animation-delay: .045s;
  }

  body.template-11 .product:nth-child(3n),
  body.template-11 .subcategory:nth-child(3n),
  body.template-11 .benefitBanner__item:nth-child(3n) {
    animation-delay: .09s;
  }
}

@keyframes ip-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 1199px) {
  body.template-11 .top-navigation-bar .top-navigation-menu::before {
    display: none;
  }
  body.template-11 .container,
  body.template-11 .content-wrapper,
  body.template-11 #header .container,
  body.template-11 #navigation .container,
  body.template-11 #footer .container,
  body.template-11.type-index .overall-wrapper > .content-wrapper.homepage-box.before-carousel,
  body.template-11.type-index .welcome-wrapper {
    width: min(calc(100% - 36px), var(--ip-container));
  }

  body.template-11 #navigation .navigation-in > ul > li > a {
    padding-inline: 11px;
    font-size: 12px;
  }

  body.template-11 .benefitBanner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-11 .subcategories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  html {
    overflow-x: hidden;
    overflow-x: clip;
  }

  body.template-11,
  body.template-11 .overall-wrapper {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  :root {
    --ip-radius-md: 20px;
    --ip-radius-lg: 24px;
  }

  body.template-11 {
    font-size: 15px;
  }

  body.template-11 .container,
  body.template-11 .content-wrapper,
  body.template-11 #header .container,
  body.template-11 #navigation .container,
  body.template-11 #footer .container,
  body.template-11.type-index .overall-wrapper > .content-wrapper.homepage-box.before-carousel,
  body.template-11.type-index .welcome-wrapper {
    width: min(calc(100% - 28px), var(--ip-container));
  }

  body.template-11 .top-navigation-bar {
    display: none;
  }

  body.template-11 .site-msg.information {
    min-height: 46px;
  }

  body.template-11 .site-msg.information .container {
    width: 100%;
    min-height: 46px;
    padding: 8px 42px 8px 14px;
    text-align: left;
  }

  body.template-11 .site-msg.information .text {
    font-size: 11.5px;
    line-height: 1.3;
  }

  body.template-11 .site-msg.information .text a {
    margin-left: 4px;
  }

  body.template-11.type-index .overall-wrapper > .content-wrapper.homepage-box.before-carousel {
    margin-top: 14px;
  }

  body.template-11.ums_mobile_header_v1--on .overall-wrapper {
    padding-top: 0 !important;
  }

  body.mobile.template-11.type-index #content-wrapper {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 36px !important;
    overflow: visible !important;
  }

  body.mobile.template-11.type-index #content-wrapper .content-wrapper-in,
  body.mobile.template-11.type-index #content-wrapper #content {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.template-11.type-index .before-carousel .content-wrapper-in,
  body.template-11.type-index .before-carousel .container,
  body.template-11.type-index .banners-row,
  body.template-11.type-index .banners-row > [class*="col-"],
  body.template-11.type-index .next-to-carousel-banners,
  body.template-11.type-index .banner-wrapper {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.template-11.type-index .before-carousel .content-wrapper-in,
  body.template-11.type-index .before-carousel .container {
    padding: 0 !important;
  }

  body.template-11.type-index .banners-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  body.template-11.type-index .banners-row > [class*="col-"] {
    padding: 0 !important;
  }

  body.template-11.type-index .next-to-carousel-banners {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.template-11.type-index .banner-wrapper,
  body.template-11.type-index .banner-wrapper + .banner-wrapper {
    clear: both !important;
    margin: 0 !important;
  }

  body.template-11.type-index .banner-wrapper a,
  body.template-11.type-index .banner-wrapper img,
  body.template-11.type-index #carousel .item > a,
  body.template-11.type-index #carousel img {
    position: static;
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  body.template-11.type-index #carousel,
  body.template-11.type-index #carousel .carousel-inner,
  body.template-11.type-index #carousel .item,
  body.template-11.type-index #carousel .item > a {
    border-radius: var(--ip-radius-md);
  }

  body.template-11.type-index #carousel .carousel-control {
    bottom: 14px;
    width: 40px;
    height: 40px;
  }

  body.template-11.type-index #carousel .carousel-control.left {
    right: 64px;
  }

  body.template-11.type-index #carousel .carousel-control.right {
    right: 14px;
  }

  body.template-11.type-index .banner-wrapper,
  body.template-11.type-index .banners-row {
    gap: 10px;
  }

  body.template-11.type-index .banner-wrapper img,
  body.template-11.type-index .banners-row img {
    border-radius: var(--ip-radius-sm);
  }

  body.template-11 .benefitBanner {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-block: 18px 28px;
  }

  body.template-11 .benefitBanner__link {
    min-height: 82px;
    padding: 15px 16px;
    grid-template-columns: 42px 1fr;
  }

  body.template-11.type-detail .position--benefitProduct {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-block: 18px 28px;
  }

  body.template-11.type-detail .position--benefitProduct .benefitBanner__link {
    min-height: 88px;
    padding: 15px 16px;
    grid-template-columns: 46px 1fr;
  }

  body.template-11.type-index .welcome-wrapper {
    margin-bottom: 34px;
  }

  body.template-11.type-index .welcome-wrapper .content-wrapper-in {
    padding: 34px 24px;
  }

  body.template-11 #content-wrapper {
    padding-bottom: 36px;
  }

  body.template-11 .breadcrumbs {
    overflow-x: auto;
    margin-block: 12px 18px;
    white-space: nowrap;
  }

  body.template-11 .sidebar {
    display: none;
  }

  body.template-11 .subcategories {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-block: 20px 28px;
  }

  body.template-11 .subcategories > li > a {
    min-height: 62px;
  }

  body.template-11 #products.products-block > .product {
    padding: 5px;
  }

  body.template-11 #products .product .p {
    border-radius: 14px;
  }

  body.template-11 #products .product .image {
    margin: 0;
  }

  body.template-11 #products .product .p-in {
    padding: 14px 13px 0;
  }

  body.template-11 #products .product .name {
    min-height: 57px;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  body.template-11 #products .product .p-bottom > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.template-11 #products .product .price,
  body.template-11 #products .product .price-final {
    font-size: 17px;
  }

  body.template-11 #products .product .p-tools,
  body.template-11 #products .product .p-tools form,
  body.template-11 #products .product .btn,
  body.template-11 #products .product .btn-cart {
    width: 100%;
  }

  body.template-11 #products .product .btn,
  body.template-11 #products .product .btn-cart {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 11px;
  }

  body.template-11 #products .product .p-desc {
    display: none;
  }

  body.template-11 #products .product .p-code {
    margin: 12px 13px 14px;
    padding-top: 10px;
  }

  body.template-11.type-detail .p-detail-inner-header h1 {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  body.template-11.type-detail .p-image-wrapper {
    padding: 12px;
  }

  body.template-11.type-detail .p-info-wrapper {
    margin-top: 18px;
    padding: 22px 18px;
    border-radius: var(--ip-radius-md);
  }

  body.template-11.type-detail .add-to-cart {
    align-items: stretch;
  }

  body.template-11.type-detail .add-to-cart-button,
  body.template-11.type-detail .btn-conversion {
    min-height: 52px;
    padding-inline: 18px;
  }

  body.template-11.type-detail .shp-tabs {
    width: max-content;
    min-width: 100%;
    border-radius: 0;
  }

  body.template-11.type-detail .shp-tabs-row {
    width: 100%;
  }

  body.template-11.type-detail .shp-tabs-holder {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body.template-11.type-detail .detail-parameters th,
  body.template-11.type-detail .detail-parameters td,
  body.template-11.type-detail .description-inner table th,
  body.template-11.type-detail .description-inner table td {
    padding: 11px 10px;
    font-size: 12px;
  }

  body.template-11 #footer {
    margin-top: 38px;
    padding: 28px 0 22px;
  }

  body.template-11 #footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px !important;
  }

  body.template-11 #footer .ip-footer-trust {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  body.template-11 #footer .ip-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  body.template-11 #footer .ip-footer-brand {
    grid-column: 1 / -1;
  }

  body.template-11 .ip-content-page {
    margin-bottom: 36px;
    font-size: 15px;
  }

  body.template-11 .ip-content-page > h2 {
    margin-top: 42px;
  }

  body.template-11 .ip-steps li {
    padding: 18px 17px 18px 60px;
  }

  body.template-11 .ip-steps li::before {
    left: 14px;
  }

  body.template-11 .ip-return-hero {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 22px;
  }

  body.template-11 .ip-return-hero .btn {
    width: 100%;
  }
}

/* ================================================================
   Contact centre — page 29
   ================================================================ */

body.in-kontakty #content-wrapper .sidebar {
  display: none !important;
}

body.in-kontakty #content-wrapper .content-wrapper-in {
  display: block;
}

body.in-kontakty #content-wrapper main.content.narrow {
  width: 100%;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
}

body.in-kontakty #content-wrapper .content-inner {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

body.in-kontakty .pageArticleDetail > header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.template-11 .ip-contact {
  width: 100%;
  margin: 14px auto clamp(68px, 8vw, 108px);
  color: var(--ip-ink);
}

body.template-11 .ip-contact h2,
body.template-11 .ip-contact p,
body.template-11 .ip-contact ul,
body.template-11 .ip-contact dl {
  margin-top: 0;
}

body.template-11 .ip-contact-eyebrow {
  margin-bottom: 16px;
  color: var(--ip-blue-700);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.template-11 .ip-contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(340px, .76fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  min-height: 500px;
  padding: clamp(46px, 7vw, 90px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(120, 217, 43, .16), transparent 30%),
    radial-gradient(circle at 74% 82%, rgba(74, 148, 223, .18), transparent 34%),
    var(--ip-neutral-950);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(20, 24, 28, .14);
}

body.template-11 .ip-contact-hero::after {
  position: absolute;
  right: -12%;
  bottom: -38%;
  width: 520px;
  height: 520px;
  content: "";
  background: conic-gradient(from 210deg, rgba(120, 217, 43, .16), rgba(74, 148, 223, .24), transparent 62%);
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none;
}

body.template-11 .ip-contact-hero-copy,
body.template-11 .ip-contact-actions {
  position: relative;
  z-index: 1;
}

body.template-11 .ip-contact-hero .ip-contact-eyebrow {
  color: var(--ip-green-300);
}

body.template-11 .ip-contact-hero h2 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2.65rem, 5.5vw, 5.4rem);
  font-weight: 760;
  letter-spacing: -.065em;
  line-height: .98;
}

body.template-11 .ip-contact-hero-copy > p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .65);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

body.template-11 .ip-contact-actions {
  display: grid;
  gap: 12px;
}

body.template-11 .ip-contact-action {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 88px;
  padding: 17px 19px;
  color: #fff !important;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  text-decoration: none !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform .25s var(--ip-ease), background .25s var(--ip-ease), border-color .25s var(--ip-ease);
}

body.template-11 .ip-contact-action--primary {
  background: linear-gradient(120deg, rgba(88, 185, 27, .24), rgba(40, 118, 190, .32));
  border-color: rgba(136, 195, 245, .30);
}

body.template-11 .ip-contact-action:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .26);
  transform: translateY(-2px);
}

body.template-11 .ip-contact-action-icon,
body.template-11 .ip-contact-detail-icon,
body.template-11 .ip-contact-help-icon {
  display: grid;
  place-items: center;
}

body.template-11 .ip-contact-action-icon {
  width: 48px;
  height: 48px;
  color: #fff;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
}

body.template-11 .ip-contact-action-icon svg,
body.template-11 .ip-contact-detail-icon svg,
body.template-11 .ip-contact-help-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

body.template-11 .ip-contact-action small,
body.template-11 .ip-contact-action strong {
  display: block;
}

body.template-11 .ip-contact-action small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: .04em;
}

body.template-11 .ip-contact-action strong {
  overflow-wrap: anywhere;
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 710;
  letter-spacing: -.02em;
}

body.template-11 .ip-contact-route {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
  margin-top: 18px;
  overflow: hidden;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 30px;
}

body.template-11 .ip-contact-details {
  padding: clamp(36px, 5vw, 64px);
}

body.template-11 .ip-contact-details h2 {
  margin-bottom: 28px;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: 1.04;
}

body.template-11 .ip-contact-address {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: start;
}

body.template-11 .ip-contact-detail-icon {
  width: 46px;
  height: 46px;
  color: var(--ip-blue-700);
  background: var(--ip-brand-gradient-soft);
  border: 1px solid rgba(74, 148, 223, .15);
  border-radius: 14px;
}

body.template-11 .ip-contact-address address {
  color: var(--ip-ink-soft);
  font-size: 16px;
  font-style: normal;
  line-height: 1.65;
}

body.template-11 .ip-contact-company {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 18px;
}

body.template-11 .ip-contact-company > div {
  padding: 14px 15px;
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 13px;
}

body.template-11 .ip-contact-company small {
  display: block;
  color: var(--ip-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

body.template-11 .ip-contact-company strong {
  display: block;
  margin-top: 3px;
  color: var(--ip-ink);
  font-size: 14px;
  font-weight: 700;
}

body.template-11 .ip-contact-register {
  margin-bottom: 22px;
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.65;
}

body.template-11 .ip-contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ip-blue-700) !important;
  font-size: 13px;
  font-weight: 710;
  text-decoration: none !important;
}

body.template-11 .ip-contact-map-link span {
  transition: transform .2s var(--ip-ease);
}

body.template-11 .ip-contact-map-link:hover span {
  transform: translate(3px, -3px);
}

body.template-11 .ip-contact-map {
  min-height: 520px;
  padding: 10px;
}

body.template-11 .ip-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: var(--ip-neutral-100);
  border: 0;
  border-radius: 22px;
  filter: saturate(.82) contrast(.96);
}

body.template-11 .ip-contact-form-wrap {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
  margin-top: clamp(64px, 9vw, 118px);
  padding: 0 clamp(0px, 4vw, 48px);
}

body.template-11 .ip-contact-form-intro {
  position: sticky;
  top: 32px;
}

body.template-11 .ip-contact-form-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.2vw, 4.3rem);
  font-weight: 750;
  letter-spacing: -.06em;
  line-height: 1.02;
}

body.template-11 .ip-contact-form-intro > p:not(.ip-contact-eyebrow) {
  margin-bottom: 26px;
  color: var(--ip-muted);
  font-size: 16px;
  line-height: 1.72;
}

body.template-11 .ip-contact-checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  color: var(--ip-ink-soft);
  font-size: 13px;
  list-style: none;
}

body.template-11 .ip-contact-checklist li {
  position: relative;
  padding-left: 28px;
}

body.template-11 .ip-contact-checklist li::before {
  position: absolute;
  top: .2em;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  content: "✓";
  color: var(--ip-green-800);
  background: var(--ip-green-100);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
}

body.template-11 .ip-contact-native-form {
  min-width: 0;
  padding: clamp(25px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(20, 24, 28, .08);
}

body.template-11 .ip-contact-native-form form {
  margin: 0;
}

body.template-11 .ip-contact-native-form .form-group,
body.template-11 .ip-contact-native-form .form-field,
body.template-11 .ip-contact-native-form .form-group:last-child {
  margin-bottom: 18px;
}

body.template-11 .ip-contact-native-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--ip-ink-soft);
  font-size: 12px;
  font-weight: 680;
}

body.template-11 .ip-contact-native-form input[type="text"],
body.template-11 .ip-contact-native-form input[type="email"],
body.template-11 .ip-contact-native-form input[type="tel"],
body.template-11 .ip-contact-native-form textarea,
body.template-11 .ip-contact-native-form select {
  width: 100% !important;
  max-width: none !important;
  min-height: 52px;
  padding: 13px 15px !important;
  color: var(--ip-ink) !important;
  background: var(--ip-neutral-50) !important;
  border: 1px solid var(--ip-line-strong) !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  font-family: var(--ip-font) !important;
  font-size: 15px !important;
  transition: border-color .2s var(--ip-ease), box-shadow .2s var(--ip-ease), background .2s var(--ip-ease);
}

body.template-11 .ip-contact-native-form textarea {
  min-height: 150px;
  resize: vertical;
}

body.template-11 .ip-contact-native-form input:focus,
body.template-11 .ip-contact-native-form textarea:focus,
body.template-11 .ip-contact-native-form select:focus {
  background: #fff !important;
  border-color: var(--ip-blue-400) !important;
  box-shadow: var(--ip-focus-ring) !important;
  outline: 0 !important;
}

body.template-11 .ip-contact-native-form .consent,
body.template-11 .ip-contact-native-form .form-group-consent,
body.template-11 .ip-contact-native-form .validator-msg-holder {
  color: var(--ip-muted);
  font-size: 11px;
  line-height: 1.55;
}

body.template-11 .ip-contact-native-form .btn,
body.template-11 .ip-contact-native-form button[type="submit"],
body.template-11 .ip-contact-native-form input[type="submit"] {
  min-height: 52px;
  padding: 13px 22px !important;
  color: #fff !important;
  background: var(--ip-neutral-950) !important;
  border: 1px solid var(--ip-neutral-950) !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  text-decoration: none !important;
}

body.template-11 .ip-contact-native-form .btn:hover,
body.template-11 .ip-contact-native-form button[type="submit"]:hover,
body.template-11 .ip-contact-native-form input[type="submit"]:hover {
  background: var(--ip-blue-700) !important;
  border-color: var(--ip-blue-700) !important;
  transform: translateY(-1px);
}

body.template-11 .ip-contact-help {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(62px, 8vw, 100px);
}

body.template-11 .ip-contact-help > a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 116px;
  padding: 22px;
  color: var(--ip-ink) !important;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 19px;
  text-decoration: none !important;
  transition: transform .24s var(--ip-ease), border-color .24s var(--ip-ease), box-shadow .24s var(--ip-ease);
}

body.template-11 .ip-contact-help > a:hover {
  border-color: rgba(74, 148, 223, .28);
  box-shadow: var(--ip-shadow-sm);
  transform: translateY(-3px);
}

body.template-11 .ip-contact-help-icon {
  width: 48px;
  height: 48px;
  color: var(--ip-blue-700);
  background: var(--ip-brand-gradient-soft);
  border: 1px solid rgba(74, 148, 223, .14);
  border-radius: 14px;
}

body.template-11 .ip-contact-help strong,
body.template-11 .ip-contact-help small {
  display: block;
}

body.template-11 .ip-contact-help strong {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 720;
}

body.template-11 .ip-contact-help small {
  color: var(--ip-muted);
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  body.template-11 .ip-contact-hero,
  body.template-11 .ip-contact-route,
  body.template-11 .ip-contact-form-wrap {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-contact-hero {
    min-height: 0;
  }

  body.template-11 .ip-contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-11 .ip-contact-map {
    min-height: 390px;
  }

  body.template-11 .ip-contact-map iframe {
    min-height: 370px;
  }

  body.template-11 .ip-contact-form-wrap {
    gap: 34px;
  }

  body.template-11 .ip-contact-form-intro {
    position: static;
    max-width: 720px;
  }

  body.template-11 .ip-contact-help {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.in-kontakty #content-wrapper main.content.narrow {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.template-11 .ip-contact {
    margin-top: 6px;
  }

  body.template-11 .ip-contact-hero {
    gap: 30px;
    padding: 34px 22px 22px;
    border-radius: 24px;
  }

  body.template-11 .ip-contact-hero h2 {
    margin-bottom: 18px;
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  body.template-11 .ip-contact-actions {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-contact-action {
    min-height: 80px;
  }

  body.template-11 .ip-contact-route {
    border-radius: 22px;
  }

  body.template-11 .ip-contact-details {
    padding: 31px 22px 26px;
  }

  body.template-11 .ip-contact-map {
    min-height: 320px;
    padding: 7px;
  }

  body.template-11 .ip-contact-map iframe {
    min-height: 306px;
    border-radius: 16px;
  }

  body.template-11 .ip-contact-form-wrap {
    margin-top: 68px;
    padding: 0;
  }

  body.template-11 .ip-contact-form-intro h2 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }

  body.template-11 .ip-contact-native-form {
    padding: 23px 17px;
    border-radius: 20px;
  }

  body.template-11 .ip-contact-help {
    margin-top: 62px;
  }
}

@media (max-width: 420px) {
  body.template-11 .ip-contact-company {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-contact-action,
  body.template-11 .ip-contact-help > a {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 12px;
  }

  body.template-11 .ip-contact-action-icon,
  body.template-11 .ip-contact-help-icon {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 420px) {
  body.template-11 #footer .ip-footer-grid {
    grid-template-columns: 1fr;
  }

  body.template-11 #footer .ip-footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 360px) {
  body.template-11 #products.products-block > .product {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.template-11 *,
  body.template-11 *::before,
  body.template-11 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Production stabilization — consolidated
   -------------------------------------------------------------------------- */

body.template-11 #header .search-form {
  position: relative;
}

body.template-11 #header .search-form button,
body.template-11 #header .search button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
}

body.template-11 #header .search input[type="search"] {
  padding-right: 72px;
}

@media (min-width: 768px) {
  body.template-11 #navigation .navigation-in {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    min-height: 58px !important;
  }

  body.template-11 #navigation .navigation-in > ul {
    width: 100% !important;
  }

  body.template-11 #navigation .navigation-in > ul.navigationActions {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.template-11 #footer .ip-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-11 #footer .ip-footer-brand {
    grid-column: 1 / -1;
  }
}

/* Mobile header and navigation — native Shoptet interactions, unified layout. */
@media (max-width: 767px) {
  html,
  body.template-11,
  body.template-11 .overall-wrapper {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  body.template-11.ums_mobile_header_v1--on #header,
  body.template-11 #header {
    position: sticky !important;
    top: 0 !important;
    right: auto !important;
    left: auto !important;
    z-index: 90 !important;
    width: 100% !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid var(--ip-line);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.template-11.ums_mobile_header_v1--on #header .navigation-wrapper,
  body.template-11 #header .navigation-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 0 14px !important;
  }

  body.template-11 #header .header-top {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 8px 0 !important;
  }

  body.template-11 #header .site-name-wrapper {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    width: auto !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-11.ums_mobile_header_v1--on #header .site-name,
  body.template-11 #header .site-name {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: 145px !important;
    height: 52px !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

  body.template-11.ums_mobile_header_v1--on #header .site-name > a,
  body.template-11 #header .site-name > a {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    height: 52px !important;
    padding: 0 !important;
  }

  body.template-11 #header .site-name img {
    display: block !important;
    width: auto !important;
    max-width: 138px !important;
    max-height: 44px !important;
    padding: 0 !important;
  }

  body.template-11 #header .navigation-buttons {
    position: static !important;
    display: flex !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    width: auto !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-11.ums_mobile_header_v1--on #header .cart-count,
  body.template-11 #header .cart-count,
  body.template-11 #header .navigation-buttons > a[data-target="navigation"],
  body.template-11 #header .navigation-buttons > a[data-target="cart"] {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--ip-ink) !important;
    background: var(--ip-surface-soft) !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    transform: none !important;
  }

  body.template-11 #header .cart-count .cart-price,
  body.template-11 #header .cart-count .cart-count-label {
    display: none !important;
  }

  body.template-11 #header .cart-count::before {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
    margin: 0 !important;
  }

  body.template-11 #header .navigation-buttons > a[data-target="navigation"] {
    position: relative !important;
    display: inline-flex !important;
  }

  body.template-11 #header .navigation-buttons > a[data-target="navigation"]::before {
    content: "" !important;
    position: absolute !important;
    top: 14px !important;
    left: 12px !important;
    display: block !important;
    width: 20px !important;
    height: 16px !important;
    background: linear-gradient(currentColor, currentColor) 0 1px / 20px 1.5px no-repeat,
                linear-gradient(currentColor, currentColor) 0 7px / 14px 1.5px no-repeat,
                linear-gradient(currentColor, currentColor) 0 13px / 20px 1.5px no-repeat !important;
    border: 0 !important;
    transform: none !important;
  }

  body.template-11 #header .navigation-buttons > a[data-target="navigation"]::after {
    display: none !important;
    content: none !important;
  }

  body.template-11 #navigation {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 1000 !important;
    width: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 60px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: -24px 0 70px rgba(20, 20, 22, .18);
    transition: width .3s var(--ip-ease) !important;
  }

  body.template-11.navigation-window-visible #navigation {
    width: 100% !important;
  }

  body.template-11 #navigation .navigation-in {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 52px 0 24px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
  }

  body.template-11 #navigation .navigation-in > ul.menu-level-1 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li {
    position: relative;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    visibility: visible !important;
    border: 0 !important;
    border-bottom: 1px solid var(--ip-line) !important;
  }

  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 54px !important;
    padding: 14px 54px 14px 20px !important;
    color: var(--ip-ink) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    white-space: normal !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a::after {
    display: none !important;
  }

  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li.active > a,
  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li.exp > a {
    background: linear-gradient(90deg, var(--ip-brand-green-soft), var(--ip-brand-blue-soft)) !important;
  }

  body.template-11 #navigation .menu-level-2 {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 4px 0 12px !important;
    overflow: visible !important;
    background: var(--ip-surface-soft) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.template-11 #navigation .menu-level-1 > li.exp > .menu-level-2 {
    display: block !important;
  }

  body.template-11 #navigation .menu-level-2 > li {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    border: 0 !important;
  }

  body.template-11 #navigation .menu-level-2 .menu-image {
    display: none !important;
  }

  body.template-11 #navigation .menu-level-2 > li > div > a,
  body.template-11 #navigation .menu-level-2 > li > a:not(.menu-image) {
    display: block !important;
    min-height: 44px;
    padding: 11px 22px 11px 34px !important;
    color: var(--ip-ink-soft) !important;
    font-size: 13px;
    line-height: 1.35;
  }

  body.template-11 #navigation .navigation-close,
  body.template-11 #navigation .submenu-arrow {
    display: block !important;
  }

  body.template-11 #navigation .navigationActions {
    display: block !important;
  }

  body.template-11 .sidebar {
    display: none !important;
  }

  body.template-11 #navigation .navigation-in > ul.menu-level-1 > li > a[href*="/kalkulacka-topneho-vykonu--zjistete--jaky-infrapanel-potrebujete/"] {
    width: calc(100% - 28px) !important;
    min-height: 52px !important;
    margin: 10px 14px 12px !important;
    padding: 14px 18px !important;
    color: #fff !important;
    background: var(--ip-digital-gradient) !important;
    background-size: 220% 220% !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    border-radius: 11px !important;
    box-shadow: var(--ip-digital-shadow) !important;
  }

  /* Product parameters: one readable card per row on phones. */
  body.template-11.type-detail .detail-parameters,
  body.template-11.type-detail .description-inner table,
  body.template-11.type-detail .detail-parameters tbody,
  body.template-11.type-detail .description-inner table tbody {
    display: block !important;
    width: 100% !important;
  }

  body.template-11.type-detail .detail-parameters tr,
  body.template-11.type-detail .description-inner table tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 3px !important;
    width: 100% !important;
    padding: 12px 14px !important;
    border-bottom: 1px solid var(--ip-line) !important;
  }

  body.template-11.type-detail .detail-parameters tr:last-child,
  body.template-11.type-detail .description-inner table tr:last-child {
    border-bottom: 0 !important;
  }

  body.template-11.type-detail .detail-parameters th,
  body.template-11.type-detail .detail-parameters td,
  body.template-11.type-detail .description-inner table th,
  body.template-11.type-detail .description-inner table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow-wrap: anywhere !important;
  }

  body.template-11.type-detail .detail-parameters th,
  body.template-11.type-detail .description-inner table th {
    color: var(--ip-muted) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
  }

  body.template-11.type-detail .detail-parameters td,
  body.template-11.type-detail .description-inner table td {
    color: var(--ip-ink) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  body.template-11.navigation-window-visible #navigation {
    width: min(82%, 390px) !important;
  }
}

/* Product storytelling components — reusable across the catalog. */
body.template-11.type-detail .ip-product-intro,
body.template-11.type-detail .ip-product-story,
body.template-11 .ip-category-intro {
  color: var(--ip-ink-soft);
  font-family: var(--ip-font);
}

body.template-11.type-detail .ip-product-intro h2,
body.template-11.type-detail .ip-product-story h2,
body.template-11 .ip-category-intro h2 {
  margin: 0 0 14px;
  color: var(--ip-ink);
  font-size: clamp(1.65rem, 2.7vw, 2.5rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.04em;
}

body.template-11.type-detail .ip-product-story h3 {
  margin: 0 0 7px;
  color: var(--ip-ink);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.3;
}

body.template-11.type-detail .ip-product-kicker,
body.template-11 .ip-category-intro .ip-product-kicker {
  margin: 0 0 10px;
  color: var(--ip-blue-700);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.template-11.type-detail .ip-product-intro > p,
body.template-11.type-detail .ip-product-lead > p,
body.template-11 .ip-category-intro > p {
  max-width: 850px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.72;
}

body.template-11.type-detail .ip-quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

body.template-11.type-detail .ip-quick-facts > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  padding: 14px 15px;
  background: var(--ip-surface-soft);
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-xs);
}

body.template-11.type-detail .ip-quick-facts strong {
  color: var(--ip-ink);
  font-size: 13px;
  line-height: 1.35;
}

body.template-11.type-detail .ip-quick-facts small {
  color: var(--ip-muted);
  font-size: 11px;
  line-height: 1.4;
}

body.template-11.type-detail .ip-product-note {
  margin: 20px 0 0;
  padding: 15px 17px;
  color: var(--ip-ink-soft);
  background: linear-gradient(100deg, var(--ip-brand-green-soft), var(--ip-brand-blue-soft));
  border: 1px solid rgba(74, 148, 223, .16);
  border-radius: var(--ip-radius-xs);
  font-size: 13px;
  line-height: 1.6;
}

body.template-11.type-detail .ip-product-story {
  display: grid;
  gap: clamp(34px, 5vw, 62px);
}

body.template-11.type-detail .ip-product-lead {
  max-width: 900px;
}

body.template-11.type-detail .ip-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.template-11.type-detail .ip-feature-card {
  position: relative;
  min-width: 0;
  padding: 64px 18px 18px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, var(--ip-surface-soft));
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-sm);
  transition: transform .3s var(--ip-ease), border-color .3s var(--ip-ease), box-shadow .3s var(--ip-ease);
}

body.template-11.type-detail .ip-feature-card::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 28px;
  height: 28px;
  background: var(--ip-digital-gradient);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

body.template-11.type-detail .ip-feature-card:hover {
  border-color: var(--ip-line-strong);
  box-shadow: var(--ip-shadow-sm);
  transform: translateY(-3px);
}

body.template-11.type-detail .ip-feature-card p {
  margin: 0;
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.template-11.type-detail .ip-product-series .ip-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.template-11.type-detail .ip-product-series .ip-feature-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 24px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .98), rgba(246, 248, 250, .92));
  border-color: rgba(20, 24, 28, .10);
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(20, 24, 28, .03);
}

body.template-11.type-detail .ip-product-series .ip-feature-card::before {
  content: none;
}

body.template-11.type-detail .ip-product-series .ip-series-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #f4f6f8, #fff);
  border: 1px solid rgba(20, 24, 28, .08);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  text-decoration: none;
}

body.template-11.type-detail .ip-product-series .ip-series-media::after {
  position: absolute;
  right: 11px;
  bottom: 11px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: rgba(17, 22, 27, .78);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(17, 22, 27, .16);
  content: "↗";
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .22s var(--ip-ease), transform .22s var(--ip-ease);
}

body.template-11.type-detail .ip-product-series .ip-series-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s var(--ip-ease);
}

body.template-11.type-detail .ip-product-series .ip-series-media:hover img {
  transform: scale(1.025);
}

body.template-11.type-detail .ip-product-series .ip-series-media:hover::after,
body.template-11.type-detail .ip-product-series .ip-series-media:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

body.template-11.type-detail .ip-product-series .ip-series-media:focus-visible {
  outline: 0;
  box-shadow: var(--ip-focus-ring);
}

body.template-11.type-detail .ip-product-series .ip-feature-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  letter-spacing: -.028em;
  line-height: 1.15;
}

body.template-11.type-detail .ip-product-series .ip-feature-card > p:not(:last-child) {
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.6;
}

body.template-11.type-detail .ip-product-series .ip-feature-card > p:last-child {
  margin-top: auto;
}

body.template-11.type-detail .ip-product-series .ip-feature-card .btn {
  width: 100%;
  min-height: 42px;
  padding-inline: 14px;
  color: var(--ip-ink) !important;
  background: rgba(255, 255, 255, .92) !important;
  border-color: rgba(20, 24, 28, .12) !important;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(20, 24, 28, .04), 0 7px 18px rgba(20, 24, 28, .05) !important;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
}

body.template-11.type-detail .ip-product-series .ip-feature-card .btn::after {
  content: "→";
  color: var(--ip-blue-600);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: transform .25s var(--ip-ease);
}

body.template-11.type-detail .ip-product-series .ip-feature-card .btn:hover {
  color: var(--ip-blue-700) !important;
  border-color: rgba(74, 148, 223, .30) !important;
  box-shadow: 0 12px 25px rgba(31, 93, 152, .12) !important;
}

body.template-11.type-detail .ip-product-series .ip-feature-card .btn:hover::after {
  transform: translateX(3px);
}

body.template-11.type-detail .ip-icon-light::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6M10 22h4M8.2 14.5a7 7 0 1 1 7.6 0c-.9.6-1.3 1.3-1.3 2.5h-5c0-1.2-.4-1.9-1.3-2.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6M10 22h4M8.2 14.5a7 7 0 1 1 7.6 0c-.9.6-1.3 1.3-1.3 2.5h-5c0-1.2-.4-1.9-1.3-2.5Z'/%3E%3C/svg%3E");
}

body.template-11.type-detail .ip-icon-wireless::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M5 9.5a10 10 0 0 1 14 0M8 13a6 6 0 0 1 8 0M10.8 16.2a2 2 0 0 1 2.4 0'/%3E%3Ccircle cx='12' cy='19' r='1' fill='black' stroke='none'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M5 9.5a10 10 0 0 1 14 0M8 13a6 6 0 0 1 8 0M10.8 16.2a2 2 0 0 1 2.4 0'/%3E%3Ccircle cx='12' cy='19' r='1' fill='black' stroke='none'/%3E%3C/svg%3E");
}

body.template-11.type-detail .ip-icon-battery::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='17' height='10' rx='2'/%3E%3Cpath d='M20 10h2v4h-2M7 10v4M10 10v4M13 10v4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='17' height='10' rx='2'/%3E%3Cpath d='M20 10h2v4h-2M7 10v4M10 10v4M13 10v4'/%3E%3C/svg%3E");
}

body.template-11.type-detail .ip-icon-mount::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='3'/%3E%3Cpath d='m8 12 2.5 2.5L16.5 8.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='3'/%3E%3Cpath d='m8 12 2.5 2.5L16.5 8.5'/%3E%3C/svg%3E");
}

body.template-11.type-detail .ip-icon-heat::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M6 20c-2.2-2.6 2.2-4.4 0-7s2.2-4.4 0-7M12 20c-2.2-2.6 2.2-4.4 0-7s2.2-4.4 0-7M18 20c-2.2-2.6 2.2-4.4 0-7s2.2-4.4 0-7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M6 20c-2.2-2.6 2.2-4.4 0-7s2.2-4.4 0-7M12 20c-2.2-2.6 2.2-4.4 0-7s2.2-4.4 0-7M18 20c-2.2-2.6 2.2-4.4 0-7s2.2-4.4 0-7'/%3E%3C/svg%3E");
}

body.template-11.type-detail .ip-icon-quiet::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6.5 9H3v6h3.5L11 19V5ZM15 9.5c1.4 1.4 1.4 3.6 0 5M18 7c2.8 2.8 2.8 7.2 0 10'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5 6.5 9H3v6h3.5L11 19V5ZM15 9.5c1.4 1.4 1.4 3.6 0 5M18 7c2.8 2.8 2.8 7.2 0 10'/%3E%3C/svg%3E");
}

body.template-11.type-detail .ip-icon-thermostat::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 14.8V5a3 3 0 0 0-6 0v9.8a5 5 0 1 0 6 0Z'/%3E%3Cpath d='M11 7v10M17 7h3M17 11h2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 14.8V5a3 3 0 0 0-6 0v9.8a5 5 0 1 0 6 0Z'/%3E%3Cpath d='M11 7v10M17 7h3M17 11h2'/%3E%3C/svg%3E");
}

body.template-11.type-detail .ip-icon-size::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='6' width='14' height='12' rx='2'/%3E%3Cpath d='M3 4h5M3 4v5M21 20h-5M21 20v-5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='6' width='14' height='12' rx='2'/%3E%3Cpath d='M3 4h5M3 4v5M21 20h-5M21 20v-5'/%3E%3C/svg%3E");
}

body.template-11.type-detail .ip-check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

body.template-11.type-detail .ip-check-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.65;
}

body.template-11.type-detail .ip-check-list li::before {
  content: "";
  position: absolute;
  top: .25em;
  left: 0;
  width: 18px;
  height: 18px;
  background: var(--ip-brand-gradient);
  border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.5 16.2 5.8 12.5l1.5-1.5 2.2 2.2 7.2-7.2 1.5 1.5z'/%3E%3C/svg%3E") center / 13px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.5 16.2 5.8 12.5l1.5-1.5 2.2 2.2 7.2-7.2 1.5 1.5z'/%3E%3C/svg%3E") center / 13px no-repeat;
}

body.template-11.type-detail .ip-compatibility-card,
body.template-11.type-detail .ip-product-cta {
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(125deg, var(--ip-green-50), var(--ip-blue-50));
  border: 1px solid rgba(74, 148, 223, .18);
  border-radius: var(--ip-radius-md);
}

body.template-11.type-detail .ip-compatibility-card p,
body.template-11.type-detail .ip-product-cta p {
  max-width: 800px;
  margin: 0 0 14px;
  line-height: 1.7;
}

body.template-11.type-detail .ip-spec-table {
  margin-top: 20px;
  overflow: hidden;
  border-radius: var(--ip-radius-sm);
}

body.template-11.type-detail .ip-steps {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: ip-step;
}

body.template-11.type-detail .ip-steps li {
  position: relative;
  min-height: 40px;
  padding: 8px 0 8px 52px;
  line-height: 1.6;
  counter-increment: ip-step;
}

body.template-11.type-detail .ip-steps li::before {
  content: counter(ip-step);
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--ip-digital-gradient);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 760;
  box-shadow: 0 8px 18px rgba(31, 93, 152, .18);
}

body.template-11.type-detail .ip-faq {
  display: grid;
  gap: 10px;
}

body.template-11.type-detail .ip-faq h2 {
  margin-bottom: 8px;
}

body.template-11.type-detail .ip-faq details {
  padding: 0 18px;
  background: var(--ip-surface-soft);
  border: 1px solid var(--ip-line);
  border-radius: var(--ip-radius-xs);
}

body.template-11.type-detail .ip-faq summary {
  padding: 16px 28px 16px 0;
  color: var(--ip-ink);
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}

body.template-11.type-detail .ip-faq details p {
  margin: 0;
  padding: 0 0 17px;
  color: var(--ip-muted);
  line-height: 1.65;
}

body.template-11.type-detail .ip-product-cta {
  color: #fff;
  background: var(--ip-digital-gradient);
  background-size: 220% 220%;
  border-color: transparent;
  box-shadow: var(--ip-digital-shadow);
  animation: ip-digital-flow 12s ease-in-out infinite;
}

body.template-11.type-detail .ip-product-cta h2,
body.template-11.type-detail .ip-product-cta p {
  color: #fff;
}

body.template-11.type-detail .ip-product-cta p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

body.template-11.type-detail .ip-product-cta .btn {
  min-height: 48px;
  padding: 0 20px;
  color: var(--ip-ink) !important;
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid rgba(255, 255, 255, .70) !important;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 12px 28px rgba(0, 0, 0, .12) !important;
  font-size: 14px;
  font-weight: 680;
  letter-spacing: -.018em;
  text-decoration: none !important;
}

body.template-11.type-detail .ip-product-cta .btn::after {
  content: "→";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: transform .25s var(--ip-ease);
}

body.template-11.type-detail .ip-product-cta .btn:hover {
  color: var(--ip-blue-700) !important;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .07), 0 18px 36px rgba(0, 0, 0, .16) !important;
  transform: translateY(-2px);
}

body.template-11.type-detail .ip-product-cta .btn:hover::after {
  transform: translateX(3px);
}

body.template-11.type-detail .ip-product-cta .btn + .btn {
  color: #fff !important;
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(255, 255, 255, .32) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.template-11.type-detail .ip-product-cta .btn + .btn:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .17) !important;
  border-color: rgba(255, 255, 255, .48) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 14px 28px rgba(0, 0, 0, .13) !important;
}

@media (max-width: 991px) {
  body.template-11.type-detail .ip-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-11.type-detail .ip-product-series .ip-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.template-11.type-detail .ip-product-intro h2,
  body.template-11.type-detail .ip-product-story h2,
  body.template-11 .ip-category-intro h2 {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  body.template-11.type-detail .ip-product-intro > p,
  body.template-11.type-detail .ip-product-lead > p,
  body.template-11 .ip-category-intro > p {
    font-size: 14px;
    line-height: 1.65;
  }

  body.template-11.type-detail .ip-quick-facts,
  body.template-11.type-detail .ip-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.template-11.type-detail .ip-product-series .ip-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.template-11.type-detail .ip-quick-facts > span {
    padding: 12px 13px;
  }

  body.template-11.type-detail .ip-feature-card {
    min-height: 0;
    padding: 58px 16px 16px;
  }

  body.template-11.type-detail .ip-feature-card::before {
    top: 16px;
    left: 16px;
    width: 25px;
    height: 25px;
  }

  body.template-11.type-detail .ip-product-series .ip-feature-card {
    min-height: 0;
    padding: 20px;
  }

  body.template-11.type-detail .ip-product-series .ip-feature-card .btn,
  body.template-11.type-detail .ip-product-cta .btn {
    width: 100%;
    white-space: normal;
  }

  body.template-11.type-detail .ip-product-cta p:last-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.template-11.type-detail .ip-compatibility-card,
  body.template-11.type-detail .ip-product-cta {
    padding: 22px 18px;
    border-radius: var(--ip-radius-sm);
  }

  body.template-11.type-detail .ip-steps li {
    padding-left: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.template-11.type-detail .ip-product-cta {
    animation: none;
  }
}

/* ========================================================================== 
   InfraPlus pillar guide — Jak fungují infrapanely
   ========================================================================== */

body.template-11 .ip-guide {
  width: min(100%, 1320px);
  max-width: none;
  margin-top: 10px;
  --ip-guide-warm: #efa35d;
  --ip-guide-warm-soft: #fff5ea;
}

body.template-11 .ip-guide img {
  display: block;
  width: 100%;
}

body.template-11 .ip-guide-hero {
  position: relative;
  display: grid;
  min-height: clamp(560px, 63vw, 760px);
  overflow: hidden;
  background: var(--ip-neutral-900);
  border-radius: clamp(24px, 3vw, 38px);
  box-shadow: 0 32px 90px rgba(20, 24, 28, .16);
  isolation: isolate;
}

body.template-11 .ip-guide-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(11, 14, 17, .92) 0%, rgba(11, 14, 17, .76) 33%, rgba(11, 14, 17, .12) 68%, transparent 100%),
    radial-gradient(circle at 18% 22%, rgba(74, 148, 223, .22), transparent 30%);
}

body.template-11 .ip-guide-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(58%, 720px);
  padding: clamp(34px, 6vw, 84px);
}

body.template-11 .ip-guide-hero h2,
body.template-11 .ip-guide-hero p,
body.template-11 .ip-guide-hero li {
  color: #fff;
}

body.template-11 .ip-guide-hero h2 {
  max-width: 690px;
  margin: 12px 0 22px;
  font-size: clamp(2.35rem, 5vw, 5.7rem);
  font-weight: 660;
  letter-spacing: -.058em;
  line-height: .98;
  text-wrap: balance;
}

body.template-11 .ip-guide-hero-copy > p:not(.ip-guide-kicker) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  line-height: 1.62;
}

body.template-11 .ip-guide-hero-media,
body.template-11 .ip-guide-hero-media img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

body.template-11 .ip-guide-hero-media img {
  object-fit: cover;
  object-position: center;
}

body.template-11 .ip-guide-kicker {
  margin: 0 0 10px;
  color: var(--ip-blue-700);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .095em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.template-11 .ip-guide-hero .ip-guide-kicker,
body.template-11 .ip-guide-cta:not(.ip-guide-cta-light) .ip-guide-kicker {
  color: var(--ip-green-300);
}

body.template-11 .ip-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

body.template-11 .ip-guide .ip-guide-actions .btn {
  min-height: 50px;
  padding: 0 21px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 690;
  text-decoration: none;
}

body.template-11 .ip-guide-hero .btn {
  color: var(--ip-ink) !important;
  background: rgba(255, 255, 255, .96) !important;
  border-color: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18) !important;
}

body.template-11 .ip-guide-hero .btn + .btn {
  color: #fff !important;
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(255, 255, 255, .34) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.template-11 .ip-guide-hero .btn:hover {
  transform: translateY(-2px);
}

body.template-11 .ip-guide-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

body.template-11 .ip-guide-proof li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 620;
}

body.template-11 .ip-guide-proof li::before {
  position: absolute;
  top: .43em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--ip-brand-gradient);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .08);
}

body.template-11 .ip-guide-nav {
  position: sticky;
  top: 12px;
  z-index: 15;
  display: flex;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 18px auto 0;
  padding: 6px;
  overflow-x: auto;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(20, 24, 28, .09);
  border-radius: 17px;
  box-shadow: 0 12px 38px rgba(20, 24, 28, .10);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  scrollbar-width: none;
}

body.template-11 .ip-guide-nav::-webkit-scrollbar {
  display: none;
}

body.template-11 .ip-guide-nav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  color: var(--ip-neutral-600) !important;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none !important;
  white-space: nowrap;
}

body.template-11 .ip-guide-nav a:hover,
body.template-11 .ip-guide-nav a:focus-visible {
  color: var(--ip-ink) !important;
  background: var(--ip-neutral-50);
}

body.template-11 .ip-guide-section {
  scroll-margin-top: 100px;
  margin: clamp(78px, 9vw, 132px) auto 0;
}

body.template-11 .ip-guide-heading {
  max-width: 930px;
  margin: 0 auto 38px;
  text-align: center;
}

body.template-11 .ip-guide-heading h2 {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: clamp(2.15rem, 4.7vw, 4.85rem);
  font-weight: 650;
  letter-spacing: -.052em;
  line-height: 1.01;
  text-wrap: balance;
}

body.template-11 .ip-guide-heading > p:not(.ip-guide-kicker) {
  max-width: 790px;
  margin: 0 auto;
  color: var(--ip-muted);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.7;
}

body.template-11 .ip-guide-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.template-11 .ip-guide-flow li {
  position: relative;
  min-height: 248px;
  padding: 28px 24px;
  overflow: hidden;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 24px;
}

body.template-11 .ip-guide-flow li:not(:last-child)::after {
  position: absolute;
  top: 49px;
  right: -13px;
  z-index: 2;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  content: "›";
  color: var(--ip-blue-600);
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 9px;
  font-size: 22px;
  line-height: 1;
}

body.template-11 .ip-guide-flow-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  place-items: center;
  color: var(--ip-blue-700);
  background: linear-gradient(135deg, var(--ip-green-50), var(--ip-blue-50));
  border: 1px solid rgba(74, 148, 223, .16);
  border-radius: 15px;
}

body.template-11 .ip-guide-flow-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

body.template-11 .ip-guide-flow-icon svg path:first-child:not(:only-child) {
  fill: none;
}

body.template-11 .ip-guide-flow li > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ip-ink);
  font-size: 18px;
  letter-spacing: -.025em;
}

body.template-11 .ip-guide-flow li > span:last-child {
  color: var(--ip-muted);
  font-size: 14px;
  line-height: 1.62;
}

body.template-11 .ip-guide-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(18px, 2.4vw, 30px);
  background: var(--ip-neutral-900);
  border-radius: 30px;
}

body.template-11 .ip-guide-visual picture,
body.template-11 .ip-guide-visual img {
  overflow: hidden;
  border-radius: 20px;
}

body.template-11 .ip-guide-visual-copy {
  padding-right: clamp(8px, 2vw, 24px);
}

body.template-11 .ip-guide-visual-copy h3,
body.template-11 .ip-guide-visual-copy p {
  color: #fff;
}

body.template-11 .ip-guide-visual-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 2.7vw, 2.65rem);
}

body.template-11 .ip-guide-visual-copy p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
}

body.template-11 .ip-guide-comfort-grid {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

body.template-11 .ip-guide-orbit {
  position: relative;
  aspect-ratio: 1;
  max-width: 510px;
  margin: 0 auto;
  background: radial-gradient(circle, rgba(120, 217, 43, .12), rgba(74, 148, 223, .08) 44%, transparent 45%);
  border: 1px solid rgba(74, 148, 223, .14);
  border-radius: 50%;
}

body.template-11 .ip-guide-orbit::before,
body.template-11 .ip-guide-orbit::after {
  position: absolute;
  inset: 14%;
  content: "";
  border: 1px solid rgba(74, 148, 223, .17);
  border-radius: 50%;
}

body.template-11 .ip-guide-orbit::after {
  inset: 29%;
}

body.template-11 .ip-guide-orbit-center {
  position: absolute;
  inset: 35%;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ip-digital-gradient);
  border-radius: 50%;
  box-shadow: var(--ip-digital-shadow);
  text-align: center;
}

body.template-11 .ip-guide-orbit-center strong {
  font-size: clamp(14px, 2vw, 21px);
  line-height: 1.2;
}

body.template-11 .ip-guide-orbit > span {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 138px;
  min-height: 44px;
  padding: 8px 13px;
  place-items: center;
  color: var(--ip-ink-soft);
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--ip-line);
  border-radius: 13px;
  box-shadow: var(--ip-shadow-sm);
  font-size: 12px;
  font-weight: 670;
  text-align: center;
}

body.template-11 .ip-guide-orbit > span:nth-of-type(1) { top: 3%; left: 50%; transform: translateX(-50%); }
body.template-11 .ip-guide-orbit > span:nth-of-type(2) { top: 50%; right: -4%; transform: translateY(-50%); }
body.template-11 .ip-guide-orbit > span:nth-of-type(3) { bottom: 3%; left: 50%; transform: translateX(-50%); }
body.template-11 .ip-guide-orbit > span:nth-of-type(4) { top: 50%; left: -4%; transform: translateY(-50%); }

body.template-11 .ip-guide-explain h3 {
  margin: 0 0 18px;
  font-size: clamp(1.75rem, 3vw, 3rem);
}

body.template-11 .ip-guide-explain p {
  margin: 0 0 16px;
  color: var(--ip-muted);
  font-size: 17px;
  line-height: 1.76;
}

body.template-11 .ip-guide-compare {
  margin-top: 58px;
  overflow-x: auto;
  border: 1px solid var(--ip-line);
  border-radius: 22px;
  box-shadow: var(--ip-shadow-sm);
}

body.template-11 .ip-guide-compare table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

body.template-11 .ip-guide-compare th,
body.template-11 .ip-guide-compare td {
  padding: 18px 22px;
  border: 0;
  border-bottom: 1px solid var(--ip-line);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

body.template-11 .ip-guide-compare thead th {
  color: var(--ip-ink);
  background: var(--ip-neutral-50);
  font-size: 13px;
  font-weight: 760;
}

body.template-11 .ip-guide-compare tbody th {
  width: 30%;
  color: var(--ip-ink);
  font-weight: 700;
}

body.template-11 .ip-guide-compare tr:last-child th,
body.template-11 .ip-guide-compare tr:last-child td {
  border-bottom: 0;
}

body.template-11 .ip-guide-note {
  max-width: 1040px;
  margin: 24px auto 0;
  padding: 20px 22px;
  color: var(--ip-neutral-700);
  background: linear-gradient(135deg, var(--ip-green-50), var(--ip-blue-50));
  border: 1px solid rgba(74, 148, 223, .14);
  border-radius: 17px;
  font-size: 14px;
  line-height: 1.65;
}

body.template-11 .ip-guide-energy {
  padding: clamp(50px, 7vw, 92px) clamp(20px, 5vw, 72px);
  background: var(--ip-neutral-950);
  border-radius: 34px;
}

body.template-11 .ip-guide-energy .ip-guide-heading h2,
body.template-11 .ip-guide-energy .ip-guide-heading p:not(.ip-guide-kicker),
body.template-11 .ip-guide-energy .ip-guide-caption {
  color: #fff;
}

body.template-11 .ip-guide-energy .ip-guide-heading p:not(.ip-guide-kicker),
body.template-11 .ip-guide-energy .ip-guide-caption {
  color: rgba(255, 255, 255, .60);
}

body.template-11 .ip-guide-energy .ip-guide-kicker {
  color: var(--ip-green-300);
}

body.template-11 .ip-guide-formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  max-width: 1060px;
  margin: 0 auto 24px;
}

body.template-11 .ip-guide-formula > span {
  display: grid;
  min-height: 100px;
  padding: 18px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  text-align: center;
}

body.template-11 .ip-guide-formula > b {
  color: rgba(255, 255, 255, .45);
  font-size: 22px;
}

body.template-11 .ip-guide-formula strong {
  font-size: 15px;
}

body.template-11 .ip-guide-formula small {
  color: rgba(255, 255, 255, .54);
  font-size: 11px;
}

body.template-11 .ip-guide-formula .ip-guide-result {
  background: var(--ip-digital-gradient);
  border-color: rgba(255, 255, 255, .18);
}

body.template-11 .ip-guide-example {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 19px;
}

body.template-11 .ip-guide-example > div {
  display: grid;
  gap: 5px;
  padding: 20px;
  border-right: 1px solid var(--ip-line);
}

body.template-11 .ip-guide-example > div:last-child {
  border-right: 0;
}

body.template-11 .ip-guide-example span {
  color: var(--ip-muted);
  font-size: 11px;
}

body.template-11 .ip-guide-example strong {
  color: var(--ip-ink);
  font-size: 15px;
}

body.template-11 .ip-guide-example-result {
  background: linear-gradient(135deg, var(--ip-green-50), var(--ip-blue-50));
}

body.template-11 .ip-guide-caption {
  max-width: 970px;
  margin: 16px auto 0;
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

body.template-11 .ip-guide-truth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1060px;
  margin: 36px auto 0;
}

body.template-11 .ip-guide-truth-grid article {
  padding: 24px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
}

body.template-11 .ip-guide-truth-grid span {
  color: var(--ip-green-300);
  font-size: 11px;
  font-weight: 760;
}

body.template-11 .ip-guide-truth-grid h3 {
  margin: 12px 0 9px;
  color: #fff;
  font-size: 18px;
}

body.template-11 .ip-guide-truth-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.65;
}

body.template-11 .ip-guide-checklist {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-check;
}

body.template-11 .ip-guide-checklist li {
  position: relative;
  min-height: 210px;
  padding: 68px 20px 22px;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 20px;
  counter-increment: guide-check;
}

body.template-11 .ip-guide-checklist li::before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  content: counter(guide-check);
  color: #fff;
  background: var(--ip-digital-gradient);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 760;
}

body.template-11 .ip-guide-checklist strong,
body.template-11 .ip-guide-checklist span {
  display: block;
}

body.template-11 .ip-guide-checklist strong {
  margin-bottom: 9px;
  color: var(--ip-ink);
  font-size: 16px;
}

body.template-11 .ip-guide-checklist span {
  color: var(--ip-muted);
  font-size: 13px;
  line-height: 1.6;
}

body.template-11 .ip-guide-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin: clamp(76px, 9vw, 124px) auto 0;
  padding: clamp(34px, 5vw, 64px);
  color: #fff;
  background: var(--ip-digital-gradient);
  background-size: 220% 220%;
  border-radius: 28px;
  box-shadow: var(--ip-digital-shadow);
  animation: ip-digital-flow 14s ease-in-out infinite;
}

body.template-11 .ip-guide-cta-light {
  margin-top: 34px;
  color: var(--ip-ink);
  background: linear-gradient(135deg, var(--ip-green-50), var(--ip-blue-50));
  border: 1px solid rgba(74, 148, 223, .17);
  box-shadow: none;
  animation: none;
}

body.template-11 .ip-guide-cta > div:first-child {
  max-width: 760px;
}

body.template-11 .ip-guide-cta h2,
body.template-11 .ip-guide-cta h3,
body.template-11 .ip-guide-cta p {
  color: #fff;
}

body.template-11 .ip-guide-cta-light h3,
body.template-11 .ip-guide-cta-light p {
  color: var(--ip-ink);
}

body.template-11 .ip-guide-cta h2,
body.template-11 .ip-guide-cta h3 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3.3vw, 3.4rem);
}

body.template-11 .ip-guide-cta p:not(.ip-guide-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.65;
}

body.template-11 .ip-guide-cta-light p:not(.ip-guide-kicker) {
  color: var(--ip-muted);
}

body.template-11 .ip-guide-cta .ip-guide-actions {
  flex: 0 0 auto;
  margin: 0;
}

body.template-11 .ip-guide-cta:not(.ip-guide-cta-light) .btn {
  color: var(--ip-ink) !important;
  background: #fff !important;
  border-color: #fff !important;
}

body.template-11 .ip-guide-cta:not(.ip-guide-cta-light) .btn + .btn {
  color: #fff !important;
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(255, 255, 255, .30) !important;
}

body.template-11 .ip-guide-placement {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.template-11 .ip-guide-placement > a {
  display: grid;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
  color: var(--ip-ink) !important;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 26px;
  text-decoration: none !important;
}

body.template-11 .ip-guide-placement > a:hover {
  border-color: rgba(74, 148, 223, .28);
  box-shadow: var(--ip-shadow-md);
  transform: translateY(-4px);
}

body.template-11 .ip-guide-placement-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 58px;
  place-items: center;
  color: var(--ip-blue-700);
  background: linear-gradient(135deg, var(--ip-green-50), var(--ip-blue-50));
  border-radius: 18px;
}

body.template-11 .ip-guide-placement-icon svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

body.template-11 .ip-guide-placement > a > strong {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 3vw, 2.65rem);
  letter-spacing: -.04em;
}

body.template-11 .ip-guide-placement p {
  max-width: 560px;
  margin: 0 0 26px;
  color: var(--ip-muted);
  line-height: 1.7;
}

body.template-11 .ip-guide-link {
  align-self: end;
  color: var(--ip-blue-700);
  font-size: 13px;
  font-weight: 700;
}

body.template-11 .ip-guide-link::after {
  display: inline-block;
  margin-left: 7px;
  content: "→";
  transition: transform .2s var(--ip-ease);
}

body.template-11 .ip-guide-placement > a:hover .ip-guide-link::after {
  transform: translateX(4px);
}

body.template-11 .ip-guide-subtitle {
  margin: 48px 0 18px;
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
}

body.template-11 .ip-guide-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.template-11 .ip-guide-category-grid a {
  position: relative;
  min-height: 150px;
  padding: 22px;
  color: var(--ip-ink) !important;
  background: #fff;
  border: 1px solid var(--ip-line);
  border-radius: 18px;
  text-decoration: none !important;
}

body.template-11 .ip-guide-category-grid a::after {
  position: absolute;
  right: 18px;
  bottom: 15px;
  content: "↗";
  color: var(--ip-blue-600);
  font-size: 15px;
}

body.template-11 .ip-guide-category-grid a:hover {
  background: var(--ip-neutral-50);
  border-color: rgba(74, 148, 223, .26);
  transform: translateY(-2px);
}

body.template-11 .ip-guide-category-grid strong,
body.template-11 .ip-guide-category-grid span {
  display: block;
}

body.template-11 .ip-guide-category-grid strong {
  margin-bottom: 7px;
  font-size: 15px;
}

body.template-11 .ip-guide-category-grid span {
  padding-right: 14px;
  color: var(--ip-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.template-11 .ip-guide-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 1120px;
  margin: 0 auto;
}

body.template-11 .ip-guide-faq-list details {
  align-self: start;
  padding: 0 20px;
  background: var(--ip-neutral-50);
  border: 1px solid var(--ip-line);
  border-radius: 17px;
}

body.template-11 .ip-guide-faq-list summary {
  position: relative;
  padding: 19px 34px 19px 0;
  color: var(--ip-ink);
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

body.template-11 .ip-guide-faq-list summary::-webkit-details-marker {
  display: none;
}

body.template-11 .ip-guide-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  content: "+";
  color: var(--ip-blue-700);
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}

body.template-11 .ip-guide-faq-list details[open] summary::after {
  content: "−";
}

body.template-11 .ip-guide-faq-list details p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--ip-muted);
  font-size: 14px;
  line-height: 1.68;
}

body.template-11 .ip-guide-sources {
  max-width: 960px;
  margin: 72px auto 0;
  padding: 24px 28px;
  color: var(--ip-muted);
  background: var(--ip-neutral-50);
  border-radius: 18px;
  font-size: 12px;
  line-height: 1.65;
}

body.template-11 .ip-guide-sources h2 {
  margin: 0 0 9px;
  font-size: 16px;
  letter-spacing: -.02em;
}

body.template-11 .ip-guide-sources p {
  margin: 0 0 10px;
  color: var(--ip-muted);
}

body.template-11 .ip-guide-sources ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
  margin: 0;
  padding-left: 18px;
}

body.template-11 .ip-guide-sources a {
  font-size: 12px;
}

@media (max-width: 1199px) {
  body.template-11 .ip-guide-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-11 .ip-guide-flow li:not(:last-child)::after {
    display: none;
  }

  body.template-11 .ip-guide-checklist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.template-11 .ip-guide-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.template-11 .ip-guide-hero-copy {
    width: min(72%, 680px);
  }

  body.template-11 .ip-guide-visual {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-guide-visual-copy {
    padding: 6px 8px 16px;
  }

  body.template-11 .ip-guide-comfort-grid {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-guide-orbit {
    width: min(100%, 510px);
  }

  body.template-11 .ip-guide-formula {
    grid-template-columns: 1fr auto 1fr;
  }

  body.template-11 .ip-guide-formula > b:nth-of-type(3),
  body.template-11 .ip-guide-formula .ip-guide-result {
    grid-column: auto;
  }

  body.template-11 .ip-guide-formula > b:nth-of-type(3) {
    display: none;
  }

  body.template-11 .ip-guide-formula .ip-guide-result {
    grid-column: 1 / -1;
  }

  body.template-11 .ip-guide-example {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-11 .ip-guide-example > div:nth-child(2) {
    border-right: 0;
  }

  body.template-11 .ip-guide-example > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--ip-line);
  }

  body.template-11 .ip-guide-truth-grid,
  body.template-11 .ip-guide-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-11 .ip-guide-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  body.template-11 .ip-guide-cta .ip-guide-actions {
    width: 100%;
  }

  body.template-11 .ip-guide-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.template-11 .ip-guide {
    width: 100%;
    margin-top: 0;
  }

  body.template-11 .ip-guide-hero {
    grid-template-rows: 280px auto;
    min-height: 0;
    background: var(--ip-neutral-950);
    border-radius: 22px;
  }

  body.template-11 .ip-guide-hero::after {
    display: none;
  }

  body.template-11 .ip-guide-hero-copy {
    grid-row: 2;
    align-self: stretch;
    width: 100%;
    padding: 34px 22px 28px;
  }

  body.template-11 .ip-guide-hero h2 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  body.template-11 .ip-guide-hero-media img {
    position: static;
    object-position: 69% center;
  }

  body.template-11 .ip-guide-hero-media {
    position: relative;
    inset: auto;
    z-index: 0;
    grid-row: 1;
    height: 280px;
    overflow: hidden;
  }

  body.template-11 .ip-guide-hero-media img {
    height: 100%;
  }

  body.template-11 .ip-guide-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-guide .ip-guide-actions .btn {
    width: 100%;
    white-space: normal;
  }

  body.template-11 .ip-guide-proof {
    display: grid;
    gap: 7px;
  }

  body.template-11 .ip-guide-nav {
    top: 7px;
    justify-content: flex-start;
    width: calc(100% - 16px);
    max-width: none;
    margin-top: 10px;
  }

  body.template-11 .ip-guide-section {
    margin-top: 74px;
  }

  body.template-11 .ip-guide-heading {
    margin-bottom: 26px;
    text-align: left;
  }

  body.template-11 .ip-guide-heading h2 {
    font-size: clamp(2rem, 10vw, 3.35rem);
  }

  body.template-11 .ip-guide-heading > p:not(.ip-guide-kicker) {
    font-size: 15px;
  }

  body.template-11 .ip-guide-flow,
  body.template-11 .ip-guide-truth-grid,
  body.template-11 .ip-guide-checklist,
  body.template-11 .ip-guide-placement,
  body.template-11 .ip-guide-category-grid,
  body.template-11 .ip-guide-faq-list {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-guide-flow li {
    min-height: 0;
    padding: 20px;
  }

  body.template-11 .ip-guide-flow-icon {
    margin-bottom: 22px;
  }

  body.template-11 .ip-guide-visual {
    padding: 12px;
    border-radius: 22px;
  }

  body.template-11 .ip-guide-visual picture,
  body.template-11 .ip-guide-visual img {
    border-radius: 15px;
  }

  body.template-11 .ip-guide-visual-copy {
    padding: 14px 10px 18px;
  }

  body.template-11 .ip-guide-orbit > span {
    min-width: 112px;
    padding: 7px 8px;
    font-size: 10px;
  }

  body.template-11 .ip-guide-orbit > span:nth-of-type(2) { right: -2%; }
  body.template-11 .ip-guide-orbit > span:nth-of-type(4) { left: -2%; }

  body.template-11 .ip-guide-explain p {
    font-size: 15px;
  }

  body.template-11 .ip-guide-energy {
    margin-right: -8px;
    margin-left: -8px;
    padding: 46px 18px;
    border-radius: 24px;
  }

  body.template-11 .ip-guide-formula {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  body.template-11 .ip-guide-formula > b {
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
  }

  body.template-11 .ip-guide-formula > b:nth-of-type(3) {
    display: block;
  }

  body.template-11 .ip-guide-formula .ip-guide-result {
    grid-column: auto;
  }

  body.template-11 .ip-guide-formula > span {
    min-height: 76px;
  }

  body.template-11 .ip-guide-example {
    grid-template-columns: 1fr;
  }

  body.template-11 .ip-guide-example > div {
    border-right: 0;
    border-bottom: 1px solid var(--ip-line);
  }

  body.template-11 .ip-guide-example > div:last-child {
    border-bottom: 0;
  }

  body.template-11 .ip-guide-checklist li {
    min-height: 0;
  }

  body.template-11 .ip-guide-cta {
    margin-top: 72px;
    padding: 28px 20px;
    border-radius: 22px;
  }

  body.template-11 .ip-guide-placement > a {
    min-height: 320px;
    padding: 26px 22px;
  }

  body.template-11 .ip-guide-category-grid a {
    min-height: 122px;
  }

  body.template-11 .ip-guide-sources {
    margin-top: 52px;
    padding: 20px;
  }

  body.template-11 .ip-guide-sources ul {
    display: grid;
  }
}

@media (max-width: 420px) {
  body.template-11 .ip-guide-hero {
    grid-template-rows: 250px auto;
  }

  body.template-11 .ip-guide-hero-media {
    height: 250px;
  }

  body.template-11 .ip-guide-orbit > span {
    min-width: 96px;
    max-width: 112px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.template-11 .ip-guide-cta {
    animation: none;
  }
}

/* 6.0.7 — compact editorial navigation with all product categories in one hub. */
body.template-11 #navigation .ip-products-menu > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.template-11 #navigation .ip-products-menu > a::before {
  content: "";
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='3.5' width='7' height='7' rx='1.8'/%3E%3Crect x='13.5' y='3.5' width='7' height='7' rx='1.8'/%3E%3Crect x='3.5' y='13.5' width='7' height='7' rx='1.8'/%3E%3Crect x='13.5' y='13.5' width='7' height='7' rx='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='3.5' width='7' height='7' rx='1.8'/%3E%3Crect x='13.5' y='3.5' width='7' height='7' rx='1.8'/%3E%3Crect x='3.5' y='13.5' width='7' height='7' rx='1.8'/%3E%3Crect x='13.5' y='13.5' width='7' height='7' rx='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (min-width: 992px) {
  body.template-11 #navigation .ip-products-menu {
    position: static !important;
  }

  body.template-11 #navigation .ip-products-menu > .ip-products-mega {
    left: 50% !important;
    width: min(1180px, calc(100% - 32px)) !important;
    max-width: 1180px !important;
    padding: 18px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: start;
    gap: 10px !important;
    transform: translateX(-50%) !important;
  }

  body.template-11 #navigation .ip-products-menu > .ip-products-mega > .ip-products-overview {
    display: none !important;
  }

  body.template-11 #navigation .ip-products-menu > .ip-products-mega > .ip-products-group {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    min-height: 100%;
    padding: 8px !important;
    background: var(--ip-surface-soft) !important;
    border: 1px solid rgba(20, 24, 28, .045) !important;
    border-radius: 15px;
    transform: none !important;
  }

  body.template-11 #navigation .ip-products-menu > .ip-products-mega > .ip-products-group:hover {
    background: var(--ip-surface-soft) !important;
  }

  body.template-11 #navigation .ip-products-group > a {
    display: flex !important;
    align-items: center;
    min-height: 50px;
    padding: 12px 13px !important;
    color: var(--ip-ink) !important;
    background: #fff !important;
    border: 1px solid var(--ip-line) !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    font-weight: 740 !important;
    line-height: 1.28;
  }

  body.template-11 #navigation .ip-products-group > a:hover {
    background: linear-gradient(90deg, var(--ip-brand-green-soft), var(--ip-brand-blue-soft)) !important;
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > li {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    width: 100% !important;
    min-height: 58px;
    padding: 4px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 11px;
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > li:hover {
    background: #fff !important;
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > li > .menu-image {
    display: block !important;
    width: 56px !important;
    height: 48px !important;
    padding: 0 !important;
    overflow: hidden;
    background-color: var(--ip-neutral-100);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0 !important;
    border-radius: 9px;
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > li > .menu-image img {
    display: none !important;
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > li > div {
    min-width: 0;
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > li > div > a,
  body.template-11 #navigation .ip-products-group > .menu-level-3 > li > a:not(.menu-image) {
    display: flex !important;
    align-items: center;
    min-height: 48px;
    padding: 7px 8px !important;
    color: var(--ip-ink-soft) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 9px;
    font-size: 11.5px !important;
    font-weight: 620;
    line-height: 1.28;
    text-decoration: none;
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-683 > .menu-image,
  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-713 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/banners/infraplus-top-zrcadla.png?6a592228");
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-726 > .menu-image,
  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-723 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/banners/infraplus-hero-chytre-teplo.png?6a592188");
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-729 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/shop/related/198_infraplus-infra-01-igt2-hh1006l-byecold-660kw-1-pozadi-3.jpg?ff=1&x=100&y=100&q=85&ts=6a3d5201&sg=8dda0505");
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-732 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/shop/related/195_infraplus-infra-01-igt2-f1206p-01byecold-700kw-1-pozadi-3.jpg?ff=1&x=100&y=100&q=85&ts=6a3ba171&sg=8dda0505");
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-735 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/shop/related/69_infraplus-infra-01-5hl1206p-01byecold-700kw-1-pozadi-3.jpg?ff=1&x=100&y=100&q=85&ts=6a376d7a&sg=8dda0505");
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-738 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/shop/related/186_infraplus-infra-01-2cg-l0603-byecold-1150kw-40-led.jpg?ff=1&x=100&y=100&q=85&ts=6a4370fa&sg=8dda0505");
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-673 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/banners/infraplus-hero-salave-teplo.png?6a59214c");
  }

  body.template-11 #navigation .ip-products-group > .menu-level-3 > .menu-item-710 > .menu-image {
    background-image: url("https://cdn.myshoptet.com/usr/www.infraplus.cz/user/banners/infraplus-top-kalkulacka.png?6a5921f8");
  }
}

@media (max-width: 767px) {
  body.template-11 #navigation .ip-products-menu > a::after {
    content: "" !important;
    position: absolute;
    top: 50%;
    right: 22px;
    display: block !important;
    width: 9px;
    height: 9px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .22s var(--ip-ease);
  }

  body.template-11 #navigation .ip-products-menu.exp > a::after {
    transform: translateY(-30%) rotate(225deg);
  }

  body.template-11 #navigation .ip-products-menu > .ip-products-mega {
    display: none !important;
    padding: 6px 12px 14px !important;
    background: var(--ip-surface-soft) !important;
  }

  body.template-11 #navigation .ip-products-menu.exp > .ip-products-mega {
    display: block !important;
  }

  body.template-11 #navigation .ip-products-menu .ip-products-overview {
    display: block !important;
    margin: 4px 0 8px;
  }

  body.template-11 #navigation .ip-products-menu .ip-products-overview > a {
    display: flex !important;
    align-items: center;
    min-height: 46px;
    padding: 11px 14px !important;
    color: var(--ip-ink) !important;
    background: #fff !important;
    border: 1px solid var(--ip-line) !important;
    border-radius: 10px !important;
    font-size: 13px;
    font-weight: 700;
  }

  body.template-11 #navigation .ip-products-menu .ip-products-group {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.template-11 #navigation .ip-products-menu .ip-products-group > a {
    display: flex !important;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px !important;
    color: var(--ip-ink) !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid var(--ip-line) !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 720 !important;
  }

  body.template-11 #navigation .ip-products-menu .ip-products-group > .menu-level-3 {
    position: static !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 7px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body.template-11 #navigation .ip-products-menu .ip-products-group > .menu-level-3 > li {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.template-11 #navigation .ip-products-menu .ip-products-group > .menu-level-3 .menu-image,
  body.template-11 #navigation .ip-products-menu .ip-products-group > .submenu-arrow,
  body.template-11 #navigation .ip-products-menu .ip-products-group > a > .submenu-arrow {
    display: none !important;
  }

  body.template-11 #navigation .ip-products-menu .ip-products-group > .menu-level-3 > li > div > a,
  body.template-11 #navigation .ip-products-menu .ip-products-group > .menu-level-3 > li > a:not(.menu-image) {
    display: block !important;
    min-height: 40px;
    padding: 9px 14px 9px 27px !important;
    color: var(--ip-ink-soft) !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 12.5px !important;
    line-height: 1.35;
  }
}
