/* =========================================
   globals.css
   ========================================= */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

/* =========================================
   styleguide.css
   ========================================= */
:root {
  --variable-collection-color: rgba(255, 255, 255, 1);
  --variable-collection-color-2: rgba(51, 51, 51, 1);
  --variable-collection-color-3: rgba(204, 204, 204, 1);
  --variable-collection-color-4: rgba(255, 184, 154, 1);
  --variable-collection-logo1: rgba(143, 195, 31, 1);
  --variable-collection-logo2: rgba(234, 85, 4, 1);
  --variable-collection-logo3: rgba(255, 241, 0, 1);
  --variable-collection-logo4: rgba(0, 145, 58, 1);
  --variable-collection-logo5: rgba(0, 160, 233, 1);
  --variable-collection-w-xxl: 1400px;
  --variable-collection-color-5: rgba(238, 238, 238, 1);
  --variable-collection-color-6: rgba(68, 163, 141, 1);
  --variable-collection-color-7: rgba(0, 90, 135, 1);
  --variable-collection-color-8: rgba(161, 78, 26, 1);
  --variable-collection-color-9: rgba(216, 126, 0, 1);
  --size-blur-100: 4px;
  --size-space-800: 32px;
  --sizes-global-height: 24px;
  --sizes-checkboxes-width: var(--sizes-radio-button-width);
  --sizes-fields-inset-right: 4px;
  --sizes-fields-inset-left: 8px;
  --sizes-radio-button-width: 16px;
  --sizes-menu-width-symbol: 12px;
  --sizes-button-padding-horizontal: 16px;
  --kit-liquid-glass-depth-regular: 16px;
  --kit-liquid-glass-depth-medium-and-large: 16px;
}

[data-sizes-mode="mini"] {
  --sizes-global-height: 16px;
  --sizes-fields-inset-right: 2px;
  --sizes-fields-inset-left: 6px;
  --sizes-radio-button-width: 12px;
  --sizes-menu-width-symbol: 6px;
  --sizes-button-padding-horizontal: 7px;
}

[data-sizes-mode="small"] {
  --sizes-global-height: 20px;
  --sizes-fields-inset-right: 2.5px;
  --sizes-fields-inset-left: 6px;
  --sizes-radio-button-width: 14px;
  --sizes-menu-width-symbol: 10px;
  --sizes-button-padding-horizontal: 10px;
}

[data-sizes-mode="medium"] {
  --sizes-global-height: 24px;
  --sizes-fields-inset-right: 4px;
  --sizes-fields-inset-left: 8px;
  --sizes-radio-button-width: 16px;
  --sizes-menu-width-symbol: 12px;
  --sizes-button-padding-horizontal: 16px;
}

[data-sizes-mode="large"] {
  --sizes-global-height: 28px;
  --sizes-fields-inset-right: 6px;
  --sizes-fields-inset-left: 8px;
  --sizes-radio-button-width: 18px;
  --sizes-menu-width-symbol: 12px;
  --sizes-button-padding-horizontal: 16px;
}

[data-sizes-mode="XL"] {
  --sizes-global-height: 36px;
  --sizes-fields-inset-right: 8px;
  --sizes-fields-inset-left: 10px;
  --sizes-radio-button-width: 18px;
  --sizes-menu-width-symbol: 12px;
  --sizes-button-padding-horizontal: 16px;
}

/* =========================================
   style.css
   ========================================= */
.element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
}

.element .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  z-index: 0;
}

.element .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 716px;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
}

.element .ajc {
  position: absolute;
  top: 0;
  left: 0;
  width: 1506px;
  height: auto;
  aspect-ratio: 1.4;
  object-fit: cover;
}

.element .DSC {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 716px;
  height: auto;
  aspect-ratio: 1.1;
  object-fit: cover;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px clamp(16px, 2.5vw, 48px);
  gap: 0;
}

.header--scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header__logo-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
}

.header__logo {
  position: relative;
  width: clamp(140px, 9.65vw, 185px);
  height: clamp(66px, 4.58vw, 88px);
}

.freshop-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.header__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 32px;
  flex-shrink: 0;
}

.nav-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  gap: 4px;
  border-radius: 12px;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.nav-item:hover {
  background-color: rgba(68, 163, 140, 0.08);
  transform: translateY(-2px);
}

.nav-item__icon {
  width: 28px;
  height: 28px;
}

.nav-item__label {
  font-size: 14px;
  font-weight: 700;
  color: #44a38c;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.header__toolbar-wrap {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 32px;
}

.toolbar-capsule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 1000px;
  border: none;
  background-color: #44a38c;
  overflow: hidden;
}

.toolbar-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.toolbar-divider {
  align-self: stretch;
  width: 2px;
  border-radius: 2px;
  opacity: 0.3;
  background-color: #ffffff;
  flex-shrink: 0;
}

