@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,400&family=Playfair+Display:wght@700;800&display=swap');
.strip[data-id="668f88"] {
  --section-id: "668f88";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/668f88";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/668f88";
}
.strip[data-id="668f88"] .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: hsla(33, 33%, 89%, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.05);
  box-shadow: 0 2px 10px hsla(0, 0%, 0%, 0.03);
  transition: background-color 0.3s ease;
}
.strip[data-id="668f88"] .header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.strip[data-id="668f88"] .logo-zone {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.strip[data-id="668f88"] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.strip[data-id="668f88"] .logo-img {
  height: 55px;
  width: auto;
  display: block;
  object-fit: contain;
}
.strip[data-id="668f88"] .nav-zone {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.strip[data-id="668f88"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.strip[data-id="668f88"] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: hsl(0, 0%, 18%);
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.strip[data-id="668f88"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: hsl(81, 45%, 25%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}
.strip[data-id="668f88"] .nav-link:hover {
  color: hsl(81, 45%, 25%);
}
.strip[data-id="668f88"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="668f88"] .tools-zone {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.strip[data-id="668f88"] .tool-btn {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(81, 45%, 25%);
  transition: transform 0.2s ease, opacity 0.2s ease;
  position: relative;
  text-decoration: none;
}
.strip[data-id="668f88"] .tool-btn:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}
.strip[data-id="668f88"] .tool-icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.5px;
  fill: none;
}
.strip[data-id="668f88"] .cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: hsl(30, 56%, 64%);
  color: #fff;
  font-size: 9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid hsl(33, 33%, 89%);
}
.strip[data-id="668f88"] .hamburger {
  display: none;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  position: relative;
  width: 44px;
  height: 44px;
  z-index: 1001;
}
.strip[data-id="668f88"] .hamburger-box {
  width: 24px;
  height: 18px;
  display: block;
  position: relative;
}
.strip[data-id="668f88"] .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.strip[data-id="668f88"] .hamburger-inner,
.strip[data-id="668f88"] .hamburger-inner::before,
.strip[data-id="668f88"] .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: hsl(81, 45%, 25%);
  position: absolute;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.strip[data-id="668f88"] .hamburger-inner::before,
.strip[data-id="668f88"] .hamburger-inner::after {
  content: "";
  display: block;
}
.strip[data-id="668f88"] .hamburger-inner::before {
  top: -8px;
}
.strip[data-id="668f88"] .hamburger-inner::after {
  bottom: -8px;
}
.strip[data-id="668f88"] .hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.strip[data-id="668f88"] .hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.strip[data-id="668f88"] .hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.strip[data-id="668f88"] .mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: hsla(33, 33%, 89%, 0.98);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  padding: 100px 40px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 999;
  box-shadow: -5px 0 20px hsla(0, 0%, 0%, 0.05);
}
.strip[data-id="668f88"] .mobile-overlay.active {
  transform: translateX(0);
}
.strip[data-id="668f88"] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="668f88"] .mobile-nav-list .nav-link {
  font-size: 16px;
  display: block;
}
@media (max-width: 1250px) {
  .strip[data-id="668f88"] .nav-list {
    gap: 15px;
  }
  .strip[data-id="668f88"] .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .strip[data-id="668f88"] .nav-zone {
    display: none;
  }
  .strip[data-id="668f88"] .hamburger {
    display: block;
  }
  .strip[data-id="668f88"] .header-container {
    height: 70px;
  }
  .strip[data-id="668f88"] .logo-img {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="668f88"] .tools-zone .tool-btn:not(.cart-btn) {
    display: none;
  }
  .strip[data-id="668f88"] .mobile-overlay {
    width: 100%;
  }
}.strip[data-id=b9316a] {
  --section-id: "b9316a";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/b9316a";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/b9316a";
}
.strip[data-id=b9316a] .hero-section {
  background-color: #ffffff;
  background-image: url("https://preview-zygo-cz-20260506-02.praweb.cz/_section/b9316a/paper-fibers.png");
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 80vh;
}
.strip[data-id=b9316a] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.strip[data-id=b9316a] .content-col {
  flex: 1;
  max-width: 60%;
}
.strip[data-id=b9316a] .image-col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.strip[data-id=b9316a] .warning-box {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: rgba(212, 163, 115, 0.1);
  border: 1.5px solid #d4a373;
  border-radius: 100px;
  color: #b07d4d;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
.strip[data-id=b9316a] .title {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-weight: 800;
  color: #3a4b1b;
  margin-bottom: 25px;
  line-height: 1.05;
}
.strip[data-id=b9316a] .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 45px;
  line-height: 1.7;
  max-width: 90%;
}
.strip[data-id=b9316a] .subtitle strong {
  color: #3a4b1b;
  font-weight: 600;
}
.strip[data-id=b9316a] .cta-button {
  display: inline-flex;
  align-items: center;
  padding: 18px 45px;
  background-color: #4a5d22;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgba(74, 93, 34, 0.2);
}
.strip[data-id=b9316a] .cta-button:hover {
  transform: translateY(-3px);
  background-color: #d4a373;
  box-shadow: 0 8px 25px rgba(212, 163, 115, 0.3);
}
.strip[data-id=b9316a] .image-mask {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  position: relative;
  animation: float 6s ease-in-out infinite;
}
.strip[data-id=b9316a] .image-mask::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  right: -5%;
  bottom: -5%;
  background-color: #f1ede4;
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  z-index: -1;
  animation: morph 8s ease-in-out infinite alternate;
}
.strip[data-id=b9316a] .image-mask-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M44.7,-76.4C58.3,-69.2,70,-57.9,78.7,-44.8C87.4,-31.7,93.1,-16.8,91.2,-2.7C89.3,11.4,79.8,24.7,70.5,37.3C61.2,49.9,52.1,61.8,40,70.1C27.9,78.4,12.8,83.1,-2.2,86.9C-17.2,90.7,-34.4,93.6,-48.6,87.3C-62.8,81,-74,65.5,-81.2,49.5C-88.4,33.5,-91.6,17,-90.1,1.1C-88.6,-14.8,-82.4,-30.1,-73.4,-43.8C-64.4,-57.5,-52.6,-69.6,-39.1,-76.8C-25.6,-84,-12.8,-86.3,1.1,-88.2C15.1,-90.1,31.1,-83.6,44.7,-76.4Z" transform="translate(100 100)" /></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M44.7,-76.4C58.3,-69.2,70,-57.9,78.7,-44.8C87.4,-31.7,93.1,-16.8,91.2,-2.7C89.3,11.4,79.8,24.7,70.5,37.3C61.2,49.9,52.1,61.8,40,70.1C27.9,78.4,12.8,83.1,-2.2,86.9C-17.2,90.7,-34.4,93.6,-48.6,87.3C-62.8,81,-74,65.5,-81.2,49.5C-88.4,33.5,-91.6,17,-90.1,1.1C-88.6,-14.8,-82.4,-30.1,-73.4,-43.8C-64.4,-57.5,-52.6,-69.6,-39.1,-76.8C-25.6,-84,-12.8,-86.3,1.1,-88.2C15.1,-90.1,31.1,-83.6,44.7,-76.4Z" transform="translate(100 100)" /></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.strip[data-id=b9316a] .image-mask-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.strip[data-id=b9316a] .image-mask:hover .image-mask-inner img {
  transform: scale(1.1);
}
.strip[data-id=b9316a] .deco-orchid {
  position: absolute;
  width: 400px;
  height: 400px;
  opacity: 0.04;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=b9316a] .deco-1 {
  top: -100px;
  right: -150px;
  transform: rotate(25deg);
}
.strip[data-id=b9316a] .deco-2 {
  bottom: -150px;
  left: -150px;
  transform: rotate(-15deg);
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@media (max-width: 1100px) {
  .strip[data-id=b9316a] .title {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=b9316a] .hero-section {
    padding: 60px 0;
  }
  .strip[data-id=b9316a] .container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id=b9316a] .content-col {
    max-width: 100%;
  }
  .strip[data-id=b9316a] .title {
    font-size: 42px;
  }
  .strip[data-id=b9316a] .subtitle {
    font-size: 18px;
    max-width: 100%;
  }
  .strip[data-id=b9316a] .image-mask {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=b9316a] .title {
    font-size: 32px;
  }
  .strip[data-id=b9316a] .cta-button {
    width: 100%;
    justify-content: center;
  }
}.strip[data-id="94ce02"] {
  --section-id: "94ce02";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/94ce02";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/94ce02";
}
.strip[data-id="94ce02"] section {
  background-color: hsl(33, 33%, 89%);
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.strip[data-id="94ce02"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="94ce02"] .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
.strip[data-id="94ce02"] .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.2;
}
.strip[data-id="94ce02"] .section-header p {
  font-size: 18px;
  color: #555555;
  line-height: 1.6;
}
.strip[data-id="94ce02"] .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="94ce02"] .card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 45px 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border-top: 5px solid #607d3b;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}
.strip[data-id="94ce02"] .card:nth-child(1) {
  animation-delay: 0.1s;
}
.strip[data-id="94ce02"] .card:nth-child(2) {
  animation-delay: 0.2s;
}
.strip[data-id="94ce02"] .card:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="94ce02"] .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="94ce02"] .card::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: radial-gradient(#c2a679 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  opacity: 0.15;
  pointer-events: none;
}
.strip[data-id="94ce02"] .icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: #c2a679;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 28px;
  box-shadow: 0 5px 15px rgba(194, 166, 121, 0.3);
}
.strip[data-id="94ce02"] h3 {
  font-weight: 700;
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
  margin-top: 0;
}
.strip[data-id="94ce02"] .card-text {
  font-weight: 400;
  font-size: 15px;
  color: #444444;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id="94ce02"] .badge-warning {
  display: inline-block;
  background-color: #fff4e5;
  color: #d97706;
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.strip[data-id="94ce02"] .important-note {
  font-weight: 600;
  color: #b91c1c;
  display: block;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .strip[data-id="94ce02"] .grid {
    gap: 20px;
  }
  .strip[data-id="94ce02"] .card {
    padding: 35px 25px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="94ce02"] .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id="94ce02"] .grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="94ce02"] section {
    padding: 60px 20px;
  }
  .strip[data-id="94ce02"] .section-header h2 {
    font-size: 28px;
  }
}.strip[data-id=afb2b6] {
  --section-id: "afb2b6";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/afb2b6";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/afb2b6";
}
.strip[data-id=afb2b6] .trust-badge-section {
  width: 100%;
  background-color: #ffffff;
  background-image: url("https://preview-zygo-cz-20260506-02.praweb.cz/_section/afb2b6/watermark.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.strip[data-id=afb2b6] .trust-badge-section::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #c2b280;
  pointer-events: none;
  opacity: 0.5;
}
.strip[data-id=afb2b6] .container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.strip[data-id=afb2b6] .seal-wrapper {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=afb2b6] .seal-image {
  width: 180px;
  height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
  will-change: transform;
}
.strip[data-id=afb2b6] .content-text {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-style: italic;
  color: #4a5d23; /* Darker moss green for better contrast */
  line-height: 1.8;
  margin: 0;
}
.strip[data-id=afb2b6] .partner-highlight {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1a1a1a; /* Darker anthracite */
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  border-bottom: 2px solid #c2b280;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .strip[data-id=afb2b6] .trust-badge-section {
    padding: 60px 0;
  }
  .strip[data-id=afb2b6] .trust-badge-section::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .strip[data-id=afb2b6] .container {
    padding: 0 25px;
  }
  .strip[data-id=afb2b6] .content-text {
    font-size: 19px;
  }
  .strip[data-id=afb2b6] .seal-image {
    width: 140px;
    height: 140px;
  }
  .strip[data-id=afb2b6] .seal-wrapper {
    margin-bottom: 30px;
  }
}.strip[data-id="680270"] {
  --section-id: "680270";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/680270";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/680270";
  /* Pseudo-element for the Polish flag border */
  /* Decorative element */
}
.strip[data-id="680270"] .poland-info-section {
  padding: 80px 0;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
}
.strip[data-id="680270"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="680270"] .notice-box {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  position: relative;
  padding: 40px 50px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
}
.strip[data-id="680270"] .notice-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.strip[data-id="680270"] .notice-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: linear-gradient(to bottom, #ffffff 50%, #dc143c 50%);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.05);
}
.strip[data-id="680270"] .icon-column {
  display: flex;
  gap: 20px;
  margin-right: 50px;
  flex-shrink: 0;
}
.strip[data-id="680270"] .icon-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.strip[data-id="680270"] .notice-box:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}
.strip[data-id="680270"] .icon-svg {
  width: 32px;
  height: 32px;
}
.strip[data-id="680270"] .text-column {
  flex-grow: 1;
}
.strip[data-id="680270"] .text-content p {
  margin: 0 0 12px 0;
  color: #444444;
  font-size: 16px;
  line-height: 1.7;
}
.strip[data-id="680270"] .text-content p:last-child {
  margin-bottom: 0;
}
.strip[data-id="680270"] .highlight {
  font-weight: 700;
  color: #1a1a1a;
}
.strip[data-id="680270"] .email-link {
  color: #8a9a5b;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid rgba(138, 154, 91, 0.2);
  transition: all 0.3s ease;
}
.strip[data-id="680270"] .email-link:hover {
  color: #6b7a44;
  border-bottom-color: #6b7a44;
}
.strip[data-id="680270"] .decoration-leaf {
  position: absolute;
  right: -20px;
  bottom: -20px;
  opacity: 0.03;
  width: 150px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .strip[data-id="680270"] .notice-box {
    padding: 40px;
  }
  .strip[data-id="680270"] .icon-column {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="680270"] .poland-info-section {
    padding: 60px 0;
  }
  .strip[data-id="680270"] .notice-box {
    flex-direction: column;
    text-align: center;
    padding: 50px 30px 40px;
  }
  .strip[data-id="680270"] .icon-column {
    margin-right: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
  .strip[data-id="680270"] .notice-box::before {
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #ffffff 50%, #dc143c 50%);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
  }
  .strip[data-id="680270"] .decoration-leaf {
    display: none;
  }
}.strip[data-id="1821f0"] {
  --section-id: "1821f0";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/1821f0";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/1821f0";
}
.strip[data-id="1821f0"] section {
  background-color: hsl(81, 45%, 25%);
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
  padding: 100px 0;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.strip[data-id="1821f0"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="1821f0"] .section-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="1821f0"] .slider-wrapper {
  position: relative;
  overflow: visible; /* Allow cards to have shadows outside overflow */
}
.strip[data-id="1821f0"] .slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 30px;
}
.strip[data-id="1821f0"] .testimonial-card {
  flex: 0 0 calc(33.333% - 20px);
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.strip[data-id="1821f0"] .testimonial-card:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.12);
}
.strip[data-id="1821f0"] .quote-icon {
  position: absolute;
  top: -20px;
  left: 30px;
  background-color: #c2a172;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.strip[data-id="1821f0"] .fb-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #ffffff;
  font-size: 20px;
  opacity: 0.6;
}
.strip[data-id="1821f0"] .stars {
  color: #ffd700;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  gap: 4px;
}
.strip[data-id="1821f0"] .review-text {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
}
.strip[data-id="1821f0"] .customer-name {
  color: #c2a172;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: auto;
  border-top: 1px solid rgba(194, 161, 114, 0.3);
  padding-top: 15px;
}
.strip[data-id="1821f0"] .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 30px;
}
.strip[data-id="1821f0"] .arrow {
  background: none;
  border: 2px solid rgba(194, 161, 114, 0.5);
  color: #c2a172;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
}
.strip[data-id="1821f0"] .arrow:hover {
  border-color: #c2a172;
  background-color: #c2a172;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(194, 161, 114, 0.4);
}
.strip[data-id="1821f0"] .dots {
  display: flex;
  gap: 12px;
}
.strip[data-id="1821f0"] .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.strip[data-id="1821f0"] .dot.active {
  background-color: #c2a172;
  transform: scale(1.2);
  border-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  .strip[data-id="1821f0"] .testimonial-card {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="1821f0"] section {
    padding: 80px 0;
  }
  .strip[data-id="1821f0"] .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .strip[data-id="1821f0"] .testimonial-card {
    flex: 0 0 100%;
  }
  .strip[data-id="1821f0"] .slider-controls {
    margin-top: 40px;
  }
  .strip[data-id="1821f0"] .arrow {
    display: none;
  }
}@charset "UTF-8";
.strip[data-id="594e09"] {
  --section-id: "594e09";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/594e09";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/594e09";
}
.strip[data-id="594e09"] .orchid-care-guide {
  background-color: #F9F9F7;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  line-height: 1.7;
}
.strip[data-id="594e09"] .guide-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px;
}
.strip[data-id="594e09"] .main-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #3A4A1C;
  text-align: center;
  margin-bottom: 90px;
}
.strip[data-id="594e09"] .step-row {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 40px;
}
.strip[data-id="594e09"] .image-column {
  flex: 1;
}
.strip[data-id="594e09"] .img-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.strip[data-id="594e09"] .img-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.strip[data-id="594e09"] .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.strip[data-id="594e09"] .text-column {
  flex: 1;
  position: relative;
}
.strip[data-id="594e09"] .step-header {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="594e09"] .step-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: #A69568;
  opacity: 0.15;
  position: absolute;
  left: -30px;
  top: -40px;
  z-index: 0;
}
.strip[data-id="594e09"] .text-column h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #3A4A1C;
  margin: 0;
  position: relative;
  z-index: 1;
}
.strip[data-id="594e09"] .step-body {
  position: relative;
  z-index: 1;
  font-size: 17px;
}
.strip[data-id="594e09"] .step-body p {
  margin-bottom: 20px;
}
.strip[data-id="594e09"] .step-body strong {
  color: #3A4A1C;
}
.strip[data-id="594e09"] .decorative-line-wrapper {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.strip[data-id="594e09"] .line {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #A69568, transparent);
  opacity: 0.4;
}
.strip[data-id="594e09"] .icon-box {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(74, 93, 35, 0.1);
  border-radius: 50%;
  flex-shrink: 0;
}
.strip[data-id="594e09"] .water-drop {
  width: 24px;
  height: 24px;
}
.strip[data-id="594e09"] .warning-column {
  flex: 1;
}
.strip[data-id="594e09"] .warning-card {
  background-color: #928359; /* Ztmaveno pro lepší kontrast s bílým textem */
  color: #FFFFFF;
  padding: 45px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(146, 131, 89, 0.25);
  transition: transform 0.3s ease;
}
.strip[data-id="594e09"] .warning-card:hover {
  transform: scale(1.02);
}
.strip[data-id="594e09"] .warning-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.strip[data-id="594e09"] .warning-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .strip[data-id="594e09"] .orchid-care-guide {
    padding: 60px 0;
  }
  .strip[data-id="594e09"] .step-row {
    flex-direction: column !important;
    gap: 40px;
    text-align: center;
    margin-bottom: 30px;
  }
  .strip[data-id="594e09"] .step-row.second-row {
    flex-direction: column-reverse !important;
  }
  .strip[data-id="594e09"] .step-header {
    justify-content: center;
    margin-bottom: 15px;
  }
  .strip[data-id="594e09"] .step-number {
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    font-size: 60px;
  }
  .strip[data-id="594e09"] .main-title {
    font-size: 34px;
    margin-bottom: 60px;
  }
  .strip[data-id="594e09"] .warning-column {
    width: 100%;
  }
  .strip[data-id="594e09"] .decorative-line-wrapper {
    margin: 30px 0;
  }
  .strip[data-id="594e09"] .line {
    height: 40px;
  }
}.strip[data-id="5a5d02"] {
  --section-id: "5a5d02";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/5a5d02";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/5a5d02";
}
.strip[data-id="5a5d02"] .legal-info-section {
  background-color: hsl(33, 50%, 96%);
  padding: 60px 20px;
  width: 100%;
  display: block;
}
.strip[data-id="5a5d02"] .legal-container {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px dotted #c2b280;
  border-bottom: 1px dotted #c2b280;
  padding: 40px 0;
}
.strip[data-id="5a5d02"] .legal-info-block {
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="5a5d02"] .legal-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.strip[data-id="5a5d02"] .legal-header i {
  color: #8a9a5b;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.strip[data-id="5a5d02"] .legal-info-block:hover .legal-header i {
  transform: scale(1.1);
}
.strip[data-id="5a5d02"] .legal-header h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #8a9a5b;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.strip[data-id="5a5d02"] .legal-content {
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.7;
}
.strip[data-id="5a5d02"] .legal-content p {
  margin-bottom: 15px;
}
.strip[data-id="5a5d02"] .legal-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .strip[data-id="5a5d02"] .legal-info-section {
    padding: 40px 15px;
  }
  .strip[data-id="5a5d02"] .legal-container {
    padding: 30px 0;
  }
  .strip[data-id="5a5d02"] .legal-header {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id="5a5d02"] .legal-content {
    text-align: center;
  }
}.strip[data-id="53be72"] {
  --section-id: "53be72";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/53be72";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/53be72";
}
.strip[data-id="53be72"] section {
  padding: 100px 20px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="53be72"] .blob-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  z-index: 1;
  pointer-events: none;
}
.strip[data-id="53be72"] .blob-background svg {
  width: 100%;
  height: 100%;
  fill: #fdfaf0;
  opacity: 0.8;
}
.strip[data-id="53be72"] .flower-decoration {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 150px;
  height: 150px;
  opacity: 0.1;
  z-index: 1;
  transform: rotate(-15deg);
}
.strip[data-id="53be72"] .container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.strip[data-id="53be72"] .content-left {
  flex: 1.2;
}
.strip[data-id="53be72"] .content-left h2 {
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #2c3e50;
  font-weight: 700;
}
.strip[data-id="53be72"] .content-left p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 15px;
}
.strip[data-id="53be72"] .highlight-box {
  background-color: rgba(194, 154, 91, 0.1);
  border-left: 4px solid #c29a5b;
  padding: 15px 25px;
  margin: 25px 0;
  border-radius: 0 8px 8px 0;
}
.strip[data-id="53be72"] .highlight-text {
  display: block;
  font-weight: 700;
  color: #a67c3d;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="53be72"] .actions-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 340px;
  flex: 0.8;
}
.strip[data-id="53be72"] .action-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 22px 30px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  text-decoration: none;
  color: #333333;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.strip[data-id="53be72"] .action-btn svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.strip[data-id="53be72"] .messenger-btn svg path {
  fill: #0084FF;
}
.strip[data-id="53be72"] .email-btn svg path {
  fill: #ea4335;
}
.strip[data-id="53be72"] .action-btn:hover {
  background-color: #4a5d23;
  color: #ffffff;
  border-color: #4a5d23;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(74, 93, 35, 0.2);
}
.strip[data-id="53be72"] .action-btn:hover svg path {
  fill: #ffffff !important;
}
@media (max-width: 1024px) {
  .strip[data-id="53be72"] .container {
    gap: 40px;
  }
  .strip[data-id="53be72"] .content-left h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id="53be72"] section {
    padding: 80px 20px;
  }
  .strip[data-id="53be72"] .container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="53be72"] .highlight-box {
    border-left: none;
    border-top: 4px solid #c29a5b;
    border-radius: 8px;
  }
  .strip[data-id="53be72"] .actions-right {
    width: 100%;
    max-width: 450px;
    min-width: unset;
  }
  .strip[data-id="53be72"] .action-btn {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id="53be72"] .content-left h2 {
    font-size: 2rem;
  }
  .strip[data-id="53be72"] .highlight-text {
    font-size: 1.2rem;
  }
  .strip[data-id="53be72"] .action-btn {
    padding: 18px 20px;
    font-size: 1rem;
  }
}.strip[data-id="65a8dc"] {
  --section-id: "65a8dc";
  --storage-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/65a8dc";
  --public-url: "https://preview-zygo-cz-20260506-02.praweb.cz/_section/65a8dc";
  /* Newsletter Refinement */
  /* Selector Refinement */
  /* Social Icons */
  /* Bottom Bar */
}
.strip[data-id="65a8dc"] section {
  background-color: #2d3615; /* HSL 81, 45%, 20% approx */
  color: rgba(255, 255, 255, 0.85);
  font-family: "Montserrat", sans-serif;
  padding: 80px 20px 40px;
  font-size: 14px;
  line-height: 1.6;
}
.strip[data-id="65a8dc"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="65a8dc"] .footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id="65a8dc"] .footer-col h3 {
  color: #c29b6d;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="65a8dc"] .footer-col p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.strip[data-id="65a8dc"] .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="65a8dc"] .footer-col ul li {
  margin-bottom: 12px;
}
.strip[data-id="65a8dc"] .footer-col a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.strip[data-id="65a8dc"] .footer-col a:hover {
  color: #c29b6d;
  transform: translateX(5px);
}
.strip[data-id="65a8dc"] .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id="65a8dc"] .newsletter-form input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 18px;
  color: white;
  font-family: "Montserrat", sans-serif;
  outline: none;
  transition: all 0.3s ease;
}
.strip[data-id="65a8dc"] .newsletter-form input:focus {
  border-color: #c29b6d;
  background: rgba(255, 255, 255, 0.08);
}
.strip[data-id="65a8dc"] .newsletter-form button {
  background-color: #c29b6d;
  color: #2d3615;
  border: none;
  padding: 14px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.strip[data-id="65a8dc"] .newsletter-form button:hover {
  background-color: #d4ae81;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.strip[data-id="65a8dc"] .country-selector {
  margin-bottom: 30px;
}
.strip[data-id="65a8dc"] .selector-trigger {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id="65a8dc"] .selector-trigger:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}
.strip[data-id="65a8dc"] .selector-trigger img {
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.strip[data-id="65a8dc"] .social-links {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.strip[data-id="65a8dc"] .social-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.strip[data-id="65a8dc"] .social-icon:hover {
  background-color: #c29b6d;
  border-color: #c29b6d;
  color: #2d3615;
  transform: translateY(-3px);
}
.strip[data-id="65a8dc"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id="65a8dc"] .copyright-text {
  opacity: 0.5;
  font-size: 12px;
}
.strip[data-id="65a8dc"] .payment-icons {
  display: flex;
  gap: 10px;
  opacity: 0.7;
}
.strip[data-id="65a8dc"] .payment-icons i {
  font-size: 24px;
}
@media (max-width: 992px) {
  .strip[data-id="65a8dc"] .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="65a8dc"] section {
    padding: 60px 20px 30px;
    text-align: center;
  }
  .strip[data-id="65a8dc"] .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  .strip[data-id="65a8dc"] .footer-col.newsletter {
    order: -1;
  }
  .strip[data-id="65a8dc"] .newsletter-form {
    align-items: center;
  }
  .strip[data-id="65a8dc"] .newsletter-form input,
  .strip[data-id="65a8dc"] .newsletter-form button {
    width: 100%;
    max-width: 100%;
  }
  .strip[data-id="65a8dc"] .selector-trigger {
    justify-content: center;
    gap: 12px;
  }
  .strip[data-id="65a8dc"] .social-links {
    justify-content: center;
  }
  .strip[data-id="65a8dc"] .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="65a8dc"] .footer-col a:hover {
    transform: none;
  }
}