@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Playfair+Display&display=swap');
.strip[data-id=b4f6b4] {
  --section-id: "b4f6b4";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/b4f6b4";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/b4f6b4";
  /* Mobile Toggle */
  /* Mobile Overlay */
  /* Responsive */
}
.strip[data-id=b4f6b4] .header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.strip[data-id=b4f6b4] .header-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=b4f6b4] .header-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.strip[data-id=b4f6b4] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id=b4f6b4] .header-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id=b4f6b4] .header-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id=b4f6b4] .header-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #C5A059;
  transition: width 0.3s ease;
}
.strip[data-id=b4f6b4] .header-nav a:hover {
  color: #C5A059;
}
.strip[data-id=b4f6b4] .header-nav a:hover::after {
  width: 100%;
}
.strip[data-id=b4f6b4] .header-contact {
  display: flex;
  align-items: center;
  gap: 25px;
}
.strip[data-id=b4f6b4] .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #444444;
  text-decoration: none;
}
.strip[data-id=b4f6b4] .contact-item.phone {
  color: #C5A059;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.strip[data-id=b4f6b4] .contact-item.phone:hover {
  opacity: 0.8;
}
.strip[data-id=b4f6b4] .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
.strip[data-id=b4f6b4] .mobile-menu-toggle span {
  width: 100%;
  height: 2px;
  background-color: #444444;
  transition: all 0.3s ease;
}
.strip[data-id=b4f6b4] .mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.strip[data-id=b4f6b4] .mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id=b4f6b4] .mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id=b4f6b4] .mobile-nav li {
  margin-bottom: 25px;
}
.strip[data-id=b4f6b4] .mobile-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #444444;
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.3s ease;
}
.strip[data-id=b4f6b4] .mobile-nav a:hover {
  color: #C5A059;
}
.strip[data-id=b4f6b4] .mobile-contact {
  margin-top: 40px;
  text-align: center;
}
.strip[data-id=b4f6b4] .mobile-contact p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.strip[data-id=b4f6b4] .mobile-contact a {
  font-size: 18px;
  color: #C5A059;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .strip[data-id=b4f6b4] .header-nav, .strip[data-id=b4f6b4] .header-contact {
    display: none;
  }
  .strip[data-id=b4f6b4] .mobile-menu-toggle {
    display: flex;
  }
  .strip[data-id=b4f6b4] .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
  }
  .strip[data-id=b4f6b4] .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=b4f6b4] .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
  }
}
@media (max-width: 480px) {
  .strip[data-id=b4f6b4] .logo-text {
    font-size: 16px;
  }
}@charset "UTF-8";
.strip[data-id="31bac1"] {
  --section-id: "31bac1";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/31bac1";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/31bac1";
}
.strip[data-id="31bac1"] .delivery-section {
  padding: 80px 0;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  color: #333333;
}
.strip[data-id="31bac1"] .watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="31bac1"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.strip[data-id="31bac1"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #333333;
}
.strip[data-id="31bac1"] .intro-text {
  max-width: 800px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
  line-height: 1.6;
}
.strip[data-id="31bac1"] .main-image {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 3rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.strip[data-id="31bac1"] .main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.strip[data-id="31bac1"] .info-box {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fbebed; /* Pudrově růžová */
  border: 2px solid #c5a059; /* Matné zlato */
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  position: relative;
}
.strip[data-id="31bac1"] .box-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: #c5a059;
}
.strip[data-id="31bac1"] .box-header i {
  font-size: 1.5rem;
}
.strip[data-id="31bac1"] .box-header h3 {
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="31bac1"] .price-info {
  font-size: 1.1rem;
}
.strip[data-id="31bac1"] .price-info p {
  margin: 10px 0;
}
.strip[data-id="31bac1"] .price-info .price-value {
  font-weight: bold;
  color: #333333; /* Grafitově šedá */
}
@media (max-width: 768px) {
  .strip[data-id="31bac1"] .delivery-section {
    padding: 50px 0;
  }
  .strip[data-id="31bac1"] h2 {
    font-size: 2rem;
  }
}@charset "UTF-8";
.strip[data-id="3e0d70"] {
  --section-id: "3e0d70";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/3e0d70";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/3e0d70";
}
.strip[data-id="3e0d70"] .subscription-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.strip[data-id="3e0d70"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="3e0d70"] .subscription-card {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #b2ac88 0%, #ffffff 100%); /* Šalvějově zelená do bílé */
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  gap: 40px;
}
.strip[data-id="3e0d70"] .icon-wrapper {
  flex: 0 0 100px;
  font-size: 80px;
  color: #c5a059; /* Matné zlato */
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="3e0d70"] .content-wrapper {
  flex: 1;
}
.strip[data-id="3e0d70"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin: 0 0 15px 0;
  color: #333333;
}
.strip[data-id="3e0d70"] .subscription-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 25px;
}
.strip[data-id="3e0d70"] .btn-more {
  display: inline-block;
  padding: 15px 35px;
  background-color: #c5a059;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.3s ease;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(197, 160, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(197, 160, 89, 0);
  }
}
.strip[data-id="3e0d70"] .btn-more:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .strip[data-id="3e0d70"] .subscription-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }
  .strip[data-id="3e0d70"] .icon-wrapper {
    flex: none;
    margin-bottom: 20px;
  }
}.strip[data-id=b99af9] {
  --section-id: "b99af9";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/b99af9";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/b99af9";
}
.strip[data-id=b99af9] .footer-section {
  background-color: #2c2c2c;
  color: #f2d2d9;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 80px 0 40px 0;
  line-height: 1.6;
}
.strip[data-id=b99af9] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b99af9] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=b99af9] .footer-col h3, .strip[data-id=b99af9] .footer-col h4 {
  color: #ffffff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 16px;
}
.strip[data-id=b99af9] .footer-col h3 {
  font-size: 20px;
  border-bottom: 2px solid #9caf88;
  display: inline-block;
  padding-bottom: 5px;
}
.strip[data-id=b99af9] .footer-col p {
  margin: 0 0 12px 0;
}
.strip[data-id=b99af9] .social-links {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.strip[data-id=b99af9] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #c5a059;
  border-radius: 50%;
  color: #c5a059;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 18px;
}
.strip[data-id=b99af9] .social-icon:hover {
  background-color: #c5a059;
  color: #2c2c2c;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}
.strip[data-id=b99af9] .footer-bottom {
  text-align: center;
}
.strip[data-id=b99af9] .separator {
  height: 1px;
  background-color: #9caf88;
  width: 100%;
  margin-bottom: 30px;
  opacity: 0.3;
}
.strip[data-id=b99af9] .copyright {
  font-size: 13px;
  opacity: 0.7;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .strip[data-id=b99af9] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=b99af9] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=b99af9] .footer-col h3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .strip[data-id=b99af9] .social-links {
    justify-content: center;
  }
  .strip[data-id=b99af9] .footer-section {
    padding: 60px 0 30px 0;
  }
}