.element .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  padding: 0px 0px 100px;
  position: relative;
  z-index: 1;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-4 {
  display: block;
  width: 100%;
  height: clamp(400px, 40.68vw, 781px);
  position: absolute;
  bottom: 0;
  left: 0;
}

.element .rectangle-wrapper {
  display: flex;
  flex-direction: column;
  height: 1px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.element .rectangle-2 {
  position: relative;
  width: 100%;
  height: 53.33vw;
  margin-top: -26.67vw;
  background-color: var(--variable-collection-color);
}

.element .frame-5 {
  display: flex;
  flex-direction: column;
  height: 1px;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


.element .vector-wrapper {
  display: flex;
  flex-direction: column;
  height: 1px;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.element .vector-10 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -43.69vw;
  aspect-ratio: 2.83;
}

.element .vector-11 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -41.65vw;
  aspect-ratio: 2.4;
}

.element .frame-4 > .frame-5:nth-child(4) {
  z-index: 3;
}

.element .there-is-jet-that-is-wrapper {
  display: flex;
  flex-direction: column;
  height: 1px;
  align-items: center;
  justify-content: center;
  padding: clamp(275px, 28.65vw, 550px) 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
}

.element .there-is-jet-that-is {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -50.93vw;
  margin-bottom: -12.08vw;
  mix-blend-mode: multiply;
  aspect-ratio: 1.78;
  object-fit: cover;
  opacity: 0.6;
  -webkit-mask-image: linear-gradient(to bottom, transparent 30%, black 60%);
  mask-image: linear-gradient(to bottom, transparent 30%, black 60%);
}

.element .div-wrapper {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 5;
  pointer-events: none;
}

.element .element-wrapper {
  display: block;
  padding: 0;
}

.element .img-3 {
  display: block;
  width: clamp(200px, 22.91vw, 440px);
  height: auto;
  aspect-ratio: 0.66;
  object-fit: cover;
}

.element .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(16px, 3.33vw, 64px) clamp(32px, 3.33vw, 64px);
  position: relative;
  z-index: 6;
  align-self: stretch;
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 auto;
}

.element .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: clamp(24px, 2.5vw, 48px);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--variable-collection-color);
  box-shadow: 0px 4px 16px #cccccc;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.element .frame-7 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0px 0px 32px 32px;
  position: absolute;
  left: 0;
  bottom: 1px;
  opacity: 0.5;
}

.element .img-4 {
  width: clamp(200px, 26.04vw, 500px);
  height: auto;
  margin-top: -7.85vw;
  aspect-ratio: 4.21;
  position: relative;
  object-fit: cover;
}

.element .img-wrapper {
  display: flex;
  width: clamp(90px, 9.38vw, 180px);
  height: 1px;
  align-items: flex-end;
  position: relative;
  margin-top: -32.00px;
}

.element .img-5 {
  width: 100%;
  margin-top: -14.82vw;
  aspect-ratio: 0.63;
  position: relative;
  object-fit: cover;
}

.element .BreadCrumbs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 16px;
  position: relative;
  flex: 0 0 auto;
}

.element .view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.element .icon {
  position: relative;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.element .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.element .icon-2 {
  display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 2px 0px;
  position: relative;
  flex: 0 0 auto;
  opacity: 0.5;
}

.element .vector-12 {
  position: relative;
  align-self: stretch;
  aspect-ratio: 0.17;
}

/* =========================================
   #season-list：當季鮮報列表頁（list_season.html）
   ========================================= */
#season-list {
  width: 100%;
}

#season-list .frame-9 {
  display: flex;
  align-items: flex-end;
  padding: 0px 0px 32px;
  margin-bottom: 25px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#season-list .rectangle-4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background-color: var(--variable-collection-color-9);
  border-radius: 8px;
  opacity: 0.1;
}

#season-list .frame-10 {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#season-list .iconmenu-3 {
  position: relative;
  width: clamp(40px, 3.65vw, 70px);
  height: clamp(40px, 3.65vw, 70px);
  aspect-ratio: 1;
}

#season-list .frame-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

#season-list .p {
  position: relative;
  width: fit-content;
  font-size: 0;
  white-space: nowrap;
}

#season-list .span {
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 900;
  color: #a04d1a;
  font-size: clamp(40px, 3.65vw, 70px);
  letter-spacing: 0;
  line-height: 1;
  vertical-align: bottom;
}

#season-list .text-wrapper-3 {
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 900;
  color: #d77d00;
  font-size: clamp(33px, 3.02vw, 58px);
  letter-spacing: 0;
  line-height: 1;
  vertical-align: bottom;
}

/* =========================================
   frame-12：文章卡片列表
   ========================================= */
#season-list .frame-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 16px;
  margin: 0 auto;
}

