@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;500;600&family=Playfair+Display:wght@600;700&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;
  }
}.strip[data-id="8ea840"] {
  --section-id: "8ea840";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/8ea840";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/8ea840";
}
.strip[data-id="8ea840"] .hero-section {
  position: relative;
  height: 90vh;
  margin-top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
.strip[data-id="8ea840"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}
.strip[data-id="8ea840"] h1 {
  font-family: "Playfair Display", serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id="8ea840"] p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #F4C2C2;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.strip[data-id="8ea840"] .button-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.strip[data-id="8ea840"] .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 32px;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="8ea840"] .btn-primary {
  background-color: #D4AF37;
  color: #FFFFFF;
  border: 2px solid #D4AF37;
}
.strip[data-id="8ea840"] .btn-primary:hover {
  background-color: #8A9A5B;
  border-color: #8A9A5B;
}
.strip[data-id="8ea840"] .btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.strip[data-id="8ea840"] .btn-secondary:hover {
  background-color: #FFFFFF;
  color: #333333;
}
.strip[data-id="8ea840"] .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.8;
  animation: bounce 2s infinite;
  cursor: pointer;
}
.strip[data-id="8ea840"] .scroll-down span {
  width: 2px;
  height: 40px;
  background-color: #FFFFFF;
  display: block;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="8ea840"] .hero-section {
    height: auto;
    min-height: 80vh;
    padding: 120px 0 80px;
    margin-top: 0;
  }
  .strip[data-id="8ea840"] h1 {
    font-size: 42px;
  }
  .strip[data-id="8ea840"] p {
    font-size: 16px;
  }
  .strip[data-id="8ea840"] .button-group {
    flex-direction: column;
    align-items: stretch;
  }
}.strip[data-id="820b08"] {
  --section-id: "820b08";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/820b08";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/820b08";
}
.strip[data-id="820b08"] .about-us-section {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.strip[data-id="820b08"] .content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
.strip[data-id="820b08"] .background-decoration {
  position: absolute;
  width: 450px;
  height: 450px;
  background-color: #f4dada;
  opacity: 0.1;
  border-radius: 50%;
  top: -50px;
  left: -150px;
  z-index: 0;
}
.strip[data-id="820b08"] .split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.strip[data-id="820b08"] .text-column {
  display: flex;
  flex-direction: column;
}
.strip[data-id="820b08"] .section-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #87a96b;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.strip[data-id="820b08"] .accent-line {
  width: 80px;
  height: 2px;
  background-color: #d4af37;
  margin-bottom: 35px;
}
.strip[data-id="820b08"] .description-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}
.strip[data-id="820b08"] .organic-image-mask {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.strip[data-id="820b08"] .organic-image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .strip[data-id="820b08"] .about-us-section {
    padding: 80px 0;
  }
  .strip[data-id="820b08"] .split-layout {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="820b08"] .accent-line {
    margin: 0 auto 30px;
  }
  .strip[data-id="820b08"] .section-title {
    font-size: 36px;
  }
  .strip[data-id="820b08"] .image-column {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .strip[data-id="820b08"] .about-us-section {
    padding: 60px 0;
  }
  .strip[data-id="820b08"] .section-title {
    font-size: 30px;
  }
  .strip[data-id="820b08"] .background-decoration {
    width: 300px;
    height: 300px;
    left: -100px;
  }
}.strip[data-id="263489"] {
  --section-id: "263489";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/263489";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/263489";
}
.strip[data-id="263489"] .bestsellers-section {
  background-color: #FBF7F6;
  padding: 100px 0;
  width: 100%;
}
.strip[data-id="263489"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="263489"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="263489"] .section-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 0;
}
.strip[data-id="263489"] .section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #778877;
  margin: 0;
}
.strip[data-id="263489"] .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="263489"] .product-card {
  background-color: #FFFFFF;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.strip[data-id="263489"] .image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.2;
  overflow: hidden;
}
.strip[data-id="263489"] .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.strip[data-id="263489"] .product-card:hover .image-container img {
  transform: scale(1.05);
}
.strip[data-id="263489"] .cart-button-overlay {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
  width: 80%;
}
.strip[data-id="263489"] .product-card:hover .cart-button-overlay {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.strip[data-id="263489"] .btn-add-to-cart {
  background-color: #C5A059;
  color: #FFFFFF;
  border: none;
  width: 100%;
  padding: 15px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.strip[data-id="263489"] .btn-add-to-cart:hover {
  background-color: #B38F48;
}
.strip[data-id="263489"] .card-info {
  padding: 30px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="263489"] .product-name {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  margin-bottom: 12px;
  margin-top: 0;
}
.strip[data-id="263489"] .product-description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #778877;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 991px) {
  .strip[data-id="263489"] .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="263489"] .section-title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="263489"] .product-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="263489"] .bestsellers-section {
    padding: 60px 0;
  }
  .strip[data-id="263489"] .section-title {
    font-size: 32px;
  }
}.strip[data-id="52eb49"] {
  --section-id: "52eb49";
  --storage-url: "https://test-11zfay5k.praweb.cz/_section/52eb49";
  --public-url: "https://test-11zfay5k.praweb.cz/_section/52eb49";
}
.strip[data-id="52eb49"] .benefits-bar {
  background-color: #8da399;
  padding: 80px 0;
  width: 100%;
}
.strip[data-id="52eb49"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="52eb49"] .benefits-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.strip[data-id="52eb49"] .benefit-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.strip[data-id="52eb49"] .benefit-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.strip[data-id="52eb49"] .icon-wrapper {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="52eb49"] .icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="52eb49"] .content-wrapper h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="52eb49"] .content-wrapper p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .strip[data-id="52eb49"] .benefits-bar {
    padding: 60px 0;
  }
  .strip[data-id="52eb49"] .benefits-grid {
    flex-direction: column;
    gap: 40px;
  }
  .strip[data-id="52eb49"] .benefit-item {
    padding: 0 20px;
  }
  .strip[data-id="52eb49"] .benefit-item:not(:last-child)::after {
    display: none;
  }
}.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;
  }
}