:root {
  --tml-ink: #171316;
  --tml-muted: #6f6269;
  --tml-pink: #ff6fae;
  --tml-pink-deep: #db357f;
  --tml-pink-soft: #fff0f6;
  --tml-cream: #fffaf5;
  --tml-line: #ecd8e1;
  --tml-charcoal: #241d22;
  --tml-white: #ffffff;
  --tml-shadow: 0 18px 45px rgba(36, 29, 34, 0.12);
}

html.tml-age-gate-open,
html.tml-age-gate-open body {
  overflow: hidden;
}

body.tmloves-theme {
  background: linear-gradient(180deg, #fff8fb 0%, #ffffff 44%, #fff7fb 100%);
  color: var(--tml-ink);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0;
}

body.tmloves-theme a {
  color: var(--tml-ink);
}

body.tmloves-theme a:focus,
body.tmloves-theme button:focus,
body.tmloves-theme input:focus,
body.tmloves-theme select:focus,
body.tmloves-theme textarea:focus {
  outline: 2px solid var(--tml-pink);
  outline-offset: 3px;
}

body.tmloves-theme .col-full {
  max-width: 1180px;
}

.tml-announcement {
  background: var(--tml-charcoal);
  color: var(--tml-white);
  font-size: 13px;
  letter-spacing: 0;
}

.tml-announcement__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  min-height: 38px;
  text-align: center;
}

.tml-announcement__inner span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  white-space: nowrap;
}

.tml-announcement__inner span::before {
  background: var(--tml-pink);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
}

body.tmloves-theme .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(236, 216, 225, 0.9);
  box-shadow: 0 10px 30px rgba(36, 29, 34, 0.06);
  padding-bottom: 0;
}