#season-list .figure-prototype {
  display: flex;
  flex-direction: column;
  width: clamp(240px, 16.67vw, 320px);
  align-items: flex-start;
  position: relative;
}

#season-list .figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--kit-liquid-glass-depth-medium-and-large);
  padding: var(--sizes-button-padding-horizontal);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color);
  border-radius: var(--sizes-checkboxes-width);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}

#season-list .cover {
  background-color: #f0f0f0;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  overflow: hidden;
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#season-list .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#season-list .text-wrapper-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-shadow: 0px 0px 4px #333333;
  font-weight: 700;
  color: var(--variable-collection-color);
  font-size: 32px;
  text-align: center;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

#season-list .figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sizes-menu-width-symbol);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#season-list .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sizes-fields-inset-right);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#season-list .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 700;
  color: var(--variable-collection-logo4);
  font-size: 24px;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

#season-list .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  opacity: 0.75;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* =========================================
   frame-14：分頁 / 載入更多
   ========================================= */
#season-list .frame-14 {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}

#season-list .text-wrapper-10 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

#season-list .frame-15 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color);
  border-radius: 1000px;
  border: 2px solid;
  border-color: var(--variable-collection-color-6);
}

#season-list .text-wrapper-8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 700;
  color: var(--variable-collection-color-6);
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

#season-list .img-2 {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}

.element .frame-20 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1696px;
  height: auto;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}

.element .text-wrapper-10 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.element .frame-21 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color);
  border-radius: 1000px;
  border: 2px solid;
  border-color: var(--variable-collection-color-6);
}

.element .text-wrapper-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 700;
  color: var(--variable-collection-color-6);
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.element .footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 32px;
  padding: 0 clamp(16px, 3.33vw, 64px);
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
  background-image: url('/img/there-is-jet-that-is-flying-through-air-with-smoke-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.element .frame-22 {
  display: flex;
  flex-direction: column;
  width: 315.96px;
  height: 100px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.element .freshop-logo-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-top: -50.00px;
  aspect-ratio: 2.11;
}

.element .vector-13 {
  position: absolute;
  width: 100.32%;
  height: 19.02%;
  top: 80.98%;
  left: 0;
}

.element .vector-14 {
  position: absolute;
  width: 88.78%;
  height: 40.37%;
  top: 59.63%;
  left: 11.22%;
}

.element .vector-15 {
  position: absolute;
  width: 15.62%;
  height: 76.11%;
  top: 23.89%;
  left: 84.38%;
}

.element .vector-16 {
  position: absolute;
  width: 31.50%;
  height: 80.95%;
  top: 19.05%;
  left: 68.50%;
}

.element .vector-17 {
  position: absolute;
  width: 46.56%;
  height: 100.67%;
  top: 0;
  left: 53.44%;
}

.element .vector-18 {
  position: absolute;
  width: 57.50%;
  height: 78.83%;
  top: 21.17%;
  left: 42.50%;
}

.element .vector-19 {
  position: absolute;
  width: 70.78%;
  height: 77.83%;
  top: 22.17%;
  left: 29.22%;
}

.element .vector-20 {
  position: absolute;
  width: 82.84%;
  height: 75.54%;
  top: 24.46%;
  left: 17.16%;
}

.element .vector-21 {
  position: absolute;
  width: 98.56%;
  height: 100.27%;
  top: 0;
  left: 0;
}

.element .rectangle-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 2px;
  background-color: var(--variable-collection-color);
  border-radius: var(--size-blur-100);
  opacity: 0.75;
}

.element .frame-23 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 clamp(16px, 3.33vw, 64px) clamp(24px, 2.5vw, 48px);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .company {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-800);
  position: relative;
  flex: 0 0 auto;
  mix-blend-mode: multiply;
}

.element .ulcomoany {
  display: inline-flex;
  align-items: flex-start;
  gap: var(--sizes-fields-inset-right);
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.element .ul-conpany {
  align-self: stretch;
  margin-left: -0.83px;
  position: relative;
  aspect-ratio: 1;
}

/* =========================================
   #product-list：鮮活優選清單頁專屬樣式
   （所有 class 名稱以 #product-list 限定範圍，避免與其他頁面衝突）
   ========================================= */

/* frame-9 標題列（含搜尋欄） */
#product-list .frame-9 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px 0px 32px;
  margin-bottom: 25px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#product-list .rectangle-4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background-color: var(--variable-collection-color-9);
  border-radius: 8px;
  opacity: 0.1;
}

#product-list .frame-10 {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

#product-list .iconmenu-3 {
  position: relative;
  width: clamp(40px, 3.65vw, 70px);
  height: clamp(40px, 3.65vw, 70px);
  aspect-ratio: 1;
}

#product-list .frame-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

#product-list .p {
  position: relative;
  width: fit-content;
  font-size: 0;
  white-space: nowrap;
}

