@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="86ef5e"] {
  --section-id: "86ef5e";
  --storage-url: "https://www.puman.cz/_section/86ef5e";
  --public-url: "https://www.puman.cz/_section/86ef5e";
}
.strip[data-id="86ef5e"] .header-wrapper {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
.strip[data-id="86ef5e"] .top-bar {
  background-color: #cc0000;
  color: #ffffff;
  padding: 10px 0;
  font-size: 13px;
}
.strip[data-id="86ef5e"] .top-bar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  box-sizing: border-box;
}
.strip[data-id="86ef5e"] .top-bar-info {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.strip[data-id="86ef5e"] .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="86ef5e"] .info-item:hover {
  opacity: 0.8;
}
.strip[data-id="86ef5e"] .info-item svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id="86ef5e"] .top-bar-tagline {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.strip[data-id="86ef5e"] .main-header {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  transition: all 0.3s ease;
}
.strip[data-id="86ef5e"] .main-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.strip[data-id="86ef5e"] .logo {
  display: block;
  transition: transform 0.3s ease;
  min-width: 0;
}
.strip[data-id="86ef5e"] .logo:hover {
  transform: scale(1.02);
}
.strip[data-id="86ef5e"] .logo img {
  height: 65px;
  max-width: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
.strip[data-id="86ef5e"] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.strip[data-id="86ef5e"] .nav-item {
  position: relative;
}
.strip[data-id="86ef5e"] .nav-link {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 5px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.3px;
}
.strip[data-id="86ef5e"] .nav-link:hover {
  color: #cc0000;
}
.strip[data-id="86ef5e"] .nav-link svg {
  transition: transform 0.3s ease;
}
.strip[data-id="86ef5e"] .nav-item:hover .nav-link svg {
  transform: rotate(180deg);
}
.strip[data-id="86ef5e"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 15px 0;
  margin: 0;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  border-top: 4px solid #cc0000;
}
.strip[data-id="86ef5e"] .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.strip[data-id="86ef5e"] .dropdown-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.strip[data-id="86ef5e"] .dropdown-item a:hover {
  background-color: #f8f8f8;
  color: #cc0000;
  padding-left: 30px;
}
.strip[data-id="86ef5e"] .badge-novinka {
  background-color: #cc0000;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 8px;
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 1.2;
  white-space: nowrap;
}
.strip[data-id="86ef5e"] .mobile-toggle {
  display: none;
  cursor: pointer;
  background: #f5f5f5;
  border: none;
  padding: 8px;
  border-radius: 4px;
  transition: background 0.3s ease;
  margin-left: auto;
}
.strip[data-id="86ef5e"] .mobile-toggle:hover {
  background: #eeeeee;
}
.strip[data-id="86ef5e"] .mobile-toggle svg {
  width: 28px;
  height: 28px;
  fill: #cc0000;
}
.strip[data-id="86ef5e"] .mobile-close {
  display: none;
}
.strip[data-id="86ef5e"] .mobile-backdrop {
  display: none;
}
@media (max-width: 1100px) {
  .strip[data-id="86ef5e"] .nav-menu {
    gap: 10px;
  }
  .strip[data-id="86ef5e"] .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="86ef5e"] .main-header {
    padding: 10px 0;
  }
  .strip[data-id="86ef5e"] .logo img {
    height: 55px;
  }
  .strip[data-id="86ef5e"] .mobile-toggle {
    display: block;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .strip[data-id="86ef5e"] nav {
    position: static;
  }
  .strip[data-id="86ef5e"] .mobile-backdrop {
    position: fixed;
    inset: 0;
    display: block;
    z-index: 1100;
    background: rgba(14, 18, 24, 0.42);
    backdrop-filter: blur(8px) saturate(115%);
    -webkit-backdrop-filter: blur(8px) saturate(115%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  }
  .strip[data-id="86ef5e"] nav.menu-open .mobile-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.35s ease, visibility 0s;
  }
  .strip[data-id="86ef5e"] .mobile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    z-index: 1103;
    transition: background 0.3s ease;
  }
  .strip[data-id="86ef5e"] .mobile-close:hover {
    background: #ffffff;
  }
  .strip[data-id="86ef5e"] .mobile-close svg {
    width: 28px;
    height: 28px;
    fill: #cc0000;
  }
  .strip[data-id="86ef5e"] .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(380px, 100vw);
    max-width: 100vw;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    flex-direction: column;
    padding: 88px 0 40px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.4s;
    box-shadow: -18px 0 50px rgba(0, 0, 0, 0.22);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1102;
    gap: 0;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    box-sizing: border-box;
  }
  .strip[data-id="86ef5e"] .nav-menu.active {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
  }
  .strip[data-id="86ef5e"] .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .strip[data-id="86ef5e"] .nav-link {
    padding: 18px 30px;
    font-size: 15px;
    justify-content: space-between;
  }
  .strip[data-id="86ef5e"] .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: rgba(250, 250, 250, 0.7);
  }
  .strip[data-id="86ef5e"] .nav-item.active .dropdown-menu {
    max-height: 500px;
    padding-bottom: 10px;
  }
  .strip[data-id="86ef5e"] .nav-item.active .nav-link svg {
    transform: rotate(180deg);
  }
  .strip[data-id="86ef5e"] .dropdown-item a {
    padding: 12px 45px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="86ef5e"] .top-bar-tagline {
    display: none;
  }
  .strip[data-id="86ef5e"] .top-bar-container {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id="86ef5e"] .top-bar-info {
    gap: 15px;
    justify-content: center;
  }
  .strip[data-id="86ef5e"] .info-item span {
    font-size: 12px;
  }
}.strip[data-id="564fd6"] {
  --section-id: "564fd6";
  --storage-url: "https://www.puman.cz/_section/564fd6";
  --public-url: "https://www.puman.cz/_section/564fd6";
}
.strip[data-id="564fd6"] .bosch-hero {
  min-height: 430px;
  background: #202020 url(https://www.puman.cz/_section/564fd6/bosch-naradi-2.jpg) center/cover no-repeat;
  color: #fff;
}
.strip[data-id="564fd6"] .bosch-hero-overlay {
  min-height: 430px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.35));
}
.strip[data-id="564fd6"] .bosch-hero-content {
  width: min(1220px, 100%);
  margin: 0 auto;
  padding: 64px 24px;
}
.strip[data-id="564fd6"] .bosch-hero-kicker {
  margin: 0 0 12px;
  color: #f39c12;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.strip[data-id="564fd6"] .bosch-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.08;
}
.strip[data-id="564fd6"] .bosch-hero-text {
  max-width: 650px;
  margin: 0 0 28px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}
