/** Shopify CDN: Minification failed

Line 682:0 Unexpected "}"
Line 1957:0 All "@import" rules must come first

**/
/* Niidor Custom Homepage Styles */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');



/* Main element - desktop background */
#main.main {
  background: transparent;
}

/* Story section - desktop background */
.story-section,
.section[data-section-type="image-with-text"],
[id*="story_section"],
[id*="story"] {
  background: transparent;
}

/* Video fullwidth section - desktop background */
.video-fullwidth,
.section[data-section-type="video-fullwidth"],
[id*="video_fullwidth"],
#shopify-section-video_fullwidth {
  background: transparent;
}

/* Global section spacing removed */

/* Mobile section spacing */
@media (max-width: 768px) {
  /* Main element striped background - mobile only - DISABLED */
  #main.main {
    background: transparent !important;
    min-height: 100vh !important;
  }
  
  /* Story section striped background - mobile only - DISABLED */
  .story-section,
  .section[data-section-type="image-with-text"],
  [id*="story_section"],
  [id*="story"],
  #shopify-section-story_section,
  .shopify-section[id*="story"],
  .image-with-text {
    background: transparent !important;
  }
  
  /* Specific override for shopify sections with story in ID - DISABLED */
  [id*="shopify-section"][id*="story"] .image-with-text,
  [id*="shopify-section"][id*="story"] .image-with-text__inner,
  #shopify-section-story_section .image-with-text,
  #shopify-section-story_section .image-with-text__inner {
    background: transparent !important;
  }
  
  /* Force story section background class for JavaScript targeting - DISABLED */
  .mobile-story-background {
    background: transparent !important;
  }
  
  /* Force video fullwidth background class for JavaScript targeting */
  .mobile-video-background {
    background: #FFFFF2 !important;
    padding-top: 20px !important;
  }
  
  /* Force social media gallery spacing class for JavaScript targeting */
  .mobile-social-gallery-spacing {
    padding-top: 0 !important;
  }
  
  /* Video fullwidth section independent background - mobile only */
  .video-fullwidth,
  .section[data-section-type="video-fullwidth"],
  [id*="video_fullwidth"],
  #shopify-section-video_fullwidth {
    background: #FFFFF2 !important;
    padding-top: 20px !important;
  }
  
  /* Section 间距样式已删除，改用间距div控制 */
  
  /* Mobile section spacing optimization */
  @media (max-width: 768px) {
    /* Section 间距样式已删除，改用间距div控制 */
    
  }
  
  /* Hot collection template specific mobile spacing */
  /* .template-collection--hot .slideshow margin-bottom 已删除，使用间距div控制 */
  
  /* .template-collection--hot .slideshow + .shopify-section margin-top 已删除，使用间距div控制 */
  
  .section__inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Slideshow fixed height - 700px */
.slideshow {
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
}

.slideshow__inner {
  height: 700px !important;
  min-height: 700px !important;
}

.slideshow-slide {
  height: 700px !important;
  min-height: 700px !important;
}

.slideshow-slide__inner {
  height: 700px !important;
  min-height: 700px !important;
}

.slideshow-slide__image-container {
  height: 700px !important;
  min-height: 700px !important;
}

.slideshow-slide__image {
  height: 700px !important;
  min-height: 700px !important;
  object-fit: cover !important;
}

.slideshow-slide__image img {
  height: 700px !important;
  min-height: 700px !important;
  object-fit: cover !important;
  width: 100% !important;
}

/* ============================================
   MOBILE-ONLY STYLES - 移动端专用样式
   ============================================ */

