:root {
  --tw-page: #f7f8fc;
  --tw-surface: #ffffff;
  --tw-surface-raised: #ffffff;
  --tw-surface-soft: #f0f2fb;
  --tw-line: #dfe3ef;
  --tw-line-strong: #b7c0d9;
  --tw-text: #17192b;
  --tw-muted: #626a7d;
  --tw-accent: #3b2aa3;
  --tw-cyan: #168de2;
  --tw-danger: #c93645;
  --tw-radius: 16px;
  --tw-shadow: 0 20px 60px rgba(31, 38, 75, 0.12);
  --tw-container: 1320px;
  --tw-focus: 0 0 0 3px rgba(59, 42, 163, 0.22);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--tw-page);
  color: var(--tw-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-filter-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--tw-accent);
}

:focus-visible {
  outline: 2px solid var(--tw-accent);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: #fff;
  color: #111;
}

.tw-container {
  width: min(var(--tw-container), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.site-main {
  min-height: 55vh;
}

.tw-announcement {
  min-height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #241a68;
  color: #ffffff;
  font-size: 13px;
  line-height: 34px;
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  min-height: 82px;
  margin-top: 18px;
  padding: 10px 18px;
  border: 1px solid var(--tw-line);
  border-radius: 999px;
  background: var(--tw-surface-raised);
  box-shadow: 0 14px 38px rgba(31, 38, 75, 0.1);
}

.tw-brand,
.tw-footer-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.tw-brand-logo,
.tw-brand-logo img {
  flex: 0 0 auto;
  width: clamp(132px, 13vw, 170px);
  height: auto;
  max-height: 48px;
  border-radius: 0;
  object-fit: contain;
}

.tw-brand-copy,
.tw-footer-brand span {
  display: grid;
  min-width: 0;
}

.tw-brand-copy strong,
.tw-footer-brand strong {
  overflow: hidden;
  color: var(--tw-text);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-brand-copy small,
.tw-footer-brand small {
  overflow: hidden;
  color: var(--tw-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-primary-navigation .tw-menu,
.tw-footer-menu {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.3vw, 38px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-primary-navigation a {
  position: relative;
  display: block;
  padding: 16px 0;
  color: var(--tw-text);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.tw-primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--tw-accent);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 160ms ease, transform 160ms ease;
}

.tw-primary-navigation a:hover,
.tw-primary-navigation a:focus-visible,
.tw-primary-navigation .current-menu-item > a {
  color: var(--tw-text);
}

.tw-primary-navigation a:hover::after,
.tw-primary-navigation a:focus-visible::after,
.tw-primary-navigation .current-menu-item > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.tw-header-tools {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.tw-icon-button,
.tw-menu-toggle {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--tw-line);
  border-radius: 50%;
  background: #f4f5fb;
  color: var(--tw-text);
}

.tw-icon-button:hover,
.tw-menu-toggle:hover {
  border-color: var(--tw-line-strong);
  background: #ece9ff;
  color: var(--tw-text);
}

.tw-icon-button svg,
.tw-menu-toggle svg,
.tw-filter-open svg,
.tw-filter-close svg,
.tw-search-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tw-cart-count {
  position: absolute;
  top: -2px;
  right: -1px;
  display: grid;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  place-items: center;
  border: 2px solid var(--tw-surface-raised);
  border-radius: 999px;
  background: var(--tw-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.tw-cart-count.is-empty {
  display: none;
}

.tw-menu-toggle {
  display: none;
}

.tw-banner-carousel {
  position: relative;
  height: 540px;
  min-height: 540px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--tw-line);
  border-radius: 18px;
  background: var(--tw-surface-soft);
  box-shadow: var(--tw-shadow);
}

.tw-banner-fallback {
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  height: 540px;
  min-height: 540px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--tw-line);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f2ff 55%, #eaf5ff 100%);
  box-shadow: var(--tw-shadow);
}

.tw-banner-fallback-visual {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  background: radial-gradient(circle at 52% 46%, #ffffff 0, #e9e7ff 52%, #dceeff 100%);
}

.tw-category-orbit {
  display: grid;
  width: min(74%, 360px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  transform: rotate(-4deg);
}

.tw-category-orbit span {
  display: grid;
  min-height: 104px;
  place-items: center;
  border: 1px solid rgba(59, 42, 163, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 38px rgba(59, 42, 163, 0.11);
  color: var(--tw-accent);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.tw-banner-track {
  position: relative;
  display: flex;
  height: 540px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}

.tw-banner-slide {
  position: relative;
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  grid-template-rows: minmax(0, 1fr);
  width: 100%;
  height: 540px;
  min-height: 540px;
  flex: 0 0 100%;
  opacity: 1;
  pointer-events: auto;
  scroll-snap-align: start;
  visibility: visible;
  transition: opacity 350ms ease, visibility 350ms ease;
}

.tw-banner-carousel.is-ready .tw-banner-track {
  display: flex;
  overflow: visible;
  scroll-snap-type: none;
  transform: translate3d(var(--tw-banner-offset, 0%), 0, 0);
  transition: transform 350ms ease;
}

.tw-banner-carousel.is-ready .tw-banner-slide {
  position: relative;
  inset: auto;
  opacity: 1;
  pointer-events: none;
  visibility: visible;
}

.tw-banner-carousel.is-ready .tw-banner-slide.is-active {
  z-index: 1;
  pointer-events: auto;
}

.tw-banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(42px, 6vw, 88px);
}

.tw-banner-content > * {
  flex-shrink: 0;
}

.tw-eyebrow {
  margin: 0 0 12px;
  color: var(--tw-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tw-banner-content h1,
.tw-banner-content h2 {
  display: block;
  max-width: 650px;
  margin: 0;
  overflow: visible;
  color: var(--tw-text);
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.tw-banner-description {
  display: -webkit-box;
  max-width: 590px;
  max-height: 4.8em;
  margin: 25px 0 30px;
  overflow: hidden;
  color: var(--tw-muted);
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tw-banner-actions {
  display: flex;
  height: auto;
  min-height: 48px;
  max-height: none;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  overflow: hidden;
}

.tw-banner-actions .tw-button {
  min-width: 0;
  height: 48px;
  max-height: 48px;
  overflow: hidden;
}

.tw-banner-button-label {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tw-banner-button-label + span {
  flex: 0 0 auto;
}

.tw-button,
.tw-filter-apply {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tw-button:hover,
.tw-filter-apply:hover {
  transform: translateY(-1px);
}

.tw-button--light {
  background: var(--tw-accent);
  color: #fff;
}

.tw-button--light:hover {
  background: #2e207f;
  color: #fff;
}

.tw-button--outline {
  border-color: var(--tw-line-strong);
  background: transparent;
  color: var(--tw-text);
}

.tw-button--outline:hover {
  border-color: var(--tw-accent);
  background: rgba(59, 42, 163, 0.08);
  color: var(--tw-accent);
}

.tw-banner-visual {
  position: relative;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: radial-gradient(circle at 52% 46%, #3b4651 0, #262b31 42%, #1b2026 100%);
}

.tw-banner-visual::after {
  position: absolute;
  inset: auto 14% 8% 14%;
  height: 18%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  filter: blur(18px);
  content: "";
}

.tw-banner-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(0.94);
}

.tw-banner-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--tw-line);
  border-radius: 50%;
  background: rgba(20, 26, 35, 0.86);
  color: #fff;
  transform: translateY(-50%);
}

.tw-banner-carousel.is-ready .tw-banner-arrow {
  display: grid;
}

.tw-banner-arrow:hover {
  border-color: var(--tw-accent);
  background: #202c3b;
}

.tw-banner-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.tw-banner-arrow--previous {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}

.tw-banner-arrow--next {
  right: 20px;
}

.tw-banner-dots {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 50%;
  display: none;
  gap: 9px;
  transform: translateX(-50%);
}

.tw-banner-carousel.is-ready .tw-banner-dots {
  display: flex;
}

.tw-banner-autoplay-toggle {
  position: absolute;
  z-index: 6;
  right: 80px;
  bottom: 13px;
  display: none;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--tw-line-strong);
  border-radius: 999px;
  background: rgba(20, 26, 35, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.tw-banner-carousel.is-ready .tw-banner-autoplay-toggle {
  display: inline-flex;
  align-items: center;
}

.tw-banner-dots button {
  display: grid;
  width: 24px;
  height: 24px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.tw-banner-dots button::before {
  width: 9px;
  height: 9px;
  border: 1px solid #d4dce6;
  border-radius: 50%;
  background: transparent;
  content: "";
}

.tw-banner-dots button[aria-current="true"]::before {
  background: #fff;
}

.tw-banner-dots button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 1px;
}

.tw-home-editor-content {
  margin-top: 28px;
}

.tw-home-catalog {
  padding-top: 48px;
  padding-bottom: 68px;
}

.tw-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tw-category-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--tw-line);
  border-radius: 18px;
  background: var(--tw-surface);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(31, 38, 75, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.tw-category-card:hover,
.tw-category-card:focus-visible {
  border-color: var(--tw-accent-soft);
  box-shadow: 0 16px 36px rgba(31, 38, 75, 0.12);
  transform: translateY(-2px);
}

.tw-category-card > span {
  color: var(--tw-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.tw-category-card h3 {
  margin: 13px 0 8px;
  color: var(--tw-text);
  font-size: 19px;
  line-height: 1.3;
}

.tw-category-card p {
  margin: 0;
  color: var(--tw-muted);
  font-size: 14px;
}

.tw-category-card strong {
  display: inline-block;
  margin-top: 18px;
  color: var(--tw-accent);
  font-size: 14px;
}

.tw-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.tw-section-heading h2,
.tw-home-intro h2,
.tw-page-heading h1 {
  margin: 0;
  color: var(--tw-text);
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.tw-section-heading > p {
  margin: 0 0 4px;
  color: var(--tw-muted);
  font-size: 14px;
}

.tw-filter-tools {
  position: relative;
  z-index: 8;
  margin-bottom: 32px;
}

.tw-catalog-search {
  margin-bottom: 12px;
}

.tw-catalog-search label {
  position: relative;
  display: block;
}

.tw-catalog-search input {
  width: 100%;
  height: 58px;
  padding: 0 18px 0 54px;
  border: 1px solid var(--tw-line);
  border-radius: 7px;
  outline: 0;
  background: #171e29;
  color: var(--tw-text);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tw-catalog-search input::placeholder {
  color: #778496;
}

.tw-catalog-search input:focus {
  border-color: var(--tw-accent);
  box-shadow: var(--tw-focus);
}

.tw-search-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 18px;
  display: grid;
  color: #d4dde8;
  pointer-events: none;
  transform: translateY(-50%);
}

.tw-desktop-filters {
	display: flex;
	align-items: stretch;
	gap: 8px;
	padding: 12px;
	border: 1px solid var(--tw-line);
	border-radius: 8px;
	background: rgba(28, 36, 48, 0.84);
}

.tw-desktop-filter-fields {
	display: grid;
	min-width: 0;
	flex: 1 1 auto;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	gap: 8px;
}

.tw-desktop-filter-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.tw-filter-field {
  min-width: 0;
}

.tw-filter-field select,
.tw-filter-price input {
	width: 100%;
	height: 48px;
	border: 1px solid #3d5370;
	border-radius: 6px;
	outline: 0;
	background-color: #1c2532;
	color: var(--tw-text);
	font-size: 14px;
	font-weight: 700;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tw-filter-field select {
	padding: 0 38px 0 14px;
	text-overflow: ellipsis;
}

.tw-filter-field select:focus,
.tw-filter-price input:focus {
	border-color: var(--tw-accent);
	box-shadow: var(--tw-focus);
}

.tw-filter-price {
	display: grid;
	min-width: 270px;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	border: 0;
	grid-template-columns: auto minmax(82px, 1fr) auto minmax(82px, 1fr);
}

.tw-filter-price label {
	min-width: 0;
}

.tw-filter-price input {
	min-width: 0;
	padding: 0 10px;
}

.tw-filter-price-symbol,
.tw-filter-price-separator {
	color: var(--tw-muted);
	font-size: 13px;
	font-weight: 800;
}

.tw-filter-apply,
.tw-filter-clear {
  min-width: 96px;
  white-space: nowrap;
}

.tw-filter-apply {
  height: 48px;
  border: 1px solid var(--tw-accent);
  background: var(--tw-accent);
  color: #fff;
}

.tw-filter-clear {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid var(--tw-line);
  border-radius: 6px;
  color: #d7dee8;
  font-size: 14px;
  font-weight: 700;
}

.tw-filter-clear:hover {
  border-color: var(--tw-line-strong);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.tw-mobile-filter-bar,
.tw-filter-drawer {
  display: none;
}

.tw-catalog-more {
  margin: 42px 0 0;
  text-align: center;
}

.tw-system-notice,
.tw-empty-state {
  padding: clamp(38px, 7vw, 80px);
  border: 1px solid var(--tw-line);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  text-align: center;
}

.tw-system-notice h3,
.tw-empty-state h1 {
  margin: 0 0 12px;
}

.tw-system-notice p,
.tw-empty-state p {
  margin: 0 0 26px;
  color: var(--tw-muted);
}

.tw-home-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 8vw, 120px);
  align-items: center;
  margin-bottom: 72px;
  padding: clamp(35px, 5vw, 72px);
  border: 1px solid var(--tw-line);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #f2f4fb);
}

.tw-home-intro > p {
  margin: 0;
  color: var(--tw-muted);
}

.tw-service-strip {
  border-top: 1px solid var(--tw-line);
  border-bottom: 1px solid var(--tw-line);
  background: #eef0f7;
}

.tw-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.tw-service-grid > div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 26px clamp(14px, 2.4vw, 34px);
  border-right: 0;
}

.tw-service-grid strong {
  color: var(--tw-text);
  font-size: 14px;
}

.tw-service-grid span {
  color: var(--tw-muted);
  font-size: 12px;
}

.site-footer {
  padding: 58px 0 22px;
  border-top: 1px solid var(--tw-line);
  background: #f3f4f9;
}

.tw-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(40px, 8vw, 120px);
}

.tw-footer-brand img {
  width: min(170px, 100%);
  height: auto;
  max-height: 48px;
  border-radius: 0;
  object-fit: contain;
}

.tw-footer-intro p {
  max-width: 480px;
  margin: 22px 0 0;
  color: var(--tw-muted);
  font-size: 13px;
}

.tw-footer-contact {
  display: grid;
  gap: 3px;
  margin-top: 18px;
  color: var(--tw-muted);
  font-size: 13px;
}

.tw-footer-contact strong {
  color: var(--tw-text);
  font-size: 12px;
}

.tw-footer-contact a {
  color: var(--tw-accent);
  overflow-wrap: anywhere;
}

.tw-footer-brand strong,
.tw-footer-brand small {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.tw-footer-intro p,
.tw-footer-notes li,
.tw-footer-bottom span,
.tw-service-grid strong,
.tw-service-grid span,
.tw-footer-menu a {
  overflow-wrap: anywhere;
}

.tw-footer-grid h2 {
  margin: 0 0 18px;
  font-size: 15px;
}

.tw-footer-menu,
.tw-footer-notes {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--tw-muted);
  font-size: 13px;
  list-style: none;
}

.tw-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid var(--tw-line);
  color: var(--tw-muted);
  font-size: 12px;
}

.tw-content-layout {
  padding-top: 60px;
  padding-bottom: 80px;
}

.tw-page-heading {
  margin-bottom: 32px;
}

.tw-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--tw-muted);
  font-size: 13px;
}

.tw-breadcrumbs > p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.tw-breadcrumbs .separator {
  color: var(--tw-muted);
}

.tw-breadcrumbs .last {
  min-width: 0;
  color: var(--tw-text);
  overflow-wrap: anywhere;
}

.tw-breadcrumbs a {
  color: inherit;
}

.tw-breadcrumbs a:hover {
  color: var(--tw-accent);
}

.tw-breadcrumbs--seopress {
  display: block;
}

.tw-breadcrumbs--seopress nav,
.tw-breadcrumbs--seopress ol {
  margin: 0;
}

.tw-breadcrumbs--seopress ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.tw-breadcrumbs--seopress li {
  min-width: 0;
  overflow-wrap: anywhere;
}

.tw-breadcrumbs--seopress a {
  color: inherit;
}

.tw-breadcrumbs--seopress a:hover,
.tw-breadcrumbs--seopress a:focus-visible {
  color: var(--tw-accent);
}

.tw-entry-list {
  display: grid;
  gap: 18px;
}

.tw-entry-card {
  padding: 28px;
  border: 1px solid var(--tw-line);
  border-radius: 12px;
  background: var(--tw-surface);
}

.tw-entry-card h2 {
  margin: 0;
}

.tw-entry-card p {
  color: var(--tw-muted);
}

.tw-prose .entry-content {
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid var(--tw-line);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
}

.tw-prose .entry-content a {
  color: var(--tw-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(220px, 1fr) auto minmax(160px, 1fr);
  }

  .tw-primary-navigation .tw-menu {
    gap: 18px;
  }

	.tw-desktop-filters {
		flex-direction: column;
	}

	.tw-desktop-filter-fields {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	}

	.tw-desktop-filter-actions {
		justify-content: flex-end;
	}

  .tw-filter-apply,
  .tw-filter-clear {
    min-width: 125px;
  }
}

@media (max-width: 900px) {
  .tw-banner-carousel,
  .tw-banner-track,
  .tw-banner-slide {
    height: 720px;
    min-height: 720px;
  }

  .tw-banner-slide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(380px, auto) 1fr;
  }

  .tw-banner-content {
    justify-content: flex-start;
    padding: 40px 48px 24px;
  }

  .tw-banner-visual {
    min-height: 300px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    border-radius: 16px;
  }

  .tw-menu-toggle {
    grid-column: 2;
  }

  .js .site-header .tw-menu-toggle {
    display: inline-grid;
  }

  .tw-header-tools {
    grid-column: 3;
  }

  .tw-primary-navigation {
    position: static;
    display: block;
    grid-column: 1 / -1;
    padding: 12px 18px;
    border: 1px solid var(--tw-line);
    border-radius: 12px;
    background: #202b39;
    box-shadow: var(--tw-shadow);
  }

  .js .site-header .tw-primary-navigation {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
  }

  .js .site-header.is-menu-open .tw-primary-navigation {
    display: block;
  }

  .tw-primary-navigation .tw-menu {
    display: grid;
    gap: 0;
  }

  .tw-primary-navigation a {
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #ffffff;
  }

  .tw-primary-navigation a:hover,
  .tw-primary-navigation a:focus-visible,
  .tw-primary-navigation .current-menu-item > a {
    color: #ffffff;
  }

  .tw-primary-navigation li:last-child a {
    border-bottom: 0;
  }

  .tw-banner-content {
    padding: 48px 56px;
  }

  .tw-banner-content h1,
  .tw-banner-content h2 {
    font-size: clamp(38px, 6vw, 54px);
  }

}

@media (max-width: 760px) {
	.tw-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.tw-desktop-filter-fields {
		grid-template-columns: 1fr;
	}

	.tw-desktop-filter-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.tw-filter-price {
		min-width: 0;
	}

  .tw-mobile-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .tw-mobile-filter-bar > span {
    color: var(--tw-muted);
    font-size: 13px;
  }

	.tw-filter-open {
		display: none;
		height: 46px;
    align-items: center;
    gap: 9px;
    padding: 0 15px;
    border: 1px solid var(--tw-accent);
    border-radius: 6px;
    background: #1b2532;
    color: #fff;
		font-weight: 800;
	}

	.tw-filter-tools.is-filter-drawer-ready .tw-desktop-filters {
		display: none;
	}

	.tw-filter-tools.is-filter-drawer-ready .tw-filter-open {
		display: inline-flex;
	}

  .tw-filter-drawer:not([hidden]) {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: block;
  }

  .tw-filter-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(4, 8, 13, 0.7);
  }

  .tw-filter-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: min(90vw, 390px);
    height: 100%;
    flex-direction: column;
    overflow-y: auto;
    background: #18212d;
    box-shadow: -20px 0 55px rgba(0, 0, 0, 0.35);
  }

  .tw-filter-panel-head {
    position: sticky;
    z-index: 1;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid var(--tw-line);
    background: #18212d;
  }

  .tw-filter-panel-head h2 {
    margin: 0;
    font-size: 20px;
  }

  .tw-filter-close {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--tw-line);
    border-radius: 50%;
    background: transparent;
    color: #fff;
  }

  .tw-mobile-filters {
    display: flex;
    min-height: calc(100% - 83px);
    flex-direction: column;
  }

  .tw-mobile-filter-fields {
    display: grid;
    gap: 14px;
    padding: 22px 20px;
  }

	.tw-mobile-filter-fields select,
	.tw-mobile-filter-fields .tw-filter-price input {
		height: 52px;
	}

  .tw-filter-panel-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
    padding: 20px;
    border-top: 1px solid var(--tw-line);
  }

  .tw-filter-panel-actions .tw-filter-clear,
  .tw-filter-panel-actions .tw-filter-apply {
    width: 100%;
  }

  .tw-home-intro {
    grid-template-columns: 1fr;
  }

  .tw-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tw-footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  html {
    scroll-behavior: auto;
  }

  .tw-container {
    width: calc(100% - 24px);
  }

  .tw-announcement {
    min-height: 32px;
    padding: 6px 0;
    font-size: 11px;
    line-height: 20px;
  }

  .site-header {
    min-height: 66px;
    margin-top: 12px;
    padding: 7px 8px 7px 10px;
    gap: 5px;
    border-radius: 12px;
  }

  .tw-brand {
    gap: 8px;
  }

  .tw-brand-logo,
  .tw-brand-logo img {
    width: 124px;
    height: auto;
  }

  .tw-category-grid {
    grid-template-columns: 1fr;
  }

  .tw-category-card {
    padding: 20px;
  }

  .tw-brand-copy strong {
    max-width: 100px;
    font-size: 14px;
  }

  .tw-brand-copy small {
    display: none;
  }

  .tw-icon-button,
  .tw-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .tw-icon-button svg,
  .tw-menu-toggle svg {
    width: 20px;
    height: 20px;
  }

  .tw-header-tools {
    gap: 4px;
  }

  .tw-banner-carousel,
  .tw-banner-track,
  .tw-banner-slide {
    height: 760px;
    min-height: 760px;
  }

  .tw-banner-carousel {
    margin-top: 12px;
    border-radius: 14px;
  }

  .tw-banner-fallback {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(440px, auto) 1fr;
    height: 760px;
    min-height: 760px;
    margin-top: 12px;
    border-radius: 14px;
  }

  .tw-banner-slide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(440px, auto) 1fr;
  }

  .tw-banner-content {
    justify-content: flex-start;
    padding: 32px 28px 22px;
  }

  .tw-banner-content h1,
  .tw-banner-content h2 {
    max-width: 320px;
    font-size: clamp(36px, 11.5vw, 46px);
  }

  .tw-banner-description {
    margin: 20px 0 24px;
    font-size: 13px;
  }

  .tw-banner-visual {
    height: auto;
    min-height: 300px;
  }

  .tw-banner-arrow {
    top: auto;
    bottom: 145px;
    width: 42px;
    height: 42px;
  }

  .tw-banner-arrow--previous {
    left: 12px;
  }

  .tw-banner-arrow--next {
    right: 12px;
  }

  .tw-banner-dots {
    bottom: 14px;
  }

  .tw-banner-autoplay-toggle {
    right: 12px;
    bottom: 10px;
  }

  .tw-home-catalog {
    padding-top: 38px;
    padding-bottom: 52px;
  }

  .tw-section-heading {
    margin-bottom: 18px;
  }

  .tw-section-heading h2 {
    font-size: 28px;
  }

  .tw-section-heading > p {
    display: none;
  }

  .tw-catalog-search input {
    height: 52px;
    padding-left: 48px;
    font-size: 14px;
  }

  .tw-filter-tools {
    margin-bottom: 24px;
  }

  .tw-home-intro {
    margin-bottom: 52px;
    padding: 28px 22px;
  }

  .tw-service-grid {
    grid-template-columns: 1fr;
  }

  .tw-service-grid > div,
  .tw-service-grid > div:first-child,
  .tw-service-grid > div:last-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--tw-line);
  }

  .tw-service-grid > div:last-child {
    border-bottom: 0;
  }

  .site-footer {
    padding-top: 42px;
  }

  .tw-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tw-footer-intro {
    grid-column: auto;
  }

  .tw-footer-bottom {
    flex-direction: column;
    gap: 6px;
  }

  .tw-content-layout {
    padding-top: 42px;
    padding-bottom: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
	.tw-banner-autoplay-toggle {
		display: none !important;
	}

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 通用文章、搜索与评论。 */
.tw-entry-featured,
.tw-entry-card__image {
  display: block;
  margin: 0 0 1.5rem;
  overflow: hidden;
  border-radius: 18px;
}

.tw-entry-featured img,
.tw-entry-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.tw-entry-meta {
  color: var(--tw-muted);
  font-size: 0.9rem;
}

.tw-entry-meta a,
.tw-entry-more {
  color: inherit;
}

.tw-page-links,
.post-navigation .nav-links,
.comments-navigation .nav-links,
.tw-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.post-navigation .nav-links > *,
.comments-navigation .nav-links > * {
  min-width: 0;
  flex: 1 1 220px;
}

.tw-comments-area {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--tw-line);
}

.comment-list,
.comment-list .children {
  list-style: none;
  padding-left: 0;
}

.comment-list .children {
  margin-left: clamp(1rem, 4vw, 2.5rem);
}

.comment-body {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid var(--tw-line);
  border-radius: 14px;
  overflow-wrap: anywhere;
}

.tw-search-form {
  width: min(100%, 640px);
  margin: 1.25rem 0;
}

.tw-search-form label {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 700;
}

.tw-search-form__row {
  display: flex;
  gap: 0.65rem;
}

.tw-search-form input {
  min-width: 0;
  flex: 1 1 auto;
}

.tw-search-form button {
  flex: 0 0 auto;
}

.tw-prose,
.entry-content,
.entry-summary {
  overflow-wrap: anywhere;
}

@media (max-width: 420px) {
  .tw-search-form__row {
    align-items: stretch;
    flex-direction: column;
  }
}

.single-product .summary p.price:empty {
  display: none;
}

.tw-catalog-only-notice {
  margin: 0.75rem 0 1rem;
  font-weight: 700;
}

.woocommerce-checkout #customer_details .col-1 {
  float: none;
  width: 100%;
}

.woocommerce-checkout #customer_details .col-2 {
  display: none;
}