#product-list .span {
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 900;
  color: #a04d1a;
  font-size: clamp(40px, 3.65vw, 70px);
  letter-spacing: 0;
  line-height: 1;
  vertical-align: bottom;
}

#product-list .text-wrapper-3 {
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 900;
  color: #d77d00;
  font-size: clamp(33px, 3.02vw, 58px);
  letter-spacing: 0;
  line-height: 1;
  vertical-align: bottom;
}

/* frame-12 搜尋欄 */
#product-list .frame-12 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 0px 16px 8px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

#product-list .frame-13 {
  display: flex;
  align-items: center;
  padding: 0px 4px;
  position: relative;
  align-self: stretch;
  flex: 0 0 clamp(200px, 20vw, 320px);
  width: clamp(200px, 20vw, 320px);
  margin-top: -2.00px;
  margin-bottom: -2.00px;
  background-color: var(--variable-collection-color);
  border-radius: 4px;
  border: 2px solid;
  border-color: var(--variable-collection-color-3);
  overflow: hidden;
}

#product-list .icon-wrapper {
  display: inline-flex;
  align-items: center;
  padding: 8px 4px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  opacity: 0.5;
}

#product-list .img-6 {
  position: relative;
  align-self: stretch;
  aspect-ratio: 1;
}

#product-list .frame-14 {
  flex: 1;
  min-width: 0;
  align-self: stretch;
  padding: 0px 4px;
  border: none;
  outline: none;
  background: transparent;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

#product-list .frame-14::placeholder {
  color: var(--variable-collection-color-3);
}

#product-list .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  max-width: 0;
  overflow: hidden;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--variable-collection-color-6);
  font-family: "Noto Sans TC", Helvetica;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: max-width 0.25s ease, padding 0.25s ease;
}

#product-list .frame-13.has-value .search-submit {
  max-width: 80px;
  padding: 0 12px;
  border-left: 1px solid var(--variable-collection-color-3);
}

#product-list .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  color: var(--variable-collection-color-3);
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

#product-list .frame-15 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -4.00px;
  margin-bottom: -4.00px;
  margin-right: -4.00px;
  background-color: var(--variable-collection-color-3);
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid;
  border-color: var(--variable-collection-color-3);
}

#product-list .icon-3 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: -2.00px;
  margin-left: -2.00px;
  aspect-ratio: 1;
}

#product-list .icon-4 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: -2.00px;
  aspect-ratio: 1;
}

/* frame-16 商品卡片列表 */
#product-list .frame-16 {
  display: grid;
  grid-template-columns: repeat(auto-fill, clamp(240px, 16.67vw, 320px));
  justify-content: center;
  gap: 24px;
  position: relative;
  width: 100%;
  border-radius: 16px;
}

#product-list .frame-16::-webkit-scrollbar {
  width: 0;
  display: none;
}

#product-list .figure {
  width: 100%;
  padding: var(--sizes-checkboxes-width) 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

#product-list .figure-2 {
  display: flex;
  flex-direction: column;
  gap: var(--kit-liquid-glass-depth-medium-and-large);
  padding: var(--sizes-button-padding-horizontal);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color);
  border-radius: var(--sizes-checkboxes-width);
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.06);
  align-items: flex-start;
  position: relative;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}

#product-list .cover {
  background-color: #f0f0f0;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  overflow: hidden;
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-list .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product-list .cover .text-wrapper-5 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 0px 4px #333333;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-color);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

#product-list .figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sizes-menu-width-symbol);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#product-list .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sizes-fields-inset-right);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#product-list .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  opacity: 0.95;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 16px;
  white-space: nowrap;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

#product-list .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  font-weight: 700;
  color: var(--variable-collection-logo4);
  font-size: 24px;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

#product-list .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding: 0px 0px var(--sizes-checkboxes-width) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#product-list .frame-19 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sizes-fields-inset-left);
  position: relative;
  flex: 0 0 auto;
}


#product-list .text-wrapper-9 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-logo2);
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

#product-list .moreprototype {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color);
  border-radius: var(--sizes-fields-inset-right);
  overflow: hidden;
  border: 2px solid;
  border-color: var(--variable-collection-logo5);
}

#product-list .background {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 1px;
  background-color: #d9d9d9;
}

#product-list .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sizes-fields-inset-right);
  padding: var(--sizes-fields-inset-left) var(--kit-liquid-glass-depth-regular)
    var(--sizes-fields-inset-left) var(--kit-liquid-glass-depth-regular);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-logo5);
  background-blend-mode: multiply;
}

#product-list .more-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-color);
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

