@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Montserrat:wght@300;400;600&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="10fc32"] {
  --section-id: "10fc32";
  --storage-url: "https://test-cca88jzi.proweb.cz/_section/10fc32";
  --public-url: "https://test-cca88jzi.proweb.cz/_section/10fc32";
}
.strip[data-id="10fc32"] .header-wrapper {
  background: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(197, 160, 89, 0.1);
  width: 100%;
}
.strip[data-id="10fc32"] .header-wrapper.scrolled {
  background: rgba(15, 15, 15, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.strip[data-id="10fc32"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.4s ease;
}
.scrolled .strip[data-id="10fc32"] .header-container {
  padding: 12px 15px;
}
.strip[data-id="10fc32"] .logo-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.strip[data-id="10fc32"] .logo-link img {
  height: 55px;
  width: auto;
  transition: height 0.4s ease;
  object-fit: contain;
}
.scrolled .strip[data-id="10fc32"] .logo-link img {
  height: 42px;
}
.strip[data-id="10fc32"] .logo-link .site-name {
  font-family: "Cinzel", serif;
  color: #C5A059;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
}
.strip[data-id="10fc32"] .nav-desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.strip[data-id="10fc32"] .nav-desktop ul li a {
  font-family: "Cinzel", serif;
  font-size: 14px;
  color: #C5A059;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="10fc32"] .nav-desktop ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #2D4739;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="10fc32"] .nav-desktop ul li a:hover {
  color: #fff;
}
.strip[data-id="10fc32"] .nav-desktop ul li a:hover::after {
  width: 100%;
}
.strip[data-id="10fc32"] .header-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id="10fc32"] .social-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}
.strip[data-id="10fc32"] .social-icons a {
  color: #C5A059;
  transition: all 0.3s ease;
  display: flex;
}
.strip[data-id="10fc32"] .social-icons a svg {
  fill: currentColor;
  width: 18px;
  height: 18px;
}
.strip[data-id="10fc32"] .social-icons a:hover {
  color: #fff;
  transform: translateY(-2px);
}
.strip[data-id="10fc32"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}
.strip[data-id="10fc32"] .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #C5A059;
  transition: all 0.3s ease;
  transform-origin: left center;
}
.strip[data-id="10fc32"] .mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.strip[data-id="10fc32"] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="10fc32"] .mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .strip[data-id="10fc32"] .nav-desktop {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #1a1a1a;
    padding: 80px 40px;
    transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    display: block;
  }
  .strip[data-id="10fc32"] .nav-desktop.active {
    right: 0;
  }
  .strip[data-id="10fc32"] .nav-desktop ul {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .strip[data-id="10fc32"] .nav-desktop ul li a {
    font-size: 18px;
  }
  .strip[data-id="10fc32"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="10fc32"] .social-icons {
    display: none;
  }
}.strip[data-id="59b61c"] {
  --section-id: "59b61c";
  --storage-url: "https://test-cca88jzi.proweb.cz/_section/59b61c";
  --public-url: "https://test-cca88jzi.proweb.cz/_section/59b61c";
}
.strip[data-id="59b61c"] .hero-section {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.strip[data-id="59b61c"] .hero-section .parallax-bg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0) 40%, rgba(26, 26, 26, 0.8) 80%, #1A1A1A 100%), url(https://test-cca88jzi.proweb.cz/_section/59b61c/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.strip[data-id="59b61c"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}
.strip[data-id="59b61c"] .hero-section .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.strip[data-id="59b61c"] .hero-section .hero-title {
  font-family: "Cinzel", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.strip[data-id="59b61c"] .hero-section .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #C5A059;
  max-width: 800px;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 1px;
}
.strip[data-id="59b61c"] .hero-section .hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.strip[data-id="59b61c"] .hero-section .btn {
  display: inline-block;
  padding: 16px 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 2px;
  cursor: pointer;
}
.strip[data-id="59b61c"] .hero-section .btn-primary {
  background-color: #C5A059;
  color: #1A1A1A;
  border: 1px solid #C5A059;
}
.strip[data-id="59b61c"] .hero-section .btn-primary:hover {
  background-color: #B08D48;
  border-color: #B08D48;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}
.strip[data-id="59b61c"] .hero-section .btn-secondary {
  background-color: transparent;
  color: #C5A059;
  border: 1px solid #C5A059;
}
.strip[data-id="59b61c"] .hero-section .btn-secondary:hover {
  background-color: rgba(197, 160, 89, 0.1);
  transform: translateY(-2px);
}
@media (max-width: 992px) {
  .strip[data-id="59b61c"] .hero-section .hero-title {
    font-size: 48px;
  }
  .strip[data-id="59b61c"] .hero-section .hero-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="59b61c"] .hero-section .container {
    padding: 0 20px;
  }
  .strip[data-id="59b61c"] .hero-section .hero-title {
    font-size: 36px;
  }
  .strip[data-id="59b61c"] .hero-section .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }
  .strip[data-id="59b61c"] .hero-section .btn {
    width: 100%;
    text-align: center;
  }
}.strip[data-id="7b8135"] {
  --section-id: "7b8135";
  --storage-url: "https://test-cca88jzi.proweb.cz/_section/7b8135";
  --public-url: "https://test-cca88jzi.proweb.cz/_section/7b8135";
}
.strip[data-id="7b8135"] .about-philosophy {
  background-color: #262626;
  background-image: url(https://test-cca88jzi.proweb.cz/_section/7b8135/background-texture.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #F5F5F5;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
.strip[data-id="7b8135"] .about-philosophy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7b8135"] .about-philosophy .grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 992px) {
  .strip[data-id="7b8135"] .about-philosophy .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.strip[data-id="7b8135"] .about-philosophy .content-block h2 {
  font-family: "Cinzel", serif;
  color: #2D4739;
  font-size: 42px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .strip[data-id="7b8135"] .about-philosophy .content-block h2 {
    font-size: 32px;
  }
}
.strip[data-id="7b8135"] .about-philosophy .content-block .lead-text {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 400;
}
.strip[data-id="7b8135"] .about-philosophy .content-block .features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.strip[data-id="7b8135"] .about-philosophy .content-block .features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 16px;
}
.strip[data-id="7b8135"] .about-philosophy .content-block .features-list li .paw-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  margin-top: 4px;
  fill: #C5A059;
}
.strip[data-id="7b8135"] .about-philosophy .content-block .features-list li strong {
  color: #C5A059;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}
.strip[data-id="7b8135"] .about-philosophy .visual-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.strip[data-id="7b8135"] .about-philosophy .visual-block .decor-img-wrapper {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.strip[data-id="7b8135"] .about-philosophy .visual-block .decor-img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id="7b8135"] .about-philosophy .visual-block .decor-img-wrapper::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  border: 2px solid #2D4739;
  border-radius: 20px;
  z-index: -1;
}
.strip[data-id="7b8135"] .about-philosophy .visual-block .icons-row {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.strip[data-id="7b8135"] .about-philosophy .visual-block .icons-row .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.strip[data-id="7b8135"] .about-philosophy .visual-block .icons-row .icon-item .icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #2D4739;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 71, 57, 0.1);
  transition: transform 0.3s ease;
}
.strip[data-id="7b8135"] .about-philosophy .visual-block .icons-row .icon-item .icon-circle:hover {
  transform: scale(1.05);
}
.strip[data-id="7b8135"] .about-philosophy .visual-block .icons-row .icon-item .icon-circle svg {
  width: 50px;
  height: 50px;
  fill: #C5A059;
}
.strip[data-id="7b8135"] .about-philosophy .visual-block .icons-row .icon-item span {
  font-family: "Cinzel", serif;
  font-size: 14px;
  color: #F5F5F5;
  letter-spacing: 1px;
}.strip[data-id="91cb38"] {
  --section-id: "91cb38";
  --storage-url: "https://test-cca88jzi.proweb.cz/_section/91cb38";
  --public-url: "https://test-cca88jzi.proweb.cz/_section/91cb38";
}
.strip[data-id="91cb38"] .stars-section {
  background-color: #1A1A1A;
  padding: 100px 0;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="91cb38"] .stars-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="91cb38"] .stars-section .header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="91cb38"] .stars-section .header h2 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 48px);
  color: #C5A059;
  margin-bottom: 25px;
  margin-top: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.strip[data-id="91cb38"] .stars-section .header p {
  font-size: 18px;
  line-height: 1.6;
  color: #CCCCCC;
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id="91cb38"] .stars-section .hero-image-wrapper {
  margin-bottom: 80px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  position: relative;
}
.strip[data-id="91cb38"] .stars-section .hero-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(26, 26, 26, 0.8));
  pointer-events: none;
}
.strip[data-id="91cb38"] .stars-section .hero-image-wrapper .hero-img {
  width: 100%;
  display: block;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  transition: transform 8s ease;
}
.strip[data-id="91cb38"] .stars-section .hero-image-wrapper:hover .hero-img {
  transform: scale(1.05);
}
.strip[data-id="91cb38"] .stars-section .dogs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .strip[data-id="91cb38"] .stars-section .dogs-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="91cb38"] .stars-section .dog-card {
  background-color: #222222;
  border: 1px solid #C5A059;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.strip[data-id="91cb38"] .stars-section .dog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(197, 160, 89, 0.2);
  border-color: #E6C68A;
}
.strip[data-id="91cb38"] .stars-section .dog-card:hover .image-container img {
  transform: scale(1.08);
}
.strip[data-id="91cb38"] .stars-section .dog-card:hover .card-content h3 {
  color: #E6C68A;
}
.strip[data-id="91cb38"] .stars-section .dog-card .image-container {
  aspect-ratio: 4/5;
  overflow: hidden;
  background-color: #111;
  position: relative;
}
.strip[data-id="91cb38"] .stars-section .dog-card .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(34, 34, 34, 0.4), transparent);
}
.strip[data-id="91cb38"] .stars-section .dog-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}
.strip[data-id="91cb38"] .stars-section .dog-card .card-content {
  padding: 35px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="91cb38"] .stars-section .dog-card .card-content h3 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 26px;
  color: #C5A059;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.strip[data-id="91cb38"] .stars-section .dog-card .card-content .titles-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
}
.strip[data-id="91cb38"] .stars-section .dog-card .card-content .icon {
  color: #C5A059;
  font-size: 18px;
}
.strip[data-id="91cb38"] .stars-section .dog-card .card-content .titles {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  color: #A3BFA1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}.strip[data-id=f9d573] {
  --section-id: "f9d573";
  --storage-url: "https://test-cca88jzi.proweb.cz/_section/f9d573";
  --public-url: "https://test-cca88jzi.proweb.cz/_section/f9d573";
}
.strip[data-id=f9d573] .current-litters-section {
  padding: 120px 0;
  background-color: #fcfbf7;
}
.strip[data-id=f9d573] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f9d573] .litters-wrapper {
  background-color: #2D4739;
  /* Improved topography effect using multiple gradients */
  background-image: radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.05) 0%, transparent 20%), radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.05) 0%, transparent 30%), repeating-radial-gradient(circle at 0 0, transparent 0, transparent 50px, rgba(197, 160, 89, 0.03) 51px, rgba(197, 160, 89, 0.03) 52px, transparent 53px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 80px;
  gap: 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.strip[data-id=f9d573] .text-content {
  flex: 1.3;
  z-index: 2;
}
.strip[data-id=f9d573] h2 {
  color: #C5A059;
  font-size: 52px;
  margin: 0 0 25px 0;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.strip[data-id=f9d573] .intro-text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 45px 0;
  opacity: 0.95;
}
.strip[data-id=f9d573] .parents-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.strip[data-id=f9d573] .parent-card {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(197, 160, 89, 0.2);
  padding: 22px 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.strip[data-id=f9d573] .parent-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(197, 160, 89, 0.4);
  transform: translateX(5px);
}
.strip[data-id=f9d573] .parent-icon {
  font-size: 24px;
  color: #C5A059;
  width: 40px;
  display: flex;
  justify-content: center;
}
.strip[data-id=f9d573] .parent-info {
  flex: 1;
}
.strip[data-id=f9d573] .parent-card .label {
  display: block;
  color: #C5A059;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}
.strip[data-id=f9d573] .parent-card p {
  color: #ffffff;
  margin: 0;
  font-size: 19px;
  font-weight: 600;
}
.strip[data-id=f9d573] .cta-button {
  display: inline-block;
  background-color: #C5A059;
  color: #2D4739;
  padding: 22px 50px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: pulse-gold 3s infinite;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(197, 160, 89, 0.2);
}
@keyframes pulse-gold {
  0% {
    box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.6);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(197, 160, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(197, 160, 89, 0);
  }
}
.strip[data-id=f9d573] .cta-button:hover {
  background-color: #d4b576;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(197, 160, 89, 0.3);
}
.strip[data-id=f9d573] .image-content {
  flex: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.strip[data-id=f9d573] .organic-shape {
  width: 100%;
  aspect-ratio: 1/1.1;
  background: #C5A059;
  padding: 8px;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  overflow: hidden;
  animation: morph 15s ease-in-out infinite;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.strip[data-id=f9d573] .organic-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.5s ease;
}
.strip[data-id=f9d573] .organic-shape:hover img {
  transform: scale(1.05);
}
@media (max-width: 1100px) {
  .strip[data-id=f9d573] .litters-wrapper {
    padding: 60px;
    gap: 50px;
  }
  .strip[data-id=f9d573] h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=f9d573] .current-litters-section {
    padding: 80px 0;
  }
  .strip[data-id=f9d573] .litters-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 50px 30px;
  }
  .strip[data-id=f9d573] .image-content {
    order: -1;
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
  }
  .strip[data-id=f9d573] .parents-grid {
    align-items: center;
  }
  .strip[data-id=f9d573] .parent-card {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .strip[data-id=f9d573] h2 {
    font-size: 36px;
  }
}@charset "UTF-8";
.strip[data-id=decef2] {
  --section-id: "decef2";
  --storage-url: "https://test-cca88jzi.proweb.cz/_section/decef2";
  --public-url: "https://test-cca88jzi.proweb.cz/_section/decef2";
}
.strip[data-id=decef2] .footer-section {
  background-color: #1A1A1A;
  border-top: 2px solid #C5A059;
  padding: 80px 0 40px 0;
  color: #A0A0A0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=decef2] .logo-background {
  position: absolute;
  bottom: -50px;
  right: -20px;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}
.strip[data-id=decef2] .logo-background img {
  width: 350px;
  height: auto;
}
.strip[data-id=decef2] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id=decef2] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=decef2] .footer-col h3 {
  color: #C5A059;
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id=decef2] .footer-col h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #C5A059;
}
.strip[data-id=decef2] .contact-info .contact-item {
  margin: 0 0 20px 0;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}
