/* ProductLineCards - Prada style */
.ProductLineCards_section__RAqll {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
}

.ProductLineCards_grid__t\+CPF {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  gap: 1px;
  background: #e0e0e0;
}

.ProductLineCards_card__6pKWD {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 56px 32px 48px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
}

.ProductLineCards_card__6pKWD:hover {
  background-color: #fafafa;
  text-decoration: none;
  color: inherit;
}

.ProductLineCards_iconWrapper__CItPZ {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a1a1a;
  margin-bottom: 24px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.ProductLineCards_iconWrapper__CItPZ i {
  font-size: 22px;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.ProductLineCards_card__6pKWD:hover .ProductLineCards_iconWrapper__CItPZ {
  background: #1a1a1a;
}

.ProductLineCards_card__6pKWD:hover .ProductLineCards_iconWrapper__CItPZ i {
  color: #fff;
}

.ProductLineCards_label__fZWZO {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 12px;
}

.ProductLineCards_title__PCFa6 {
  font-size: 20px;
  font-weight: 300;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
}

.ProductLineCards_description__3E1zm {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 28px 0;
  flex: 1 1;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.ProductLineCards_cta__sNW7N {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  padding-bottom: 2px;
  border-bottom: 1px solid #1a1a1a;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.ProductLineCards_card__6pKWD:hover .ProductLineCards_cta__sNW7N {
  color: #BE1F48;
  border-color: #BE1F48;
}

/* Tablet */
@media (max-width: 1024px) {
  .ProductLineCards_section__RAqll {
    padding: 60px 24px;
  }

  .ProductLineCards_card__6pKWD {
    padding: 40px 24px 36px;
  }

  .ProductLineCards_title__PCFa6 {
    font-size: 18px;
  }

  .ProductLineCards_description__3E1zm {
    font-size: 14px;
  }
}

/* Mobile — fluid scaling: grid font-size in vw drives all em-based children */
@media (max-width: 767px) {
  .ProductLineCards_section__RAqll {
    padding: 24px 4px;
  }

  /* 1vw ≈ 3.75px on 375px screen → font-size clamp keeps it readable */
  .ProductLineCards_grid__t\+CPF {
    grid-template-columns: repeat(3, 1fr);
    font-size: clamp(9px, 2.8vw, 14px);
  }

  .ProductLineCards_card__6pKWD {
    padding: 1.6em 0.6em 1.3em;
  }

  .ProductLineCards_iconWrapper__CItPZ {
    width: 2.6em;
    height: 2.6em;
    margin-bottom: 0.8em;
  }

  .ProductLineCards_iconWrapper__CItPZ i {
    font-size: 1.1em;
  }

  .ProductLineCards_label__fZWZO {
    font-size: 0.85em;
    letter-spacing: 0.08em;
    margin-bottom: 0.5em;
  }

  .ProductLineCards_title__PCFa6 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }

  .ProductLineCards_description__3E1zm {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1em;
  }

  .ProductLineCards_cta__sNW7N {
    font-size: 0.9em;
    letter-spacing: 0.08em;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .ProductLineCards_card__6pKWD,
  .ProductLineCards_iconWrapper__CItPZ,
  .ProductLineCards_iconWrapper__CItPZ i,
  .ProductLineCards_cta__sNW7N {
    transition: none;
  }
}

/* 全域輪播背景色 */
section[class*="heroCarouselSection"],
.HomeCarousel_heroCarouselSection__8-EE9,
.HomeCarousel_HomeCarousel_heroCarouselSection__8-EE9__RgfhQ {
  background-color: transparent;
  background: transparent;
}

/* 覆蓋內聯 CSS 的輪播高度設定 - 只在平板及手機版讓高度隨圖片自動調整 */
@media (max-width: 1024px) {
  .HomeCarousel_carouselContainer__diUGM,
  .HomeCarousel_HomeCarousel_carouselContainer__diUGM__Xn8cr,
  div[class*="carouselContainer"] {
    /* 讓高度由內容（圖片）決定 */
    height: auto !important;
  }
}

/* 輪播區域設定 */
.HomeCarousel_heroCarouselSection__8-EE9 {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: transparent;
}

/* 主容器 - 桌面版固定高度 60vh */
.HomeCarousel_carouselContainer__diUGM {
  width: 100%;
  height: 60vh;
  max-height: 60vh;
  position: relative;
  isolation: isolate;
  /* 防止佈局偏移的關鍵設定 */
  overflow: hidden;
  transform: translateZ(0);
  /* 確保容器尺寸穩定 */
  box-sizing: border-box;
  /* 移除背景色，避免灰底 */
  background-color: transparent;
  /* 平滑的背景過渡效果 */
  transition: background 0.8s ease-in-out;
}

/* React Slick 輪播包裝器 - 桌面版固定高度 60vh */
.HomeCarousel_carouselWrapper__2gZgf {
  width: 100%;
  height: 60vh;
  position: relative;
  opacity: 1;
}

/* 暫時註解 slick-initialized 邏輯 */
/* .carouselWrapper.slick-initialized {
  opacity: 1;
} */

/* Slick 特定優化 - 桌面版固定高度 60vh */
.HomeCarousel_carouselWrapper__2gZgf .HomeCarousel_slick-track__NiHdi {
  display: flex;
  align-items: center;
  height: 60vh;
}

.HomeCarousel_carouselWrapper__2gZgf .HomeCarousel_slick-slide__Jhu2Z {
  height: 60vh;
}

.HomeCarousel_carouselWrapper__2gZgf .HomeCarousel_slick-slide__Jhu2Z > div {
  height: 60vh;
}

/* 單個輪播項目 - 桌面版固定高度 60vh */
.HomeCarousel_carouselSlide__s61mE {
  width: 100%;
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* 強制硬體加速避免重排 */
  transform: translateZ(0);
  will-change: transform;
  /* 確保內容對齊 */
  box-sizing: border-box;
}

/* 輪播圖片 - 桌面版使用 cover 填滿 */
.HomeCarousel_carouselImage__D0s9m {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 1;
  margin: 0;
}

/* 暫時註解 loaded 類邏輯 */
/* .carouselImage.loaded {
  opacity: 1;
} */

/* 圖片載入狀態指示器 */
.HomeCarousel_imageLoadingIndicator__oci8R {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  pointer-events: none;
  z-index: var(--z-low);
}

/* 載入狀態 - CLS穩定化 */
.HomeCarousel_loadingContainer__MnHgs {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, var(--naily-gray-50) 0%, var(--naily-gray-200) 100%);
}

/* 輪播占位符 - 防止CLS */
.HomeCarousel_carouselPlaceholder__a9NWA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--naily-gray-50) 0%, var(--naily-gray-200) 100%);
}