/* 封面背景圖 */
#product-list .cover-2 {
  background-image: url(/img/cover-12.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-list .cover-3 {
  background-image: url(/img/cover-13.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-list .cover-4 {
  background-image: url(/img/cover-14.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-list .cover-5 {
  background-image: url(/img/cover-4.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-list .cover-6 {
  background-image: url(/img/cover-6.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-list .cover-7 {
  background-image: url(/img/cover-7.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-list .cover-8 {
  background-image: url(/img/cover-8.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-list .cover-9 {
  background-image: url(/img/cover-9.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-list .cover-10 {
  background-image: url(/img/cover-10.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

/* frame-20 載入更多 */
#product-list .frame-20 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}

#product-list .text-wrapper-10 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

#product-list .frame-21 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color);
  border-radius: 1000px;
  border: 2px solid;
  border-color: var(--variable-collection-color-6);
  cursor: pointer;
}

#product-list .text-wrapper-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 700;
  color: var(--variable-collection-color-6);
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

/* =========================================
   RWD — Tablet breakpoint (≤ 1024px)
   ========================================= */
@media (max-width: 1024px) {
  /* footer 版權文字換到 .company 下方自己一列 */
  .element .frame-23,
  .footer .frame-25 {
    flex-wrap: wrap;
  }

  .element .frame-23 > .text-wrapper-12,
  .footer .frame-25 > .text-wrapper-12 {
    width: 100%;
  }
}

/* =========================================
   RWD — Mobile breakpoint (≤ 768px)
   ========================================= */
@media (max-width: 768px) {
  .element .ajc {
    width: 100%;
  }

  .element .DSC {
    width: 50%;
  }

  .header {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 8px clamp(16px, 2.5vw, 48px);
    gap: 8px;
  }

  .header__logo-wrap {
    flex: 0 1 auto;
    min-width: 140px;
    order: 1;
  }

  .header__toolbar-wrap {
    flex: 1 1 auto;
    display: inline-flex;
    padding-left: 8px;
    order: 2;
  }

  .header__nav {
    flex-basis: 100%;
    order: 3;
    gap: 4px;
    padding: 0 8px;
  }

  .nav-item {
    width: 56px;
    height: 56px;
  }

  .nav-item__label {
    font-size: 11px;
  }

  .element .frame-23 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .element .company {
    flex-wrap: wrap;
    gap: 12px;
  }

  /* footer .ulcomoany：手機版一個一列 */
  .footer .company {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }

  .element .text-wrapper-12 {
    font-size: 13px;
    white-space: normal;
  }

  .element .div-wrapper {
    display: none;
  }

  /* #product-list frame-9：手機改直排 */
  #product-list .frame-9 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  #product-list .frame-12 {
    width: 100%;
    padding: 0 0 8px 0;
    justify-content: flex-start;
  }

  #product-list .frame-13 {
    flex: 1;
    width: 100%;
  }

  .element .frame-6 {
    padding: 10px;
  }
}

/* =========================================
   #product-detail — 鮮活優選 內容頁
   所有規則都以 #product-detail 前綴，
   避免與其他頁面同名 class 衝突。
   ========================================= */

/* --- frame-9：商品資訊橫排 --- */
#product-detail {
  overflow: hidden;
  width: 100%;
}

#product-detail .frame-9 {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#product-detail .frame-10 {
  position: relative;
  flex: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: stretch;
}

/* 左側大圖：固定寬高，圖片不符比例時留白 */
#product-detail .gallery-main {
  flex: none;
  width: 500px;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f5f5;
}

#product-detail .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* 右側縮圖欄：高度由 gallery-thumbs 決定 */
#product-detail .gallery-thumbs-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  width: 72px;
}

#product-detail .gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  height: 448px;
  flex-shrink: 0;
  scrollbar-width: none;
  width: 100%;
}

#product-detail .gallery-thumbs::-webkit-scrollbar {
  display: none;
}

#product-detail .gallery-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  flex-shrink: 0;
  display: block;
}

#product-detail .gallery-thumb.active {
  border-color: var(--variable-collection-color-6);
}

/* 上下捲動按鈕 */
#product-detail .gallery-thumb-btn {
  width: 32px;
  height: 22px;
  border: none;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#product-detail .gallery-thumb-btn.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

#product-detail .gallery-thumb-btn::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
}

#product-detail .gallery-thumb-btn--up::before {
  transform: rotate(-45deg) translate(1px, 1px);
}

#product-detail .gallery-thumb-btn--down::before {
  transform: rotate(135deg) translate(1px, 1px);
}

#product-detail .frame-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

#product-detail .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: #44a38c;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

#product-detail .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  opacity: 0.75;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

#product-detail .frame-12 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#product-detail .text-wrapper-5 {
  position: relative;
  flex: 0 0 70%;
  margin-top: -1px;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  line-height: 28px;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

#product-detail .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  border: none;
  margin: 0;
  background-color: transparent;
}

#product-detail .frame-14 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

#product-detail .text-wrapper-6 {
  display: none;
}

#product-detail .text-wrapper-7 {
  font-size: 24px;
  position: relative;
  width: fit-content;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-logo2);
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