/* Mobile slideshow optimization */
@media (max-width: 768px) {
  /* Slideshow height - taller for mobile viewing */
  .slideshow,
  .slideshow__inner,
  .slideshow-slide,
  .slideshow-slide__inner,
  .slideshow-slide__image-container,
  .slideshow-slide__image {
    height: 600px !important;
    min-height: 600px !important;
  }
  
  .slideshow-slide__image img {
    height: 600px !important;
    min-height: 600px !important;
    object-fit: cover !important;
  }
  
  /* Mobile slideshow text content optimization */
  .slideshow-slide__text-content {
    padding: 20px !important;
    bottom: 40px !important;
    max-width: calc(100% - 40px) !important;
  }
  
  .slideshow-slide__heading {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }
  
  .slideshow-slide__subheading {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
  }
  
  .slideshow-slide__text {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
  }
  
  /* Mobile slideshow buttons */
  .slideshow-slide__buttons {
    gap: 12px !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  
  .slideshow-slide__button {
    width: 100% !important;
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 12px 24px !important;
  }
  
  /* Mobile slideshow navigation */
  .slideshow__navigation {
    bottom: 20px !important;
  }
  
  .slideshow__navigation-dots {
    gap: 8px !important;
  }
  
  .slideshow__navigation-dot {
    width: 8px !important;
    height: 8px !important;
  }

  /* ============================================
     MOBILE PRODUCT CATEGORIES HORIZONTAL SCROLL
     ============================================ */
  
  /* Mobile product categories - horizontal scroll with snap */
  .product-categories-grid__grid {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 20px !important;
    padding: 0 20px !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    /* Scroll snap properties */
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 20px !important;
    scroll-padding-right: 20px !important;
    /* Enhanced snap behavior for better UX */
    overscroll-behavior-x: contain !important;
  }
  
  /* Hide scrollbar for webkit browsers */
  .product-categories-grid__grid::-webkit-scrollbar {
    display: none !important;
  }
  
  /* Each category item - optimized for mobile snap scrolling */
  .product-categories-grid__item {
    flex: 0 0 calc(66.67vw - 40px) !important; /* 显示一个完整卡片加半个卡片 */
    width: calc(66.67vw - 40px) !important;
    min-width: calc(66.67vw - 40px) !important;
    max-width: 280px !important;
    /* Scroll snap alignment */
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }
  
  /* Ensure image wrapper maintains aspect ratio */
  .product-categories-grid__image-wrapper {
    border-radius: 16px !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  /* ============================================
     MOBILE ADVANTAGE VIDEO SECTION HIDE
     ============================================ */
  
  /* Hide advantage video section on mobile */
  .advantage-video-section,
  [data-section-type="slideshow"][data-section-id*="advantage"],
  #shopify-section-advantage_video_section {
    display: none !important;
  }

  /* Mobile dressing scenes - horizontal scroll */
  .dressing-scenes__grid {
    display: flex !important;
    overflow-x: auto !important;
    gap: 16px !important;
    padding: 0 20px !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  
  .dressing-scenes__grid::-webkit-scrollbar {
    display: none !important;
  }
  
  .dressing-scenes__item {
    flex: 0 0 280px !important;
    width: 280px !important;
  }
  
  .dressing-scenes__image-wrapper {
    border-radius: 16px !important;
    overflow: hidden !important;
    aspect-ratio: 574/718 !important;
    height: auto !important;
  }
  
  .dressing-scenes__overlay {
    padding: 20px !important;
    background: transparent !important;
  }
  
  .dressing-scenes__content {
    text-align: center !important;
  }
  
  .dressing-scenes__title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
    color: white !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
  }
  
  .dressing-scenes__text {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: white !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
  }
  
  .dressing-scenes__text p {
    margin: 0 !important;
    font-size: 14px !important;
    color: white !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
  }
  
  /* Mobile social media gallery - remove top padding and horizontal scroll */
  .social-media-gallery,
  .section[data-section-type="social-media-gallery"] {
    padding-top: 0 !important;
  }
  
  .social-media-gallery__grid {
    display: flex !important;
    overflow-x: auto !important;
    gap: 12px !important;
    padding: 0 20px !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  
  .social-media-gallery__grid::-webkit-scrollbar {
    display: none !important;
  }
  
  .social-media-gallery__item {
    flex: 0 0 200px !important;
    width: 200px !important;
  }
  
  .social-media-gallery__image-wrapper {
    border-radius: 12px !important;
    overflow: hidden !important;
    aspect-ratio: 1 !important;
    height: auto !important;
  }
  
    /* Mobile story section optimization */
  .image-with-text {
    flex-direction: column !important;
    gap: 24px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .image-with-text__image {
    width: 100% !important;
    max-width: 100% !important;
  }

  .image-with-text__content {
    padding: 0 1rem !important;
    text-align: left !important;
  }

  /* Our Story section headers - fix mobile positioning */
  .image-with-text .section__header,
  .image-with-text__heading,
  .image-with-text__text-container-heading {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 0 16px 0 !important;
    padding: 0 20px !important;
    text-align: left !important;
    width: auto !important;
  }
  
  /* Ensure Our Story section containers have proper layout */
  .image-with-text .section__header,
  .image-with-text__text-container {
    position: relative !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  
  .image-with-text__heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
  }
  
  .image-with-text__subheading {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin: 8px 0 16px 0 !important;
    padding: 0 20px !important;
    position: relative !important;
  }
  
  .image-with-text__text {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 16px 0 20px 0 !important;
    padding: 0 20px !important;
    position: relative !important;
  }
  
  .image-with-text__text p {
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }
  
  .image-with-text__button {
    width: 100% !important;
    max-width: 280px !important;
    margin: 20px auto 0 auto !important;
    min-height: 48px !important;
    font-size: 16px !important;
    position: relative !important;
  }
  
  /* Old full-width-banner styles removed - now using reason-banner */
  
  /* Hide footer on mobile */
  .footer,
  .section[data-section-type="footer"] {
    height: 100px !important;
    min-height: 100px !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
  
  .footer .footer__inner,
  .section[data-section-type="footer"] .footer__inner {
    display: none !important;
  }
}
  
  /* Mobile brand logos optimization */
  .brand-logos__grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    padding: 0 !important;
  }
  
  .brand-logos__item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 80px !important;
  }
  
  .brand-logos__image {
    max-height: 60px !important;
    width: auto !important;
  }
  
  .brand-logos__logo,
  .brand-logos__logo-wrapper {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  
  /* Mobile video section optimization */
  /* .video-fullwidth margin-bottom 已删除，使用间距div控制 */
  
  .video-fullwidth__video {
    border-radius: 0 !important;
  }
  
  /* Mobile-only text content below video - only show on mobile */
  .video-fullwidth__mobile-content {
    display: block !important;
    padding: 40px 20px 0 20px !important;
    text-align: center !important;
  }
  
  .video-fullwidth__mobile-inner {
    max-width: 400px !important;
    margin: 0 auto !important;
  }
  
  .video-fullwidth__mobile-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    color: #1D1D1F !important;
    margin-bottom: 16px !important;
    font-family: 'DINPro', sans-serif !important;
  }
  
  .video-fullwidth__mobile-text {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #666666 !important;
    margin: 0 !important;
    font-family: 'DINPro', sans-serif !important;
  }
  
  /* Story section - reduce top spacing on mobile */
  .section[data-section-type=\"image-with-text\"] {
    margin-top: -100px !important;
  }
  
  /* Alternative selector for story section */
  [id*=\"story_section\"] {
    margin-top: -100px !important;
  }
  
  /* Mobile general typography improvements */
  h1, .fs-heading-1-base {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  
  h2, .fs-heading-2-base {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
  
  h3, .fs-heading-3-base {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  
  h4, .fs-heading-4-base {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
  
  .fs-heading-display-1 {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }
  
  .fs-heading-display-2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  
  .fs-body-100, 
  .fs-body-200 {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  
  /* Mobile button optimizations */
  .btn--primary,
  .btn--secondary {
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
  }
  
  /* Mobile-specific spacing and layout */
  .section__header,
  .dressing-scenes .section__header,
  .social-media-gallery .section__header,
  .featured-blogs-news .section__header,
  .customer-services .section__header {
    margin-bottom: 24px !important;
    text-align: left !important;
    position: relative !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: auto !important; /* 移动端不需要固定高度 */
  }
  
  /* 统一所有section标题的左边距 - 简化版本 */
  .section__header h1,
  .section__header h2,
  .section__header h3,
  .section__header h4,
  .section__header h5,
  .section__header h6,
  .dressing-scenes .section__header h1,
  .dressing-scenes .section__header h2,
  .dressing-scenes .section__header h3,
  .social-media-gallery .section__header h1,
  .social-media-gallery .section__header h2,
  .social-media-gallery .section__header h3,
  .featured-blogs-news .section__header h1,
  .featured-blogs-news .section__header h2,
  .featured-blogs-news .section__header h3,
  .customer-services .section__header h1,
  .customer-services .section__header h2,
  .customer-services .section__header h3 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 0 16px 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    text-align: left !important;
  }
  
  /* 确保section_title类保持一致的样式 */
  .section__header .section_title {
    position: relative !important;
    left: auto !important;
    margin: 0 0 16px 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    top: auto !important;
    text-align: left !important;
  }
  
  .section__subheading {
    font-size: 14px !important;
    line-height: 1.5 !important;
    opacity: 0.8 !important;
  }
  
  /* Mobile navigation improvements */
  .header__space {
    height: 70px !important;
  }
  
  /* Mobile-specific touch targets - 排除 slideshow navigation 和 FAQ navigation 中的按钮 */
  button:not(.slideshow-navigation button):not(.faq-nav-dot),
  .btn:not(.slideshow-navigation .btn):not(.faq-nav-dot),
  a[role="button"]:not(.slideshow-navigation a[role="button"]):not(.faq-nav-dot) {
    min-height: 44px !important;
    min-width: 44px !important;
  }
  
  /* 确保 slideshow navigation 中的按钮不受最小尺寸限制 */
  .slideshow-navigation button,
  .slideshow-navigation .btn,
  .slideshow-navigation a[role="button"] {
    min-height: unset !important;
    min-width: unset !important;
  }
  
  /* Mobile-specific animations - reduce motion for performance */
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
}

/* ============================================
   DESKTOP PROTECTION - 保护桌面端样式
   ============================================ */

/* Ensure desktop styles remain unchanged */
@media (min-width: 769px) {
  /* Restore original slideshow height for desktop */
  .slideshow,
  .slideshow__inner,
  .slideshow-slide,
  .slideshow-slide__inner,
  .slideshow-slide__image-container,
  .slideshow-slide__image {
    height: 700px !important;
    min-height: 700px !important;
  }
  
  .slideshow-slide__image img {
    height: 700px !important;
    min-height: 700px !important;
  }
  
  /* Desktop section spacing removed */
  
  /* Desktop font sizes - keep original */
  .section[data-section-type="rich-text"] .rich-text__heading,
  .section[data-section-type="rich-text"] .rich-text__text,
  .section[data-section-type="rich-text"] h2,
  .section[data-section-type="rich-text"] h3,
  .section[data-section-type="rich-text"] p {
    font-size: 48px !important;
  }
  
  /* ============================================
     DESKTOP PRODUCT CATEGORIES GRID RESTORE
     ============================================ */
  
  /* Restore desktop grid layout */
  .product-categories-grid__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-behavior: auto !important;
  }
  
  /* Restore desktop item layout */
  .product-categories-grid__item {
    flex: initial !important;
    width: 100% !important;
    min-width: initial !important;
  }
  
  /* Restore desktop image wrapper */
  .product-categories-grid__image-wrapper {
    border-radius: 24px !important;
  }
  
  /* ============================================
     DESKTOP ADVANTAGE VIDEO SECTION SHOW
     ============================================ */
  
  /* Ensure advantage video section is visible on desktop */
  .advantage-video-section,
  [data-section-type="slideshow"][data-section-id*="advantage"],
  #shopify-section-advantage_video_section {
    display: block !important;
  }
  
  
  
  /* Hide mobile video text content on desktop */
  .video-fullwidth__mobile-content {
    display: none !important;
  }

  /* Desktop customer services protection - restore original layout */
  /* .customer-services padding-bottom 已删除，使用间距div控制 */

  .customer-services__track {
    display: initial !important;
    flex-wrap: initial !important;
    justify-content: initial !important;
    gap: initial !important;
    padding: initial !important;
    overflow: initial !important;
  }

  .customer-services__item {
    max-width: initial !important;
    min-width: initial !important;
    flex: initial !important;
    padding: initial !important;
    text-align: initial !important;
    border-radius: initial !important;
  }

  .customer-services__icon,
  .customer-services__icon-wrapper {
    width: initial !important;
    height: initial !important;
    margin: initial !important;
  }

  .customer-services__title {
    font-size: initial !important;
    line-height: initial !important;
    margin-bottom: initial !important;
    font-weight: initial !important;
    display: initial !important;
    visibility: initial !important;
  }

  .customer-services__description {
    display: initial !important;
  }
  
  /* PC端专用 - shopify-section间距样式已删除，改用间距div控制 */
  
  /* Restore desktop dressing scenes grid */
  .dressing-scenes__grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow-x: visible !important;
    padding: 0 !important;
  }
  
  .dressing-scenes__item {
    flex: none !important;
    width: auto !important;
  }
  
  /* Restore desktop social media gallery grid */
  .social-media-gallery__grid {
    display: grid !important;
    overflow-x: visible !important;
    padding: 0 !important;
  }
  
  .social-media-gallery__item {
    flex: none !important;
    width: auto !important;
  }
}


/* Mobile rich text optimization - 移动到index.css中管理 */
@media (max-width: 768px) {
  /* Mobile customer services optimization - single row, compact, centered */
  /* .customer-services padding-bottom 已删除，使用间距div控制 */
  
  .customer-services__track {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 0 2vw !important;
    overflow: visible !important;
  }
  
  .customer-services__item {
    max-width: 65px !important;
    min-width: 55px !important;
    flex: 0 0 auto !important;
    padding: 6px 2px !important;
    text-align: center !important;
    border-radius: 8px !important;
  }
  
  .customer-services__icon,
  .customer-services__icon-wrapper {
    width: 28px !important;
    height: 28px !important;
    margin: 0 auto 6px !important;
  }
  
  .customer-services__title {
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    display: block !important;
    visibility: visible !important;
  }
  
  .customer-services__description {
    display: none !important;
  }
  
  .section[data-section-type="rich-text"] .rich-text__inner {
    padding: 1rem 0 0.5rem !important;
  }
}

/* ============================================
   DESKTOP SECTION TITLE ALIGNMENT - 桌面端标题对齐
   ============================================ */

/* 桌面端统一section标题左边距 */
@media (min-width: 769px) {
  .section__header,
  .dressing-scenes .section__header,
  .social-media-gallery .section__header,
  .featured-blogs-news .section__header,
  .customer-services .section__header {
    text-align: left !important;
    position: relative !important;
    margin-bottom: 32px !important;
  }
  
  .section__header h1,
  .section__header h2,
  .section__header h3,
  .section__header h4,
  .section__header h5,
  .section__header h6,
  .dressing-scenes .section__header h1,
  .dressing-scenes .section__header h2,
  .dressing-scenes .section__header h3,
  .social-media-gallery .section__header h1,
  .social-media-gallery .section__header h2,
  .social-media-gallery .section__header h3,
  .featured-blogs-news .section__header h1,
  .featured-blogs-news .section__header h2,
  .featured-blogs-news .section__header h3,
  .customer-services .section__header h1,
  .customer-services .section__header h2,
  .customer-services .section__header h3 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 0 24px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    text-align: left !important;
  }
  
  /* 确保section_title类在桌面端保持一致 */
  .section__header .section_title {
    position: relative !important;
    left: auto !important;
    margin: 0 0 24px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    top: auto !important;
    text-align: left !important;
  }
  
  /* PC端h1、h2、section_title和product-reviews__title字体大小设置为48px */
  h1, .fs-heading-1-base,
  h2, .fs-heading-2-base,
  .section_title,
  .product-reviews__title {
    font-size: 48px !important;
  }
}

/* Animation when in view */
.section[data-section-type="rich-text"].in-view .rich-text__heading,
.section[data-section-type="rich-text"].in-view .rich-text__text,
.section[data-section-type="rich-text"].in-view h2,
.section[data-section-type="rich-text"].in-view h3,
.section[data-section-type="rich-text"].in-view p {
  filter: blur(0px) !important;
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

/* Fallback: animate on hover if JS doesn't work */
.section[data-section-type="rich-text"]:hover .rich-text__heading,
.section[data-section-type="rich-text"]:hover .rich-text__text,
.section[data-section-type="rich-text"]:hover h2,
.section[data-section-type="rich-text"]:hover h3,
.section[data-section-type="rich-text"]:hover p {
  filter: blur(0px) !important;
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

/* Gradient text effect for rich-text section - force with class */
.rich-text-gradient,
.section[data-section-type="rich-text"] .rich-text__heading,
.section[data-section-type="rich-text"] .rich-text__text,
.section[data-section-type="rich-text"] h2,
.section[data-section-type="rich-text"] h3,
.section[data-section-type="rich-text"] p,
.rich-text .rich-text__heading,
.rich-text h2,
.rich-text h3,
.rich-text .rich-text__text p {
  background: linear-gradient(150deg, #E6940A 0%, #FFFC41 50%, #FEFCDB 100%) !important;
  background: -webkit-linear-gradient(150deg, #E6940A 0%, #FFFC41 50%, #FEFCDB 100%) !important;
  background: -moz-linear-gradient(150deg, #E6940A 0%, #FFFC41 50%, #FEFCDB 100%) !important;
  background-size: 100% 100% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -moz-background-clip: text !important;
  -moz-text-fill-color: transparent !important;
  background-clip: text !important;
  
  /* Force display and remove any interfering styles */
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: transparent !important;
  text-shadow: none !important;
  position: relative !important;
}

/* Fallback for browsers that don't support background-clip: text */
@supports not (-webkit-background-clip: text) {
  .section[data-section-type="rich-text"] .rich-text__heading,
  .section[data-section-type="rich-text"] h2,
  .section[data-section-type="rich-text"] h3,
  .section[data-section-type="rich-text"] p {
    color: #FFFC41 !important;
    background: none !important;
  }
}

.section[data-section-type="rich-text"] .rich-text__inner {
  padding: 2rem 0 0.75rem !important;
  max-width: none !important;
}

.section[data-section-type="rich-text"] .rich-text__text p {
  font-size: 48px !important;
}

/* Brand Colors */
:root {
  --niidor-yellow: #FFFC41;
  --niidor-yellow-light: #FFFEB6;
  --niidor-yellow-dark: #F6B10B;
  --niidor-orange: #FF9708;
  --niidor-text-dark: #1D1D1F;
  --niidor-gray-light: #EEEEEE;
}

/* Gradient Text Effects */
.hero-gradient-text {
  background: linear-gradient(135deg, 
    #FFFD82 8%, 
    #FFFC41 49%, 
    #F6B10B 57%, 
    #FF9708 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

/* Hand-written "longs!" text style - apply to all p tags containing "longs" */
p[class*="longs"], 
p:has(> span:contains("longs")),
.hero-longs,
.longs-text {
  font-family: 'Kaushan Script', cursive !important;
  background: linear-gradient(180deg, 
    #FFFC41 0%, 
    #FFF340 34%, 
    #FFD23D 39%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important;
  transform: rotate(-15deg) !important;
  display: inline-block !important;
  font-size: 4rem !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

/* Additional catch-all rule for longs text using JavaScript */
.niidor-longs-style {
  font-family: 'Kaushan Script', cursive !important;
  background: linear-gradient(180deg, 
    #FFFC41 0%, 
    #FFF340 34%, 
    #FFD23D 39%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important;
  transform: rotate(-15deg) !important;
  display: inline-block !important;
  font-size: 4rem !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

/* Hero Slideshow Styles */
.slideshow,
section[data-section-type="slideshow"] {
  position: relative;
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
  overflow: hidden;
  /* Fix slideshow blur issues */
  transform: translateZ(0) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.slideshow__slide,
.slideshow .slideshow__slide {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,254,182,0.2) 100%);
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
  display: flex;
  align-items: center;
}

.slideshow__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}

.slideshow__text {
  text-align: left;
  max-width: 600px;
  margin-left: 20%;
  padding-right: 2rem;
}

.slideshow__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--niidor-text-dark);
  line-height: 1.2;
  text-align: left;
  word-wrap: break-word;
  hyphens: auto;
}

.slideshow__title .longs-highlight {
  font-family: 'Kaushan Script', cursive;
  background: linear-gradient(180deg, 
    #FFFC41 0%, 
    #FFF340 34%, 
    #FFD23D 39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: rotate(-5deg);
  display: inline-block;
  position: relative;
  top: -0.2em;
}

.slideshow__subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #666;
  line-height: 1.4;
  text-align: left;
  word-wrap: break-word;
}

.slideshow__button {
  background-color: var(--niidor-yellow);
  color: var(--niidor-text-dark);
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-top: 0.5rem;
  text-align: center;
}

.slideshow__button:hover {
  background-color: var(--niidor-yellow-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Slideshow Navigation Dots */
.slideshow__navigation {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.slideshow__navigation-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid var(--niidor-yellow);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slideshow__navigation-dot.is-active,
.slideshow__navigation-dot:hover {
  background-color: var(--niidor-yellow);
  transform: scale(1.2);
}

/* Custom styling for slideshow dots - based on Figma design */
.slideshow-navigation__dot {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background-color: #FFFEC9 !important;
  border: none !important;
  margin: 0 0.5rem !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
  position: relative !important;
}

.slideshow-navigation__dot--active,
.slideshow-navigation__dot:hover {
  background-color: #FFFC41 !important;
  transform: scale(1.1) !important;
}

.slideshow-navigation__dot:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 252, 65, 0.3) !important;
}

/* Hide the default dot loader */
.slideshow-navigation__dot-loader {
  display: none !important;
}

/* Hide slideshow arrows - based on actual DOM structure */
.slideshow-navigation__navigation-button,
.slideshow-navigation__navigation-button--previous,
.slideshow-navigation__navigation-button--next {
  display: none !important;
  visibility: hidden !important;
}

/* Keep only dots navigation */
.slideshow-navigation__inner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.slideshow-navigation__dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.25rem; /* 减少间距 */
  background: none !important;
  background-color: transparent !important;
}

/* 让 slideshow dots 更小 */
.slideshow-navigation__dot {
  padding: 8px !important; /* 减少 padding，原来是 12px */
}

.slideshow-navigation__dot:after {
  width: 6px !important; /* 减少小点大小，原来是 8px */
  height: 6px !important;
}

.slideshow-navigation__dot.slideshow-navigation__dot--active:before {
  width: 12px !important; /* 减少激活状态外圈大小，原来是 16px */
  height: 12px !important;
}

.slideshow-navigation__dot-loader {
  width: 12px !important; /* 减少加载器大小，原来是 16px */
  height: 12px !important;
}

/* Position the navigation at the bottom */
.slideshow-navigation__inner {
  position: absolute !important;
  bottom: 2rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 10 !important;
}

/* Shopify slideshow content positioning override */
.slideshow-slide__text-container-wrapper {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  justify-content: flex-start !important;
}

/* 移动端slideshow文本容器宽度控制 - 最高优先级 */
@media (max-width: 768px) {
  .slideshow .slideshow-slide__text-container,
  .template-collection .slideshow .slideshow-slide__text-container,
  .template-page .slideshow .slideshow-slide__text-container,
  .slideshow-slide .slideshow-slide__text-container {
    width: 96% !important;
    max-width: 96% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }
  
  .slideshow .slideshow-slide__text-container *,
  .template-collection .slideshow .slideshow-slide__text-container *,
  .template-page .slideshow .slideshow-slide__text-container *,
  .slideshow-slide .slideshow-slide__text-container * {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }
}

/* 移动端slideshow标题显示在底部 - 适用于所有页面包括collection */
@media (max-width: 768px) {
  .slideshow-slide {
    --text-alignment-mobile: center !important;
    --text-horizontal-position-mobile: center !important;
    --text-vertical-position-mobile: flex-end !important;
  }
  
  .slideshow-slide__text-container-wrapper {
    display: flex !important;
    align-items: var(--text-vertical-position-mobile) !important;
    justify-content: var(--text-horizontal-position-mobile) !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 20px !important;
    z-index: 2 !important;
    height: auto !important;
  }
  
  .slideshow-slide__text-container {
    position: static !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 96% !important;
    max-width: 96% !important;
    text-align: center !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  
  /* 确保slideshow内部所有内容都居中对齐 */
  .slideshow-slide__text-container-inner {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* 所有标题和副标题居中对齐 */
  .slideshow-slide__text-container-heading,
  .slideshow-slide__text-container-subheading {
    text-align: center !important;
    width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
  }
  
  /* 按钮容器和按钮居中对齐 */
  .slideshow-slide__text-container-image-button,
  .slideshow-slide__buttons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  /* 确保按钮本身也居中 */
  .slideshow-slide__text-container-image-button .btn,
  .slideshow-slide .btn {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

.slideshow-slide__text-container {
  margin-left: max(233px, 12.5%) !important;
  width: auto !important;
  max-width: none !important;
  text-align: left !important;
  /* Fix blurry text issues */
  transform: translateZ(0) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  backface-visibility: hidden !important;
  perspective: 1000px !important;
}

.slideshow-slide__text-container-inner {
  text-align: left !important;
  /* Ensure crisp text rendering */
  transform: translateZ(0) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.slideshow-slide__text-container-heading,
.slideshow-slide__text-container-subheading {
  text-align: left !important;
  margin-bottom: 1rem !important;
  white-space: nowrap !important;
}

.slideshow-slide__text-container-heading {
  font-size: 3rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  color: #FFFC41 !important;
  margin-bottom: 1.5rem !important;
  /* Fix blurry text */
  transform: translateZ(0) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  filter: none !important;
  letter-spacing: -0.02em !important;
}

/* Kaushan Script font for "longs!" in slideshow heading */
.slideshow-slide__text-container-heading .kaushan-script {
  font-family: 'Kaushan Script', cursive !important;
  font-weight: 400 !important;
  font-size: 1.4em !important;
  letter-spacing: 0.02em !important;
  margin-left: 0.05em !important;
}

.slideshow-slide__text-container-subheading {
  font-family: 'DINPro' !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  color: var(--color-text, #2F2F2F) !important;
  line-height: 1.4 !important;
  margin-bottom: 4.5rem !important;
  /* Fix blurry text */
  transform: translateZ(0) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  filter: none !important;
  letter-spacing: 0.01em !important;
}

.button-block__button {
  justify-content: flex-start !important;
  text-align: left !important;
}

.button-block__button--justify-center,
.button-block__button--justify-mobile-center {
  justify-content: flex-start !important;
}

/* 购物车继续购物按钮居中对齐 */
.cart__continue-shopping-button.button-block__button--justify-center,
.cart__continue-shopping-button.button-block__button--justify-mobile-center {
  justify-content: center !important;
}

.slideshow-slide__text-container-image-button .btn {
  background-color: #FFFC41 !important;
  color: #161616 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 0.6rem 1.8rem !important;
  font-family: 'DINPro' !important;
  font-weight: 500 !important;
  font-size: 0.8rem !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease !important;
  /* Fix blurry button text */
  transform: translateZ(0) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  filter: none !important;
  backface-visibility: hidden !important;
  width: 140px !important;
  height: 40px !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  user-select: none !important;
}

.slideshow-slide__text-container-image-button .btn:hover {
  background-color: #FFE600 !important;
  transform: translateZ(0) translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.slideshow-slide__text-container-image-button .btn:active {
  transform: translateZ(0) translateY(0px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Apply longs styling to slideshow text */
.slideshow-slide__text-container p,
.slideshow-slide__text-container-text {
  text-align: left !important;
  /* Fix text blur */
  transform: translateZ(0) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  width: 100% !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
}

.slideshow-slide__text-container .niidor-longs-style,
.slideshow-slide__text-container p:contains("longs") {
  font-family: 'Kaushan Script', cursive !important;
  background: linear-gradient(180deg,
    #FFFC41 0%,
    #FFF340 34%,
    #FFD23D 39%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important;
  transform: translateZ(0) rotate(-15deg) !important;
  display: inline-block !important;
  font-size: 4rem !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  /* Fix gradient text blur */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  backface-visibility: hidden !important;
}

/* Sticky Heading with yellow highlight */
.sticky-heading {
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  color: var(--niidor-yellow);
  margin-bottom: 1rem;
}

.sticky-heading::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--niidor-yellow) 25%, 
    var(--niidor-yellow-light) 100%);
  border-radius: 2px;
}

/* Product Category Cards */
.product-category-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
}

.product-category-card img {
  border-radius: 24px;
}

/* Story Section Background - Desktop only */
@media (min-width: 769px) {
  .story-section {
    background: #D9D9D9;
    border-radius: 24px;
    padding: 0 2rem;
  }
}

.story-section .button {
  background-color: var(--niidor-yellow);
  color: var(--niidor-text-dark);
  border-radius: 12px;
  padding: 1rem 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  border: none;
  transition: all 0.3s ease;
}

.story-section .button:hover {
  background-color: var(--niidor-yellow-dark);
  transform: translateY(-2px);
}

/* Advantage Section */
.advantage-section {
  background: #C4C4C4;
  border-radius: 24px;
  padding: 4rem 2rem;
  margin: 2rem 0;
}

/* Dressing Scene Gallery */
.dressing-scene-item {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.dressing-scene-item img {
  border-radius: 24px;
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}

.dressing-scene-item:hover img {
  filter: brightness(1);
}

.dressing-scene-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: var(--niidor-yellow);
  padding: 2rem 1rem 1rem;
  text-align: center;
}

/* Instagram Section */
.instagram-section {
  background: linear-gradient(135deg, 
    rgba(25, 25, 25, 0.2) 0%, 
    rgba(25, 25, 25, 0.35) 100%);
  padding: 4rem 2rem;
  text-align: center;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.instagram-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
}

.instagram-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(217, 217, 217, 0.9);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.instagram-play-button:hover {
  background: #FFFFFF;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Customer Benefits Section */
.customer-benefits {
  background: var(--niidor-gray-light);
  padding: 4rem 2rem;
  text-align: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  color: var(--niidor-text-dark);
}

.benefit-item h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.75;
  margin-bottom: 0.5rem;
  color: var(--niidor-text-dark);
}

.benefit-item p {
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.75;
  color: var(--niidor-text-dark);
}

/* Star Rating Display */
.star-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 1rem 0;
}

.star-rating .star {
  width: 16px;
  height: 16px;
  color: var(--niidor-yellow);
}

/* Responsive Design */
@media (max-width: 768px) {
  .slideshow,
  section[data-section-type="slideshow"] {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
  }
  
  .slideshow__slide,
  .slideshow .slideshow__slide {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
  }
  
  .slideshow__content {
    padding: 0;
  }
  
  .slideshow__text {
    text-align: left;
    max-width: 100%;
    margin-left: 5%;
    padding-right: 5%;
  }
  
  /* Mobile slideshow specific */
  .slideshow-slide__text-container {
    margin: 0 auto !important;
    padding: 0 2% !important;
    width: 96% !important;
    max-width: 96% !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  
  .slideshow-slide__text-container-heading {
    font-size: 2rem !important;
    line-height: 1.1 !important;
    margin-bottom: 1rem !important;
  }
  
  /* Mobile Kaushan Script styling */
  .slideshow-slide__text-container-heading .kaushan-script {
    font-size: 1.4em !important;
    margin-left: 0.05em !important;
  }
  
  .slideshow-slide__text-container-subheading {
    font-size: 20px !important;
    margin-bottom: 1rem !important;
    line-height: 1.3 !important;
  }
  
  .slideshow-slide__text-container-image-button .btn {
    padding: 0.7rem 1.6rem !important;
    font-size: 0.9rem !important;
    width: 140px !important;
    height: 42px !important;
    letter-spacing: normal !important;
    border-radius: 8px !important;
  }
  
  .slideshow__title {
    font-size: 2.5rem;
  }
  
  .slideshow__subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  .slideshow__button {
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
  }
  
  .slideshow__navigation {
    bottom: 1rem;
  }
  
  .slideshow .slideshow__controls {
    bottom: 1rem;
  }
  
  .hero-longs,
  .longs-text {
    font-size: 3rem;
  }
  
  .hero-longs {
    position: static;
    transform: rotate(-15deg);
    margin: 1rem 0;
  }
  
  .sticky-heading {
    font-size: 2.5rem;
  }
  
  .story-section,
  .advantage-section {
    padding: 2rem 1rem;
    margin: 1rem 0;
  }
  
  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
  
  .benefit-item h3,
  .benefit-item p {
    font-size: 1.5rem;
  }
}

/* Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Button Styles */
.btn--niidor-primary {
  background-color: var(--niidor-yellow);
  color: var(--niidor-text-dark);
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn--niidor-primary:hover {
  background-color: var(--niidor-yellow-dark);
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.btn--niidor-secondary {
  background: transparent;
  color: var(--niidor-text-dark);
  border: 2px solid var(--niidor-yellow);
  border-radius: 12px;
  padding: 1rem 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn--niidor-secondary:hover {
  background-color: var(--niidor-yellow);
  transform: translateY(-2px);
}

/* Load Kaushan Script font */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

/* Product Features Showcase Navigation Active State */
.product-features-showcase__nav-item-wrap.is-active .product-features-showcase__nav-item::after {
    background-color: #FFFC41;
}

/* Cart Form Title */
.cart__form-title {
    color: #1D1D1F !important;
}

/* Primary Button Styling */
.btn.btn--primary,
.shopify-challenge__button {
    color: #1D1D1F !important;
}

.btn.btn--primary::before,
.shopify-challenge__button::before {
    background: #FFFC41 !important;
}

.btn.btn--primary::after,
.shopify-challenge__button::after {
    background-color: #F7E600 !important;
}

input.btn.btn--primary {
    background: #FFFC41 !important;
    color: #1D1D1F !important;
}

input.btn.btn--primary:hover:not([disabled]), 
input.btn.btn--primary:focus:not([disabled]), 
input.shopify-challenge__button:hover:not([disabled]), 
input.shopify-challenge__button:focus:not([disabled]) {
    background: #F7E600 !important;
    color: #1D1D1F !important;
}

/* Cart form item title color */
.cart__form-item-title {
    color: #1D1D1F;
}
