/** Shopify CDN: Minification failed

Line 288:0 All "@import" rules must come first

**/
/* Section Three Nas Styles */
.section-three-nas {
  background-color: #000;
  padding: 30px 0;
  color: white;
}

.section-three-nas .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Desktop Layout */
.desktop-layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.left-content {
  flex: 1;
  max-width: 50%;
  margin-left: -40px;
}

.title-and-icon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  color: white;
}

.icon-image {
  width: 90px;
  height: auto;
  flex-shrink: 0;
}

.section-text {
  font-family: 'Forum', serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: white;
  white-space: pre-line;
  text-align: justify;
}

.section-button {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: fit-content;
}

.section-button:hover {
  opacity: 0.8;
}

.section-button img {
  max-width: 160px;
  height: auto;
}

.right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main-image {
  width: 110% !important;
  max-width: 120% !important;
  height: 125% !important;
  margin-top: 80px;
  margin-left: 80px;
  margin-bottom: 20px;
}

.italic-sentence {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  color: white;
  margin: 0;
  text-align: left;
}

/* Mobile Layout - Hidden by default */
.mobile-layout {
  display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .section-three-nas {
    background-color: white;
    color: black;
    padding: 40px 0 0 0;
  }

  .section-three-nas .container {
    padding: 0;
  }

  .desktop-layout {
    display: none;
  }

  .mobile-layout {
    display: block;
    text-align: center;
  }

  .mobile-title-icon {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .section-title-mobile {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    color: black;
    text-align: left;
    align-self: flex-start;
  }

  .icon-image-mobile {
    width: 60px;
    height: auto;
    align-self: flex-start;
    animation: spinVertical 3s infinite;
    transform-style: preserve-3d;
  }

  .section-text-mobile {
    font-family: 'Forum', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    color: black;
    text-align: justify;
    white-space: pre-line;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    padding: 0 20px;
  }

  .italic-sentence-mobile {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 1.4;
    color: black;
    margin: 0 0 30px 0;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
  }

  .section-button-mobile {
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    overflow: hidden;
    padding: 0 20px;
  }

  .section-button-mobile:hover {
    opacity: 0.8;
  }

  .section-button-mobile img {
    max-width: 150px;
    height: auto;
  }

  .main-image-mobile {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    padding-bottom: 40px;
    background-color: black;
    margin: 0;
    transform: scale(0);
    animation: zoomIn 1s ease-out forwards;
  }

  .section-title-text {
    display: block;
    clip-path: inset(0 100% 0 0);
    animation: slideInFromLeftClip 2s ease-in-out 0.2s forwards;
  }

  .italic-sentence-text {
    display: block;
    clip-path: inset(0 100% 0 0);
    animation: slideInFromLeftClip 2s ease-in-out 1.5s forwards;
  }

  .button-text {
    display: block;
    clip-path: inset(0 100% 0 0);
    animation: slideInFromLeftClip 2s ease-in-out 2s forwards;
  }

  @keyframes slideInFromLeftClip {
    0% {
      clip-path: inset(0 100% 0 0);
    }
    100% {
      clip-path: inset(0 0% 0 0);
    }
  }

  @keyframes spinVertical {
    0% {
      transform: rotateY(0deg);
    }
    33.33% {
      transform: rotateY(0deg);
    }
    66.66% {
      transform: rotateY(360deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes zoomIn {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
}

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Forum:wght@400&display=swap');