#product-detail .moreprototype {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  width: fit-content;
  align-self: auto;
  background-color: var(--variable-collection-color);
  border-radius: var(--sizes-fields-inset-right);
  overflow: hidden;
  border: 2px solid;
  border-color: var(--variable-collection-color-6);
}

#product-detail .background {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 1px;
  background-color: #d9d9d9;
}

#product-detail .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sizes-fields-inset-right);
  padding: var(--sizes-fields-inset-left) var(--kit-liquid-glass-depth-regular);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color-6);
  background-blend-mode: multiply;
}

#product-detail .more-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-color);
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

#product-detail .img-6 {
  position: relative;
  align-self: stretch;
  aspect-ratio: 1;
}

#product-detail .frame-15 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  position: relative;
  border-radius: 4px;
  border: none;
  margin: 0;
  justify-content: flex-start;
  background-color: transparent;
}

#product-detail .frame-16 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 4px 0 0;
  position: relative;
  flex: 0 0 auto;
  width: auto;
}

#product-detail .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.75;
  font-weight: 700;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  line-height: normal;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  text-decoration: none;
}

#product-detail .frame-15 .img-6 {
  position: relative;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  aspect-ratio: 1;
}

#product-detail .more .img-6 {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

#product-detail .vector-13 {
  position: absolute;
  width: 95.26%;
  height: 95.26%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#product-detail .vector-14 {
  position: absolute;
  width: 89.75%;
  height: 89.75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#product-detail .vector-15 {
  position: absolute;
  width: 77.04%;
  height: 75.60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#product-detail .vector-16 {
  position: absolute;
  width: 67.44%;
  height: 73.77%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#product-detail .vector-17 {
  position: absolute;
  width: 69.35%;
  height: 70.82%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --- frame-17：文章內容區 --- */
#product-detail .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
}

#product-detail .frame-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  align-self: center;
}

#product-detail .frame-19 {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  opacity: 0.5;
}

#product-detail .group {
  height: 100%;
  width: auto;
  aspect-ratio: 0.97;
  position: relative;
  display: block;
}

#product-detail .text-wrapper-9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  opacity: 0.75;
  font-weight: 900;
  color: var(--variable-collection-color-2);
  font-size: 28px;
  text-align: center;
  line-height: normal;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
}

#product-detail .frame-20 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--variable-collection-w-xxl);
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 48px;
  position: relative;
  flex: 0 0 auto;
  align-self: center;
}

#product-detail .frame-20 img {
  max-width: 100%;
  height: auto;
}

#product-detail .frame-20 p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--variable-collection-color-2);
}

#product-detail .text-wrapper-10 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-weight: 900;
  color: var(--variable-collection-color-8);
  font-size: 20px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
}

#product-detail .text-wrapper-11 {
  position: relative;
  width: fit-content;
  opacity: 0.75;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  line-height: 26px;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
}

#product-detail .frame-21 {
  display: flex;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: flex-start;
  position: relative;
}

#product-detail .img-7 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  aspect-ratio: 1.78;
  object-fit: cover;
}

#product-detail .img-8 {
  position: relative;
  width: 45%;
  max-width: 493px;
  height: auto;
  aspect-ratio: 0.99;
  object-fit: cover;
}

#product-detail .frame-22 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 48px 0 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: flex-start;
  position: relative;
}

#product-detail .text-wrapper-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  line-height: normal;
  font-family: "Noto Sans TC", Helvetica;
  color: var(--variable-collection-color-2);
  letter-spacing: 0;
  white-space: nowrap;
}

#product-detail .text-wrapper-13 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  opacity: 0.75;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}

#product-detail .img-9 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  aspect-ratio: 1;
  object-fit: cover;
}

#product-detail .element-jpg {
  position: relative;
  width: 100%;
  max-width: 591px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

/* 生產者照片行：frame-22 內的 frame-9 */
#product-detail .frame-22 .frame-9 {
  gap: 16px;
  align-items: flex-start;
  flex: 0 0 auto;
  width: 100%;
  align-self: stretch;
}

#product-detail .frame-23 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  flex-grow: 1;
  align-items: flex-start;
  position: relative;
}

#product-detail .dscf {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

#product-detail .frame-17 img:not(.group) {
  max-width: 70%;
  height: auto;
}

#product-detail .text-wrapper-14 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Noto Sans TC", Helvetica;
  color: var(--variable-collection-color-2);
  letter-spacing: 0;
  white-space: nowrap;
}

#product-detail .frame-24 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 48px 16px 16px;
  position: relative;
  flex: 0 0 auto;
  align-self: center;
}

#product-detail .frame-25 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#product-detail .frame-26 {
  display: flex;
  height: 430px;
  align-items: stretch;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}