.HomeCarousel_loadingSpinner__3e1C\+ {
  width: 50px;
  height: 50px;
  border: 4px solid #e0e0e0;
  border-top: 4px solid var(--color-primary-500);
  border-radius: 50%;
  animation: HomeCarousel_spin__0Tp6e 1s linear infinite;
  margin-bottom: 16px;
}

.HomeCarousel_loadingText__GZUl9 {
  color: var(--naily-gray-500);
  font-size: 16px;
  margin: 0;
}

@keyframes HomeCarousel_spin__0Tp6e {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 無輪播圖片狀態 - 品牌色漸層靜態 Hero */
.HomeCarousel_noCarouselContainer__6tkva {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, #BE1F48 0%, #8B1538 60%, #5a0e25 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.HomeCarousel_noCarouselText__eijzw {
  color: var(--naily-gray-500);
  font-size: 18px;
  margin: 0;
}

/* ── Hero 文字疊層（輪播上方 & 靜態 fallback 共用） ── */
.HomeCarousel_heroOverlay__KiLYR {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  z-index: var(--z-raised, 2);
  /* 底部半透明漸層，確保白字在任何圖片上都可讀 */
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  padding: 48px 56px 40px;
  box-sizing: border-box;
  pointer-events: none; /* 讓底下輪播箭頭仍可點擊 */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* fallback Hero 版本：置中、無漸層（背景已是品牌色） */
.HomeCarousel_heroOverlayCentered__nNV8p {
  position: absolute;
  inset: 0;
  z-index: 2;
  z-index: var(--z-raised, 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  box-sizing: border-box;
  pointer-events: none;
}

.HomeCarousel_heroHeadline__dhRqn {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-size: clamp(1.75rem, 4vw, 3rem);
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  letter-spacing: 3px;
}

.HomeCarousel_heroSubtitle__bG0Fq {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-size: clamp(0.938rem, 1.8vw, 1.125rem);
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 28px;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.HomeCarousel_heroCta__tOi-p {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
  padding: 14px 48px;
  min-height: 44px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.HomeCarousel_heroCta__tOi-p:hover {
  background-color: #ffffff;
  color: #1a1a1a;
}

.HomeCarousel_heroCta__tOi-p:active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
}

/* 響應式設計 - 平板及手機版高度自動適應圖片 */
@media (max-width: 1024px) {
  .HomeCarousel_heroCarouselSection__8-EE9 {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .HomeCarousel_carouselContainer__diUGM {
    height: auto;
    max-height: none;
  }

  .HomeCarousel_carouselWrapper__2gZgf {
    height: auto;
    /* 鎖定與輪播圖（640x266）及骨架屏相同的比例：
       slick 初始化過程的內部高度變化不會外溢推擠下方內容（CLS） */
    aspect-ratio: 640 / 266;
    overflow: hidden;
  }

  .HomeCarousel_carouselWrapper__2gZgf .HomeCarousel_slick-track__NiHdi {
    height: auto;
    align-items: stretch;
  }

  .HomeCarousel_carouselWrapper__2gZgf .HomeCarousel_slick-slide__Jhu2Z {
    height: auto;
  }

  .HomeCarousel_carouselWrapper__2gZgf .HomeCarousel_slick-slide__Jhu2Z > div {
    height: auto;
  }

  .HomeCarousel_carouselSlide__s61mE {
    height: auto;
  }

  .HomeCarousel_carouselImage__D0s9m {
    width: 100%;
    height: auto;
    object-fit: initial;
  }

  /* Hero 疊層 - 平板/手機版移至圖片下方顯示，確保品牌文字與 CTA 可見 */
  .HomeCarousel_heroOverlay__KiLYR {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
    text-align: center;
    align-items: center;
    pointer-events: auto;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  /* 小屏幕 Slick 特殊處理 */
  .HomeCarousel_carouselWrapper__2gZgf .HomeCarousel_slick-dots__6qOtg {
    bottom: 10px;
    /* 確保點擊區域不會改變容器高度 */
    position: absolute;
    z-index: var(--z-raised);
  }

  /* 小屏幕 heroOverlay 在圖片下方顯示，無需額外樣式 */

  .HomeCarousel_heroOverlayCentered__nNV8p {
    padding: 24px 20px;
  }
}

/* 性能優化與無障礙 */
@media (prefers-reduced-motion: reduce) {
  .HomeCarousel_carouselImage__D0s9m {
    animation: none;
    transition: none;
  }

  .HomeCarousel_loadingSpinner__3e1C\+ {
    animation: none;
  }

  .HomeCarousel_carouselWrapper__2gZgf {
    transition: none;
  }

  .HomeCarousel_heroCta__tOi-p {
    transition: none;
  }
}

/* 預載入骨架屏幕樣式 */
.HomeCarousel_carouselSkeleton__ZsgGL {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #fef2f2 25%,
    #fee2e2 50%,
    #fef2f2 75%
  );
  background-size: 200% 100%;
  animation: HomeCarousel_loading__J5eOo 1.5s infinite;
}

@keyframes HomeCarousel_loading__J5eOo {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .HomeCarousel_carouselSkeleton__ZsgGL {
    animation: none;
    background: #fef2f2;
  }
}

/* CLS 測量輔助類 */
.HomeCarousel_cls-stable__g6j6m {
  content-visibility: auto;
  contain-intrinsic-size: 400px;
}
/* ========================================
   PRADA 風格首頁樣式
   專業電商形象 - 極簡、優雅、深紅色品牌特色
   ======================================== */

/* ==================== 品牌色彩系統 ==================== */
:root {
  --prada-black: #000000;
  --prada-white: #FFFFFF;
  --prada-gray-light: #F5F5F5;
  --prada-gray-medium: #E0E0E0;
  --prada-gray-dark: #666666;
  --prada-brand-red: #BE1F48;        /* Naily 品牌主色 */
  --prada-brand-red-light: #9A1A3A;  /* 深色變體 - Hover 用 */
  --prada-brand-red-dark: #8B1538;   /* 更深 - 按下用 */
  --prada-shadow-light: rgba(0, 0, 0, 0.05);
  --prada-shadow-medium: rgba(0, 0, 0, 0.1);
  --prada-shadow-heavy: rgba(0, 0, 0, 0.2);
}

/* ==================== 整體頁面容器 ==================== */
.prada-home-container {
  background: #FFFFFF;
  background: var(--prada-white);
  min-height: 100vh;
}

/* ==================== Hero 輪播區塊 ==================== */
.prada-hero-section {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  background: #000000;
  background: var(--prada-black);
  overflow: hidden;
}

.prada-hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.prada-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.prada-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  color: var(--prada-white);
  text-align: center;
  padding: 40px;
}

.prada-hero-title {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.prada-hero-subtitle {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0.95;
}

.prada-hero-cta {
  padding: 16px 50px;
  background: #BE1F48;
  background: var(--prada-brand-red);
  color: #FFFFFF;
  color: var(--prada-white);
  border: none;
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.prada-hero-cta:hover {
  background: #9A1A3A;
  background: var(--prada-brand-red-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(139, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .prada-hero-section {
    height: 50vh;
    min-height: 400px;
  }

  .prada-hero-title {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .prada-hero-subtitle {
    font-size: 14px;
  }

  .prada-hero-cta {
    padding: 12px 30px;
    font-size: 12px;
  }
}

/* ==================== 區塊標題系統 ==================== */
.prada-section {
  padding: 100px 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.prada-section-alt {
  background: #F5F5F5;
  background: var(--prada-gray-light);
}

.prada-section-header {
  text-align: center;
  margin-bottom: 70px;
}

.prada-section-title {
  font-family: 'Noto Sans TC', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  color: var(--prada-black);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.prada-section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #BE1F48;
  background: var(--prada-brand-red);
}

.prada-section-subtitle {
  font-family: 'Noto Sans TC', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #666666;
  color: var(--prada-gray-dark);
  margin-top: 30px;
}

@media (max-width: 768px) {
  .prada-section {
    padding: 40px 20px;
  }

  .prada-section-header {
    margin-bottom: 30px;
  }

  .prada-section-title {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .prada-section-subtitle {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .prada-section {
    padding: 32px 16px;
  }

  .prada-section-header {
    margin-bottom: 24px;
  }

  .prada-section-title {
    font-size: 22px;
  }

  .prada-section-subtitle {
    font-size: 14px;
    margin-top: 16px;
  }
}

/* ==================== 商品展示網格 ==================== */
.prada-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px 30px;
  gap: 50px 30px;
  width: 100%;
}

@media (max-width: 1200px) {
  .prada-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .prada-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}

/* ==================== 簡化版商品卡片 ==================== */
.prada-home-product-card {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  min-width: 0; /* 修復 Grid 佈局問題 */
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.prada-home-product-card:hover {
  transform: translateY(-5px);
}

.prada-home-product-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 比例 */
  overflow: hidden;
  background: #F5F5F5;
  background: var(--prada-gray-light);
  margin-bottom: 15px;
  min-width: 0; /* 防止圖片容器撐開 Grid */
}

.prada-home-product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.prada-home-product-card:hover .prada-home-product-image {
  transform: scale(1.05);
}

.prada-home-product-name {
  font-family: 'Noto Sans TC', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000000;
  color: var(--prada-black);
  margin-bottom: 8px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em; /* 固定兩行高度，避免卡片高度不一致 */
  line-height: 1.4;
  min-width: 0;
  width: 100%;
}

.prada-home-product-price {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: auto; /* 推至卡片底部，確保左右並排對齊 */
  min-height: 42px; /* 固定高度，避免單一價格 vs 折扣價造成高度差 */
}

.prada-home-product-price-original {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #666666;
  color: var(--prada-gray-dark);
  text-decoration: line-through;
  opacity: 0.7;
}

.prada-home-product-price-sale {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #BE1F48;
}

.prada-home-product-price-single {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000000;
  color: var(--prada-black);
}

/* ==================== 商品卡片 - 星級評分 ==================== */
.prada-home-product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1;
}

.prada-home-product-star-icon {
  color: #1a1a1a;
  font-size: 12px;
}

.prada-home-product-star-text {
  color: #666;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.prada-home-product-review-count {
  color: #999;
  margin-left: 2px;
}

/* ==================== 商品卡片 - 加入購物車按鈕 ==================== */

/* 共用按鈕基底 */
.prada-home-product-add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 12px 16px;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Noto Sans TC', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.prada-home-product-add-btn:hover {
  background: #fff;
  color: #1a1a1a;
}

.prada-home-product-add-btn:active {
  background: #f5f5f5;
  color: #1a1a1a;
}

.prada-home-product-add-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.prada-home-product-add-btn i {
  font-size: 14px;
}

/* 加入中 spinner */
.prada-home-product-add-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: prada-btn-spin 0.6s linear infinite;
}

@keyframes prada-btn-spin {
  to { transform: rotate(360deg); }
}

/* 桌面版按鈕：hover 時從圖片底部滑入 */
.prada-home-product-add-btn--desktop {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.prada-home-product-card:hover .prada-home-product-add-btn--desktop {
  transform: translateY(0);
  opacity: 1;
}

/* 手機版按鈕：預設隱藏 */
.prada-home-product-add-btn--mobile {
  display: none;
  margin-top: 12px;
}

/* RWD：平板以下顯示手機版按鈕、隱藏桌面版按鈕 */
@media (max-width: 1199px) {
  .prada-home-product-add-btn--desktop {
    display: none;
  }
  .prada-home-product-add-btn--mobile {
    display: flex;
  }
}

/* 小螢幕微調 */
@media (max-width: 575px) {
  .prada-home-product-add-btn--mobile {
    font-size: 13px;
    min-height: 44px;
    padding: 10px 12px;
  }
  .prada-home-product-rating {
    font-size: 13px;
  }
  .prada-home-product-star-icon {
    font-size: 11px;
  }
}

/* 無障礙：減少動畫模式 */
@media (prefers-reduced-motion: reduce) {
  .prada-home-product-add-btn--desktop {
    transition: none;
  }
  .prada-home-product-add-spinner {
    animation: none;
  }
}

/* ==================== 特色區塊 ==================== */
.prada-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
}

.prada-feature-card {
  text-align: center;
  padding: 40px 20px;
  transition: transform 0.3s ease;
}

.prada-feature-card:hover {
  transform: translateY(-5px);
}

.prada-feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #BE1F48;
  border: 2px solid var(--prada-brand-red);
  border-radius: 50%;
  color: #BE1F48;
  color: var(--prada-brand-red);
  font-size: 24px;
  transition: all 0.3s ease;
}

.prada-feature-card:hover .prada-feature-icon {
  background: #BE1F48;
  background: var(--prada-brand-red);
  color: #FFFFFF;
  color: var(--prada-white);
}

.prada-feature-title {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  color: var(--prada-black);
  margin-bottom: 12px;
}

.prada-feature-description {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #666666;
  color: var(--prada-gray-dark);
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .prada-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .prada-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .prada-feature-card {
    padding: 20px 12px;
  }

  .prada-feature-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .prada-feature-title {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
  }

  .prada-feature-description {
    font-size: 13px;
    line-height: 1.5;
  }

  .prada-view-more {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .prada-feature-card {
    padding: 16px 10px;
  }

  .prada-feature-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .prada-feature-title {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .prada-feature-description {
    font-size: 12px;
  }
}

/* ==================== 訂閱推廣橫幅 ==================== */
.prada-subscription-banner {
  position: relative;
  background: linear-gradient(135deg, #000000 0%, #8B1538 100%);
  background: linear-gradient(135deg, var(--prada-black) 0%, var(--prada-brand-red-dark) 100%);
  color: #FFFFFF;
  color: var(--prada-white);
  padding: 100px 60px;
  text-align: center;
  overflow: hidden;
}

.prada-subscription-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.prada-subscription-content {
  position: relative;
  z-index: var(--z-low);
  max-width: 800px;
  margin: 0 auto;
}

.prada-subscription-title {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.prada-subscription-description {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 40px;
  opacity: 0.95;
}

.prada-subscription-cta {
  padding: 18px 60px;
  background: #FFFFFF;
  background: var(--prada-white);
  color: #BE1F48;
  color: var(--prada-brand-red);
  border: none;
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.prada-subscription-cta:hover {
  background: #F5F5F5;
  background: var(--prada-gray-light);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
  .prada-subscription-banner {
    padding: 60px 30px;
  }

  .prada-subscription-title {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .prada-subscription-description {
    font-size: 15px;
  }

  .prada-subscription-cta {
    padding: 14px 40px;
    font-size: 12px;
  }
}

/* ==================== APP 下載區塊 ==================== */
.prada-app-section {
  background: #000000;
  background: var(--prada-black);
  color: #FFFFFF;
  color: var(--prada-white);
  padding: 80px 40px;
  text-align: center;
}

.prada-app-title {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.prada-app-description {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 40px;
  opacity: 0.9;
}

.prada-app-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.prada-app-button {
  display: inline-block;
  padding: 14px 30px;
  background: transparent;
  color: #FFFFFF;
  color: var(--prada-white);
  border: 2px solid #FFFFFF;
  border: 2px solid var(--prada-white);
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.prada-app-button:hover {
  background: #FFFFFF;
  background: var(--prada-white);
  color: #000000;
  color: var(--prada-black);
}

@media (max-width: 768px) {
  .prada-app-section {
    padding: 60px 30px;
  }

  .prada-app-title {
    font-size: 28px;
  }

  .prada-app-description {
    font-size: 14px;
  }
}

/* ==================== 查看更多按鈕 ==================== */
.prada-view-more {
  text-align: center;
  margin-top: 60px;
}

.prada-view-more-btn {
  padding: 16px 50px;
  background: transparent;
  color: #000000;
  color: var(--prada-black);
  border: 1px solid #000000;
  border: 1px solid var(--prada-black);
  font-family: 'Noto Sans TC', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.prada-view-more-btn:hover {
  background: #000000;
  background: var(--prada-black);
  color: #FFFFFF;
  color: var(--prada-white);
}

.prada-view-more-btn-red {
  border-color: #BE1F48;
  border-color: var(--prada-brand-red);
  color: #BE1F48;
  color: var(--prada-brand-red);
}

.prada-view-more-btn-red:hover {
  background: #BE1F48;
  background: var(--prada-brand-red);
  color: #FFFFFF;
  color: var(--prada-white);
}

/* ==================== 信任標誌區塊 ==================== */
.prada-trust-section {
  padding: 60px 40px;
  background: #F5F5F5;
  background: var(--prada-gray-light);
  text-align: center;
}

.prada-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.prada-trust-item {
  padding: 20px;
}

.prada-trust-icon {
  font-size: 40px;
  color: #BE1F48;
  color: var(--prada-brand-red);
  margin-bottom: 15px;
}

.prada-trust-text {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000000;
  color: var(--prada-black);
}

@media (max-width: 768px) {
  .prada-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* ==================== 載入動畫 ==================== */
.prada-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.prada-loading-spinner {
  width: 50px;
  height: 50px;
  border: 2px solid #F5F5F5;
  border: 2px solid var(--prada-gray-light);
  border-top-color: #BE1F48;
  border-top-color: var(--prada-brand-red);
  border-radius: 50%;
  animation: pradaSpin 0.8s linear infinite;
}

@keyframes pradaSpin {
  to { transform: rotate(360deg); }
}

/* ==================== 淡入動畫 ==================== */
@keyframes pradaFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.prada-fade-in-up {
  animation: pradaFadeInUp 0.8s ease forwards;
}

/* 依序出現效果 */
.prada-home-product-card:nth-child(1) { animation-delay: 0.1s; }
.prada-home-product-card:nth-child(2) { animation-delay: 0.2s; }
.prada-home-product-card:nth-child(3) { animation-delay: 0.3s; }
.prada-home-product-card:nth-child(4) { animation-delay: 0.4s; }
.prada-home-product-card:nth-child(5) { animation-delay: 0.5s; }

.prada-feature-card:nth-child(1) { animation-delay: 0.1s; }
.prada-feature-card:nth-child(2) { animation-delay: 0.2s; }
.prada-feature-card:nth-child(3) { animation-delay: 0.3s; }
.prada-feature-card:nth-child(4) { animation-delay: 0.4s; }

/* 彈跳廣告輪播組件 - CSS模組化樣式 */

/* 背景遮罩 */
.PopupAdCarousel_backdrop__VvnOh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  /* 使用統一 z-index 系統 - Modal backdrop 層級 (3000) */
  /* 確保在 Navbar (1030) 和 SidebarButtons (1020) 之上 */
  z-index: 3000;
  z-index: var(--z-modal-backdrop, 3000);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  /* 進場動畫只動 background-color，不動 opacity：
     backdrop opacity 0 起跑會讓子元素（LCP 廣告圖）前幾幀整體透明，
     Chrome 要等圖「實際可見」才記 LCP 時間點 */
  animation: PopupAdCarousel_backdropFadeIn__vn2AP 0.3s ease-out;
}

@keyframes PopupAdCarousel_backdropFadeIn__vn2AP {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.75);
  }
}

/* 主容器 */
.PopupAdCarousel_modalContainer__nUiHK {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  animation: PopupAdCarousel_modalSlideIn__VRPim 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center;
  /* 使用統一 z-index 系統 - Modal 層級 (3010) */
  z-index: 3010;
  z-index: var(--z-modal, 3010);
}

/* 只動 transform 不動 opacity，讓 LCP 廣告圖第一幀即可見（理由同 backdrop） */
@keyframes PopupAdCarousel_modalSlideIn__VRPim {
  from {
    transform: scale(0.8) translateY(30px);
  }
  to {
    transform: scale(1) translateY(0);
  }
}

/* 關閉按鈕 */
.PopupAdCarousel_closeButton__GMc4B {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /* 使用統一 z-index 系統 - Modal 關閉按鈕層級 (3050) */
  z-index: 3050;
  z-index: var(--z-modal-close-btn, 3050);
}

.PopupAdCarousel_closeButton__GMc4B:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.PopupAdCarousel_closeButton__GMc4B:active {
  transform: scale(0.95);
}

.PopupAdCarousel_closeButton__GMc4B:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

/* 廣告容器 */
.PopupAdCarousel_adContainer__PSp2c {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* 圖片容器 - 1:1 比例 */
.PopupAdCarousel_imageContainer__Mn8Z7 {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(135deg, var(--naily-gray-50) 0%, var(--naily-gray-200) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.PopupAdCarousel_imageContainer__Mn8Z7.PopupAdCarousel_clickable__\+fqcj {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.PopupAdCarousel_imageContainer__Mn8Z7.PopupAdCarousel_clickable__\+fqcj:hover {
  transform: scale(1.02);
}

.PopupAdCarousel_imageContainer__Mn8Z7.PopupAdCarousel_clickable__\+fqcj:focus {
  outline: 3px solid #007bff;
  outline-offset: -3px;
}

/* 廣告圖片 */
.PopupAdCarousel_adImage__J17g7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.PopupAdCarousel_imageContainer__Mn8Z7.PopupAdCarousel_clickable__\+fqcj:hover .PopupAdCarousel_adImage__J17g7 {
  transform: scale(1.05);
}

/* 廣告標籤 - 已移除 */

/* 點擊覆蓋層 */
.PopupAdCarousel_clickOverlay__tsI\+k {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 60%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.PopupAdCarousel_imageContainer__Mn8Z7.PopupAdCarousel_clickable__\+fqcj:hover .PopupAdCarousel_clickOverlay__tsI\+k {
  opacity: 1;
}

.PopupAdCarousel_clickHint__9jxWE {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  animation: PopupAdCarousel_hintBounce__g5nrY 2s infinite;
}

@keyframes PopupAdCarousel_hintBounce__g5nrY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

/* 廣告資訊區域 - 已移除 */

/* 導航箭頭 */
.PopupAdCarousel_navArrow__PT0sO {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /* z-index: relative to parent modalContainer, no need to set explicitly */
  z-index: 10;
}

.PopupAdCarousel_navArrow__PT0sO:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.PopupAdCarousel_navArrow__PT0sO:active {
  transform: translateY(-50%) scale(0.95);
}

.PopupAdCarousel_navArrow__PT0sO:focus {
  outline: 3px solid rgba(0, 123, 255, 0.5);
  outline-offset: 2px;
}

.PopupAdCarousel_prevArrow__ToKNa {
  left: 16px;
}

.PopupAdCarousel_nextArrow__-mg8z {
  right: 16px;
}

/* 指示器 */
.PopupAdCarousel_indicators__YHWYh {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  /* z-index: relative to parent modalContainer */
  z-index: 10;
}

.PopupAdCarousel_indicator__GAOHl {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);


  backdrop-filter: blur(10px);
}

.PopupAdCarousel_indicator__GAOHl:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.PopupAdCarousel_indicator__GAOHl.PopupAdCarousel_active__k0VP8 {
  background: white;
  transform: scale(1.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.PopupAdCarousel_indicator__GAOHl:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

/* 進度條 - 品牌深紅色 */
.PopupAdCarousel_progressBar__5qlLE {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.PopupAdCarousel_progressFill__NOlJZ {
  height: 100%;
  background: linear-gradient(90deg, #dc3545, #c82333);
  width: 100%;
  animation: PopupAdCarousel_progressAnimation__n344a linear infinite;
  transform-origin: left;
}

@keyframes PopupAdCarousel_progressAnimation__n344a {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* 響應式設計 */

/* Tablet */
@media (max-width: 768px) {
  .PopupAdCarousel_backdrop__VvnOh {
    padding: 16px;
  }

  .PopupAdCarousel_modalContainer__nUiHK {
    max-width: 100%;
    border-radius: 16px;
  }

  .PopupAdCarousel_imageContainer__Mn8Z7 {
    aspect-ratio: 1 / 1;
  }

  .PopupAdCarousel_navArrow__PT0sO {
    width: 40px;
    height: 40px;
  }

  .PopupAdCarousel_prevArrow__ToKNa {
    left: 12px;
  }

  .PopupAdCarousel_nextArrow__-mg8z {
    right: 12px;
  }

  .PopupAdCarousel_closeButton__GMc4B {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .PopupAdCarousel_backdrop__VvnOh {
    padding: 12px;
  }

  .PopupAdCarousel_modalContainer__nUiHK {
    border-radius: 12px;
  }

  .PopupAdCarousel_imageContainer__Mn8Z7 {
    aspect-ratio: 1 / 1;
  }

  .PopupAdCarousel_navArrow__PT0sO {
    width: 36px;
    height: 36px;
  }

  .PopupAdCarousel_prevArrow__ToKNa {
    left: 8px;
  }

  .PopupAdCarousel_nextArrow__-mg8z {
    right: 8px;
  }

  .PopupAdCarousel_closeButton__GMc4B {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
  }

  /* 標籤已移除 */

  .PopupAdCarousel_indicators__YHWYh {
    bottom: 16px;
    gap: 6px;
  }

  .PopupAdCarousel_indicator__GAOHl {
    width: 10px;
    height: 10px;
  }
}

/* 高對比度支援 */
@media (prefers-contrast: high) {
  .PopupAdCarousel_modalContainer__nUiHK {
    border: 2px solid #000;
  }

  .PopupAdCarousel_closeButton__GMc4B {
    background: #000;
    border: 2px solid #fff;
  }

  .PopupAdCarousel_navArrow__PT0sO {
    background: #fff;
    border: 2px solid #000;
  }

  .PopupAdCarousel_indicator__GAOHl {
    border: 2px solid #000;
  }

  .PopupAdCarousel_indicator__GAOHl.PopupAdCarousel_active__k0VP8 {
    background: #000;
  }
}

/* 減少動畫支援 */
@media (prefers-reduced-motion: reduce) {
  .PopupAdCarousel_backdrop__VvnOh,
  .PopupAdCarousel_modalContainer__nUiHK,
  .PopupAdCarousel_closeButton__GMc4B,
  .PopupAdCarousel_navArrow__PT0sO,
  .PopupAdCarousel_indicator__GAOHl,
  .PopupAdCarousel_actionButton__asAOQ,
  .PopupAdCarousel_badge__mJyHI,
  .PopupAdCarousel_clickOverlay__tsI\+k,
  .PopupAdCarousel_progressFill__NOlJZ {
    animation: none;
    transition: none;
  }

  .PopupAdCarousel_imageContainer__Mn8Z7.PopupAdCarousel_clickable__\+fqcj:hover,
  .PopupAdCarousel_imageContainer__Mn8Z7.PopupAdCarousel_clickable__\+fqcj:hover .PopupAdCarousel_adImage__J17g7 {
    transform: none;
  }
}

/* 印刷樣式 */
@media print {
  .PopupAdCarousel_backdrop__VvnOh {
    display: none;
  }
}