body.tmloves-theme .site-branding .site-title a,
body.tmloves-theme .site-title a {
  color: var(--tml-ink);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.tmloves-theme .site-branding .site-description {
  color: var(--tml-muted);
  font-size: 13px;
  margin-top: 4px;
}

body.tmloves-theme .main-navigation ul.menu > li > a,
body.tmloves-theme .main-navigation ul.nav-menu > li > a {
  color: var(--tml-ink);
  font-size: 15px;
  font-weight: 700;
}

body.tmloves-theme .main-navigation ul.menu > li > a:hover,
body.tmloves-theme .main-navigation ul.nav-menu > li > a:hover,
body.tmloves-theme .site-header-cart .cart-contents:hover {
  color: var(--tml-pink-deep);
}

body.tmloves-theme .site-search .widget_product_search input[type="search"],
body.tmloves-theme .site-search .widget_product_search input[type="text"] {
  background: var(--tml-pink-soft);
  border: 1px solid var(--tml-line);
  border-radius: 999px;
  box-shadow: none;
  color: var(--tml-ink);
  min-height: 42px;
}

body.tmloves-theme .site-header-cart .cart-contents {
  color: var(--tml-ink);
  font-weight: 700;
}

body.tmloves-theme .button,
body.tmloves-theme button,
body.tmloves-theme input[type="button"],
body.tmloves-theme input[type="reset"],
body.tmloves-theme input[type="submit"],
body.tmloves-theme .added_to_cart,
body.tmloves-theme .wc-block-components-button {
  background: var(--tml-ink);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: var(--tml-white);
  font-weight: 800;
  letter-spacing: 0;
  padding: 0.9em 1.5em;
  text-decoration: none;
}

body.tmloves-theme .button:hover,
body.tmloves-theme button:hover,
body.tmloves-theme input[type="button"]:hover,
body.tmloves-theme input[type="reset"]:hover,
body.tmloves-theme input[type="submit"]:hover,
body.tmloves-theme .added_to_cart:hover,
body.tmloves-theme .wc-block-components-button:hover {
  background: var(--tml-pink-deep);
  color: var(--tml-white);
}

body.tmloves-theme .woocommerce-message,
body.tmloves-theme .woocommerce-info,
body.tmloves-theme .woocommerce-noreviews,
body.tmloves-theme p.no-comments {
  background: var(--tml-charcoal);
  border-radius: 8px;
  color: var(--tml-white);
}

body.tmloves-theme .site-main,
body.tmloves-theme .content-area {
  margin-bottom: 0;
}

body.tmloves-theme.home .content-area,
body.tmloves-theme.woocommerce .content-area,
body.tmloves-theme.woocommerce-cart .content-area,
body.tmloves-theme.woocommerce-checkout .content-area,
body.tmloves-theme.woocommerce-account .content-area {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

body.tmloves-theme.home .widget-area,
body.tmloves-theme.woocommerce .widget-area,
body.tmloves-theme.woocommerce-cart .widget-area,
body.tmloves-theme.woocommerce-checkout .widget-area,
body.tmloves-theme.woocommerce-account .widget-area {
  display: none;
}

body.tmloves-theme .storefront-breadcrumb {
  color: var(--tml-muted);
  margin-bottom: 0;
  padding: 1.25em 0;
}

body.tmloves-theme .page-title,
body.tmloves-theme .entry-title {
  color: var(--tml-ink);
  font-weight: 900;
  letter-spacing: 0;
}

body.tmloves-theme.home .site-main > .hentry > .entry-header,
body.tmloves-theme.home .site-main > .hentry > .entry-title {
  display: none;
}

.tml-home {
  margin: -2.2em 0 0;
}

.tml-hero {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  min-height: 560px;
  padding: 32px 0 52px;
}

.tml-hero__copy {
  align-self: center;
  max-width: 650px;
  padding: 42px 0;
}

.tml-kicker {
  color: var(--tml-pink-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.tml-hero h1 {
  color: var(--tml-ink);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0 0 22px;
}

.tml-hero__lead {
  color: var(--tml-ink);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 14px;
}

.tml-hero__text {
  color: var(--tml-muted);
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 28px;
  max-width: 560px;
}

.tml-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.tml-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
}

.tml-button--dark {
  background: var(--tml-ink);
  color: var(--tml-white) !important;
}

.tml-button--pink {
  background: var(--tml-pink);
  color: var(--tml-ink) !important;
}

.tml-button--ghost {
  background: var(--tml-white);
  border: 1px solid var(--tml-line);
  color: var(--tml-ink) !important;
}

.tml-button:hover {
  background: var(--tml-pink-deep);
  color: var(--tml-white) !important;
}

.tml-hero__badges {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
}

.tml-hero__badges span {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--tml-line);
  border-radius: 8px;
  color: var(--tml-ink);
  font-size: 14px;
  font-weight: 800;
  min-height: 52px;
  padding: 14px;
  text-align: center;
}

.tml-hero__media {
  align-items: center;
  display: flex;
  min-width: 0;
}

.tml-hero__media img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: var(--tml-shadow);
  height: auto;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
}

.tml-strip {
  background: var(--tml-charcoal);
  color: var(--tml-white);
  margin: 0 calc(50% - 50vw);
  padding: 18px max(24px, calc((100vw - 1180px) / 2));
}

.tml-strip__inner {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tml-strip strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.tml-strip span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.tml-section {
  padding: 58px 0;
}

.tml-section--soft {
  background: var(--tml-pink-soft);
  margin: 0 calc(50% - 50vw);
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.tml-section__head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.tml-section__head h2 {
  color: var(--tml-ink);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.tml-section__head p {
  color: var(--tml-muted);
  margin: 8px 0 0;
  max-width: 620px;
}

.tml-category-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tml-category {
  background: var(--tml-white);
  border: 1px solid var(--tml-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(36, 29, 34, 0.06);
  color: var(--tml-ink) !important;
  display: flex;
  flex-direction: column;
  min-height: 132px;
  overflow: hidden;
  padding: 18px;
  position: relative;
  text-decoration: none !important;
}

.tml-category::after {
  background: var(--tile, var(--tml-pink-soft));
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
}

.tml-category:hover {
  border-color: rgba(219, 53, 127, 0.45);
  transform: translateY(-2px);
}

.tml-category strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 8px;
}

.tml-category span {
  color: var(--tml-muted);
  font-size: 13px;
  line-height: 1.55;
}

.tml-editorial {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tml-editorial__card {
  background: var(--tml-white);
  border: 1px solid var(--tml-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(36, 29, 34, 0.08);
  overflow: hidden;
}

.tml-editorial__card img {
  aspect-ratio: 5 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.tml-editorial__card div {
  padding: 20px;
}

.tml-editorial__card h3 {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.tml-editorial__card p {
  color: var(--tml-muted);
  line-height: 1.7;
  margin: 0 0 16px;
}

.tml-feature-links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tml-feature-link {
  background: var(--tml-white);
  border: 1px solid var(--tml-line);
  border-radius: 8px;
  color: var(--tml-ink) !important;
  min-height: 120px;
  padding: 20px;
  text-decoration: none !important;
}

.tml-feature-link strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}

.tml-feature-link span {
  color: var(--tml-muted);
  font-size: 13px;
  line-height: 1.55;
}

.tml-faq {
  border-top: 1px solid var(--tml-line);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 24px;
}

.tml-faq h3 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.tml-faq p {
  color: var(--tml-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

body.tmloves-theme ul.products {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.tmloves-theme ul.products::before,
body.tmloves-theme ul.products::after {
  display: none;
}

body.tmloves-theme ul.products li.product {
  background: var(--tml-white);
  border: 1px solid var(--tml-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(36, 29, 34, 0.06);
  float: none !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 12px 12px 18px;
  width: auto !important;
}

body.tmloves-theme ul.products li.product img {
  aspect-ratio: 1 / 1;
  background: var(--tml-pink-soft);
  border-radius: 8px;
  object-fit: cover;
}

body.tmloves-theme ul.products li.product .woocommerce-loop-product__title {
  color: var(--tml-ink);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  min-height: 46px;
}

body.tmloves-theme ul.products li.product .price {
  color: var(--tml-pink-deep);
  font-size: 16px;
  font-weight: 900;
}

body.tmloves-theme ul.products li.product .button {
  margin-top: 10px;
  width: 100%;
}

body.tmloves-theme .woocommerce-products-header {
  background: var(--tml-pink-soft);
  border: 1px solid var(--tml-line);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 28px;
}

body.tmloves-theme .woocommerce-ordering select,
body.tmloves-theme .woocommerce-result-count,
body.tmloves-theme input.input-text,
body.tmloves-theme textarea,
body.tmloves-theme select {
  border: 1px solid var(--tml-line);
  border-radius: 8px;
  box-shadow: none;
}

body.tmloves-theme table.shop_table,
body.tmloves-theme .cart_totals,
body.tmloves-theme .woocommerce-checkout-review-order,
body.tmloves-theme .woocommerce-MyAccount-navigation,
body.tmloves-theme .woocommerce-MyAccount-content {
  background: var(--tml-white);
  border: 1px solid var(--tml-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(36, 29, 34, 0.05);
  padding: 18px;
}

.tml-age-gate {
  align-items: center;
  background: rgba(23, 19, 22, 0.78);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

.tml-age-gate[aria-hidden="false"] {
  display: flex;
}

.tml-age-gate__panel {
  background: var(--tml-white);
  border: 1px solid rgba(255, 111, 174, 0.35);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  color: var(--tml-ink);
  max-width: 520px;
  padding: 34px;
  text-align: center;
  width: min(100%, 520px);
}

.tml-age-gate__eyebrow {
  color: var(--tml-pink-deep);
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 8px;
}

.tml-age-gate__panel h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
}

.tml-age-gate__panel p {
  color: var(--tml-muted);
  line-height: 1.75;
}

.tml-age-gate__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}

.tml-age-gate__leave {
  background: var(--tml-pink-soft) !important;
  color: var(--tml-ink) !important;
}

.tml-footer-note {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  text-align: center;
}

.tml-footer-note strong {
  color: var(--tml-ink);
}

.tml-footer-note span {
  color: var(--tml-muted);
}

@media (max-width: 980px) {
  .tml-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tml-hero__copy {
    max-width: none;
    padding-bottom: 0;
  }

  .tml-hero__media img {
    aspect-ratio: 16 / 9;
    max-height: none;
  }

  .tml-category-grid,
  body.tmloves-theme ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tml-editorial,
  .tml-feature-links,
  .tml-faq,
  .tml-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .tml-announcement__inner {
    justify-content: flex-start;
    overflow-x: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  body.tmloves-theme .site-header {
    padding-top: 0.9em;
  }

  .tml-home {
    margin-top: -1em;
  }

  .tml-hero {
    gap: 18px;
    padding: 18px 0 34px;
  }

  .tml-hero h1 {
    font-size: 44px;
  }

  .tml-hero__badges,
  .tml-category-grid,
  body.tmloves-theme ul.products,
  .tml-editorial,
  .tml-feature-links,
  .tml-faq,
  .tml-strip__inner {
    grid-template-columns: 1fr;
  }

  .tml-section {
    padding: 40px 0;
  }

  .tml-section--soft,
  .tml-strip {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tml-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tml-age-gate__panel {
    padding: 26px 20px;
  }

  .tml-age-gate__actions {
    flex-direction: column;
  }
}