#product-detail .frame-26::-webkit-scrollbar {
  display: none;
}

#product-detail .frame-26 .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- 商品橫向捲動卡片 --- */
#product-detail .figure {
  width: 320px;
  flex: 0 0 320px;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

#product-detail .figure-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 6px;
  align-self: stretch;
  width: 100%;
  flex: 1;
  min-height: 0;
  background-color: transparent;
  border-radius: var(--sizes-checkboxes-width);
  border: 2px solid;
  border-color: var(--variable-collection-color);
  position: relative;
  overflow: hidden;
}

#product-detail .cover {
  overflow: hidden;
  background-image: url(/img/cover-5.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-detail .text-wrapper-15 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-shadow: 0px 0px 4px #333333;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-color);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

#product-detail .figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sizes-menu-width-symbol);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

#product-detail .frame-27 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sizes-fields-inset-right);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#product-detail .text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.95;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
}

#product-detail .text-wrapper-17 {
  position: relative;
  align-self: stretch;
  font-weight: 700;
  color: var(--variable-collection-logo4);
  font-size: 24px;
  line-height: 1.4;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#product-detail .frame-28 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding: 0 0 var(--sizes-checkboxes-width) 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: auto;
  overflow: hidden;
}

#product-detail .frame-29 {
  display: inline-flex;
  flex-direction: column;
  gap: var(--sizes-fields-inset-left);
  flex: 0 0 auto;
  align-items: flex-start;
  position: relative;
  max-width: 100%;
}

#product-detail .text-wrapper-18 {
  display: none;
}

#product-detail .text-wrapper-19 {
  font-size: 20px;
  position: relative;
  width: fit-content;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-logo2);
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

#product-detail .moreprototype-2 {
  display: flex;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-top: auto;
  background-color: var(--variable-collection-color);
  border-radius: var(--sizes-fields-inset-right);
  overflow: hidden;
  border: 2px solid;
  border-color: var(--variable-collection-logo5);
}

#product-detail .more-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sizes-fields-inset-right);
  padding: var(--sizes-fields-inset-left) var(--kit-liquid-glass-depth-regular);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-logo5);
  background-blend-mode: multiply;
}

/* 封面背景圖（內容頁用，與列表頁不同） */
#product-detail .cover-2 {
  background-image: url(/img/cover-1.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-detail .cover-3 {
  background-image: url(/img/cover-2.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-detail .cover-4 {
  background-image: url(/img/cover-3.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-detail .cover-5 {
  background-image: url(/img/cover-4.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-detail .cover-6 {
  background-image: url(/img/cover-6.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-detail .cover-7 {
  background-image: url(/img/cover-7.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

#product-detail .cover-8 {
  background-image: url(/img/cover-8.png);
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: var(--sizes-checkboxes-width);
  aspect-ratio: 1.33;
  background-size: cover;
  background-position: 50% 50%;
}

/* 封面圖固定高度（覆寫 aspect-ratio） */
#product-detail .cover,
#product-detail .cover-2,
#product-detail .cover-3,
#product-detail .cover-4,
#product-detail .cover-5,
#product-detail .cover-6,
#product-detail .cover-7,
#product-detail .cover-8 {
  aspect-ratio: unset;
  height: 180px;
  flex-shrink: 0;
}

/* --- 輪播按鈕 --- */
#product-detail .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

#product-detail .carousel-btn:hover {
  background-color: #ffffff;
}

#product-detail .carousel-btn--prev {
  left: 6px;
}

#product-detail .carousel-btn--next {
  right: 6px;
}

#product-detail .carousel-btn::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
}

#product-detail .carousel-btn--prev::before {
  transform: rotate(-135deg) translate(-2px, 2px);
}

#product-detail .carousel-btn--next::before {
  transform: rotate(45deg) translate(-2px, 2px);
}

/* --- frame-30：回上一頁 --- */
#product-detail .frame-30 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 150px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}

#product-detail .frame-31 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color);
  border-radius: 1000px;
  border: 2px solid;
  border-color: var(--variable-collection-color-6);
}

#product-detail .text-wrapper-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 700;
  color: var(--variable-collection-color-6);
  font-size: 18px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  font-family: "Noto Sans TC", Helvetica;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  /* #product-detail frame-9：手機改直排 */
  #product-detail .frame-9 {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  #product-detail .frame-10 {
    flex-direction: column;
    width: 100%;
  }

  /* 手機版大圖縮小 */
  #product-detail .gallery-main {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  /* 手機版縮圖欄調整：改橫排 */
  #product-detail .gallery-thumbs-wrap {
    flex-direction: row;
    width: 100%;
  }

  #product-detail .gallery-thumbs {
    height: auto;
    flex-direction: row;
    max-height: 88px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  #product-detail .gallery-thumb-btn {
    display: none;
  }

  #product-detail .group--hide-mobile {
    display: none;
  }

  /* 你可能會喜歡 carousel：手機版一次顯示一張 */
  #product-detail .frame-25 {
    padding: 0;
  }

  #product-detail .frame-26 {
    gap: 0;
    height: auto;
    scroll-snap-type: x mandatory;
  }

  #product-detail .figure {
    width: 100%;
    flex: 0 0 100%;
    height: auto;
    scroll-snap-align: start;
  }

  #product-detail .frame-20 {
    padding: 16px;
  }

  #product-detail .frame-29 {
    justify-content: center;
    width: 100%;
  }
}