.strip[data-id=decef2] .contact-info a {
  color: #A0A0A0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=decef2] .contact-info a:hover {
  color: #C5A059;
}
.strip[data-id=decef2] .icon-svg {
  width: 20px;
  height: 20px;
  fill: #2D4739;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.strip[data-id=decef2] .map-wrapper {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #2A2A2A;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id=decef2] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(1.1);
}
.strip[data-id=decef2] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.strip[data-id=decef2] .footer-links li {
  margin-bottom: 15px;
}
.strip[data-id=decef2] .footer-links a {
  color: #A0A0A0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.strip[data-id=decef2] .footer-links a::before {
  content: "→";
  margin-right: 8px;
  font-size: 12px;
  color: #2D4739;
  transition: transform 0.3s ease;
}
.strip[data-id=decef2] .footer-links a:hover {
  color: #C5A059;
}
.strip[data-id=decef2] .footer-links a:hover::before {
  transform: translateX(3px);
  color: #C5A059;
}
.strip[data-id=decef2] .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id=decef2] .social-icon {
  width: 40px;
  height: 40px;
  background: #2D4739;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.strip[data-id=decef2] .social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.strip[data-id=decef2] .social-icon:hover {
  transform: translateY(-3px);
  background: transparent;
  border-color: #C5A059;
  color: #C5A059;
}
.strip[data-id=decef2] .footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #2A2A2A;
  text-align: center;
}
.strip[data-id=decef2] .footer-bottom p {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .strip[data-id=decef2] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .strip[data-id=decef2] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=decef2] .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=decef2] .contact-info .contact-item {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id=decef2] .social-links {
    justify-content: center;
  }
  .strip[data-id=decef2] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id=decef2] .logo-background {
    right: 50%;
    transform: translateX(50%);
    bottom: 10%;
  }
}