.strip[data-id="564fd6"] .bosch-hero-button {
  display: inline-block;
  background: #d90000;
  color: #fff;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 800;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.strip[data-id="564fd6"] .bosch-hero-button:hover {
  background: #b00000;
}
@media (max-width: 650px) {
  .strip[data-id="564fd6"] .bosch-hero,
  .strip[data-id="564fd6"] .bosch-hero-overlay {
    min-height: 400px;
  }
  .strip[data-id="564fd6"] .bosch-hero-content {
    padding: 48px 18px;
  }
  .strip[data-id="564fd6"] .bosch-hero h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
  .strip[data-id="564fd6"] .bosch-hero-kicker {
    font-size: 0.75rem;
  }
}.strip[data-id="67e648"] {
  --section-id: "67e648";
  --storage-url: "https://www.puman.cz/_section/67e648";
  --public-url: "https://www.puman.cz/_section/67e648";
}
.strip[data-id="67e648"] .page-content {
  padding: 60px 20px 80px;
  background: #f7f7f7;
  color: #222;
  font-family: Arial, sans-serif;
  min-height: 50vh;
}
.strip[data-id="67e648"] .content-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.strip[data-id="67e648"] .page-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 20px;
  color: #111;
}
.strip[data-id="67e648"] .page-content h2#jak-servis-probiha {
  margin-top: 44px;
}
.strip[data-id="67e648"] .page-content p {
  font-size: 1.12rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.strip[data-id="67e648"] .page-content p.strong {
  font-weight: 700;
}
.strip[data-id="67e648"] .steps {
  counter-reset: item;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}
.strip[data-id="67e648"] .steps li {
  background: #fff;
  border-left: 6px solid #d90000;
  padding: 18px 22px;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
}
.strip[data-id="67e648"] .bosch-links {
  color: #c00;
  font-weight: 700;
  margin-top: 24px;
}
.strip[data-id="67e648"] .bosch-links a {
  color: #c00;
  text-decoration: none;
}
.strip[data-id="67e648"] .bosch-links a:hover {
  text-decoration: underline;
}@charset "UTF-8";
.strip[data-id="9810d3"] {
  --section-id: "9810d3";
  --storage-url: "https://www.puman.cz/_section/9810d3";
  --public-url: "https://www.puman.cz/_section/9810d3";
  /* Arrows automatically added for external links */
}
.strip[data-id="9810d3"] .footer-section {
  --red: #ff3b43;
  --ink: #101010;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #ffffff;
  padding: clamp(3.5rem, 8vw, 7rem) 1.25rem 1.25rem;
  border-top: 4px solid var(--red);
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="9810d3"] .footer-orbit {
  position: absolute;
  width: min(48vw, 620px);
  aspect-ratio: 1;
  right: -15%;
  top: -35%;
  border: 1px solid rgba(255, 59, 67, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 59, 67, 0.1), 0 0 0 68px rgba(255, 59, 67, 0.08);
  pointer-events: none;
}
.strip[data-id="9810d3"] .footer-shell {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(180px, 0.8fr) minmax(250px, 0.9fr);
  gap: clamp(2.5rem, 6vw, 7rem);
}
.strip[data-id="9810d3"] .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: #fff;
  text-decoration: none;
}
.strip[data-id="9810d3"] .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="9810d3"] .brand-mark img {
  display: block;
  width: 140px;
  height: auto;
  max-width: 100%;
}
.strip[data-id="9810d3"] .brand-caption {
  max-width: 100px;
  color: var(--red);
  font: 700 1.05rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
}
.strip[data-id="9810d3"] .footer-kicker {
  margin: 2.5rem 0 0.8rem;
  color: #ff6970;
  font: 600 clamp(1.15rem, 2vw, 1.5rem)/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.strip[data-id="9810d3"] .footer-note {
  max-width: 310px;
  margin: 0;
  color: #cccccc;
  font-size: 0.9rem;
  line-height: 1.8;
}
.strip[data-id="9810d3"] .footer-status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2rem;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.strip[data-id="9810d3"] .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #82f58b;
  box-shadow: 0 0 0 5px rgba(130, 245, 139, 0.22);
}
.strip[data-id="9810d3"] .footer-heading {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #85817d;
  padding-bottom: 0.9rem;
}
.strip[data-id="9810d3"] .heading-index {
  color: #ff6970;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.strip[data-id="9810d3"] .footer-heading h2 {
  margin: 0;
  color: #ffffff;
  font: 700 1.2rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.strip[data-id="9810d3"] .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="9810d3"] .footer-nav li {
  border-bottom: 2px solid #5e5a56;
}
.strip[data-id="9810d3"] .footer-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 2.9rem;
  padding: 0.62rem 0;
  color: #cccccc !important;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  transition: color 0.2s ease, padding-left 0.2s ease, background-color 0.2s ease;
}
.strip[data-id="9810d3"] .footer-nav a > span:first-child,
.strip[data-id="9810d3"] .footer-nav a > span:first-child editable-content {
  display: inline-block !important;
  color: #cccccc !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: color 0.2s ease;
}
.strip[data-id="9810d3"] .footer-nav a:hover, .strip[data-id="9810d3"] .footer-nav a:focus-visible {
  padding-left: 0.65rem;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
}
.strip[data-id="9810d3"] .footer-nav a:hover > span:first-child,
.strip[data-id="9810d3"] .footer-nav a:hover > span:first-child editable-content {
  color: #ffffff !important;
}
.strip[data-id="9810d3"] .footer-nav a[href^="http://"]::after,
.strip[data-id="9810d3"] .footer-nav a[href^="https://"]::after,
.strip[data-id="9810d3"] .footer-nav a[target=_blank]::after {
  content: "↗";
  color: #ff6970;
  font-size: 1rem;
  margin-left: 0.5rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.strip[data-id="9810d3"] .footer-nav a[href^="http://"]:hover::after,
.strip[data-id="9810d3"] .footer-nav a[href^="https://"]:hover::after,
.strip[data-id="9810d3"] .footer-nav a[target=_blank]:hover::after {
  color: #ffffff;
  transform: translateX(3px);
}
.strip[data-id="9810d3"] .footer-contact address {
  margin: 0;
  font-style: normal;
}
.strip[data-id="9810d3"] .contact-address {
  margin: 0 0 1.4rem;
  color: #ffffff;
  font-size: 0.84rem;
  line-height: 1.8;
}
.strip[data-id="9810d3"] .contact-link {
  display: block;
  width: fit-content;
  color: #cccccc !important;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.8;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.strip[data-id="9810d3"] .contact-link:hover, .strip[data-id="9810d3"] .contact-link:focus-visible {
  color: #ff9a9f !important;
  border-color: #ff9a9f;
}
.strip[data-id="9810d3"] .contact-phone {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff !important;
}
.strip[data-id="9810d3"] .opening-hours {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1.8rem;
  padding: 1rem;
  border-left: 4px solid #ff6970;
  background: #2b2927;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.strip[data-id="9810d3"] .opening-hours strong {
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0;
}
.strip[data-id="9810d3"] .footer-bottom {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: clamp(3rem, 7vw, 6rem) auto 0;
  padding-top: 1.2rem;
  border-top: 2px solid #85817d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #cccccc;
  font-size: 0.72rem;
}
.strip[data-id="9810d3"] .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.strip[data-id="9810d3"] .footer-legal a {
  color: #cccccc;
  text-decoration: none;
}
.strip[data-id="9810d3"] .footer-legal a:hover, .strip[data-id="9810d3"] .footer-legal a:focus-visible {
  color: #ff9a9f;
}
.strip[data-id="9810d3"] .footer-year {
  color: #ff6970;
  font-weight: 700;
}
@media (max-width: 800px) {
  .strip[data-id="9810d3"] .footer-shell {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }
  .strip[data-id="9810d3"] .footer-intro {
    grid-column: 1/-1;
  }
  .strip[data-id="9810d3"] .footer-note {
    max-width: 520px;
  }
}
@media (max-width: 560px) {
  .strip[data-id="9810d3"] .footer-section {
    padding-top: 3.5rem;
  }
  .strip[data-id="9810d3"] .footer-orbit {
    width: 90vw;
    right: -45%;
    top: -10%;
  }
  .strip[data-id="9810d3"] .footer-shell {
    display: block;
  }
  .strip[data-id="9810d3"] .footer-nav, .strip[data-id="9810d3"] .footer-contact {
    margin-top: 3.5rem;
  }
  .strip[data-id="9810d3"] .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .strip[data-id="9810d3"] .footer-legal {
    flex-direction: column;
    gap: 0.5rem;
  }
}