/* ============================================================
   #farmer-detail — 小農故事 內容頁
   所有規則都以 #farmer-detail 前綴，避免與其他頁面衝突
   ============================================================ */

#farmer-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

/* --- frame-9：文章主體容器 --- */
#farmer-detail .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  align-self: stretch;
  width: 85%;
  margin: 0 auto;
  flex: 0 0 auto;
}

/* --- frame-10：標題列（標題文字 + 分享按鈕） --- */
#farmer-detail .frame-10 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 24px;
  position: relative;
  flex: 0 0 auto;
}

/* --- frame-11：標題與副標（日期/作者） --- */
#farmer-detail .frame-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  position: relative;
}

#farmer-detail .text-wrapper-3 {
  position: relative;
  width: 100%;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: #44a38c;
  font-size: clamp(22px, 2vw, 28px);
  line-height: normal;
  letter-spacing: 0;
}

#farmer-detail .text-wrapper-4 {
  position: relative;
  opacity: 0.75;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0;
}

/* --- frame-12：社群分享按鈕列 --- */
#farmer-detail .frame-12 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  position: relative;
  padding-top: 4px;
}

#farmer-detail .frame-12 .img-6 {
  position: relative;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  cursor: pointer;
}

#farmer-detail .frame-12 .img-6 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 外層背景：填滿容器 */
#farmer-detail .frame-12 .img-6 .vector-13 {
  width: 54px;
  height: 54px;
}

/* 中間層 */
#farmer-detail .frame-12 .img-6 .vector-14 {
  width: 48px;
  height: 48px;
}

/* LINE logo */
#farmer-detail .frame-12 .img-6 .vector-15 {
  width: 32px;
  height: 30px;
}

/* Facebook logo */
#farmer-detail .frame-12 .img-6 .vector-16 {
  width: 17px;
  height: 30px;
}

/* Twitter logo */
#farmer-detail .frame-12 .img-6 .vector-17 {
  width: 24px;
  height: 23px;
}

/* --- frame-13：文章內容區域 --- */
#farmer-detail .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  min-height: 500px;
  flex: 0 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.2;
}

/* 文章內容中動態 HTML 的基礎樣式 */
#farmer-detail .frame-13 p,
#farmer-detail .frame-13 div {
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-color-2);
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0;
}

#farmer-detail .frame-13 img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

#farmer-detail .frame-13 img:not(.group) {
  max-width: 70%;
  height: auto;
}

/* --- frame-22：回上一頁外層 --- */
#farmer-detail .frame-22 {
  display: flex;
  width: fit-content;
  height: 120px;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* --- frame-23：回上一頁按鈕 pill --- */
#farmer-detail .frame-23 {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color);
  border-radius: 1000px;
  border: 2px solid var(--variable-collection-color-6);
  cursor: pointer;
}

#farmer-detail .frame-23 .img-2 {
  position: relative;
  width: 18px;
  height: 18px;
}

#farmer-detail .text-wrapper-11 {
  position: relative;
  font-family: "Noto Sans TC", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-color-6);
  font-size: 18px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  letter-spacing: 0;
}

/* ============================================================
   Footer — 小農故事頁（frame-24, frame-25）
   對應設計稿的 footer logo 與聯絡資訊
   ============================================================ */

.footer .frame-24 {
  display: flex;
  flex-direction: column;
  width: 315.96px;
  height: 100px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.footer .rectangle-4 {
  align-self: stretch;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  opacity: 0.75;
  position: relative;
  background-color: var(--variable-collection-color);
}

.footer .frame-25 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

/* =========================================
   動態渲染補充樣式
   ========================================= */

#product-list {
  width: 100%;
}

/* frame-17 動態生成為 <a> 標籤時，重置連結預設樣式 */
#product-list a.frame-17 {
  text-decoration: none;
  color: inherit;
}
#product-list a.frame-17:hover {
  opacity: 0.85;
}

/* =========================================
   #farmer-detail RWD（手機版）
   ========================================= */
@media (max-width: 768px) {
  /* frame-10 標題列：手機版改為直排，frame-11 與 frame-12 各佔一列 */
  #farmer-detail .frame-10 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
