@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display&display=swap');
.strip[data-id="6db011"] {
  --section-id: "6db011";
  --storage-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/6db011";
  --public-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/6db011";
}
.strip[data-id="6db011"] .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(236, 227, 217, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.strip[data-id="6db011"] .site-header.scrolled {
  height: 70px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.strip[data-id="6db011"] .site-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id="6db011"] .site-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="6db011"] .site-header .logo img {
  height: 60px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.strip[data-id="6db011"] .site-header.scrolled .logo img {
  height: 50px;
}
.strip[data-id="6db011"] .site-header .nav-list {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}
.strip[data-id="6db011"] .site-header .nav-list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
}
.strip[data-id="6db011"] .site-header .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d46a9b;
  transition: width 0.3s ease;
}
.strip[data-id="6db011"] .site-header .nav-list li a:hover::after {
  width: 100%;
}
.strip[data-id="6db011"] .site-header .header-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id="6db011"] .site-header .header-icons .icon-link {
  color: #2d4a22;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="6db011"] .site-header .header-icons .icon-link:hover {
  color: #d46a9b;
}
.strip[data-id="6db011"] .site-header .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="6db011"] .site-header .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #1a1a1a;
  margin: 5px 0;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .strip[data-id="6db011"] .site-header .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ece3d9;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .strip[data-id="6db011"] .site-header .nav-list.active {
    display: flex;
  }
  .strip[data-id="6db011"] .site-header .mobile-toggle {
    display: block;
  }
  .strip[data-id="6db011"] .site-header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}.strip[data-id=c44d2f] {
  --section-id: "c44d2f";
  --storage-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/c44d2f";
  --public-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/c44d2f";
}
.strip[data-id=c44d2f] .hero-section {
  position: relative;
  padding: 100px 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  overflow: hidden;
}
.strip[data-id=c44d2f] .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.transparenttextures.com/patterns/handmade-paper.png");
  opacity: 0.5;
  pointer-events: none;
}
.strip[data-id=c44d2f] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.strip[data-id=c44d2f] .hero-section .hero-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id=c44d2f] .hero-section .hero-content {
  flex: 1;
}
.strip[data-id=c44d2f] .hero-section .hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  color: #2d4a22;
  margin-bottom: 20px;
  line-height: 1.1;
}
.strip[data-id=c44d2f] .hero-section .hero-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 40px;
  line-height: 1.6;
}
.strip[data-id=c44d2f] .hero-section .hero-content .btn-primary {
  display: inline-block;
  background-color: #d46a9b;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 106, 155, 0.3);
}
.strip[data-id=c44d2f] .hero-section .hero-content .btn-primary:hover {
  transform: scale(1.05);
  background-color: #c05888;
  box-shadow: 0 6px 20px rgba(212, 106, 155, 0.4);
}
.strip[data-id=c44d2f] .hero-section .hero-image {
  flex: 1;
  position: relative;
}
.strip[data-id=c44d2f] .hero-section .hero-image .image-mask {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation: morph 15s ease-in-out infinite;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id=c44d2f] .hero-section .hero-image .image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=c44d2f] .hero-section .shadow-leaf {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 400px;
  height: 400px;
  background-image: url("https://cdn.pixabay.com/photo/2017/08/12/10/05/leaf-2633911_1280.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
  filter: grayscale(1);
  pointer-events: none;
  z-index: 1;
}
@keyframes morph {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
}
@media (max-width: 991px) {
  .strip[data-id=c44d2f] .hero-section {
    padding: 60px 0;
    text-align: center;
  }
  .strip[data-id=c44d2f] .hero-section .hero-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .strip[data-id=c44d2f] .hero-section .hero-content h1 {
    font-size: 42px;
  }
  .strip[data-id=c44d2f] .hero-section .hero-image {
    width: 80%;
    margin: 0 auto;
  }
}.strip[data-id=b0d2e9] {
  --section-id: "b0d2e9";
  --storage-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/b0d2e9";
  --public-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/b0d2e9";
}
.strip[data-id=b0d2e9] .info-grid-section {
  padding: 80px 0;
  background-color: #ffffff;
}
.strip[data-id=b0d2e9] .info-grid-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b0d2e9] .info-grid-section .grid-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 50px;
}
.strip[data-id=b0d2e9] .info-grid-section .info-card {
  flex: 1;
  background-color: #ece3d9;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.strip[data-id=b0d2e9] .info-grid-section .info-card:hover {
  transform: translateY(-5px);
}
.strip[data-id=b0d2e9] .info-grid-section .info-card .icon-circle {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: #d46a9b;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.strip[data-id=b0d2e9] .info-grid-section .info-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2d4a22;
  margin-bottom: 15px;
}
.strip[data-id=b0d2e9] .info-grid-section .info-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=b0d2e9] .info-grid-section .divider {
  width: 1px;
  background-color: #2d4a22;
  opacity: 0.2;
}
.strip[data-id=b0d2e9] .info-grid-section .cart-notice {
  text-align: center;
  padding: 20px;
  background-color: #fdfbf7;
  border-radius: 8px;
  border-left: 4px solid #d46a9b;
}
.strip[data-id=b0d2e9] .info-grid-section .cart-notice p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  margin: 0;
}
.strip[data-id=b0d2e9] .info-grid-section .cart-notice p i {
  color: #d46a9b;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .strip[data-id=b0d2e9] .info-grid-section .grid-wrapper {
    flex-direction: column;
  }
  .strip[data-id=b0d2e9] .info-grid-section .divider {
    display: none;
  }
}.strip[data-id="2664f6"] {
  --section-id: "2664f6";
  --storage-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/2664f6";
  --public-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/2664f6";
}
.strip[data-id="2664f6"] .shipping-notice-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.strip[data-id="2664f6"] .shipping-notice-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="2664f6"] .shipping-notice-section .notice-box {
  background-color: #2d4a22;
  background-image: radial-gradient(#3a5e2c 1px, transparent 1px);
  background-size: 20px 20px;
  border-radius: 15px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(45, 74, 34, 0.2);
}
.strip[data-id="2664f6"] .shipping-notice-section .notice-col {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="2664f6"] .shipping-notice-section .flag-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.strip[data-id="2664f6"] .shipping-notice-section .flag-icon.pl {
  background-image: url("https://flagcdn.com/w80/pl.png");
}
.strip[data-id="2664f6"] .shipping-notice-section .flag-icon.sk {
  background-image: url("https://flagcdn.com/w80/sk.png");
}
.strip[data-id="2664f6"] .shipping-notice-section .pl-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="2664f6"] .shipping-notice-section .sk-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id="2664f6"] .shipping-notice-section .v-line {
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .strip[data-id="2664f6"] .shipping-notice-section .notice-box {
    flex-direction: column;
    padding: 30px 20px;
  }
  .strip[data-id="2664f6"] .shipping-notice-section .v-line {
    width: 80%;
    height: 1px;
  }
}.strip[data-id=b394c7] {
  --section-id: "b394c7";
  --storage-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/b394c7";
  --public-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/b394c7";
}
.strip[data-id=b394c7] .certification-section {
  padding: 100px 0;
  background-color: #ece3d9;
  position: relative;
  overflow: hidden;
}
.strip[data-id=b394c7] .certification-section .wave-divider {
  position: absolute;
  width: 100%;
  line-height: 0;
  left: 0;
}
.strip[data-id=b394c7] .certification-section .wave-divider.top {
  top: 0;
}
.strip[data-id=b394c7] .certification-section .wave-divider.bottom {
  bottom: 0;
  transform: rotate(180deg);
}
.strip[data-id=b394c7] .certification-section .wave-divider svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}
.strip[data-id=b394c7] .certification-section .wave-divider .shape-fill {
  fill: #ffffff;
}
.strip[data-id=b394c7] .certification-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=b394c7] .certification-section .cert-content {
  text-align: center;
}
.strip[data-id=b394c7] .certification-section .cert-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #2d4a22;
  margin-bottom: 50px;
}
.strip[data-id=b394c7] .certification-section .cert-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.strip[data-id=b394c7] .certification-section .cert-text {
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.8;
}
.strip[data-id=b394c7] .certification-section .cert-text strong {
  color: #d46a9b;
}
.strip[data-id=b394c7] .certification-section .cert-text.left {
  text-align: right;
}
.strip[data-id=b394c7] .certification-section .cert-text.right {
  text-align: left;
}
.strip[data-id=b394c7] .certification-section .cert-seal-wrapper {
  flex: 0 0 200px;
}
.strip[data-id=b394c7] .certification-section .cert-seal-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.1s ease-out;
}
.strip[data-id=b394c7] .certification-section .leaf-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-image: url("https://www.transparenttextures.com/patterns/leaves.png");
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .strip[data-id=b394c7] .certification-section .cert-layout {
    flex-direction: column;
    gap: 30px;
  }
  .strip[data-id=b394c7] .certification-section .cert-text {
    text-align: center !important;
  }
  .strip[data-id=b394c7] .certification-section .cert-seal-wrapper {
    order: -1;
    flex-basis: 150px;
  }
}.strip[data-id=e88d55] {
  --section-id: "e88d55";
  --storage-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/e88d55";
  --public-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/e88d55";
}
.strip[data-id=e88d55] .reviews-section {
  padding: 80px 0;
  background-color: #ffffff;
}
.strip[data-id=e88d55] .reviews-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e88d55] .reviews-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=e88d55] .reviews-section .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #2d4a22;
}
.strip[data-id=e88d55] .reviews-section .reviews-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.strip[data-id=e88d55] .reviews-section .reviews-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}
.strip[data-id=e88d55] .reviews-section .review-card {
  flex: 0 0 calc(33.333% - 20px);
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strip[data-id=e88d55] .reviews-section .review-card .stars {
  color: #d46a9b;
  margin-bottom: 20px;
  font-size: 14px;
}
.strip[data-id=e88d55] .reviews-section .review-card .review-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 30px;
}
.strip[data-id=e88d55] .reviews-section .review-card .reviewer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.strip[data-id=e88d55] .reviews-section .review-card .reviewer strong {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #2d4a22;
}
.strip[data-id=e88d55] .reviews-section .review-card .reviewer i {
  color: #3b5998;
  font-size: 18px;
}
.strip[data-id=e88d55] .reviews-section .slider-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.strip[data-id=e88d55] .reviews-section .slider-controls button {
  background: none;
  border: 2px solid #2d4a22;
  color: #2d4a22;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.strip[data-id=e88d55] .reviews-section .slider-controls button:hover {
  background: #2d4a22;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .strip[data-id=e88d55] .review-card {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .strip[data-id=e88d55] .review-card {
    flex: 0 0 100%;
  }
}.strip[data-id="10cfc6"] {
  --section-id: "10cfc6";
  --storage-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/10cfc6";
  --public-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/10cfc6";
}
.strip[data-id="10cfc6"] .care-guide-section {
  padding: 100px 0;
  background-color: #fdfbf7;
}
.strip[data-id="10cfc6"] .care-guide-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-main {
  flex: 1.5;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-main h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #2d4a22;
  margin-bottom: 20px;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-main .guide-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 40px;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-item {
  margin-bottom: 35px;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #2d4a22;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-item h3 i {
  font-size: 20px;
  color: #d46a9b;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.8;
}
.strip[data-id="10cfc6"] .care-guide-section .alert-box {
  background-color: #d46a9b;
  color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.strip[data-id="10cfc6"] .care-guide-section .alert-box i {
  font-size: 30px;
}
.strip[data-id="10cfc6"] .care-guide-section .alert-box p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-sidebar {
  flex: 1;
  position: sticky;
  top: 120px;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-sidebar .sticky-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="10cfc6"] .care-guide-section .guide-sidebar .sticky-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id="10cfc6"] .care-guide-section .guide-sidebar .sticky-image img:hover {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .strip[data-id="10cfc6"] .care-guide-section .guide-layout {
    flex-direction: column-reverse;
  }
  .strip[data-id="10cfc6"] .care-guide-section .guide-main h2 {
    font-size: 32px;
  }
}.strip[data-id="2e984f"] {
  --section-id: "2e984f";
  --storage-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/2e984f";
  --public-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/2e984f";
}
.strip[data-id="2e984f"] .legal-info-section {
  padding: 60px 0;
  background-color: #ece3d9;
}
.strip[data-id="2e984f"] .legal-info-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="2e984f"] .legal-info-section .legal-wrapper {
  text-align: center;
  position: relative;
  padding: 40px;
}
.strip[data-id="2e984f"] .legal-info-section .legal-accent {
  width: 50px;
  height: 3px;
  background-color: #d46a9b;
  margin: 0 auto 30px;
}
.strip[data-id="2e984f"] .legal-info-section .legal-icon {
  color: #2d4a22;
  font-size: 24px;
  margin-bottom: 20px;
}
.strip[data-id="2e984f"] .legal-info-section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.strip[data-id="2e984f"] .legal-info-section .legal-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 15px;
}
.strip[data-id="2e984f"] .legal-info-section .legal-content p strong {
  color: #2d4a22;
}.strip[data-id="2f94b8"] {
  --section-id: "2f94b8";
  --storage-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/2f94b8";
  --public-url: "https://preview-zygo-cz-20260429.praweb.cz/_section/2f94b8";
}
.strip[data-id="2f94b8"] .site-footer {
  padding: 80px 0 40px;
  background-color: #2d4a22;
  color: #ece3d9;
}
.strip[data-id="2f94b8"] .site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="2f94b8"] .site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.strip[data-id="2f94b8"] .site-footer .footer-col h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.strip[data-id="2f94b8"] .site-footer .footer-col p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.strip[data-id="2f94b8"] .site-footer .newsletter-form {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.strip[data-id="2f94b8"] .site-footer .newsletter-form:focus-within {
  border-color: #d46a9b;
}
.strip[data-id="2f94b8"] .site-footer .newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 15px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.strip[data-id="2f94b8"] .site-footer .newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.strip[data-id="2f94b8"] .site-footer .newsletter-form input:focus {
  outline: none;
}
.strip[data-id="2f94b8"] .site-footer .newsletter-form button {
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 0 15px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.strip[data-id="2f94b8"] .site-footer .newsletter-form button:hover {
  color: #d46a9b;
}
.strip[data-id="2f94b8"] .site-footer .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="2f94b8"] .site-footer .links ul li {
  margin-bottom: 12px;
}
.strip[data-id="2f94b8"] .site-footer .links ul li a {
  color: #ece3d9;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: color 0.3s ease;
}
.strip[data-id="2f94b8"] .site-footer .links ul li a:hover {
  color: #ffffff;
}
.strip[data-id="2f94b8"] .site-footer .region-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.strip[data-id="2f94b8"] .site-footer .region-selector .region-icon {
  width: 16px;
  height: auto;
  filter: brightness(0) invert(1);
}
.strip[data-id="2f94b8"] .site-footer .copyright {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.strip[data-id="2f94b8"] .site-footer .copyright .footer-logo {
  margin-bottom: 20px;
}
.strip[data-id="2f94b8"] .site-footer .copyright .footer-logo img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}
.strip[data-id="2f94b8"] .site-footer .copyright p {
  font-size: 12px;
  opacity: 0.7;
  margin: 0;
}
@media (max-width: 991px) {
  .strip[data-id="2f94b8"] .site-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="2f94b8"] .site-footer .copyright {
    text-align: left;
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  .strip[data-id="2f94b8"] .site-footer {
    text-align: center;
  }
  .strip[data-id="2f94b8"] .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="2f94b8"] .site-footer .newsletter-form {
    justify-content: center;
  }
  .strip[data-id="2f94b8"] .site-footer .region-selector {
    justify-content: center;
  }
  .strip[data-id="2f94b8"] .site-footer .copyright {
    text-align: center;
    grid-column: span 1;
    align-items: center;
  }
}